@idds/vue 1.5.77 → 1.5.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Chip.vue.d.ts.map +1 -1
- package/dist/components/PasswordInput.vue.d.ts.map +1 -1
- package/dist/components/TextArea.vue.d.ts +2 -2
- package/dist/components/TextArea.vue.d.ts.map +1 -1
- package/dist/components/TextField.vue.d.ts +1 -1
- package/dist/components/TextField.vue.d.ts.map +1 -1
- package/dist/components/YearPicker.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.es.js +2147 -2097
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1516,13 +1516,13 @@ declare const _default: {
|
|
|
1516
1516
|
modelValue: string;
|
|
1517
1517
|
status: "neutral" | "success" | "error" | "warning";
|
|
1518
1518
|
readonly: boolean;
|
|
1519
|
-
showCharCount: boolean;
|
|
1520
1519
|
showClearButton: boolean;
|
|
1520
|
+
rows: number;
|
|
1521
|
+
showCharCount: boolean;
|
|
1521
1522
|
securityConfig: import('./utils/security').SecurityConfig;
|
|
1522
1523
|
spellCheck: boolean;
|
|
1523
1524
|
autoCapitalize: "off" | "none" | "sentences" | "words" | "characters";
|
|
1524
1525
|
autoCorrect: "off" | "on";
|
|
1525
|
-
rows: number;
|
|
1526
1526
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1527
1527
|
textareaRef: HTMLTextAreaElement;
|
|
1528
1528
|
}, HTMLDivElement>;
|
|
@@ -1547,9 +1547,9 @@ declare const _default: {
|
|
|
1547
1547
|
modelValue: string;
|
|
1548
1548
|
status: "neutral" | "success" | "error" | "warning";
|
|
1549
1549
|
readonly: boolean;
|
|
1550
|
-
showCharCount: boolean;
|
|
1551
1550
|
showClearButton: boolean;
|
|
1552
1551
|
debounce: number;
|
|
1552
|
+
showCharCount: boolean;
|
|
1553
1553
|
securityConfig: import('./utils/security').SecurityConfig;
|
|
1554
1554
|
spellCheck: boolean;
|
|
1555
1555
|
autoCapitalize: "off" | "none" | "sentences" | "words" | "characters";
|