@comercti/vue-components-hmg 0.23.37 → 0.24.2

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
@@ -152,6 +152,7 @@ openTheFirst: boolean;
152
152
  allOpen: boolean;
153
153
  direction: "row" | "column";
154
154
  closeCollapse: number | null;
155
+ openCollapse: number[] | null;
155
156
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
156
157
 
157
158
  declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -630,6 +631,7 @@ declare type __VLS_Props_27 = {
630
631
  closeCollapse?: number | null;
631
632
  disabled?: IFields;
632
633
  invalid?: number[];
634
+ openCollapse?: number[] | null;
633
635
  };
634
636
 
635
637
  declare type __VLS_Props_28 = {
@@ -1849,6 +1851,7 @@ onPaginate?: (value: number) => any;
1849
1851
  totalPages: number;
1850
1852
  currentPage: number;
1851
1853
  itemsPerPage: number;
1854
+ paginationPages: number;
1852
1855
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1853
1856
 
1854
1857
  export declare const CeProgressIndicator: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -2235,6 +2238,8 @@ declare type PaginationProps = {
2235
2238
  totalItems?: number;
2236
2239
  /** Valor do currentPage para two-way binding (v-model) */
2237
2240
  modelValue?: number;
2241
+ /** Número de páginas exibidas na paginação */
2242
+ paginationPages?: number;
2238
2243
  };
2239
2244
 
2240
2245
  declare interface Props {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.23.37",
3
+ "version": "0.24.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",