@sankhyalabs/ezui 7.1.0-dev.20 → 7.1.0-dev.22

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 (378) hide show
  1. package/dist/cjs/{ApplicationUtils-d04f5c94.js → ApplicationUtils-006ca96f.js} +1 -1
  2. package/dist/cjs/FormLayout-fe8da83c.js +9 -0
  3. package/dist/cjs/{app-globals-c128c97e.js → app-globals-5cb12916.js} +1 -1
  4. package/dist/cjs/{ez-combo-box-list_4.cjs.entry.js → classic-search-list_7.cjs.entry.js} +361 -7
  5. package/dist/cjs/ez-actions-button.cjs.entry.js +5 -4
  6. package/dist/cjs/ez-alert-list.cjs.entry.js +2 -2
  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 +2 -2
  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 +2 -2
  14. package/dist/cjs/ez-card-item.cjs.entry.js +1 -1
  15. package/dist/cjs/ez-chart.cjs.entry.js +1 -1
  16. package/dist/cjs/ez-check.cjs.entry.js +1 -1
  17. package/dist/cjs/ez-chip.cjs.entry.js +1 -1
  18. package/dist/cjs/ez-classic-combo-box.cjs.entry.js +37 -16
  19. package/dist/cjs/ez-classic-date-input.cjs.entry.js +201 -0
  20. package/dist/cjs/ez-classic-date-time-input.cjs.entry.js +246 -0
  21. package/dist/cjs/ez-classic-input.cjs.entry.js +100 -19
  22. package/dist/cjs/ez-classic-number-input.cjs.entry.js +205 -0
  23. package/dist/cjs/ez-classic-search-plus.cjs.entry.js +407 -0
  24. package/dist/cjs/ez-classic-search.cjs.entry.js +683 -0
  25. package/dist/cjs/ez-classic-text-area.cjs.entry.js +2 -2
  26. package/dist/cjs/ez-classic-time-input.cjs.entry.js +197 -0
  27. package/dist/cjs/ez-collapsible-box.cjs.entry.js +5 -4
  28. package/dist/cjs/ez-combo-box.cjs.entry.js +5 -4
  29. package/dist/cjs/ez-date-input.cjs.entry.js +2 -2
  30. package/dist/cjs/ez-date-time-input.cjs.entry.js +2 -2
  31. package/dist/cjs/ez-dialog.cjs.entry.js +2 -2
  32. package/dist/cjs/ez-double-list.cjs.entry.js +2 -2
  33. package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
  34. package/dist/cjs/ez-empty-card.cjs.entry.js +1 -1
  35. package/dist/cjs/ez-file-item.cjs.entry.js +2 -2
  36. package/dist/cjs/ez-filter-input.cjs.entry.js +1 -1
  37. package/dist/cjs/ez-form-view.cjs.entry.js +130 -37
  38. package/dist/cjs/ez-form.cjs.entry.js +13 -8
  39. package/dist/cjs/ez-grid-view.cjs.entry.js +1 -1
  40. package/dist/cjs/ez-grid.cjs.entry.js +11 -7
  41. package/dist/cjs/ez-guide-navigator.cjs.entry.js +2 -2
  42. package/dist/cjs/ez-icon.cjs.entry.js +2 -2
  43. package/dist/cjs/ez-link-builder_6.cjs.entry.js +2 -2
  44. package/dist/cjs/ez-list-item.cjs.entry.js +1 -1
  45. package/dist/cjs/ez-list.cjs.entry.js +2 -2
  46. package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
  47. package/dist/cjs/ez-modal-container.cjs.entry.js +2 -2
  48. package/dist/cjs/ez-modal.cjs.entry.js +2 -2
  49. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +2 -2
  50. package/dist/cjs/ez-number-input.cjs.entry.js +2 -2
  51. package/dist/cjs/ez-pagination.cjs.entry.js +2 -2
  52. package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
  53. package/dist/cjs/ez-popover-plus_3.cjs.entry.js +1 -1
  54. package/dist/cjs/ez-popover.cjs.entry.js +1 -1
  55. package/dist/cjs/ez-popup.cjs.entry.js +2 -2
  56. package/dist/cjs/ez-progress-bar.cjs.entry.js +1 -1
  57. package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
  58. package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js +1 -1
  59. package/dist/cjs/ez-scroller_2.cjs.entry.js +1 -1
  60. package/dist/cjs/ez-search-plus.cjs.entry.js +8 -7
  61. package/dist/cjs/ez-search-result-list.cjs.entry.js +2 -2
  62. package/dist/cjs/ez-search.cjs.entry.js +11 -10
  63. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +2 -2
  64. package/dist/cjs/ez-skeleton.cjs.entry.js +2 -2
  65. package/dist/cjs/ez-sortable-list.cjs.entry.js +2 -2
  66. package/dist/cjs/ez-spinner.cjs.entry.js +2 -2
  67. package/dist/cjs/ez-split-button.cjs.entry.js +2 -2
  68. package/dist/cjs/ez-split-item.cjs.entry.js +5 -4
  69. package/dist/cjs/ez-split-panel.cjs.entry.js +1 -1
  70. package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
  71. package/dist/cjs/ez-tag-input.cjs.entry.js +1 -1
  72. package/dist/cjs/ez-tag.cjs.entry.js +1 -1
  73. package/dist/cjs/ez-text-area.cjs.entry.js +1 -1
  74. package/dist/cjs/ez-text-input.cjs.entry.js +38 -1
  75. package/dist/cjs/ez-tile-medium.cjs.entry.js +1 -1
  76. package/dist/cjs/ez-tile.cjs.entry.js +1 -1
  77. package/dist/cjs/ez-time-input.cjs.entry.js +2 -2
  78. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  79. package/dist/cjs/ez-tooltip.cjs.entry.js +1 -1
  80. package/dist/cjs/ez-tree.cjs.entry.js +2 -2
  81. package/dist/cjs/ez-underface.cjs.entry.js +1 -1
  82. package/dist/cjs/ez-upload.cjs.entry.js +3 -3
  83. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  84. package/dist/cjs/ezui.cjs.js +4 -4
  85. package/dist/cjs/filter-column.cjs.entry.js +2 -2
  86. package/dist/cjs/{index-00d0166b.js → index-350d0fa0.js} +54 -0
  87. package/dist/cjs/{index-a7b0c73d.js → index-9e5554cb.js} +45 -18
  88. package/dist/cjs/loader.cjs.js +4 -4
  89. package/dist/cjs/{search-column-8bfee733.js → search-column-9654bf26.js} +5 -5
  90. package/dist/cjs/searchFormatters-051f8677.js +23 -0
  91. package/dist/cjs/{FormLayout-18853e70.js → types-6a5df0c7.js} +0 -6
  92. package/dist/collection/collection-manifest.json +59 -5
  93. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.css +5 -0
  94. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js +77 -18
  95. package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.css +44 -0
  96. package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.js +541 -0
  97. package/dist/collection/components/ez-classic-date-time-input/ez-classic-date-time-input.css +44 -0
  98. package/dist/collection/components/ez-classic-date-time-input/ez-classic-date-time-input.js +586 -0
  99. package/dist/collection/components/ez-classic-input/ez-classic-input.css +33 -5
  100. package/dist/collection/components/ez-classic-input/ez-classic-input.js +155 -19
  101. package/dist/collection/components/ez-classic-number-input/ez-classic-number-input.css +16 -0
  102. package/dist/collection/components/ez-classic-number-input/ez-classic-number-input.js +583 -0
  103. package/dist/collection/components/ez-classic-search/ez-classic-search.css +126 -0
  104. package/dist/collection/components/ez-classic-search/ez-classic-search.js +1330 -0
  105. package/dist/collection/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.css +227 -0
  106. package/dist/collection/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.js +316 -0
  107. package/dist/collection/components/ez-classic-search/utils/searchFormatters.js +18 -0
  108. package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.css +406 -0
  109. package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.js +988 -0
  110. package/dist/collection/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.css +221 -0
  111. package/dist/collection/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.js +298 -0
  112. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.css +1 -0
  113. package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.css +14 -0
  114. package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.js +511 -0
  115. package/dist/collection/components/ez-form/ez-form.js +30 -4
  116. package/dist/collection/components/ez-form-view/ez-form-view.css +8 -3
  117. package/dist/collection/components/ez-form-view/ez-form-view.js +61 -3
  118. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +9 -4
  119. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js +9 -6
  120. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js +8 -1
  121. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js +30 -6
  122. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js +1 -1
  123. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ImageInput.tpl.js +4 -0
  124. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js +12 -5
  125. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +1 -1
  126. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +9 -3
  127. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js +8 -1
  128. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js +7 -1
  129. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js +8 -1
  130. package/dist/collection/components/ez-form-view/structure/index.js +1 -1
  131. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +3 -0
  132. package/dist/collection/components/ez-icon/ez-icon.css +1 -0
  133. package/dist/collection/components/ez-image-input/ez-image-input.css +173 -0
  134. package/dist/collection/components/ez-image-input/ez-image-input.js +324 -0
  135. package/dist/collection/components/ez-rich-text/ez-rich-text.js +2 -3
  136. package/dist/collection/components/ez-text-input/ez-text-input.js +38 -1
  137. package/dist/collection/utils/form/DataBinder.js +2 -2
  138. package/dist/collection/utils/form/interfaces/FormLayout.js +3 -1
  139. package/dist/collection/utils/i18n/locales/en-us.js +18 -0
  140. package/dist/collection/utils/i18n/locales/es-es.js +18 -0
  141. package/dist/collection/utils/i18n/locales/pt-br.js +18 -0
  142. package/dist/custom-elements/index.d.ts +54 -0
  143. package/dist/custom-elements/index.js +2913 -347
  144. package/dist/esm/{ApplicationUtils-12768f5a.js → ApplicationUtils-0c5cb207.js} +1 -1
  145. package/dist/esm/FormLayout-bda67973.js +9 -0
  146. package/dist/esm/{app-globals-9507c20e.js → app-globals-1db10325.js} +1 -1
  147. package/dist/esm/{ez-combo-box-list_4.entry.js → classic-search-list_7.entry.js} +359 -8
  148. package/dist/esm/ez-actions-button.entry.js +5 -4
  149. package/dist/esm/ez-alert-list.entry.js +2 -2
  150. package/dist/esm/ez-alert.entry.js +1 -1
  151. package/dist/esm/ez-application.entry.js +1 -1
  152. package/dist/esm/ez-avatar.entry.js +2 -2
  153. package/dist/esm/ez-badge.entry.js +1 -1
  154. package/dist/esm/ez-breadcrumb.entry.js +1 -1
  155. package/dist/esm/ez-button.entry.js +1 -1
  156. package/dist/esm/ez-calendar.entry.js +2 -2
  157. package/dist/esm/ez-card-item.entry.js +1 -1
  158. package/dist/esm/ez-chart.entry.js +1 -1
  159. package/dist/esm/ez-check.entry.js +1 -1
  160. package/dist/esm/ez-chip.entry.js +1 -1
  161. package/dist/esm/ez-classic-combo-box.entry.js +37 -16
  162. package/dist/esm/ez-classic-date-input.entry.js +197 -0
  163. package/dist/esm/ez-classic-date-time-input.entry.js +242 -0
  164. package/dist/esm/ez-classic-input.entry.js +101 -20
  165. package/dist/esm/ez-classic-number-input.entry.js +201 -0
  166. package/dist/esm/ez-classic-search-plus.entry.js +403 -0
  167. package/dist/esm/ez-classic-search.entry.js +679 -0
  168. package/dist/esm/ez-classic-text-area.entry.js +2 -2
  169. package/dist/esm/ez-classic-time-input.entry.js +193 -0
  170. package/dist/esm/ez-collapsible-box.entry.js +5 -4
  171. package/dist/esm/ez-combo-box.entry.js +5 -4
  172. package/dist/esm/ez-date-input.entry.js +2 -2
  173. package/dist/esm/ez-date-time-input.entry.js +2 -2
  174. package/dist/esm/ez-dialog.entry.js +2 -2
  175. package/dist/esm/ez-double-list.entry.js +2 -2
  176. package/dist/esm/ez-dropdown.entry.js +1 -1
  177. package/dist/esm/ez-empty-card.entry.js +1 -1
  178. package/dist/esm/ez-file-item.entry.js +2 -2
  179. package/dist/esm/ez-filter-input.entry.js +1 -1
  180. package/dist/esm/ez-form-view.entry.js +130 -37
  181. package/dist/esm/ez-form.entry.js +13 -8
  182. package/dist/esm/ez-grid-view.entry.js +1 -1
  183. package/dist/esm/ez-grid.entry.js +9 -5
  184. package/dist/esm/ez-guide-navigator.entry.js +2 -2
  185. package/dist/esm/ez-icon.entry.js +2 -2
  186. package/dist/esm/ez-link-builder_6.entry.js +2 -2
  187. package/dist/esm/ez-list-item.entry.js +1 -1
  188. package/dist/esm/ez-list.entry.js +2 -2
  189. package/dist/esm/ez-loading-bar.entry.js +1 -1
  190. package/dist/esm/ez-modal-container.entry.js +2 -2
  191. package/dist/esm/ez-modal.entry.js +2 -2
  192. package/dist/esm/ez-multi-selection-list.entry.js +2 -2
  193. package/dist/esm/ez-number-input.entry.js +2 -2
  194. package/dist/esm/ez-pagination.entry.js +2 -2
  195. package/dist/esm/ez-popover-core.entry.js +1 -1
  196. package/dist/esm/ez-popover-plus_3.entry.js +1 -1
  197. package/dist/esm/ez-popover.entry.js +1 -1
  198. package/dist/esm/ez-popup.entry.js +2 -2
  199. package/dist/esm/ez-progress-bar.entry.js +1 -1
  200. package/dist/esm/ez-radio-button.entry.js +1 -1
  201. package/dist/esm/ez-rich-toolbar-item.entry.js +1 -1
  202. package/dist/esm/ez-scroller_2.entry.js +1 -1
  203. package/dist/esm/ez-search-plus.entry.js +5 -4
  204. package/dist/esm/ez-search-result-list.entry.js +2 -2
  205. package/dist/esm/ez-search.entry.js +5 -4
  206. package/dist/esm/ez-sidebar-navigator.entry.js +2 -2
  207. package/dist/esm/ez-skeleton.entry.js +2 -2
  208. package/dist/esm/ez-sortable-list.entry.js +2 -2
  209. package/dist/esm/ez-spinner.entry.js +2 -2
  210. package/dist/esm/ez-split-button.entry.js +2 -2
  211. package/dist/esm/ez-split-item.entry.js +5 -4
  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-tag-input.entry.js +1 -1
  215. package/dist/esm/ez-tag.entry.js +1 -1
  216. package/dist/esm/ez-text-area.entry.js +1 -1
  217. package/dist/esm/ez-text-input.entry.js +38 -1
  218. package/dist/esm/ez-tile-medium.entry.js +1 -1
  219. package/dist/esm/ez-tile.entry.js +1 -1
  220. package/dist/esm/ez-time-input.entry.js +2 -2
  221. package/dist/esm/ez-toast.entry.js +1 -1
  222. package/dist/esm/ez-tooltip.entry.js +1 -1
  223. package/dist/esm/ez-tree.entry.js +2 -2
  224. package/dist/esm/ez-underface.entry.js +1 -1
  225. package/dist/esm/ez-upload.entry.js +3 -3
  226. package/dist/esm/ez-view-stack.entry.js +1 -1
  227. package/dist/esm/ezui.js +5 -5
  228. package/dist/esm/filter-column.entry.js +2 -2
  229. package/dist/esm/{index-62fc771e.js → index-225aa0c3.js} +54 -0
  230. package/dist/esm/{index-baa5e267.js → index-5a720e56.js} +45 -19
  231. package/dist/esm/loader.js +5 -5
  232. package/dist/esm/{search-column-c00119ae.js → search-column-c3df6285.js} +5 -5
  233. package/dist/esm/searchFormatters-6d9b06e4.js +20 -0
  234. package/dist/esm/{FormLayout-071d324c.js → types-6f6b2650.js} +1 -7
  235. package/dist/ezui/ezui.esm.js +1 -1
  236. package/dist/ezui/{p-e75c7a23.entry.js → p-000159dc.entry.js} +1 -1
  237. package/dist/ezui/p-05bcbe61.entry.js +1 -0
  238. package/dist/ezui/{p-93e1c917.entry.js → p-05e68ab3.entry.js} +1 -1
  239. package/dist/ezui/{p-288631d1.entry.js → p-06f1b8e4.entry.js} +1 -1
  240. package/dist/ezui/{p-2854f087.entry.js → p-0820f8c3.entry.js} +1 -1
  241. package/dist/ezui/{p-6d596a5a.entry.js → p-0b531233.entry.js} +1 -1
  242. package/dist/ezui/{p-79277e43.entry.js → p-0ba284cd.entry.js} +1 -1
  243. package/dist/ezui/p-0d393a5d.entry.js +1 -0
  244. package/dist/ezui/{p-3fe05d6b.entry.js → p-12cc95dc.entry.js} +1 -1
  245. package/dist/ezui/p-14d6aeb8.entry.js +1 -0
  246. package/dist/ezui/{p-2528e988.entry.js → p-169d460d.entry.js} +1 -1
  247. package/dist/ezui/{p-6f77a359.entry.js → p-1723f728.entry.js} +1 -1
  248. package/dist/ezui/{p-a401041c.entry.js → p-181cb82f.entry.js} +1 -1
  249. package/dist/ezui/{p-eee3c7ff.entry.js → p-24993171.entry.js} +1 -1
  250. package/dist/ezui/{p-377768bd.entry.js → p-25748a4e.entry.js} +2 -2
  251. package/dist/ezui/p-27421015.entry.js +1 -0
  252. package/dist/ezui/p-27c8a9b7.entry.js +1 -0
  253. package/dist/ezui/{p-4f0632b4.js → p-29341f74.js} +1 -1
  254. package/dist/ezui/p-29f0de90.entry.js +1 -0
  255. package/dist/ezui/{p-44ad16df.entry.js → p-2b51d5a9.entry.js} +1 -1
  256. package/dist/ezui/p-2c123fdf.entry.js +1 -0
  257. package/dist/ezui/{p-6a9a20a0.entry.js → p-2fa490f1.entry.js} +1 -1
  258. package/dist/ezui/{p-da585ff3.entry.js → p-3453dad5.entry.js} +1 -1
  259. package/dist/ezui/p-34d596a3.entry.js +1 -0
  260. package/dist/ezui/{p-ef8bd3e8.entry.js → p-35e3715c.entry.js} +1 -1
  261. package/dist/ezui/{p-fa6732f2.entry.js → p-44b39e81.entry.js} +1 -1
  262. package/dist/ezui/{p-124699e0.entry.js → p-458027b5.entry.js} +1 -1
  263. package/dist/ezui/p-47e4a8ce.js +1 -0
  264. package/dist/ezui/{p-4d30b703.entry.js → p-4a876b8b.entry.js} +1 -1
  265. package/dist/ezui/p-4d909730.entry.js +1 -0
  266. package/dist/ezui/{p-e27d7dc2.entry.js → p-4df2edb5.entry.js} +1 -1
  267. package/dist/ezui/{p-6369a0cd.entry.js → p-51e34317.entry.js} +1 -1
  268. package/dist/ezui/{p-957d08cd.entry.js → p-534209bf.entry.js} +1 -1
  269. package/dist/ezui/{p-0c0eb410.entry.js → p-55a9e4ba.entry.js} +1 -1
  270. package/dist/ezui/p-5895e687.js +1 -0
  271. package/dist/ezui/{p-59a98e31.entry.js → p-636ea910.entry.js} +1 -1
  272. package/dist/ezui/{p-1f50fa05.entry.js → p-6b51c9cc.entry.js} +1 -1
  273. package/dist/ezui/p-6ec40dec.entry.js +1 -0
  274. package/dist/ezui/{p-5ed81457.entry.js → p-6fc26622.entry.js} +1 -1
  275. package/dist/ezui/p-70f30bfe.entry.js +1 -0
  276. package/dist/ezui/p-71b341cc.entry.js +1 -0
  277. package/dist/ezui/{p-cd6f5783.entry.js → p-75443a91.entry.js} +1 -1
  278. package/dist/ezui/{p-e8c6c973.entry.js → p-75e650ff.entry.js} +1 -1
  279. package/dist/ezui/p-75e8862c.entry.js +1 -0
  280. package/dist/ezui/{p-d6f50207.entry.js → p-770cf2b8.entry.js} +1 -1
  281. package/dist/ezui/{p-91c9d50e.entry.js → p-78e975b4.entry.js} +1 -1
  282. package/dist/ezui/{p-1e7a8633.entry.js → p-81461d2f.entry.js} +1 -1
  283. package/dist/ezui/p-81a98a7c.entry.js +1 -0
  284. package/dist/ezui/p-82e1d7fc.entry.js +1 -0
  285. package/dist/ezui/{p-8df1ca33.entry.js → p-82fa4b09.entry.js} +1 -1
  286. package/dist/ezui/p-87739608.entry.js +1 -0
  287. package/dist/ezui/p-88a115b3.js +1 -0
  288. package/dist/ezui/p-892e7326.entry.js +1 -0
  289. package/dist/ezui/p-8f7373ab.entry.js +1 -0
  290. package/dist/ezui/{p-f34ec732.entry.js → p-980f1f18.entry.js} +1 -1
  291. package/dist/ezui/{p-5a11cf56.js → p-9825c1d2.js} +1 -1
  292. package/dist/ezui/{p-a3075f52.entry.js → p-9bcfa689.entry.js} +1 -1
  293. package/dist/ezui/{p-e882635e.entry.js → p-9d515e5b.entry.js} +1 -1
  294. package/dist/ezui/{p-1adf7139.entry.js → p-9fb7131e.entry.js} +1 -1
  295. package/dist/ezui/{p-6f119d5f.entry.js → p-a6ea8da3.entry.js} +1 -1
  296. package/dist/ezui/{p-d6742c1e.entry.js → p-a9432878.entry.js} +1 -1
  297. package/dist/ezui/{p-e8c57463.entry.js → p-b21efe83.entry.js} +1 -1
  298. package/dist/ezui/{p-a0bf1fc7.entry.js → p-bc693db6.entry.js} +1 -1
  299. package/dist/ezui/{p-1cde96f9.entry.js → p-be2e39c5.entry.js} +1 -1
  300. package/dist/ezui/{p-641ee538.js → p-c178730b.js} +1 -1
  301. package/dist/ezui/{p-9f5fa3f9.entry.js → p-c2b20f78.entry.js} +1 -1
  302. package/dist/ezui/{p-6020f3d5.entry.js → p-c754774e.entry.js} +1 -1
  303. package/dist/ezui/{p-d2645bdf.entry.js → p-c96e536d.entry.js} +1 -1
  304. package/dist/ezui/{p-cfa26133.entry.js → p-ce2614fc.entry.js} +1 -1
  305. package/dist/ezui/{p-20c024f7.entry.js → p-cf33bc48.entry.js} +1 -1
  306. package/dist/ezui/p-d3aca6aa.entry.js +1 -0
  307. package/dist/ezui/p-d57ea090.entry.js +1 -0
  308. package/dist/ezui/{p-a80b1287.entry.js → p-dfca5946.entry.js} +1 -1
  309. package/dist/ezui/{p-5ab08b60.entry.js → p-e0380234.entry.js} +1 -1
  310. package/dist/ezui/{p-e99cbb51.entry.js → p-e039e049.entry.js} +1 -1
  311. package/dist/ezui/{p-a7eab406.entry.js → p-e0fd2ce5.entry.js} +1 -1
  312. package/dist/ezui/{p-7f792043.entry.js → p-e195eaad.entry.js} +1 -1
  313. package/dist/ezui/{p-7b999377.entry.js → p-e275353b.entry.js} +1 -1
  314. package/dist/ezui/{p-23a36bb6.js → p-e4c7eb39.js} +2 -2
  315. package/dist/ezui/{p-2a70f094.entry.js → p-e94d3af5.entry.js} +1 -1
  316. package/dist/ezui/p-e963cb3f.entry.js +1 -0
  317. package/dist/ezui/{p-e7a7c594.entry.js → p-e9b409c1.entry.js} +1 -1
  318. package/dist/ezui/p-f0425f87.entry.js +1 -0
  319. package/dist/ezui/{p-19cf13bc.entry.js → p-f1b54699.entry.js} +1 -1
  320. package/dist/ezui/{p-a3ada561.entry.js → p-f26b97e9.entry.js} +1 -1
  321. package/dist/ezui/{p-ff4bde07.entry.js → p-f32d5a82.entry.js} +1 -1
  322. package/dist/ezui/{p-411c0222.entry.js → p-f7ca8634.entry.js} +1 -1
  323. package/dist/ezui/{p-294f54fe.entry.js → p-fe0bca65.entry.js} +1 -1
  324. package/dist/ezui/p-ff4312d5.js +1 -0
  325. package/dist/types/components/ez-classic-combo-box/ez-classic-combo-box.d.ts +9 -3
  326. package/dist/types/components/ez-classic-date-input/ez-classic-date-input.d.ts +91 -0
  327. package/dist/types/components/ez-classic-date-time-input/ez-classic-date-time-input.d.ts +95 -0
  328. package/dist/types/components/ez-classic-input/ez-classic-input.d.ts +18 -1
  329. package/dist/types/components/ez-classic-number-input/ez-classic-number-input.d.ts +101 -0
  330. package/dist/types/components/ez-classic-search/ez-classic-search.d.ts +219 -0
  331. package/dist/types/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.d.ts +29 -0
  332. package/dist/types/components/ez-classic-search/utils/searchFormatters.d.ts +2 -0
  333. package/dist/types/components/ez-classic-search-plus/ez-classic-search-plus.d.ts +186 -0
  334. package/dist/types/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.d.ts +29 -0
  335. package/dist/types/components/ez-form/ez-form.d.ts +6 -0
  336. package/dist/types/components/ez-form-view/ez-form-view.d.ts +11 -0
  337. package/dist/types/components/ez-form-view/fieldbuilder/FieldBuilder.d.ts +8 -1
  338. package/dist/types/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.d.ts +3 -2
  339. package/dist/types/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.d.ts +2 -1
  340. package/dist/types/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.d.ts +5 -4
  341. package/dist/types/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.d.ts +2 -1
  342. package/dist/types/components/ez-form-view/fieldbuilder/templates/ImageInput.tpl.d.ts +2 -0
  343. package/dist/types/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.d.ts +3 -2
  344. package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -1
  345. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.d.ts +2 -1
  346. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.d.ts +2 -1
  347. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.d.ts +2 -1
  348. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.d.ts +2 -1
  349. package/dist/types/components/ez-image-input/ez-image-input.d.ts +42 -0
  350. package/dist/types/components/ez-text-input/ez-text-input.d.ts +4 -0
  351. package/dist/types/components.d.ts +3220 -1969
  352. package/dist/types/utils/form/interfaces/FormLayout.d.ts +3 -1
  353. package/dist/types/utils/i18n/locales/en-us.d.ts +18 -0
  354. package/dist/types/utils/i18n/locales/es-es.d.ts +18 -0
  355. package/dist/types/utils/i18n/locales/pt-br.d.ts +18 -0
  356. package/dist/types/utils/i18n/translations.d.ts +54 -0
  357. package/package.json +1 -1
  358. package/react/components.d.ts +9 -0
  359. package/react/components.js +9 -0
  360. package/react/components.js.map +1 -1
  361. package/dist/ezui/p-1266fe78.entry.js +0 -1
  362. package/dist/ezui/p-14807f4e.js +0 -1
  363. package/dist/ezui/p-1730ee24.entry.js +0 -1
  364. package/dist/ezui/p-30ffb9ed.js +0 -1
  365. package/dist/ezui/p-48effc69.entry.js +0 -1
  366. package/dist/ezui/p-59092a66.entry.js +0 -1
  367. package/dist/ezui/p-7fe97ef5.entry.js +0 -1
  368. package/dist/ezui/p-8d626d2b.entry.js +0 -1
  369. package/dist/ezui/p-8dc267ff.entry.js +0 -1
  370. package/dist/ezui/p-96b33264.entry.js +0 -1
  371. package/dist/ezui/p-9b2e6438.entry.js +0 -1
  372. package/dist/ezui/p-adaa2a81.entry.js +0 -1
  373. package/dist/ezui/p-bc2f844e.entry.js +0 -1
  374. package/dist/ezui/p-c82acfc6.entry.js +0 -1
  375. package/dist/ezui/p-d8cc640d.entry.js +0 -1
  376. package/dist/ezui/p-dee18824.entry.js +0 -1
  377. package/dist/ezui/p-df316d40.entry.js +0 -1
  378. package/dist/ezui/p-eca050b4.entry.js +0 -1
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const DialogType = require('./DialogType-2114c337.js');
4
- const index = require('./index-00d0166b.js');
4
+ const index = require('./index-350d0fa0.js');
5
5
 
