@sankhyalabs/ezui 5.22.0-dev.12 → 5.22.0-dev.121

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 (469) hide show
  1. package/dist/cjs/{CSSVarsUtils-10c9d5b4.js → CSSVarsUtils-f20973d1.js} +1 -0
  2. package/dist/cjs/DataBinder-b9973a19.js +474 -0
  3. package/dist/cjs/FocusResolver-885f2173.js +35 -0
  4. package/dist/cjs/FormLayout-c2451c7f.js +7 -0
  5. package/dist/cjs/{constants-2714478b.js → constants-569271bc.js} +4 -0
  6. package/dist/cjs/ez-actions-button.cjs.entry.js +7 -5
  7. package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
  8. package/dist/cjs/ez-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/ez-application.cjs.entry.js +1 -1
  10. package/dist/cjs/ez-badge.cjs.entry.js +15 -3
  11. package/dist/cjs/ez-breadcrumb.cjs.entry.js +1 -1
  12. package/dist/cjs/ez-button.cjs.entry.js +12 -6
  13. package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
  14. package/dist/cjs/ez-card-item_2.cjs.entry.js +270 -0
  15. package/dist/cjs/ez-chart.cjs.entry.js +4 -4
  16. package/dist/cjs/ez-check.cjs.entry.js +19 -11
  17. package/dist/cjs/ez-chip.cjs.entry.js +2 -2
  18. package/dist/cjs/ez-collapsible-box.cjs.entry.js +4 -3
  19. package/dist/cjs/ez-combo-box-list_3.cjs.entry.js +388 -0
  20. package/dist/cjs/ez-combo-box.cjs.entry.js +80 -157
  21. package/dist/cjs/ez-date-input.cjs.entry.js +17 -20
  22. package/dist/cjs/ez-date-time-input.cjs.entry.js +16 -21
  23. package/dist/cjs/ez-dialog.cjs.entry.js +19 -9
  24. package/dist/cjs/ez-double-list.cjs.entry.js +287 -0
  25. package/dist/cjs/ez-dropdown.cjs.entry.js +15 -9
  26. package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
  27. package/dist/cjs/ez-filter-input.cjs.entry.js +129 -0
  28. package/dist/cjs/ez-form-view.cjs.entry.js +42 -28
  29. package/dist/cjs/ez-form.cjs.entry.js +35 -328
  30. package/dist/cjs/ez-grid.cjs.entry.js +15221 -69822
  31. package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
  32. package/dist/cjs/ez-icon.cjs.entry.js +2 -2
  33. package/dist/cjs/ez-list.cjs.entry.js +259 -212
  34. package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
  35. package/dist/cjs/ez-modal-container.cjs.entry.js +8 -4
  36. package/dist/cjs/ez-modal.cjs.entry.js +18 -5
  37. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +3 -3
  38. package/dist/cjs/ez-number-input.cjs.entry.js +17 -4
  39. package/dist/cjs/ez-popover-plus_3.cjs.entry.js +209 -0
  40. package/dist/cjs/ez-popover.cjs.entry.js +1 -1
  41. package/dist/cjs/ez-popup.cjs.entry.js +30 -4
  42. package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
  43. package/dist/cjs/ez-scroller_2.cjs.entry.js +4 -4
  44. package/dist/cjs/ez-search-plus.cjs.entry.js +398 -0
  45. package/dist/cjs/ez-search-result-list.cjs.entry.js +97 -0
  46. package/dist/cjs/ez-search.cjs.entry.js +125 -192
  47. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +2 -2
  48. package/dist/cjs/ez-skeleton.cjs.entry.js +2 -2
  49. package/dist/cjs/ez-split-button.cjs.entry.js +3 -3
  50. package/dist/cjs/ez-split-item.cjs.entry.js +9 -5
  51. package/dist/cjs/ez-split-panel.cjs.entry.js +69 -7
  52. package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
  53. package/dist/cjs/ez-text-area.cjs.entry.js +92 -9
  54. package/dist/cjs/ez-text-input.cjs.entry.js +136 -31
  55. package/dist/cjs/ez-time-input.cjs.entry.js +10 -3
  56. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  57. package/dist/cjs/ez-tooltip.cjs.entry.js +135 -0
  58. package/dist/cjs/ez-tree.cjs.entry.js +6 -5
  59. package/dist/cjs/ez-upload.cjs.entry.js +1 -1
  60. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  61. package/dist/cjs/ezListHelper-0d3970b4.js +90 -0
  62. package/dist/cjs/ezui.cjs.js +2 -2
  63. package/dist/cjs/filter-column.cjs.entry.js +25 -52
  64. package/dist/cjs/floating-ui.dom.esm-017acce4.js +1404 -0
  65. package/dist/cjs/{index-9e5554cb.js → index-a7b0c73d.js} +32 -11
  66. package/dist/cjs/loader.cjs.js +2 -2
  67. package/dist/cjs/searchFormatters-b7e1ed1e.js +23 -0
  68. package/dist/cjs/{ICustomRender-6fafffce.js → types-6a5df0c7.js} +8 -0
  69. package/dist/collection/collection-manifest.json +20 -2
  70. package/dist/collection/components/ez-actions-button/ez-actions-button.js +3 -2
  71. package/dist/collection/components/ez-badge/ez-badge.css +12 -1
  72. package/dist/collection/components/ez-badge/ez-badge.js +31 -1
  73. package/dist/collection/components/ez-button/ez-button.css +24 -14
  74. package/dist/collection/components/ez-button/ez-button.js +12 -6
  75. package/dist/collection/components/ez-card-item/ez-card-item.css +58 -10
  76. package/dist/collection/components/ez-card-item/ez-card-item.js +30 -3
  77. package/dist/collection/components/ez-chart/ez-chart.js +2 -2
  78. package/dist/collection/components/ez-chart/interfaces/ChartTypeValue.js +1 -0
  79. package/dist/collection/components/ez-chart/types/BaseHighChartsRender.js +3 -3
  80. package/dist/collection/components/ez-check/ez-check.css +10 -6
  81. package/dist/collection/components/ez-check/ez-check.js +34 -9
  82. package/dist/collection/components/ez-chip/ez-chip.css +5 -1
  83. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +2 -2
  84. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css +205 -0
  85. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +426 -0
  86. package/dist/collection/components/ez-combo-box/ez-combo-box.css +8 -246
  87. package/dist/collection/components/ez-combo-box/ez-combo-box.js +139 -165
  88. package/dist/collection/components/ez-date-input/ez-date-input.css +1 -1
  89. package/dist/collection/components/ez-date-input/ez-date-input.js +58 -19
  90. package/dist/collection/components/ez-date-time-input/ez-date-time-input.css +1 -1
  91. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +57 -20
  92. package/dist/collection/components/ez-dialog/ez-dialog.css +27 -24
  93. package/dist/collection/components/ez-dialog/ez-dialog.js +18 -17
  94. package/dist/collection/components/ez-double-list/doubleListHelper.js +82 -0
  95. package/dist/collection/components/ez-double-list/ez-double-list.css +62 -0
  96. package/dist/collection/components/ez-double-list/ez-double-list.js +440 -0
  97. package/dist/collection/components/ez-dropdown/ez-dropdown.js +33 -8
  98. package/dist/collection/components/ez-filter-input/ez-filter-input.css +1 -1
  99. package/dist/collection/components/ez-filter-input/ez-filter-input.js +35 -4
  100. package/dist/collection/components/ez-form/ez-form.js +32 -4
  101. package/dist/collection/components/ez-form-view/custom-input/ez-custom-form-input.js +49 -6
  102. package/dist/collection/components/ez-form-view/ez-form-view.css +13 -2
  103. package/dist/collection/components/ez-form-view/ez-form-view.js +21 -2
  104. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +5 -2
  105. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js +1 -1
  106. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js +1 -1
  107. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js +8 -4
  108. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js +1 -1
  109. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js +1 -1
  110. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +1 -1
  111. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js +6 -0
  112. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js +1 -1
  113. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js +2 -2
  114. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +419 -75
  115. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +172 -33
  116. package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js +2 -1
  117. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +248 -43
  118. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.js +16 -0
  119. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.js +1 -1
  120. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js +10 -0
  121. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/ComboBox.tpl.js +2 -0
  122. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/DateInput.tpl.js +1 -0
  123. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/NumberInput.tpl.js +1 -0
  124. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/Search.tpl.js +8 -1
  125. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.js +15 -0
  126. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/TextInput.tpl.js +4 -1
  127. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +2 -0
  128. package/dist/collection/components/ez-grid/ez-grid.css +95 -10
  129. package/dist/collection/components/ez-grid/ez-grid.js +370 -12
  130. package/dist/collection/components/ez-grid/subcomponents/filter-column.css +4 -0
  131. package/dist/collection/components/ez-grid/subcomponents/filter-column.js +23 -50
  132. package/dist/collection/components/ez-grid/utils/ColumnFilterManager.js +7 -54
  133. package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js +20 -4
  134. package/dist/collection/components/ez-icon/ez-icon.css +156 -149
  135. package/dist/collection/components/ez-list/ez-list.css +5 -4
  136. package/dist/collection/components/ez-list/ez-list.js +301 -212
  137. package/dist/collection/components/ez-list/ezListHelper.js +85 -0
  138. package/dist/collection/components/ez-modal/ez-modal.css +7 -2
  139. package/dist/collection/components/ez-modal/ez-modal.js +18 -5
  140. package/dist/collection/components/ez-modal-container/ez-modal-container.css +1 -0
  141. package/dist/collection/components/ez-modal-container/ez-modal-container.js +6 -2
  142. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.css +3 -3
  143. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +1 -1
  144. package/dist/collection/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.js +1 -0
  145. package/dist/collection/components/ez-number-input/ez-number-input.css +8 -0
  146. package/dist/collection/components/ez-number-input/ez-number-input.js +67 -1
  147. package/dist/collection/components/ez-popover-plus/ez-popover-plus.css +3 -0
  148. package/dist/collection/components/ez-popover-plus/ez-popover-plus.js +434 -0
  149. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css +67 -0
  150. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js +527 -0
  151. package/dist/collection/components/ez-popup/ez-popup.css +8 -3
  152. package/dist/collection/components/ez-popup/ez-popup.js +48 -4
  153. package/dist/collection/components/ez-scroller/ez-scroller.css +4 -0
  154. package/dist/collection/components/ez-search/ez-search.css +2 -210
  155. package/dist/collection/components/ez-search/ez-search.js +223 -204
  156. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.css +227 -0
  157. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.js +289 -0
  158. package/dist/collection/components/ez-search/utils/searchFormatters.js +18 -0
  159. package/dist/collection/components/ez-search-plus/ez-search-plus.css +373 -0
  160. package/dist/collection/components/ez-search-plus/ez-search-plus.js +984 -0
  161. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.css +221 -0
  162. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +278 -0
  163. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css +3 -0
  164. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js +1 -1
  165. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.css +4 -1
  166. package/dist/collection/components/ez-skeleton/ez-skeleton.css +54 -34
  167. package/dist/collection/components/ez-split-button/ez-split-button.css +52 -14
  168. package/dist/collection/components/ez-split-button/ez-split-button.js +3 -3
  169. package/dist/collection/components/ez-split-panel/ez-split-panel.css +15 -0
  170. package/dist/collection/components/ez-split-panel/ez-split-panel.js +106 -5
  171. package/dist/collection/components/ez-split-panel/interfaces/IPanelSizeInfo.js +1 -0
  172. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css +14 -2
  173. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +22 -1
  174. package/dist/collection/components/ez-text-area/ez-text-area.css +78 -29
  175. package/dist/collection/components/ez-text-area/ez-text-area.js +151 -6
  176. package/dist/collection/components/ez-text-input/ez-text-input.css +126 -93
  177. package/dist/collection/components/ez-text-input/ez-text-input.js +216 -28
  178. package/dist/collection/components/ez-time-input/ez-time-input.js +43 -1
  179. package/dist/collection/components/ez-tooltip/ez-tooltip.css +61 -0
  180. package/dist/collection/components/ez-tooltip/ez-tooltip.js +310 -0
  181. package/dist/collection/components/ez-tree/ez-tree.js +21 -1
  182. package/dist/collection/components/ez-tree/subcomponents/TreeItem.js +3 -3
  183. package/dist/collection/sw.js +46 -0
  184. package/dist/collection/utils/CSSVarsUtils.js +1 -0
  185. package/dist/collection/utils/FocusResolver.js +31 -0
  186. package/dist/collection/utils/constants.js +2 -0
  187. package/dist/collection/utils/form/DataBinder.js +65 -21
  188. package/dist/collection/utils/form/FormMetadata.js +2 -1
  189. package/dist/collection/utils/form/interfaces/FormLayout.js +5 -0
  190. package/dist/collection/utils/form/interfaces/index.js +1 -1
  191. package/dist/collection/utils/form/test/DataBinder.test.js +14 -0
  192. package/dist/collection/utils/index.js +2 -0
  193. package/dist/collection/utils/interfaces/AbstractFieldMetadata.js +1 -1
  194. package/dist/collection/utils/search/types.js +7 -0
  195. package/dist/collection/utils/validators/recordvalidator/IInvalidCells.js +1 -0
  196. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +7 -1
  197. package/dist/custom-elements/index.d.ts +48 -0
  198. package/dist/custom-elements/index.js +21838 -73085
  199. package/dist/esm/{CSSVarsUtils-71ce76be.js → CSSVarsUtils-acba92d7.js} +1 -0
  200. package/dist/esm/DataBinder-1035e36f.js +470 -0
  201. package/dist/esm/FocusResolver-1ccbf850.js +33 -0
  202. package/dist/esm/FormLayout-54092963.js +7 -0
  203. package/dist/esm/constants-b036528f.js +7 -0
  204. package/dist/esm/ez-actions-button.entry.js +7 -5
  205. package/dist/esm/ez-alert-list.entry.js +1 -1
  206. package/dist/esm/ez-alert.entry.js +1 -1
  207. package/dist/esm/ez-application.entry.js +1 -1
  208. package/dist/esm/ez-badge.entry.js +15 -3
  209. package/dist/esm/ez-breadcrumb.entry.js +1 -1
  210. package/dist/esm/ez-button.entry.js +12 -6
  211. package/dist/esm/ez-calendar.entry.js +1 -1
  212. package/dist/esm/ez-card-item_2.entry.js +265 -0
  213. package/dist/esm/ez-chart.entry.js +4 -4
  214. package/dist/esm/ez-check.entry.js +19 -11
  215. package/dist/esm/ez-chip.entry.js +2 -2
  216. package/dist/esm/ez-collapsible-box.entry.js +4 -3
  217. package/dist/esm/ez-combo-box-list_3.entry.js +382 -0
  218. package/dist/esm/ez-combo-box.entry.js +81 -158
  219. package/dist/esm/ez-date-input.entry.js +17 -20
  220. package/dist/esm/ez-date-time-input.entry.js +16 -21
  221. package/dist/esm/ez-dialog.entry.js +20 -10
  222. package/dist/esm/ez-double-list.entry.js +283 -0
  223. package/dist/esm/ez-dropdown.entry.js +15 -9
  224. package/dist/esm/ez-file-item.entry.js +1 -1
  225. package/dist/esm/ez-filter-input.entry.js +125 -0
  226. package/dist/esm/ez-form-view.entry.js +43 -29
  227. package/dist/esm/ez-form.entry.js +34 -327
  228. package/dist/esm/ez-grid.entry.js +15219 -69820
  229. package/dist/esm/ez-guide-navigator.entry.js +1 -1
  230. package/dist/esm/ez-icon.entry.js +2 -2
  231. package/dist/esm/ez-list.entry.js +259 -212
  232. package/dist/esm/ez-loading-bar.entry.js +1 -1
  233. package/dist/esm/ez-modal-container.entry.js +8 -4
  234. package/dist/esm/ez-modal.entry.js +18 -5
  235. package/dist/esm/ez-multi-selection-list.entry.js +3 -3
  236. package/dist/esm/ez-number-input.entry.js +17 -4
  237. package/dist/esm/ez-popover-plus_3.entry.js +203 -0
  238. package/dist/esm/ez-popover.entry.js +1 -1
  239. package/dist/esm/ez-popup.entry.js +30 -4
  240. package/dist/esm/ez-radio-button.entry.js +1 -1
  241. package/dist/esm/ez-scroller_2.entry.js +4 -4
  242. package/dist/esm/ez-search-plus.entry.js +394 -0
  243. package/dist/esm/ez-search-result-list.entry.js +93 -0
  244. package/dist/esm/ez-search.entry.js +126 -193
  245. package/dist/esm/ez-sidebar-navigator.entry.js +2 -2
  246. package/dist/esm/ez-skeleton.entry.js +2 -2
  247. package/dist/esm/ez-split-button.entry.js +3 -3
  248. package/dist/esm/ez-split-item.entry.js +9 -5
  249. package/dist/esm/ez-split-panel.entry.js +69 -7
  250. package/dist/esm/ez-tabselector.entry.js +1 -1
  251. package/dist/esm/ez-text-area.entry.js +92 -9
  252. package/dist/esm/ez-text-input.entry.js +136 -31
  253. package/dist/esm/ez-time-input.entry.js +10 -3
  254. package/dist/esm/ez-toast.entry.js +1 -1
  255. package/dist/esm/ez-tooltip.entry.js +131 -0
  256. package/dist/esm/ez-tree.entry.js +6 -5
  257. package/dist/esm/ez-upload.entry.js +1 -1
  258. package/dist/esm/ez-view-stack.entry.js +1 -1
  259. package/dist/esm/ezListHelper-00fb9b8d.js +87 -0
  260. package/dist/esm/ezui.js +3 -3
  261. package/dist/esm/filter-column.entry.js +25 -52
  262. package/dist/esm/floating-ui.dom.esm-5d3da819.js +1398 -0
  263. package/dist/esm/{index-5a720e56.js → index-baa5e267.js} +33 -11
  264. package/dist/esm/loader.js +3 -3
  265. package/dist/esm/searchFormatters-8229207e.js +20 -0
  266. package/dist/esm/{ICustomRender-875b5a40.js → types-6f6b2650.js} +9 -1
  267. package/dist/ezui/ezui.esm.js +1 -1
  268. package/dist/ezui/{p-e6b38ade.entry.js → p-0306dff7.entry.js} +1 -1
  269. package/dist/ezui/p-03c106f6.entry.js +1 -0
  270. package/dist/ezui/{p-91ccae0c.entry.js → p-09de35a2.entry.js} +1 -1
  271. package/dist/ezui/p-0bffeffc.entry.js +1 -0
  272. package/dist/ezui/p-15ea0c98.js +1 -0
  273. package/dist/ezui/p-173f68ea.js +1 -0
  274. package/dist/ezui/{p-81461d2f.entry.js → p-1e7a8633.entry.js} +1 -1
  275. package/dist/ezui/{p-6b51c9cc.entry.js → p-1f50fa05.entry.js} +1 -1
  276. package/dist/ezui/p-20c024f7.entry.js +1 -0
  277. package/dist/ezui/{p-e4c7eb39.js → p-23a36bb6.js} +2 -2
  278. package/dist/ezui/p-2872fd16.entry.js +1 -0
  279. package/dist/ezui/p-288631d1.entry.js +1 -0
  280. package/dist/ezui/p-2b4df33d.entry.js +1 -0
  281. package/dist/ezui/p-3ba9565c.entry.js +1 -0
  282. package/dist/ezui/p-40a60148.js +1 -0
  283. package/dist/ezui/{p-0378416a.entry.js → p-44caad9a.entry.js} +1 -1
  284. package/dist/ezui/p-496f7832.entry.js +1 -0
  285. package/dist/ezui/p-4bd6dd6a.entry.js +1 -0
  286. package/dist/ezui/{p-82ac8b06.entry.js → p-4cf0aaeb.entry.js} +1 -1
  287. package/dist/ezui/{p-7567ccdd.entry.js → p-555c9018.entry.js} +1 -1
  288. package/dist/ezui/p-56fe5341.entry.js +1 -0
  289. package/dist/ezui/p-5895e687.js +1 -0
  290. package/dist/ezui/p-5a14f506.entry.js +1 -0
  291. package/dist/ezui/p-5ec0ae79.entry.js +1 -0
  292. package/dist/ezui/{p-6fc26622.entry.js → p-5ed81457.entry.js} +1 -1
  293. package/dist/ezui/p-5eea9886.js +1 -0
  294. package/dist/ezui/p-629d15ed.entry.js +1 -0
  295. package/dist/ezui/p-6754489a.entry.js +1 -0
  296. package/dist/ezui/p-6825bdc7.entry.js +1 -0
  297. package/dist/ezui/p-6b39b79a.entry.js +309 -0
  298. package/dist/ezui/{p-fc194825.entry.js → p-6e429cff.entry.js} +1 -1
  299. package/dist/ezui/p-6f4681f8.entry.js +1 -0
  300. package/dist/ezui/p-7019f782.entry.js +1 -0
  301. package/dist/ezui/p-7742802c.entry.js +1 -0
  302. package/dist/ezui/{p-11bfeca3.entry.js → p-77a4bd35.entry.js} +1 -1
  303. package/dist/ezui/p-7e677b7b.entry.js +1 -0
  304. package/dist/ezui/p-80dfc50b.js +1 -0
  305. package/dist/ezui/{p-82fa4b09.entry.js → p-8df1ca33.entry.js} +1 -1
  306. package/dist/ezui/p-9478b13b.entry.js +1 -0
  307. package/dist/ezui/p-9567b31a.entry.js +1 -0
  308. package/dist/ezui/p-9c5cd3b2.entry.js +1 -0
  309. package/dist/ezui/{p-c2b20f78.entry.js → p-9f5fa3f9.entry.js} +1 -1
  310. package/dist/ezui/p-a4cee65d.entry.js +1 -0
  311. package/dist/ezui/{p-dfca5946.entry.js → p-a80b1287.entry.js} +1 -1
  312. package/dist/ezui/p-b81881ac.entry.js +1 -0
  313. package/dist/ezui/p-bac0f920.entry.js +1 -0
  314. package/dist/ezui/p-bc2f844e.entry.js +1 -0
  315. package/dist/ezui/p-bf9dec89.entry.js +1 -0
  316. package/dist/ezui/p-c00df4be.entry.js +1 -0
  317. package/dist/ezui/{p-92748142.entry.js → p-c0d9c4f8.entry.js} +1 -1
  318. package/dist/ezui/p-cb75eb46.entry.js +1 -0
  319. package/dist/ezui/{p-044d46d5.entry.js → p-d47dabdf.entry.js} +1 -1
  320. package/dist/ezui/p-da1b4a38.entry.js +1 -0
  321. package/dist/ezui/p-dc628ed3.js +1 -0
  322. package/dist/ezui/p-dc73e1fe.entry.js +1 -0
  323. package/dist/ezui/{p-b2f6bc0a.entry.js → p-e06a9886.entry.js} +1 -1
  324. package/dist/ezui/p-e07e4671.js +1 -0
  325. package/dist/ezui/p-e6a9041d.entry.js +1 -0
  326. package/dist/ezui/p-e75c7a23.entry.js +1 -0
  327. package/dist/ezui/p-ebd23857.entry.js +1 -0
  328. package/dist/ezui/p-ec7db713.js +1 -0
  329. package/dist/ezui/p-ecaac11f.entry.js +1 -0
  330. package/dist/ezui/p-f4861c6a.entry.js +1 -0
  331. package/dist/ezui/p-f5a30e35.entry.js +1 -0
  332. package/dist/ezui/p-f6316720.entry.js +1 -0
  333. package/dist/ezui/p-fa6732f2.entry.js +1 -0
  334. package/dist/types/components/ez-badge/ez-badge.d.ts +5 -0
  335. package/dist/types/components/ez-button/ez-button.d.ts +2 -1
  336. package/dist/types/components/ez-calendar/ez-calendar.d.ts +3 -3
  337. package/dist/types/components/ez-card-item/ez-card-item.d.ts +5 -0
  338. package/dist/types/components/ez-chart/interfaces/ChartAxis.d.ts +2 -0
  339. package/dist/types/components/ez-chart/interfaces/ChartTypeValue.d.ts +1 -0
  340. package/dist/types/components/ez-check/ez-check.d.ts +7 -2
  341. package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +104 -0
  342. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +19 -15
  343. package/dist/types/components/ez-date-input/ez-date-input.d.ts +12 -3
  344. package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +12 -3
  345. package/dist/types/components/ez-dialog/ez-dialog.d.ts +3 -1
  346. package/dist/types/components/ez-double-list/doubleListHelper.d.ts +10 -0
  347. package/dist/types/components/ez-double-list/ez-double-list.d.ts +87 -0
  348. package/dist/types/components/ez-dropdown/ez-dropdown.d.ts +4 -0
  349. package/dist/types/components/ez-dropdown/structure/DropdownItem.d.ts +1 -1
  350. package/dist/types/components/ez-filter-input/ez-filter-input.d.ts +6 -1
  351. package/dist/types/components/ez-form/ez-form.d.ts +5 -1
  352. package/dist/types/components/ez-form-view/custom-input/ez-custom-form-input.d.ts +7 -1
  353. package/dist/types/components/ez-form-view/ez-form-view.d.ts +4 -0
  354. package/dist/types/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.d.ts +2 -1
  355. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.d.ts +2 -0
  356. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.d.ts +1 -1
  357. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +75 -4
  358. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +44 -6
  359. package/dist/types/components/ez-grid/controller/ag-grid/DataSource.d.ts +26 -2
  360. package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +34 -7
  361. package/dist/types/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.d.ts +4 -1
  362. package/dist/types/components/ez-grid/controller/ag-grid/components/EzGridCustomCellRender.d.ts +1 -1
  363. package/dist/types/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.d.ts +1 -1
  364. package/dist/types/components/ez-grid/controller/ag-grid/components/cellRendererStatus.d.ts +1 -1
  365. package/dist/types/components/ez-grid/controller/ag-grid/components/selectionHeader.d.ts +1 -1
  366. package/dist/types/components/ez-grid/controller/ag-grid/editor/EzCellEditor.d.ts +2 -1
  367. package/dist/types/components/ez-grid/controller/ag-grid/editor/EzCellRender.d.ts +1 -1
  368. package/dist/types/components/ez-grid/controller/ag-grid/editor/IUICellEditor.d.ts +1 -0
  369. package/dist/types/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.d.ts +3 -0
  370. package/dist/types/components/ez-grid/controller/ag-grid/mock/Server.d.ts +1 -1
  371. package/dist/types/components/ez-grid/ez-grid.d.ts +59 -1
  372. package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +1 -11
  373. package/dist/types/components/ez-grid/utils/ColumnFilterManager.d.ts +1 -1
  374. package/dist/types/components/ez-grid/utils/InMemoryFilterColumnDataSource.d.ts +3 -0
  375. package/dist/types/components/ez-list/ez-list.d.ts +23 -2
  376. package/dist/types/components/ez-list/ezListHelper.d.ts +20 -0
  377. package/dist/types/components/ez-modal/ez-modal.d.ts +4 -1
  378. package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
  379. package/dist/types/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.d.ts +2 -1
  380. package/dist/types/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.d.ts +3 -0
  381. package/dist/types/components/ez-number-input/ez-number-input.d.ts +12 -0
  382. package/dist/types/components/ez-popover-plus/ez-popover-plus.d.ts +74 -0
  383. package/dist/types/components/ez-popover-plus/subcomponent/ez-popover-core.d.ts +91 -0
  384. package/dist/types/components/ez-popup/ez-popup.d.ts +10 -1
  385. package/dist/types/components/ez-search/ez-search.d.ts +36 -18
  386. package/dist/types/components/ez-search/subcomponent/search-list/search-list.d.ts +23 -0
  387. package/dist/types/components/ez-search/utils/searchFormatters.d.ts +2 -0
  388. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +186 -0
  389. package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +26 -0
  390. package/dist/types/components/ez-split-button/ez-split-button.d.ts +1 -1
  391. package/dist/types/components/ez-split-panel/ez-split-panel.d.ts +11 -0
  392. package/dist/types/components/ez-split-panel/interfaces/IPanelSizeInfo.d.ts +9 -0
  393. package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +5 -0
  394. package/dist/types/components/ez-text-area/ez-text-area.d.ts +25 -0
  395. package/dist/types/components/ez-text-input/ez-text-input.d.ts +35 -3
  396. package/dist/types/components/ez-time-input/ez-time-input.d.ts +8 -0
  397. package/dist/types/components/ez-tooltip/ez-tooltip.d.ts +57 -0
  398. package/dist/types/components/ez-tree/ez-tree.d.ts +4 -0
  399. package/dist/types/components/ez-tree/interfaces/ITreeItem.d.ts +1 -0
  400. package/dist/types/components/ez-tree/subcomponents/TreeItem.d.ts +1 -0
  401. package/dist/types/components.d.ts +1233 -63
  402. package/dist/types/utils/FocusResolver.d.ts +5 -0
  403. package/dist/types/utils/constants.d.ts +2 -0
  404. package/dist/types/utils/customEditor/interfaces/ICustomEditor.d.ts +2 -0
  405. package/dist/types/utils/form/DataBinder.d.ts +7 -2
  406. package/dist/types/utils/form/interfaces/FormLayout.d.ts +4 -0
  407. package/dist/types/utils/form/interfaces/index.d.ts +1 -0
  408. package/dist/types/utils/index.d.ts +2 -0
  409. package/dist/types/utils/search/types.d.ts +12 -0
  410. package/dist/types/utils/validators/recordvalidator/IInvalidCells.d.ts +5 -0
  411. package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -1
  412. package/package.json +12 -4
  413. package/react/components.d.ts +62 -54
  414. package/react/components.js +8 -0
  415. package/react/components.js.map +1 -1
  416. package/react/react-component-lib/createComponent.d.ts +1 -1
  417. package/react/react-component-lib/createComponent.js.map +1 -1
  418. package/react/react-component-lib/createOverlayComponent.js.map +1 -1
  419. package/react/react-component-lib/interfaces.js +1 -0
  420. package/react/react-component-lib/utils/attachProps.d.ts +1 -1
  421. package/react/react-component-lib/utils/attachProps.js.map +1 -1
  422. package/react/react-component-lib/utils/dev.js.map +1 -1
  423. package/react/react-component-lib/utils/index.d.ts +2 -2
  424. package/react/react-component-lib/utils/index.js.map +1 -1
  425. package/dist/cjs/RecordValidationProcessor-4c893e04.js +0 -102
  426. package/dist/cjs/ez-card-item_3.cjs.entry.js +0 -183
  427. package/dist/cjs/ez-custom-form-input_2.cjs.entry.js +0 -206
  428. package/dist/esm/RecordValidationProcessor-b00b8b77.js +0 -99
  429. package/dist/esm/constants-4e0d35b7.js +0 -5
  430. package/dist/esm/ez-card-item_3.entry.js +0 -177
  431. package/dist/esm/ez-custom-form-input_2.entry.js +0 -201
  432. package/dist/ezui/p-04f24913.js +0 -1
  433. package/dist/ezui/p-05e1f4e7.js +0 -1
  434. package/dist/ezui/p-0ee0ac03.entry.js +0 -1
  435. package/dist/ezui/p-11b09aa1.entry.js +0 -1
  436. package/dist/ezui/p-1b08bf3c.entry.js +0 -1
  437. package/dist/ezui/p-24ca32a3.entry.js +0 -1
  438. package/dist/ezui/p-2af4e2de.entry.js +0 -1
  439. package/dist/ezui/p-30951bd7.entry.js +0 -1
  440. package/dist/ezui/p-3141ee18.entry.js +0 -1
  441. package/dist/ezui/p-31674f8e.entry.js +0 -1
  442. package/dist/ezui/p-33792b2b.entry.js +0 -1
  443. package/dist/ezui/p-36180f4d.entry.js +0 -1
  444. package/dist/ezui/p-3f8c33e0.entry.js +0 -1
  445. package/dist/ezui/p-4607fb89.js +0 -1
  446. package/dist/ezui/p-52100a6e.entry.js +0 -1
  447. package/dist/ezui/p-5517995b.entry.js +0 -1
  448. package/dist/ezui/p-5fefcdc9.entry.js +0 -1
  449. package/dist/ezui/p-615def37.entry.js +0 -304
  450. package/dist/ezui/p-6ec40dec.entry.js +0 -1
  451. package/dist/ezui/p-752c4069.entry.js +0 -1
  452. package/dist/ezui/p-81cffa53.entry.js +0 -1
  453. package/dist/ezui/p-81f99ace.entry.js +0 -1
  454. package/dist/ezui/p-868b56f7.entry.js +0 -1
  455. package/dist/ezui/p-8eef0f70.entry.js +0 -1
  456. package/dist/ezui/p-9634631d.entry.js +0 -1
  457. package/dist/ezui/p-9a23d513.entry.js +0 -1
  458. package/dist/ezui/p-9aa27e69.entry.js +0 -1
  459. package/dist/ezui/p-9c2e2d68.entry.js +0 -1
  460. package/dist/ezui/p-9e11fc7b.js +0 -1
  461. package/dist/ezui/p-b0e71d23.entry.js +0 -1
  462. package/dist/ezui/p-c3b7a23e.entry.js +0 -1
  463. package/dist/ezui/p-cd1a2e6b.entry.js +0 -1
  464. package/dist/ezui/p-dbeee5aa.entry.js +0 -1
  465. package/dist/ezui/p-de870657.entry.js +0 -1
  466. package/dist/ezui/p-ee9315ff.entry.js +0 -1
  467. package/dist/ezui/p-f1c2c19e.entry.js +0 -1
  468. package/dist/ezui/p-f1c3f85d.entry.js +0 -1
  469. package/dist/ezui/p-f291db18.entry.js +0 -1
