@sankhyalabs/ezui 6.0.2 → 6.1.0-dev.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (885) hide show
  1. package/dist/cjs/FormLayout-18853e70.js +27 -0
  2. package/dist/cjs/RichToolbarHelper-438916fa.js +46 -0
  3. package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
  4. package/dist/cjs/{constants-2714478b.js → constants-569271bc.js} +4 -0
  5. package/dist/cjs/ez-actions-button.cjs.entry.js +2 -3
  6. package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
  7. package/dist/cjs/ez-alert.cjs.entry.js +1 -1
  8. package/dist/cjs/ez-application.cjs.entry.js +1 -1
  9. package/dist/cjs/ez-avatar.cjs.entry.js +50 -0
  10. package/dist/cjs/ez-badge.cjs.entry.js +1 -1
  11. package/dist/cjs/ez-breadcrumb.cjs.entry.js +1 -1
  12. package/dist/cjs/ez-button.cjs.entry.js +1 -1
  13. package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
  14. package/dist/cjs/ez-card-item_2.cjs.entry.js +5 -1219
  15. package/dist/cjs/ez-chart.cjs.entry.js +5 -20
  16. package/dist/cjs/ez-check.cjs.entry.js +19 -11
  17. package/dist/cjs/ez-chip.cjs.entry.js +3 -2
  18. package/dist/cjs/ez-collapsible-box.cjs.entry.js +3 -4
  19. package/dist/cjs/{ez-combo-box-list_3.cjs.entry.js → ez-combo-box-list_4.cjs.entry.js} +274 -6
  20. package/dist/cjs/ez-combo-box.cjs.entry.js +25 -19
  21. package/dist/cjs/ez-date-input.cjs.entry.js +3 -2
  22. package/dist/cjs/ez-date-time-input.cjs.entry.js +3 -2
  23. package/dist/cjs/ez-dialog.cjs.entry.js +7 -4
  24. package/dist/cjs/ez-double-list.cjs.entry.js +115 -54
  25. package/dist/cjs/{ez-dropdown_2.cjs.entry.js → ez-dropdown.cjs.entry.js} +2 -63
  26. package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
  27. package/dist/cjs/ez-filter-input.cjs.entry.js +1 -1
  28. package/dist/cjs/ez-form-view.cjs.entry.js +23 -9
  29. package/dist/cjs/ez-form.cjs.entry.js +61 -6
  30. package/dist/cjs/ez-grid.cjs.entry.js +1071 -147
  31. package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
  32. package/dist/cjs/ez-icon.cjs.entry.js +13 -7
  33. package/dist/cjs/ez-link-builder_6.cjs.entry.js +295 -0
  34. package/dist/cjs/ez-list.cjs.entry.js +3 -3
  35. package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
  36. package/dist/cjs/ez-modal-container.cjs.entry.js +8 -4
  37. package/dist/cjs/ez-modal.cjs.entry.js +6 -2
  38. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
  39. package/dist/cjs/ez-number-input.cjs.entry.js +3 -2
  40. package/dist/cjs/ez-popover-plus_3.cjs.entry.js +1 -1
  41. package/dist/cjs/ez-popover.cjs.entry.js +1 -1
  42. package/dist/cjs/ez-popup.cjs.entry.js +6 -2
  43. package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
  44. package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js +27 -0
  45. package/dist/cjs/ez-scroller_2.cjs.entry.js +1 -1
  46. package/dist/cjs/ez-search-plus.cjs.entry.js +400 -0
  47. package/dist/cjs/ez-search-result-list.cjs.entry.js +97 -0
  48. package/dist/cjs/ez-search.cjs.entry.js +5 -5
  49. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
  50. package/dist/cjs/ez-skeleton.cjs.entry.js +149 -0
  51. package/dist/cjs/ez-sortable-list.cjs.entry.js +3510 -0
  52. package/dist/cjs/ez-split-button.cjs.entry.js +16 -7
  53. package/dist/cjs/ez-split-item.cjs.entry.js +2 -3
  54. package/dist/cjs/ez-split-panel.cjs.entry.js +1 -1
  55. package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
  56. package/dist/cjs/ez-text-area.cjs.entry.js +25 -4
  57. package/dist/cjs/ez-text-input.cjs.entry.js +84 -101
  58. package/dist/cjs/ez-time-input.cjs.entry.js +3 -2
  59. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  60. package/dist/cjs/ez-tooltip.cjs.entry.js +110 -30
  61. package/dist/cjs/ez-tree.cjs.entry.js +1 -1
  62. package/dist/cjs/ez-upload.cjs.entry.js +1 -1
  63. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  64. package/dist/cjs/ezui.cjs.js +2 -2
  65. package/dist/cjs/filter-column.cjs.entry.js +15 -6
  66. package/dist/cjs/floating-ui.dom.esm-017acce4.js +1404 -0
  67. package/dist/cjs/{index-9e5554cb.js → index-a7b0c73d.js} +36 -11
  68. package/dist/cjs/loader.cjs.js +2 -2
  69. package/dist/cjs/purify-a7dc3a08.js +1354 -0
  70. package/dist/cjs/{DataBinder-e92314c2.js → search-column-27d1f72f.js} +73 -13
  71. package/dist/collection/collection-manifest.json +22 -0
  72. package/dist/collection/components/ez-avatar/ez-avatar.css +139 -0
  73. package/dist/collection/components/ez-avatar/ez-avatar.js +143 -0
  74. package/dist/collection/components/ez-check/ez-check.css +9 -0
  75. package/dist/collection/components/ez-check/ez-check.js +34 -9
  76. package/dist/collection/components/ez-chip/ez-chip.js +20 -1
  77. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +1 -0
  78. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css +1 -0
  79. package/dist/collection/components/ez-combo-box/ez-combo-box.js +77 -18
  80. package/dist/collection/components/ez-date-input/ez-date-input.js +19 -1
  81. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +19 -1
  82. package/dist/collection/components/ez-dialog/ez-dialog.css +24 -21
  83. package/dist/collection/components/ez-dialog/ez-dialog.js +5 -2
  84. package/dist/collection/components/ez-double-list/doubleListHelper.js +9 -10
  85. package/dist/collection/components/ez-double-list/ez-double-list.css +6 -38
  86. package/dist/collection/components/ez-double-list/ez-double-list.js +168 -50
  87. package/dist/collection/components/ez-dropdown/ez-dropdown.js +1 -1
  88. package/dist/collection/components/ez-form/ez-form.js +95 -2
  89. package/dist/collection/components/ez-form-view/ez-form-view.js +2 -1
  90. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +5 -1
  91. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +4 -0
  92. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js +6 -0
  93. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +173 -15
  94. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +23 -4
  95. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +34 -7
  96. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js +2 -0
  97. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.js +15 -0
  98. package/dist/collection/components/ez-grid/ez-grid.css +4 -0
  99. package/dist/collection/components/ez-grid/ez-grid.js +122 -15
  100. package/dist/collection/components/ez-grid/interfaces/IGridMode.js +1 -0
  101. package/dist/collection/components/ez-grid/interfaces/index.js +1 -0
  102. package/dist/collection/components/ez-grid/subcomponents/filter-column.js +14 -5
  103. package/dist/collection/components/ez-icon/ez-icon.css +147 -140
  104. package/dist/collection/components/ez-icon/ez-icon.js +28 -5
  105. package/dist/collection/components/ez-list/ez-list.js +2 -2
  106. package/dist/collection/components/ez-modal/ez-modal.js +5 -1
  107. package/dist/collection/components/ez-modal-container/ez-modal-container.css +3 -0
  108. package/dist/collection/components/ez-modal-container/ez-modal-container.js +6 -2
  109. package/dist/collection/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.js +1 -0
  110. package/dist/collection/components/ez-number-input/ez-number-input.js +19 -1
  111. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css +3 -2
  112. package/dist/collection/components/ez-popup/ez-popup.js +5 -1
  113. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.css +22 -0
  114. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js +131 -0
  115. package/dist/collection/components/ez-rich-text/ez-rich-text.css +35 -0
  116. package/dist/collection/components/ez-rich-text/ez-rich-text.js +544 -0
  117. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js +39 -0
  118. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.css +4 -0
  119. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js +19 -0
  120. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.css +4 -0
  121. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js +19 -0
  122. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.css +20 -0
  123. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.js +122 -0
  124. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.css +4 -0
  125. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js +19 -0
  126. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.css +42 -0
  127. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js +183 -0
  128. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.css +70 -0
  129. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js +216 -0
  130. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.js +1 -0
  131. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.js +14 -0
  132. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.js +10 -0
  133. package/dist/collection/components/ez-search/ez-search.js +19 -1
  134. package/dist/collection/components/ez-search-plus/ez-search-plus.css +374 -0
  135. package/dist/collection/components/ez-search-plus/ez-search-plus.js +963 -0
  136. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.css +221 -0
  137. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +278 -0
  138. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +25 -1
  139. package/dist/collection/components/ez-skeleton/ez-skeleton.css +122 -80
  140. package/dist/collection/components/ez-skeleton/ez-skeleton.js +210 -46
  141. package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +226 -0
  142. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +582 -0
  143. package/dist/collection/components/ez-split-button/ez-split-button.css +1 -1
  144. package/dist/collection/components/ez-split-button/ez-split-button.js +87 -10
  145. package/dist/collection/components/ez-text-area/ez-text-area.js +47 -2
  146. package/dist/collection/components/ez-text-input/ez-text-input.css +27 -2
  147. package/dist/collection/components/ez-text-input/ez-text-input.js +124 -73
  148. package/dist/collection/components/ez-time-input/ez-time-input.js +19 -1
  149. package/dist/collection/components/ez-tooltip/ez-tooltip.css +54 -12
  150. package/dist/collection/components/ez-tooltip/ez-tooltip.js +241 -47
  151. package/dist/collection/utils/constants.js +2 -0
  152. package/dist/collection/utils/form/DataBinder.js +43 -14
  153. package/dist/collection/utils/form/test/DataBinder.test.js +14 -0
  154. package/dist/collection/utils/index.js +2 -0
  155. package/dist/collection/utils/search/types.js +7 -0
  156. package/dist/collection/utils/searchColumn/search-column.js +35 -0
  157. package/dist/custom-elements/index.d.ts +72 -0
  158. package/dist/custom-elements/index.js +8104 -565
  159. package/dist/esm/FormLayout-071d324c.js +27 -0
  160. package/dist/esm/RichToolbarHelper-fd6427df.js +41 -0
  161. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  162. package/dist/esm/constants-b036528f.js +7 -0
  163. package/dist/esm/ez-actions-button.entry.js +2 -3
  164. package/dist/esm/ez-alert-list.entry.js +1 -1
  165. package/dist/esm/ez-alert.entry.js +1 -1
  166. package/dist/esm/ez-application.entry.js +1 -1
  167. package/dist/esm/ez-avatar.entry.js +46 -0
  168. package/dist/esm/ez-badge.entry.js +1 -1
  169. package/dist/esm/ez-breadcrumb.entry.js +1 -1
  170. package/dist/esm/ez-button.entry.js +1 -1
  171. package/dist/esm/ez-calendar.entry.js +1 -1
  172. package/dist/esm/ez-card-item_2.entry.js +3 -1217
  173. package/dist/esm/ez-chart.entry.js +3 -18
  174. package/dist/esm/ez-check.entry.js +19 -11
  175. package/dist/esm/ez-chip.entry.js +3 -2
  176. package/dist/esm/ez-collapsible-box.entry.js +3 -4
  177. package/dist/esm/{ez-combo-box-list_3.entry.js → ez-combo-box-list_4.entry.js} +274 -7
  178. package/dist/esm/ez-combo-box.entry.js +25 -19
  179. package/dist/esm/ez-date-input.entry.js +3 -2
  180. package/dist/esm/ez-date-time-input.entry.js +3 -2
  181. package/dist/esm/ez-dialog.entry.js +7 -4
  182. package/dist/esm/ez-double-list.entry.js +116 -55
  183. package/dist/esm/{ez-dropdown_2.entry.js → ez-dropdown.entry.js} +3 -63
  184. package/dist/esm/ez-file-item.entry.js +1 -1
  185. package/dist/esm/ez-filter-input.entry.js +1 -1
  186. package/dist/esm/ez-form-view.entry.js +24 -10
  187. package/dist/esm/ez-form.entry.js +60 -5
  188. package/dist/esm/ez-grid.entry.js +1067 -143
  189. package/dist/esm/ez-guide-navigator.entry.js +1 -1
  190. package/dist/esm/ez-icon.entry.js +13 -7
  191. package/dist/esm/ez-link-builder_6.entry.js +286 -0
  192. package/dist/esm/ez-list.entry.js +3 -3
  193. package/dist/esm/ez-loading-bar.entry.js +1 -1
  194. package/dist/esm/ez-modal-container.entry.js +8 -4
  195. package/dist/esm/ez-modal.entry.js +6 -2
  196. package/dist/esm/ez-multi-selection-list.entry.js +1 -1
  197. package/dist/esm/ez-number-input.entry.js +3 -2
  198. package/dist/esm/ez-popover-plus_3.entry.js +1 -1
  199. package/dist/esm/ez-popover.entry.js +1 -1
  200. package/dist/esm/ez-popup.entry.js +6 -2
  201. package/dist/esm/ez-radio-button.entry.js +1 -1
  202. package/dist/esm/ez-rich-toolbar-item.entry.js +23 -0
  203. package/dist/esm/ez-scroller_2.entry.js +1 -1
  204. package/dist/esm/ez-search-plus.entry.js +396 -0
  205. package/dist/esm/ez-search-result-list.entry.js +93 -0
  206. package/dist/esm/ez-search.entry.js +5 -5
  207. package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
  208. package/dist/esm/ez-skeleton.entry.js +145 -0
  209. package/dist/esm/ez-sortable-list.entry.js +3506 -0
  210. package/dist/esm/ez-split-button.entry.js +16 -7
  211. package/dist/esm/ez-split-item.entry.js +2 -3
  212. package/dist/esm/ez-split-panel.entry.js +1 -1
  213. package/dist/esm/ez-tabselector.entry.js +1 -1
  214. package/dist/esm/ez-text-area.entry.js +25 -4
  215. package/dist/esm/ez-text-input.entry.js +84 -101
  216. package/dist/esm/ez-time-input.entry.js +3 -2
  217. package/dist/esm/ez-toast.entry.js +1 -1
  218. package/dist/esm/ez-tooltip.entry.js +110 -30
  219. package/dist/esm/ez-tree.entry.js +1 -1
  220. package/dist/esm/ez-upload.entry.js +1 -1
  221. package/dist/esm/ez-view-stack.entry.js +1 -1
  222. package/dist/esm/ezui.js +3 -3
  223. package/dist/esm/filter-column.entry.js +15 -6
  224. package/dist/esm/floating-ui.dom.esm-5d3da819.js +1398 -0
  225. package/dist/esm/{index-5a720e56.js → index-baa5e267.js} +37 -11
  226. package/dist/esm/loader.js +3 -3
  227. package/dist/esm/purify-da6317bb.js +1352 -0
  228. package/dist/esm/{DataBinder-9c877244.js → search-column-e609d513.js} +69 -15
  229. package/dist/ezui/ezui.esm.js +1 -1
  230. package/dist/ezui/{p-e6b38ade.entry.js → p-0306dff7.entry.js} +1 -1
  231. package/dist/ezui/p-07894c4a.entry.js +1 -0
  232. package/dist/ezui/{p-91ccae0c.entry.js → p-09de35a2.entry.js} +1 -1
  233. package/dist/ezui/p-0d9856a4.entry.js +1 -0
  234. package/dist/ezui/p-112455b1.js +1 -0
  235. package/dist/ezui/p-1276ef79.entry.js +1 -0
  236. package/dist/ezui/{p-87f5a060.entry.js → p-1bcfd88c.entry.js} +1 -1
  237. package/dist/ezui/p-1c55dda0.js +3 -0
  238. package/dist/ezui/p-1cebdc92.js +1 -0
  239. package/dist/ezui/{p-81461d2f.entry.js → p-1e7a8633.entry.js} +1 -1
  240. package/dist/ezui/p-1eb34cad.entry.js +1 -0
  241. package/dist/ezui/{p-6b51c9cc.entry.js → p-1f50fa05.entry.js} +1 -1
  242. package/dist/ezui/{p-cf33bc48.entry.js → p-20c024f7.entry.js} +1 -1
  243. package/dist/ezui/{p-e4c7eb39.js → p-23a36bb6.js} +2 -2
  244. package/dist/ezui/{p-06f1b8e4.entry.js → p-288631d1.entry.js} +1 -1
  245. package/dist/ezui/p-2b4df33d.entry.js +1 -0
  246. package/dist/ezui/p-30ffb9ed.js +1 -0
  247. package/dist/ezui/p-31f0d5f8.entry.js +309 -0
  248. package/dist/ezui/p-33326ac5.entry.js +1 -0
  249. package/dist/ezui/p-3ba9565c.entry.js +1 -0
  250. package/dist/ezui/{p-0378416a.entry.js → p-44caad9a.entry.js} +1 -1
  251. package/dist/ezui/p-454bba13.entry.js +1 -0
  252. package/dist/ezui/p-496f7832.entry.js +1 -0
  253. package/dist/ezui/{p-769632d5.entry.js → p-4b67138e.entry.js} +1 -1
  254. package/dist/ezui/p-4bd6dd6a.entry.js +1 -0
  255. package/dist/ezui/p-4d30b703.entry.js +1 -0
  256. package/dist/ezui/{p-7567ccdd.entry.js → p-555c9018.entry.js} +1 -1
  257. package/dist/ezui/p-57363cfd.entry.js +1 -0
  258. package/dist/ezui/p-58f69d24.entry.js +1 -0
  259. package/dist/ezui/p-59561756.entry.js +7 -0
  260. package/dist/ezui/p-5cda9526.entry.js +1 -0
  261. package/dist/ezui/{p-6fc26622.entry.js → p-5ed81457.entry.js} +1 -1
  262. package/dist/ezui/p-5eea9886.js +1 -0
  263. package/dist/ezui/p-6369a0cd.entry.js +1 -0
  264. package/dist/ezui/{p-fc194825.entry.js → p-6e429cff.entry.js} +1 -1
  265. package/dist/ezui/p-7019f782.entry.js +1 -0
  266. package/dist/ezui/p-71c2ec1f.entry.js +1 -0
  267. package/dist/ezui/{p-11bfeca3.entry.js → p-77a4bd35.entry.js} +1 -1
  268. package/dist/ezui/p-79044c3e.entry.js +1 -0
  269. package/dist/ezui/p-7eae6986.entry.js +1 -0
  270. package/dist/ezui/p-7f792043.entry.js +1 -0
  271. package/dist/ezui/p-80461324.entry.js +1 -0
  272. package/dist/ezui/p-8afb6e8a.entry.js +1 -0
  273. package/dist/ezui/{p-82fa4b09.entry.js → p-8df1ca33.entry.js} +1 -1
  274. package/dist/ezui/p-91c9d50e.entry.js +1 -0
  275. package/dist/ezui/p-9478b13b.entry.js +1 -0
  276. package/dist/ezui/p-998afb6a.entry.js +1 -0
  277. package/dist/ezui/p-9c5cd3b2.entry.js +1 -0
  278. package/dist/ezui/{p-c2b20f78.entry.js → p-9f5fa3f9.entry.js} +1 -1
  279. package/dist/ezui/p-a148e994.entry.js +1 -0
  280. package/dist/ezui/p-a3782637.entry.js +1 -0
  281. package/dist/ezui/p-a3bf8cf1.entry.js +1 -0
  282. package/dist/ezui/{p-dfca5946.entry.js → p-a80b1287.entry.js} +1 -1
  283. package/dist/ezui/p-bac0f920.entry.js +1 -0
  284. package/dist/ezui/p-bc2f844e.entry.js +1 -0
  285. package/dist/ezui/p-beb42de1.entry.js +1 -0
  286. package/dist/ezui/p-bff24a7b.js +1 -0
  287. package/dist/ezui/{p-92748142.entry.js → p-c0d9c4f8.entry.js} +1 -1
  288. package/dist/ezui/p-cb75eb46.entry.js +1 -0
  289. package/dist/ezui/{p-708b196e.entry.js → p-da1b4a38.entry.js} +1 -1
  290. package/dist/ezui/{p-c7035d65.entry.js → p-dc73e1fe.entry.js} +1 -1
  291. package/dist/ezui/p-dfd9c473.entry.js +1 -0
  292. package/dist/ezui/p-e07e4671.js +1 -0
  293. package/dist/ezui/p-e4528470.entry.js +1 -0
  294. package/dist/ezui/{p-9e95bfeb.entry.js → p-e6a9041d.entry.js} +1 -1
  295. package/dist/ezui/{p-000159dc.entry.js → p-e75c7a23.entry.js} +1 -1
  296. package/dist/ezui/p-ec0d8122.entry.js +1 -0
  297. package/dist/ezui/{p-44b39e81.entry.js → p-fa6732f2.entry.js} +1 -1
  298. package/dist/types/components/ez-avatar/ez-avatar.d.ts +24 -0
  299. package/dist/types/components/ez-check/ez-check.d.ts +7 -2
  300. package/dist/types/components/ez-chip/ez-chip.d.ts +4 -0
  301. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +14 -2
  302. package/dist/types/components/ez-date-input/ez-date-input.d.ts +4 -0
  303. package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +4 -0
  304. package/dist/types/components/ez-dialog/ez-dialog.d.ts +1 -0
  305. package/dist/types/components/ez-double-list/doubleListHelper.d.ts +4 -2
  306. package/dist/types/components/ez-double-list/ez-double-list.d.ts +60 -24
  307. package/dist/types/components/ez-dropdown/structure/DropdownItem.d.ts +4 -4
  308. package/dist/types/components/ez-form/ez-form.d.ts +18 -0
  309. package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -0
  310. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.d.ts +2 -0
  311. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +9 -1
  312. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +10 -1
  313. package/dist/types/components/ez-grid/controller/ag-grid/DataSource.d.ts +1 -0
  314. package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +2 -0
  315. package/dist/types/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.d.ts +3 -0
  316. package/dist/types/components/ez-grid/ez-grid.d.ts +17 -1
  317. package/dist/types/components/ez-grid/interfaces/IGridMode.d.ts +1 -0
  318. package/dist/types/components/ez-grid/interfaces/index.d.ts +1 -0
  319. package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +1 -0
  320. package/dist/types/components/ez-icon/ez-icon.d.ts +5 -0
  321. package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
  322. package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
  323. package/dist/types/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.d.ts +2 -1
  324. package/dist/types/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.d.ts +3 -0
  325. package/dist/types/components/ez-number-input/ez-number-input.d.ts +4 -0
  326. package/dist/types/components/ez-popup/ez-popup.d.ts +2 -0
  327. package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +17 -0
  328. package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +98 -0
  329. package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +43 -0
  330. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +3 -0
  331. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +3 -0
  332. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.d.ts +11 -0
  333. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +3 -0
  334. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +33 -0
  335. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +37 -0
  336. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.d.ts +1 -0
  337. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.d.ts +1 -0
  338. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.d.ts +1 -0
  339. package/dist/types/components/ez-search/ez-search.d.ts +4 -0
  340. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +187 -0
  341. package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +26 -0
  342. package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +55 -1
  343. package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +50 -22
  344. package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +91 -0
  345. package/dist/types/components/ez-split-button/ez-split-button.d.ts +14 -2
  346. package/dist/types/components/ez-text-area/ez-text-area.d.ts +8 -0
  347. package/dist/types/components/ez-text-input/ez-text-input.d.ts +21 -9
  348. package/dist/types/components/ez-time-input/ez-time-input.d.ts +4 -0
  349. package/dist/types/components/ez-tooltip/ez-tooltip.d.ts +41 -5
  350. package/dist/types/components.d.ts +1105 -44
  351. package/dist/types/utils/constants.d.ts +2 -0
  352. package/dist/types/utils/form/DataBinder.d.ts +4 -2
  353. package/dist/types/utils/index.d.ts +2 -0
  354. package/dist/types/utils/search/types.d.ts +12 -0
  355. package/dist/types/utils/searchColumn/search-column.d.ts +9 -0
  356. package/package.json +8 -2
  357. package/react/components.d.ts +72 -60
  358. package/react/components.js +12 -0
  359. package/react/components.js.map +1 -1
  360. package/react/react-component-lib/createComponent.d.ts +1 -1
  361. package/react/react-component-lib/createComponent.js.map +1 -1
  362. package/react/react-component-lib/createOverlayComponent.js.map +1 -1
  363. package/react/react-component-lib/interfaces.js +1 -0
  364. package/react/react-component-lib/utils/attachProps.d.ts +1 -1
  365. package/react/react-component-lib/utils/attachProps.js.map +1 -1
  366. package/react/react-component-lib/utils/dev.js.map +1 -1
  367. package/react/react-component-lib/utils/index.d.ts +2 -2
  368. package/react/react-component-lib/utils/index.js.map +1 -1
  369. package/dist/cjs/ApplicationUtils-c9d1205c.js.gz +0 -0
  370. package/dist/cjs/CSSVarsUtils-f20973d1.js.gz +0 -0
  371. package/dist/cjs/CheckMode-ecb90b87.js.gz +0 -0
  372. package/dist/cjs/DataBinder-e92314c2.js.gz +0 -0
  373. package/dist/cjs/DialogType-2114c337.js.gz +0 -0
  374. package/dist/cjs/EzScrollDirection-b2c99895.js.gz +0 -0
  375. package/dist/cjs/FocusResolver-885f2173.js.gz +0 -0
  376. package/dist/cjs/FormLayout-c2451c7f.js +0 -7
  377. package/dist/cjs/FormLayout-c2451c7f.js.gz +0 -0
  378. package/dist/cjs/ICustomRender-6fafffce.js +0 -13
  379. package/dist/cjs/ICustomRender-6fafffce.js.gz +0 -0
  380. package/dist/cjs/constants-2714478b.js.gz +0 -0
  381. package/dist/cjs/ez-actions-button.cjs.entry.js.gz +0 -0
  382. package/dist/cjs/ez-alert-list.cjs.entry.js.gz +0 -0
  383. package/dist/cjs/ez-alert.cjs.entry.js.gz +0 -0
  384. package/dist/cjs/ez-application.cjs.entry.js.gz +0 -0
  385. package/dist/cjs/ez-badge.cjs.entry.js.gz +0 -0
  386. package/dist/cjs/ez-breadcrumb.cjs.entry.js.gz +0 -0
  387. package/dist/cjs/ez-button.cjs.entry.js.gz +0 -0
  388. package/dist/cjs/ez-calendar.cjs.entry.js.gz +0 -0
  389. package/dist/cjs/ez-card-item_2.cjs.entry.js.gz +0 -0
  390. package/dist/cjs/ez-chart.cjs.entry.js.gz +0 -0
  391. package/dist/cjs/ez-check.cjs.entry.js.gz +0 -0
  392. package/dist/cjs/ez-chip.cjs.entry.js.gz +0 -0
  393. package/dist/cjs/ez-collapsible-box.cjs.entry.js.gz +0 -0
  394. package/dist/cjs/ez-combo-box-list_3.cjs.entry.js.gz +0 -0
  395. package/dist/cjs/ez-combo-box.cjs.entry.js.gz +0 -0
  396. package/dist/cjs/ez-date-input.cjs.entry.js.gz +0 -0
  397. package/dist/cjs/ez-date-time-input.cjs.entry.js.gz +0 -0
  398. package/dist/cjs/ez-dialog.cjs.entry.js.gz +0 -0
  399. package/dist/cjs/ez-double-list.cjs.entry.js.gz +0 -0
  400. package/dist/cjs/ez-dropdown_2.cjs.entry.js.gz +0 -0
  401. package/dist/cjs/ez-file-item.cjs.entry.js.gz +0 -0
  402. package/dist/cjs/ez-filter-input.cjs.entry.js.gz +0 -0
  403. package/dist/cjs/ez-form-view.cjs.entry.js.gz +0 -0
  404. package/dist/cjs/ez-form.cjs.entry.js.gz +0 -0
  405. package/dist/cjs/ez-grid.cjs.entry.js.gz +0 -0
  406. package/dist/cjs/ez-guide-navigator.cjs.entry.js.gz +0 -0
  407. package/dist/cjs/ez-icon.cjs.entry.js.gz +0 -0
  408. package/dist/cjs/ez-list.cjs.entry.js.gz +0 -0
  409. package/dist/cjs/ez-loading-bar.cjs.entry.js.gz +0 -0
  410. package/dist/cjs/ez-modal-container.cjs.entry.js.gz +0 -0
  411. package/dist/cjs/ez-modal.cjs.entry.js.gz +0 -0
  412. package/dist/cjs/ez-multi-selection-list.cjs.entry.js.gz +0 -0
  413. package/dist/cjs/ez-number-input.cjs.entry.js.gz +0 -0
  414. package/dist/cjs/ez-popover-plus_3.cjs.entry.js.gz +0 -0
  415. package/dist/cjs/ez-popover.cjs.entry.js.gz +0 -0
  416. package/dist/cjs/ez-popup.cjs.entry.js.gz +0 -0
  417. package/dist/cjs/ez-radio-button.cjs.entry.js.gz +0 -0
  418. package/dist/cjs/ez-scroller_2.cjs.entry.js.gz +0 -0
  419. package/dist/cjs/ez-search.cjs.entry.js.gz +0 -0
  420. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js.gz +0 -0
  421. package/dist/cjs/ez-split-button.cjs.entry.js.gz +0 -0
  422. package/dist/cjs/ez-split-item.cjs.entry.js.gz +0 -0
  423. package/dist/cjs/ez-split-panel.cjs.entry.js.gz +0 -0
  424. package/dist/cjs/ez-tabselector.cjs.entry.js.gz +0 -0
  425. package/dist/cjs/ez-text-area.cjs.entry.js.gz +0 -0
  426. package/dist/cjs/ez-text-input.cjs.entry.js.gz +0 -0
  427. package/dist/cjs/ez-time-input.cjs.entry.js.gz +0 -0
  428. package/dist/cjs/ez-toast.cjs.entry.js.gz +0 -0
  429. package/dist/cjs/ez-tooltip.cjs.entry.js.gz +0 -0
  430. package/dist/cjs/ez-tree.cjs.entry.js.gz +0 -0
  431. package/dist/cjs/ez-upload.cjs.entry.js.gz +0 -0
  432. package/dist/cjs/ez-view-stack.cjs.entry.js.gz +0 -0
  433. package/dist/cjs/ezListHelper-0d3970b4.js.gz +0 -0
  434. package/dist/cjs/ezui.cjs.js.gz +0 -0
  435. package/dist/cjs/filter-column.cjs.entry.js.gz +0 -0
  436. package/dist/cjs/index-9e5554cb.js.gz +0 -0
  437. package/dist/cjs/index.cjs.js.gz +0 -0
  438. package/dist/cjs/loader.cjs.js.gz +0 -0
  439. package/dist/cjs/searchFormatters-b7e1ed1e.js.gz +0 -0
  440. package/dist/collection/components/ez-actions-button/ez-actions-button.css.gz +0 -0
  441. package/dist/collection/components/ez-actions-button/ez-actions-button.js.gz +0 -0
  442. package/dist/collection/components/ez-alert/ez-alert.css.gz +0 -0
  443. package/dist/collection/components/ez-alert/ez-alert.js.gz +0 -0
  444. package/dist/collection/components/ez-alert-list/ez-alert-list.css.gz +0 -0
  445. package/dist/collection/components/ez-alert-list/ez-alert-list.js.gz +0 -0
  446. package/dist/collection/components/ez-application/ez-application.css.gz +0 -0
  447. package/dist/collection/components/ez-application/ez-application.js.gz +0 -0
  448. package/dist/collection/components/ez-badge/enum/sizes.js.gz +0 -0
  449. package/dist/collection/components/ez-badge/ez-badge.css.gz +0 -0
  450. package/dist/collection/components/ez-badge/ez-badge.js.gz +0 -0
  451. package/dist/collection/components/ez-badge/interfaces/IPosition.js.gz +0 -0
  452. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.css.gz +0 -0
  453. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.js.gz +0 -0
  454. package/dist/collection/components/ez-breadcrumb/subcomponents/breadcrumb-item.js.gz +0 -0
  455. package/dist/collection/components/ez-button/ez-button.css.gz +0 -0
  456. package/dist/collection/components/ez-button/ez-button.js.gz +0 -0
  457. package/dist/collection/components/ez-calendar/ez-calendar.css.gz +0 -0
  458. package/dist/collection/components/ez-calendar/ez-calendar.js.gz +0 -0
  459. package/dist/collection/components/ez-card-item/ez-card-item.css.gz +0 -0
  460. package/dist/collection/components/ez-card-item/ez-card-item.js.gz +0 -0
  461. package/dist/collection/components/ez-chart/components/BarChart.js.gz +0 -0
  462. package/dist/collection/components/ez-chart/components/ColumnChart.js.gz +0 -0
  463. package/dist/collection/components/ez-chart/components/DonutChart.js.gz +0 -0
  464. package/dist/collection/components/ez-chart/components/LineChart.js.gz +0 -0
  465. package/dist/collection/components/ez-chart/components/PieChart.js.gz +0 -0
  466. package/dist/collection/components/ez-chart/components/index.js.gz +0 -0
  467. package/dist/collection/components/ez-chart/ez-chart.css.gz +0 -0
  468. package/dist/collection/components/ez-chart/ez-chart.js.gz +0 -0
  469. package/dist/collection/components/ez-chart/interfaces/ChartAxis.js.gz +0 -0
  470. package/dist/collection/components/ez-chart/interfaces/ChartContext.js.gz +0 -0
  471. package/dist/collection/components/ez-chart/interfaces/ChartOptions.js.gz +0 -0
  472. package/dist/collection/components/ez-chart/interfaces/ChartSerie.js.gz +0 -0
  473. package/dist/collection/components/ez-chart/interfaces/ChartStrategies.js.gz +0 -0
  474. package/dist/collection/components/ez-chart/interfaces/ChartType.js.gz +0 -0
  475. package/dist/collection/components/ez-chart/interfaces/ChartTypeValue.js.gz +0 -0
  476. package/dist/collection/components/ez-chart/interfaces/index.js.gz +0 -0
  477. package/dist/collection/components/ez-chart/test/mock-chart.js.gz +0 -0
  478. package/dist/collection/components/ez-chart/types/BaseHighChartsRender.js.gz +0 -0
  479. package/dist/collection/components/ez-check/CheckMode.js.gz +0 -0
  480. package/dist/collection/components/ez-check/ez-check.css.gz +0 -0
  481. package/dist/collection/components/ez-check/ez-check.js.gz +0 -0
  482. package/dist/collection/components/ez-chip/ez-chip.css.gz +0 -0
  483. package/dist/collection/components/ez-chip/ez-chip.js.gz +0 -0
  484. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css.gz +0 -0
  485. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js.gz +0 -0
  486. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css.gz +0 -0
  487. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js.gz +0 -0
  488. package/dist/collection/components/ez-combo-box/ez-combo-box.css.gz +0 -0
  489. package/dist/collection/components/ez-combo-box/ez-combo-box.js.gz +0 -0
  490. package/dist/collection/components/ez-date-input/ez-date-input.css.gz +0 -0
  491. package/dist/collection/components/ez-date-input/ez-date-input.js.gz +0 -0
  492. package/dist/collection/components/ez-date-time-input/ez-date-time-input.css.gz +0 -0
  493. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js.gz +0 -0
  494. package/dist/collection/components/ez-dialog/DialogType.js.gz +0 -0
  495. package/dist/collection/components/ez-dialog/ez-dialog.css.gz +0 -0
  496. package/dist/collection/components/ez-dialog/ez-dialog.js.gz +0 -0
  497. package/dist/collection/components/ez-double-list/doubleListHelper.js.gz +0 -0
  498. package/dist/collection/components/ez-double-list/ez-double-list.css.gz +0 -0
  499. package/dist/collection/components/ez-double-list/ez-double-list.js.gz +0 -0
  500. package/dist/collection/components/ez-dropdown/ez-dropdown.css.gz +0 -0
  501. package/dist/collection/components/ez-dropdown/ez-dropdown.js.gz +0 -0
  502. package/dist/collection/components/ez-dropdown/structure/DropdownItem.js.gz +0 -0
  503. package/dist/collection/components/ez-dropdown/structure/SubmenuControl.js.gz +0 -0
  504. package/dist/collection/components/ez-file-item/ez-file-item.css.gz +0 -0
  505. package/dist/collection/components/ez-file-item/ez-file-item.js.gz +0 -0
  506. package/dist/collection/components/ez-filter-input/ez-filter-input.css.gz +0 -0
  507. package/dist/collection/components/ez-filter-input/ez-filter-input.js.gz +0 -0
  508. package/dist/collection/components/ez-form/ez-form.css.gz +0 -0
  509. package/dist/collection/components/ez-form/ez-form.js.gz +0 -0
  510. package/dist/collection/components/ez-form/store/form.slice.js.gz +0 -0
  511. package/dist/collection/components/ez-form-view/custom-input/ez-custom-form-input.js.gz +0 -0
  512. package/dist/collection/components/ez-form-view/ez-form-view.css.gz +0 -0
  513. package/dist/collection/components/ez-form-view/ez-form-view.js.gz +0 -0
  514. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js.gz +0 -0
  515. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js.gz +0 -0
  516. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js.gz +0 -0
  517. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js.gz +0 -0
  518. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js.gz +0 -0
  519. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js.gz +0 -0
  520. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js.gz +0 -0
  521. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js.gz +0 -0
  522. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js.gz +0 -0
  523. package/dist/collection/components/ez-form-view/interfaces/IFormViewField.js.gz +0 -0
  524. package/dist/collection/components/ez-form-view/interfaces/index.js.gz +0 -0
  525. package/dist/collection/components/ez-form-view/structure/index.js.gz +0 -0
  526. package/dist/collection/components/ez-grid/controller/EzGridController.js.gz +0 -0
  527. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js.gz +0 -0
  528. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js.gz +0 -0
  529. package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js.gz +0 -0
  530. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js.gz +0 -0
  531. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.js.gz +0 -0
  532. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellRender.js.gz +0 -0
  533. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.js.gz +0 -0
  534. package/dist/collection/components/ez-grid/controller/ag-grid/components/cellRendererStatus.js.gz +0 -0
  535. package/dist/collection/components/ez-grid/controller/ag-grid/components/selectionHeader.js.gz +0 -0
  536. package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellEditorConstants.js.gz +0 -0
  537. package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellRenderConstants.js.gz +0 -0
  538. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js.gz +0 -0
  539. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellRender.js.gz +0 -0
  540. package/dist/collection/components/ez-grid/controller/ag-grid/editor/GridEditorUtils.js.gz +0 -0
  541. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IEditorMetadata.js.gz +0 -0
  542. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellEditor.js.gz +0 -0
  543. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellRender.js.gz +0 -0
  544. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/ComboBox.tpl.js.gz +0 -0
  545. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/DateInput.tpl.js.gz +0 -0
  546. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/NumberInput.tpl.js.gz +0 -0
  547. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/Search.tpl.js.gz +0 -0
  548. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/TextInput.tpl.js.gz +0 -0
  549. package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js.gz +0 -0
  550. package/dist/collection/components/ez-grid/controller/ag-grid/mock/Server.js.gz +0 -0
  551. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js.gz +0 -0
  552. package/dist/collection/components/ez-grid/ez-grid.css.gz +0 -0
  553. package/dist/collection/components/ez-grid/ez-grid.js.gz +0 -0
  554. package/dist/collection/components/ez-grid/interfaces/IColumnFilter.js.gz +0 -0
  555. package/dist/collection/components/ez-grid/interfaces/ICustomFormatter.js.gz +0 -0
  556. package/dist/collection/components/ez-grid/interfaces/ISelection.js.gz +0 -0
  557. package/dist/collection/components/ez-grid/interfaces/ISelectionToastConfig.js.gz +0 -0
  558. package/dist/collection/components/ez-grid/interfaces/index.js.gz +0 -0
  559. package/dist/collection/components/ez-grid/subcomponents/filter-column.css.gz +0 -0
  560. package/dist/collection/components/ez-grid/subcomponents/filter-column.js.gz +0 -0
  561. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js.gz +0 -0
  562. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js.gz +0 -0
  563. package/dist/collection/components/ez-grid/test/resources/gridDataUnit.js.gz +0 -0
  564. package/dist/collection/components/ez-grid/utils/ColumnFilterManager.js.gz +0 -0
  565. package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js.gz +0 -0
  566. package/dist/collection/components/ez-grid/utils/index.js.gz +0 -0
  567. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.css.gz +0 -0
  568. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js.gz +0 -0
  569. package/dist/collection/components/ez-guide-navigator/interfaces/IGuideItem.js.gz +0 -0
  570. package/dist/collection/components/ez-guide-navigator/interfaces/index.js.gz +0 -0
  571. package/dist/collection/components/ez-icon/ez-icon.css.gz +0 -0
  572. package/dist/collection/components/ez-icon/ez-icon.js.gz +0 -0
  573. package/dist/collection/components/ez-list/ez-list.css.gz +0 -0
  574. package/dist/collection/components/ez-list/ez-list.js.gz +0 -0
  575. package/dist/collection/components/ez-list/ezListHelper.js.gz +0 -0
  576. package/dist/collection/components/ez-loading-bar/ez-loading-bar.css.gz +0 -0
  577. package/dist/collection/components/ez-loading-bar/ez-loading-bar.js.gz +0 -0
  578. package/dist/collection/components/ez-modal/ez-modal.css.gz +0 -0
  579. package/dist/collection/components/ez-modal/ez-modal.js.gz +0 -0
  580. package/dist/collection/components/ez-modal-container/ez-modal-container.css.gz +0 -0
  581. package/dist/collection/components/ez-modal-container/ez-modal-container.js.gz +0 -0
  582. package/dist/collection/components/ez-modal-container/index.js.gz +0 -0
  583. package/dist/collection/components/ez-modal-container/modal-action.js.gz +0 -0
  584. package/dist/collection/components/ez-modal-container/modal-button-status.js.gz +0 -0
  585. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.css.gz +0 -0
  586. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js.gz +0 -0
  587. package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.js.gz +0 -0
  588. package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionOption.js.gz +0 -0
  589. package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.css.gz +0 -0
  590. package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.js.gz +0 -0
  591. package/dist/collection/components/ez-number-input/ez-number-input.css.gz +0 -0
  592. package/dist/collection/components/ez-number-input/ez-number-input.js.gz +0 -0
  593. package/dist/collection/components/ez-popover/ez-popover.css.gz +0 -0
  594. package/dist/collection/components/ez-popover/ez-popover.js.gz +0 -0
  595. package/dist/collection/components/ez-popover-plus/ez-popover-plus.css.gz +0 -0
  596. package/dist/collection/components/ez-popover-plus/ez-popover-plus.js.gz +0 -0
  597. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css.gz +0 -0
  598. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js.gz +0 -0
  599. package/dist/collection/components/ez-popup/ez-popup.css.gz +0 -0
  600. package/dist/collection/components/ez-popup/ez-popup.js.gz +0 -0
  601. package/dist/collection/components/ez-radio-button/ez-radio-button.css.gz +0 -0
  602. package/dist/collection/components/ez-radio-button/ez-radio-button.js.gz +0 -0
  603. package/dist/collection/components/ez-scroller/EzScrollDirection.js.gz +0 -0
  604. package/dist/collection/components/ez-scroller/ez-scroller.css.gz +0 -0
  605. package/dist/collection/components/ez-scroller/ez-scroller.js.gz +0 -0
  606. package/dist/collection/components/ez-search/ez-search.css.gz +0 -0
  607. package/dist/collection/components/ez-search/ez-search.js.gz +0 -0
  608. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.css.gz +0 -0
  609. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.js.gz +0 -0
  610. package/dist/collection/components/ez-search/utils/searchFormatters.js.gz +0 -0
  611. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css.gz +0 -0
  612. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js.gz +0 -0
  613. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.css.gz +0 -0
  614. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js.gz +0 -0
  615. package/dist/collection/components/ez-sidebar-navigator/interfaces/ModeMenuEnum.js.gz +0 -0
  616. package/dist/collection/components/ez-sidebar-navigator/interfaces/SizeMenuEnum.js.gz +0 -0
  617. package/dist/collection/components/ez-sidebar-navigator/interfaces/TypeMenuEnum.js.gz +0 -0
  618. package/dist/collection/components/ez-sidebar-navigator/interfaces/index.js.gz +0 -0
  619. package/dist/collection/components/ez-sidebar-navigator/messages/constants.js.gz +0 -0
  620. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js.gz +0 -0
  621. package/dist/collection/components/ez-skeleton/ez-skeleton.css.gz +0 -0
  622. package/dist/collection/components/ez-skeleton/ez-skeleton.js.gz +0 -0
  623. package/dist/collection/components/ez-split-button/ez-split-button.css.gz +0 -0
  624. package/dist/collection/components/ez-split-button/ez-split-button.js.gz +0 -0
  625. package/dist/collection/components/ez-split-button/test/dropdownItems.js.gz +0 -0
  626. package/dist/collection/components/ez-split-panel/ez-split-panel.css.gz +0 -0
  627. package/dist/collection/components/ez-split-panel/ez-split-panel.js.gz +0 -0
  628. package/dist/collection/components/ez-split-panel/interfaces/IPanelSizeInfo.js.gz +0 -0
  629. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css.gz +0 -0
  630. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js.gz +0 -0
  631. package/dist/collection/components/ez-tabselector/ez-tabselector.css.gz +0 -0
  632. package/dist/collection/components/ez-tabselector/ez-tabselector.js.gz +0 -0
  633. package/dist/collection/components/ez-text-area/ez-text-area.css.gz +0 -0
  634. package/dist/collection/components/ez-text-area/ez-text-area.js.gz +0 -0
  635. package/dist/collection/components/ez-text-edit/ez-text-edit.css.gz +0 -0
  636. package/dist/collection/components/ez-text-edit/ez-text-edit.js.gz +0 -0
  637. package/dist/collection/components/ez-text-input/ez-text-input.css.gz +0 -0
  638. package/dist/collection/components/ez-text-input/ez-text-input.js.gz +0 -0
  639. package/dist/collection/components/ez-time-input/ez-time-input.css.gz +0 -0
  640. package/dist/collection/components/ez-time-input/ez-time-input.js.gz +0 -0
  641. package/dist/collection/components/ez-toast/ez-toast.css.gz +0 -0
  642. package/dist/collection/components/ez-toast/ez-toast.js.gz +0 -0
  643. package/dist/collection/components/ez-tooltip/ez-tooltip.css.gz +0 -0
  644. package/dist/collection/components/ez-tooltip/ez-tooltip.js.gz +0 -0
  645. package/dist/collection/components/ez-tree/ez-tree.css.gz +0 -0
  646. package/dist/collection/components/ez-tree/ez-tree.js.gz +0 -0
  647. package/dist/collection/components/ez-tree/interfaces/ITree.js.gz +0 -0
  648. package/dist/collection/components/ez-tree/interfaces/ITreeItem.js.gz +0 -0
  649. package/dist/collection/components/ez-tree/interfaces/ITreeItemBadge.js.gz +0 -0
  650. package/dist/collection/components/ez-tree/subcomponents/DefaultIconResolver.js.gz +0 -0
  651. package/dist/collection/components/ez-tree/subcomponents/DefaultTooltipResolver.js.gz +0 -0
  652. package/dist/collection/components/ez-tree/subcomponents/TreeItem.js.gz +0 -0
  653. package/dist/collection/components/ez-tree/subcomponents/index.js.gz +0 -0
  654. package/dist/collection/components/ez-tree/types/Node.js.gz +0 -0
  655. package/dist/collection/components/ez-tree/types/Tree.js.gz +0 -0
  656. package/dist/collection/components/ez-upload/RemoteFile.js.gz +0 -0
  657. package/dist/collection/components/ez-upload/ez-upload.css.gz +0 -0
  658. package/dist/collection/components/ez-upload/ez-upload.js.gz +0 -0
  659. package/dist/collection/components/ez-view-stack/ez-view-stack.css.gz +0 -0
  660. package/dist/collection/components/ez-view-stack/ez-view-stack.js.gz +0 -0
  661. package/dist/collection/index.js.gz +0 -0
  662. package/dist/collection/servidor.js.gz +0 -0
  663. package/dist/collection/setupTests.js.gz +0 -0
  664. package/dist/collection/sw.js.gz +0 -0
  665. package/dist/collection/utils/ApplicationUtils.js.gz +0 -0
  666. package/dist/collection/utils/AssetsUtils.js.gz +0 -0
  667. package/dist/collection/utils/CSSVarsUtils.js.gz +0 -0
  668. package/dist/collection/utils/FocusResolver.js.gz +0 -0
  669. package/dist/collection/utils/ResponsiveInputUtils.js +0 -26
  670. package/dist/collection/utils/ResponsiveInputUtils.js.gz +0 -0
  671. package/dist/collection/utils/constants.js.gz +0 -0
  672. package/dist/collection/utils/customEditor/interfaces/ICustomEditor.js.gz +0 -0
  673. package/dist/collection/utils/customEditor/interfaces/ICustomEditorInfo.js.gz +0 -0
  674. package/dist/collection/utils/customRender/interfaces/ICustomRender.js.gz +0 -0
  675. package/dist/collection/utils/customRender/interfaces/ICustomRenderInfo.js.gz +0 -0
  676. package/dist/collection/utils/form/DataBinder.js.gz +0 -0
  677. package/dist/collection/utils/form/FormMetadata.js.gz +0 -0
  678. package/dist/collection/utils/form/index.js.gz +0 -0
  679. package/dist/collection/utils/form/interfaces/FormLayout.js.gz +0 -0
  680. package/dist/collection/utils/form/interfaces/IDefaultConfig.js.gz +0 -0
  681. package/dist/collection/utils/form/interfaces/IFormCardConfig.js.gz +0 -0
  682. package/dist/collection/utils/form/interfaces/IFormConfig.js.gz +0 -0
  683. package/dist/collection/utils/form/interfaces/IFormSheetMetadata.js.gz +0 -0
  684. package/dist/collection/utils/form/interfaces/ISummaryField.js.gz +0 -0
  685. package/dist/collection/utils/form/interfaces/ITabConfig.js.gz +0 -0
  686. package/dist/collection/utils/form/interfaces/index.js.gz +0 -0
  687. package/dist/collection/utils/form/test/DataBinder.test.js.gz +0 -0
  688. package/dist/collection/utils/form/test/resources/metadataTest.js.gz +0 -0
  689. package/dist/collection/utils/index.js.gz +0 -0
  690. package/dist/collection/utils/interfaces/AbstractFieldMetadata.js.gz +0 -0
  691. package/dist/collection/utils/interfaces/IAction.js.gz +0 -0
  692. package/dist/collection/utils/interfaces/IFieldConfig.js.gz +0 -0
  693. package/dist/collection/utils/mock/ez-upload-mock.js.gz +0 -0
  694. package/dist/collection/utils/utils.js.gz +0 -0
  695. package/dist/collection/utils/validators/recordvalidator/IInvalidCells.js.gz +0 -0
  696. package/dist/collection/utils/validators/recordvalidator/IInvalidField.js.gz +0 -0
  697. package/dist/collection/utils/validators/recordvalidator/IRecordValidator.js.gz +0 -0
  698. package/dist/collection/utils/validators/recordvalidator/IValidationResult.js.gz +0 -0
  699. package/dist/collection/utils/validators/recordvalidator/IValidationSource.js.gz +0 -0
  700. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js.gz +0 -0
  701. package/dist/custom-elements/index.js.gz +0 -0
  702. package/dist/esm/ApplicationUtils-eaf91331.js.gz +0 -0
  703. package/dist/esm/CSSVarsUtils-acba92d7.js.gz +0 -0
  704. package/dist/esm/CheckMode-bdb2ec19.js.gz +0 -0
  705. package/dist/esm/DataBinder-9c877244.js.gz +0 -0
  706. package/dist/esm/DialogType-54a62731.js.gz +0 -0
  707. package/dist/esm/EzScrollDirection-2df26c93.js.gz +0 -0
  708. package/dist/esm/FocusResolver-1ccbf850.js.gz +0 -0
  709. package/dist/esm/FormLayout-54092963.js +0 -7
  710. package/dist/esm/FormLayout-54092963.js.gz +0 -0
  711. package/dist/esm/ICustomRender-875b5a40.js +0 -13
  712. package/dist/esm/ICustomRender-875b5a40.js.gz +0 -0
  713. package/dist/esm/constants-4e0d35b7.js +0 -5
  714. package/dist/esm/constants-4e0d35b7.js.gz +0 -0
  715. package/dist/esm/ez-actions-button.entry.js.gz +0 -0
  716. package/dist/esm/ez-alert-list.entry.js.gz +0 -0
  717. package/dist/esm/ez-alert.entry.js.gz +0 -0
  718. package/dist/esm/ez-application.entry.js.gz +0 -0
  719. package/dist/esm/ez-badge.entry.js.gz +0 -0
  720. package/dist/esm/ez-breadcrumb.entry.js.gz +0 -0
  721. package/dist/esm/ez-button.entry.js.gz +0 -0
  722. package/dist/esm/ez-calendar.entry.js.gz +0 -0
  723. package/dist/esm/ez-card-item_2.entry.js.gz +0 -0
  724. package/dist/esm/ez-chart.entry.js.gz +0 -0
  725. package/dist/esm/ez-check.entry.js.gz +0 -0
  726. package/dist/esm/ez-chip.entry.js.gz +0 -0
  727. package/dist/esm/ez-collapsible-box.entry.js.gz +0 -0
  728. package/dist/esm/ez-combo-box-list_3.entry.js.gz +0 -0
  729. package/dist/esm/ez-combo-box.entry.js.gz +0 -0
  730. package/dist/esm/ez-date-input.entry.js.gz +0 -0
  731. package/dist/esm/ez-date-time-input.entry.js.gz +0 -0
  732. package/dist/esm/ez-dialog.entry.js.gz +0 -0
  733. package/dist/esm/ez-double-list.entry.js.gz +0 -0
  734. package/dist/esm/ez-dropdown_2.entry.js.gz +0 -0
  735. package/dist/esm/ez-file-item.entry.js.gz +0 -0
  736. package/dist/esm/ez-filter-input.entry.js.gz +0 -0
  737. package/dist/esm/ez-form-view.entry.js.gz +0 -0
  738. package/dist/esm/ez-form.entry.js.gz +0 -0
  739. package/dist/esm/ez-grid.entry.js.gz +0 -0
  740. package/dist/esm/ez-guide-navigator.entry.js.gz +0 -0
  741. package/dist/esm/ez-icon.entry.js.gz +0 -0
  742. package/dist/esm/ez-list.entry.js.gz +0 -0
  743. package/dist/esm/ez-loading-bar.entry.js.gz +0 -0
  744. package/dist/esm/ez-modal-container.entry.js.gz +0 -0
  745. package/dist/esm/ez-modal.entry.js.gz +0 -0
  746. package/dist/esm/ez-multi-selection-list.entry.js.gz +0 -0
  747. package/dist/esm/ez-number-input.entry.js.gz +0 -0
  748. package/dist/esm/ez-popover-plus_3.entry.js.gz +0 -0
  749. package/dist/esm/ez-popover.entry.js.gz +0 -0
  750. package/dist/esm/ez-popup.entry.js.gz +0 -0
  751. package/dist/esm/ez-radio-button.entry.js.gz +0 -0
  752. package/dist/esm/ez-scroller_2.entry.js.gz +0 -0
  753. package/dist/esm/ez-search.entry.js.gz +0 -0
  754. package/dist/esm/ez-sidebar-navigator.entry.js.gz +0 -0
  755. package/dist/esm/ez-split-button.entry.js.gz +0 -0
  756. package/dist/esm/ez-split-item.entry.js.gz +0 -0
  757. package/dist/esm/ez-split-panel.entry.js.gz +0 -0
  758. package/dist/esm/ez-tabselector.entry.js.gz +0 -0
  759. package/dist/esm/ez-text-area.entry.js.gz +0 -0
  760. package/dist/esm/ez-text-input.entry.js.gz +0 -0
  761. package/dist/esm/ez-time-input.entry.js.gz +0 -0
  762. package/dist/esm/ez-toast.entry.js.gz +0 -0
  763. package/dist/esm/ez-tooltip.entry.js.gz +0 -0
  764. package/dist/esm/ez-tree.entry.js.gz +0 -0
  765. package/dist/esm/ez-upload.entry.js.gz +0 -0
  766. package/dist/esm/ez-view-stack.entry.js.gz +0 -0
  767. package/dist/esm/ezListHelper-00fb9b8d.js.gz +0 -0
  768. package/dist/esm/ezui.js.gz +0 -0
  769. package/dist/esm/filter-column.entry.js.gz +0 -0
  770. package/dist/esm/index-5a720e56.js.gz +0 -0
  771. package/dist/esm/index.js.gz +0 -0
  772. package/dist/esm/loader.js.gz +0 -0
  773. package/dist/esm/polyfills/core-js.js.gz +0 -0
  774. package/dist/esm/polyfills/css-shim.js.gz +0 -0
  775. package/dist/esm/polyfills/dom.js.gz +0 -0
  776. package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
  777. package/dist/esm/polyfills/index.js.gz +0 -0
  778. package/dist/esm/polyfills/system.js.gz +0 -0
  779. package/dist/esm/searchFormatters-8229207e.js.gz +0 -0
  780. package/dist/ezui/ezui.esm.js.gz +0 -0
  781. package/dist/ezui/index.esm.js.gz +0 -0
  782. package/dist/ezui/p-000159dc.entry.js.gz +0 -0
  783. package/dist/ezui/p-0378416a.entry.js.gz +0 -0
  784. package/dist/ezui/p-05e1f4e7.js +0 -1
  785. package/dist/ezui/p-05e1f4e7.js.gz +0 -0
  786. package/dist/ezui/p-06f1b8e4.entry.js.gz +0 -0
  787. package/dist/ezui/p-0cd9d4ec.entry.js +0 -1
  788. package/dist/ezui/p-0cd9d4ec.entry.js.gz +0 -0
  789. package/dist/ezui/p-0cfbbe82.entry.js +0 -1
  790. package/dist/ezui/p-0cfbbe82.entry.js.gz +0 -0
  791. package/dist/ezui/p-11bfeca3.entry.js.gz +0 -0
  792. package/dist/ezui/p-173f68ea.js +0 -1
  793. package/dist/ezui/p-173f68ea.js.gz +0 -0
  794. package/dist/ezui/p-1bb62d6b.entry.js +0 -1
  795. package/dist/ezui/p-1bb62d6b.entry.js.gz +0 -0
  796. package/dist/ezui/p-2069c78a.entry.js +0 -1
  797. package/dist/ezui/p-2069c78a.entry.js.gz +0 -0
  798. package/dist/ezui/p-2187f86c.js.gz +0 -0
  799. package/dist/ezui/p-22ea800a.entry.js +0 -1
  800. package/dist/ezui/p-22ea800a.entry.js.gz +0 -0
  801. package/dist/ezui/p-23dab72f.entry.js +0 -1
  802. package/dist/ezui/p-23dab72f.entry.js.gz +0 -0
  803. package/dist/ezui/p-24b42f3d.entry.js +0 -1
  804. package/dist/ezui/p-24b42f3d.entry.js.gz +0 -0
  805. package/dist/ezui/p-2f351332.entry.js +0 -1
  806. package/dist/ezui/p-2f351332.entry.js.gz +0 -0
  807. package/dist/ezui/p-37c840e8.entry.js +0 -1
  808. package/dist/ezui/p-37c840e8.entry.js.gz +0 -0
  809. package/dist/ezui/p-40a60148.js.gz +0 -0
  810. package/dist/ezui/p-41652617.entry.js +0 -1
  811. package/dist/ezui/p-41652617.entry.js.gz +0 -0
  812. package/dist/ezui/p-44b39e81.entry.js.gz +0 -0
  813. package/dist/ezui/p-4607fb89.js +0 -1
  814. package/dist/ezui/p-4607fb89.js.gz +0 -0
  815. package/dist/ezui/p-4818b8ce.entry.js +0 -1
  816. package/dist/ezui/p-4818b8ce.entry.js.gz +0 -0
  817. package/dist/ezui/p-68b2e579.entry.js +0 -1
  818. package/dist/ezui/p-68b2e579.entry.js.gz +0 -0
  819. package/dist/ezui/p-6b51c9cc.entry.js.gz +0 -0
  820. package/dist/ezui/p-6d8b3298.entry.js +0 -1
  821. package/dist/ezui/p-6d8b3298.entry.js.gz +0 -0
  822. package/dist/ezui/p-6ec40dec.entry.js +0 -1
  823. package/dist/ezui/p-6ec40dec.entry.js.gz +0 -0
  824. package/dist/ezui/p-6fc26622.entry.js.gz +0 -0
  825. package/dist/ezui/p-708b196e.entry.js.gz +0 -0
  826. package/dist/ezui/p-7567ccdd.entry.js.gz +0 -0
  827. package/dist/ezui/p-769632d5.entry.js.gz +0 -0
  828. package/dist/ezui/p-7c1b3cef.entry.js +0 -1
  829. package/dist/ezui/p-7c1b3cef.entry.js.gz +0 -0
  830. package/dist/ezui/p-80dfc50b.js.gz +0 -0
  831. package/dist/ezui/p-81461d2f.entry.js.gz +0 -0
  832. package/dist/ezui/p-82fa4b09.entry.js.gz +0 -0
  833. package/dist/ezui/p-87f5a060.entry.js.gz +0 -0
  834. package/dist/ezui/p-88c615f0.entry.js +0 -1
  835. package/dist/ezui/p-88c615f0.entry.js.gz +0 -0
  836. package/dist/ezui/p-9066b0b0.entry.js +0 -1
  837. package/dist/ezui/p-9066b0b0.entry.js.gz +0 -0
  838. package/dist/ezui/p-91ccae0c.entry.js.gz +0 -0
  839. package/dist/ezui/p-92748142.entry.js.gz +0 -0
  840. package/dist/ezui/p-98bb8b16.js.gz +0 -0
  841. package/dist/ezui/p-9c5a6ec4.entry.js +0 -1
  842. package/dist/ezui/p-9c5a6ec4.entry.js.gz +0 -0
  843. package/dist/ezui/p-9d6d339e.entry.js +0 -1
  844. package/dist/ezui/p-9d6d339e.entry.js.gz +0 -0
  845. package/dist/ezui/p-9e45446f.entry.js +0 -1
  846. package/dist/ezui/p-9e45446f.entry.js.gz +0 -0
  847. package/dist/ezui/p-9e95bfeb.entry.js.gz +0 -0
  848. package/dist/ezui/p-a5d0b66b.entry.js +0 -309
  849. package/dist/ezui/p-a5d0b66b.entry.js.gz +0 -0
  850. package/dist/ezui/p-a79f3789.entry.js +0 -1
  851. package/dist/ezui/p-a79f3789.entry.js.gz +0 -0
  852. package/dist/ezui/p-ab574d59.js.gz +0 -0
  853. package/dist/ezui/p-acddfb2e.js +0 -1
  854. package/dist/ezui/p-acddfb2e.js.gz +0 -0
  855. package/dist/ezui/p-b853763b.js.gz +0 -0
  856. package/dist/ezui/p-b9282c79.entry.js +0 -1
  857. package/dist/ezui/p-b9282c79.entry.js.gz +0 -0
  858. package/dist/ezui/p-c2b20f78.entry.js.gz +0 -0
  859. package/dist/ezui/p-c7035d65.entry.js.gz +0 -0
  860. package/dist/ezui/p-c96fbbef.entry.js +0 -1
  861. package/dist/ezui/p-c96fbbef.entry.js.gz +0 -0
  862. package/dist/ezui/p-ca8936df.entry.js +0 -1
  863. package/dist/ezui/p-ca8936df.entry.js.gz +0 -0
  864. package/dist/ezui/p-cb83960b.entry.js +0 -1
  865. package/dist/ezui/p-cb83960b.entry.js.gz +0 -0
  866. package/dist/ezui/p-cc4ffa6b.entry.js +0 -1
  867. package/dist/ezui/p-cc4ffa6b.entry.js.gz +0 -0
  868. package/dist/ezui/p-cf33bc48.entry.js.gz +0 -0
  869. package/dist/ezui/p-dc628ed3.js.gz +0 -0
  870. package/dist/ezui/p-dfca5946.entry.js.gz +0 -0
  871. package/dist/ezui/p-e18d9e6a.entry.js +0 -1
  872. package/dist/ezui/p-e18d9e6a.entry.js.gz +0 -0
  873. package/dist/ezui/p-e3f8660b.entry.js +0 -1
  874. package/dist/ezui/p-e3f8660b.entry.js.gz +0 -0
  875. package/dist/ezui/p-e4c7eb39.js.gz +0 -0
  876. package/dist/ezui/p-e6b38ade.entry.js.gz +0 -0
  877. package/dist/ezui/p-ec7db713.js.gz +0 -0
  878. package/dist/ezui/p-ede42942.entry.js +0 -1
  879. package/dist/ezui/p-ede42942.entry.js.gz +0 -0
  880. package/dist/ezui/p-f6754848.entry.js +0 -1
  881. package/dist/ezui/p-f6754848.entry.js.gz +0 -0
  882. package/dist/ezui/p-fc194825.entry.js.gz +0 -0
  883. package/dist/index.cjs.js.gz +0 -0
  884. package/dist/index.js.gz +0 -0
  885. package/dist/types/utils/ResponsiveInputUtils.d.ts +0 -6
