@@ -107,6 +107,7 @@ declare module '@vue/runtime-core' {
107
107
Ipv4SubnetCalculator : typeof import ( './src/tools/ipv4-subnet-calculator/ipv4-subnet-calculator.vue' ) [ 'default' ]
108
108
Ipv6UlaGenerator : typeof import ( './src/tools/ipv6-ula-generator/ipv6-ula-generator.vue' ) [ 'default' ]
109
109
JsonDiff : typeof import ( './src/tools/json-diff/json-diff.vue' ) [ 'default' ]
110
+ JsonLinter : typeof import ( './src/tools/json-linter/json-linter.vue' ) [ 'default' ]
110
111
JsonMinify : typeof import ( './src/tools/json-minify/json-minify.vue' ) [ 'default' ]
111
112
JsonToCsv : typeof import ( './src/tools/json-to-csv/json-to-csv.vue' ) [ 'default' ]
112
113
JsonToToml : typeof import ( './src/tools/json-to-toml/json-to-toml.vue' ) [ 'default' ]
@@ -126,25 +127,18 @@ declare module '@vue/runtime-core' {
126
127
MenuLayout : typeof import ( './src/components/MenuLayout.vue' ) [ 'default' ]
127
128
MetaTagGenerator : typeof import ( './src/tools/meta-tag-generator/meta-tag-generator.vue' ) [ 'default' ]
128
129
MimeTypes : typeof import ( './src/tools/mime-types/mime-types.vue' ) [ 'default' ]
130
+ NA : typeof import ( 'naive-ui' ) [ 'NA' ]
131
+ NAlert : typeof import ( 'naive-ui' ) [ 'NAlert' ]
129
132
NavbarButtons : typeof import ( './src/components/NavbarButtons.vue' ) [ 'default' ]
130
- NCode : typeof import ( 'naive-ui' ) [ 'NCode' ]
131
133
NCollapseTransition : typeof import ( 'naive-ui' ) [ 'NCollapseTransition' ]
132
134
NConfigProvider : typeof import ( 'naive-ui' ) [ 'NConfigProvider' ]
133
- NDivider : typeof import ( 'naive-ui' ) [ 'NDivider' ]
134
135
NEllipsis : typeof import ( 'naive-ui' ) [ 'NEllipsis' ]
135
- NFormItem : typeof import ( 'naive-ui' ) [ 'NFormItem' ]
136
- NGi : typeof import ( 'naive-ui' ) [ 'NGi' ]
137
- NGrid : typeof import ( 'naive-ui' ) [ 'NGrid' ]
138
136
NH1 : typeof import ( 'naive-ui' ) [ 'NH1' ]
139
137
NH3 : typeof import ( 'naive-ui' ) [ 'NH3' ]
140
138
NIcon : typeof import ( 'naive-ui' ) [ 'NIcon' ]
141
- NInputNumber : typeof import ( 'naive-ui' ) [ 'NInputNumber' ]
142
- NLabel : typeof import ( 'naive-ui' ) [ 'NLabel' ]
143
139
NLayout : typeof import ( 'naive-ui' ) [ 'NLayout' ]
144
140
NLayoutSider : typeof import ( 'naive-ui' ) [ 'NLayoutSider' ]
145
141
NMenu : typeof import ( 'naive-ui' ) [ 'NMenu' ]
146
- NScrollbar : typeof import ( 'naive-ui' ) [ 'NScrollbar' ]
147
- NSpin : typeof import ( 'naive-ui' ) [ 'NSpin' ]
148
142
NumeronymGenerator : typeof import ( './src/tools/numeronym-generator/numeronym-generator.vue' ) [ 'default' ]
149
143
OtpCodeGeneratorAndValidator : typeof import ( './src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue' ) [ 'default' ]
150
144
PasswordStrengthAnalyser : typeof import ( './src/tools/password-strength-analyser/password-strength-analyser.vue' ) [ 'default' ]
@@ -159,6 +153,7 @@ declare module '@vue/runtime-core' {
159
153
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
160
154
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
161
155
RsaKeyPairGenerator : typeof import ( './src/tools/rsa-key-pair-generator/rsa-key-pair-generator.vue' ) [ 'default' ]
156
+ SafelinkDecoder : typeof import ( './src/tools/safelink-decoder/safelink-decoder.vue' ) [ 'default' ]
162
157
SlugifyString : typeof import ( './src/tools/slugify-string/slugify-string.vue' ) [ 'default' ]
163
158
SpanCopyable : typeof import ( './src/components/SpanCopyable.vue' ) [ 'default' ]
164
159
SqlPrettify : typeof import ( './src/tools/sql-prettify/sql-prettify.vue' ) [ 'default' ]
0 commit comments