@@ -2,11 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-9e5554cb.js');
5
+ const index = require('./index-a7b0c73d.js');
6
6
  const DialogType = require('./DialogType-2114c337.js');
7
7
  const core = require('@sankhyalabs/core');
8
+ const FocusResolver = require('./FocusResolver-885f2173.js');
8
9
 
9
- const ezDialogCss = ":host{--dialog__container-padding:var(--space--large, 24px);--dialog__btn__close--background-color:var(--title--primary, #2b3a54);--dialog__btn__no--padding-right:var(--space--large, 24px);--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__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--large, 24px);--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:24px;overflow-y:auto}.changeable__icon{background:var(--dialog__warning--background-color);--ez-icon--color:var(--dialog__icon--color);display:grid;place-items:center;width:26px;height:26px;border-radius:50%}.changeable__icon.critical{background:var(--dialog__critical--background-color)}.title{display:flex;font-family:var(--dialog__title--font-pattern);margin:0;font-weight:var(--dialog__title--weight--large);line-height:0;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}.title-icon--critical{background-color:var(--dialog__critical--background-color)}.title-icon--success{background-color:var(--dialog__success--background-color)}.title-icon--warn{background-color:var(--dialog__warning--background-color)}.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)}.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)}.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)}.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%}}";
10
+ 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--large, 24px);--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__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)}.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)}.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)}.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%}}";
10
11
 
