@sankhyalabs/ezui 7.2.0-dev.2 → 7.2.0-dev.3

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.
Files changed (231) hide show
  1. package/dist/cjs/{ApplicationUtils-006ca96f.js → ApplicationUtils-dc653b57.js} +1 -1
  2. package/dist/cjs/{app-globals-5cb12916.js → app-globals-16ec1ff7.js} +1 -1
  3. package/dist/cjs/classic-search-list_7.cjs.entry.js +2 -2
  4. package/dist/cjs/ez-actions-button.cjs.entry.js +2 -2
  5. package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
  6. package/dist/cjs/ez-avatar.cjs.entry.js +1 -1
  7. package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
  8. package/dist/cjs/ez-classic-combo-box.cjs.entry.js +2 -1
  9. package/dist/cjs/ez-classic-date-input.cjs.entry.js +2 -2
  10. package/dist/cjs/ez-classic-date-time-input.cjs.entry.js +1 -1
  11. package/dist/cjs/ez-classic-number-input.cjs.entry.js +1 -1
  12. package/dist/cjs/ez-classic-search-plus.cjs.entry.js +4 -4
  13. package/dist/cjs/ez-classic-search.cjs.entry.js +2 -2
  14. package/dist/cjs/ez-classic-time-input.cjs.entry.js +4 -3
  15. package/dist/cjs/ez-collapsible-box.cjs.entry.js +2 -2
  16. package/dist/cjs/ez-combo-box.cjs.entry.js +2 -2
  17. package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
  18. package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
  19. package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
  20. package/dist/cjs/ez-double-list.cjs.entry.js +1 -1
  21. package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
  22. package/dist/cjs/ez-empty-card.cjs.entry.js +1 -1
  23. package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
  24. package/dist/cjs/ez-form-view.cjs.entry.js +1 -1
  25. package/dist/cjs/ez-form.cjs.entry.js +3 -3
  26. package/dist/cjs/ez-grid-pagination.cjs.entry.js +227 -0
  27. package/dist/cjs/ez-grid.cjs.entry.js +20 -148
  28. package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
  29. package/dist/cjs/ez-icon.cjs.entry.js +1 -1
  30. package/dist/cjs/ez-link-builder_6.cjs.entry.js +1 -1
  31. package/dist/cjs/ez-list.cjs.entry.js +1 -1
  32. package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
  33. package/dist/cjs/ez-modal.cjs.entry.js +1 -1
  34. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
  35. package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
  36. package/dist/cjs/ez-pagination.cjs.entry.js +1 -1
  37. package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
  38. package/dist/cjs/ez-popup.cjs.entry.js +1 -1
  39. package/dist/cjs/ez-record-navigation.cjs.entry.js +121 -0
  40. package/dist/cjs/ez-scroller_2.cjs.entry.js +81 -14
  41. package/dist/cjs/ez-search-plus.cjs.entry.js +4 -4
  42. package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
  43. package/dist/cjs/ez-search.cjs.entry.js +3 -3
  44. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
  45. package/dist/cjs/ez-skeleton.cjs.entry.js +1 -1
  46. package/dist/cjs/ez-sortable-list.cjs.entry.js +1 -1
  47. package/dist/cjs/ez-spinner.cjs.entry.js +1 -1
  48. package/dist/cjs/ez-split-button.cjs.entry.js +4 -4
  49. package/dist/cjs/ez-split-item.cjs.entry.js +2 -2
  50. package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
  51. package/dist/cjs/ez-tooltip.cjs.entry.js +1 -1
  52. package/dist/cjs/ez-tree.cjs.entry.js +1 -1
  53. package/dist/cjs/ez-upload.cjs.entry.js +2 -2
  54. package/dist/cjs/ezui.cjs.js +3 -3
  55. package/dist/cjs/filter-column.cjs.entry.js +1 -1
  56. package/dist/cjs/{floating-ui.dom.esm-f4d87617.js → floating-ui.dom.esm-bea31048.js} +165 -119
  57. package/dist/cjs/index-a7b0c73d.js +8 -0
  58. package/dist/cjs/{index-350d0fa0.js → index-a8537087.js} +85 -30
  59. package/dist/cjs/loader.cjs.js +3 -3
  60. package/dist/cjs/{search-column-fbf680d7.js → search-column-cd0e44be.js} +4 -7
  61. package/dist/collection/collection-manifest.json +7 -0
  62. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js +2 -1
  63. package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.js +1 -1
  64. package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.css +22 -0
  65. package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.js +1 -1
  66. package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.js +3 -2
  67. package/dist/collection/components/ez-dropdown/ez-dropdown.css +1 -1
  68. package/dist/collection/components/ez-empty-card/ez-empty-card.js +7 -7
  69. package/dist/collection/components/ez-grid/ez-grid.css +1 -60
  70. package/dist/collection/components/ez-grid/ez-grid.js +52 -150
  71. package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.css +111 -0
  72. package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.js +410 -0
  73. package/dist/collection/components/ez-icon/ez-icon.css +5 -5
  74. package/dist/collection/components/ez-record-navigation/ez-record-navigation.css +51 -0
  75. package/dist/collection/components/ez-record-navigation/ez-record-navigation.js +246 -0
  76. package/dist/collection/components/ez-scroller/EzScrollNavigationMode.js +5 -0
  77. package/dist/collection/components/ez-scroller/ez-scroller.css +117 -11
  78. package/dist/collection/components/ez-scroller/ez-scroller.js +118 -13
  79. package/dist/collection/components/ez-search/ez-search.css +4 -0
  80. package/dist/collection/components/ez-search-plus/ez-search-plus.js +2 -2
  81. package/dist/collection/components/ez-split-button/ez-split-button.css +1 -1
  82. package/dist/collection/components/ez-split-button/ez-split-button.js +2 -2
  83. package/dist/collection/utils/i18n/locales/en-us.js +25 -4
  84. package/dist/collection/utils/i18n/locales/es-es.js +25 -4
  85. package/dist/collection/utils/i18n/locales/pt-br.js +25 -4
  86. package/dist/collection/utils/searchColumn/search-column.js +2 -5
  87. package/dist/custom-elements/index.d.ts +12 -0
  88. package/dist/custom-elements/index.js +697 -321
  89. package/dist/esm/{ApplicationUtils-0c5cb207.js → ApplicationUtils-e99e53c8.js} +1 -1
  90. package/dist/esm/{app-globals-1db10325.js → app-globals-6e27b3bb.js} +1 -1
  91. package/dist/esm/classic-search-list_7.entry.js +2 -2
  92. package/dist/esm/ez-actions-button.entry.js +2 -2
  93. package/dist/esm/ez-alert-list.entry.js +1 -1
  94. package/dist/esm/ez-avatar.entry.js +1 -1
  95. package/dist/esm/ez-calendar.entry.js +1 -1
  96. package/dist/esm/ez-classic-combo-box.entry.js +2 -1
  97. package/dist/esm/ez-classic-date-input.entry.js +2 -2
  98. package/dist/esm/ez-classic-date-time-input.entry.js +1 -1
  99. package/dist/esm/ez-classic-number-input.entry.js +1 -1
  100. package/dist/esm/ez-classic-search-plus.entry.js +4 -4
  101. package/dist/esm/ez-classic-search.entry.js +2 -2
  102. package/dist/esm/ez-classic-time-input.entry.js +4 -3
  103. package/dist/esm/ez-collapsible-box.entry.js +2 -2
  104. package/dist/esm/ez-combo-box.entry.js +2 -2
  105. package/dist/esm/ez-date-input.entry.js +1 -1
  106. package/dist/esm/ez-date-time-input.entry.js +1 -1
  107. package/dist/esm/ez-dialog.entry.js +1 -1
  108. package/dist/esm/ez-double-list.entry.js +1 -1
  109. package/dist/esm/ez-dropdown.entry.js +1 -1
  110. package/dist/esm/ez-empty-card.entry.js +1 -1
  111. package/dist/esm/ez-file-item.entry.js +1 -1
  112. package/dist/esm/ez-form-view.entry.js +1 -1
  113. package/dist/esm/ez-form.entry.js +3 -3
  114. package/dist/esm/ez-grid-pagination.entry.js +223 -0
  115. package/dist/esm/ez-grid.entry.js +21 -149
  116. package/dist/esm/ez-guide-navigator.entry.js +1 -1
  117. package/dist/esm/ez-icon.entry.js +1 -1
  118. package/dist/esm/ez-link-builder_6.entry.js +1 -1
  119. package/dist/esm/ez-list.entry.js +1 -1
  120. package/dist/esm/ez-modal-container.entry.js +1 -1
  121. package/dist/esm/ez-modal.entry.js +1 -1
  122. package/dist/esm/ez-multi-selection-list.entry.js +1 -1
  123. package/dist/esm/ez-number-input.entry.js +1 -1
  124. package/dist/esm/ez-pagination.entry.js +1 -1
  125. package/dist/esm/ez-popover-core.entry.js +1 -1
  126. package/dist/esm/ez-popup.entry.js +1 -1
  127. package/dist/esm/ez-record-navigation.entry.js +117 -0
  128. package/dist/esm/ez-scroller_2.entry.js +81 -14
  129. package/dist/esm/ez-search-plus.entry.js +4 -4
  130. package/dist/esm/ez-search-result-list.entry.js +1 -1
  131. package/dist/esm/ez-search.entry.js +3 -3
  132. package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
  133. package/dist/esm/ez-skeleton.entry.js +1 -1
  134. package/dist/esm/ez-sortable-list.entry.js +1 -1
  135. package/dist/esm/ez-spinner.entry.js +1 -1
  136. package/dist/esm/ez-split-button.entry.js +4 -4
  137. package/dist/esm/ez-split-item.entry.js +2 -2
  138. package/dist/esm/ez-time-input.entry.js +1 -1
  139. package/dist/esm/ez-tooltip.entry.js +1 -1
  140. package/dist/esm/ez-tree.entry.js +1 -1
  141. package/dist/esm/ez-upload.entry.js +2 -2
  142. package/dist/esm/ezui.js +3 -3
  143. package/dist/esm/filter-column.entry.js +1 -1
  144. package/dist/esm/{floating-ui.dom.esm-ad30f2f0.js → floating-ui.dom.esm-2964eae1.js} +165 -119
  145. package/dist/esm/{index-225aa0c3.js → index-a031816b.js} +85 -30
  146. package/dist/esm/index-baa5e267.js +8 -0
  147. package/dist/esm/loader.js +3 -3
  148. package/dist/esm/{search-column-40a78cac.js → search-column-33d72c20.js} +4 -7
  149. package/dist/ezui/ezui.esm.js +1 -1
  150. package/dist/ezui/{p-bf2a7f94.entry.js → p-05e4541a.entry.js} +1 -1
  151. package/dist/ezui/{p-56565777.entry.js → p-0bc16f75.entry.js} +1 -1
  152. package/dist/ezui/p-0d80e3ec.entry.js +1 -0
  153. package/dist/ezui/{p-556bf329.entry.js → p-0fc981e9.entry.js} +1 -1
  154. package/dist/ezui/{p-26cd4c2e.entry.js → p-1244fac0.entry.js} +1 -1
  155. package/dist/ezui/{p-0625743b.entry.js → p-160a268d.entry.js} +1 -1
  156. package/dist/ezui/p-178cb9df.entry.js +1 -0
  157. package/dist/ezui/{p-6ac056d7.entry.js → p-1ab5ba19.entry.js} +1 -1
  158. package/dist/ezui/p-2241dea1.js +1 -0
  159. package/dist/ezui/{p-9825c1d2.js → p-24582dd6.js} +1 -1
  160. package/dist/ezui/{p-62c149cb.entry.js → p-2887cbf9.entry.js} +1 -1
  161. package/dist/ezui/p-2b65728f.entry.js +1 -0
  162. package/dist/ezui/{p-b705b342.entry.js → p-318d4dc9.entry.js} +1 -1
  163. package/dist/ezui/{p-8e5f1c74.entry.js → p-32b8f057.entry.js} +1 -1
  164. package/dist/ezui/{p-f5552540.entry.js → p-3311e7ef.entry.js} +1 -1
  165. package/dist/ezui/{p-b0a716ef.entry.js → p-39d2bce5.entry.js} +1 -1
  166. package/dist/ezui/{p-e3cd5080.entry.js → p-3d772561.entry.js} +1 -1
  167. package/dist/ezui/{p-c56ee8c0.entry.js → p-473a397f.entry.js} +1 -1
  168. package/dist/ezui/{p-729bd1be.entry.js → p-4991931a.entry.js} +1 -1
  169. package/dist/ezui/{p-d5dc6b01.entry.js → p-4ca4e8d1.entry.js} +1 -1
  170. package/dist/ezui/{p-4f7ad3ee.entry.js → p-4f76dc28.entry.js} +1 -1
  171. package/dist/ezui/{p-2da9faf1.entry.js → p-510eccc7.entry.js} +1 -1
  172. package/dist/ezui/p-54975948.entry.js +1 -0
  173. package/dist/ezui/p-69344c23.js +1 -0
  174. package/dist/ezui/p-6bb36afc.entry.js +1 -0
  175. package/dist/ezui/{p-5abb220b.entry.js → p-700af412.entry.js} +1 -1
  176. package/dist/ezui/{p-a4351519.entry.js → p-7f475884.entry.js} +1 -1
  177. package/dist/ezui/{p-4c76b365.entry.js → p-84be1391.entry.js} +1 -1
  178. package/dist/ezui/{p-987185c4.entry.js → p-879cee4d.entry.js} +1 -1
  179. package/dist/ezui/{p-34d459e4.entry.js → p-8980b477.entry.js} +1 -1
  180. package/dist/ezui/{p-f969b65d.entry.js → p-8a5efec5.entry.js} +1 -1
  181. package/dist/ezui/p-91ff4511.entry.js +1 -0
  182. package/dist/ezui/{p-7134726a.entry.js → p-93097edc.entry.js} +1 -1
  183. package/dist/ezui/{p-e2972977.entry.js → p-96e5eaa2.entry.js} +1 -1
  184. package/dist/ezui/{p-0248846f.entry.js → p-a383fbc5.entry.js} +1 -1
  185. package/dist/ezui/{p-351fb12f.entry.js → p-a4735a12.entry.js} +1 -1
  186. package/dist/ezui/{p-a3bad8f8.entry.js → p-a4911d89.entry.js} +1 -1
  187. package/dist/ezui/{p-7edc3ef7.entry.js → p-a8f807ed.entry.js} +1 -1
  188. package/dist/ezui/{p-e3a42f47.entry.js → p-ab41edab.entry.js} +1 -1
  189. package/dist/ezui/{p-7953ecb9.entry.js → p-ab4da973.entry.js} +1 -1
  190. package/dist/ezui/{p-e493ad57.entry.js → p-adee66db.entry.js} +1 -1
  191. package/dist/ezui/{p-544605c4.entry.js → p-b5f45319.entry.js} +1 -1
  192. package/dist/ezui/p-c2d44132.entry.js +1 -0
  193. package/dist/ezui/{p-df802548.entry.js → p-c33d46e0.entry.js} +1 -1
  194. package/dist/ezui/{p-b36475f9.entry.js → p-c8584e28.entry.js} +1 -1
  195. package/dist/ezui/{p-a872c642.entry.js → p-caf3cd8f.entry.js} +1 -1
  196. package/dist/ezui/{p-4d30b703.entry.js → p-cf66ace0.entry.js} +1 -1
  197. package/dist/ezui/p-d2601b25.js +1 -0
  198. package/dist/ezui/{p-4c2a4435.entry.js → p-d98dd01a.entry.js} +1 -1
  199. package/dist/ezui/p-dd5326e6.entry.js +1 -0
  200. package/dist/ezui/{p-4af745e1.entry.js → p-ddc6432d.entry.js} +1 -1
  201. package/dist/ezui/{p-bea06aae.entry.js → p-ea0f78d1.entry.js} +46 -46
  202. package/dist/ezui/{p-97312709.entry.js → p-ed6b6e0f.entry.js} +1 -1
  203. package/dist/ezui/{p-4e869617.entry.js → p-f1390be9.entry.js} +1 -1
  204. package/dist/ezui/{p-6a794336.js → p-f71a4d97.js} +1 -1
  205. package/dist/ezui/{p-ef8bd3e8.entry.js → p-fc72aeb8.entry.js} +1 -1
  206. package/dist/ezui/p-fcdd861e.entry.js +1 -0
  207. package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +2 -2
  208. package/dist/types/components/ez-grid/ez-grid.d.ts +10 -27
  209. package/dist/types/components/ez-grid-pagination/ez-grid-pagination.d.ts +75 -0
  210. package/dist/types/components/ez-record-navigation/ez-record-navigation.d.ts +43 -0
  211. package/dist/types/components/ez-scroller/EzScrollNavigationMode.d.ts +4 -0
  212. package/dist/types/components/ez-scroller/ez-scroller.d.ts +16 -2
  213. package/dist/types/components.d.ts +154 -6
  214. package/dist/types/utils/i18n/locales/en-us.d.ts +24 -3
  215. package/dist/types/utils/i18n/locales/es-es.d.ts +24 -3
  216. package/dist/types/utils/i18n/locales/pt-br.d.ts +24 -3
  217. package/dist/types/utils/i18n/translations.d.ts +72 -9
  218. package/package.json +2 -2
  219. package/react/components.d.ts +2 -0
  220. package/react/components.js +2 -0
  221. package/react/components.js.map +1 -1
  222. package/dist/ezui/p-07fb22c3.entry.js +0 -1
  223. package/dist/ezui/p-288631d1.entry.js +0 -1
  224. package/dist/ezui/p-2a806303.js +0 -1
  225. package/dist/ezui/p-2de94faf.entry.js +0 -1
  226. package/dist/ezui/p-619225ce.entry.js +0 -1
  227. package/dist/ezui/p-a813a748.entry.js +0 -1
  228. package/dist/ezui/p-c0ae79fa.entry.js +0 -1
  229. package/dist/ezui/p-c178730b.js +0 -1
  230. package/dist/ezui/p-d2645bdf.entry.js +0 -1
  231. package/dist/ezui/p-ff4312d5.js +0 -1
