@sankhyalabs/ezui 7.2.0-dev.1 → 7.2.0-dev.10

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 (246) hide show
  1. package/dist/cjs/{ApplicationUtils-006ca96f.js → ApplicationUtils-88dfe345.js} +1 -1
  2. package/dist/cjs/{app-globals-5cb12916.js → app-globals-c1d07d68.js} +1 -1
  3. package/dist/cjs/classic-search-list_7.cjs.entry.js +9 -4
  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 +26 -13
  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 +87 -168
  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 -2
  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 +13 -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 +99 -114
  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-350d0fa0.js → index-9739c242.js} +91 -30
  58. package/dist/cjs/index-a7b0c73d.js +8 -0
  59. package/dist/cjs/loader.cjs.js +3 -3
  60. package/dist/cjs/{search-column-fbf680d7.js → search-column-9612bd3a.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 +26 -11
  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/controller/ag-grid/AgGridController.js +45 -20
  70. package/dist/collection/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.js +23 -0
  71. package/dist/collection/components/ez-grid/ez-grid.css +1 -60
  72. package/dist/collection/components/ez-grid/ez-grid.js +52 -150
  73. package/dist/collection/components/ez-grid/utils/index.js +1 -0
  74. package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.css +111 -0
  75. package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.js +410 -0
  76. package/dist/collection/components/ez-icon/ez-icon.css +5 -5
  77. package/dist/collection/components/ez-image-input/ez-image-input.css +24 -8
  78. package/dist/collection/components/ez-image-input/ez-image-input.js +6 -1
  79. package/dist/collection/components/ez-popup/ez-popup.js +0 -1
  80. package/dist/collection/components/ez-record-navigation/ez-record-navigation.css +51 -0
  81. package/dist/collection/components/ez-record-navigation/ez-record-navigation.js +246 -0
  82. package/dist/collection/components/ez-scroller/EzScrollNavigationMode.js +5 -0
  83. package/dist/collection/components/ez-scroller/ez-scroller.css +117 -11
  84. package/dist/collection/components/ez-scroller/ez-scroller.js +118 -13
  85. package/dist/collection/components/ez-search/ez-search.css +4 -0
  86. package/dist/collection/components/ez-search-plus/ez-search-plus.js +11 -2
  87. package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +1 -1
  88. package/dist/collection/components/ez-split-button/ez-split-button.css +1 -1
  89. package/dist/collection/components/ez-split-button/ez-split-button.js +2 -2
  90. package/dist/collection/utils/i18n/locales/en-us.js +27 -4
  91. package/dist/collection/utils/i18n/locales/es-es.js +27 -4
  92. package/dist/collection/utils/i18n/locales/pt-br.js +27 -4
  93. package/dist/collection/utils/searchColumn/search-column.js +2 -5
  94. package/dist/custom-elements/index.d.ts +12 -0
  95. package/dist/custom-elements/index.js +906 -466
  96. package/dist/esm/{ApplicationUtils-0c5cb207.js → ApplicationUtils-f7721533.js} +1 -1
  97. package/dist/esm/{app-globals-1db10325.js → app-globals-6e258867.js} +1 -1
  98. package/dist/esm/classic-search-list_7.entry.js +9 -4
  99. package/dist/esm/ez-actions-button.entry.js +2 -2
  100. package/dist/esm/ez-alert-list.entry.js +1 -1
  101. package/dist/esm/ez-avatar.entry.js +1 -1
  102. package/dist/esm/ez-calendar.entry.js +1 -1
  103. package/dist/esm/ez-classic-combo-box.entry.js +2 -1
  104. package/dist/esm/ez-classic-date-input.entry.js +2 -2
  105. package/dist/esm/ez-classic-date-time-input.entry.js +1 -1
  106. package/dist/esm/ez-classic-number-input.entry.js +1 -1
  107. package/dist/esm/ez-classic-search-plus.entry.js +26 -13
  108. package/dist/esm/ez-classic-search.entry.js +2 -2
  109. package/dist/esm/ez-classic-time-input.entry.js +4 -3
  110. package/dist/esm/ez-collapsible-box.entry.js +2 -2
  111. package/dist/esm/ez-combo-box.entry.js +2 -2
  112. package/dist/esm/ez-date-input.entry.js +1 -1
  113. package/dist/esm/ez-date-time-input.entry.js +1 -1
  114. package/dist/esm/ez-dialog.entry.js +1 -1
  115. package/dist/esm/ez-double-list.entry.js +1 -1
  116. package/dist/esm/ez-dropdown.entry.js +1 -1
  117. package/dist/esm/ez-empty-card.entry.js +1 -1
  118. package/dist/esm/ez-file-item.entry.js +1 -1
  119. package/dist/esm/ez-form-view.entry.js +1 -1
  120. package/dist/esm/ez-form.entry.js +3 -3
  121. package/dist/esm/ez-grid-pagination.entry.js +223 -0
  122. package/dist/esm/ez-grid.entry.js +88 -169
  123. package/dist/esm/ez-guide-navigator.entry.js +1 -1
  124. package/dist/esm/ez-icon.entry.js +1 -1
  125. package/dist/esm/ez-link-builder_6.entry.js +1 -1
  126. package/dist/esm/ez-list.entry.js +1 -1
  127. package/dist/esm/ez-modal-container.entry.js +1 -1
  128. package/dist/esm/ez-modal.entry.js +1 -1
  129. package/dist/esm/ez-multi-selection-list.entry.js +1 -1
  130. package/dist/esm/ez-number-input.entry.js +1 -1
  131. package/dist/esm/ez-pagination.entry.js +1 -1
  132. package/dist/esm/ez-popover-core.entry.js +1 -1
  133. package/dist/esm/ez-popup.entry.js +1 -2
  134. package/dist/esm/ez-record-navigation.entry.js +117 -0
  135. package/dist/esm/ez-scroller_2.entry.js +81 -14
  136. package/dist/esm/ez-search-plus.entry.js +13 -4
  137. package/dist/esm/ez-search-result-list.entry.js +1 -1
  138. package/dist/esm/ez-search.entry.js +3 -3
  139. package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
  140. package/dist/esm/ez-skeleton.entry.js +1 -1
  141. package/dist/esm/ez-sortable-list.entry.js +99 -114
  142. package/dist/esm/ez-spinner.entry.js +1 -1
  143. package/dist/esm/ez-split-button.entry.js +4 -4
  144. package/dist/esm/ez-split-item.entry.js +2 -2
  145. package/dist/esm/ez-time-input.entry.js +1 -1
  146. package/dist/esm/ez-tooltip.entry.js +1 -1
  147. package/dist/esm/ez-tree.entry.js +1 -1
  148. package/dist/esm/ez-upload.entry.js +2 -2
  149. package/dist/esm/ezui.js +3 -3
  150. package/dist/esm/filter-column.entry.js +1 -1
  151. package/dist/esm/{floating-ui.dom.esm-ad30f2f0.js → floating-ui.dom.esm-2964eae1.js} +165 -119
  152. package/dist/esm/{index-225aa0c3.js → index-9e6dab5b.js} +91 -30
  153. package/dist/esm/index-baa5e267.js +8 -0
  154. package/dist/esm/loader.js +3 -3
  155. package/dist/esm/{search-column-40a78cac.js → search-column-dba4853a.js} +4 -7
  156. package/dist/ezui/ezui.esm.js +1 -1
  157. package/dist/ezui/p-0592535f.entry.js +1 -0
  158. package/dist/ezui/{p-544605c4.entry.js → p-063bb342.entry.js} +1 -1
  159. package/dist/ezui/{p-c56ee8c0.entry.js → p-0ac8bd66.entry.js} +1 -1
  160. package/dist/ezui/p-0d80e3ec.entry.js +1 -0
  161. package/dist/ezui/{p-729bd1be.entry.js → p-108503ed.entry.js} +1 -1
  162. package/dist/ezui/{p-e3cd5080.entry.js → p-1166b2d5.entry.js} +1 -1
  163. package/dist/ezui/p-15873627.js +1 -0
  164. package/dist/ezui/{p-0625743b.entry.js → p-160a268d.entry.js} +1 -1
  165. package/dist/ezui/p-178cb9df.entry.js +1 -0
  166. package/dist/ezui/p-2856c545.entry.js +1 -0
  167. package/dist/ezui/{p-df802548.entry.js → p-2ae127bc.entry.js} +1 -1
  168. package/dist/ezui/{p-556bf329.entry.js → p-2ebd7383.entry.js} +1 -1
  169. package/dist/ezui/{p-b36475f9.entry.js → p-30c5f48a.entry.js} +1 -1
  170. package/dist/ezui/p-312bd3c6.entry.js +1 -0
  171. package/dist/ezui/{p-62c149cb.entry.js → p-3fae7072.entry.js} +1 -1
  172. package/dist/ezui/p-42e1e733.js +1 -0
  173. package/dist/ezui/{p-4e869617.entry.js → p-45245c32.entry.js} +1 -1
  174. package/dist/ezui/{p-a872c642.entry.js → p-46b1b2ac.entry.js} +1 -1
  175. package/dist/ezui/{p-5abb220b.entry.js → p-54af1af0.entry.js} +1 -1
  176. package/dist/ezui/{p-a4351519.entry.js → p-66455069.entry.js} +1 -1
  177. package/dist/ezui/p-72e77b45.entry.js +1 -0
  178. package/dist/ezui/{p-7edc3ef7.entry.js → p-73461028.entry.js} +1 -1
  179. package/dist/ezui/{p-f5552540.entry.js → p-7424d520.entry.js} +1 -1
  180. package/dist/ezui/{p-b705b342.entry.js → p-7a07c50f.entry.js} +1 -1
  181. package/dist/ezui/p-7b078125.entry.js +1 -0
  182. package/dist/ezui/{p-d5dc6b01.entry.js → p-7dad8018.entry.js} +1 -1
  183. package/dist/ezui/{p-6a794336.js → p-83bddbbb.js} +1 -1
  184. package/dist/ezui/{p-b0a716ef.entry.js → p-881abc22.entry.js} +1 -1
  185. package/dist/ezui/{p-7134726a.entry.js → p-99556756.entry.js} +1 -1
  186. package/dist/ezui/{p-7953ecb9.entry.js → p-9bd3e28b.entry.js} +1 -1
  187. package/dist/ezui/{p-97312709.entry.js → p-9bd78d39.entry.js} +1 -1
  188. package/dist/ezui/{p-351fb12f.entry.js → p-a4735a12.entry.js} +1 -1
  189. package/dist/ezui/{p-9825c1d2.js → p-ad5e263d.js} +1 -1
  190. package/dist/ezui/{p-26cd4c2e.entry.js → p-b06294c9.entry.js} +1 -1
  191. package/dist/ezui/{p-e493ad57.entry.js → p-b493757c.entry.js} +1 -1
  192. package/dist/ezui/{p-2da9faf1.entry.js → p-b8cd501a.entry.js} +1 -1
  193. package/dist/ezui/p-b986da95.entry.js +7 -0
  194. package/dist/ezui/{p-4c2a4435.entry.js → p-c25a4d30.entry.js} +1 -1
  195. package/dist/ezui/{p-4f7ad3ee.entry.js → p-c37fb359.entry.js} +1 -1
  196. package/dist/ezui/{p-e2972977.entry.js → p-cb00863d.entry.js} +1 -1
  197. package/dist/ezui/{p-4d30b703.entry.js → p-cf66ace0.entry.js} +1 -1
  198. package/dist/ezui/p-d2601b25.js +1 -0
  199. package/dist/ezui/{p-e3a42f47.entry.js → p-d5684cdc.entry.js} +1 -1
  200. package/dist/ezui/{p-6ac056d7.entry.js → p-d70805e4.entry.js} +1 -1
  201. package/dist/ezui/{p-a3bad8f8.entry.js → p-d75f583b.entry.js} +1 -1
  202. package/dist/ezui/p-d8b69419.entry.js +1 -0
  203. package/dist/ezui/{p-56565777.entry.js → p-dfced8c7.entry.js} +1 -1
  204. package/dist/ezui/{p-5a74d132.entry.js → p-e2b3970c.entry.js} +46 -46
  205. package/dist/ezui/{p-0248846f.entry.js → p-e3d6b544.entry.js} +1 -1
  206. package/dist/ezui/{p-4c76b365.entry.js → p-e692c2a7.entry.js} +1 -1
  207. package/dist/ezui/{p-8e5f1c74.entry.js → p-e8cd003b.entry.js} +1 -1
  208. package/dist/ezui/p-ed790867.entry.js +1 -0
  209. package/dist/ezui/p-f2e0acf5.entry.js +1 -0
  210. package/dist/ezui/{p-34d459e4.entry.js → p-f498f6b5.entry.js} +1 -1
  211. package/dist/ezui/{p-4af745e1.entry.js → p-fb27b98d.entry.js} +1 -1
  212. package/dist/ezui/{p-987185c4.entry.js → p-fc11f5b9.entry.js} +1 -1
  213. package/dist/ezui/{p-ef8bd3e8.entry.js → p-fc72aeb8.entry.js} +1 -1
  214. package/dist/types/components/ez-classic-search-plus/ez-classic-search-plus.d.ts +3 -0
  215. package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +2 -2
  216. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +4 -0
  217. package/dist/types/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.d.ts +4 -0
  218. package/dist/types/components/ez-grid/ez-grid.d.ts +10 -27
  219. package/dist/types/components/ez-grid/utils/index.d.ts +1 -0
  220. package/dist/types/components/ez-grid-pagination/ez-grid-pagination.d.ts +75 -0
  221. package/dist/types/components/ez-image-input/ez-image-input.d.ts +1 -0
  222. package/dist/types/components/ez-record-navigation/ez-record-navigation.d.ts +43 -0
  223. package/dist/types/components/ez-scroller/EzScrollNavigationMode.d.ts +4 -0
  224. package/dist/types/components/ez-scroller/ez-scroller.d.ts +16 -2
  225. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +1 -0
  226. package/dist/types/components.d.ts +154 -6
  227. package/dist/types/utils/i18n/locales/en-us.d.ts +26 -3
  228. package/dist/types/utils/i18n/locales/es-es.d.ts +26 -3
  229. package/dist/types/utils/i18n/locales/pt-br.d.ts +26 -3
  230. package/dist/types/utils/i18n/translations.d.ts +78 -9
  231. package/package.json +5 -5
  232. package/react/components.d.ts +2 -0
  233. package/react/components.js +2 -0
  234. package/react/components.js.map +1 -1
  235. package/dist/ezui/p-07fb22c3.entry.js +0 -1
  236. package/dist/ezui/p-288631d1.entry.js +0 -1
  237. package/dist/ezui/p-2a806303.js +0 -1
  238. package/dist/ezui/p-2de94faf.entry.js +0 -1
  239. package/dist/ezui/p-619225ce.entry.js +0 -1
  240. package/dist/ezui/p-a813a748.entry.js +0 -1
  241. package/dist/ezui/p-b8078832.entry.js +0 -1
  242. package/dist/ezui/p-c0ae79fa.entry.js +0 -1
  243. package/dist/ezui/p-c178730b.js +0 -1
  244. package/dist/ezui/p-ce0a0036.entry.js +0 -7
  245. package/dist/ezui/p-d2645bdf.entry.js +0 -1
  246. package/dist/ezui/p-ff4312d5.js +0 -1
@@ -0,0 +1,75 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import { DataUnit } from '@sankhyalabs/core';
3
+ export declare class EzGridPagination {
4
+ private i18n;
5
+ private _cancelPaginationPopoverElement;
6
+ private _dataUnitInitialized;
7
+ private _dataUnitObserverBound;
8
+ _element: HTMLElement;
9
+ private paginationInfo;
10
+ private leftButtonDisabled;
11
+ private rightButtonDisabled;
12
+ /**
13
+ * Define a visibilidade do contador de paginação.
14
+ * - `show`: Sempre exibe o contador (ex: "1-10 de 100")
15
+ * - `hidden`: Oculta o contador (exibe apenas os botões)
16
+ * - `auto`: Exibe/oculta baseado no espaço disponível (responsivo)
17
+ * @default 'auto'
18
+ */
19
+ paginationCounterMode?: 'show' | 'hidden' | 'auto';
20
+ /**
21
+ * DataUnit associada à grid.
22
+ */
23
+ dataUnit: DataUnit;
24
+ /**
25
+ * Define o texto da paginação à esquerda ou à direita.
26
+ */
27
+ paginationTextPosition: 'left' | 'right';
28
+ /**
29
+ * Define o modo de visualização atual da grid.
30
+ */
31
+ buttonsSize: 'x-small' | 'small' | 'medium' | 'large';
32
+ /**
33
+ * Evento disparado quando a página é alterada.
34
+ */
35
+ pageChange: EventEmitter<PageChangeDirection>;
36
+ /**
37
+ * Navega para a página anterior.
38
+ */
39
+ previousPage(): Promise<void>;
40
+ /**
41
+ * Navega para a próxima página.
42
+ */
43
+ nextPage(): Promise<void>;
44
+ /**
45
+ * Navega para a primeira página.
46
+ */
47
+ firstPage(): Promise<void>;
48
+ /**
49
+ * Navega para a primeira página.
50
+ */
51
+ lastPage(): Promise<void>;
52
+ onDataUnitChange(): void;
53
+ private shouldPresentPaginationLabel;
54
+ private getRemainingPageLabel;
55
+ private getActualPageLabel;
56
+ private getPaginationCount;
57
+ private getTotalPages;
58
+ private handlePageChange;
59
+ private handleCancelPagination;
60
+ private handleShowCancelPagination;
61
+ private hasToShowCancelPagination;
62
+ private setPaginationInfo;
63
+ private dataUnitObserver;
64
+ private getLeftButtonDisabledStatus;
65
+ private getRightButtonDisabledStatus;
66
+ private setStatusButtonPagination;
67
+ private initializeDataUnit;
68
+ private addInfoId;
69
+ private renderCancelPagination;
70
+ connectedCallback(): Promise<void>;
71
+ componentDidLoad(): void;
72
+ disconnectedCallback(): void;
73
+ render(): any;
74
+ }
75
+ export type PageChangeDirection = 'next' | 'previous';
@@ -32,6 +32,7 @@ export declare class EzImageInput {
32
32
  private handleDragLeave;
33
33
  private processFile;
34
34
  private handleRemoveImage;
35
+ private handleEditImage;
35
36
  private handleClickDropZone;
36
37
  private handleImageClick;
37
38
  private handlePopupAction;
@@ -0,0 +1,43 @@
1
+ import { DataUnit } from '@sankhyalabs/core';
2
+ export declare class EzRecordNavigation {
3
+ private i18n;
4
+ private _dataUnitInitialized;
5
+ private _dataUnitObserverBound;
6
+ _element: HTMLElement;
7
+ private leftButtonDisabled;
8
+ private rightButtonDisabled;
9
+ /**
10
+ * DataUnit.
11
+ */
12
+ dataUnit: DataUnit;
13
+ /**
14
+ * Chaves primárias dos registros, usadas para visualizar o registro atual.
15
+ */
16
+ primaryKeys: string[];
17
+ textPosition: 'left' | 'right';
18
+ /**
19
+ * Desabilita a navegação entre os registros.
20
+ */
21
+ disabled: boolean;
22
+ /**
23
+ * Navega para a página anterior.
24
+ */
25
+ previousRecord(): Promise<void>;
26
+ /**
27
+ * Navega para a próxima página.
28
+ */
29
+ nextRecord(): Promise<void>;
30
+ onDataUnitChange(): void;
31
+ onDisabledChange(): void;
32
+ private renderPageTitle;
33
+ private dataUnitObserver;
34
+ private getLeftButtonDisabledStatus;
35
+ private getRightButtonDisabledStatus;
36
+ private setStatusButtonPagination;
37
+ private initializeDataUnit;
38
+ private addInfoId;
39
+ connectedCallback(): Promise<void>;
40
+ componentDidLoad(): void;
41
+ disconnectedCallback(): void;
42
+ render(): any;
43
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum EzScrollNavigationMode {
2
+ SCROLLBAR = "scrollbar",
3
+ BUTTONS = "buttons"
4
+ }
@@ -1,13 +1,15 @@
1
1
  import { EzScrollDirection } from './EzScrollDirection';
2
+ import { EzScrollNavigationMode } from './EzScrollNavigationMode';
2
3
  export declare class EzScroller {
3
4
  private _container;
4
5
  private _wrapper;
5
6
  private _controller;
6
- private _startHidden;
7
- private _endHidden;
8
7
  private _resizeObserver;
9
8
  private _shadowStart;
10
9
  private _shadowEnd;
10
+ private i18n;
11
+ private _startHidden;
12
+ private _endHidden;
11
13
  isActive: boolean;
12
14
  /**
13
15
  * Define a direção em que haverá scroll.
@@ -21,6 +23,16 @@ export declare class EzScroller {
21
23
  * Define se haverá efeito de sombreado.
22
24
  */
23
25
  activeShadow: boolean;
26
+ /**
27
+ * Define o modo de navegação: 'scrollbar' (padrão) ou 'buttons' (botões de carrossel).
28
+ */
29
+ navigationMode: EzScrollNavigationMode;
30
+ /**
31
+ * Define a quantidade de pixels que será rolado ao clicar nos botões de navegação.
32
+ */
33
+ scrollAmount: number;
34
+ private scrollToPrevious;
35
+ private scrollToNext;
24
36
  private getContainerClass;
25
37
  private getWrapperClass;
26
38
  private finishDrag;
@@ -29,10 +41,12 @@ export declare class EzScroller {
29
41
  private configResize;
30
42
  private getContainerElement;
31
43
  private isActiveScroller;
44
+ private renderNavigationButtons;
32
45
  clickListener(evt: MouseEvent): void;
33
46
  mouseDownHandler(evt: MouseEvent): void;
34
47
  mouseUpHandler(): void;
35
48
  mouseMoveHandler(evt: MouseEvent): void;
49
+ componentWillLoad(): Promise<void>;
36
50
  componentDidRender(): void;
37
51
  render(): any;
38
52
  }
@@ -178,6 +178,7 @@ export declare class EzSearchPlus {
178
178
  private setLatestFocusedInputElement;
179
179
  private handleCodeInputFocus;
180
180
  private handleDescriptionInputFocus;
181
+ private cleanFieldsRef;
181
182
  private getRightIconElement;
182
183
  private getLeftIconElement;
183
184
  private handleOnEzVisibilityChange;
@@ -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>;
@@ -34,6 +34,7 @@ declare const _default: {
34
34
  defaultLabel: string;
35
35
  imageAlt: string;
36
36
  removeImage: string;
37
+ editImage: string;
37
38
  invalidFileType: string;
38
39
  fileTooLarge: string;
39
40
  imagePreview: string;
@@ -81,6 +82,9 @@ declare const _default: {
81
82
  "ez-date-input": {
82
83
  invalidDate: string;
83
84
  };
85
+ "ez-classic-date-input": {
86
+ invalidDate: string;
87
+ };
84
88
  "ez-dialog": {
85
89
  confirmButton: string;
86
90
  closeButton: string;
@@ -98,16 +102,27 @@ declare const _default: {
98
102
  "ez-file-item": {
99
103
  invalidProgress: string;
100
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
+ };
101
119
  "ez-grid": {
102
120
  filterAppliedSuccess: string;
103
- cancelPagination: string;
104
121
  pageLabel: string;
105
122
  previousPage: string;
106
123
  nextPage: string;
107
124
  returnToPreviousPage: string;
108
125
  goToNextPage: string;
109
- remainingPageLabel: string;
110
- remainingTotalLabel: string;
111
126
  nextRecord: string;
112
127
  previousRecord: string;
113
128
  searchColumn: string;
@@ -269,6 +284,7 @@ declare const _default: {
269
284
  emptyList: string;
270
285
  optionLoaderNotDefined: string;
271
286
  defaultCodeLabel: string;
287
+ clearValue: string;
272
288
  };
273
289
  "ez-sortable-list": {
274
290
  emptyMessage: string;
@@ -286,6 +302,9 @@ declare const _default: {
286
302
  "ez-time-input": {
287
303
  invalidTime: string;
288
304
  };
305
+ "ez-classic-time-input": {
306
+ invalidTime: string;
307
+ };
289
308
  "ez-sidebar": {
290
309
  unPinMenu: string;
291
310
  pushPinMenu: string;
@@ -308,6 +327,10 @@ declare const _default: {
308
327
  spinner: {
309
328
  loading: string;
310
329
  };
330
+ "ez-scroller": {
331
+ previousButton: string;
332
+ nextButton: string;
333
+ };
311
334
  };
312
335
  };
313
336
  export default _default;
@@ -34,6 +34,7 @@ declare const _default: {
34
34
  defaultLabel: string;
35
35
  imageAlt: string;
36
36
  removeImage: string;
37
+ editImage: string;
37
38
  invalidFileType: string;
38
39
  fileTooLarge: string;
39
40
  imagePreview: string;
@@ -81,6 +82,9 @@ declare const _default: {
81
82
  "ez-date-input": {
82
83
  invalidDate: string;
83
84
  };
85
+ "ez-classic-date-input": {
86
+ invalidDate: string;
87
+ };
84
88
  "ez-dialog": {
85
89
  confirmButton: string;
86
90
  closeButton: string;
@@ -98,16 +102,27 @@ declare const _default: {
98
102
  "ez-file-item": {
99
103
  invalidProgress: string;
100
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
+ };
101
119
  "ez-grid": {
102
120
  filterAppliedSuccess: string;
103
- cancelPagination: string;
104
121
  pageLabel: string;
105
122
  previousPage: string;
106
123
  nextPage: string;
107
124
  returnToPreviousPage: string;
108
125
  goToNextPage: string;
109
- remainingPageLabel: string;
110
- remainingTotalLabel: string;
111
126
  nextRecord: string;
112
127
  previousRecord: string;
113
128
  searchColumn: string;
@@ -269,6 +284,7 @@ declare const _default: {
269
284
  emptyList: string;
270
285
  optionLoaderNotDefined: string;
271
286
  defaultCodeLabel: string;
287
+ clearValue: string;
272
288
  };
273
289
  "ez-sortable-list": {
274
290
  emptyMessage: string;
@@ -286,6 +302,9 @@ declare const _default: {
286
302
  "ez-time-input": {
287
303
  invalidTime: string;
288
304
  };
305
+ "ez-classic-time-input": {
306
+ invalidTime: string;
307
+ };
289
308
  "ez-sidebar": {
290
309
  unPinMenu: string;
291
310
  pushPinMenu: string;
@@ -308,6 +327,10 @@ declare const _default: {
308
327
  spinner: {
309
328
  loading: string;
310
329
  };
330
+ "ez-scroller": {
331
+ previousButton: string;
332
+ nextButton: string;
333
+ };
311
334
  };
312
335
  };
313
336
  export default _default;