11
12
  class Message {
12
13
  constructor(title, message, dialogType, confirm, icon, labelCancel, labelConfirm, btnConfirmDanger, callBack, beforeClose) {
@@ -48,11 +49,6 @@ const EzDialog = class {
48
49
  this._canFocusOnPrimaryBtn = true;
49
50
  }
50
51
  }
51
- handleKeyDown(event) {
52
- if (event.key === 'Escape' || event.key === 'Esc') {
53
- this.handleButtonClick(false);
54
- }
55
- }
56
52
  manageOverflow() {
57
53
  if (this.opened) {
58
54
  window.document.body.style.overflow = "hidden";
@@ -97,7 +93,8 @@ const EzDialog = class {
97
93
  if (message.dialogType === DialogType.DialogType.DEFAULT) {
98
94
  return;
99
95
  }
100
- return index.h("ez-icon", { class: "changeable__icon " + this.getIconClass(message.dialogType), size: "small", iconName: this.getIconName(message) });
96
+ const iconClass = this.getIconClass(message.dialogType);
97
+ return (index.h("div", { class: `changeable__icon__container ${iconClass}` }, index.h("ez-icon", { class: "changeable__icon", size: "small", iconName: this.getIconName(message) })));
101
98
  }
102
99
  getIconClass(dialogType) {
103
100
  if (this.isCritical(dialogType)) {
@@ -164,6 +161,10 @@ const EzDialog = class {
164
161
  }
165
162
  componentDidLoad() {
166
163
  core.ElementIDUtils.addIDInfo(this._element);
164
+ this._keyboardManager = new core.KeyboardManager({ propagate: false, element: this._element })
165
+ .bind("Enter", () => this.handleButtonClick(true), { description: "Botão de confirmação ou OK", element: this._element })
166
+ .bind("Escape", () => this.handleButtonClick(false), { description: "Botão de fechar ou x", element: this._element })
167
+ .bind("Esc", () => this.handleButtonClick(false), { description: "Botão de fechar ou x", element: this._element });
167
168
  }
168
169
  componentDidRender() {
169
170
  this.manageOverlay();
@@ -174,6 +175,7 @@ const EzDialog = class {
174
175
  const dialog = this._element.shadowRoot.querySelector('.overlay .dialog');
175
176
  if (dialog instanceof HTMLDivElement) {
176
177
  dialog.style.outline = 'none';
178
+ this._lastActiveElement = document.activeElement;
177
179
  dialog.focus();
178
180
  }
179
181
  }
@@ -186,7 +188,15 @@ const EzDialog = class {
186
188
  focusOnPrimaryButton() {
187
189
  const btnConfirm = this._element.shadowRoot.querySelector(`#${this.PRIMARY_BUTTON_ID}`);
188
190
  const buttonElement = btnConfirm === null || btnConfirm === void 0 ? void 0 : btnConfirm.shadowRoot.querySelector('button');
189
- buttonElement === null || buttonElement === void 0 ? void 0 : buttonElement.focus();
191
+ requestAnimationFrame(() => {
192
+ buttonElement === null || buttonElement === void 0 ? void 0 : buttonElement.focus();
193
+ });
194
+ }
195
+ disconnectedCallback() {
196
+ var _a;
197
+ FocusResolver.FocusResolver.resolveFocus(this._lastActiveElement);
198
+ this._lastActiveElement = undefined;
199
+ (_a = this._keyboardManager) === null || _a === void 0 ? void 0 : _a.unbindAllShortcutKeys();
190
200
  }
191
201
  render() {
192
202
  if (this.opened && this._currentMessage) {
@@ -0,0 +1,287 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-a7b0c73d.js');
6
+ const core = require('@sankhyalabs/core');
7
+ const ezListHelper = require('./ezListHelper-0d3970b4.js');
8
+ const EzScrollDirection = require('./EzScrollDirection-b2c99895.js');
9
+
10
+ function moveItems(selectedItemsList, itemsList, foward) {
11
+ if (!selectedItemsList.length)
12
+ return [...itemsList];
13
+ if (!itemsList.length)
14
+ return [];
15
+ const selectedIndexes = getItemsIndex(selectedItemsList, itemsList);
16
+ const startIndex = getMinValue(selectedIndexes);
17
+ const endIndex = getMaxValue(selectedIndexes);
18
+ return moveRange(startIndex, endIndex, foward, itemsList);
19
+ }
20
+ function getMinValue(numbers) {
21
+ if (numbers.length === 0)
22
+ return 0;
23
+ return numbers.reduce((min, current) => (current < min ? current : min), numbers[0]);
24
+ }
25
+ function getMaxValue(numbers) {
26
+ if (numbers.length === 0)
27
+ return 0;
28
+ return numbers.reduce((max, current) => (current > max ? current : max), numbers[0]);
29
+ }
30
+ function getItemsIndex(selectedItemsList, itemsList) {
31
+ return selectedItemsList.map(selectedId => itemsList.findIndex(original => original.id === selectedId));
32
+ }
33
+ function moveRange(startIndex, endIndex, moveForward, listItem) {
34
+ if (startIndex < 0 || endIndex >= listItem.length || startIndex > endIndex)
35
+ return listItem;
36
+ if (moveForward)
37
+ return moveFoward(endIndex, startIndex, listItem);
38
+ return moveBackward(startIndex, endIndex, listItem);
39
+ }
40
+ function moveBackward(startIndex, endIndex, listItem) {
41
+ if (startIndex === 0)
42
+ return listItem;
43
+ const beforeRange = listItem.slice(0, startIndex - 1);
44
+ const range = listItem.slice(startIndex, endIndex + 1);
45
+ const afterRange = listItem.slice(endIndex + 1);
46
+ const movedItem = listItem[startIndex - 1];
47
+ return [...beforeRange, ...range, movedItem, ...afterRange];
48
+ }
49
+ function moveFoward(endIndex, startIndex, listItem) {
50
+ if (endIndex === listItem.length - 1)
51
+ return listItem;
52
+ const beforeRange = listItem.slice(0, startIndex);
53
+ const range = listItem.slice(startIndex, endIndex + 1);
54
+ const afterRange = listItem.slice(endIndex + 1);
55
+ const movedItem = afterRange.shift();
56
+ return movedItem
57
+ ? [...beforeRange, movedItem, ...range, ...afterRange]
58
+ : listItem;
59
+ }
60
+ function transferAll({ from, to, selectedFrom, selectedTo }) {
61
+ to = [...to.map(i => setItemSelection(i, false)), ...from.map(i => setItemSelection(i, true))];
62
+ selectedFrom = [];
63
+ selectedTo = [...from.map(({ id }) => id)];
64
+ from = [];
65
+ return { from, to, selectedFrom, selectedTo };
66
+ }
67
+ function transferItems({ from, to, selectedFrom, selectedTo }) {
68
+ if (!from.length)
69
+ return { from, to, selectedFrom, selectedTo };
70
+ const itemsToTransfer = getItemsToTransfer(to, selectedFrom, from);
71
+ if (!itemsToTransfer.length)
72
+ return { from, to, selectedFrom, selectedTo };
73
+ to = [
74
+ ...to.map(i => setItemSelection(i, false)),
75
+ ...itemsToTransfer.map(i => setItemSelection(i, true))
76
+ ];
77
+ const selectedFromIds = selectedFrom.map(id => id);
78
+ from = [...from.filter(item => !selectedFromIds.includes(item.id))];
79
+ selectedTo = [...selectedFrom];
80
+ selectedFrom = [];
81
+ return { from, to, selectedFrom, selectedTo };
82
+ }
83
+ function getItemsToTransfer(to, selectedFrom, from) {
84
+ const toListIds = to.map(item => item.id);
85
+ //Não deve transferir um item que já existe na lista destino
86
+ const itemsToTransferId = selectedFrom.filter((id) => !toListIds.includes(id));
87
+ return from.filter(({ id }) => itemsToTransferId.includes(id));
88
+ }
89
+ function setItemSelection(item, select) {
90
+ return Object.assign(Object.assign({}, item), { selected: select });
91
+ }
92
+
93
+ const ezDoubleListCss = ".sc-ez-double-list-h{display:flex;flex-direction:row;gap:8px;align-items:center;font-family:var(--font-pattern, \"Roboto\")}.group.sc-ez-double-list{display:flex;justify-content:space-between;gap:10px;flex-direction:column;border:var(--border--small) var(--color--strokes);border-radius:var(--border--radius-medium);width:350px;height:400px}.group__header.sc-ez-double-list{background:var(--background--body);padding:10px;border-radius:var(--border--radius-medium) var(--border--radius-medium) 0 0}.group__label.sc-ez-double-list{font-weight:var(--text-weight--large);font-size:var(--text--medium);color:var(--title--primary);margin-bottom:10px;display:block}.group__totalizer.sc-ez-double-list{padding:5px 10px;background:var(--background--body);font-weight:var(--text-weight--medium);font-size:var(--text--medium);color:var(--text--secondary);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium)}.empty-message.sc-ez-double-list{font-weight:var(--text-weight--medium);font-size:var(--text--medium);color:var(--text--secondary);text-align:center;margin:auto}.list__container.sc-ez-double-list{height:100%;min-height:150px;overflow:auto;display:flex}.actions__column.sc-ez-double-list{display:flex;flex-direction:column;gap:4px}";
94
+
95
+ const EzDoubleList = class {
96
+ constructor(hostRef) {
97
+ index.registerInstance(this, hostRef);
98
+ this.ezLeftListChanged = index.createEvent(this, "ezLeftListChanged", 7);
99
+ this.ezRightListChanged = index.createEvent(this, "ezRightListChanged", 7);
100
+ this.LEFT_LIST_ID = 'LEFT-LIST-ID';
101
+ this.RIGHT_LIST_ID = 'RIGHT-LIST-ID';
102
+ this.LEFT_FILTER_ID = 'LEFT-FILTER-ID';
103
+ this.RIGHT_FILTER_ID = 'RIGHT-FILTER-ID';
104
+ this.leftList = [];
105
+ this.leftTitle = undefined;
106
+ this.rightList = [];
107
+ this.entityLabel = 'item';
108
+ this.entityLabelPlural = 'itens';
109
+ this.leftListLabel = 'disponíveis';
110
+ this.rightListLabel = 'selecionados';
111
+ this.rightTitle = undefined;
112
+ this.leftFilteredList = [];
113
+ this.rightFilteredList = [];
114
+ this.selectedLeftList = [];
115
+ this.selectedRightList = [];
116
+ this.isFilteringLeft = false;
117
+ this.isFilteringRight = false;
118
+ }
119
+ async resetSelectedLists() {
120
+ this.selectedLeftList = [];
121
+ this.selectedRightList = [];
122
+ }
123
+ observeLeftList(newValue, oldValue) {
124
+ if (core.ObjectUtils.equals(newValue, oldValue))
125
+ return;
126
+ this.ezLeftListChanged.emit(newValue);
127
+ }
128
+ observeRightList(newValue, oldValue) {
129
+ if (core.ObjectUtils.equals(newValue, oldValue))
130
+ return;
131
+ this.ezRightListChanged.emit(newValue);
132
+ }
133
+ handleFilterChangeLeft(value) {
134
+ this.leftFilteredList = core.ArrayUtils.applyStringFilter(value, this.leftList, true, 'label');
135
+ this.isFilteringLeft = this.leftFilteredList.length !== this.leftList.length;
136
+ }
137
+ handleFilterChangeRight(value) {
138
+ this.rightFilteredList = core.ArrayUtils.applyStringFilter(value, this.rightList, true, 'label');
139
+ this.isFilteringRight = this.rightFilteredList.length !== this.rightList.length;
140
+ }
141
+ async handleChangeLeft({ detail }) {
142
+ this.leftList = [...detail];
143
+ this.selectedLeftList = [...detail.filter(item => item.selected)];
144
+ await this.leftEzListInstance.clearHistory();
145
+ }
146
+ async handleChangeRight({ detail }) {
147
+ this.rightList = [...detail];
148
+ this.selectedRightList = [...detail.filter(item => item.selected)];
149
+ await this.rightEzListInstance.clearHistory();
150
+ }
151
+ enableTransferAllToRight() {
152
+ return this.leftList.length > 0;
153
+ }
154
+ enableTransferAllToLeft() {
155
+ return this.rightList.length > 0;
156
+ }
157
+ enableTransferToRight() {
158
+ return this.selectedLeftList.length > 0;
159
+ }
160
+ enableTransferToLeft() {
161
+ return this.selectedRightList.length > 0;
162
+ }
163
+ enableMoveUp(moveAll) {
164
+ if (this.isFilteringRight)
165
+ return false;
166
+ const selectedIndexes = this.getRightSelectedItemsIndex();
167
+ return this.selectedRightList.length > 0
168
+ && !selectedIndexes.includes(0)
169
+ && (moveAll ? true : ezListHelper.isContinuousSequence(selectedIndexes));
170
+ }
171
+ enableMoveDown(moveAll) {
172
+ if (this.isFilteringRight)
173
+ return false;
174
+ const selectedIndexes = this.getRightSelectedItemsIndex();
175
+ const lastIndex = this.rightList.length - 1;
176
+ return this.selectedRightList.length > 0
177
+ && !selectedIndexes.includes(lastIndex)
178
+ && (moveAll ? true : ezListHelper.isContinuousSequence(selectedIndexes));
179
+ }
180
+ getRightSelectedItemsIndex() {
181
+ return this.selectedRightList.map(id => this.rightList.findIndex(original => original.id === id));
182
+ }
183
+ transferToRight() {
184
+ const { from, to, selectedFrom, selectedTo } = transferItems(this.buildTransferToRightConfig());
185
+ this.leftList = [...from];
186
+ this.rightList = [...to];
187
+ this.selectedLeftList = [...selectedFrom];
188
+ this.selectedRightList = [...selectedTo];
189
+ }
190
+ transferToLeft() {
191
+ const { from, to, selectedFrom, selectedTo } = transferItems(this.buildTransferToLeftConfig());
192
+ this.rightList = [...from];
193
+ this.leftList = [...to];
194
+ this.selectedRightList = [...selectedFrom];
195
+ this.selectedLeftList = [...selectedTo];
196
+ }
197
+ handleTransferAllToRight() {
198
+ const { from, to, selectedFrom, selectedTo } = transferAll(this.buildTransferToRightConfig());
199
+ this.leftList = [...from];
200
+ this.rightList = [...to];
201
+ this.selectedLeftList = [...selectedFrom];
202
+ this.selectedRightList = [...selectedTo];
203
+ }
204
+ handleTransferAllToLeft() {
205
+ const { from, to, selectedFrom, selectedTo } = transferAll(this.buildTransferToLeftConfig());
206
+ this.rightList = [...from];
207
+ this.leftList = [...to];
208
+ this.selectedRightList = [...selectedFrom];
209
+ this.selectedLeftList = [...selectedTo];
210
+ }
211
+ buildTransferToRightConfig() {
212
+ return {
213
+ from: this.leftList,
214
+ to: this.rightList,
215
+ selectedFrom: this.selectedLeftList,
216
+ selectedTo: this.selectedRightList,
217
+ };
218
+ }
219
+ buildTransferToLeftConfig() {
220
+ return {
221
+ from: this.rightList,
222
+ to: this.leftList,
223
+ selectedFrom: this.selectedRightList,
224
+ selectedTo: this.selectedLeftList,
225
+ };
226
+ }
227
+ handleMoveUp() {
228
+ this.rightList = [...moveItems(this.selectedRightList, this.rightList, false)];
229
+ }
230
+ handleMoveDown() {
231
+ this.rightList = [...moveItems(this.selectedRightList, this.rightList, true)];
232
+ }
233
+ handleMoveToTop() {
234
+ const { itemsToKeep, itemsToMove } = this.getItemsToKeepAndToMove();
235
+ this.rightList = [...itemsToMove, ...itemsToKeep];
236
+ }
237
+ handleMoveToBottom() {
238
+ const { itemsToKeep, itemsToMove } = this.getItemsToKeepAndToMove();
239
+ this.rightList = [...itemsToKeep, ...itemsToMove];
240
+ }
241
+ handleSelectLeftItem({ detail }) {
242
+ this.selectedLeftList = [...detail.map(({ id }) => id)];
243
+ }
244
+ handleSelectRightItem({ detail }) {
245
+ this.selectedRightList = [...detail.map(({ id }) => id)];
246
+ }
247
+ getItemsToKeepAndToMove() {
248
+ const itemsToKeep = this.rightList.filter(item => !this.selectedRightList.includes(item.id));
249
+ const itemsToMove = this.rightList.filter(item => this.selectedRightList.includes(item.id));
250
+ return { itemsToKeep, itemsToMove };
251
+ }
252
+ handleTransferToRight() {
253
+ this.transferToRight();
254
+ this.leftFilteredList = [];
255
+ this.leftEzFilterInput.value = '';
256
+ }
257
+ handleTransferToLeft() {
258
+ this.transferToLeft();
259
+ this.rightFilteredList = [];
260
+ this.rightEzFilterInput.value = '';
261
+ }
262
+ buildTotalizer(list) {
263
+ return `Total de ${list.length} ${list.length === 1 ? this.entityLabel : this.entityLabelPlural}`;
264
+ }
265
+ renderLeftList() {
266
+ if (!this.leftList.length) {
267
+ return index.h("span", { class: 'empty-message' }, "Nenhum ", this.entityLabel, " dispon\u00EDvel");
268
+ }
269
+ return (index.h("ez-scroller", { direction: EzScrollDirection.EzScrollDirection.VERTICAL, activeShadow: true }, index.h("ez-list", { ref: (ref) => this.leftEzListInstance = ref, id: this.LEFT_LIST_ID, hoverFeedback: true, dataSource: this.isFilteringLeft ? this.leftFilteredList : this.leftList, ezDraggable: !this.isFilteringLeft, enableMultipleSelection: true, onEzChange: this.handleChangeLeft.bind(this), ezSelectable: true, onEzSelectMultipleItems: this.handleSelectLeftItem.bind(this), onEzDoubleClick: this.handleTransferToRight.bind(this) })));
270
+ }
271
+ renderRightList() {
272
+ if (!this.rightList.length) {
273
+ return index.h("span", { class: 'empty-message' }, "Nenhum ", this.entityLabel, " selecionado");
274
+ }
275
+ return (index.h("ez-scroller", { direction: EzScrollDirection.EzScrollDirection.VERTICAL, activeShadow: true }, index.h("ez-list", { ref: (ref) => this.rightEzListInstance = ref, id: this.RIGHT_LIST_ID, hoverFeedback: true, dataSource: this.isFilteringRight ? this.rightFilteredList : this.rightList, ezDraggable: !this.isFilteringRight, enableMultipleSelection: true, onEzChange: this.handleChangeRight.bind(this), ezSelectable: true, onEzSelectMultipleItems: this.handleSelectRightItem.bind(this), onEzDoubleClick: this.handleTransferToLeft.bind(this) })));
276
+ }
277
+ render() {
278
+ return (index.h(index.Host, null, index.h("div", { class: 'group' }, index.h("div", { class: 'group__header' }, index.h("span", { class: 'group__label' }, this.leftTitle), index.h("ez-filter-input", { ref: (ref) => this.leftEzFilterInput = ref, id: this.LEFT_FILTER_ID, label: `Buscar ${this.entityLabel}`, mode: 'slim', onEzChange: evt => this.handleFilterChangeLeft(evt.detail) })), index.h("div", { class: 'list__container' }, this.renderLeftList()), index.h("div", { class: 'group__totalizer' }, this.buildTotalizer(this.leftList))), index.h("div", { class: 'actions__column' }, index.h("ez-button", { mode: 'icon', iconName: 'dual-chevron-right', enabled: this.enableTransferAllToRight(), title: `Mover todos para ${this.leftListLabel}`, size: 'small', onClick: this.handleTransferAllToRight.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'chevron-right', enabled: this.enableTransferToRight(), title: `Mover para ${this.leftListLabel}`, size: 'small', onClick: this.handleTransferToRight.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'chevron-left', enabled: this.enableTransferToLeft(), title: `Mover para ${this.rightListLabel}`, size: 'small', onClick: this.handleTransferToLeft.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'dual-chevron-left', enabled: this.enableTransferAllToLeft(), title: `Mover todos para ${this.rightListLabel}`, size: 'small', onClick: this.handleTransferAllToLeft.bind(this) })), index.h("div", { class: 'group' }, index.h("div", { class: 'group__header' }, index.h("span", { class: 'group__label' }, this.rightTitle), index.h("ez-filter-input", { ref: (ref) => this.rightEzFilterInput = ref, id: this.RIGHT_FILTER_ID, label: `Buscar ${this.entityLabel}`, mode: 'slim', onEzChange: evt => this.handleFilterChangeRight(evt.detail) })), index.h("div", { class: 'list__container' }, this.renderRightList()), index.h("div", { class: 'group__totalizer' }, this.buildTotalizer(this.rightList))), index.h("div", { class: 'actions__column' }, index.h("ez-button", { mode: 'icon', iconName: 'dual-chevron-up', enabled: this.enableMoveUp(true), title: 'Mover para primeira posi\u00E7\u00E3o', size: 'small', onClick: this.handleMoveToTop.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'chevron-up', enabled: this.enableMoveUp(), title: 'Mover para cima', size: 'small', onClick: this.handleMoveUp.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'chevron-down', enabled: this.enableMoveDown(), title: 'Mover para baixo', size: 'small', onClick: this.handleMoveDown.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'dual-chevron-down', enabled: this.enableMoveDown(true), title: 'Mover para \u00FAltima posi\u00E7\u00E3o', size: 'small', onClick: this.handleMoveToBottom.bind(this) }))));
279
+ }
280
+ static get watchers() { return {
281
+ "leftList": ["observeLeftList"],
282
+ "rightList": ["observeRightList"]
283
+ }; }
284
+ };
285
+ EzDoubleList.style = ezDoubleListCss;
286
+
287
+ exports.ez_double_list = EzDoubleList;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-9e5554cb.js');
5
+ const index = require('./index-a7b0c73d.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  const DropdownItem = ({ item, hasIcon, hasChildren, isLockedLevels, onSubActionClick }) => {
@@ -287,6 +287,7 @@ const EzDropdown = class {
287
287
  this.ezClick = index.createEvent(this, "ezClick", 7);
288
288
  this.ezSubActionClick = index.createEvent(this, "ezSubActionClick", 7);
289
289
  this.ezOutsideClick = index.createEvent(this, "ezOutsideClick", 7);
290
+ this.ezHover = index.createEvent(this, "ezHover", 7);
290
291
  this._itemList = {};
291
292
  this._submenuList = [];
292
293
  this._openedMenuList = {};
@@ -407,14 +408,19 @@ const EzDropdown = class {
407
408
  }
408
409
  return groupItems.map((item) => {
409
410
  var _a;
410
- return (item.type !== "divider"
411
- ? index.h("div", Object.assign({ ref: (ref) => this._itemList[item.id] = ref, class: "ez-dropdown__item", "data-level": level }, { [core.ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME]: core.ElementIDUtils.getInternalIDInfo(`${item.id}_ezDropdownItem`) }), index.h("div", { class: "ez-dropdown__item-content", onClick: (evt) => this.onItemClick(evt, item), onMouseOver: (evt) => this.onShowSubmenu(evt, item) }, this.itemBuilder
412
- ? this.getContainerItemBuilder(item, level, isLockedLevels, hasIcon, hasChildren)
413
- : this.defaultItemBuilder(item, isLockedLevels, hasIcon, hasChildren)), ((_a = item.children) === null || _a === void 0 ? void 0 : _a.length) > 0 &&
414
- !isLockedLevels &&
415
- hasChildren &&
416
- index.h("div", { ref: (ref) => this._submenuList.push(ref), class: "ez-dropdown__submenu ez-dropdown__submenu--hide" }, this.renderDropdown(item.children, counterLevel)))
417
- : index.h("hr", Object.assign({ class: "ez-dropdown__divider" }, { [core.ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME]: core.ElementIDUtils.getInternalIDInfo(`${item.id}_ezDropdownDivider`) })));
411
+ switch (item.type) {
412
+ case "loading":
413
+ return (index.h("div", { class: "ez-dropdown__item" }, index.h("ez-skeleton", { width: '200px' })));
414
+ case "divider":
415
+ return (index.h("hr", Object.assign({ class: "ez-dropdown__divider" }, { [core.ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME]: core.ElementIDUtils.getInternalIDInfo(`${item.id}_ezDropdownDivider`) })));
416
+ case "item":
417
+ return (index.h("div", Object.assign({ ref: (ref) => this._itemList[item.id] = ref, class: "ez-dropdown__item", "data-level": level }, { [core.ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME]: core.ElementIDUtils.getInternalIDInfo(`${item.id}_ezDropdownItem`) }), index.h("div", { class: "ez-dropdown__item-content", onClick: (evt) => this.onItemClick(evt, item), onMouseOver: (evt) => this.onShowSubmenu(evt, item), onMouseEnter: () => this.ezHover.emit(item) }, this.itemBuilder
418
+ ? this.getContainerItemBuilder(item, level, isLockedLevels, hasIcon, hasChildren)
419
+ : this.defaultItemBuilder(item, isLockedLevels, hasIcon, hasChildren)), ((_a = item.children) === null || _a === void 0 ? void 0 : _a.length) > 0 &&
420
+ !isLockedLevels &&
421
+ hasChildren &&
422
+ index.h("div", { ref: (ref) => this._submenuList.push(ref), class: "ez-dropdown__submenu ez-dropdown__submenu--hide" }, this.renderDropdown(item.children, counterLevel))));
423
+ }
418
424
  });
419
425
  }
420
426
  renderDropdown(branchItems = this.items, level = 1) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-9e5554cb.js');
5
+ const index = require('./index-a7b0c73d.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  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)}";
@@ -0,0 +1,129 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-a7b0c73d.js');
6
+ const core = require('@sankhyalabs/core');
7
+ const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
8
+
9
+ const ezFilterInputCss = ":host{display:block;width:100%}";
10
+
11
+ const EzFilterInput = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ this.ezChange = index.createEvent(this, "ezChange", 7);
15
+ this.ezSearching = index.createEvent(this, "ezSearching", 7);
16
+ this.ezFocusIn = index.createEvent(this, "ezFocusIn", 7);
17
+ this._searchingText = "";
18
+ this.handleFocus = () => {
19
+ if (this._searchingText === "") {
20
+ this._textInput.value = "";
21
+ }
22
+ else {
23
+ this._textInput.value = this._searchingText;
24
+ }
25
+ this.ezFocusIn.emit();
26
+ };
27
+ this.label = undefined;
28
+ this.value = undefined;
29
+ this.enabled = true;
30
+ this.errorMessage = undefined;
31
+ this.restrict = undefined;
32
+ this.mode = "regular";
33
+ this.asyncSearch = false;
34
+ this.canShowError = true;
35
+ this.autoFocus = false;
36
+ }
37
+ observeLabel() {
38
+ if (this._textInput) {
39
+ this._textInput.label = this.label;
40
+ }
41
+ }
42
+ observeErrorMessage() {
43
+ if (this._textInput) {
44
+ this._textInput.errorMessage = this.errorMessage;
45
+ }
46
+ }
47
+ observeValue(newValue, oldValue) {
48
+ if (this._textInput && newValue != oldValue) {
49
+ this._textInput.value = newValue;
50
+ this.ezChange.emit(newValue);
51
+ }
52
+ }
53
+ /**
54
+ * Aplica o foco no campo.
55
+ */
56
+ async setFocus(options) {
57
+ this._textInput.setFocus(options);
58
+ }
59
+ /**
60
+ * Remove o foco do campo.
61
+ */
62
+ async setBlur() {
63
+ this._textInput.setBlur();
64
+ }
65
+ /**
66
+ * Retorna se o conteúdo é inválido.
67
+ */
68
+ async isInvalid() {
69
+ return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
70
+ }
71
+ /**
72
+ * Método responsável por setar um novo valor ao campo.
73
+ */
74
+ async setValue(newValue) {
75
+ if (!this.asyncSearch || this._textInput == undefined) {
76
+ return;
77
+ }
78
+ if (newValue !== this.value) {
79
+ this.value = newValue;
80
+ this._searchingText = "";
81
+ }
82
+ else {
83
+ this._textInput.value = newValue;
84
+ }
85
+ }
86
+ /**
87
+ * Método responsável por resetar o valor do campo para o ultimo valor inputado.
88
+ */
89
+ async endSearch() {
90
+ if (!this.asyncSearch || this._textInput == undefined) {
91
+ return;
92
+ }
93
+ if (this._textInput.value !== this.value) {
94
+ this._textInput.value = this.value;
95
+ }
96
+ }
97
+ handleChange(evt) {
98
+ const newValue = evt.detail;
99
+ this.errorMessage = "";
100
+ if (this.asyncSearch) {
101
+ this._searchingText = newValue;
102
+ this.ezSearching.emit(newValue);
103
+ }
104
+ else if (newValue !== this.value) {
105
+ this.value = newValue;
106
+ }
107
+ }
108
+ componentDidLoad() {
109
+ CSSVarsUtils.CSSVarsUtils.applyVarsTextInput(this._elem, this._textInput);
110
+ if (this.autoFocus) {
111
+ requestAnimationFrame(() => {
112
+ this.setFocus({ selectText: true });
113
+ });
114
+ }
115
+ }
116
+ render() {
117
+ core.ElementIDUtils.addIDInfoIfNotExists(this._elem, 'input');
118
+ return (index.h("ez-text-input", { "data-element-id": core.ElementIDUtils.getInternalIDInfo("textInput"), ref: elem => this._textInput = elem, label: this.label, onEzChange: evt => this.handleChange(evt), value: this.value, enabled: this.enabled, errorMessage: this.errorMessage, restrict: this.restrict, mode: this.mode, onFocusin: this.handleFocus, canShowError: this.canShowError }, index.h("ez-icon", { slot: "leftIcon", iconName: "search" })));
119
+ }
120
+ get _elem() { return index.getElement(this); }
121
+ static get watchers() { return {
122
+ "label": ["observeLabel"],
123
+ "errorMessage": ["observeErrorMessage"],
124
+ "value": ["observeValue"]
125
+ }; }
126
+ };
127
+ EzFilterInput.style = ezFilterInputCss;
128
+
129
+ exports.ez_filter_input = EzFilterInput;