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

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 (261) 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-input.cjs.entry.js +49 -3
  12. package/dist/cjs/ez-classic-number-input.cjs.entry.js +1 -1
  13. package/dist/cjs/ez-classic-search-plus.cjs.entry.js +26 -13
  14. package/dist/cjs/ez-classic-search.cjs.entry.js +2 -2
  15. package/dist/cjs/ez-classic-time-input.cjs.entry.js +4 -3
  16. package/dist/cjs/ez-collapsible-box.cjs.entry.js +2 -2
  17. package/dist/cjs/ez-combo-box.cjs.entry.js +7 -2
  18. package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
  19. package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
  20. package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
  21. package/dist/cjs/ez-double-list.cjs.entry.js +1 -1
  22. package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
  23. package/dist/cjs/ez-empty-card.cjs.entry.js +1 -1
  24. package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
  25. package/dist/cjs/ez-form-view.cjs.entry.js +1 -1
  26. package/dist/cjs/ez-form.cjs.entry.js +3 -3
  27. package/dist/cjs/ez-grid-pagination.cjs.entry.js +227 -0
  28. package/dist/cjs/ez-grid.cjs.entry.js +45 -162
  29. package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
  30. package/dist/cjs/ez-icon.cjs.entry.js +1 -1
  31. package/dist/cjs/ez-link-builder_6.cjs.entry.js +1 -1
  32. package/dist/cjs/ez-list.cjs.entry.js +1 -1
  33. package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
  34. package/dist/cjs/ez-modal.cjs.entry.js +1 -1
  35. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
  36. package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
  37. package/dist/cjs/ez-pagination.cjs.entry.js +1 -1
  38. package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
  39. package/dist/cjs/ez-popup.cjs.entry.js +4 -4
  40. package/dist/cjs/ez-record-navigation.cjs.entry.js +121 -0
  41. package/dist/cjs/ez-scroller_2.cjs.entry.js +81 -14
  42. package/dist/cjs/ez-search-plus.cjs.entry.js +13 -4
  43. package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
  44. package/dist/cjs/ez-search.cjs.entry.js +3 -3
  45. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
  46. package/dist/cjs/ez-skeleton.cjs.entry.js +1 -1
  47. package/dist/cjs/ez-sortable-list.cjs.entry.js +2 -2
  48. package/dist/cjs/ez-spinner.cjs.entry.js +1 -1
  49. package/dist/cjs/ez-split-button.cjs.entry.js +4 -4
  50. package/dist/cjs/ez-split-item.cjs.entry.js +2 -2
  51. package/dist/cjs/ez-text-input.cjs.entry.js +21 -15
  52. package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
  53. package/dist/cjs/ez-tooltip.cjs.entry.js +1 -1
  54. package/dist/cjs/ez-tree.cjs.entry.js +1 -1
  55. package/dist/cjs/ez-upload.cjs.entry.js +2 -2
  56. package/dist/cjs/ezui.cjs.js +3 -3
  57. package/dist/cjs/filter-column.cjs.entry.js +2 -1
  58. package/dist/cjs/{floating-ui.dom.esm-f4d87617.js → floating-ui.dom.esm-bea31048.js} +165 -119
  59. package/dist/cjs/{index-350d0fa0.js → index-9739c242.js} +91 -30
  60. package/dist/cjs/index-a7b0c73d.js +8 -0
  61. package/dist/cjs/loader.cjs.js +3 -3
  62. package/dist/cjs/{search-column-fbf680d7.js → search-column-6e90fb19.js} +18 -9
  63. package/dist/collection/collection-manifest.json +7 -0
  64. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js +2 -1
  65. package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.js +1 -1
  66. package/dist/collection/components/ez-classic-input/ez-classic-input.js +47 -2
  67. package/dist/collection/components/ez-classic-input/utils/maskFormatter.js +2 -1
  68. package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.css +22 -0
  69. package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.js +26 -11
  70. package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.js +3 -2
  71. package/dist/collection/components/ez-combo-box/ez-combo-box.js +5 -0
  72. package/dist/collection/components/ez-dropdown/ez-dropdown.css +1 -1
  73. package/dist/collection/components/ez-empty-card/ez-empty-card.js +7 -7
  74. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +25 -14
  75. package/dist/collection/components/ez-grid/ez-grid.css +1 -60
  76. package/dist/collection/components/ez-grid/ez-grid.js +52 -150
  77. package/dist/collection/components/ez-grid/subcomponents/filter-column.js +1 -0
  78. package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.css +111 -0
  79. package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.js +410 -0
  80. package/dist/collection/components/ez-icon/ez-icon.css +1152 -1145
  81. package/dist/collection/components/ez-image-input/ez-image-input.css +24 -8
  82. package/dist/collection/components/ez-image-input/ez-image-input.js +6 -1
  83. package/dist/collection/components/ez-popup/ez-popup.js +3 -3
  84. package/dist/collection/components/ez-record-navigation/ez-record-navigation.css +51 -0
  85. package/dist/collection/components/ez-record-navigation/ez-record-navigation.js +246 -0
  86. package/dist/collection/components/ez-scroller/EzScrollNavigationMode.js +5 -0
  87. package/dist/collection/components/ez-scroller/ez-scroller.css +117 -11
  88. package/dist/collection/components/ez-scroller/ez-scroller.js +118 -13
  89. package/dist/collection/components/ez-search/ez-search.css +4 -0
  90. package/dist/collection/components/ez-search-plus/ez-search-plus.js +11 -2
  91. package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +1 -1
  92. package/dist/collection/components/ez-split-button/ez-split-button.css +1 -1
  93. package/dist/collection/components/ez-split-button/ez-split-button.js +2 -2
  94. package/dist/collection/components/ez-text-input/ez-text-input.js +21 -15
  95. package/dist/collection/utils/i18n/locales/en-us.js +27 -4
  96. package/dist/collection/utils/i18n/locales/es-es.js +27 -4
  97. package/dist/collection/utils/i18n/locales/pt-br.js +27 -4
  98. package/dist/collection/utils/interfaces/AbstractFieldMetadata.js +14 -2
  99. package/dist/collection/utils/searchColumn/search-column.js +2 -5
  100. package/dist/custom-elements/index.d.ts +12 -0
  101. package/dist/custom-elements/index.js +861 -371
  102. package/dist/esm/{ApplicationUtils-0c5cb207.js → ApplicationUtils-f7721533.js} +1 -1
  103. package/dist/esm/{app-globals-1db10325.js → app-globals-6e258867.js} +1 -1
  104. package/dist/esm/classic-search-list_7.entry.js +9 -4
  105. package/dist/esm/ez-actions-button.entry.js +2 -2
  106. package/dist/esm/ez-alert-list.entry.js +1 -1
  107. package/dist/esm/ez-avatar.entry.js +1 -1
  108. package/dist/esm/ez-calendar.entry.js +1 -1
  109. package/dist/esm/ez-classic-combo-box.entry.js +2 -1
  110. package/dist/esm/ez-classic-date-input.entry.js +2 -2
  111. package/dist/esm/ez-classic-date-time-input.entry.js +1 -1
  112. package/dist/esm/ez-classic-input.entry.js +49 -3
  113. package/dist/esm/ez-classic-number-input.entry.js +1 -1
  114. package/dist/esm/ez-classic-search-plus.entry.js +26 -13
  115. package/dist/esm/ez-classic-search.entry.js +2 -2
  116. package/dist/esm/ez-classic-time-input.entry.js +4 -3
  117. package/dist/esm/ez-collapsible-box.entry.js +2 -2
  118. package/dist/esm/ez-combo-box.entry.js +7 -2
  119. package/dist/esm/ez-date-input.entry.js +1 -1
  120. package/dist/esm/ez-date-time-input.entry.js +1 -1
  121. package/dist/esm/ez-dialog.entry.js +1 -1
  122. package/dist/esm/ez-double-list.entry.js +1 -1
  123. package/dist/esm/ez-dropdown.entry.js +1 -1
  124. package/dist/esm/ez-empty-card.entry.js +1 -1
  125. package/dist/esm/ez-file-item.entry.js +1 -1
  126. package/dist/esm/ez-form-view.entry.js +1 -1
  127. package/dist/esm/ez-form.entry.js +3 -3
  128. package/dist/esm/ez-grid-pagination.entry.js +223 -0
  129. package/dist/esm/ez-grid.entry.js +46 -163
  130. package/dist/esm/ez-guide-navigator.entry.js +1 -1
  131. package/dist/esm/ez-icon.entry.js +1 -1
  132. package/dist/esm/ez-link-builder_6.entry.js +1 -1
  133. package/dist/esm/ez-list.entry.js +1 -1
  134. package/dist/esm/ez-modal-container.entry.js +1 -1
  135. package/dist/esm/ez-modal.entry.js +1 -1
  136. package/dist/esm/ez-multi-selection-list.entry.js +1 -1
  137. package/dist/esm/ez-number-input.entry.js +1 -1
  138. package/dist/esm/ez-pagination.entry.js +1 -1
  139. package/dist/esm/ez-popover-core.entry.js +1 -1
  140. package/dist/esm/ez-popup.entry.js +4 -4
  141. package/dist/esm/ez-record-navigation.entry.js +117 -0
  142. package/dist/esm/ez-scroller_2.entry.js +81 -14
  143. package/dist/esm/ez-search-plus.entry.js +13 -4
  144. package/dist/esm/ez-search-result-list.entry.js +1 -1
  145. package/dist/esm/ez-search.entry.js +3 -3
  146. package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
  147. package/dist/esm/ez-skeleton.entry.js +1 -1
  148. package/dist/esm/ez-sortable-list.entry.js +2 -2
  149. package/dist/esm/ez-spinner.entry.js +1 -1
  150. package/dist/esm/ez-split-button.entry.js +4 -4
  151. package/dist/esm/ez-split-item.entry.js +2 -2
  152. package/dist/esm/ez-text-input.entry.js +21 -15
  153. package/dist/esm/ez-time-input.entry.js +1 -1
  154. package/dist/esm/ez-tooltip.entry.js +1 -1
  155. package/dist/esm/ez-tree.entry.js +1 -1
  156. package/dist/esm/ez-upload.entry.js +2 -2
  157. package/dist/esm/ezui.js +3 -3
  158. package/dist/esm/filter-column.entry.js +2 -1
  159. package/dist/esm/{floating-ui.dom.esm-ad30f2f0.js → floating-ui.dom.esm-2964eae1.js} +165 -119
  160. package/dist/esm/{index-225aa0c3.js → index-9e6dab5b.js} +91 -30
  161. package/dist/esm/index-baa5e267.js +8 -0
  162. package/dist/esm/loader.js +3 -3
  163. package/dist/esm/{search-column-40a78cac.js → search-column-7d7f0331.js} +18 -9
  164. package/dist/ezui/ezui.esm.js +1 -1
  165. package/dist/ezui/p-0592535f.entry.js +1 -0
  166. package/dist/ezui/{p-544605c4.entry.js → p-063bb342.entry.js} +1 -1
  167. package/dist/ezui/{p-c56ee8c0.entry.js → p-0ac8bd66.entry.js} +1 -1
  168. package/dist/ezui/p-0d80e3ec.entry.js +1 -0
  169. package/dist/ezui/{p-729bd1be.entry.js → p-108503ed.entry.js} +1 -1
  170. package/dist/ezui/{p-e3cd5080.entry.js → p-1166b2d5.entry.js} +1 -1
  171. package/dist/ezui/p-15873627.js +1 -0
  172. package/dist/ezui/p-178cb9df.entry.js +1 -0
  173. package/dist/ezui/p-1b1b0af3.entry.js +1 -0
  174. package/dist/ezui/p-1d253dd5.entry.js +1 -0
  175. package/dist/ezui/p-2856c545.entry.js +1 -0
  176. package/dist/ezui/{p-bea06aae.entry.js → p-28601589.entry.js} +46 -46
  177. package/dist/ezui/{p-df802548.entry.js → p-2ae127bc.entry.js} +1 -1
  178. package/dist/ezui/{p-556bf329.entry.js → p-2ebd7383.entry.js} +1 -1
  179. package/dist/ezui/{p-b36475f9.entry.js → p-30c5f48a.entry.js} +1 -1
  180. package/dist/ezui/{p-62c149cb.entry.js → p-3fae7072.entry.js} +1 -1
  181. package/dist/ezui/p-42e1e733.js +1 -0
  182. package/dist/ezui/{p-4e869617.entry.js → p-45245c32.entry.js} +1 -1
  183. package/dist/ezui/{p-a872c642.entry.js → p-46b1b2ac.entry.js} +1 -1
  184. package/dist/ezui/{p-5abb220b.entry.js → p-54af1af0.entry.js} +1 -1
  185. package/dist/ezui/p-55434123.entry.js +1 -0
  186. package/dist/ezui/{p-a4351519.entry.js → p-66455069.entry.js} +1 -1
  187. package/dist/ezui/p-6791d05f.entry.js +1 -0
  188. package/dist/ezui/p-72e77b45.entry.js +1 -0
  189. package/dist/ezui/{p-7edc3ef7.entry.js → p-73461028.entry.js} +1 -1
  190. package/dist/ezui/{p-f5552540.entry.js → p-7424d520.entry.js} +1 -1
  191. package/dist/ezui/{p-b705b342.entry.js → p-7a07c50f.entry.js} +1 -1
  192. package/dist/ezui/p-7b078125.entry.js +1 -0
  193. package/dist/ezui/{p-d5dc6b01.entry.js → p-7dad8018.entry.js} +1 -1
  194. package/dist/ezui/{p-b0a716ef.entry.js → p-881abc22.entry.js} +1 -1
  195. package/dist/ezui/{p-7953ecb9.entry.js → p-97fe3252.entry.js} +1 -1
  196. package/dist/ezui/{p-7134726a.entry.js → p-99556756.entry.js} +1 -1
  197. package/dist/ezui/{p-97312709.entry.js → p-9bd78d39.entry.js} +1 -1
  198. package/dist/ezui/{p-351fb12f.entry.js → p-a4735a12.entry.js} +1 -1
  199. package/dist/ezui/{p-9825c1d2.js → p-ad5e263d.js} +1 -1
  200. package/dist/ezui/{p-26cd4c2e.entry.js → p-b06294c9.entry.js} +1 -1
  201. package/dist/ezui/{p-2da9faf1.entry.js → p-b8cd501a.entry.js} +1 -1
  202. package/dist/ezui/{p-bf2a7f94.entry.js → p-b986da95.entry.js} +2 -2
  203. package/dist/ezui/{p-4c2a4435.entry.js → p-c25a4d30.entry.js} +1 -1
  204. package/dist/ezui/{p-4f7ad3ee.entry.js → p-c37fb359.entry.js} +1 -1
  205. package/dist/ezui/{p-e2972977.entry.js → p-cb00863d.entry.js} +1 -1
  206. package/dist/ezui/{p-4d30b703.entry.js → p-cf66ace0.entry.js} +1 -1
  207. package/dist/ezui/{p-e493ad57.entry.js → p-cfe41b07.entry.js} +1 -1
  208. package/dist/ezui/p-d2601b25.js +1 -0
  209. package/dist/ezui/{p-e3a42f47.entry.js → p-d5684cdc.entry.js} +1 -1
  210. package/dist/ezui/{p-6ac056d7.entry.js → p-d70805e4.entry.js} +1 -1
  211. package/dist/ezui/p-d8b69419.entry.js +1 -0
  212. package/dist/ezui/p-df6173c8.entry.js +1 -0
  213. package/dist/ezui/{p-56565777.entry.js → p-dfced8c7.entry.js} +1 -1
  214. package/dist/ezui/{p-0248846f.entry.js → p-e3d6b544.entry.js} +1 -1
  215. package/dist/ezui/p-e63a0479.js +1 -0
  216. package/dist/ezui/{p-4c76b365.entry.js → p-e692c2a7.entry.js} +1 -1
  217. package/dist/ezui/{p-8e5f1c74.entry.js → p-e8cd003b.entry.js} +1 -1
  218. package/dist/ezui/p-ed790867.entry.js +1 -0
  219. package/dist/ezui/p-f2e0acf5.entry.js +1 -0
  220. package/dist/ezui/{p-34d459e4.entry.js → p-f498f6b5.entry.js} +1 -1
  221. package/dist/ezui/{p-4af745e1.entry.js → p-fb27b98d.entry.js} +1 -1
  222. package/dist/ezui/{p-987185c4.entry.js → p-fc11f5b9.entry.js} +1 -1
  223. package/dist/ezui/{p-ef8bd3e8.entry.js → p-fc72aeb8.entry.js} +1 -1
  224. package/dist/types/components/ez-classic-input/ez-classic-input.d.ts +6 -0
  225. package/dist/types/components/ez-classic-search-plus/ez-classic-search-plus.d.ts +3 -0
  226. package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +2 -2
  227. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +2 -0
  228. package/dist/types/components/ez-grid/ez-grid.d.ts +10 -27
  229. package/dist/types/components/ez-grid-pagination/ez-grid-pagination.d.ts +75 -0
  230. package/dist/types/components/ez-image-input/ez-image-input.d.ts +1 -0
  231. package/dist/types/components/ez-popup/ez-popup.d.ts +1 -0
  232. package/dist/types/components/ez-record-navigation/ez-record-navigation.d.ts +43 -0
  233. package/dist/types/components/ez-scroller/EzScrollNavigationMode.d.ts +4 -0
  234. package/dist/types/components/ez-scroller/ez-scroller.d.ts +16 -2
  235. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +1 -0
  236. package/dist/types/components/ez-text-input/ez-text-input.d.ts +1 -0
  237. package/dist/types/components.d.ts +154 -6
  238. package/dist/types/utils/i18n/locales/en-us.d.ts +26 -3
  239. package/dist/types/utils/i18n/locales/es-es.d.ts +26 -3
  240. package/dist/types/utils/i18n/locales/pt-br.d.ts +26 -3
  241. package/dist/types/utils/i18n/translations.d.ts +78 -9
  242. package/package.json +5 -5
  243. package/react/components.d.ts +2 -0
  244. package/react/components.js +2 -0
  245. package/react/components.js.map +1 -1
  246. package/dist/ezui/p-0625743b.entry.js +0 -1
  247. package/dist/ezui/p-07fb22c3.entry.js +0 -1
  248. package/dist/ezui/p-288631d1.entry.js +0 -1
  249. package/dist/ezui/p-2a806303.js +0 -1
  250. package/dist/ezui/p-2de94faf.entry.js +0 -1
  251. package/dist/ezui/p-44183c39.entry.js +0 -1
  252. package/dist/ezui/p-619225ce.entry.js +0 -1
  253. package/dist/ezui/p-6a794336.js +0 -1
  254. package/dist/ezui/p-a0f51b99.entry.js +0 -1
  255. package/dist/ezui/p-a3bad8f8.entry.js +0 -1
  256. package/dist/ezui/p-a813a748.entry.js +0 -1
  257. package/dist/ezui/p-c0ae79fa.entry.js +0 -1
  258. package/dist/ezui/p-c178730b.js +0 -1
  259. package/dist/ezui/p-d2645bdf.entry.js +0 -1
  260. package/dist/ezui/p-f969b65d.entry.js +0 -1
  261. package/dist/ezui/p-ff4312d5.js +0 -1