@@ -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 ezRadioButtonCss = ":host{--ez-radio-button--font-family:var(--font-pattern, Arial);--ez-radio-button--font-size:var(--text--medium, 14px);--ez-radio-button--font-weight:var(--text-weight--large);--ez-radio-button--font-color:var(--title--primary, #2B3A54);--ez-radio-button--padding-vertical:var(--space--medium, 12px);--ez-radio-button--padding-horizontal:var(--space--small, 6px);--ez-radio-button__form-label--font-family:var(--font-pattern, Arial);--ez-radio-button__form-label--font-weight:var(--text-weight--medium, 400);--ez-radio-button__form-label--title-primary:var(--title--primary, #2B3A54);--ez-radio-button__form-label--font-size:var(--text--medium, 14px);--ez-radio-button__form-label--padding-horizontal:var(--space--medium, 12px);--ez-radio-button__form-radio--border-color:var(--title--primary, #2B3A54);--ez-radio-button__form-radio--checked--color:var(--color--primary, #008561);--ez-radio-button__form-radio--disabled--border-color:var(--color--strokes, #dce0e8);--ez-radio-button__form-radio--disabled--background-color:var(--background--medium, #f0f3f7);--ez-radio-button__form-radio--disabled--color:var(--color--strokes, #dce0e8);--ez-radio-button__form-radio--disabled--before--background-color:var(--color--strokes, #dce0e8);--ez-radio-button__form-radio--focus--background-color:var(--color--inverted, #fff);--ez-radio-button__form-radio--checked--box-shadow-color:var(--background--strong, #e4eaf1);--ez-radio-button__form-radio--checked--focus--background-color:var(--color--inverted, #fff);--ez-radio-button__form-radio--checked--focus--box-shadow-color:var(--color--primary-300, #e2f4ef);--ez-radio-button__form-radio--checked--hover--background-color:var(--color--inverted, #fff);--ez-radio-button__form-radio--checked--hover--box-shadow-color:#daece7;--ez-radio-button__form-radio--hover--box-shadow-color:var(--color--strokes, #dce0e8);--ez-radio-button__form-radio--checked--disabled--hover--background-color:var(--background--medium, #f0f3f7);display:flex;width:100%;flex-direction:column;align-items:flex-start;box-sizing:border-box}.form{padding:var(--ez-radio-button--padding-vertical) var(--ez-radio-button--padding-horizontal);gap:var(--ez-radio-button__form-label--padding-horizontal)}.form--vertical{display:flex;flex-direction:column}.form--horizontal{display:flex;flex-direction:row}.form__group{display:grid;grid-template-columns:20px auto;align-items:center}.label{font-family:var(--ez-radio-button--font-family);font-size:var(--ez-radio-button--font-size);font-weight:var(--ez-radio-button--font-weight);color:var(--ez-radio-button--font-color)}.form__label{cursor:pointer;font-weight:var(--ez-radio-button__form-label--font-weight);color:var(--ez-radio-button__form-label--title-primary);font-family:var(--ez-radio-button__form-label--font-family);font-size:var(--ez-radio-button__form-label--font-size);padding-left:var(--ez-radio-button__form-label--padding-horizontal);padding-right:var(--ez-radio-button__form-label--padding-horizontal)}.form__radio{cursor:pointer;appearance:none;outline:none;position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:0;width:20px;height:20px;border-radius:50%;border:2px solid var(--ez-radio-button__form-radio--border-color)}.form__radio::before{content:'';display:block;position:absolute;opacity:0;transition:all 300ms ease-in-out;height:100%;width:100%;border-radius:50%;transform:scale(0.5);background:var(--ez-radio-button__form-radio--checked--color)}.form__radio:checked:before{opacity:1}.form__radio:checked{border:2px solid var(--ez-radio-button__form-radio--checked--color)}.form__radio:disabled{cursor:default;border:2px solid var(--ez-radio-button__form-radio--disabled--border-color);background-color:var(--ez-radio-button__form-radio--disabled--background-color)}.form__radio:disabled:hover{box-shadow:inherit}input[type=radio]:disabled~label{cursor:default;color:var(--ez-radio-button__form-radio--disabled--color)}.form__radio:disabled:before{background:var(--ez-radio-button__form-radio--disabled--before--background-color)}.form__radio:focus{transition:0.25s linear;background-color:var(--ez-radio-button__form-radio--focus--background-color);box-shadow:0px 0px 0px 6px var(--ez-radio-button__form-radio--checked--box-shadow-color)}.form__radio:checked:focus{transition:0.25s linear;background-color:var(--ez-radio-button__form-radio--checked--focus--background-color);box-shadow:0px 0px 0px 6px var(--ez-radio-button__form-radio--checked--focus--box-shadow-color)}.form__radio:checked:hover{transition:0.25s linear;background-color:var(--ez-radio-button__form-radio--checked--hover--background-color);box-shadow:0px 0px 0px 6px var(--ez-radio-button__form-radio--checked--hover--box-shadow-color)}.form__radio:hover{transition:0.25s linear;box-shadow:0px 0px 0px 6px var(--ez-radio-button__form-radio--hover--box-shadow-color)}.form__radio:checked:disabled:hover{box-shadow:none;background-color:var(--ez-radio-button__form-radio--checked--disabled--hover--background-color)}";
@@ -0,0 +1,27 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-a7b0c73d.js');
6
+
7
+ const ezRichToolbarItemCss = "ez-icon.sc-ez-rich-toolbar-item{--ez-icon--color:var(--color--secondary, #383c45)}.rich-toolbar-item.sc-ez-rich-toolbar-item{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:4px;cursor:pointer;transition:0.3s all ease-in-out}.rich-toolbar-item.sc-ez-rich-toolbar-item:hover{background-color:#f5f5f5}";
8
+
9
+ const EzRichToolbarItem = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.actionTriggered = index.createEvent(this, "actionTriggered", 7);
13
+ this.icon = undefined;
14
+ this.command = undefined;
15
+ this.title = undefined;
16
+ this.value = undefined;
17
+ }
18
+ async triggerAction() {
19
+ this.actionTriggered.emit({ command: this.command, value: this.value });
20
+ }
21
+ render() {
22
+ return (index.h("div", { id: `rich-toolbar-item-${this.icon}`, class: `rich-toolbar-item`, title: this.title, onClick: this.triggerAction.bind(this) }, index.h("ez-icon", { class: 'toolbar-item', iconName: this.icon })));
23
+ }
24
+ };
25
+ EzRichToolbarItem.style = ezRichToolbarItemCss;
26
+
27
+ exports.ez_rich_toolbar_item = EzRichToolbarItem;
@@ -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
  const EzScrollDirection = require('./EzScrollDirection-b2c99895.js');
