@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
@@ -6,7 +6,7 @@ const index = require('./index-a7b0c73d.js');
6
6
  const DialogType = require('./DialogType-2114c337.js');
7
7
  const core = require('@sankhyalabs/core');
8
8
  const FocusResolver = require('./FocusResolver-885f2173.js');
9
- const index$1 = require('./index-350d0fa0.js');
9
+ const index$1 = require('./index-9739c242.js');
10
10
 
11
11
  const ezDialogCss = ":host{--dialog__container-padding:var(--space--md, 20px);--dialog__btn__close--background-color:var(--title--primary, #2b3a54);--dialog__btn__no--padding-right:var(--space--8, 8px);--dialog__btn__close__image:url('data:image/svg+xml;utf8,<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg%22%3E<path d=\"M 7.0060773,5.995511 11.461972,1.5397722 c 0.132856,-0.1328413 0.207547,-0.3130253 0.207547,-0.5009046 0,-0.18786999 -0.07469,-0.3680541 -0.207547,-0.5009048 -0.132857,-0.13284126 -0.31302,-0.20748126 -0.500927,-0.20748126 -0.187812,0 -0.36807,0.07464 -0.500926,0.20748126 L 6.0042244,4.9937015 1.5482921,0.5379628 C 1.4154357,0.40512154 1.2352533,0.33048154 1.0473657,0.33048154 c -0.18787813,0 -0.36807,0.07464 -0.50092647,0.20748126 -0.13285646,0.1328507 -0.20749026,0.31303481 -0.20749026,0.5009048 0,0.1878793 0.0746338,0.3680633 0.20749026,0.5009046 L 5.0023715,5.995511 0.54643923,10.452213 c -0.0676086,0.06534 -0.12151598,0.14352 -0.15859681,0.229916 -0.0370714,0.08639 -0.0565645,0.1794 -0.0573369,0.27335 -7.724e-4,0.09404 0.0171873,0.187331 0.0528423,0.274293 0.0356455,0.08705 0.0882688,0.166087 0.15479148,0.23256 0.0665321,0.06648 0.14562277,0.11897 0.2326735,0.154567 0.0870507,0.0356 0.18031463,0.05344 0.2743433,0.05259 0.094029,-8.5e-4 0.1869528,-0.02049 0.2733331,-0.0576 0.08639,-0.0372 0.1645078,-0.09121 0.2298029,-0.158817 L 6.0042244,6.9973204 10.460119,11.453078 c 0.132856,0.132851 0.313114,0.207444 0.500926,0.207444 0.187907,0 0.36807,-0.07459 0.500927,-0.207444 0.132856,-0.13285 0.207547,-0.313006 0.207547,-0.500904 0,-0.187898 -0.07469,-0.368054 -0.207547,-0.500905 z\"/></svg>');--dialog__btn__min-width:80px;--dialog__title--font-pattern:var(--font-pattern, \"Roboto\");--dialog__title--padding-left:var(--space--small, 6px);--dialog__title__container--padding-bottom:var(--space--medium, 12px);--dialog__title--weight--large:var(--text-weight--large, 600);--dialog__body--font-pattern:var(--font-pattern, \"Roboto\");--dialog__body--text-shadow:var(--text-shadow, \"0 0 0 #353535, 0 0 1px transparent\");--dialog__body--text-weight--medium:var(--text-weight--medium, 400);--dialog__body--padding-bottom:var(--space--medium, 12px);--dialog__body--font-size:var(--text--medium, 14px);--dialog__body--color:var(--text--primary, #626e82);--dialog__icon--color:var(--text--inverted, #fff);--dialog__critical--background-color:var(--color--alert-error-800, #BD0025);--dialog__warning--background-color:var(--color--alert-warning-500, #EFB103);--dialog__success--background-color:var(--color--alert-success-500, #00523c);--dialog-z-index:var(--elevation--100, 100);--dialog--warning__image:url('data: image/svg+xml;utf8,<svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 7.5,0 0,13 h 15 z m 0,2.73684 5.1341,8.89476 H 2.36591 Z M 6.81818,5.47368 V 8.21053 H 8.18182 V 5.47368 Z m 0,4.10527 V 10.9474 H 8.18182 V 9.57895\"/></svg>');--dialog--critical__image:url('data: image/svg+xml;utf8,<svg width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 7.6534493,6.4948538 12.762051,1.3864299 C 12.914368,1.2341297 13,1.027552 13,0.81215179 13,0.59676225 12.914369,0.39018443 12.762051,0.23787352 12.609733,0.08557341 12.40318,0 12.187747,0 11.972425,0 11.765762,0.08557341 11.613445,0.23787352 L 6.5048431,5.3462975 1.3961977,0.23787352 C 1.2438802,0.08557341 1.0373043,0 0.82189458,0 0.60649572,0 0.39990901,0.08557341 0.24759147,0.23787352 0.09527396,0.39018443 0.00970766,0.59676225 0.00970766,0.81215179 c 0,0.21540021 0.0855663,0.42197791 0.23788381,0.57427811 L 5.3562369,6.4948538 0.24759147,11.604381 c -0.0775121,0.07492 -0.13931586,0.164543 -0.18182835,0.263595 -0.04250169,0.09905 -0.064850182,0.205678 -0.0657357237,0.313391 -8.8554258e-4,0.107813 0.0197049337,0.214771 0.0605827337,0.314472 0.04086693,0.0998 0.10119858,0.190415 0.17746563,0.266625 0.0762779,0.07622 0.16695386,0.136398 0.26675594,0.177208 0.099802,0.04082 0.20672745,0.06127 0.31452961,0.06029 0.1078025,-9.53e-4 0.21433799,-0.0235 0.31337139,-0.06604 0.099045,-0.04265 0.1886052,-0.104571 0.263465,-0.182081 L 6.5048431,7.6434102 11.613445,12.751855 c 0.152317,0.152312 0.35898,0.237831 0.574302,0.237831 0.215433,0 0.421986,-0.08552 0.574304,-0.237831 C 12.914368,12.599545 13,12.393 13,12.177578 13,11.962157 12.91437,11.75561 12.762051,11.603299 Z\"/></svg>')}h2{margin-block-start:0;margin-block-end:0;margin-inline-start:0px;margin-inline-end:0px}.overlay{position:fixed;display:flex;top:0px;z-index:var(--dialog-z-index);left:0px;width:100%;box-sizing:border-box;height:100vh;background-color:rgba(var(--rgb-background--overlay), var(--opacity--soft));backdrop-filter:blur(var(--background-blur--medium))}.dialog{display:flex;width:80%;position:absolute;top:50%;left:50%;margin-right:-50%;box-sizing:border-box;transform:translate(-50%, -50%);box-shadow:0px 0px 16px rgba(0, 38, 111, 0.122)}@media screen and (min-width: 768px){.dialog{width:50%}}@media screen and (min-width: 992px){.dialog{width:33.33333%}}.dialog__container{width:100%;background:#FFFF;border-radius:0px 6px 6px 0px;box-sizing:border-box;padding:var(--dialog__container-padding)}.dialog__container--default{border-radius:6px 6px 6px 6px}.dialog__critical--indicator{box-sizing:border-box;width:12px;border-radius:6px 0px 0px 6px;background-color:var(--dialog__critical--background-color)}.dialog__warning--indicator{width:12px;border-radius:6px 0px 0px 6px;box-sizing:border-box;background-color:var(--dialog__warning--background-color)}.dialog__success--indicator{width:12px;border-radius:6px 0px 0px 6px;box-sizing:border-box;background-color:var(--dialog__success--background-color)}.message{font-size:var(--dialog__body--font-size);font-weight:var(--dialog__body--text-weight--medium);font-family:var(--dialog__body--font-pattern);text-shadow:var(--dialog__body--text-shadow);padding-bottom:var(--dialog__body--padding-bottom);color:var(--dialog__body--color);max-height:30vh;content-visibility:auto;margin-bottom:var(--space--medium);overflow-y:auto}.changeable__icon__container{background:var(--dialog__warning--background-color);display:flex;justify-content:center;align-items:center;min-width:26px;min-height:26px;border-radius:50%}.changeable__icon{--ez-icon--color:var(--dialog__icon--color)}.changeable__icon__container.title-icon--critical{background-color:var(--dialog__critical--background-color)}.changeable__icon__container.title-icon--success{background-color:var(--dialog__success--background-color)}.changeable__icon__container.title-icon--warn{background-color:var(--dialog__warning--background-color)}.changeable__icon__container.title-icon--warn ez-icon{transform:translateY(-1px)}.title{display:flex;font-family:var(--dialog__title--font-pattern);margin:0;font-weight:var(--dialog__title--weight--large);color:var(--title--primary)}.title__container{display:flex;padding-bottom:var(--dialog__title__container--padding-bottom)}.title__box{display:flex;width:100%;align-items:center;align-self:center}.title__label{padding-left:var(--dialog__title--padding-left)}.title__label--no-icon{padding-left:0}.btn-close{justify-content:flex-end;align-self:flex-start;align-items:flex-start;display:flex;outline:none;width:10%;border:none;background-color:unset;cursor:pointer}.btn-close::after{content:'';display:flex;background-color:var(--dialog__btn__close--background-color);width:12px;height:12px;-webkit-mask-image:var(--dialog__btn__close__image);mask-image:var(--dialog__btn__close__image)}.title-icon::after{content:'';display:flex;background-color:#FFFF;width:15px;height:15px;-webkit-mask-image:var(--dialog--warning__image);mask-image:var(--dialog--warning__image)}.button-yes-no__container{display:flex;box-sizing:border-box;align-self:center;align-items:center;justify-content:flex-end}.button__cancel{padding-right:var(--dialog__btn__no--padding-right);--ez-button--min-width:var(--dialog__btn__min-width)}.button__confirm{--ez-button--background-color:var(--color--primary);--ez-button--color:var(--color--inverted);--ez-button--hover--background-color:var(--color--primary-600);--ez-button--hover-color:var(--color--inverted);--ez-button--min-width:var(--dialog__btn__min-width)}.button__confirm--danger{--ez-button--background-color:var(--color--alert-error-800, #BD0025);--ez-button--color:var(--color--inverted);--ez-button--hover--background-color:var(--color-alert--error-900, #a10020);--ez-button--hover-color:var(--color--inverted);--ez-button--min-width:var(--dialog__btn__min-width)}.button__confirm--container{display:flex;justify-content:flex-end}.row{width:100%;display:flex;flex-wrap:wrap}.col{display:flex;flex-wrap:wrap;align-self:flex-start;box-sizing:border-box}.col--stretch{align-self:stretch}.col--undefined{width:unset}.col--nowrap{flex-wrap:nowrap}@media screen and (min-width: 320px){.col--sd-1{width:8.33333%}.col--sd-2{width:16.66667%}.col--sd-3{width:25%}.col--sd-4{width:33.33333%}.col--sd-5{width:41.66667%}.col--sd-6{width:50%}.col--sd-7{width:58.33333%}.col--sd-8{width:66.66667%}.col--sd-9{width:75%}.col--sd-10{width:83.33333%}.col--sd-11{width:91.66667%}.col--sd-12{width:100%}}@media screen and (min-width: 480px){.col--pn-1{width:8.33333%}.col--pn-2{width:16.66667%}.col--pn-3{width:25%}.col--pn-4{width:33.33333%}.col--pn-5{width:41.66667%}.col--pn-6{width:50%}.col--pn-7{width:58.33333%}.col--pn-8{width:66.66667%}.col--pn-9{width:75%}.col--pn-10{width:83.33333%}.col--pn-11{width:91.66667%}.col--pn-12{width:100%}}@media screen and (min-width: 768px){.col--tb-1{width:8.33333%}.col--tb-2{width:16.66667%}.col--tb-3{width:25%}.col--tb-4{width:33.33333%}.col--tb-5{width:41.66667%}.col--tb-6{width:50%}.col--tb-7{width:58.33333%}.col--tb-8{width:66.66667%}.col--tb-9{width:75%}.col--tb-10{width:83.33333%}.col--tb-11{width:91.66667%}.col--tb-12{width:100%}}@media screen and (min-width: 992px){.col--md-1{width:8.33333%}.col--md-2{width:16.66667%}.col--md-3{width:25%}.col--md-4{width:33.33333%}.col--md-5{width:41.66667%}.col--md-6{width:50%}.col--md-7{width:58.33333%}.col--md-8{width:66.66667%}.col--md-9{width:75%}.col--md-10{width:83.33333%}.col--md-11{width:91.66667%}.col--md-12{width:100%}}@media screen and (min-width: 1200px){.col--ld-1{width:8.33333%}.col--ld-2{width:16.66667%}.col--ld-3{width:25%}.col--ld-4{width:33.33333%}.col--ld-5{width:41.66667%}.col--ld-6{width:50%}.col--ld-7{width:58.33333%}.col--ld-8{width:66.66667%}.col--ld-9{width:75%}.col--ld-10{width:83.33333%}.col--ld-11{width:91.66667%}.col--ld-12{width:100%}}";