6
6
  // Unique ID creation requires a high quality random # generator. In the browser we therefore
7
7
  // require the crypto API and do not support built-in fallback to lower quality random number
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ exports.FormLayout = void 0;
4
+ (function (FormLayout) {
5
+ FormLayout[FormLayout["CASCADE"] = 0] = "CASCADE";
6
+ FormLayout[FormLayout["CLASSIC_CASCADE"] = 1] = "CLASSIC_CASCADE";
7
+ FormLayout[FormLayout["SIDE_BY_SIDE"] = 2] = "SIDE_BY_SIDE";
8
+ FormLayout[FormLayout["CLASSIC_SIDE_BY_SIDE"] = 3] = "CLASSIC_SIDE_BY_SIDE";
9
+ })(exports.FormLayout || (exports.FormLayout = {}));
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-00d0166b.js');
3
+ const index = require('./index-350d0fa0.js');
4
4
 
5
5
  async function initializeApp() {
6
6
  await index.initI18n();
@@ -2,17 +2,222 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
- const index$1 = require('./index-00d0166b.js');
8
- const FormLayout = require('./FormLayout-18853e70.js');
7
+ const searchFormatters = require('./searchFormatters-051f8677.js');
8
+ const index$1 = require('./index-350d0fa0.js');
9
+ const types = require('./types-6a5df0c7.js');
9
10
  const RichToolbarHelper = require('./RichToolbarHelper-ea12328f.js');
10
11
  const purify = require('./purify-b30a5718.js');
11
- const ApplicationUtils = require('./ApplicationUtils-d04f5c94.js');
12
+ const ApplicationUtils = require('./ApplicationUtils-006ca96f.js');
12
13
  require('./DialogType-2114c337.js');
13
14
  require('./CheckMode-ecb90b87.js');
15
+ require('./FormLayout-fe8da83c.js');
14
16
  require('./_commonjsHelpers-537d719a.js');
15
17
 
18
+ const classicSearchListCss = ":host{--ez-classic-search__list-title--primary:var(--title--primary, #2B3A54);--ez-classic-search__list-text--primary:var(--text--primary, #626e82);--ez-classic-search__list-height:calc(var(--ez-classic-search--font-size) + var(--ez-classic-search--space--medium) + 4px);--ez-classic-search__list-min-width:64px;--ez-classic-search__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-classic-search__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-classic-search__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-classic-search__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-classic-search__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-classic-search__scrollbar--width:var(--space--small, 6px);--ez-classic-search--border-radius-small:var(--border--radius-small, 6px);--ez-classic-search--font-size:var(--text--medium, 14px);--ez-classic-search--font-family:var(--font-pattern, Arial);--ez-classic-search--font-weight--large:var(--text-weight--large, 500);--ez-classic-search--font-weight--medium:var(--text-weight--medium, 400);--ez-classic-search--background-medium:var(--background--medium, #f0f3f7);--ez-classic-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-classic-search__scrollbar--color-clicked) var(--ez-classic-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-classic-search__scrollbar--color-background);border-radius:var(--ez-classic-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-classic-search__scrollbar--color-default);border-radius:var(--ez-classic-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-classic-search__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-classic-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-classic-search__list-height)}.message__no-result{color:var(--ez-classic-search__list-title--primary);font-family:var(--ez-classic-search--font-family);font-size:var(--ez-classic-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-classic-search__list-title--primary);border-top:3px solid transparent}.item__value,.item__label{flex-basis:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-classic-search__list-title--primary);font-family:var(--ez-classic-search--font-family);font-size:var(--ez-classic-search--font-size);line-height:var(--ez-classic-search--line-height)}.item__label{font-weight:var(--ez-classic-search--font-weight--medium)}.item__label--bold{font-weight:var(--ez-classic-search--font-weight--large)}.item__value{text-align:center;color:var(--ez-classic-search__list-text--primary);font-weight:var(--ez-classic-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-classic-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-classic-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}}";
19
+
20
+ const ClassicSearchList = class {
21
+ constructor(hostRef) {
22
+ index.registerInstance(this, hostRef);
23
+ this.changeValue = index.createEvent(this, "changeValue", 7);
24
+ this.changePreSelection = index.createEvent(this, "changePreSelection", 7);
25
+ this._startHighlightTag = "<span class='card-item__highlight'>";
26
+ this._endHighlightTag = "</span>";
27
+ this.MAX_HEIGHT = 350;
28
+ this.HEADER_MENU_HEIGHT = 60;
29
+ this.showLoading = undefined;
30
+ this.visibleOptions = [];
31
+ this.textEmptyList = undefined;
32
+ this.canShowListOptions = undefined;
33
+ this.value = undefined;
34
+ this.showOptionValue = true;
35
+ this.preSelection = undefined;
36
+ }
37
+ async nextOption() {
38
+ const newPreSelection = this.preSelection === undefined ? 0 : Math.min(this.preSelection + 1, this.visibleOptions.length - 1);
39
+ this.changePreSelection.emit(newPreSelection);
40
+ this.scrollToOption(this.visibleOptions[newPreSelection]);
41
+ }
42
+ async previousOption() {
43
+ const newPreSelection = this.preSelection === undefined ? 0 : Math.max(this.preSelection - 1, 0);
44
+ this.changePreSelection.emit(newPreSelection);
45
+ this.scrollToOption(this.visibleOptions[newPreSelection]);
46
+ }
47
+ selectOption(newOption) {
48
+ const newOptionsReplaced = Object.assign(Object.assign({}, newOption), { value: searchFormatters.replaceHighlight(newOption === null || newOption === void 0 ? void 0 : newOption.value), label: searchFormatters.replaceHighlight(newOption === null || newOption === void 0 ? void 0 : newOption.label) });
49
+ const newOptionsFormatted = Object.assign(Object.assign({}, newOptionsReplaced), { value: searchFormatters.replaceQuotes(newOptionsReplaced === null || newOptionsReplaced === void 0 ? void 0 : newOptionsReplaced.value), label: searchFormatters.replaceQuotes(newOptionsReplaced === null || newOptionsReplaced === void 0 ? void 0 : newOptionsReplaced.label) });
50
+ this.changeValue.emit(newOptionsFormatted);
51
+ }
52
+ createOption(detail) {
53
+ let { key, title } = detail;
54
+ const startHighlight = new RegExp(this._startHighlightTag, 'g');
55
+ const endHighlight = new RegExp(this._endHighlightTag, 'g');
56
+ title = core.StringUtils.decodeHtmlEntities(title);
57
+ const option = {
58
+ value: key === null || key === void 0 ? void 0 : key.replace(startHighlight, '').replace(endHighlight, ''),
59
+ label: title === null || title === void 0 ? void 0 : title.replace(startHighlight, '').replace(endHighlight, '')
60
+ };
61
+ this.selectOption(option);
62
+ }
63
+ scrollToOption(opt) {
64
+ window.requestAnimationFrame(() => {
65
+ const liElem = (opt === null || opt === void 0 ? void 0 : opt.value)
66
+ ? this._optionsList.querySelector(`div#item_${opt.value.replace(/([ #;&,.+*~':"!^$[\]()=<>|/\\])/g, '\\$1')}`)
67
+ : undefined;
68
+ if (liElem) {
69
+ liElem.scrollIntoView({ behavior: "smooth", block: "nearest" });
70
+ }
71
+ });
72
+ }
73
+ buildItem(opt, index$1) {
74
+ opt.label = opt.label || opt.value;
75
+ const card = {
76
+ key: opt.value,
77
+ title: opt.label,
78
+ details: opt.details
79
+ };
80
+ return index.h("div", { style: { "height": "100%" }, class: index$1 === this.preSelection ? "item preselected" : "item", id: `item_${opt.value}`, onMouseDown: () => this.createOption(card), onMouseOver: () => this.changePreSelection.emit(index$1) }, index.h("ez-card-item", { item: card, compacted: true, enableKey: this.showOptionValue }));
81
+ }
82
+ componentDidLoad() {
83
+ if (this._optionsList) {
84
+ this._optionsList.style.maxHeight = `${this.MAX_HEIGHT}px`;
85
+ }
86
+ }
87
+ componentDidUpdate() {
88
+ if (this._optionsList) {
89
+ const rect = this._optionsList.getBoundingClientRect();
90
+ const spaceBelow = window.innerHeight - rect.bottom;
91
+ if (spaceBelow < 0) {
92
+ this.adjustMaxHeight(rect);
93
+ }
94
+ }
95
+ }
96
+ adjustMaxHeight(rect) {
97
+ if (this._optionsList) {
98
+ const spaceAbove = rect.top - this.HEADER_MENU_HEIGHT;
99
+ const maxHeight = this.MAX_HEIGHT;
100
+ const height = Math.min(spaceAbove, maxHeight);
101
+ this._optionsList.style.maxHeight = `${height}px`;
102
+ }
103
+ }
104
+ cleanEmptyObjectArray(arr) {
105
+ return arr.filter(item => ((item === null || item === void 0 ? void 0 : item.value) !== undefined));
106
+ }
107
+ render() {
108
+ return (index.h(index.Host, null, index.h("ul", { class: "list-options", ref: elem => this._optionsList = elem }, !this.showLoading
109
+ && this.cleanEmptyObjectArray(this.visibleOptions).length === 0
110
+ && index.h("div", { class: "message" }, index.h("span", { class: "message__no-result" }, this.textEmptyList)), this.showLoading
111
+ && index.h("div", { class: "message" }, index.h("div", { class: "message__loading" })), this.canShowListOptions && this.visibleOptions.map((opt, index) => this.buildItem(opt, index)))));
112
+ }
113
+ };
114
+ ClassicSearchList.style = classicSearchListCss;
115
+
116
+ const ezClassicSearchResultListCss = ":host{--ez-classic-search__list-title--primary:var(--title--primary, #2B3A54);--ez-classic-search__list-text--primary:var(--text--primary, #626e82);--ez-classic-search__list-height:calc(var(--ez-classic-search--font-size) + var(--ez-classic-search--space--medium) + 4px);--ez-classic-search__list-min-width:64px;--ez-classic-search__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-classic-search__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-classic-search__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-classic-search__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-classic-search__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-classic-search__scrollbar--width:var(--space--small, 6px);--ez-classic-search--border-radius-small:var(--border--radius-small, 6px);--ez-classic-search--font-size:var(--text--medium, 14px);--ez-classic-search--font-family:var(--font-pattern, Arial);--ez-classic-search--font-weight--large:var(--text-weight--large, 500);--ez-classic-search--font-weight--medium:var(--text-weight--medium, 400);--ez-classic-search--background-medium:var(--background--medium, #f0f3f7);--ez-classic-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-classic-search__scrollbar--color-clicked) var(--ez-classic-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-classic-search__scrollbar--color-background);border-radius:var(--ez-classic-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-classic-search__scrollbar--color-default);border-radius:var(--ez-classic-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-classic-search__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-classic-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-classic-search__list-height)}.message__no-result{color:var(--ez-classic-search__list-title--primary);font-family:var(--ez-classic-search--font-family);font-size:var(--ez-classic-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-classic-search__list-title--primary);font-family:var(--ez-classic-search--font-family);font-size:var(--ez-classic-search--font-size);line-height:var(--ez-classic-search--line-height)}.item__label{font-weight:var(--ez-classic-search--font-weight--medium)}.item__label--bold{font-weight:var(--ez-classic-search--font-weight--large)}.item__value{text-align:center;color:var(--ez-classic-search__list-text--primary);font-weight:var(--ez-classic-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-classic-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-classic-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}}";
117
+
118
+ const EzClassicSearchResultList = class {
119
+ constructor(hostRef) {
120
+ index.registerInstance(this, hostRef);
121
+ this.changeValue = index.createEvent(this, "changeValue", 7);
122
+ this._startHighlightTag = "<span class='card-item__highlight'>";
123
+ this._endHighlightTag = "</span>";
124
+ this.showLoading = undefined;
125
+ this.visibleOptions = [];
126
+ this.value = undefined;
127
+ this.showOptionValue = true;
128
+ this._preSelection = undefined;
129
+ }
130
+ observerVisivleOptions(newValue) {
131
+ if (newValue.length) {
132
+ this.preSelectItemByIndex(0);
133
+ }
134
+ }
135
+ async nextOption() {
136
+ const newPreSelection = this._preSelection === undefined ? 0 : Math.min(this._preSelection + 1, this.visibleOptions.length - 1);
137
+ this.preSelectItemByIndex(newPreSelection);
138
+ }
139
+ async previousOption() {
140
+ const newPreSelection = this._preSelection === undefined ? 0 : Math.max(this._preSelection - 1, 0);
141
+ this.preSelectItemByIndex(newPreSelection);
142
+ }
143
+ preSelectItemByIndex(newIndex) {
144
+ this._preSelection = newIndex;
145
+ const option = this.visibleOptions[newIndex];
146
+ this.scrollToOption(option);
147
+ }
148
+ selectOption(newOption) {
149
+ 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 });
150
+ const newOptionsFormatted = Object.assign(Object.assign({}, newOptionsReplaced), { value: this.removeHighLight(newOptionsReplaced === null || newOptionsReplaced === void 0 ? void 0 : newOptionsReplaced.value), label: this.removeHighLight(newOptionsReplaced === null || newOptionsReplaced === void 0 ? void 0 : newOptionsReplaced.label) });
151
+ this.changeValue.emit(newOptionsFormatted);
152
+ }
153
+ removeHighLight(text) {
154
+ if (!text || typeof text !== 'string') {
155
+ return text;
156
+ }
157
+ const startHighlight = new RegExp(this._startHighlightTag, 'g');
158
+ const endHighlight = new RegExp(this._endHighlightTag, 'g');
159
+ return text.replace(startHighlight, '').replace(endHighlight, '');
160
+ }
161
+ createAndSelectOption(detail) {
162
+ let { key, title } = detail;
163
+ key = String(key !== null && key !== void 0 ? key : "");
164
+ title = core.StringUtils.decodeHtmlEntities(title);
165
+ const option = {
166
+ value: this.removeHighLight(key),
167
+ label: this.removeHighLight(title)
168
+ };
169
+ this.selectOption(option);
170
+ }
171
+ scrollToOption(opt) {
172
+ if (!(opt === null || opt === void 0 ? void 0 : opt.value) || !this._optionsList)
173
+ return;
174
+ window.requestAnimationFrame(() => {
175
+ var _a;
176
+ const currentValue = String((_a = opt === null || opt === void 0 ? void 0 : opt.value) !== null && _a !== void 0 ? _a : "");
177
+ const liElem = currentValue
178
+ ? this._optionsList.querySelector(`div#item_${currentValue.replace(/([ #;&,.+*~':"!^$[\]()=<>|/\\])/g, '\\$1')}`)
179
+ : undefined;
180
+ if (liElem) {
181
+ liElem.scrollIntoView({ behavior: "smooth", block: "nearest" });
182
+ }
183
+ });
184
+ }
185
+ buildItem(opt, index$1) {
186
+ var _a;
187
+ opt.label = opt.label || opt.value;
188
+ const card = {
189
+ key: String((_a = opt.presentationValue) !== null && _a !== void 0 ? _a : ""),
190
+ title: opt.presentationLabel,
191
+ details: opt.details
192
+ };
193
+ 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 }));
194
+ }
195
+ async selectCurrentItem() {
196
+ this.selectOption(this.visibleOptions[this._preSelection]);
197
+ }
198
+ async cancelSelection() {
199
+ this.cancelPreselection();
200
+ }
201
+ cancelPreselection() {
202
+ this._preSelection = undefined;
203
+ }
204
+ canShowListOptions() {
205
+ return !this.showLoading && this.visibleOptions.length > 0;
206
+ }
207
+ async componentWillLoad() {
208
+ this.i18n = await index$1.initI18n();
209
+ }
210
+ render() {
211
+ return (index.h(index.Host, null, index.h("ul", { class: "list-options", ref: elem => this._optionsList = elem }, !this.showLoading
212
+ && this.visibleOptions.length === 0
213
+ && index.h("div", { class: "message" }, index.h("span", { class: "message__no-result" }, this.i18n("ez-classic-search-plus.emptyList"))), 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)))));
214
+ }
215
+ static get watchers() { return {
216
+ "visibleOptions": ["observerVisivleOptions"]
217
+ }; }
218
+ };
219
+ EzClassicSearchResultList.style = ezClassicSearchResultListCss;
220
+
16
221
  const ezComboBoxListCss = ":host{--ez-combo-box--border-radius:var(--border--radius-medium, 12px);--ez-combo-box--font-size:var(--text--medium, 14px);--ez-combo-box--font-family:var(--font-pattern, Arial);--ez-combo-box--font-weight--large:var(--text-weight--large, 500);--ez-combo-box--font-weight--medium:var(--text-weight--medium, 400);--ez-combo-box--background-color--xlight:var(--background--xlight, #fff);--ez-combo-box--background-medium:var(--background--medium, #f0f3f7);--ez-combo-box--line-height:calc(var(--text--medium, 14px) + 4px);--ez-combo-box__list-title--primary:var(--title--primary, #2B3A54);--ez-combo-box__list-text--primary:var(--text--primary, #626e82);--ez-combo-box__list-height:calc(var(--ez-combo-box--font-size) + var(--ez-combo-box--space--medium) + 4px);--ez-combo-box--space--medium:var(--space--medium, 12px);--ez-combo-box--space--small:var(--space--small, 6px);--ez-combo-box__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-combo-box__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-combo-box__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-combo-box__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-combo-box__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-combo-box__scrollbar--width:var(--space--medium, 12px);--ez-combo-box__list-container--padding:var(--space--extra-small, 3px)}.list-container{padding-top:var(--ez-combo-box__list-container--padding)}.list-wrapper{display:flex;flex-direction:column;box-sizing:border-box;width:0;z-index:var(--more-visible, 2);max-height:calc(4*var(--ez-combo-box__list-height) + 2*var(--ez-combo-box--space--small) + 9px);background-color:var(--ez-combo-box--background-color--xlight);border-radius:var(--ez-combo-box--border-radius);box-shadow:var(--shadow--medium, 0 8px 24px 0 rgba(43, 58, 84, 0.10));padding:var(--ez-combo-box--space--small)}.list-options{box-sizing:border-box;width:100%;height:100%;padding:0;margin:0;display:flex;flex-direction:column;scroll-behavior:smooth;overflow:auto;scrollbar-width:thin;gap:3px;scrollbar-color:var(--ez-combo-box__scrollbar--color-clicked) var(--ez-combo-box__scrollbar--color-background)}.list-options::-webkit-scrollbar{background-color:var(--ez-combo-box__scrollbar--color-background);width:var(--ez-combo-box__scrollbar--width);max-width:var(--ez-combo-box__scrollbar--width);min-width:var(--ez-combo-box__scrollbar--width)}.list-options::-webkit-scrollbar-track{background-color:var(--ez-combo-box__scrollbar--color-background);border-radius:var(--ez-combo-box__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-combo-box__scrollbar--color-default);border-radius:var(--ez-combo-box__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-combo-box__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-combo-box__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-combo-box--border-radius-small);padding:var(--ez-combo-box--space--small);min-height:var(--ez-combo-box__list-height);gap:var(--space--small, 6px)}.item__value,.item__label{flex-basis:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-combo-box__list-title--primary);font-family:var(--ez-combo-box--font-family);font-size:var(--ez-combo-box--font-size);line-height:var(--ez-combo-box--line-height)}.item__label{font-weight:var(--ez-combo-box--font-weight--medium)}.item__label--bold{font-weight:var(--ez-combo-box--font-weight--large)}.item__value{text-align:center;color:var(--ez-combo-box__list-text--primary);font-weight:var(--ez-combo-box--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-combo-box__list-height)}.message__no-result{color:var(--ez-combo-box__list-title--primary);font-family:var(--ez-combo-box--font-family);font-size:var(--ez-combo-box--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-combo-box__list-title--primary);border-top:3px solid transparent}li:hover{background-color:var(--ez-combo-box--background-medium)}.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)}}";
