@comercti/react-components-hmg 0.23.37 → 0.24.1

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
@@ -225,6 +225,7 @@ openTheFirst: boolean;
225
225
  allOpen: boolean;
226
226
  direction: "row" | "column";
227
227
  closeCollapse: number | null;
228
+ openCollapse: number | null;
228
229
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
229
230
 
230
231
  declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -783,6 +784,7 @@ declare type __VLS_Props_35 = {
783
784
  closeCollapse?: number | null;
784
785
  disabled?: IFields;
785
786
  invalid?: number[];
787
+ openCollapse?: number | null;
786
788
  };
787
789
 
788
790
  declare type __VLS_Props_4 = {
@@ -1918,6 +1920,7 @@ onPaginate?: (value: number) => any;
1918
1920
  totalPages: number;
1919
1921
  currentPage: number;
1920
1922
  itemsPerPage: number;
1923
+ paginationPages: number;
1921
1924
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1922
1925
 
1923
1926
  declare const _default_20: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -2334,6 +2337,8 @@ declare type PaginationProps = {
2334
2337
  totalItems?: number;
2335
2338
  /** Valor do currentPage para two-way binding (v-model) */
2336
2339
  modelValue?: number;
2340
+ /** Número de páginas exibidas na paginação */
2341
+ paginationPages?: number;
2337
2342
  };
2338
2343
 
2339
2344
  declare interface Props {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.37",
3
+ "version": "0.24.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",