@@ -72,6 +72,7 @@ declare module '@vue/runtime-core' {
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
74
Editor : typeof import ( './src/tools/html-wysiwyg-editor/editor/editor.vue' ) [ 'default' ]
75
+ EmailNormalizer : typeof import ( './src/tools/email-normalizer/email-normalizer.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' ]
77
78
EmojiPicker : typeof import ( './src/tools/emoji-picker/emoji-picker.vue' ) [ 'default' ]
@@ -110,6 +111,7 @@ declare module '@vue/runtime-core' {
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' ]
114
+ JsonToXml : typeof import ( './src/tools/json-to-xml/json-to-xml.vue' ) [ 'default' ]
113
115
JsonToYaml : typeof import ( './src/tools/json-to-yaml-converter/json-to-yaml.vue' ) [ 'default' ]
114
116
JsonViewer : typeof import ( './src/tools/json-viewer/json-viewer.vue' ) [ 'default' ]
115
117
JwtParser : typeof import ( './src/tools/jwt-parser/jwt-parser.vue' ) [ 'default' ]
@@ -132,26 +134,17 @@ declare module '@vue/runtime-core' {
132
134
NCode : typeof import ( 'naive-ui' ) [ 'NCode' ]
133
135
NCollapseTransition : typeof import ( 'naive-ui' ) [ 'NCollapseTransition' ]
134
136
NConfigProvider : typeof import ( 'naive-ui' ) [ 'NConfigProvider' ]
135
- NDivider : typeof import ( 'naive-ui' ) [ 'NDivider' ]
136
137
NEllipsis : typeof import ( 'naive-ui' ) [ 'NEllipsis' ]
137
- NForm : typeof import ( 'naive-ui' ) [ 'NForm' ]
138
138
NFormItem : typeof import ( 'naive-ui' ) [ 'NFormItem' ]
139
- NGi : typeof import ( 'naive-ui' ) [ 'NGi' ]
140
- NGrid : typeof import ( 'naive-ui' ) [ 'NGrid' ]
141
139
NH1 : typeof import ( 'naive-ui' ) [ 'NH1' ]
142
140
NH3 : typeof import ( 'naive-ui' ) [ 'NH3' ]
143
141
NIcon : typeof import ( 'naive-ui' ) [ 'NIcon' ]
144
142
NInputNumber : typeof import ( 'naive-ui' ) [ 'NInputNumber' ]
145
- NLabel : typeof import ( 'naive-ui' ) [ 'NLabel' ]
146
143
NLayout : typeof import ( 'naive-ui' ) [ 'NLayout' ]
147
144
NLayoutSider : typeof import ( 'naive-ui' ) [ 'NLayoutSider' ]
148
145
NMenu : typeof import ( 'naive-ui' ) [ 'NMenu' ]
149
146
NScrollbar : typeof import ( 'naive-ui' ) [ 'NScrollbar' ]
150
- NSlider : typeof import ( 'naive-ui' ) [ 'NSlider' ]
151
- NSpace : typeof import ( 'naive-ui' ) [ 'NSpace' ]
152
147
NSpin : typeof import ( 'naive-ui' ) [ 'NSpin' ]
153
- NSwitch : typeof import ( 'naive-ui' ) [ 'NSwitch' ]
154
- NTable : typeof import ( 'naive-ui' ) [ 'NTable' ]
155
148
NumeronymGenerator : typeof import ( './src/tools/numeronym-generator/numeronym-generator.vue' ) [ 'default' ]
156
149
OtpCodeGeneratorAndValidator : typeof import ( './src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue' ) [ 'default' ]
157
150
PasswordStrengthAnalyser : typeof import ( './src/tools/password-strength-analyser/password-strength-analyser.vue' ) [ 'default' ]
@@ -194,6 +187,7 @@ declare module '@vue/runtime-core' {
194
187
UuidGenerator : typeof import ( './src/tools/uuid-generator/uuid-generator.vue' ) [ 'default' ]
195
188
WifiQrCodeGenerator : typeof import ( './src/tools/wifi-qr-code-generator/wifi-qr-code-generator.vue' ) [ 'default' ]
196
189
XmlFormatter : typeof import ( './src/tools/xml-formatter/xml-formatter.vue' ) [ 'default' ]
190
+ XmlToJson : typeof import ( './src/tools/xml-to-json/xml-to-json.vue' ) [ 'default' ]
197
191
YamlToJson : typeof import ( './src/tools/yaml-to-json-converter/yaml-to-json.vue' ) [ 'default' ]
198
192
YamlToToml : typeof import ( './src/tools/yaml-to-toml/yaml-to-toml.vue' ) [ 'default' ]
199
193
YamlViewer : typeof import ( './src/tools/yaml-viewer/yaml-viewer.vue' ) [ 'default' ]
0 commit comments