8
8
 
@@ -0,0 +1,400 @@
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
+ require('./ApplicationUtils-c9d1205c.js');
8
+ const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
9
+ require('./DialogType-2114c337.js');
10
+ require('./CheckMode-ecb90b87.js');
11
+ const FormLayout = require('./FormLayout-18853e70.js');
12
+
13
+ const ezSearchPlusCss = ":host{--ez-search--height:42px;--ez-search--width:100%;--ez-search__icon--width:48px;--ez-search--border-radius:var(--border--radius-medium, 12px);--ez-search--border-radius-small:var(--border--radius-small, 6px);--ez-search--font-size:var(--text--medium, 14px);--ez-search--font-family:var(--font-pattern, Arial);--ez-search--font-weight--large:var(--text-weight--large, 500);--ez-search--font-weight--medium:var(--text-weight--medium, 400);--ez-search--background-color--xlight:var(--background--xlight, #fff);--ez-search--background-medium:var(--background--medium, #f0f3f7);--ez-search--line-height:calc(var(--text--medium, 14px) + 4px);--ez-search__input--background-color:var(--background--medium, #e0e0e0);--ez-search__input--border:var(--border--medium, 2px solid);--ez-search__input--border-color:var(--ez-search__input--background-color);--ez-search__input--focus--border-color:var(--color--primary, #008561);--ez-search__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--ez-search__input--disabled--color:var(--text--disable, #AFB6C0);--ez-search__input--error--border-color:#CC2936;--ez-search__btn--color:var(--title--primary, #2B3A54);--ez-search__btn-disabled--color:var(--text--disable, #AFB6C0);--ez-search__btn-hover--color:var(--color--primary, #4e4e4e);--ez-search__label--color:var(--title--primary, #2B3A54);--ez-search__list-title--primary:var(--title--primary, #2B3A54);--ez-search__list-text--primary:var(--text--primary, #626e82);--ez-search__list-height:calc(var(--ez-search--font-size) + var(--ez-search--space--medium) + 4px);--ez-search__list-min-width:64px;--ez-search--space--medium:var(--space--medium, 12px);--ez-search--space--small:var(--space--small, 6px);--ez-search__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-search__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-search__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-search__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-search__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-search__scrollbar--width:var(--space--medium, 12px);display:flex;flex-wrap:wrap;position:relative;width:var(--ez-search--width)}ez-icon{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.suppressed-search-input{--ez-text-input__input--border-color:var(--color--strokes, #dce0e8);--ez-text-input__input--disabled--background-color:var(--background--xlight, #fff);--ez-text-input__input--disabled--color:var(--title--primary, #2B3A54)}.list-container{min-width:var(--ez-search__list-min-width);overflow:auto;position:relative;width:100%}.list-wrapper{display:flex;flex-direction:column;box-sizing:border-box;width:0;z-index:var(--more-visible, 2);max-height:350px;min-width:150px;background-color:var(--ez-search--background-color--xlight);border-radius:var(--ez-search--border-radius);box-shadow:var(--shadow, 0px 0px 16px 0px #000)}.list-options{margin-top:0px;box-sizing:border-box;width:100%;height:100%;padding:0;display:flex;flex-direction:column;scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--ez-search__scrollbar--color-clicked) var(--ez-search__scrollbar--color-background)}.list-options::-webkit-scrollbar{background-color:var(--scrollbar--background);width:var(--space--small);max-width:var(--space--small);min-width:var(--space--small);height:var(--space--small);max-height:var(--space--small);min-height:var(--space--small)}.list-options::-webkit-scrollbar-track{background-color:var(--ez-search__scrollbar--color-background);border-radius:var(--ez-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-search__scrollbar--color-default);border-radius:var(--ez-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-search__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-search__scrollbar--color-clicked)}.item{display:flex;align-items:center;width:100%;box-sizing:border-box;list-style-type:none;cursor:pointer;border-radius:var(--ez-search--border-radius-small);gap:var(--space--small, 6px)}.item__value,.item__label{flex-basis:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-search__list-title--primary);font-family:var(--ez-search--font-family);font-size:var(--ez-search--font-size);line-height:var(--ez-search--line-height)}.item__label{font-weight:var(--ez-search--font-weight--medium)}.item__label--bold{font-weight:var(--ez-search--font-weight--large)}.item__value{text-align:center;color:var(--ez-search__list-text--primary);font-weight:var(--ez-search--font-weight--large)}.item__value--hidden{visibility:hidden;position:absolute;white-space:nowrap;z-index:-1;top:0;left:0}.item__label{text-align:left}.message{text-align:center;display:flex;justify-content:center;align-items:center;list-style-type:none;min-height:var(--ez-search__list-height)}.message__no-result{color:var(--ez-search__list-title--primary);font-family:var(--ez-search--font-family);font-size:var(--ez-search--font-size)}.message__loading{border-radius:50%;width:14px;height:14px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid var(--ez-search__list-title--primary);border-top:3px solid transparent}.item__list>li:hover{background-color:var(--ez-search--background-medium)}.preselected{background-color:var(--background--medium)}.btn{outline:none;border:none;background:none;cursor:pointer;color:var(--ez-search__btn--color)}.btn:disabled{cursor:not-allowed;color:var(--ez-search__btn-disabled--color)}.btn:disabled:hover{cursor:not-allowed;color:var(--ez-search__btn-disabled--color)}.btn:hover{color:var(--ez-search__btn-hover--color)}.btn__close{visibility:hidden}ez-text-input:hover .btn__close,ez-text-input:focus .btn__close{visibility:visible}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@supports not (scrollbar-width: thin){.item{padding-right:8px}}.ez-search-plus__container{display:flex;flex-grow:1;gap:3px}.ez-search-plus__text-input{--ez-text-input--border-top-left-radius:0px;--ez-text-input--border-bottom-left-radius:0px}.ez-search-plus__code-input-no-border{--ez-text-input--border-top-right-radius:0px;--ez-text-input--border-bottom-right-radius:0px}.ez-search-plus__code-input{max-width:85px}.ez-search-plus__code-input-full{width:100%}.description-input-container{width:100%;outline:none}";
14
+
15
+ const EzSearchPlus = class {
16
+ constructor(hostRef) {
17
+ index.registerInstance(this, hostRef);
18
+ this.ezChange = index.createEvent(this, "ezChange", 7);
19
+ this.SEARCH_DESCRIPTION_TIMEOUT = 300;
20
+ this.INTERVAL_TO_RETRY_ASYNC_VALUE = 100;
21
+ this.value = undefined;
22
+ this.enabled = true;
23
+ this.disableCodeInput = false;
24
+ this.disableDescriptionInput = false;
25
+ this.label = undefined;
26
+ this.codLabel = undefined;
27
+ this.hideDescriptionInput = false;
28
+ this.canShowError = true;
29
+ this.errorMessage = undefined;
30
+ this.mode = "regular";
31
+ this.contextProperties = undefined;
32
+ this.optionLoader = undefined;
33
+ this.showOptionValue = true;
34
+ this.stopPropagateEnterKeyEvent = false;
35
+ this.autoFocus = false;
36
+ this.showSelectedValue = true;
37
+ this.suppressEmptyOption = false;
38
+ this.hideErrorOnFocusOut = true;
39
+ this.listOptionsPosition = undefined;
40
+ this.isTextSearch = false;
41
+ this.ignoreLimitCharsToSearch = false;
42
+ this.suppressSearch = false;
43
+ this.suppressPreLoad = true;
44
+ this.ensureClearButtonVisible = false;
45
+ this.descriptionValue = "";
46
+ this.codeValue = "";
47
+ this.isLoadingDescription = false;
48
+ this.searchDescriptionIsOpen = false;
49
+ this.visibleOptions = undefined;
50
+ this.showLoading = true;
51
+ }
52
+ async observeValue(newValue, oldValue) {
53
+ const newNormalizedValue = this.normalizeValueToCodeValue(newValue);
54
+ const oldNormalizedValue = this.normalizeValueToCodeValue(oldValue);
55
+ if (newNormalizedValue === oldNormalizedValue) {
56
+ return;
57
+ }
58
+ if (newNormalizedValue === undefined) {
59
+ this.codeValue = undefined;
60
+ this.descriptionValue = undefined;
61
+ this.ezChange.emit(undefined);
62
+ return;
63
+ }
64
+ this.codeValue = newNormalizedValue;
65
+ try {
66
+ this.descriptionValue = await this.normalizeCodeToDescriptionValue(newValue);
67
+ if (this.descriptionValue === null || this.descriptionValue === undefined) {
68
+ throw new Error("Valor não encontrado!");
69
+ }
70
+ }
71
+ catch (err) {
72
+ this.value = undefined;
73
+ console.warn("[EzSearchPlus] Erro ao obter descrição do registro.", err);
74
+ throw err;
75
+ }
76
+ this.value = this.buildCurrentValue();
77
+ this.ezChange.emit(this.value);
78
+ }
79
+ canShowLoadSpinDescription() {
80
+ return this.isLoadingDescription;
81
+ }
82
+ /**
83
+ * Aplica o foco no campo.
84
+ */
85
+ async setFocus(options) {
86
+ var _a;
87
+ if (this.disableCodeInput) {
88
+ (_a = this._textInputDescriptionValue) === null || _a === void 0 ? void 0 : _a.setFocus(options);
89
+ return;
90
+ }
91
+ if (this._latestFocusedInputElement) {
92
+ this._latestFocusedInputElement.setFocus(options);
93
+ return;
94
+ }
95
+ this._textInputCodeValue.setFocus(options);
96
+ }
97
+ /**
98
+ * Obtém o valor do componente só após a compo de apresentação
99
+ * ter sido resolvido pelo option loader quando necessário
100
+ */
101
+ async getValueAsync() {
102
+ if (!this.isLoadingDescription) {
103
+ const currentOpt = this.buildCurrentValue();
104
+ return new Promise(resolve => resolve(currentOpt));
105
+ }
106
+ return new Promise(resolve => {
107
+ let id = setInterval(() => {
108
+ if (!this.isLoadingDescription) {
109
+ clearInterval(id);
110
+ const currentOpt = this.buildCurrentValue();
111
+ resolve(currentOpt);
112
+ }
113
+ }, this.INTERVAL_TO_RETRY_ASYNC_VALUE);
114
+ });
115
+ }
116
+ /**
117
+ * Limpa o valor do campo de pesquisa
118
+ */
119
+ async clearValue() {
120
+ this.clearSearch();
121
+ }
122
+ /**
123
+ * Remove o foco do campo.
124
+ */
125
+ async setBlur() {
126
+ var _a, _b;
127
+ (_a = this._textInputCodeValue) === null || _a === void 0 ? void 0 : _a.setBlur();
128
+ (_b = this._textInputDescriptionValue) === null || _b === void 0 ? void 0 : _b.setBlur();
129
+ }
130
+ /**
131
+ * Retorna se o conteúdo é inválido.
132
+ */
133
+ async isInvalid() {
134
+ return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
135
+ }
136
+ componentWillLoad() {
137
+ if (this.value && core.StringUtils.isEmpty(this.codeValue)) {
138
+ this.observeValue(this.value, undefined);
139
+ }
140
+ }
141
+ componentDidLoad() {
142
+ CSSVarsUtils.CSSVarsUtils.applyVarsTextInput(this.el, this._textInputCodeValue);
143
+ CSSVarsUtils.CSSVarsUtils.applyVarsTextInput(this.el, this._textInputDescriptionValue);
144
+ }
145
+ connectedCallback() {
146
+ this.initKeyboardManager();
147
+ if (this.autoFocus) {
148
+ requestAnimationFrame(() => {
149
+ this.setFocus({ selectText: true });
150
+ });
151
+ }
152
+ }
153
+ clearSearch() {
154
+ this.value = null;
155
+ this.descriptionValue = null;
156
+ }
157
+ getCodLabel() {
158
+ var _a;
159
+ if (this.hideDescriptionInput) {
160
+ return this.label;
161
+ }
162
+ return (_a = this.codLabel) !== null && _a !== void 0 ? _a : "Cód.";
163
+ }
164
+ async normalizeCodeToDescriptionValue(valueToNormalize) {
165
+ if (!valueToNormalize) {
166
+ return "";
167
+ }
168
+ if (typeof valueToNormalize == 'string') {
169
+ try {
170
+ valueToNormalize = JSON.parse(valueToNormalize);
171
+ if ((valueToNormalize === null || valueToNormalize === void 0 ? void 0 : valueToNormalize.value) && !(valueToNormalize === null || valueToNormalize === void 0 ? void 0 : valueToNormalize.label)) {
172
+ return await this.loadDescriptionValueByCode(valueToNormalize === null || valueToNormalize === void 0 ? void 0 : valueToNormalize.value);
173
+ }
174
+ }
175
+ catch (e) {
176
+ return await this.loadDescriptionValueByCode(valueToNormalize);
177
+ }
178
+ }
179
+ //Se é diferente de objeto, temos que resolver a descrição
180
+ if (typeof valueToNormalize != 'object') {
181
+ return await this.loadDescriptionValueByCode(valueToNormalize);
182
+ }
183
+ return valueToNormalize === null || valueToNormalize === void 0 ? void 0 : valueToNormalize.label;
184
+ }
185
+ normalizeValueToCodeValue(valueToNormalize) {
186
+ if (!valueToNormalize) {
187
+ return undefined;
188
+ }
189
+ if (typeof valueToNormalize == 'string') {
190
+ try {
191
+ valueToNormalize = JSON.parse(valueToNormalize);
192
+ }
193
+ catch (e) {
194
+ return valueToNormalize;
195
+ }
196
+ }
197
+ if (typeof valueToNormalize != 'object') {
198
+ return valueToNormalize;
199
+ }
200
+ return valueToNormalize === null || valueToNormalize === void 0 ? void 0 : valueToNormalize.value;
201
+ }
202
+ async loadDescriptionValueByCode(codeValue) {
203
+ if (!this.optionLoader) {
204
+ console.warn("optionLoader não definido");
205
+ return "";
206
+ }
207
+ try {
208
+ this.isLoadingDescription = true;
209
+ const searchArgument = { mode: FormLayout.SearchMode.LOAD_DESCRIPTION, argument: codeValue };
210
+ const loadedOption = await this.optionLoader(searchArgument);
211
+ if (!loadedOption) {
212
+ return "";
213
+ }
214
+ if (Array.isArray(loadedOption)) {
215
+ return loadedOption[0].label;
216
+ }
217
+ return loadedOption.label;
218
+ }
219
+ finally {
220
+ this.isLoadingDescription = false;
221
+ }
222
+ }
223
+ handleCodeInputFocusOut() {
224
+ this.cancelSelection();
225
+ if (this.codeValue == this._textInputCodeValue.value)
226
+ return;
227
+ this.value = this._textInputCodeValue.value;
228
+ }
229
+ handleSearchClick() {
230
+ this.loadAdvancedSearch();
231
+ }
232
+ async loadAdvancedSearch() {
233
+ if (!this.optionLoader) {
234
+ console.warn("optionLoader não definido");
235
+ return;
236
+ }
237
+ const searchArgument = { mode: FormLayout.SearchMode.ADVANCED, argument: "" };
238
+ let selectedItem = undefined;
239
+ try {
240
+ selectedItem = await this.optionLoader(searchArgument, this.contextProperties);
241
+ }
242
+ catch (ignore) { }
243
+ if (!selectedItem)
244
+ return;
245
+ this.value = selectedItem;
246
+ }
247
+ buildCurrentValue() {
248
+ if (core.StringUtils.isEmpty(this.codeValue)) {
249
+ return undefined;
250
+ }
251
+ return {
252
+ value: this.codeValue,
253
+ label: this.descriptionValue
254
+ };
255
+ }
256
+ async handleTextInputChangeHandler(event) {
257
+ if (!this.searchDescriptionIsOpen) {
258
+ this._popover.showUnder(this.el);
259
+ }
260
+ const argument = event.target.value;
261
+ await this.debounceLoaderOptions(argument);
262
+ }
263
+ async debounceLoaderOptions(argument) {
264
+ if (this._debounceSearch)
265
+ clearTimeout(this._debounceSearch);
266
+ return new Promise((resolve) => {
267
+ this._debounceSearch = setTimeout(async () => {
268
+ await this.processOptionsLoader(argument);
269
+ resolve();
270
+ }, this.SEARCH_DESCRIPTION_TIMEOUT);
271
+ });
272
+ }
273
+ updateKeyOption(option) {
274
+ return (Object.assign(Object.assign({}, option), { presentationValue: option.value, presentationLabel: option.label }));
275
+ }
276
+ parseSearchOptions(options = []) {
277
+ if (Array.isArray(options)) {
278
+ const firstOption = options[0];
279
+ if (!firstOption) {
280
+ return [];
281
+ }
282
+ if ("label" in firstOption || "value" in firstOption) {
283
+ return options.map((option) => this.updateKeyOption(option));
284
+ }
285
+ return options;
286
+ }
287
+ if ("label" in options || "value" in options) {
288
+ [this.updateKeyOption(options)];
289
+ }
290
+ return [options];
291
+ }
292
+ async processOptionsLoader(argument) {
293
+ try {
294
+ this.showLoading = true;
295
+ const searchArgument = { mode: FormLayout.SearchMode.PREDICTIVE, argument };
296
+ const options = await this.optionLoader(searchArgument);
297
+ this.visibleOptions = this.parseSearchOptions(options);
298
+ }
299
+ finally {
300
+ this.showLoading = false;
301
+ }
302
+ }
303
+ handleSelectItem(evt) {
304
+ const currentOpt = evt.detail;
305
+ this.value = currentOpt;
306
+ this._popover.hide();
307
+ window.requestAnimationFrame(() => {
308
+ var _a;
309
+ (_a = this._textInputDescriptionValue) === null || _a === void 0 ? void 0 : _a.setFocus({ selectText: true });
310
+ });
311
+ }
312
+ async handleArrowUp() {
313
+ if (!this.isOptionsVisible()) {
314
+ return;
315
+ }
316
+ await this._searchList.previousOption();
317
+ }
318
+ async handleArrowDown() {
319
+ if (!this.isOptionsVisible()) {
320
+ return;
321
+ }
322
+ await this._searchList.nextOption();
323
+ }
324
+ async selectCurrentItem() {
325
+ var _a;
326
+ await ((_a = this._searchList) === null || _a === void 0 ? void 0 : _a.selectCurrentItem());
327
+ }
328
+ async cancelSelection() {
329
+ var _a, _b, _c;
330
+ const description = typeof this.value === 'object' ? (_a = this.value) === null || _a === void 0 ? void 0 : _a.label : "";
331
+ if (this._textInputDescriptionValue && description && this._textInputDescriptionValue.value != description) {
332
+ this._textInputDescriptionValue.value = description;
333
+ }
334
+ await ((_b = this._searchList) === null || _b === void 0 ? void 0 : _b.cancelSelection());
335
+ (_c = this._popover) === null || _c === void 0 ? void 0 : _c.hide();
336
+ }
337
+ async handleInputTab() {
338
+ await this.cancelSelection();
339
+ }
340
+ async handleInputEsc() {
341
+ var _a;
342
+ await this.cancelSelection();
343
+ await ((_a = this._latestFocusedInputElement) === null || _a === void 0 ? void 0 : _a.setFocus({ selectText: true }));
344
+ }
345
+ async initKeyboardManager() {
346
+ this._keyboardManager = new core.KeyboardManager();
347
+ const defaultOpts = { element: this.el, propagate: true };
348
+ this._keyboardManager
349
+ .bind("ArrowUp", () => this.handleArrowUp(), Object.assign(Object.assign({}, defaultOpts), { propagate: false }))
350
+ .bind("ArrowDown", () => this.handleArrowDown(), Object.assign(Object.assign({}, defaultOpts), { propagate: false }))
351
+ .bind("Enter", () => this.selectCurrentItem(), defaultOpts)
352
+ .bind("Tab", () => this.handleInputTab(), defaultOpts)
353
+ .bind("Escape", () => this.handleInputEsc(), defaultOpts);
354
+ }
355
+ disconnectedCallback() {
356
+ this._keyboardManager
357
+ .unbind("ArrowUp")
358
+ .unbind("ArrowDown")
359
+ .unbind("Enter")
360
+ .unbind("Tab")
361
+ .unbind("Escape");
362
+ }
363
+ isOptionsVisible() {
364
+ return this._popover.opened;
365
+ }
366
+ setLatestFocusedInputElement(el) {
367
+ this._latestFocusedInputElement = el;
368
+ }
369
+ handleCodeInputFocus() {
370
+ this.setLatestFocusedInputElement(this._textInputCodeValue);
371
+ }
372
+ handleDescriptionInputFocus() {
373
+ this.setLatestFocusedInputElement(this._textInputDescriptionValue);
374
+ }
375
+ getRightIconElement() {
376
+ var _a, _b;
377
+ if (!this.ensureClearButtonVisible && (!this.value && !((_a = this._textInputCodeValue) === null || _a === void 0 ? void 0 : _a.value) && !((_b = this._textInputDescriptionValue) === null || _b === void 0 ? void 0 : _b.value))) {
378
+ return null;
379
+ }
380
+ return index.h("button", { class: "btn btn__close", slot: "rightIcon", disabled: !this.enabled, tabindex: -1, onClick: () => this.clearSearch() }, index.h("ez-icon", { iconName: "close" }));
381
+ }
382
+ getLeftIconElement() {
383
+ return index.h("button", { class: "btn", slot: "leftIcon", disabled: !this.enabled, tabindex: -1, onClick: () => this.handleSearchClick() }, this.canShowLoadSpinDescription() ? index.h("div", { class: "message__loading" }) : index.h("ez-icon", { iconName: "search" }));
384
+ }
385
+ render() {
386
+ core.ElementIDUtils.addIDInfoIfNotExists(this.el, 'input');
387
+ return (index.h(index.Host, null, index.h("div", { class: "ez-search-plus__container" }, index.h("ez-text-input", { ref: elem => this._textInputCodeValue = elem, class: {
388
+ "ez-search-plus__code-input": !this.hideDescriptionInput,
389
+ "ez-search-plus__code-input-no-border": !this.hideDescriptionInput,
390
+ "ez-search-plus__code-input-full": this.hideDescriptionInput
391
+ }, "data-element-id": core.ElementIDUtils.getInternalIDInfo("codeInput"), "data-slave-mode": "true", enabled: !this.disableCodeInput && this.enabled, mode: this.mode, label: this.getCodLabel(), canShowError: this.canShowError, hasInvalid: !core.StringUtils.isEmpty(this.errorMessage), errorMessage: this.hideDescriptionInput ? this.errorMessage : "", value: this.codeValue, onFocusout: () => this.handleCodeInputFocusOut(), onFocus: () => this.handleCodeInputFocus() }, this.getLeftIconElement()), !this.hideDescriptionInput && (index.h("div", { class: "description-input-container" }, index.h("ez-text-input", { ref: elem => this._textInputDescriptionValue = elem, tabIndex: -1, class: "ez-search-plus__text-input", "data-element-id": core.ElementIDUtils.getInternalIDInfo("textInput"), "data-slave-mode": "true", enabled: !this.disableDescriptionInput && this.enabled, label: this.label, canShowError: this.canShowError, errorMessage: this.errorMessage, mode: this.mode, value: this.descriptionValue, onInput: event => this.handleTextInputChangeHandler(event), onFocus: () => this.handleDescriptionInputFocus() }, this.getRightIconElement()), index.h("ez-popover-plus", { ref: elem => this._popover = elem, anchorElement: this.el, autoClose: true, boxWidth: 'fit-content', overlayType: 'none', useAnchorSize: true, onEzVisibilityChange: (event) => this.searchDescriptionIsOpen = event.detail }, index.h("ez-search-result-list", { ref: (ref) => this._searchList = ref, showLoading: this.showLoading, visibleOptions: this.visibleOptions, value: this.value, showOptionValue: this.showOptionValue, onChangeValue: (evt) => this.handleSelectItem(evt) })))))));
392
+ }
393
+ get el() { return index.getElement(this); }
394
+ static get watchers() { return {
395
+ "value": ["observeValue"]
396
+ }; }
397
+ };
398
+ EzSearchPlus.style = ezSearchPlusCss;
399
+
400
+ exports.ez_search_plus = EzSearchPlus;
@@ -0,0 +1,97 @@
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
+
8
+ const ezSearchResultListCss = ":host{--ez-search__list-title--primary:var(--title--primary, #2B3A54);--ez-search__list-text--primary:var(--text--primary, #626e82);--ez-search__list-height:calc(var(--ez-search--font-size) + var(--ez-search--space--medium) + 4px);--ez-search__list-min-width:64px;--ez-search__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-search__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-search__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-search__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-search__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-search__scrollbar--width:var(--space--small, 6px);--ez-search--border-radius-small:var(--border--radius-small, 6px);--ez-search--font-size:var(--text--medium, 14px);--ez-search--font-family:var(--font-pattern, Arial);--ez-search--font-weight--large:var(--text-weight--large, 500);--ez-search--font-weight--medium:var(--text-weight--medium, 400);--ez-search--background-medium:var(--background--medium, #f0f3f7);--ez-search--line-height:calc(var(--text--medium, 14px) + 4px)}.list-options{position:relative;z-index:var(--more-visible, 2);margin:var(--space--small) 0px;padding:0px;padding-inline-start:0px;box-sizing:border-box;width:100%;height:100%;max-height:350px;min-width:150px;display:flex;flex-direction:column;scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--ez-search__scrollbar--color-clicked) var(--ez-search__scrollbar--color-background)}.list-options::-webkit-scrollbar{background-color:var(--scrollbar--background);width:var(--space--small);max-width:var(--space--small);min-width:var(--space--small);height:var(--space--small);max-height:var(--space--small);min-height:var(--space--small)}.list-options::-webkit-scrollbar-track{background-color:var(--ez-search__scrollbar--color-background);border-radius:var(--ez-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-search__scrollbar--color-default);border-radius:var(--ez-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-search__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-search__scrollbar--color-clicked)}.message{text-align:center;display:flex;justify-content:center;align-items:center;list-style-type:none;margin:var(--space--medium) 0px;min-height:var(--ez-search__list-height)}.message__no-result{color:var(--ez-search__list-title--primary);font-family:var(--ez-search--font-family);font-size:var(--ez-search--font-size)}.loading__container{display:flex;flex-direction:column;margin:var(--space--small)}.item__value,.item__label{flex-basis:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-search__list-title--primary);font-family:var(--ez-search--font-family);font-size:var(--ez-search--font-size);line-height:var(--ez-search--line-height)}.item__label{font-weight:var(--ez-search--font-weight--medium)}.item__label--bold{font-weight:var(--ez-search--font-weight--large)}.item__value{text-align:center;color:var(--ez-search__list-text--primary);font-weight:var(--ez-search--font-weight--large)}.item__value--hidden{visibility:hidden;position:absolute;white-space:nowrap;z-index:-1;top:0;left:0}.item__label{text-align:left}.item__list>li:hover{background-color:var(--ez-search--background-medium)}.item{display:flex;align-items:center;width:100%;box-sizing:border-box;list-style-type:none;cursor:pointer;border-radius:var(--ez-search--border-radius-small);gap:var(--space--small, 6px)}.preselected{background-color:var(--background--medium)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@supports not (scrollbar-width: thin){.item{padding-right:8px}}";
9
+
10
+ const EzSearchResultList = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.changeValue = index.createEvent(this, "changeValue", 7);
14
+ this._textEmptyList = "Nenhum resultado encontrado";
15
+ this._startHighlightTag = "<span class='card-item__highlight'>";
16
+ this._endHighlightTag = "</span>";
17
+ this.showLoading = undefined;
18
+ this.visibleOptions = [];
19
+ this.value = undefined;
20
+ this.showOptionValue = true;
21
+ this._preSelection = undefined;
22
+ }
23
+ async nextOption() {
24
+ const newPreSelection = this._preSelection === undefined ? 0 : Math.min(this._preSelection + 1, this.visibleOptions.length - 1);
25
+ this.preSelectItemByIndex(newPreSelection);
26
+ }
27
+ async previousOption() {
28
+ const newPreSelection = this._preSelection === undefined ? 0 : Math.max(this._preSelection - 1, 0);
29
+ this.preSelectItemByIndex(newPreSelection);
30
+ }
31
+ preSelectItemByIndex(newIndex) {
32
+ this._preSelection = newIndex;
33
+ const option = this.visibleOptions[newIndex];
34
+ this.scrollToOption(option);
35
+ }
36
+ selectOption(newOption) {
37
+ const newOptionsReplaced = Object.assign(Object.assign({}, newOption), { value: newOption === null || newOption === void 0 ? void 0 : newOption.value, label: newOption === null || newOption === void 0 ? void 0 : newOption.label });
38
+ const newOptionsFormatted = Object.assign(Object.assign({}, newOptionsReplaced), { value: newOptionsReplaced === null || newOptionsReplaced === void 0 ? void 0 : newOptionsReplaced.value, label: newOptionsReplaced === null || newOptionsReplaced === void 0 ? void 0 : newOptionsReplaced.label });
39
+ this.changeValue.emit(newOptionsFormatted);
40
+ }
41
+ createAndSelectOption(detail) {
42
+ let { key, title } = detail;
43
+ key = String(key !== null && key !== void 0 ? key : "");
44
+ const startHighlight = new RegExp(this._startHighlightTag, 'g');
45
+ const endHighlight = new RegExp(this._endHighlightTag, 'g');
46
+ title = core.StringUtils.decodeHtmlEntities(title);
47
+ const option = {
48
+ value: key === null || key === void 0 ? void 0 : key.replace(startHighlight, '').replace(endHighlight, ''),
49
+ label: title === null || title === void 0 ? void 0 : title.replace(startHighlight, '').replace(endHighlight, '')
50
+ };
51
+ this.selectOption(option);
52
+ }
53
+ scrollToOption(opt) {
54
+ if (!(opt === null || opt === void 0 ? void 0 : opt.value) || !this._optionsList)
55
+ return;
56
+ window.requestAnimationFrame(() => {
57
+ var _a;
58
+ const currentValue = String((_a = opt === null || opt === void 0 ? void 0 : opt.value) !== null && _a !== void 0 ? _a : "");
59
+ const liElem = currentValue
60
+ ? this._optionsList.querySelector(`div#item_${currentValue.replace(/([ #;&,.+*~':"!^$[\]()=<>|/\\])/g, '\\$1')}`)
61
+ : undefined;
62
+ if (liElem) {
63
+ liElem.scrollIntoView({ behavior: "smooth", block: "nearest" });
64
+ }
65
+ });
66
+ }
67
+ buildItem(opt, index$1) {
68
+ var _a;
69
+ opt.label = opt.label || opt.value;
70
+ const card = {
71
+ key: String((_a = opt.presentationValue) !== null && _a !== void 0 ? _a : ""),
72
+ title: opt.presentationLabel,
73
+ details: opt.details
74
+ };
75
+ return index.h("div", { style: { "height": "100%" }, class: index$1 === this._preSelection ? "item preselected" : "item", id: `item_${opt.value}`, onMouseDown: () => this.createAndSelectOption(card), onMouseOver: () => { this._preSelection = index$1; } }, index.h("ez-card-item", { item: card, compacted: true, enableKey: this.showOptionValue }));
76
+ }
77
+ async selectCurrentItem() {
78
+ this.selectOption(this.visibleOptions[this._preSelection]);
79
+ }
80
+ async cancelSelection() {
81
+ this.cancelPreselection();
82
+ }
83
+ cancelPreselection() {
84
+ this._preSelection = undefined;
85
+ }
86
+ canShowListOptions() {
87
+ return !this.showLoading && this.visibleOptions.length > 0;
88
+ }
89
+ render() {
90
+ return (index.h(index.Host, null, index.h("ul", { class: "list-options", ref: elem => this._optionsList = elem }, !this.showLoading
91
+ && this.visibleOptions.length === 0
92
+ && index.h("div", { class: "message" }, index.h("span", { class: "message__no-result" }, this._textEmptyList)), this.showLoading && (index.h("div", { class: "loading__container" }, index.h("ez-skeleton", { count: 4, height: '20px' }))), this.canShowListOptions() && this.visibleOptions.map((opt, index) => this.buildItem(opt, index)))));
93
+ }
94
+ };
95
+ EzSearchResultList.style = ezSearchResultListCss;
96
+
97
+ exports.ez_search_result_list = EzSearchResultList;
@@ -2,15 +2,14 @@
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 CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
7
7
  const core = require('@sankhyalabs/core');