@@ -1,13 +1,13 @@
1
1
  import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-baa5e267.js';
2
- import { Action, DataUnit, ObjectUtils as ObjectUtils$1, UserInterface, HTMLBuilder, ApplicationContext, StringUtils as StringUtils$1, LockManager, LockManagerOperation, DataType, NumberUtils as NumberUtils$1, MaskFormatter, SortMode, ElementIDUtils, ColumnFilterManager as ColumnFilterManager$1, DateUtils as DateUtils$1, ArrayUtils as ArrayUtils$1, FieldComparator, JSUtils, OverflowWatcher, OVERFLOWED_CLASS_NAME, KeyboardManager } from '@sankhyalabs/core';
2
+ import { Action, DataUnit, ObjectUtils as ObjectUtils$1, UserInterface, HTMLBuilder, ApplicationContext, StringUtils as StringUtils$1, LockManager, LockManagerOperation, DataType, NumberUtils as NumberUtils$1, MaskFormatter, SortMode, ElementIDUtils, ColumnFilterManager as ColumnFilterManager$1, DateUtils as DateUtils$1, ArrayUtils as ArrayUtils$1, FieldComparator, JSUtils, KeyboardManager } from '@sankhyalabs/core';
3
3
  import { SelectionMode } from '@sankhyalabs/core/dist/dataunit/DataUnit';