12
12
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-a7b0c73d.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
  const ezListHelper = require('./ezListHelper-0d3970b4.js');
8
- const index$1 = require('./index-350d0fa0.js');
8
+ const index$1 = require('./index-9739c242.js');
9
9
 
10
10
  function moveItems(selectedItemsList, itemsList, foward) {
11
11
  if (!selectedItemsList.length)
@@ -279,7 +279,7 @@ class SubmenuControl {
279
279
  }
280
280
  }
281
281
 
282
- const ezDropdownCss = ":host{--ez-dropdown--z-index:var(--more-visible, 2);--ez-dropdown--padding:var(--space--small, 6px);--ez-dropdown--box-shadow:var(--shadow--medium, 0px 8px 24px rgba(0, 38, 111, 0.1));--ez-dropdown--border-radius:var(--border--radius-medium, 12px);--ez-dropdown--background-color:var(--background--xlight, #fff);--ez-dropdown--font-family:var(--font-pattern, 'Roboto');--ez-dropdown--max-height:415px;--ez-dropdown__item--padding:var(--space--small, 6px);--ez-dropdown__item--gap:var(--space--small, 6px);--ez-dropdown__item--border-radius:var(--border--radius-small, 6px);--ez-dropdown__item--color:var(--title--primary, #2b3a54);--ez-dropdown__item--font-weight:var(--text-weight--medium, 400);--ez-dropdown__item--font-size:var(--text--medium, 14px);--ez-dropdown__item--line-height:calc(var(--ez-dropdown__item--font-size) + 4px);--ez-dropdown__item--background-color:var(--background--medium, #f0f3f7);--ez-dropdown__item--transition:var(--transition, .2s linear);--ez-dropdown__item-label--margin-right:var(--space--medium, 12px);--ez-dropdown__icon--size:var(--icon--medium, 18px);--ez-dropdown__divider--background-color:var(--color--disable-secondary, #f2f5f8);--ez-dropdown__divider--margin:var(--space--extra-small, 3px) 0;--ez-dropdown__group-label--color:var(--text--secondary, #A2ABB9);--ez-dropdown__group-label--font-weight:var(--text-weight--large, 600);--ez-dropdown__group-label--font-size:var(--text--small, 12px);--ez-dropdown__group-label--line-height:var(--text--medium, 14px);--ez-dropdown__group-label--padding:var(--space--small, 6px);--ez-dropdown__submenu--z-index:var(--most-visible, 3);--ez-dropdown__link--font-weight:var(--text-weight--large, 600);--ez-dropdown__link--primary--color:var(--color--primary, #008561);--ez-dropdown__link--critical--color:var(--color-alert--error-800, #BD0025);--ez-dropdown__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-dropdown__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-dropdown__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-dropdown__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-dropdown__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-dropdown__scrollbar--width:var(--space--small, 6px);--ez-dropdown__scrollbar--padding-right:var(--space--extra-small, 3px);display:flex;flex-direction:column;height:fit-content;user-select:none;box-sizing:border-box;position:fixed;z-index:var(--ez-dropdown--z-index)}:host *{box-sizing:border-box}.ez-dropdown{display:flex;padding:var(--ez-dropdown--padding);box-shadow:var(--ez-dropdown--box-shadow);border-radius:var(--ez-dropdown--border-radius);background-color:var(--ez-dropdown--background-color);max-width:var(--ez-dropdown--max-width)}.ez-dropdown__max-height{max-height:var(--ez-dropdown--max-height)}.ez-dropdown *{font-family:var(--ez-dropdown--font-family)}.ez-dropdown__container{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;flex:auto;scrollbar-color:var(--ez-dropdown__scrollbar--color-clicked) var(--ez-dropdown__scrollbar--color-background)}.ez-dropdown__container::-webkit-scrollbar{background-color:var(--ez-dropdown__scrollbar--color-background);width:var(--ez-dropdown__scrollbar--width);max-width:var(--ez-dropdown__scrollbar--width);min-width:var(--ez-dropdown__scrollbar--width)}.ez-dropdown__container::-webkit-scrollbar-track{background-color:var(--ez-dropdown__scrollbar--color-background);border-radius:var(--ez-dropdown__scrollbar--border-radius)}.ez-dropdown__container::-webkit-scrollbar-thumb{background-color:var(--ez-dropdown__scrollbar--color-default);border-radius:var(--ez-dropdown__scrollbar--border-radius)}.ez-dropdown__container::-webkit-scrollbar-thumb:vertical:hover,.ez-dropdown__container::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-dropdown__scrollbar--color-hover)}.ez-dropdown__container::-webkit-scrollbar-thumb:vertical:active,.ez-dropdown__container::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-dropdown__scrollbar--color-clicked)}.ez-dropdown__container--spacer{padding-right:var(--ez-dropdown__scrollbar--padding-right)}.ez-dropdown__item{display:flex;align-items:center;background-color:transparent;border-radius:var(--ez-dropdown__item--border-radius);transition:var(--ez-dropdown__item--transition)}.ez-dropdown__item:hover{background-color:var(--ez-dropdown__item--background-color)}.ez-dropdown__item-wrapper{display:flex;align-items:center;position:relative;cursor:pointer;width:100%;margin:0;white-space:nowrap;gap:var(--ez-dropdown__item--gap);color:var(--ez-dropdown__item--color);font-weight:var(--ez-dropdown__item--font-weight);font-size:var(--ez-dropdown__item--font-size);line-height:var(--ez-dropdown__item--line-height);padding:var(--ez-dropdown__item--padding)}.ez-dropdown__item-wrapper ez-icon{display:flex;justify-content:center;align-items:center;width:var(--ez-dropdown__icon--size);height:var(--ez-dropdown__icon--size);min-width:var(--ez-dropdown__icon--size);min-height:var(--ez-dropdown__icon--size)}.ez-dropdown__item-content{display:flex;align-items:center;flex:auto;overflow:hidden;gap:var(--ez-dropdown__item--gap)}.ez-dropdown__item-label{text-align:left;text-overflow:ellipsis;overflow:hidden;flex:auto}.ez-dropdown__item-label:not(:last-child){margin-right:var(--ez-dropdown__item-label--margin-right)}.ez-dropdown__item-content+.ez-dropdown__link{margin-left:var(--ez-dropdown__item-label--margin-right);margin-right:var(--ez-dropdown__item--padding)}.ez-dropdown__item-builder{flex:auto}.ez-dropdown__divider{width:100%;height:2px;border-radius:1px;border:none;display:block;background-color:var(--ez-dropdown__divider--background-color);margin:var(--ez-dropdown__divider--margin)}.ez-dropdown__hidden{visibility:hidden}.ez-dropdown__group{display:flex;flex-direction:column}.ez-dropdown__group-label{display:block;width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ez-dropdown__group-label--color);font-weight:var(--ez-dropdown__group-label--font-weight);font-size:var(--ez-dropdown__group-label--font-size);line-height:var(--ez-dropdown__group-label--line-height);padding:var(--ez-dropdown__group-label--padding)}.ez-dropdown__icon-right{margin-left:auto}.ez-dropdown__submenu{position:fixed;z-index:var(--ez-dropdown__submenu--z-index);margin-top:calc(var(--ez-dropdown__item--padding) * -1)}.ez-dropdown__submenu--hide{display:none}.ez-dropdown__link{display:block;margin-left:auto;cursor:pointer;text-overflow:ellipsis;overflow:hidden;font-weight:var(--ez-dropdown__link--font-weight);max-width:calc(var(--ez-dropdown--max-width) * 0.43)}.ez-dropdown__link--primary{color:var(--ez-dropdown__link--primary--color)}.ez-dropdown__link--critical{color:var(--ez-dropdown__link--critical--color)}.ez-dropdown__link:hover{text-decoration:underline}";
282
+ const ezDropdownCss = ":host{--ez-dropdown--z-index:var(--more-visible, 2);--ez-dropdown--padding:var(--space--16, 16px);--ez-dropdown--box-shadow:var(--shadow--medium, 0px 8px 24px rgba(0, 38, 111, 0.1));--ez-dropdown--border-radius:var(--border--radius-medium, 12px);--ez-dropdown--background-color:var(--background--xlight, #fff);--ez-dropdown--font-family:var(--font-pattern, 'Roboto');--ez-dropdown--max-height:415px;--ez-dropdown__item--padding:var(--space--small, 6px);--ez-dropdown__item--gap:var(--space--small, 6px);--ez-dropdown__item--border-radius:var(--border--radius-small, 6px);--ez-dropdown__item--color:var(--title--primary, #2b3a54);--ez-dropdown__item--font-weight:var(--text-weight--medium, 400);--ez-dropdown__item--font-size:var(--text--medium, 14px);--ez-dropdown__item--line-height:calc(var(--ez-dropdown__item--font-size) + 4px);--ez-dropdown__item--background-color:var(--background--medium, #f0f3f7);--ez-dropdown__item--transition:var(--transition, .2s linear);--ez-dropdown__item-label--margin-right:var(--space--medium, 12px);--ez-dropdown__icon--size:var(--icon--medium, 18px);--ez-dropdown__divider--background-color:var(--color--disable-secondary, #f2f5f8);--ez-dropdown__divider--margin:var(--space--extra-small, 3px) 0;--ez-dropdown__group-label--color:var(--text--secondary, #A2ABB9);--ez-dropdown__group-label--font-weight:var(--text-weight--large, 600);--ez-dropdown__group-label--font-size:var(--text--small, 12px);--ez-dropdown__group-label--line-height:var(--text--medium, 14px);--ez-dropdown__group-label--padding:var(--space--small, 6px);--ez-dropdown__submenu--z-index:var(--most-visible, 3);--ez-dropdown__link--font-weight:var(--text-weight--large, 600);--ez-dropdown__link--primary--color:var(--color--primary, #008561);--ez-dropdown__link--critical--color:var(--color-alert--error-800, #BD0025);--ez-dropdown__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-dropdown__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-dropdown__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-dropdown__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-dropdown__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-dropdown__scrollbar--width:var(--space--small, 6px);--ez-dropdown__scrollbar--padding-right:var(--space--extra-small, 3px);display:flex;flex-direction:column;height:fit-content;user-select:none;box-sizing:border-box;position:fixed;z-index:var(--ez-dropdown--z-index)}:host *{box-sizing:border-box}.ez-dropdown{display:flex;padding:var(--ez-dropdown--padding);box-shadow:var(--ez-dropdown--box-shadow);border-radius:var(--ez-dropdown--border-radius);background-color:var(--ez-dropdown--background-color);max-width:var(--ez-dropdown--max-width)}.ez-dropdown__max-height{max-height:var(--ez-dropdown--max-height)}.ez-dropdown *{font-family:var(--ez-dropdown--font-family)}.ez-dropdown__container{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;flex:auto;scrollbar-color:var(--ez-dropdown__scrollbar--color-clicked) var(--ez-dropdown__scrollbar--color-background)}.ez-dropdown__container::-webkit-scrollbar{background-color:var(--ez-dropdown__scrollbar--color-background);width:var(--ez-dropdown__scrollbar--width);max-width:var(--ez-dropdown__scrollbar--width);min-width:var(--ez-dropdown__scrollbar--width)}.ez-dropdown__container::-webkit-scrollbar-track{background-color:var(--ez-dropdown__scrollbar--color-background);border-radius:var(--ez-dropdown__scrollbar--border-radius)}.ez-dropdown__container::-webkit-scrollbar-thumb{background-color:var(--ez-dropdown__scrollbar--color-default);border-radius:var(--ez-dropdown__scrollbar--border-radius)}.ez-dropdown__container::-webkit-scrollbar-thumb:vertical:hover,.ez-dropdown__container::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-dropdown__scrollbar--color-hover)}.ez-dropdown__container::-webkit-scrollbar-thumb:vertical:active,.ez-dropdown__container::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-dropdown__scrollbar--color-clicked)}.ez-dropdown__container--spacer{padding-right:var(--ez-dropdown__scrollbar--padding-right)}.ez-dropdown__item{display:flex;align-items:center;background-color:transparent;border-radius:var(--ez-dropdown__item--border-radius);transition:var(--ez-dropdown__item--transition)}.ez-dropdown__item:hover{background-color:var(--ez-dropdown__item--background-color)}.ez-dropdown__item-wrapper{display:flex;align-items:center;position:relative;cursor:pointer;width:100%;margin:0;white-space:nowrap;gap:var(--ez-dropdown__item--gap);color:var(--ez-dropdown__item--color);font-weight:var(--ez-dropdown__item--font-weight);font-size:var(--ez-dropdown__item--font-size);line-height:var(--ez-dropdown__item--line-height);padding:var(--ez-dropdown__item--padding)}.ez-dropdown__item-wrapper ez-icon{display:flex;justify-content:center;align-items:center;width:var(--ez-dropdown__icon--size);height:var(--ez-dropdown__icon--size);min-width:var(--ez-dropdown__icon--size);min-height:var(--ez-dropdown__icon--size)}.ez-dropdown__item-content{display:flex;align-items:center;flex:auto;overflow:hidden;gap:var(--ez-dropdown__item--gap)}.ez-dropdown__item-label{text-align:left;text-overflow:ellipsis;overflow:hidden;flex:auto}.ez-dropdown__item-label:not(:last-child){margin-right:var(--ez-dropdown__item-label--margin-right)}.ez-dropdown__item-content+.ez-dropdown__link{margin-left:var(--ez-dropdown__item-label--margin-right);margin-right:var(--ez-dropdown__item--padding)}.ez-dropdown__item-builder{flex:auto}.ez-dropdown__divider{width:100%;height:2px;border-radius:1px;border:none;display:block;background-color:var(--ez-dropdown__divider--background-color);margin:var(--ez-dropdown__divider--margin)}.ez-dropdown__hidden{visibility:hidden}.ez-dropdown__group{display:flex;flex-direction:column}.ez-dropdown__group-label{display:block;width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ez-dropdown__group-label--color);font-weight:var(--ez-dropdown__group-label--font-weight);font-size:var(--ez-dropdown__group-label--font-size);line-height:var(--ez-dropdown__group-label--line-height);padding:var(--ez-dropdown__group-label--padding)}.ez-dropdown__icon-right{margin-left:auto}.ez-dropdown__submenu{position:fixed;z-index:var(--ez-dropdown__submenu--z-index);margin-top:calc(var(--ez-dropdown__item--padding) * -1)}.ez-dropdown__submenu--hide{display:none}.ez-dropdown__link{display:block;margin-left:auto;cursor:pointer;text-overflow:ellipsis;overflow:hidden;font-weight:var(--ez-dropdown__link--font-weight);max-width:calc(var(--ez-dropdown--max-width) * 0.43)}.ez-dropdown__link--primary{color:var(--ez-dropdown__link--primary--color)}.ez-dropdown__link--critical{color:var(--ez-dropdown__link--critical--color)}.ez-dropdown__link:hover{text-decoration:underline}";
283
283
 
