@comercti/vue-components-hmg 0.23.17 → 0.23.19
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/comerc-style-guide.cjs.js +2 -2
- package/comerc-style-guide.es.js +14 -7
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -144,6 +144,7 @@ declare const __VLS_component_22: DefineComponent<__VLS_Props_27, {}, {}, {}, {}
|
|
|
144
144
|
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
145
145
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
146
146
|
}>, {
|
|
147
|
+
invalid: number[];
|
|
147
148
|
disabled: IFields;
|
|
148
149
|
variant: "accordion" | "card" | "minimal" | "compact";
|
|
149
150
|
items: Array<unknown>;
|
|
@@ -628,6 +629,7 @@ declare type __VLS_Props_27 = {
|
|
|
628
629
|
direction?: 'row' | 'column';
|
|
629
630
|
closeCollapse?: number | null;
|
|
630
631
|
disabled?: IFields;
|
|
632
|
+
invalid?: number[];
|
|
631
633
|
};
|
|
632
634
|
|
|
633
635
|
declare type __VLS_Props_28 = {
|