8
8
  const ApplicationUtils = require('./ApplicationUtils-c9d1205c.js');
9
9
  require('./DialogType-2114c337.js');
10
10
  require('./CheckMode-ecb90b87.js');
11
- require('./ICustomRender-6fafffce.js');
12
- require('./FormLayout-c2451c7f.js');
13
- const constants = require('./constants-2714478b.js');
11
+ require('./FormLayout-18853e70.js');
12
+ const constants = require('./constants-569271bc.js');
14
13
  const searchFormatters = require('./searchFormatters-b7e1ed1e.js');
15
14
 
16
15
  const ezSearchCss = ":host{--ez-search--height:42px;--ez-search--width:100%;--ez-search__icon--width:48px;--ez-search--border-radius:var(--border--radius-medium, 12px);--ez-search--border-radius-small:var(--border--radius-small, 6px);--ez-search--font-size:var(--text--medium, 14px);--ez-search--font-family:var(--font-pattern, Arial);--ez-search--font-weight--large:var(--text-weight--large, 500);--ez-search--font-weight--medium:var(--text-weight--medium, 400);--ez-search--background-color--xlight:var(--background--xlight, #fff);--ez-search--background-medium:var(--background--medium, #f0f3f7);--ez-search--line-height:calc(var(--text--medium, 14px) + 4px);--ez-search__input--background-color:var(--background--medium, #e0e0e0);--ez-search__input--border:var(--border--medium, 2px solid);--ez-search__input--border-color:var(--ez-search__input--background-color);--ez-search__input--focus--border-color:var(--color--primary, #008561);--ez-search__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--ez-search__input--disabled--color:var(--text--disable, #AFB6C0);--ez-search__input--error--border-color:#CC2936;--ez-search__btn--color:var(--title--primary, #2B3A54);--ez-search__btn-disabled--color:var(--text--disable, #AFB6C0);--ez-search__btn-hover--color:var(--color--primary, #4e4e4e);--ez-search__label--color:var(--title--primary, #2B3A54);--ez-search--space--medium:var(--space--medium, 12px);--ez-search--space--small:var(--space--small, 6px);display:flex;flex-wrap:wrap;position:relative;width:var(--ez-search--width)}ez-icon{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.suppressed-search-input{--ez-text-input__input--border-color:var(--color--strokes, #dce0e8);--ez-text-input__input--disabled--background-color:var(--background--xlight, #fff);--ez-text-input__input--disabled--color:var(--title--primary, #2B3A54)}.btn{outline:none;border:none;background:none;cursor:pointer;color:var(--ez-search__btn--color)}.btn:disabled{cursor:not-allowed;color:var(--ez-search__btn-disabled--color)}.btn:disabled:hover{cursor:not-allowed;color:var(--ez-search__btn-disabled--color)}.btn:hover{color:var(--ez-search__btn-hover--color)}.btn__close{visibility:hidden}ez-text-input:hover .btn__close,ez-text-input:focus .btn__close{visibility:visible}";