@@ -42,6 +42,7 @@ import { EzGridColumn, EzGridColumnConfig, EzGridColumStateEvent, IGridConfig, I
42
42
  import { ICustomFormatter, IGridMode, ISelection, ISelectionToastConfig } from "./components/ez-grid/interfaces";
43
43
  import { IMultiSelectionListDataSource } from "./components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource";
44
44
  import { ICustomRender } from "./utils/customRender/interfaces/ICustomRender";
45
+ import { PageChangeDirection } from "./components/ez-grid-pagination/ez-grid-pagination";
45
46
  import { ColumnConfig } from "./components/ez-grid-view/ez-grid-view";
46
47
  import { IGuideItem } from "./components/ez-guide-navigator/interfaces";
47
48
  import { RichToolbarCommand } from "./components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper";
@@ -54,6 +55,7 @@ import { IEzPopoverAnchorOptions as IEzPopoverAnchorOptions2 } from "./component
54
55
  import { EzButtonProps } from "./components/ez-popup/interfaces/EzButtonProps";
55
56
  import { Radio } from "./components/ez-radio-button/ez-radio-button";
56
57
  import { EzScrollDirection } from "./components/ez-scroller/EzScrollDirection";
58
+ import { EzScrollNavigationMode } from "./components/ez-scroller/EzScrollNavigationMode";
57
59
  import { IOption as IOption7, ISearchArgument as ISearchArgument2 } from "./components/ez-search/ez-search";
58
60
  import { IOption as IOption8, OptionLoaderFunction as OptionLoaderFunction1 } from "./components/ez-search-plus/ez-search-plus";
59
61
  import { IOption as IOption9 } from "./components/ez-search-plus/ez-search-plus";
@@ -1717,11 +1719,11 @@ export namespace Components {
1717
1719
  /**
1718
1720
  * Define o tamanho do componente, sobrescrevendo o padrão da propriedade size.
1719
1721
  */
1720
- "height"?: number;
1722
+ "height"?: number | string;
1721
1723
  /**
1722
1724
  * Define a largura do componente, sobrescrevendo o padrão da propriedade size.
1723
1725
  */
1724
- "width"?: number;
1726
+ "width"?: number | string;
1725
1727
  }
1726
1728
  interface EzFileItem {
1727
1729
  /**
@@ -1966,6 +1968,14 @@ export namespace Components {
1966
1968
  * Obtém as linhas selecionadas.
1967
1969
  */
1968
1970
  "getSelection": () => Promise<Array<any>>;
1971
+ /**
1972
+ * Manipula a mudança de página da grid.
1973
+ */
1974
+ "handlePageChange": () => Promise<void>;
1975
+ /**
1976
+ * Esconder paginação.
1977
+ */
1978
+ "hidePagination": boolean;
1969
1979
  /**
1970
1980
  * Localiza determinada coluna tornando-a visível.
1971
1981
  */
@@ -1983,7 +1993,7 @@ export namespace Components {
1983
1993
  */
1984
1994
  "outlineMode"?: boolean;
1985
1995
  /**
1986
- * Define se a grid será focada ao ser carregada.
1996
+ * Define a forma como a paginação irá se comportar.
1987
1997
  */
1988
1998
  "paginationCounterMode"?: 'show' | 'hidden' | 'auto';
1989
1999
  /**
@@ -2056,6 +2066,41 @@ export namespace Components {
2056
2066
  */
2057
2067
  "useSearchColumn": boolean;
2058
2068
  }
2069
+ interface EzGridPagination {
2070
+ /**
2071
+ * Define o modo de visualização atual da grid.
2072
+ */
2073
+ "buttonsSize": 'x-small' | 'small' | 'medium' | 'large';
2074
+ /**
2075
+ * DataUnit associada à grid.
2076
+ */
2077
+ "dataUnit": DataUnit;
2078
+ /**
2079
+ * Navega para a primeira página.
2080
+ */
2081
+ "firstPage": () => Promise<void>;
2082
+ /**
2083
+ * Navega para a primeira página.
2084
+ */
2085
+ "lastPage": () => Promise<void>;
2086
+ /**
2087
+ * Navega para a próxima página.
2088
+ */
2089
+ "nextPage": () => Promise<void>;
2090
+ /**
2091
+ * Define a visibilidade do contador de paginação. - `show`: Sempre exibe o contador (ex: "1-10 de 100") - `hidden`: Oculta o contador (exibe apenas os botões) - `auto`: Exibe/oculta baseado no espaço disponível (responsivo)
2092
+ * @default 'auto'
2093
+ */
2094
+ "paginationCounterMode"?: 'show' | 'hidden' | 'auto';
2095
+ /**
2096
+ * Define o texto da paginação à esquerda ou à direita.
2097
+ */
2098
+ "paginationTextPosition": 'left' | 'right';
2099
+ /**
2100
+ * Navega para a página anterior.
2101
+ */
2102
+ "previousPage": () => Promise<void>;
2103
+ }
2059
2104
  interface EzGridView {
2060
2105
  /**
2061
2106
  * Adiciona item de menu nas colunas.
@@ -2761,6 +2806,29 @@ export namespace Components {
2761
2806
  */
2762
2807
  "value": any;
2763
2808
  }
2809
+ interface EzRecordNavigation {
2810
+ /**
2811
+ * DataUnit.
2812
+ */
2813
+ "dataUnit": DataUnit;
2814
+ /**
2815
+ * Desabilita a navegação entre os registros.
2816
+ */
2817
+ "disabled": boolean;
2818
+ /**
2819
+ * Navega para a próxima página.
2820
+ */
2821
+ "nextRecord": () => Promise<void>;
2822
+ /**
2823
+ * Navega para a página anterior.
2824
+ */
2825
+ "previousRecord": () => Promise<void>;
2826
+ /**
2827
+ * Chaves primárias dos registros, usadas para visualizar o registro atual.
2828
+ */
2829
+ "primaryKeys": string[];
2830
+ "textPosition": 'left' | 'right';
2831
+ }
2764
2832
  interface EzRichText {
2765
2833
  /**
2766
2834
  * Se false deixa de exibir a mensagem de erro dentro do campo.
@@ -2866,6 +2934,14 @@ export namespace Components {
2866
2934
  * Define se o `scroll` estará bloqueado.
2867
2935
  */
2868
2936
  "locked": boolean;
2937
+ /**
2938
+ * Define o modo de navegação: 'scrollbar' (padrão) ou 'buttons' (botões de carrossel).
2939
+ */
2940
+ "navigationMode": EzScrollNavigationMode;
2941
+ /**
2942
+ * Define a quantidade de pixels que será rolado ao clicar nos botões de navegação.
2943
+ */
2944
+ "scrollAmount": number;
2869
2945
  }
2870
2946
  interface EzSearch {
2871
2947
  /**
@@ -4256,6 +4332,10 @@ export interface EzGridCustomEvent<T> extends CustomEvent<T> {
4256
4332
  detail: T;
4257
4333
  target: HTMLEzGridElement;
4258
4334
  }
4335
+ export interface EzGridPaginationCustomEvent<T> extends CustomEvent<T> {
4336
+ detail: T;
4337
+ target: HTMLEzGridPaginationElement;
4338
+ }
4259
4339
  export interface EzGuideNavigatorCustomEvent<T> extends CustomEvent<T> {
4260
4340
  detail: T;
4261
4341
  target: HTMLEzGuideNavigatorElement;
@@ -4639,6 +4719,12 @@ declare global {
4639
4719
  prototype: HTMLEzGridElement;
4640
4720
  new (): HTMLEzGridElement;
4641
4721
  };
4722
+ interface HTMLEzGridPaginationElement extends Components.EzGridPagination, HTMLStencilElement {
4723
+ }
4724
+ var HTMLEzGridPaginationElement: {
4725
+ prototype: HTMLEzGridPaginationElement;
4726
+ new (): HTMLEzGridPaginationElement;
4727
+ };
4642
4728
  interface HTMLEzGridViewElement extends Components.EzGridView, HTMLStencilElement {
4643
4729
  }
4644
4730
  var HTMLEzGridViewElement: {
@@ -4753,6 +4839,12 @@ declare global {
4753
4839
  prototype: HTMLEzRadioButtonElement;
4754
4840
  new (): HTMLEzRadioButtonElement;
4755
4841
  };
4842
+ interface HTMLEzRecordNavigationElement extends Components.EzRecordNavigation, HTMLStencilElement {
4843
+ }
4844
+ var HTMLEzRecordNavigationElement: {
4845
+ prototype: HTMLEzRecordNavigationElement;
4846
+ new (): HTMLEzRecordNavigationElement;
4847
+ };
4756
4848
  interface HTMLEzRichTextElement extends Components.EzRichText, HTMLStencilElement {
4757
4849
  }
4758
4850
  var HTMLEzRichTextElement: {
@@ -5030,6 +5122,7 @@ declare global {
5030
5122
  "ez-form": HTMLEzFormElement;
5031
5123
  "ez-form-view": HTMLEzFormViewElement;
5032
5124
  "ez-grid": HTMLEzGridElement;
5125
+ "ez-grid-pagination": HTMLEzGridPaginationElement;
5033
5126
  "ez-grid-view": HTMLEzGridViewElement;
5034
5127
  "ez-guide-navigator": HTMLEzGuideNavigatorElement;
5035
5128
  "ez-icon": HTMLEzIconElement;
@@ -5049,6 +5142,7 @@ declare global {
5049
5142
  "ez-popup": HTMLEzPopupElement;
5050
5143
  "ez-progress-bar": HTMLEzProgressBarElement;
5051
5144
  "ez-radio-button": HTMLEzRadioButtonElement;
5145
+ "ez-record-navigation": HTMLEzRecordNavigationElement;
5052
5146
  "ez-rich-text": HTMLEzRichTextElement;
5053
5147
  "ez-rich-toolbar": HTMLEzRichToolbarElement;
5054
5148
  "ez-rich-toolbar-arrows": HTMLEzRichToolbarArrowsElement;
@@ -6718,11 +6812,11 @@ declare namespace LocalJSX {
6718
6812
  /**
6719
6813
  * Define o tamanho do componente, sobrescrevendo o padrão da propriedade size.
6720
6814
  */
6721
- "height"?: number;
6815
+ "height"?: number | string;
6722
6816
  /**
6723
6817
  * Define a largura do componente, sobrescrevendo o padrão da propriedade size.
6724
6818
  */
6725
- "width"?: number;
6819
+ "width"?: number | string;
6726
6820
  }
6727
6821
  interface EzFileItem {
6728
6822
  /**
@@ -6929,6 +7023,10 @@ declare namespace LocalJSX {
6929
7023
  * Ativa modo de linhas com cores alternadas.
6930
7024
  */
6931
7025
  "enableRowTableStriped"?: boolean;
7026
+ /**
7027
+ * Esconder paginação.
7028
+ */
7029
+ "hidePagination"?: boolean;
6932
7030
  /**
6933
7031
  * Define o modo de uso da grade
6934
7032
  */
@@ -6970,7 +7068,7 @@ declare namespace LocalJSX {
6970
7068
  */
6971
7069
  "outlineMode"?: boolean;
6972
7070
  /**
6973
- * Define se a grid será focada ao ser carregada.
7071
+ * Define a forma como a paginação irá se comportar.
6974
7072
  */
6975
7073
  "paginationCounterMode"?: 'show' | 'hidden' | 'auto';
6976
7074
  /**
@@ -7010,6 +7108,29 @@ declare namespace LocalJSX {
7010
7108
  */
7011
7109
  "useSearchColumn"?: boolean;
7012
7110
  }
7111
+ interface EzGridPagination {
7112
+ /**
7113
+ * Define o modo de visualização atual da grid.
7114
+ */
7115
+ "buttonsSize"?: 'x-small' | 'small' | 'medium' | 'large';
7116
+ /**
7117
+ * DataUnit associada à grid.
7118
+ */
7119
+ "dataUnit"?: DataUnit;
7120
+ /**
7121
+ * Evento disparado quando a página é alterada.
7122
+ */
7123
+ "onPageChange"?: (event: EzGridPaginationCustomEvent<PageChangeDirection>) => void;
7124
+ /**
7125
+ * Define a visibilidade do contador de paginação. - `show`: Sempre exibe o contador (ex: "1-10 de 100") - `hidden`: Oculta o contador (exibe apenas os botões) - `auto`: Exibe/oculta baseado no espaço disponível (responsivo)
7126
+ * @default 'auto'
7127
+ */
7128
+ "paginationCounterMode"?: 'show' | 'hidden' | 'auto';
7129
+ /**
7130
+ * Define o texto da paginação à esquerda ou à direita.
7131
+ */
7132
+ "paginationTextPosition"?: 'left' | 'right';
7133
+ }
7013
7134
  interface EzGridView {
7014
7135
  /**
7015
7136
  * Define se a grid será focada ao ser carregada.
@@ -7622,6 +7743,21 @@ declare namespace LocalJSX {
7622
7743
  */
7623
7744
  "value"?: any;
7624
7745
  }
7746
+ interface EzRecordNavigation {
7747
+ /**
7748
+ * DataUnit.
7749
+ */
7750
+ "dataUnit"?: DataUnit;
7751
+ /**
7752
+ * Desabilita a navegação entre os registros.
7753
+ */
7754
+ "disabled"?: boolean;
7755
+ /**
7756
+ * Chaves primárias dos registros, usadas para visualizar o registro atual.
7757
+ */
7758
+ "primaryKeys"?: string[];
7759
+ "textPosition"?: 'left' | 'right';
7760
+ }
7625
7761
  interface EzRichText {
7626
7762
  /**
7627
7763
  * Se false deixa de exibir a mensagem de erro dentro do campo.
@@ -7721,6 +7857,14 @@ declare namespace LocalJSX {
7721
7857
  * Define se o `scroll` estará bloqueado.
7722
7858
  */
7723
7859
  "locked"?: boolean;
7860
+ /**
7861
+ * Define o modo de navegação: 'scrollbar' (padrão) ou 'buttons' (botões de carrossel).
7862
+ */
7863
+ "navigationMode"?: EzScrollNavigationMode;
7864
+ /**
7865
+ * Define a quantidade de pixels que será rolado ao clicar nos botões de navegação.
7866
+ */
7867
+ "scrollAmount"?: number;
7724
7868
  }
7725
7869
  interface EzSearch {
7726
7870
  /**
@@ -8923,6 +9067,7 @@ declare namespace LocalJSX {
8923
9067
  "ez-form": EzForm;
8924
9068
  "ez-form-view": EzFormView;
8925
9069
  "ez-grid": EzGrid;
9070
+ "ez-grid-pagination": EzGridPagination;
8926
9071
  "ez-grid-view": EzGridView;
8927
9072
  "ez-guide-navigator": EzGuideNavigator;
8928
9073
  "ez-icon": EzIcon;
@@ -8942,6 +9087,7 @@ declare namespace LocalJSX {
8942
9087
  "ez-popup": EzPopup;
8943
9088
  "ez-progress-bar": EzProgressBar;
8944
9089
  "ez-radio-button": EzRadioButton;
9090
+ "ez-record-navigation": EzRecordNavigation;
8945
9091
  "ez-rich-text": EzRichText;
8946
9092
  "ez-rich-toolbar": EzRichToolbar;
8947
9093
  "ez-rich-toolbar-arrows": EzRichToolbarArrows;
@@ -9024,6 +9170,7 @@ declare module "@stencil/core" {
9024
9170
  "ez-form": LocalJSX.EzForm & JSXBase.HTMLAttributes<HTMLEzFormElement>;
9025
9171
  "ez-form-view": LocalJSX.EzFormView & JSXBase.HTMLAttributes<HTMLEzFormViewElement>;
9026
9172
  "ez-grid": LocalJSX.EzGrid & JSXBase.HTMLAttributes<HTMLEzGridElement>;
9173
+ "ez-grid-pagination": LocalJSX.EzGridPagination & JSXBase.HTMLAttributes<HTMLEzGridPaginationElement>;
9027
9174
  "ez-grid-view": LocalJSX.EzGridView & JSXBase.HTMLAttributes<HTMLEzGridViewElement>;
9028
9175
  "ez-guide-navigator": LocalJSX.EzGuideNavigator & JSXBase.HTMLAttributes<HTMLEzGuideNavigatorElement>;
9029
9176
  "ez-icon": LocalJSX.EzIcon & JSXBase.HTMLAttributes<HTMLEzIconElement>;
@@ -9043,6 +9190,7 @@ declare module "@stencil/core" {
9043
9190
  "ez-popup": LocalJSX.EzPopup & JSXBase.HTMLAttributes<HTMLEzPopupElement>;
9044
9191
  "ez-progress-bar": LocalJSX.EzProgressBar & JSXBase.HTMLAttributes<HTMLEzProgressBarElement>;
9045
9192
  "ez-radio-button": LocalJSX.EzRadioButton & JSXBase.HTMLAttributes<HTMLEzRadioButtonElement>;
9193
+ "ez-record-navigation": LocalJSX.EzRecordNavigation & JSXBase.HTMLAttributes<HTMLEzRecordNavigationElement>;
9046
9194
  "ez-rich-text": LocalJSX.EzRichText & JSXBase.HTMLAttributes<HTMLEzRichTextElement>;
9047
9195
  "ez-rich-toolbar": LocalJSX.EzRichToolbar & JSXBase.HTMLAttributes<HTMLEzRichToolbarElement>;
9048
9196
  "ez-rich-toolbar-arrows": LocalJSX.EzRichToolbarArrows & JSXBase.HTMLAttributes<HTMLEzRichToolbarArrowsElement>;
@@ -81,6 +81,9 @@ declare const _default: {
81
81
  "ez-date-input": {
82
82
  invalidDate: string;
83
83
  };
84
+ "ez-classic-date-input": {
85
+ invalidDate: string;
86
+ };
84
87
  "ez-dialog": {
85
88
  confirmButton: string;
86
89
  closeButton: string;
@@ -98,16 +101,27 @@ declare const _default: {
98
101
  "ez-file-item": {
99
102
  invalidProgress: string;
100
103
  };
104
+ "ez-record-navigation": {
105
+ previousRecord: string;
106
+ nextRecord: string;
107
+ };
108
+ "ez-grid-pagination": {
109
+ cancelPagination: string;
110
+ firstPage: string;
111
+ lastPage: string;
112
+ previousPage: string;
113
+ nextPage: string;
114
+ remainingPageLabel: string;
115
+ remainingTotalLabel: string;
116
+ pageCounter: string;
117
+ };
101
118
  "ez-grid": {
102
119
  filterAppliedSuccess: string;
103
- cancelPagination: string;
104
120
  pageLabel: string;
105
121
  previousPage: string;
106
122
  nextPage: string;
107
123
  returnToPreviousPage: string;
108
124
  goToNextPage: string;
109
- remainingPageLabel: string;
110
- remainingTotalLabel: string;
111
125
  nextRecord: string;
112
126
  previousRecord: string;
113
127
  searchColumn: string;
@@ -286,6 +300,9 @@ declare const _default: {
286
300
  "ez-time-input": {
287
301
  invalidTime: string;
288
302
  };
303
+ "ez-classic-time-input": {
304
+ invalidTime: string;
305
+ };
289
306
  "ez-sidebar": {
290
307
  unPinMenu: string;
291
308
  pushPinMenu: string;
@@ -308,6 +325,10 @@ declare const _default: {
308
325
  spinner: {
309
326
  loading: string;
310
327
  };
328
+ "ez-scroller": {
329
+ previousButton: string;
330
+ nextButton: string;
331
+ };
311
332
  };
312
333
  };
313
334
  export default _default;
@@ -81,6 +81,9 @@ declare const _default: {
81
81
  "ez-date-input": {
82
82
  invalidDate: string;
83
83
  };
84
+ "ez-classic-date-input": {
85
+ invalidDate: string;
86
+ };
84
87
  "ez-dialog": {
85
88
  confirmButton: string;
86
89
  closeButton: string;
@@ -98,16 +101,27 @@ declare const _default: {
98
101
  "ez-file-item": {
99
102
  invalidProgress: string;
100
103
  };
104
+ "ez-record-navigation": {
105
+ previousRecord: string;
106
+ nextRecord: string;
107
+ };
108
+ "ez-grid-pagination": {
109
+ cancelPagination: string;
110
+ firstPage: string;
111
+ lastPage: string;
112
+ previousPage: string;
113
+ nextPage: string;
114
+ remainingPageLabel: string;
115
+ remainingTotalLabel: string;
116
+ pageCounter: string;
117
+ };
101
118
  "ez-grid": {
102
119
  filterAppliedSuccess: string;
103
- cancelPagination: string;
104
120
  pageLabel: string;
105
121
  previousPage: string;
106
122
  nextPage: string;
107
123
  returnToPreviousPage: string;
108
124
  goToNextPage: string;
109
- remainingPageLabel: string;
110
- remainingTotalLabel: string;
111
125
  nextRecord: string;
112
126
  previousRecord: string;
113
127
  searchColumn: string;
@@ -286,6 +300,9 @@ declare const _default: {
286
300
  "ez-time-input": {
287
301
  invalidTime: string;
288
302
  };
303
+ "ez-classic-time-input": {
304
+ invalidTime: string;
305
+ };
289
306
  "ez-sidebar": {
290
307
  unPinMenu: string;
291
308
  pushPinMenu: string;
@@ -308,6 +325,10 @@ declare const _default: {
308
325
  spinner: {
309
326
  loading: string;
310
327
  };
328
+ "ez-scroller": {
329
+ previousButton: string;
330
+ nextButton: string;
331
+ };
311
332
  };
312
333
  };
313
334
  export default _default;
@@ -81,6 +81,9 @@ declare const _default: {
81
81
  "ez-date-input": {
82
82
  invalidDate: string;
83
83
  };
84
+ "ez-classic-date-input": {
85
+ invalidDate: string;
86
+ };
84
87
  "ez-dialog": {
85
88
  confirmButton: string;
86
89
  closeButton: string;
@@ -98,16 +101,27 @@ declare const _default: {
98
101
  "ez-file-item": {
99
102
  invalidProgress: string;
100
103
  };
104
+ "ez-record-navigation": {
105
+ previousRecord: string;
106
+ nextRecord: string;
107
+ };
108
+ "ez-grid-pagination": {
109
+ cancelPagination: string;
110
+ firstPage: string;
111
+ lastPage: string;
112
+ previousPage: string;
113
+ nextPage: string;
114
+ remainingPageLabel: string;
115
+ remainingTotalLabel: string;
116
+ pageCounter: string;
117
+ };
101
118
  "ez-grid": {
102
119
  filterAppliedSuccess: string;
103
- cancelPagination: string;
104
120
  pageLabel: string;
105
121
  previousPage: string;
106
122
  nextPage: string;
107
123
  returnToPreviousPage: string;
108
124
  goToNextPage: string;
109
- remainingPageLabel: string;
110
- remainingTotalLabel: string;
111
125
  nextRecord: string;
112
126
  previousRecord: string;
113
127
  searchColumn: string;
@@ -286,6 +300,9 @@ declare const _default: {
286
300
  "ez-time-input": {
287
301
  invalidTime: string;
288
302
  };
303
+ "ez-classic-time-input": {
304
+ invalidTime: string;
305
+ };
289
306
  "ez-sidebar": {
290
307
  unPinMenu: string;
291
308
  pushPinMenu: string;
@@ -308,6 +325,10 @@ declare const _default: {
308
325
  spinner: {
309
326
  loading: string;
310
327
  };
328
+ "ez-scroller": {
329
+ previousButton: string;
330
+ nextButton: string;
331
+ };
311
332
  };
312
333
  };
313
334
  export default _default;
@@ -82,6 +82,9 @@ declare const _default: {
82
82
  "ez-date-input": {
83
83
  invalidDate: string;
84
84
  };
85
+ "ez-classic-date-input": {
86
+ invalidDate: string;
87
+ };
85
88
  "ez-dialog": {
86
89
  confirmButton: string;
87
90
  closeButton: string;
@@ -99,16 +102,27 @@ declare const _default: {
99
102
  "ez-file-item": {
100
103
  invalidProgress: string;
101
104
  };
105
+ "ez-record-navigation": {
106
+ previousRecord: string;
107
+ nextRecord: string;
108
+ };
109
+ "ez-grid-pagination": {
110
+ cancelPagination: string;
111
+ firstPage: string;
112
+ lastPage: string;
113
+ previousPage: string;
114
+ nextPage: string;
115
+ remainingPageLabel: string;
116
+ remainingTotalLabel: string;
117
+ pageCounter: string;
118
+ };
102
119
  "ez-grid": {
103
120
  filterAppliedSuccess: string;
104
- cancelPagination: string;
105
121
  pageLabel: string;
106
122
  previousPage: string;
107
123
  nextPage: string;
108
124
  returnToPreviousPage: string;
109
125
  goToNextPage: string;
110
- remainingPageLabel: string;
111
- remainingTotalLabel: string;
112
126
  nextRecord: string;
113
127
  previousRecord: string;
114
128
  searchColumn: string;
@@ -287,6 +301,9 @@ declare const _default: {
287
301
  "ez-time-input": {
288
302
  invalidTime: string;
289
303
  };
304
+ "ez-classic-time-input": {
305
+ invalidTime: string;
306
+ };
290
307
  "ez-sidebar": {
291
308
  unPinMenu: string;
292
309
  pushPinMenu: string;
@@ -309,6 +326,10 @@ declare const _default: {
309
326
  spinner: {
310
327
  loading: string;
311
328
  };
329
+ "ez-scroller": {
330
+ previousButton: string;
331
+ nextButton: string;
332
+ };
312
333
  };
313
334
  };
314
335
  en_US: {
@@ -394,6 +415,9 @@ declare const _default: {
394
415
  "ez-date-input": {
395
416
  invalidDate: string;
396
417
  };
418
+ "ez-classic-date-input": {
419
+ invalidDate: string;
420
+ };
397
421
  "ez-dialog": {
398
422
  confirmButton: string;
399
423
  closeButton: string;
@@ -411,16 +435,27 @@ declare const _default: {
411
435
  "ez-file-item": {
412
436
  invalidProgress: string;
413
437
  };
438
+ "ez-record-navigation": {
439
+ previousRecord: string;
440
+ nextRecord: string;
441
+ };
442
+ "ez-grid-pagination": {
443
+ cancelPagination: string;
444
+ firstPage: string;
445
+ lastPage: string;
446
+ previousPage: string;
447
+ nextPage: string;
448
+ remainingPageLabel: string;
449
+ remainingTotalLabel: string;
450
+ pageCounter: string;
451
+ };
414
452
  "ez-grid": {
415
453
  filterAppliedSuccess: string;
416
- cancelPagination: string;
417
454
  pageLabel: string;
418
455
  previousPage: string;
419
456
  nextPage: string;
420
457
  returnToPreviousPage: string;
421
458
  goToNextPage: string;
422
- remainingPageLabel: string;
423
- remainingTotalLabel: string;
424
459
  nextRecord: string;
425
460
  previousRecord: string;
426
461
  searchColumn: string;
@@ -599,6 +634,9 @@ declare const _default: {
599
634
  "ez-time-input": {
600
635
  invalidTime: string;
601
636
  };
637
+ "ez-classic-time-input": {
638
+ invalidTime: string;
639
+ };
602
640
  "ez-sidebar": {
603
641
  unPinMenu: string;
604
642
  pushPinMenu: string;
@@ -621,6 +659,10 @@ declare const _default: {
621
659
  spinner: {
622
660
  loading: string;
623
661
  };
662
+ "ez-scroller": {
663
+ previousButton: string;
664
+ nextButton: string;
665
+ };
624
666
  };
625
667
  };
626
668
  es_ES: {
@@ -706,6 +748,9 @@ declare const _default: {
706
748
  "ez-date-input": {
707
749
  invalidDate: string;
708
750
  };
751
+ "ez-classic-date-input": {
752
+ invalidDate: string;
753
+ };
709
754
  "ez-dialog": {
710
755
  confirmButton: string;
711
756
  closeButton: string;
@@ -723,16 +768,27 @@ declare const _default: {
723
768
  "ez-file-item": {
724
769
  invalidProgress: string;
725
770
  };
771
+ "ez-record-navigation": {
772
+ previousRecord: string;
773
+ nextRecord: string;
774
+ };
775
+ "ez-grid-pagination": {
776
+ cancelPagination: string;
777
+ firstPage: string;
778
+ lastPage: string;
779
+ previousPage: string;
780
+ nextPage: string;
781
+ remainingPageLabel: string;
782
+ remainingTotalLabel: string;
783
+ pageCounter: string;
784
+ };
726
785
  "ez-grid": {
727
786
  filterAppliedSuccess: string;
728
- cancelPagination: string;
729
787
  pageLabel: string;
730
788
  previousPage: string;
731
789
  nextPage: string;
732
790
  returnToPreviousPage: string;
733
791
  goToNextPage: string;
734
- remainingPageLabel: string;
735
- remainingTotalLabel: string;
736
792
  nextRecord: string;
737
793
  previousRecord: string;
738
794
  searchColumn: string;
@@ -911,6 +967,9 @@ declare const _default: {
911
967
  "ez-time-input": {
912
968
  invalidTime: string;
913
969
  };
970
+ "ez-classic-time-input": {
971
+ invalidTime: string;
972
+ };
914
973
  "ez-sidebar": {
915
974
  unPinMenu: string;
916
975
  pushPinMenu: string;
@@ -933,6 +992,10 @@ declare const _default: {
933
992
  spinner: {
934
993
  loading: string;
935
994
  };
995
+ "ez-scroller": {
996
+ previousButton: string;
997
+ nextButton: string;
998
+ };
936
999
  };
937
1000
  };
938
1001
  };