feat(Text Statistics): add more stats

Sentences, Words with punctuations, Chars by type (upper, lower, digits, puncts...)
This commit is contained in:
ShareVB 2024-04-28 14:07:46 +02:00
parent 2d87aaf484
commit af1013da36
2 changed files with 23 additions and 7 deletions

2
components.d.ts vendored
View file

@ -144,7 +144,9 @@ declare module '@vue/runtime-core' {
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
NMenu: typeof import('naive-ui')['NMenu']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin']
NStatistic: typeof import('naive-ui')['NStatistic']
NumeronymGenerator: typeof import('./src/tools/numeronym-generator/numeronym-generator.vue')['default']
OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default']
PasswordStrengthAnalyser: typeof import('./src/tools/password-strength-analyser/password-strength-analyser.vue')['default']