17
222
 
18
223
  const EzComboBoxList = class {
@@ -242,7 +447,7 @@ const EzCustomFormInput = class {
242
447
  props: this.formViewField.props ? fieldProps : undefined,
243
448
  optionLoader: this.formViewField.optionLoader
244
449
  },
245
- source: FormLayout.CustomEditorSource.FORM,
450
+ source: types.CustomEditorSource.FORM,
246
451
  detailContext: this.detailContext
247
452
  };
248
453
  let gui = this.customEditor.getEditorElement(params);
@@ -252,7 +457,7 @@ const EzCustomFormInput = class {
252
457
  this.gui = gui;
253
458
  return;
254
459
  }
255
- if (!(gui instanceof HTMLElement) && typeof gui !== 'string') {
460
+ if (!(gui instanceof index.H) && typeof gui !== 'string') {
256
461
  this.handleValue(gui);
257
462
  this.gui = gui;
258
463
  return;
@@ -293,6 +498,152 @@ const EzCustomFormInput = class {
293
498
  }; }
294
499
  };
295
500
 
501
+ const ezImageInputCss = ":host{display:block;--ez-image-input--container-height:200px;--ez-image-input--container-width:280px;--ez-image-input--background-color:var(--color--gray-80);--ez-image-input--border-color:var(--color--gray-200);--ez-image-input--border-color-hover:var(--color--ocean-green-600);--ez-image-input--border-color-dragging:var(--color--ocean-green-500);--ez-image-input--border-color-disabled:var(--color--gray-200);--ez-image-input--label-color:var(--color--petroleum-900);--ez-image-input--icon-color:var(--color--gray-400);--ez-image-input--border-radius:var(--border--radius-24);--ez-image-input--border-width:2px;--ez-image-input--remove-button-bg:var(--color--red-600);--ez-image-input--remove-button-bg-hover:var(--color--red-700);--ez-image-input--remove-button-color:var(--color--gray-70);--ez-image-input--remove-button-border:1px solid var(--color--red-700)}.image-input__container{display:flex;align-items:center;justify-content:center;position:relative;height:var(--ez-image-input--container-height);width:var(--ez-image-input--container-width);border:var(--ez-image-input--border-width) dashed var(--ez-image-input--border-color);border-radius:var(--ez-image-input--border-radius);background-color:var(--ez-image-input--background-color);cursor:pointer;transition:all 0.3s ease;overflow:hidden}.image-input__container:hover:not(.image-input__container--disabled){border-color:var(--ez-image-input--border-color-hover)}.image-input__container--dragging{border-color:var(--ez-image-input--border-color-dragging);background-color:var(--color--ocean-green-90)}.image-input__container--disabled{cursor:not-allowed;opacity:0.6;border-color:var(--ez-image-input--border-color-disabled)}.image-input__container--has-image{border-style:solid;padding:var(--space--0)}.image-input__file-input{display:none}.image-input__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space--16);padding:var(--space--24);text-align:center}.image-input__dropzone ez-icon{color:var(--ez-image-input--icon-color)}.image-input__label{font-family:var(--font--pattern);font-size:var(--font-size--default);font-weight:var(--font-weight--medium);color:var(--ez-image-input--label-color);line-height:var(--line-height--20)}.image-input__preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-input__image{height:100%;object-fit:cover;border-radius:calc(var(--ez-image-input--border-radius) - var(--ez-image-input--border-width))}ez-button{--ez-button--background-color:var(--ez-image-input--remove-button-bg);--ez-button--hover--background-color:var(--ez-image-input--remove-button-bg-hover);--ez-button--color:var(--ez-image-input--remove-button-color);--ez-button--border:var(--ez-image-input--remove-button-border);--ez-button--hover--border:var(--ez-image-input--remove-button-border)}.image-input__remove-button{position:absolute;top:var(--space--8);right:var(--space--8);display:flex;align-items:center;justify-content:center}.image-input__popup-content{display:flex;align-items:center;justify-content:center;padding:var(--space--16);height:100%}.image-input__popup-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:var(--border--radius-8)}.image-input__image{height:100%;object-fit:cover;border-radius:calc(var(--ez-image-input--border-radius) - var(--ez-image-input--border-width));cursor:pointer;transition:transform 0.2s ease}.image-input__image:hover{transform:scale(1.02)}ez-skeleton{--skeleton-width:var(--ez-image-input--container-width);--skeleton-height:var(--ez-image-input--container-height)}";
502
+
503
+ const EzImageInput = class {
504
+ constructor(hostRef) {
505
+ index.registerInstance(this, hostRef);
506
+ this.ezChange = index.createEvent(this, "ezChange", 7);
507
+ this.ezError = index.createEvent(this, "ezError", 7);
508
+ this.handleFileSelect = (event) => {
509
+ const input = event.target;
510
+ if (input.files && input.files[0]) {
511
+ this.processFile(input.files[0]);
512
+ }
513
+ };
514
+ this.handleDrop = (event) => {
515
+ var _a;
516
+ event.preventDefault();
517
+ event.stopPropagation();
518
+ this._isDragging = false;
519
+ if (!this.enabled)
520
+ return;
521
+ const files = (_a = event.dataTransfer) === null || _a === void 0 ? void 0 : _a.files;
522
+ if (files && files[0]) {
523
+ this.processFile(files[0]);
524
+ }
525
+ };
526
+ this.handleDragOver = (event) => {
527
+ event.preventDefault();
528
+ event.stopPropagation();
529
+ if (this.enabled) {
530
+ this._isDragging = true;
531
+ }
532
+ };
533
+ this.handleDragLeave = (event) => {
534
+ event.preventDefault();
535
+ event.stopPropagation();
536
+ this._isDragging = false;
537
+ };
538
+ this.handleRemoveImage = (event) => {
539
+ event.stopPropagation();
540
+ this.value = undefined;
541
+ this._hasImage = false;
542
+ if (this._inputElem) {
543
+ this._inputElem.value = '';
544
+ }
545
+ this.ezChange.emit('');
546
+ };
547
+ this.handleClickDropZone = () => {
548
+ var _a;
549
+ if (this.enabled && !this._hasImage) {
550
+ (_a = this._inputElem) === null || _a === void 0 ? void 0 : _a.click();
551
+ }
552
+ };
553
+ this.handleImageClick = (event) => {
554
+ event.stopPropagation();
555
+ if (this._hasImage && this.value) {
556
+ this._showImagePopup = true;
557
+ }
558
+ };
559
+ this.handlePopupAction = (event) => {
560
+ const action = event.detail;
561
+ if (action === 'CANCEL' || action === 'OK') {
562
+ this.handleClosePopup();
563
+ }
564
+ };
565
+ this.handleClosePopup = () => {
566
+ this._showImagePopup = false;
567
+ };
568
+ this.enabled = true;
569
+ this.label = undefined;
570
+ this.name = undefined;
571
+ this.value = undefined;
572
+ this.maxFileSize = 20 * 1024 * 1024;
573
+ this.accept = 'image/*';
574
+ this.loading = false;
575
+ this._hasImage = false;
576
+ this._isDragging = false;
577
+ this._showImagePopup = false;
578
+ }
579
+ onValueChange(newValue, oldValue) {
580
+ if (newValue !== oldValue) {
581
+ this._hasImage = !!newValue;
582
+ }
583
+ if (!newValue && this._inputElem) {
584
+ this._inputElem.value = '';
585
+ }
586
+ }
587
+ addInfoId() {
588
+ if (this._element) {
589
+ core.ElementIDUtils.addIDInfo(this._element);
590
+ }
591
+ if (this._inputElem) {
592
+ const dataInfo = { id: 'embedded' };
593
+ core.ElementIDUtils.addIDInfo(this._inputElem, 'image-input', dataInfo);
594
+ }
595
+ }
596
+ processFile(file) {
597
+ // Validar tipo de arquivo
598
+ if (!file.type.startsWith('image/')) {
599
+ const errorMsg = this.i18n('ez-image-input.invalidFileType');
600
+ this.ezError.emit(errorMsg);
601
+ return;
602
+ }
603
+ // Validar tamanho do arquivo
604
+ if (this.maxFileSize && file.size > this.maxFileSize) {
605
+ const maxSizeMB = (this.maxFileSize / (1024 * 1024)).toFixed(2);
606
+ const errorMsg = this.i18n('ez-image-input.fileTooLarge', { maxSize: `${maxSizeMB}MB` });
607
+ this.ezError.emit(errorMsg);
608
+ return;
609
+ }
610
+ // Converter para base64
611
+ const reader = new FileReader();
612
+ reader.onload = (e) => {
613
+ var _a;
614
+ const base64 = (_a = e.target) === null || _a === void 0 ? void 0 : _a.result;
615
+ this.value = base64;
616
+ this._hasImage = true;
617
+ this.ezChange.emit(base64);
618
+ };
619
+ reader.readAsDataURL(file);
620
+ }
621
+ async componentWillLoad() {
622
+ this.i18n = await index$1.initI18n();
623
+ this._hasImage = !!this.value;
624
+ }
625
+ componentDidLoad() {
626
+ this.addInfoId();
627
+ }
628
+ render() {
629
+ if (this.loading) {
630
+ return (index.h(index.Host, null, index.h("ez-skeleton", { width: "280px", height: '200px' })));
631
+ }
632
+ const dropZoneLabel = this.label || this.i18n('ez-image-input.defaultLabel');
633
+ return (index.h(index.Host, null, index.h("div", { class: {
634
+ 'image-input__container': true,
635
+ 'image-input__container--disabled': !this.enabled,
636
+ 'image-input__container--dragging': this._isDragging,
637
+ 'image-input__container--has-image': this._hasImage
638
+ }, "data-enabled": this.enabled.toString(), "data-has-image": this._hasImage.toString(), onClick: this.handleClickDropZone, onDrop: this.handleDrop, onDragOver: this.handleDragOver, onDragLeave: this.handleDragLeave, role: "button", "aria-label": dropZoneLabel, tabindex: this.enabled ? 0 : -1 }, index.h("input", { ref: (el) => (this._inputElem = el), type: "file", accept: this.accept, name: this.name, disabled: !this.enabled, onChange: this.handleFileSelect, class: "image-input__file-input", "aria-hidden": "true" }), this._hasImage && this.value ? (index.h("div", { class: "image-input__preview" }, index.h("img", { src: this.value, alt: this.i18n('ez-image-input.imageAlt'), class: "image-input__image", onClick: this.handleImageClick }), this.enabled && (index.h("ez-button", { class: "image-input__remove-button", variant: "primary", type: "button", mode: "icon", size: "small", iconName: "trash-alt", onClick: this.handleRemoveImage, "aria-label": this.i18n('ez-image-input.removeImage'), title: this.i18n('ez-image-input.removeImage') })))) : (index.h("div", { class: "image-input__dropzone" }, index.h("ez-icon", { iconName: "image", size: "x-large" }), index.h("span", { class: "image-input__label" }, dropZoneLabel)))), index.h("ez-popup", { opened: this._showImagePopup, ezTitle: this.i18n('ez-image-input.imagePreview'), size: "large", heightMode: "auto", onEzPopupAction: this.handlePopupAction, onEzClosePopup: this.handleClosePopup }, index.h("div", { class: "image-input__popup-content" }, index.h("img", { src: this.value, alt: this.i18n('ez-image-input.imageAlt'), class: "image-input__popup-image" })))));
639
+ }
640
+ get _element() { return index.getElement(this); }
641
+ static get watchers() { return {
642
+ "value": ["onValueChange"]
643
+ }; }
644
+ };
645
+ EzImageInput.style = ezImageInputCss;
646
+
296
647
  const ezRichTextCss = ".sc-ez-rich-text-h{display:block;width:100%;font-family:Roboto;--ez-rich-text--box-shadow:0 0 3px 0 #DCE0E8;--ez-rich-text--shadow--outline:var(--shadow--outline) var(--color--strokes)}.editor-container.sc-ez-rich-text{width:100%;overflow:hidden;border-radius:12px;border:1px solid #DCE0E8}ez-text-area.sc-ez-rich-text{--text-area__input--border:1px solid}.preview.sc-ez-rich-text{min-height:20px;padding:12px;resize:both;overflow:auto;max-width:100%;border-top:1px solid #DCE0E8}";
