@idds/vue 1.5.75 → 1.5.76
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/Accordion.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts +1 -1
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Breadcrumb.vue.d.ts.map +1 -1
- package/dist/components/ButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/Chip.vue.d.ts +3 -2
- package/dist/components/Chip.vue.d.ts.map +1 -1
- package/dist/components/Pagination.vue.d.ts.map +1 -1
- package/dist/components/TabHorizontal.vue.d.ts.map +1 -1
- package/dist/components/TabVertical.vue.d.ts.map +1 -1
- package/dist/components/TextArea.vue.d.ts +1 -1
- 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/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.es.js +3158 -3031
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -362,10 +362,10 @@ declare const _default: {
|
|
|
362
362
|
};
|
|
363
363
|
});
|
|
364
364
|
Avatar: import('vue').DefineComponent<import('.').AvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('.').AvatarProps> & Readonly<{}>, {
|
|
365
|
+
shape: import('./components/Avatar.vue').AvatarShape;
|
|
365
366
|
size: import('./components/Avatar.vue').AvatarSize;
|
|
366
367
|
alt: string;
|
|
367
368
|
initials: string;
|
|
368
|
-
shape: import('./components/Avatar.vue').AvatarShape;
|
|
369
369
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
370
370
|
Badge: {
|
|
371
371
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('.').BadgeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
@@ -1510,6 +1510,7 @@ declare const _default: {
|
|
|
1510
1510
|
}>, {
|
|
1511
1511
|
disabled: boolean;
|
|
1512
1512
|
required: boolean;
|
|
1513
|
+
dir: "auto" | "ltr" | "rtl";
|
|
1513
1514
|
size: "sm" | "md" | "lg";
|
|
1514
1515
|
resize: "none" | "vertical" | "horizontal" | "both";
|
|
1515
1516
|
modelValue: string;
|
|
@@ -1521,7 +1522,6 @@ declare const _default: {
|
|
|
1521
1522
|
spellCheck: boolean;
|
|
1522
1523
|
autoCapitalize: "off" | "none" | "sentences" | "words" | "characters";
|
|
1523
1524
|
autoCorrect: "off" | "on";
|
|
1524
|
-
dir: "auto" | "ltr" | "rtl";
|
|
1525
1525
|
rows: number;
|
|
1526
1526
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1527
1527
|
textareaRef: HTMLTextAreaElement;
|
|
@@ -1542,6 +1542,7 @@ declare const _default: {
|
|
|
1542
1542
|
disabled: boolean;
|
|
1543
1543
|
type: "text" | "email" | "password" | "number" | "tel" | "url";
|
|
1544
1544
|
required: boolean;
|
|
1545
|
+
dir: "auto" | "ltr" | "rtl";
|
|
1545
1546
|
size: "sm" | "md" | "lg";
|
|
1546
1547
|
modelValue: string;
|
|
1547
1548
|
status: "neutral" | "success" | "error" | "warning";
|
|
@@ -1554,7 +1555,6 @@ declare const _default: {
|
|
|
1554
1555
|
autoCapitalize: "off" | "none" | "sentences" | "words" | "characters";
|
|
1555
1556
|
autoCorrect: "off" | "on";
|
|
1556
1557
|
inputMode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
1557
|
-
dir: "auto" | "ltr" | "rtl";
|
|
1558
1558
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1559
1559
|
inputRef: HTMLInputElement;
|
|
1560
1560
|
}, HTMLDivElement>;
|