4
- import { A as ApplicationUtils } from './ApplicationUtils-0c5cb207.js';
4
+ import { A as ApplicationUtils } from './ApplicationUtils-f7721533.js';
5
5
  import './DialogType-54a62731.js';
6
6
  import './CheckMode-bdb2ec19.js';
7
- import { g as getI18n, i as initI18n } from './index-225aa0c3.js';
7
+ import { g as getI18n, i as initI18n } from './index-9e6dab5b.js';
8
8
  import { C as CustomEditorSource, a as CustomRenderSource } from './types-6f6b2650.js';
9
9
  import './FormLayout-bda67973.js';
10
- import { b as buildFieldMetadata, R as RecordValidationProcessor, D as DataBinder, S as SHORTCUT_SEARCH_FIELD, f as focusOnFieldSerch, c as SEARCH_FIELD_FULL_WIDTH, a as buildFieldSearch } from './search-column-40a78cac.js';
10
+ import { b as buildFieldMetadata, R as RecordValidationProcessor, D as DataBinder, S as SHORTCUT_SEARCH_FIELD, f as focusOnFieldSerch, c as SEARCH_FIELD_FULL_WIDTH, a as buildFieldSearch } from './search-column-7d7f0331.js';
11
11
  import { D as DISTINCT_FILTER_NAME_PREFIX, E as EZ_GRID_LOADING_SOURCE, P as PRESENTATION_COL_ID_PROP_NAME, a as PRESENTATION_FROM_COL_PROP_NAME } from './constants-3fabe81e.js';