297
648
 
298
649
  const EzRichText = class {
@@ -303,7 +654,7 @@ const EzRichText = class {
303
654
  this.historyIndex = -1;
304
655
  this.previewMode = false;
305
656
  this.showPreview = true;
306
- this.value = '';
657
+ this.value = undefined;
307
658
  this.label = undefined;
308
659
  this.mode = "regular";
309
660
  this.enabled = true;
@@ -667,7 +1018,10 @@ const EzTextEdit = class {
667
1018
  };
668
1019
  EzTextEdit.style = ezTextEditCss;
669
1020
 
1021
+ exports.classic_search_list = ClassicSearchList;
1022
+ exports.ez_classic_search_result_list = EzClassicSearchResultList;
670
1023
  exports.ez_combo_box_list = EzComboBoxList;
671
1024
  exports.ez_custom_form_input = EzCustomFormInput;
1025
+ exports.ez_image_input = EzImageInput;
672
1026
  exports.ez_rich_text = EzRichText;
673
1027
  exports.ez_text_edit = EzTextEdit;
@@ -2,14 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
- require('./ApplicationUtils-d04f5c94.js');
7
+ require('./ApplicationUtils-006ca96f.js');
8
8
  const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
9
9
  require('./DialogType-2114c337.js');
10
10
  require('./CheckMode-ecb90b87.js');
11
- require('./index-00d0166b.js');
12
- require('./FormLayout-18853e70.js');
11
+ require('./index-350d0fa0.js');
12
+ require('./types-6a5df0c7.js');
13
+ require('./FormLayout-fe8da83c.js');
13
14
 
14
15
  const ezActionsButtonCss = ":host{--ez-actions-button__actions-list--border-radius:var(--border--radius-medium, 12px);--ez-actions-button__actions-list--box-shadow:var(--shadow, 0px 0px 16px 0px #000);--ez-actions-button__actions-list--background-color:var(--background--xlight, #fff);--ez-actions-button__actions-list--padding:var(--space--small, 6px);--ez-actions-button__actions-list--top-margin:var(--space-small, 6px);--ez-actions-button__actions-list--z-index:var(--ez-elevation--8, 8);--ez-actions-button__actions-max-height:415px;--ez-actions-button__btn-action--min-width:'auto';--ez-actions-button__btn-action--background-color:var(--background--xlight, #fff);display:flex;flex-direction:column;height:fit-content;user-select:none}.ez-actions-button__actions-list{display:flex;flex-direction:column;position:fixed;width:fit-content;height:fit-content;overflow-y:auto;scrollbar-width:thin;z-index:var(--ez-actions-button__actions-list--z-index);padding:var(--ez-actions-button__actions-list--padding);margin-top:var(--ez-actions-button__actions-list--top-margin);background-color:var(--ez-actions-button__actions-list--background-color);border-radius:var(--ez-actions-button__actions-list--border-radius);box-shadow:var(--ez-actions-button__actions-list--box-shadow)}.ez-actions-button__actions-list--max-height{max-height:var(--ez-actions-button__actions-max-height)}.ez-actions-button__actions-list--lowered{margin-top:calc(var(--ez-actions-button__actions-list--top-margin) + 6px)}.ez-actions-button__btn-action{--ez-button--justify-content:flex-start;--ez-button--width:100%;--ez-button--min-width:var(--ez-actions-button__btn-action--min-width);--ez-button--background-color:var(--ez-actions-button__btn-action--background-color);--ez-button--font-weight:var(--text-weight--medium, 400);--ez-button--padding-left:var(--space--medium, 12px);--ez-button--padding-right:var(--space--medium, 12px);--ez-button--border:none}.ez-actions-button__btn-action--spaced{--ez-button--padding-left:calc(var(--space--medium, 12px) + 24px)}.ez-actions-button__icon-right{margin-left:var(--space--small, 6px)}.ez-actions-button__icon-check,.ez-actions-button__icon-item{position:absolute;left:var(--space--medium, 12px)}.ez-actions-button__icon-check{color:var(--ez-button--hover-color)}.ez-actions-button__arrow{position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;width:0;height:0;z-index:calc(var(--ez-actions-button__actions-list--z-index) + 1);border-bottom:15px solid var(--ez-actions-button__btn-action--background-color)}.ez-actions-button__arrow--upped{margin-top:calc((var(--ez-actions-button__actions-list--top-margin) + 2px) * -1)}.ez-actions-button__arrow--small{margin-left:6px}.ez-actions-button__arrow--medium{margin-left:11px}.ez-actions-button__arrow--large{margin-left:13px}.ez-actions-button__arrow:only-child{display:none}.ez-actions-button__btn-transparent{--ez-button--background-color:transparent;--ez-button--hover--background-color:transparent;--ez-button--active--background-color:transparent;--ez-button--focus--border:none;--ez-button--border:none}.ez-actions-button__btn-label{--ez-button--padding-left:var(--space--medium, 12px);--ez-button--padding-right:var(--space--medium, 12px)}.ez-actions-button__list-container{position:relative}.ez-actions-button--bottom-padding{padding-bottom:var(--space--small, 6px)}";
15
16
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
- const index$1 = require('./index-00d0166b.js');
7
+ const index$1 = require('./index-350d0fa0.js');
8
8
 
9
9
  const ezAlertListCss = ":host {\n display: flex;\n\n /* Alert List */\n \n /*@doc Define a largura da lista minimizado */\n --ez-alert-list__container--width: 680px;\n /*@doc Define a altura da lista minimizado */\n --ez-alert-list__container--height: 220px;\n \n /*@doc Define a largura da lista maximizada */\n --ez-alert-list__container--width--expanded: 920px;\n /*@doc Define a altura da lista maximizada */\n --ez-alert-list__container--height--expanded: 540px;\n\n /* Title */\n /*@doc Define a fonte do título do componente */\n --ez-alert-list__title--font-family: var(--font-pattern, \"Roboto\");\n /*@doc Define o tamanho da fonte do título do popup.*/\n --ez-alert-list__title--font-size: var(--title--large, 20px);\n /*@doc Define a cor da fonte do título do popup.*/\n --ez-alert-list__title--color: var(--title--primary, #2b3a54);\n /*@doc Define o peso da fonte do título do popup.*/\n --ez-alert-list__title--font-weight: var(--text-weight--extra-large, 700);\n\n /* @doc Define a borda inferior do item da lista. */\n --ez-list__item--border-bottom: var(--border--small, 1px solid);\n\n /* @doc Define a cor da borda inferior do item da lista. */\n --ez-list__item--border-bottom-color: var(--color--strokes, #DCE0E8);\n\n /* @doc Define o tipo da quebra de linha do item da lista. */\n --ez-list__item--white-space: break-space;\n}\n\n.alert-list__content {\n display: flex;\n flex-direction: column;\n \n gap: var(--space--xs);\n margin: var(--space--large, 24px);\n width: 100%;\n}\n\n.alert-list__container {\n z-index: var(--ez-elevation--8, 8);\n display: flex;\n height: var(--ez-alert-list__container--height);\n width: var(--ez-alert-list__container--width);\n border-radius: var(--border--radius-medium);\n background-color: var(--background--xlight);\n box-shadow: var(--shadow--medium);\n\n &.expanded {\n height: var(--ez-alert-list__container--height--expanded);\n width: var(--ez-alert-list__container--width--expanded);\n }\n\n @media (max-height: 640px) {\n max-height: calc(100vh - var(--space--3xl));\n } \n}\n\n.alert-list__header {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n\n.alert-list__title {\n font-family: var(--ez-alert-list__title--font-family);\n font-size: var(--ez-alert-list__title--font-size);\n font-weight: var(--ez-alert-list__title--font-weight);\n color: var(--ez-alert-list__title--color);\n}\n\n.alert-list__header__buttons {\n display: flex;\n gap: var(--space--xs);\n}\n\n.alert-list__expandable-content {\n overflow-y: auto;\n scrollbar-width: thin;\n}\n\n";
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  const ezAlertCss = ":host{--ez-alert-alert-container--padding-up-down:var(--space--small, 6px);--ez-alert-alert-container--padding-right-left:var(--space--medium, 12px);--ez-alert-alert-container--gap:var(--space--medium, 12px);--ez-alert-alert-container--border-radius:var(--border--radius-medium, 12px);--ez-alert-alert-container--font-color-warn:var(--color--alert-warning-900, #8C6B00);--ez-alert-alert-container--icon-warn:var(--color--alert-warning-900, #8C6B00);--ez-alert-alert-container--background-color-warn:var(--color--alert-warning-200, #FFF7D5);--ez-alert-alert-container--font-color-critical:var(--color--alert-error, #BD0025);--ez-alert-alert-container--icon-critical:var(--color--alert-error, #BD0025);--ez-alert-alert-container--background-color-critical:var(--color--alert-error-200, #F7E0E5);--ez-alert-alert-container--font-color-success:var(--color--alert-success, #157A00);--ez-alert-alert-container--icon-success:var(--color--alert-success, #157A00);--ez-alert-alert-container--background-color-success:var(--color--alert-success-200, #E7F6E0);font-size:var(--text--small, 12px);font-family:var(--font-pattern, \"Roboto\");width:100%;hyphens:auto;display:block}.alert-container{display:flex;align-items:center;gap:var(--ez-alert-alert-container--gap);padding:var(--ez-alert-alert-container--padding-up-down) var(--ez-alert-alert-container--padding-right-left);border-radius:var(--ez-alert-alert-container--border-radius)}.warn{background-color:var(--ez-alert-alert-container--background-color-warn);color:var(--ez-alert-alert-container--font-color-warn)}.critical{background-color:var(--ez-alert-alert-container--background-color-critical);color:var(--ez-alert-alert-container--font-color-critical)}.success{background-color:var(--ez-alert-alert-container--background-color-success);color:var(--ez-alert-alert-container--font-color-success)}ez-icon{--ez-icon--color:inherit}.alert-container__icon-warn{--ez-icon--color:var(--ez-alert-alert-container--icon-warn)}.alert-container__icon-critical{--ez-icon--color:var(--ez-alert-alert-container--icon-critical)}.alert-container__icon-success{--ez-icon--color:var(--ez-alert-alert-container--icon-success)}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
 
7
7
  const ezApplicationCss = "";
8
8
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
6
- const index$1 = require('./index-00d0166b.js');
5
+ const index = require('./index-9e5554cb.js');
6
+ const index$1 = require('./index-350d0fa0.js');
7
7
  require('@sankhyalabs/core');
8
8
 
9
9
  const ezAvatarCss = ":host{--ez-avatar--background-color:var(--color--ocean-green-600, #008561);--ez-avatar--color:var(--color--gray-70, #fff);--ez-avatar--border-radius-circle:50%;--ez-avatar--border-radius-square:25%;--ez-avatar--background-color-hover:var(--color--ocean-green-700, #00684C)}button,figure{display:flex;align-items:center;justify-content:center;border:var(--ez-avatar--border);background-color:var(--ez-avatar--background-color);color:var(--ez-avatar--color);font-weight:var(--font-weight--medium, 500);font-family:var(--font-pattern, 'Roboto');transition:background-color 0.2s linear, color 0.2s linear;margin:0;padding:0}button:hover{cursor:pointer;background-color:var(--ez-avatar--background-color-hover)}.avatar--320{--avatar-size:320px;width:20rem;height:20rem}.avatar--300{--avatar-size:300px;width:18.75rem;height:18.75rem}.avatar--280{--avatar-size:280px;width:17.5rem;height:17.5rem}.avatar--260{--avatar-size:260px;width:16.25rem;height:16.25rem}.avatar--240{--avatar-size:240px;width:15rem;height:15rem}.avatar--220{--avatar-size:220px;width:13.75rem;height:13.75rem}.avatar--200{--avatar-size:200px;width:12.5rem;height:12.5rem}.avatar--180{--avatar-size:180px;width:11.25rem;height:11.25rem}.avatar--160{--avatar-size:160px;width:10rem;height:10rem}.avatar--140{--avatar-size:140px;width:8.75rem;height:8.75rem}.avatar--120{--avatar-size:120px;width:7.5rem;height:7.5rem}.avatar--100{--avatar-size:100px;width:6.25rem;height:6.25rem}.avatar--80{--avatar-size:80px;width:5rem;height:5rem}.avatar--60{--avatar-size:60px;width:3.75rem;height:3.75rem}.avatar-initial{font-size:calc(0.375 * var(--avatar-size));}.avatar--circle{border-radius:var(--ez-avatar--border-radius-circle)}.avatar--square{border-radius:var(--ez-avatar--border-radius-square)}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.avatar--has-image{background-color:transparent}ez-icon{--ez-icon--color:var(--color--gray-70, #fff);font-weight:var(--font-weight--medium, 500)}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  var Sizes;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  const BreadcrumbItem = (props) => {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  const ezButtonCss = ":host{--ez-button--min-width:50px;--ez-button--width:auto;--ez-button--height:var(--space--42, 42px);--ez-button--padding-top:var(--space--0, 0px);--ez-button--padding-bottom:var(--space--0, 0px);--ez-button--padding-right:var(--space--12, 12px);--ez-button--padding-left:var(--space--12, 12px);--ez-button--icon--gap:var(--space--8, 8px);--ez-button--color:var(--color--ocean-green-600, #008561);--ez-button--label-icon--color:var(--color--ocean-green-500, #1A9171);--ez-button--label-icon--hover-color:var(--color--ocean-green-700, #00684C);--ez-button--label-icon--disabled-color:var(--color--gray-400);--ez-button--left-icon--color:var(--color--ocean-green-600, #008561);--ez-button--right-icon--color:var(--color--ocean-green-600, #008561);--ez-button--left-icon--hover-color:var(--color--ocean-green-600, #008561);--ez-button--right-icon--hover-color:var(--color--ocean-green-600, #008561);--ez-button--left-icon--disabled-color:var(--color--gray-300, #A4A5A7);--ez-button--right-icon--disabled-color:var(--color--gray-300, #A4A5A7);--ez-button--font-size:var(--font-size--default, 14px);--ez-button--font-family:var(--font-pattern, Arial);--ez-button--font-weight:var(--font-weight--medium, 500);--ez-button--background-color:var(--color--gray-70, #ffffff);--ez-button--border-radius:var(--border--radius--24, 24px);--ez-button--border:1px solid var(--color--gray-90, #EAEAEA);--ez-button--hover--border:1px solid var(--color--gray-90, #EAEAEA);--ez-button--justify-content:center;--ez-button--hover-color:var(--color--ocean-green-600, #008561);--ez-button--hover--background-color:var(--color--gray-80, #F9F9F9);--ez-button--disabled-color:var(--color--gray-400, #77777A);--ez-button--disabled--background-color:var(--color--gray-80, #F9F9F9);--ez-button--disabled--border:1px solid var(--color--gray-200, #A4A5A7);--ez-button--disabled-icon-color:var(--color--gray-400, #D2D2D3);--ez-button--link-color:var(--color--ocean-green-600, #008561);--ez-button--link--hover-color:var(--color--primary-700, #1C1D22);--ez-button--link-disabled-color:var(--color--gray-400, #77777A);--ez-button--link--small--font-size:var(--font-size--small, 12px);--ez-button--link--medium--font-size:var(--font-size--default, 14px);--ez-button--link--large--font-size:var(--font-size--medium, 16px);display:flex;width:fit-content}:host(.ez-button--primary){--ez-button--color:var(--color--gray-70);--ez-button--background-color:var(--color--ocean-green-500);--ez-button--font-weight:var(--font-weight--regular);--ez-button--left-icon--color:var(--color--gray-70);--ez-button--right-icon--color:var(--color--gray-70);--ez-button--border:1px solid var(--color--ocean-green-500);--ez-button--hover-color:var(--color--gray-70);--ez-button--hover--background-color:var(--color--ocean-green-700);--ez-button--hover--border:1px solid var(--color--ocean-green-700);--ez-button--left-icon--hover-color:var(--color--gray-70);--ez-button--right-icon--hover-color:var(--color--gray-70);--ez-button--disabled-color:var(--color--gray-70);--ez-button--disabled--background-color:var(--color--gray-400);--ez-button--disabled--border:1px solid var(--color--gray-400);--ez-button--disabled-icon-color:var(--color--gray-200);--ez-button--left-icon--disabled-color:var(--color--gray-200);--ez-button--right-icon--disabled-color:var(--color--gray-200)}:host(.ez-button--secondary){--ez-button--color:var(--color--ocean-green-600);--ez-button--background-color:var(--color--gray-70);--ez-button--border:1px solid var(--color--gray-90);--ez-button--left-icon--color:var(--color--ocean-green-600);--ez-button--right-icon--color:var(--color--ocean-green-600);--ez-button--hover-color:var(--color--ocean-green-600);--ez-button--hover--background-color:var(--color--gray-80);--ez-button--hover--border:1px solid var(--color--gray-90);--ez-button--left-icon--hover-color:var(--color--ocean-green-600);--ez-button--right-icon--hover-color:var(--color--ocean-green-600);--ez-button--disabled-color:var(--color--gray-400);--ez-button--disabled--background-color:var(--color--gray-80);--ez-button--disabled--border:1px solid var(--color--gray-200);--ez-button--disabled-icon-color:var(--color--gray-400);--ez-button--left-icon--disabled-color:var(--color--gray-300);--ez-button--right-icon--disabled-color:var(--color--gray-300)}:host(.ez-button--tertiary){--ez-button--color:var(--color--ocean-green-600);--ez-button--background-color:transparent;--ez-button--font-weight:var(--font-weight--regular);--ez-button--border:none;--ez-button--left-icon--color:var(--color--ocean-green-600);--ez-button--right-icon--color:var(--color--ocean-green-600);--ez-button--hover-color:var(--color--ocean-green-800);--ez-button--hover--background-color:transparent;--ez-button--hover--border:none;--ez-button--left-icon--hover-color:var(--color--ocean-green-800);--ez-button--right-icon--hover-color:var(--color--ocean-green-800);--ez-button--disabled-color:var(--color--gray-400);--ez-button--disabled--background-color:transparent;--ez-button--disabled--border:transparent;--ez-button--disabled-icon-color:var(--color--gray-200);--ez-button--left-icon--disabled-color:var(--color--gray-200);--ez-button--right-icon--disabled-color:var(--color--gray-200)}:host(.ez-button--link--primary){color:var(--color--primary);fill:var(--color--primary)}button{position:relative;display:flex;align-items:center;outline:0;border:0;margin:0;padding:0;cursor:pointer;transition:background-color 0.2s linear, transform 0.15s ease;white-space:nowrap;box-sizing:border-box;overflow:hidden;transform:scale(1);min-width:var(--ez-button--min-width);width:var(--ez-button--width);height:var(--ez-button--height);font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);padding:var(--ez-button--padding-top) var(--ez-button--padding-right) var(--ez-button--padding-bottom) var(--ez-button--padding-left);border-radius:var(--ez-button--border-radius);gap:var(--ez-button--icon--gap);background-color:var(--ez-button--background-color);color:var(--ez-button--color);fill:var(--ez-button--color);border:var(--ez-button--border);justify-content:var(--ez-button--justify-content)}button.pressed{transform:scale(0.98)}button.btn-icon{transition:background-color 0.2s linear, transform 0.15s ease;transform:scale(1)}button.btn-icon.pressed{transform:scale(0.95)}button:disabled,button[aria-disabled]{transform:scale(1) !important}.ripple{position:absolute;width:20px;height:20px;border-radius:50%;background:rgba(255, 255, 255, 0.3);pointer-events:none;transform:scale(0);animation:ripple-animation 0.6s linear;z-index:0}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}:host .ripple,:host(.ez-button--secondary) .ripple{background:rgba(0, 133, 97, 0.2)}:host(.ez-button--primary) .ripple{background:rgba(255, 255, 255, 0.3)}:host(.ez-button--tertiary) .ripple{background:rgba(0, 133, 97, 0.15)}button>*:not(.ripple){position:relative;z-index:1}button:disabled .ripple,button[aria-disabled] .ripple{display:none}button:hover{background-color:var(--ez-button--hover--background-color);border:var(--ez-button--hover--border);color:var(--ez-button--hover-color);fill:var(--ez-button--hover-color);--ez-icon--color:var(--ez-button--hover-color)}button[aria-disabled]:active,button:disabled:active,button[aria-disabled]:hover,button:disabled:hover,button[aria-disabled],button:disabled{background-color:var(--ez-button--disabled--background-color);color:var(--ez-button--disabled-color);fill:var(--ez-button--disabled-color);--ez-icon--color:var(--ez-button--disabled-icon-color);--ez-button--left-icon--color:var(--ez-button--left-icon--disabled-color);--ez-button--right-icon--color:var(--ez-button--right-icon--disabled-color);cursor:no-drop;border:var(--ez-button--disabled--border)}button[aria-disabled].force-focus-visible,button[aria-disabled]:focus-visible{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--color--petroleum-100)}button ez-icon{--ez-icon--color:inherit}button ez-icon.leftIcon{--ez-icon--color:var(--ez-button--left-icon--color)}button ez-icon.rightIcon{--ez-icon--color:var(--ez-button--right-icon--color)}button:hover ez-icon.leftIcon{--ez-icon--color:var(--ez-button--left-icon--hover-color)}button:hover ez-icon.rightIcon{--ez-icon--color:var(--ez-button--right-icon--hover-color)}button:disabled:hover ez-icon.leftIcon,button[aria-disabled]:hover ez-icon.leftIcon{--ez-icon--color:var(--ez-button--left-icon--disabled-color)}button:disabled:hover ez-icon.rightIcon,button[aria-disabled]:hover ez-icon.rightIcon{--ez-icon--color:var(--ez-button--right-icon--disabled-color)}button.x-small{height:28px;--ez-button--font-size:var(--text--small, 12px)}button.small{height:32px;--ez-button--font-size:var(--text--small, 12px)}button.medium{height:42px}button.large{height:46px}button.btn-icon{padding:0px}.btn-icon--medium{width:42px;min-width:42px;height:42px}.btn-icon--x-small{width:28px;min-width:28px;height:28px}.btn-icon--small{width:32px;min-width:32px;height:32px}.btn-icon--large{width:46px;min-width:46px;height:46px}.label-icon{display:flex;flex-direction:column;align-items:center;color:var(--ez-button--label-icon--color)}.label-icon:hover{color:var(--ez-button--label-icon--hover-color);fill:var(--ez-button--label-icon--hover-color)}.label-icon .disabled{color:var(--ez-button--label-icon--disabled-color)}.label-icon label{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);user-select:none}button[aria-disabled]+label,button:disabled+label{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);color:var(--ez-button--label-icon--disabled-color);cursor:no-drop}button.force-focus-visible,button:focus-visible{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--color--ocean-green-200)}div.label-icon{cursor:pointer}div.label-icon button[aria-disabled],div.label-icon button:disabled{cursor:no-drop}a{outline:0;border:0;margin:0;border-radius:0;padding:0;margin:0;padding-inline:var(--space--8);font-family:var(--ez-button--font-family);font-weight:var(--ez-button--font-weight);color:var(--ez-button--link-color);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--ez-button--border-radius);gap:var(--ez-button--icon--gap)}a ez-icon{--ez-icon--color:var(--ez-button--link--color)}a:hover{color:var(--ez-button--link--hover-color);--ez-icon--color:var(--ez-button--link--hover-color)}a:hover ez-icon{--ez-icon--color:var(--ez-button--link--hover-color)}a.disabled{color:var(--ez-button--link-disabled-color);cursor:not-allowed}a.disabled ez-icon{--ez-icon--color:var(--ez-button--link-disabled-color)}a.small{font-size:var(--ez-button--link--small--font-size);line-height:var(--ez-button--link--small--font-size)}a.medium{font-size:var(--ez-button--link--medium--font-size);line-height:var(--ez-button--link--medium--font-size)}a.large{font-size:var(--ez-button--link--large--font-size);line-height:var(--ez-button--link--large--font-size)}a.force-focus-visible,a:focus-visible{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--color--ocean-green-200)}a.disabled.force-focus-visible,a.disabled:focus-visible{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--color--petroleum-100)}";