@@ -71,6 +71,7 @@ declare module '@vue/runtime-core' {
71
71
DiffViewer : typeof import ( './src/tools/json-diff/diff-viewer/diff-viewer.vue' ) [ 'default' ]
72
72
DockerRunToDockerComposeConverter : typeof import ( './src/tools/docker-run-to-docker-compose-converter/docker-run-to-docker-compose-converter.vue' ) [ 'default' ]
73
73
DynamicValues : typeof import ( './src/tools/benchmark-builder/dynamic-values.vue' ) [ 'default' ]
74
+ EcdsaKeyPairGenerator : typeof import ( './src/tools/ecdsa-key-pair-generator/ecdsa-key-pair-generator.vue' ) [ 'default' ]
74
75
Editor : typeof import ( './src/tools/html-wysiwyg-editor/editor/editor.vue' ) [ 'default' ]
75
76
EmojiCard : typeof import ( './src/tools/emoji-picker/emoji-card.vue' ) [ 'default' ]
76
77
EmojiGrid : typeof import ( './src/tools/emoji-picker/emoji-grid.vue' ) [ 'default' ]
@@ -133,18 +134,15 @@ declare module '@vue/runtime-core' {
133
134
NDivider : typeof import ( 'naive-ui' ) [ 'NDivider' ]
134
135
NEllipsis : typeof import ( 'naive-ui' ) [ 'NEllipsis' ]
135
136
NFormItem : typeof import ( 'naive-ui' ) [ 'NFormItem' ]
136
- NGi : typeof import ( 'naive-ui' ) [ 'NGi' ]
137
- NGrid : typeof import ( 'naive-ui' ) [ 'NGrid' ]
138
137
NH1 : typeof import ( 'naive-ui' ) [ 'NH1' ]
139
138
NH3 : typeof import ( 'naive-ui' ) [ 'NH3' ]
140
139
NIcon : typeof import ( 'naive-ui' ) [ 'NIcon' ]
141
- NInputNumber : typeof import ( 'naive-ui' ) [ 'NInputNumber' ]
142
- NLabel : typeof import ( 'naive-ui' ) [ 'NLabel' ]
140
+ NInput : typeof import ( 'naive-ui' ) [ 'NInput' ]
143
141
NLayout : typeof import ( 'naive-ui' ) [ 'NLayout' ]
144
142
NLayoutSider : typeof import ( 'naive-ui' ) [ 'NLayoutSider' ]
145
143
NMenu : typeof import ( 'naive-ui' ) [ 'NMenu' ]
146
144
NScrollbar : typeof import ( 'naive-ui' ) [ 'NScrollbar' ]
147
- NSpin : typeof import ( 'naive-ui' ) [ 'NSpin ' ]
145
+ NSpace : typeof import ( 'naive-ui' ) [ 'NSpace ' ]
148
146
NumeronymGenerator : typeof import ( './src/tools/numeronym-generator/numeronym-generator.vue' ) [ 'default' ]
149
147
OtpCodeGeneratorAndValidator : typeof import ( './src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue' ) [ 'default' ]
150
148
PasswordStrengthAnalyser : typeof import ( './src/tools/password-strength-analyser/password-strength-analyser.vue' ) [ 'default' ]
@@ -159,6 +157,7 @@ declare module '@vue/runtime-core' {
159
157
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
160
158
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
161
159
RsaKeyPairGenerator : typeof import ( './src/tools/rsa-key-pair-generator/rsa-key-pair-generator.vue' ) [ 'default' ]
160
+ SafelinkDecoder : typeof import ( './src/tools/safelink-decoder/safelink-decoder.vue' ) [ 'default' ]
162
161
SlugifyString : typeof import ( './src/tools/slugify-string/slugify-string.vue' ) [ 'default' ]
163
162
SpanCopyable : typeof import ( './src/components/SpanCopyable.vue' ) [ 'default' ]
164
163
SqlPrettify : typeof import ( './src/tools/sql-prettify/sql-prettify.vue' ) [ 'default' ]
0 commit comments