284
284
  const EzDropdown = class {
285
285
  constructor(hostRef) {
@@ -24,7 +24,7 @@ const EzEmptyCard = class {
24
24
  }
25
25
  }
26
26
  render() {
27
- const customStyleVars = Object.assign(Object.assign({}, (this.height ? { '--ez-empty-card--custom-height': `${this.height}px` } : {})), (this.width ? { '--ez-empty-card--custom-width': `${this.width}px` } : {}));
27
+ const customStyleVars = Object.assign(Object.assign({}, (this.height ? { '--ez-empty-card--custom-height': `${this.height}${typeof this.height == "number" ? 'px' : ''}` } : {})), (this.width ? { '--ez-empty-card--custom-width': `${this.width}${typeof this.width == "number" ? 'px' : ''}` } : {}));
28
28
  return (index.h(index.Host, { style: customStyleVars }, index.h("div", { ref: element => this._container = element, class: `card_container ${this.color}` }, index.h("slot", null))));
29
29
  }
30
30
  get _element() { return index.getElement(this); }
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a7b0c73d.js');
6
6
  const core = require('@sankhyalabs/core');
7
- const index$1 = require('./index-350d0fa0.js');
7
+ const index$1 = require('./index-9739c242.js');
8
8
 
9
9
  const ezFileItemCss = ":host{display:flex;width:100%;--ez-file-item--height:42px;--ez-file-item--padding:9px;--ez-file-item--border-radius:var(--border--radius-medium, 12px);--ez-file-item--border-color:var(--color--strokes, #DCE0E8);--ez-file-item--border-style:var(--border--small, 1px solid);--ez-file-item--font-family:var(--font-pattern, Arial);--ez-file-item--font-size:var(--text--medium, 14px);--ez-file-item--font-weight:var(--text-weight--medium, 400);--ez-file-item--color:var(--title--primary, #2B3A54);--ez-file-item__file-size--font-weight:var(--text-weight--large, 600);--ez-file-item__file-size--color:var(--color--primary, #008561);--ez-file-item__background-progress--color:var(--color--primary-300, E2F4EF);--ez-file-item--icon-color:var(--title--primary, #2B3A54)}.box{display:flex;box-sizing:border-box;position:relative;align-items:center;justify-content:space-between;width:100%;padding:var(--ez-file-item--padding);border:var(--ez-file-item--border-color) var(--ez-file-item--border-style);border-radius:var(--ez-file-item--border-radius);height:var(--ez-file-item--height)}.box::before{content:\"\";position:absolute;top:0;left:0;width:100%;height:100%;clip-path:inset(2px calc(var(--ez-file-item--upload-progress, 0%) + 2px) 2px 2px round calc(var(--ez-file-item--border-radius) - 4px));background-color:var(--ez-file-item__background-progress--color)}.content{display:flex;align-items:center;z-index:0;overflow:hidden}.file-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:var(--ez-file-item--font-family);font-size:var(--ez-file-item--font-size);font-weight:var(--ez-file-item--font-weight);color:var(--ez-file-item--color)}.file-type-icon{flex-shrink:0;--ez-icon--color:var(--ez-file-item--icon-color);padding-right:var(--ez-file-item--padding)}.file-size{padding-left:2px;overflow:hidden;flex-shrink:0;white-space:nowrap;font-family:var(--ez-file-item--font-family);font-size:var(--ez-file-item--font-size);font-weight:var(--ez-file-item__file-size--font-weight);color:var(--ez-file-item__file-size--color)}.btn-remove{cursor:pointer;flex-shrink:0;--ez-icon--color:var(--ez-file-item--icon-color)}";
10
10
 
@@ -6,7 +6,7 @@ const index = require('./index-a7b0c73d.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
  const FormLayout = require('./FormLayout-fe8da83c.js');
8
8
  const CheckMode = require('./CheckMode-ecb90b87.js');
9
- const index$1 = require('./index-350d0fa0.js');
9
+ const index$1 = require('./index-9739c242.js');
10
10
 
11
11
  const buildSwitch = (field, context) => {
12
12
  return buildField(field.name, field.label, field.readOnly, field.contextName, true, context);
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$1 = require('./index-a7b0c73d.js');
6
6
  const core = require('@sankhyalabs/core');
7
- const searchColumn = require('./search-column-fbf680d7.js');
8
- const index = require('./index-350d0fa0.js');
7
+ const searchColumn = require('./search-column-6e90fb19.js');
8
+ const index = require('./index-9739c242.js');
9
9
  const FormLayout = require('./FormLayout-fe8da83c.js');
10
- require('./ApplicationUtils-006ca96f.js');
10
+ require('./ApplicationUtils-88dfe345.js');
11
11
  require('./DialogType-2114c337.js');
12
12
  require('./CheckMode-ecb90b87.js');
13
13
  require('./types-6a5df0c7.js');
@@ -0,0 +1,227 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-a7b0c73d.js');
6
+ const index$1 = require('./index-9739c242.js');
7
+ const core = require('@sankhyalabs/core');
8
+
9
+ const ezGridPaginationCss = ":host{display:block}.pagination__container{display:flex;align-items:center;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:flex-end}.pagination__buttons-container{display:flex;border-radius:50%;background-color:var(--color--ocean-green-90, #E1E2E5);cursor:pointer}.pagination__buttons-container ez-icon{--ez-icon--color:var(--color--ocean-green-600, #008561)}.pagination__buttons-container.disabled{background-color:#DEDEDE;cursor:not-allowed;pointer-events:auto}.pagination__buttons-container.disabled ez-icon{--ez-icon--color:var(--color--petroleum-300, #848D9C);pointer-events:none}.pagination__page-navigator{display:flex;align-items:center}.pagination__row-summary-panel{font-size:var(--font-size--default, 14px);font-family:var(--font--pattern, 'Roboto');color:var(--color--petroleum-300, #848D9C);font-weight:var(--font-weight--regular, 400);padding:var(--space--8, 8px) var(--space--16, 16px)}.pagination__page-summary-panel{display:flex;align-items:center;padding:var(--space--8, 8px) var(--space--16, 16px);gap:var(--space--4, 4px)}.pagination__container-label{margin:0 var(--space--8, 8px)}.pagination-contracted{width:100px}.pagination-expanded{min-width:150px}.pagination__label{font-family:var(--font--pattern, 'Roboto');color:var(--color--petroleum-300, #848D9C);font-weight:var(--font-weight--regular, 400);width:100%;white-space:nowrap}.cancel-pagination{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space--4, 4px);padding:var(--space--8, 8px)}.spin{animation-name:spin;animation-duration:5000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cancel-pagination-btn{color:var(--color--red-600, #BD0025);font-size:var(--font-size--medium, 16px);font-weight:var(--font-weight--semi-bold, 600);font-family:var(--font--pattern, 'Roboto');text-wrap:nowrap;cursor:pointer}.pagination-text-right{flex-direction:row-reverse}";
10
+
11
+ const EzGridPagination = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ this.pageChange = index.createEvent(this, "pageChange", 7);
15
+ this._dataUnitInitialized = false;
16
+ this.paginationInfo = undefined;
17
+ this.leftButtonDisabled = undefined;
18
+ this.rightButtonDisabled = undefined;
19
+ this.paginationCounterMode = 'auto';
20
+ this.dataUnit = undefined;
21
+ this.paginationTextPosition = 'left';
22
+ this.buttonsSize = 'large';
23
+ }
24
+ /**
25
+ * Navega para a página anterior.
26
+ */
27
+ async previousPage() {
28
+ if (!this.dataUnit) {
29
+ return;
30
+ }
31
+ await this.dataUnit.previousPage();
32
+ this.handlePageChange('previous');
33
+ }
34
+ /**
35
+ * Navega para a próxima página.
36
+ */
37
+ async nextPage() {
38
+ if (!this.dataUnit) {
39
+ return;
40
+ }
41
+ await this.dataUnit.nextPage();
42
+ this.handlePageChange('next');
43
+ }
44
+ /**
45
+ * Navega para a primeira página.
46
+ */
47
+ async firstPage() {
48
+ if (!this.dataUnit) {
49
+ return;
50
+ }
51
+ await this.dataUnit.gotoPage(0);
52
+ this.handlePageChange('previous');
53
+ }
54
+ /**
55
+ * Navega para a primeira página.
56
+ */
57
+ async lastPage() {
58
+ if (!this.dataUnit) {
59
+ return;
60
+ }
61
+ await this.dataUnit.gotoPage(this.getTotalPages() - 1);
62
+ this.handlePageChange('next');
63
+ }
64
+ onDataUnitChange() {
65
+ this.initializeDataUnit();
66
+ }
67
+ shouldPresentPaginationLabel() {
68
+ return this.paginationCounterMode !== 'hidden';
69
+ }
70
+ getRemainingPageLabel() {
71
+ var _a;
72
+ if (!this.paginationInfo)
73
+ return '';
74
+ return `${this.paginationInfo.total == undefined
75
+ ? this.i18n('ez-grid-pagination.remainingPageLabel', { count: ((_a = this.paginationInfo.count) !== null && _a !== void 0 ? _a : 0) + 1 })
76
+ : this.i18n('ez-grid-pagination.remainingTotalLabel', { total: this.paginationInfo.total, count: this.paginationInfo.count })}`;
77
+ }
78
+ getActualPageLabel() {
79
+ var _a, _b;
80
+ if (!this.paginationInfo)
81
+ return '0-0';
82
+ return `${(_a = this.paginationInfo.firstRecord) !== null && _a !== void 0 ? _a : 0} - ${(_b = this.paginationInfo.lastRecord) !== null && _b !== void 0 ? _b : 0}`;
83
+ }
84
+ getPaginationCount() {
85
+ var _a;
86
+ if (!this.paginationInfo || !this.dataUnit)
87
+ return '0-0';
88
+ const currentPage = ((_a = this.paginationInfo.currentPage) !== null && _a !== void 0 ? _a : 0) + 1;
89
+ let totalPages = this.getTotalPages();
90
+ return this.i18n('ez-grid-pagination.pageCounter', { currentPage, totalPages });
91
+ }
92
+ getTotalPages() {
93
+ var _a;
94
+ if (this.paginationInfo.total !== undefined) {
95
+ return Math.ceil(this.paginationInfo.total / this.dataUnit.pageSize);
96
+ }
97
+ else {
98
+ return Math.ceil(((_a = this.paginationInfo.count) !== null && _a !== void 0 ? _a : 0) / this.dataUnit.pageSize);
99
+ }
100
+ }
101
+ handlePageChange(direction) {
102
+ this.setPaginationInfo();
103
+ this.setStatusButtonPagination();
104
+ this.pageChange.emit(direction);
105
+ }
106
+ async handleCancelPagination() {
107
+ var _a;
108
+ if (!this.dataUnit)
109
+ return;
110
+ this.dataUnit.cancelPagination = true;
111
+ await ((_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide());
112
+ }
113
+ handleShowCancelPagination() {
114
+ var _a, _b, _c;
115
+ if (!this.hasToShowCancelPagination()) {
116
+ (_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide();
117
+ return;
118
+ }
119
+ if ((_b = this._cancelPaginationPopoverElement) === null || _b === void 0 ? void 0 : _b.opened)
120
+ return;
121
+ (_c = this._cancelPaginationPopoverElement) === null || _c === void 0 ? void 0 : _c.show('15px');
122
+ }
123
+ hasToShowCancelPagination() {
124
+ if (!this.dataUnit || !this.paginationInfo)
125
+ return false;
126
+ const hasMore = this.paginationInfo.total === undefined;
127
+ return !this.dataUnit.cancelPagination && hasMore && this.paginationInfo.count > this.dataUnit.pageSize;
128
+ }
129
+ setPaginationInfo() {
130
+ if (!this.dataUnit) {
131
+ this.paginationInfo = null;
132
+ return;
133
+ }
134
+ this.paginationInfo = this.dataUnit.getPaginationInfo() || null;
135
+ }
136
+ dataUnitObserver(action) {
137
+ switch (action.type) {
138
+ case core.Action.PAGINATION_UPDATED:
139
+ this.setPaginationInfo();
140
+ this.setStatusButtonPagination();
141
+ this.handleShowCancelPagination();
142
+ break;
143
+ case core.Action.DATA_LOADED:
144
+ this.setPaginationInfo();
145
+ break;
146
+ }
147
+ }
148
+ getLeftButtonDisabledStatus() {
149
+ var _a, _b;
150
+ if (!this.dataUnit)
151
+ return true;
152
+ return ((_b = (_a = this.paginationInfo) === null || _a === void 0 ? void 0 : _a.currentPage) !== null && _b !== void 0 ? _b : 0) <= 0;
153
+ }
154
+ getRightButtonDisabledStatus() {
155
+ var _a;
156
+ if (!this.dataUnit)
157
+ return true;
158
+ return !((_a = this.paginationInfo) === null || _a === void 0 ? void 0 : _a.hasMore);
159
+ }
160
+ setStatusButtonPagination() {
161
+ this.leftButtonDisabled = this.getLeftButtonDisabledStatus();
162
+ this.rightButtonDisabled = this.getRightButtonDisabledStatus();
163
+ }
164
+ initializeDataUnit() {
165
+ if (!this.dataUnit || this._dataUnitInitialized) {
166
+ return;
167
+ }
168
+ this.setPaginationInfo();
169
+ this.setStatusButtonPagination();
170
+ this._dataUnitObserverBound = this.dataUnitObserver.bind(this);
171
+ this.dataUnit.subscribe(this._dataUnitObserverBound);
172
+ this._dataUnitInitialized = true;
173
+ }
174
+ addInfoId() {
175
+ if (this._element) {
176
+ core.ElementIDUtils.addIDInfo(this._element);
177
+ }
178
+ }
179
+ renderCancelPagination() {
180
+ return (index.h("ez-popover", { ref: (element) => (this._cancelPaginationPopoverElement = element), "overlay-type": "none", autoClose: false }, index.h("div", { class: 'cancel-pagination' }, index.h("ez-icon", { iconName: "sync", size: "x-large", class: "spin" }), index.h("span", { onClick: () => this.handleCancelPagination(), class: 'cancel-pagination-btn' }, this.i18n('ez-grid-pagination.cancelPagination')))));
181
+ }
182
+ async connectedCallback() {
183
+ this.i18n = await index$1.initI18n();
184
+ this.initializeDataUnit();
185
+ }
186
+ componentDidLoad() {
187
+ this.addInfoId();
188
+ }
189
+ disconnectedCallback() {
190
+ if (this.dataUnit && this._dataUnitInitialized && this._dataUnitObserverBound) {
191
+ this.dataUnit.unsubscribe(this._dataUnitObserverBound);
192
+ }
193
+ }
194
+ render() {
195
+ return (index.h(index.Host, null, index.h("div", { id: 'grid-pagination--container', class: {
196
+ 'pagination__container': true,
197
+ 'pagination-expanded': this.paginationCounterMode !== 'hidden',
198
+ 'pagination-contracted': this.paginationCounterMode === 'hidden',
199
+ 'pagination-text-right': this.paginationTextPosition === 'right',
200
+ } }, index.h("div", { id: "grid-pagination--page-navigator", class: "pagination__page-navigator" }, index.h("div", { id: 'grid-pagination--row-summary-panel', class: "pagination__row-summary-panel" }, index.h("span", { class: "pagination__label", "aria-live": "polite", "aria-atomic": "true", title: `${this.getActualPageLabel()} ${this.getRemainingPageLabel()}` }, this.shouldPresentPaginationLabel() && this.getActualPageLabel(), this.shouldPresentPaginationLabel() && this.getRemainingPageLabel())), this.renderCancelPagination(), index.h("div", { id: 'grid-pagination--page-summary-panel', class: {
201
+ 'pagination__page-summary-panel': true,
202
+ 'pagination__container': true,
203
+ 'pagination-expanded': this.paginationCounterMode !== 'hidden',
204
+ 'pagination-contracted': this.paginationCounterMode === 'hidden',
205
+ 'pagination-text-right': this.paginationTextPosition === 'right',
206
+ } }, index.h("div", { id: 'grid-pagination--first-tooltip', class: {
207
+ 'pagination__buttons-container': true,
208
+ 'disabled': this.leftButtonDisabled
209
+ } }, index.h("ez-tooltip", { message: this.i18n('ez-grid-pagination.firstPage') }, index.h("ez-icon", { size: this.buttonsSize, iconName: "dual-chevron-left", onClick: () => !this.leftButtonDisabled && this.firstPage() }))), index.h("div", { id: 'grid-pagination--previous-tooltip', class: {
210
+ 'pagination__buttons-container': true,
211
+ 'disabled': this.leftButtonDisabled
212
+ } }, index.h("ez-tooltip", { message: this.i18n('ez-grid-pagination.previousPage') }, index.h("ez-icon", { size: this.buttonsSize, iconName: "chevron-left", onClick: () => !this.leftButtonDisabled && this.previousPage() }))), index.h("div", { class: "pagination__container-label" }, index.h("span", { class: "pagination__label", "aria-live": "polite", "aria-atomic": "true", title: `${this.getActualPageLabel()} ${this.getRemainingPageLabel()}` }, this.shouldPresentPaginationLabel() && this.getPaginationCount())), index.h("div", { id: 'grid-pagination--next-tooltip', class: {
213
+ 'pagination__buttons-container': true,
214
+ 'disabled': this.rightButtonDisabled
215
+ } }, index.h("ez-tooltip", { message: this.i18n('ez-grid-pagination.nextPage') }, index.h("ez-icon", { size: this.buttonsSize, iconName: "chevron-right", onClick: () => !this.rightButtonDisabled && this.nextPage() }))), index.h("div", { id: 'grid-pagination--last-tooltip', class: {
216
+ 'pagination__buttons-container': true,
217
+ 'disabled': this.rightButtonDisabled
218
+ } }, index.h("ez-tooltip", { message: this.i18n('ez-grid-pagination.lastPage') }, index.h("ez-icon", { size: this.buttonsSize, iconName: "dual-chevron-right", onClick: () => !this.rightButtonDisabled && this.lastPage() }))))))));
219
+ }
220
+ get _element() { return index.getElement(this); }
221
+ static get watchers() { return {
222
+ "dataUnit": ["onDataUnitChange"]
223
+ }; }
224
+ };
225
+ EzGridPagination.style = ezGridPaginationCss;
226
+
227
+ exports.ez_grid_pagination = EzGridPagination;