aboutsummaryrefslogtreecommitdiff
path: root/components.d.ts
diff options
context:
space:
mode:
authorGravatar jmmanzano <manzano.jm@gmail.com> 2023-06-18 12:27:26 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-18 10:27:26 +0000
commita6bbeaebd8e4f629ff20d6e2386be9c8734f6d8d (patch)
tree586b395e8c4854d362d844a6b15bb9cc85f52b64 /components.d.ts
parentf771e7a99f962463401cdd8addd455782605675f (diff)
downloadit-tools-a6bbeaebd8e4f629ff20d6e2386be9c8734f6d8d.tar.gz
it-tools-a6bbeaebd8e4f629ff20d6e2386be9c8734f6d8d.tar.zst
it-tools-a6bbeaebd8e4f629ff20d6e2386be9c8734f6d8d.zip
feat(new tool): xml formatter (#457)
* feat(new tool): xml formatter * feat(xml-formatter): added happy path e2e tests * refactor(xml-formatter): improved unit tests * refactor(xml-formatter): add better suitable icon * feat(xml-formatter): added happy path e2e tests * feat(xml-formatter): registered xml as syntax highlighter * chore(auto-import): removed unused NSpace --------- Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
Diffstat (limited to 'components.d.ts')
-rw-r--r--components.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/components.d.ts b/components.d.ts
index 15cda0f..0db2d09 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -161,6 +161,7 @@ declare module '@vue/runtime-core' {
UserAgentParser: typeof import('./src/tools/user-agent-parser/user-agent-parser.vue')['default']
UserAgentResultCards: typeof import('./src/tools/user-agent-parser/user-agent-result-cards.vue')['default']
UuidGenerator: typeof import('./src/tools/uuid-generator/uuid-generator.vue')['default']
+ XmlFormatter: typeof import('./src/tools/xml-formatter/xml-formatter.vue')['default']
YamlToJson: typeof import('./src/tools/yaml-to-json-converter/yaml-to-json.vue')['default']
}
}