Skip to content

Commit 070ec0b

Browse files
committed
feat(IPv4 Subnet/Address Calculator): add more ip info
Add IPv4 range info (ie, private use, apipa...) Add ARPA, Ipv6, 6to4 and class for both tools
1 parent 23f82d9 commit 070ec0b

File tree

7 files changed

+806
-0
lines changed

7 files changed

+806
-0
lines changed

components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ declare module '@vue/runtime-core' {
145145
NMenu: typeof import('naive-ui')['NMenu']
146146
NScrollbar: typeof import('naive-ui')['NScrollbar']
147147
NSpin: typeof import('naive-ui')['NSpin']
148+
NTable: typeof import('naive-ui')['NTable']
148149
NumeronymGenerator: typeof import('./src/tools/numeronym-generator/numeronym-generator.vue')['default']
149150
OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default']
150151
PasswordStrengthAnalyser: typeof import('./src/tools/password-strength-analyser/password-strength-analyser.vue')['default']
@@ -159,6 +160,7 @@ declare module '@vue/runtime-core' {
159160
RouterLink: typeof import('vue-router')['RouterLink']
160161
RouterView: typeof import('vue-router')['RouterView']
161162
RsaKeyPairGenerator: typeof import('./src/tools/rsa-key-pair-generator/rsa-key-pair-generator.vue')['default']
163+
SafelinkDecoder: typeof import('./src/tools/safelink-decoder/safelink-decoder.vue')['default']
162164
SlugifyString: typeof import('./src/tools/slugify-string/slugify-string.vue')['default']
163165
SpanCopyable: typeof import('./src/components/SpanCopyable.vue')['default']
164166
SqlPrettify: typeof import('./src/tools/sql-prettify/sql-prettify.vue')['default']

0 commit comments

Comments
 (0)