@@ -55,6 +54,7 @@ const EzSearch = class {
55
54
  this.ensureClearButtonVisible = false;
56
55
  this.suppressPreLoad = true;
57
56
  this.autoFocus = false;
57
+ this.alternativePlaceholder = undefined;
58
58
  }
59
59
  observeErrorMessage() {
60
60
  var _a;
@@ -620,7 +620,7 @@ const EzSearch = class {
620
620
  render() {
621
621
  var _a;
622
622
  core.ElementIDUtils.addIDInfoIfNotExists(this.el, 'input');
623
- return (index.h(index.Host, null, index.h("ez-text-input", { "data-element-id": core.ElementIDUtils.getInternalIDInfo("textInput"), class: this.suppressSearch ? "suppressed-search-input" : "", ref: elem => this._textInput = elem, "data-slave-mode": "true", enabled: this.enabled && !this.suppressSearch, onInput: event => this.onTextInputChangeHandler(event), onFocusout: () => this.onTextInputFocusOutHandler(), onKeyDown: event => this.keyDownHandler(event), label: this.label, canShowError: this.canShowError, errorMessage: this.errorMessage, mode: this.mode }, index.h("button", { class: "btn", slot: "leftIcon", disabled: !this.enabled, tabindex: -1, onClick: () => this.handlerIconClick() }, this.canShowLoadSpinDescription() ? index.h("div", { class: "message__loading" }) : index.h("ez-icon", { iconName: "search" })), (((_a = this._textInput) === null || _a === void 0 ? void 0 : _a.value) && (this._criteria || this.value) || this.ensureClearButtonVisible)
623
+ return (index.h(index.Host, null, index.h("ez-text-input", { "data-element-id": core.ElementIDUtils.getInternalIDInfo("textInput"), class: this.suppressSearch ? "suppressed-search-input" : "", ref: elem => this._textInput = elem, "data-slave-mode": "true", enabled: this.enabled && !this.suppressSearch, onInput: event => this.onTextInputChangeHandler(event), onFocusout: () => this.onTextInputFocusOutHandler(), onKeyDown: event => this.keyDownHandler(event), label: this.label, canShowError: this.canShowError, errorMessage: this.errorMessage, mode: this.mode, alternativePlaceholder: this.alternativePlaceholder }, index.h("button", { class: "btn", slot: "leftIcon", disabled: !this.enabled, tabindex: -1, onClick: () => this.handlerIconClick() }, this.canShowLoadSpinDescription() ? index.h("div", { class: "message__loading" }) : index.h("ez-icon", { iconName: "search" })), (((_a = this._textInput) === null || _a === void 0 ? void 0 : _a.value) && (this._criteria || this.value) || this.ensureClearButtonVisible)
624
624
  ? index.h("button", { class: "btn btn__close", slot: "rightIcon", disabled: !this.enabled, tabindex: -1, onClick: () => this.clearSearch() }, index.h("ez-icon", { iconName: "close" }))
625
625
  : undefined), index.h("ez-popover-plus", { ref: elem => this._ezPopOverPlusElement = elem, autoClose: false, overlayType: "none", useAnchorSize: true, anchorElement: [this._textInput, this.el] }, index.h("search-list", { ref: (ref) => this._searchList = ref, showLoading: this._showLoading, visibleOptions: this._visibleOptions, textEmptyList: this._textEmptyList, canShowListOptions: this.canShowListOptions(), value: this.value, showOptionValue: this.showOptionValue, preSelection: this._preSelection, onChangeValue: ({ detail }) => this.selectOption(detail), onChangePreSelection: ({ detail }) => this.onChangePreSelection(detail) }))));
626
626
  }
@@ -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
  const EzScrollDirection = require('./EzScrollDirection-b2c99895.js');
8
8