12
12
  import { F as FocusResolver } from './FocusResolver-1ccbf850.js';
13
13
  import { p as purify } from './purify-9357603c.js';
@@ -64918,6 +64918,7 @@ class AgGridController {
64918
64918
  this.DEFAULT_FONT_SIZE_HTML5 = 32;
64919
64919
  this.DEFAULT_ICON_SIZE = 40;
64920
64920
  this.DEFAULT_MAX_SIZE = 300;
64921
+ this.MULTI_VALUES_PROP = '__multiValues';
64921
64922
  this._menuItems = [];
64922
64923
  this._idAttribName = '__record__id__';
64923
64924
  this._gridConfig = [];
@@ -64996,21 +64997,24 @@ class AgGridController {
64996
64997
  const params = [];
64997
64998
  let isNullIncluded;
64998
64999
  checkedOptions.forEach(option => {
64999
- const paramName = `PARAM_${column}_${params.length + 1}`;
65000
- params.push({
65001
- dataType: dataType === DataType.OBJECT ? DataType.TEXT : dataType,
65002
- name: paramName,
65003
- value: option.value,
65004
- });
65005
- if (option.value == undefined) {
65006
- isNullIncluded = true;
65007
- }
65008
- else {
65009
- if (placeholders.length > 0) {
65010
- placeholders = placeholders + ',';
65000
+ const optionValues = this.resolveColumnFilterValues(option);
65001
+ optionValues.forEach(value => {
65002
+ const paramName = `PARAM_${column}_${params.length + 1}`;
65003
+ params.push({
65004
+ dataType: dataType === DataType.OBJECT ? DataType.TEXT : dataType,
65005
+ name: paramName,
65006
+ value,
65007
+ });
65008
+ if (value == undefined) {
65009
+ isNullIncluded = true;
65011
65010
  }
65012
- placeholders = `${placeholders}:${paramName}`;
65013
- }
65011
+ else {
65012
+ if (placeholders.length > 0) {
65013
+ placeholders = placeholders + ',';
65014
+ }
65015
+ placeholders = `${placeholders}:${paramName}`;
65016
+ }
65017
+ });
65014
65018
  });
65015
65019
  return {
65016
65020
  name: `${DISTINCT_FILTER_NAME_PREFIX}${column}`,
@@ -65032,6 +65036,13 @@ class AgGridController {
65032
65036
  }
65033
65037
  return `${columnExpression} in (${placeholders})`;
65034
65038
  }
65039
+ resolveColumnFilterValues(option) {
65040
+ const multiValues = option === null || option === void 0 ? void 0 : option[this.MULTI_VALUES_PROP];
65041
+ if (Array.isArray(multiValues) && multiValues.length > 0) {
65042
+ return multiValues;
65043
+ }
65044
+ return [option.value];
65045
+ }
65035
65046
  initDatagrid(container, options) {
65036
65047
  var _a;
65037
65048
  this._options = options;
@@ -66461,7 +66472,7 @@ class InMemoryFilterColumnDataSource {
66461
66472
  }
66462
66473
  }
66463
66474
 
66464
- const ezGridCss = ".sc-ez-grid-h{display:grid;grid-template-rows:auto 1fr auto;height:100%;width:100%;--ez-grid__header--background-color:var(--background--xlight, #FFF);--ez-grid__selection-counter--z-index:var(--visible, 1);--ez-grid__container--shadow:var(--shadow);--ez-grid--min-height:300px;--ez-grid__container--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--shadow:var(--shadow--xsmall);--ez-grid__header--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--outline:none;--ez-grid__header--border:none;min-height:var(--ez-grid--min-height)}.grid-header.sc-ez-grid{display:grid;justify-content:space-between;align-items:center;grid-row-start:1;grid-template-columns:1fr;background-color:var(--ez-grid__header--background-color, #FFF)}.grid-header.shadow-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.grid-header.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow--outline);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.header-overlay.sc-ez-grid{padding-top:15px;margin-top:-12px}.grid__container.sc-ez-grid{outline:none;box-shadow:var(--ez-grid__container--shadow);background-color:var(--ez-grid__header--background-color);border:var(--border--small) var(--color--strokes);border-radius:var(--border--radius-small)}.grid__container.no-scroll.sc-ez-grid{width:100vw}.sc-ez-grid-h:not([no-header]) .grid__container.sc-ez-grid{border:none}.grid__container.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__container--shadow--outline);border:none;outline:none}.grid-header__popover.sc-ez-grid{position:relative;top:var(--space--sm, 16px)}.grid-header__container.sc-ez-grid{display:flex;align-items:center;flex-grow:1;flex-shrink:1}.grid-header__position.sc-ez-grid{display:flex;align-items:center;justify-content:space-between}.grid__selection-counter.sc-ez-grid{position:fixed;white-space:nowrap;transform:translate(-50%, 0px);left:50%;opacity:0;bottom:-100%;transition:opacity 0.1s, bottom 0.5s}.grid__selection-counter--opened.sc-ez-grid{opacity:1;bottom:0px}.grid__btn-close.sc-ez-grid{display:flex;align-items:center;justify-content:center;padding:0;outline:none;width:20px;height:20px;border:none;background-color:unset;cursor:pointer}.grid__btn-clear.sc-ez-grid{--ez-button--link-color:var(--color--alert-warning-900, #8C6B00);--ez-button--link--hover-color:var(--color--alert-warning-900, #8C6B00)}[no-header].sc-ez-grid-h .grid-header.sc-ez-grid{height:0;padding:0}.grid-header__pagination.sc-ez-grid{justify-content:flex-end;flex-wrap:nowrap;flex-shrink:1;flex-grow:1}.grid-header__pagination-label.sc-ez-grid{width:100%;white-space:nowrap}.overflowed.sc-ez-grid{display:none}.pagination-contracted.sc-ez-grid{width:100px}.pagination-expanded.sc-ez-grid{min-width:150px}.left__header-contracted.sc-ez-grid{width:auto}.left__header-expanded.sc-ez-grid{flex-grow:1}.grid__footer.sc-ez-grid{background-color:var(--background--xlight, #FFF);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium);box-shadow:var(--shadow--small)}.cancel-pagination.sc-ez-grid{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;padding:8px;width:180px}.cancel-pagination-btn.sc-ez-grid{color:var(--color--error);font-size:var(--text--medium);font-weight:var(--text-weight--large);font-family:var(--font-pattern, Roboto);text-wrap:nowrap;cursor:pointer}.spin.sc-ez-grid{animation-name:spin;animation-duration:5000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}";
66475
+ const ezGridCss = ".sc-ez-grid-h{display:grid;grid-template-rows:auto 1fr auto;height:100%;width:100%;--ez-grid__header--background-color:var(--background--xlight, #FFF);--ez-grid__selection-counter--z-index:var(--visible, 1);--ez-grid__container--shadow:var(--shadow);--ez-grid--min-height:300px;--ez-grid__container--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--shadow:var(--shadow--xsmall);--ez-grid__header--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--outline:none;--ez-grid__header--border:none;min-height:var(--ez-grid--min-height)}.grid-header.sc-ez-grid{display:grid;justify-content:space-between;align-items:center;grid-row-start:1;grid-template-columns:1fr;background-color:var(--ez-grid__header--background-color, #FFF)}.grid-header.shadow-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.grid-header.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow--outline);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.header-overlay.sc-ez-grid{padding-top:15px;margin-top:-12px}.grid__container.sc-ez-grid{outline:none;background-color:var(--ez-grid__header--background-color);border-radius:var(--border--radius-12, 12px) var(--border--radius-12, 12px) 0 0}.grid__container.no-scroll.sc-ez-grid{width:100vw}.sc-ez-grid-h:not([no-header]) .grid__container.sc-ez-grid{border:none}.grid__container.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__container--shadow--outline);border:none;outline:none}.grid-header__popover.sc-ez-grid{position:relative;top:var(--space--sm, 16px)}.grid-header__container.sc-ez-grid{display:flex;align-items:center;flex-grow:1;flex-shrink:1}.grid-header__position.sc-ez-grid{display:flex;align-items:center;justify-content:space-between}.grid__selection-counter.sc-ez-grid{position:fixed;white-space:nowrap;transform:translate(-50%, 0px);left:50%;opacity:0;bottom:-100%;transition:opacity 0.1s, bottom 0.5s}.grid__selection-counter--opened.sc-ez-grid{opacity:1;bottom:0px}.grid__btn-close.sc-ez-grid{display:flex;align-items:center;justify-content:center;padding:0;outline:none;width:20px;height:20px;border:none;background-color:unset;cursor:pointer}.grid__btn-clear.sc-ez-grid{--ez-button--link-color:var(--color--alert-warning-900, #8C6B00);--ez-button--link--hover-color:var(--color--alert-warning-900, #8C6B00)}[no-header].sc-ez-grid-h .grid-header.sc-ez-grid{height:0;padding:0}.overflowed.sc-ez-grid{display:none}.left__header-contracted.sc-ez-grid{width:auto}.left__header-expanded.sc-ez-grid{flex-grow:1}.grid__footer.sc-ez-grid{background-color:var(--background--xlight, #FFF)}";
66465
66476
 
66466
66477
  const windowInstace = window;
66467
66478
  const matches = (text, filter) => {
@@ -66514,6 +66525,7 @@ const EzGrid = class {
66514
66525
  this.useSearchColumn = true;
66515
66526
  this.suppressHorizontalScroll = false;
66516
66527
  this.mode = "complete";
66528
+ this.hidePagination = false;
66517
66529
  }
66518
66530
  /**
66519
66531
  * Aplica a definição de colunas.
@@ -66663,26 +66675,17 @@ const EzGrid = class {
66663
66675
  return;
66664
66676
  this._gridController.stopEdit();
66665
66677
  }
66678
+ /**
66679
+ * Manipula a mudança de página da grid.
66680
+ */
66681
+ async handlePageChange() {
66682
+ this.resetPaginationState();
66683
+ this._gridController.setFocusFirstRow();
66684
+ this.ezPageChangedChanged.emit();
66685
+ }
66666
66686
  observeConfig(config) {
66667
66687
  this._gridController.setColumnsState(config === null || config === void 0 ? void 0 : config.columns);
66668
66688
  }
66669
- updatePaginationTooltip() {
66670
- this.handleShowCancelPagination();
66671
- if (!this._refPaginationLabelTooltip)
66672
- return;
66673
- const alreadyDefined = this._refPaginationLabelTooltip.getAttribute('data-tooltip');
66674
- if (alreadyDefined) {
66675
- this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
66676
- }
66677
- }
66678
- observePaginationCounterMode(newValue) {
66679
- if (newValue === 'hidden') {
66680
- this._hidePaginationDescription();
66681
- }
66682
- if (newValue === 'show') {
66683
- this._showPaginationDescription();
66684
- }
66685
- }
66686
66689
  async observeModeChange(newMode = this.mode) {
66687
66690
  if (newMode === "simple") {
66688
66691
  this.canEdit = false;
@@ -66845,23 +66848,6 @@ const EzGrid = class {
66845
66848
  ElementIDUtils.addIDInfo(this._refPaginationControl, 'pagination', dtInfo);
66846
66849
  }
66847
66850
  }
66848
- handlePageChange() {
66849
- this.resetPaginationState();
66850
- this._gridController.setFocusFirstRow();
66851
- this.ezPageChangedChanged.emit();
66852
- }
66853
- previousPage() {
66854
- if (this.dataUnit) {
66855
- this.dataUnit.previousPage()
66856
- .then(() => this.handlePageChange());
66857
- }
66858
- }
66859
- nextPage() {
66860
- if (this.dataUnit) {
66861
- this.dataUnit.nextPage()
66862
- .then(() => this.handlePageChange());
66863
- }
66864
- }
66865
66851
  nextRecord() {
66866
66852
  if (this.dataUnit) {
66867
66853
  if (this.dataUnit.getSelectionInfo().records.length === 0) {
@@ -66881,38 +66867,6 @@ const EzGrid = class {
66881
66867
  this._paginationChangedByKeyboard = false;
66882
66868
  (_a = this._gridController) === null || _a === void 0 ? void 0 : _a.resetPaginationState();
66883
66869
  }
66884
- resolvePaginationClassMode() {
66885
- if (this.shouldPresentPaginationLabel())
66886
- return "pagination-expanded";
66887
- return "pagination-contracted";
66888
- }
66889
- async handleCancelPagination() {
66890
- var _a;
66891
- this.dataUnit.cancelPagination = true;
66892
- await ((_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide());
66893
- }
66894
- renderCancelPagination() {
66895
- return (h("ez-popover", { ref: (element) => (this._cancelPaginationPopoverElement = element), "overlay-type": 'none', autoClose: false }, h("div", { class: 'cancel-pagination' }, h("ez-icon", { iconName: "sync", size: "x-large", class: "spin" }), h("span", { onClick: () => this.handleCancelPagination(), class: 'cancel-pagination-btn' }, this.i18n("ez-grid.cancelPagination")))));
66896
- }
66897
- handleShowCancelPagination() {
66898
- var _a, _b, _c;
66899
- if (!this._hasToShowCancelPagination()) {
66900
- (_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide();
66901
- return;
66902
- }
66903
- if ((_b = this._cancelPaginationPopoverElement) === null || _b === void 0 ? void 0 : _b.opened)
66904
- return;
66905
- (_c = this._cancelPaginationPopoverElement) === null || _c === void 0 ? void 0 : _c.show("15px");
66906
- }
66907
- getPaginationControl() {
66908
- if (!this._paginationInfo)
66909
- return null;
66910
- const { currentPage, hasMore } = this._paginationInfo;
66911
- return (h("div", { class: `grid-header__container grid-header__pagination ${this.resolvePaginationClassMode()}`, ref: ref => (this._refPaginationControl = ref) }, this.renderCancelPagination(), h("div", { class: "ez-text ez-text--primary ez-text--medium ez-margin-right--medium", ref: (element) => (this._refPaginationLabel = element) }, h("span", { class: "grid-header__pagination-label" }, this.shouldPresentPaginationLabel() && h("strong", { class: "ez-text ez-text--primary ez-text--medium" }, this._getActualPageLabel()), this.shouldPresentPaginationLabel() && this._getRemainingPageLabel())), h("div", { id: "grid-pagination-tooltip", ref: (element) => (this._refPaginationLabelTooltip = element), class: "ez-flex ez-margin-right--medium", title: `${this._getActualPageLabel()} ${this._getRemainingPageLabel()}` }, h("ez-button", { size: "small", class: "ez-margin-right--medium", iconName: "chevron-left", mode: "icon", enabled: currentPage > 0, onClick: () => this.previousPage(), label: this.i18n("ez-grid.previousPage") }), h("ez-button", { size: "small", iconName: "chevron-right", mode: "icon", enabled: hasMore, onClick: () => this.nextPage(), label: this.i18n("ez-grid.nextPage") }))));
66912
- }
66913
- shouldPresentPaginationLabel() {
66914
- return this.paginationCounterMode === 'show' || this.paginationCounterMode === 'auto';
66915
- }
66916
66870
  componentDidLoad() {
66917
66871
  const _application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
66918
66872
  this.enableLockManagerLoadingComp = (!_application || (_application === null || _application === void 0 ? void 0 : _application.enableLockManagerLoadingApp)) ? this.enableLockManagerLoadingComp : false;
@@ -66977,76 +66931,9 @@ const EzGrid = class {
66977
66931
  }
66978
66932
  this._paginationInfo = paginationInfo;
66979
66933
  }
66980
- _getActualPageLabel() {
66981
- const { firstRecord, lastRecord } = this._paginationInfo;
66982
- return `${firstRecord}-${lastRecord}`;
66983
- }
66984
- _getRemainingPageLabel() {
66985
- const { total, count } = this._paginationInfo;
66986
- return `${total == undefined ? this.i18n("ez-grid.remainingPageLabel", { count: count + 1 }) : this.i18n("ez-grid.remainingTotalLabel", { total })}`;
66987
- }
66988
- _hasToShowCancelPagination() {
66989
- var _a;
66990
- const { total, count } = (_a = this._paginationInfo) !== null && _a !== void 0 ? _a : {};
66991
- const hasMore = (total === undefined);
66992
- return !this.dataUnit.cancelPagination && hasMore && count > this.dataUnit.pageSize;
66993
- }
66994
- _getPaginationTooltip() {
66995
- return this._getActualPageLabel() + this._getRemainingPageLabel();
66996
- }
66997
- _initHeaderOverflowWatcher() {
66998
- var _a;
66999
- (_a = this._headerOverflowWatcher) === null || _a === void 0 ? void 0 : _a.destroy();
67000
- if (this._refPaginationControl)
67001
- this._headerOverflowWatcher = new OverflowWatcher(this.buildOverFlowWatcherParams());
67002
- }
67003
- buildOverFlowWatcherParams() {
67004
- return {
67005
- element: this._refPaginationControl,
67006
- callback: this.handleOverFlow.bind(this),
67007
- notOverFlow: ["grid-pagination-tooltip"]
67008
- };
67009
- }
67010
- handleOverFlow() {
67011
- if (!this._refPaginationLabel || !this._refPaginationControl)
67012
- return;
67013
- const controlWidth = this._refPaginationControl.clientWidth;
67014
- const labelWidth = this._refPaginationLabel.scrollWidth;
67015
- const buttonsElement = this._refPaginationControl.querySelector('#grid-pagination-tooltip');
67016
- const buttonsWidth = (buttonsElement === null || buttonsElement === void 0 ? void 0 : buttonsElement.clientWidth) || 0;
67017
- const totalMargins = this._getElementMargins(this._refPaginationLabel) + (buttonsElement ? this._getElementMargins(buttonsElement) : 0);
67018
- const paginationWidthWithoutDescription = labelWidth + buttonsWidth + totalMargins;
67019
- const paginationWidthWithDescription = paginationWidthWithoutDescription + this._getPaginationDescriptionWidth();
67020
- if (controlWidth > paginationWidthWithDescription) {
67021
- this._showPaginationDescription();
67022
- }
67023
- else if (controlWidth <= paginationWidthWithoutDescription) {
67024
- this._hidePaginationDescription();
67025
- }
67026
- }
67027
- _getPaginationDescriptionWidth() {
67028
- var _a;
67029
- return ((_a = this._refPaginationLabelTooltip) === null || _a === void 0 ? void 0 : _a.scrollWidth) || 0;
67030
- }
67031
- _getElementMargins(element) {
67032
- const style = getComputedStyle(element);
67033
- return parseFloat(style.marginLeft) + parseFloat(style.marginRight);
67034
- }
67035
- _hidePaginationDescription() {
67036
- this._refPaginationLabel.classList.add(OVERFLOWED_CLASS_NAME);
67037
- this._refPaginationLabelTooltip.setAttribute('data-flow', 'bottom');
67038
- this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
67039
- }
67040
- ;
67041
- _showPaginationDescription() {
67042
- this._refPaginationLabel.classList.remove(OVERFLOWED_CLASS_NAME);
67043
- this._refPaginationLabelTooltip.removeAttribute('data-flow');
67044
- this._refPaginationLabelTooltip.removeAttribute('data-tooltip');
67045
- }
67046
66934
  disconnectedCallback() {
67047
- var _a, _b;
67048
- (_a = this._headerOverflowWatcher) === null || _a === void 0 ? void 0 : _a.destroy();
67049
- (_b = this._gridController) === null || _b === void 0 ? void 0 : _b.destroy();
66935
+ var _a;
66936
+ (_a = this._gridController) === null || _a === void 0 ? void 0 : _a.destroy();
67050
66937
  this.removeShortcuts();
67051
66938
  }
67052
66939
  connectedCallback() {
@@ -67075,8 +66962,6 @@ const EzGrid = class {
67075
66962
  if (this.dataUnit && this._showSelectionCounter) {
67076
66963
  this.setSelection(this.dataUnit.getSelectionInfo());
67077
66964
  }
67078
- if (this.paginationCounterMode === 'auto')
67079
- this._initHeaderOverflowWatcher();
67080
66965
  }
67081
66966
  getDataSource() {
67082
66967
  if (!this.columnfilterDataSource) {
@@ -67088,7 +66973,7 @@ const EzGrid = class {
67088
66973
  if (this.mode === "simple") {
67089
66974
  return true;
67090
66975
  }
67091
- return !this._hasLeftButtons && !this._paginationInfo;
66976
+ return !this._hasLeftButtons;
67092
66977
  }
67093
66978
  resolveLeftHeaderClass() {
67094
66979
  if (this.paginationCounterMode == 'show')
@@ -67113,7 +66998,7 @@ const EzGrid = class {
67113
66998
  return;
67114
66999
  const { currentPage } = this._paginationInfo;
67115
67000
  if (currentPage > 0) {
67116
- this.previousPage();
67001
+ this._refGridPagination.previousPage();
67117
67002
  }
67118
67003
  }, { description: this.i18n("ez-grid.previousPage"), element: this._element })
67119
67004
  .bind("ctrl + alt + ArrowRight", () => {
@@ -67121,7 +67006,7 @@ const EzGrid = class {
67121
67006
  return;
67122
67007
  const { hasMore } = this._paginationInfo;
67123
67008
  if (hasMore) {
67124
- this.nextPage();
67009
+ this._refGridPagination.nextPage();
67125
67010
  }
67126
67011
  }, { description: this.i18n("ez-grid.nextPage"), element: this._element });
67127
67012
  if (this.useSearchColumn) {
@@ -67174,16 +67059,14 @@ const EzGrid = class {
67174
67059
  'ez-box ez-padding--small grid-header': true,
67175
67060
  'outline-mode': this.outlineMode,
67176
67061
  'shadow-mode': !this.outlineMode && !this.hideHeader(),
67177
- }, tabindex: "0" }, h("filter-column", { class: "grid-header__popover", noHeaderTaskBar: !this._hasLeftButtons, dataSource: this.getDataSource(), dataUnit: this.dataUnit, gridHeaderHidden: this.hideHeader(), ref: (element) => (this._filterColumn = element) }), h("div", { class: "grid-header__position" }, h("div", { class: `grid-header__container grid-header__left-container ${this.resolveLeftHeaderClass()}` }, h("slot", { name: "leftButtons" })), this.getPaginationControl())), h("ez-popover", { ref: elem => (this._ezPopoverSearchColumn = elem), overlayType: "none" }, this.renderFieldSearchColumn()), h("div", { ref: (ref) => (this._gridSelectionCounter = ref), class: `grid__selection-counter ez-elevation--4
67062
+ }, tabindex: "0" }, h("filter-column", { class: "grid-header__popover", noHeaderTaskBar: !this._hasLeftButtons, dataSource: this.getDataSource(), dataUnit: this.dataUnit, gridHeaderHidden: this.hideHeader(), ref: (element) => (this._filterColumn = element) }), h("div", { class: "grid-header__position" }, h("div", { class: `grid-header__container grid-header__left-container ${this.resolveLeftHeaderClass()}` }, h("slot", { name: "leftButtons" })))), h("ez-popover", { ref: elem => (this._ezPopoverSearchColumn = elem), overlayType: "none" }, this.renderFieldSearchColumn()), h("div", { ref: (ref) => (this._gridSelectionCounter = ref), class: `grid__selection-counter ez-elevation--4
67178
67063
  ${this._showSelectionCounter ? 'grid__selection-counter--opened' : ''}
67179
- ` }, h(SelectionCounter, { selectionCount: this._selectionCount, currentPageSelected: this._currentPageSelected, paginationInfo: this._paginationInfo, canSelectAll: (_a = this.selectionToastConfig) === null || _a === void 0 ? void 0 : _a.canSelectAll, allRecordSelected: this._isAllSelection, i18n: this.i18n, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, h("slot", { name: "footer" }))));
67064
+ ` }, h(SelectionCounter, { selectionCount: this._selectionCount, currentPageSelected: this._currentPageSelected, paginationInfo: this._paginationInfo, canSelectAll: (_a = this.selectionToastConfig) === null || _a === void 0 ? void 0 : _a.canSelectAll, allRecordSelected: this._isAllSelection, i18n: this.i18n, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, (this.mode !== "simple" && !this.hidePagination) && (h("ez-grid-pagination", { class: `ez-flex ez-flex--content-end`, ref: ref => (this._refGridPagination = ref), dataUnit: this.dataUnit, paginationCounterMode: this.paginationCounterMode, onPageChange: () => this.handlePageChange() })), h("slot", { name: "footer" }))));
67180
67065
  }
67181
67066
  static get assetsDirs() { return ["../assets"]; }
67182
67067
  get _element() { return getElement(this); }
67183
67068
  static get watchers() { return {
67184
67069
  "config": ["observeConfig"],
67185
- "_paginationInfo": ["updatePaginationTooltip"],
67186
- "paginationCounterMode": ["observePaginationCounterMode"],
67187
67070
  "mode": ["observeModeChange"]
67188
67071
  }; }
67189
67072
  };
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { E as EzScrollDirection } from './EzScrollDirection-2df26c93.js';
4
- import { i as initI18n } from './index-225aa0c3.js';
4
+ import { i as initI18n } from './index-9e6dab5b.js';
5
5
 
6
6
  const ezGuideNavigatorCss = ":host{--ez-guide-navigator--padding-left:var(--space--large);--ez-guide-navigator--padding-right:var(--space--small);--ez-guide-navigator--box-shadow:var(--shadow, 0px 0px 24px 0px #000);--ez-guide-navigator--background-color:var(--color--inverted);--ez-guide-navigator--border-radius:0px var(--border--radius-medium) var(--border--radius-medium) 0px;--ez-guide-navigator--actions-gap:var(--space--medium);--ez-guide-navigator--actions-margin:var(--space--large) 0 var(--space--medium);--ez-guide-navigator--actions-padding-right:calc(var(--space--medium, 12px) + var(--space--small, 6px))}.inverted{transform:rotate(180deg)}.ez-guide-navigator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-left:var(--ez-guide-navigator--padding-left);padding-right:var(--ez-guide-navigator--padding-right);background-color:var(--ez-guide-navigator--background-color);-webkit-box-shadow:var(--ez-guide-navigator--box-shadow);box-shadow:var(--ez-guide-navigator--box-shadow);border-radius:var(--ez-guide-navigator--border-radius)}.ez-guide-navigator__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--ez-guide-navigator--actions-gap);margin:var(--ez-guide-navigator--actions-margin);padding-right:var(--ez-guide-navigator--actions-padding-right)}.hidden{display:none}";
7
7