@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/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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.23.17",
3
+ "version": "0.23.19",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",