@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 +0,0 @@
1
- import{r as t,c as i,h as e,f as n,H as s,g as r}from"./p-23a36bb6.js";import{DateUtils as o,ApplicationContext as l,Action as a,StringUtils as u,KeyboardManager as h,DataUnit as c,ElementIDUtils as d}from"@sankhyalabs/core";import{b as f,a as v,S as m,f as p,c as b,D as y}from"./p-4f0632b4.js";import{g as w,i as g}from"./p-641ee538.js";import{F as _}from"./p-30ffb9ed.js";import"./p-5a11cf56.js";import"./p-ab574d59.js";import"./p-b853763b.js";const O=/child\[([^\]]+)\]/,C=/\$\{.+\}/;class E{constructor(){this._sheets=new Map,this._requiredFields=[],this._cleanOnCopyFields=[],this._defaultValues={}}static getDetailName(t){const i=O.exec(t);return i?i[1]:void 0}getSheet(t){return this._sheets.get(t)}getAllSheets(){return this._sheets}addSheet(t){this._sheets.set(t.name,t)}addRequiredFields(t){this._requiredFields=this._requiredFields.concat(t)}getRequiredFields(){return this._requiredFields}addCleanOnCopyFields(t){this._cleanOnCopyFields=this._cleanOnCopyFields.concat(t)}getCleanOnCopyFields(){return this._cleanOnCopyFields}addDefaultValues(t){return this._defaultValues=Object.assign(Object.assign({},this._defaultValues),t)}getDefaultValues(){const t={};return Object.entries(this._defaultValues).forEach((([i,e])=>{if("string"==typeof e){const t=C.exec(e);t&&(e=this.getDefaultVar(t[0]))}t[i]=e})),t}getDefaultVar(t){return"${data}"===t?o.getToday():"${datahora}"===t?o.getToday(!0):this._defaultVars?this._defaultVars.get(t):void 0}setDefaultVars(t){this._defaultVars=t}}const j=(t,i)=>{var e;if(i)return null===(e=i.tabs)||void 0===e?void 0:e.find((i=>i.label===t))},F=(t,i,e)=>{if("string"!=typeof t)return t;if(e){const i=j(t,e);if(i)return i}return Array.from(i.keys()).find((i=>i.label===t))||{label:t,visible:!0}};function z(t,i){var e,n;return"__main"===t[0].label&&"__main"!==i[0].label?-1:"__main"!==t[0].label&&"__main"===i[0].label?1:(null!==(e=t[0].order)&&void 0!==e?e:Number.MAX_VALUE)-(null!==(n=i[0].order)&&void 0!==n?n:Number.MAX_VALUE)}const x=t=>`child[${t.name}]`,A=t=>({name:x(t),label:t.label,fields:[]});function N(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var S="function"==typeof Symbol&&Symbol.observable||"@@observable",D=function(){return Math.random().toString(36).substring(7).split("").join(".")},M={INIT:"@@redux/INIT"+D(),REPLACE:"@@redux/REPLACE"+D(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+D()}};function R(t){if("object"!=typeof t||null===t)return!1;for(var i=t;null!==Object.getPrototypeOf(i);)i=Object.getPrototypeOf(i);return Object.getPrototypeOf(t)===i}function T(t,i,e){var n;if("function"==typeof i&&"function"==typeof e||"function"==typeof e&&"function"==typeof arguments[3])throw new Error(N(0));if("function"==typeof i&&void 0===e&&(e=i,i=void 0),void 0!==e){if("function"!=typeof e)throw new Error(N(1));return e(T)(t,i)}if("function"!=typeof t)throw new Error(N(2));var s=t,r=i,o=[],l=o,a=!1;function u(){l===o&&(l=o.slice())}function h(){if(a)throw new Error(N(3));return r}function c(t){if("function"!=typeof t)throw new Error(N(4));if(a)throw new Error(N(5));var i=!0;return u(),l.push(t),function(){if(i){if(a)throw new Error(N(6));i=!1,u();var e=l.indexOf(t);l.splice(e,1),o=null}}}function d(t){if(!R(t))throw new Error(N(7));if(void 0===t.type)throw new Error(N(8));if(a)throw new Error(N(9));try{a=!0,r=s(r,t)}finally{a=!1}for(var i=o=l,e=0;e<i.length;e++)(0,i[e])();return t}function f(t){if("function"!=typeof t)throw new Error(N(10));s=t,d({type:M.REPLACE})}function v(){var t,i=c;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(N(11));function e(){t.next&&t.next(h())}return e(),{unsubscribe:i(e)}}})[S]=function(){return this},t}return d({type:M.INIT}),(n={dispatch:d,subscribe:c,getState:h,replaceReducer:f})[S]=v,n}const P={};function I(t=P,i){switch(i.type){case K.METADATA_LOADED:return Object.assign(Object.assign({},t),{formMetadata:i.payload,currentSheet:void 0});case K.CHANGE_TAB:return Object.assign(Object.assign({},t),{currentSheet:i.payload});default:return t}}function L(t){return t.formMetadata}function V(t){const i=function(t){return t.currentSheet}(t);return i?t.formMetadata.getSheet(i):Array.from(t.formMetadata.getAllSheets().values())[0]}var K;!function(t){t.METADATA_LOADED="FORM/METADATA_LOADED",t.CHANGE_TAB="FORM/CHANGE_TAB"}(K||(K={}));const $=class{constructor(e){t(this,e),this.ezFormRequestClearFieldToFocus=i(this,"ezFormRequestClearFieldToFocus",7),this.ezFormSetFields=i(this,"ezFormSetFields",7),this.ezReady=i(this,"ezReady",7),this.formItemsReady=i(this,"formItemsReady",7),this._customEditors=new Map,this._application=l.getContextValue("__SNK__APPLICATION__"),this.onDataUnitAction=t=>{t.type===a.METADATA_LOADED&&this.processMetadata()},this._fieldsProps=new Map,this._singleColumn=!1,this.dataUnit=void 0,this.config=void 0,this.recordsValidator=void 0,this.fieldToFocus=void 0,this.onlyStaticFields=!1,this.useSearchField=!0,this.elementFocusSearchField=void 0}validate(){return this._dataBinder.validate()}async addCustomEditor(t,i,e){if(this._formView)return void this._formView.addCustomEditor(t,i,e);const n=new Map(this._customEditors);n.set(t,{customEditor:i,detailContext:e}),this._customEditors=n}observeConfig(){this.processMetadata()}async setFieldProp(t,i,e){const n=new Map(this._fieldsProps),s=this._fieldsProps.get(t);n.set(t,Object.assign(Object.assign({},s),{[i]:e})),this._fieldsProps=n}getDynamicContent(){var t;const i=L(this._store.getState());if(!i)return null;const n=Array.from(i.getAllSheets().values()),s=V(null===(t=this._store)||void 0===t?void 0:t.getState());let r=[];if(n.length>1){const t=n.map(((t,i)=>({tabKey:t.name,label:t.label,index:i}))),i="selector";r.push(e("ez-tabselector",{tabs:this.buildIdTabSelector(t),onEzChange:t=>this._store.dispatch(function(t){return{type:K.CHANGE_TAB,payload:"string"==typeof t?t:t.tabKey}}(t.detail)),selectedTab:s.name,"data-element-id":i}))}return r=r.concat(this.buildFormContent(s)),r}buildFormContent(t){const i=null==t?void 0:t.fields;if(null==t)return;this.ezFormSetFields.emit(i);const n=`${u.replaceAccentuatedChars(u.toCamelCase(null==t?void 0:t.label),!1)}_selectorContainer`;return e("div",{class:"dynamic-content ez-box--no-outline","data-element-id":n,ref:t=>this._container=t,tabindex:"0"},e("ez-popover",{ref:t=>this._ezPopoverSearchField=t,overlayType:"none"},this.renderFieldColumn()),e("ez-form-view",{ref:t=>this._formView=t,class:"ez-row ez-padding-vertical--small",fields:i,singleColumn:this._singleColumn,selectedRecord:this.dataUnit.getSelectedRecord()}))}renderFieldColumn(){return null!=this._fieldSearch||(this._fieldSearch=v({value:u.generateUUID(),label:this._i18n("ez-form.labelSearchField")},(({argument:t})=>this.fieldsOptionLoader(t)),(t=>this.onSelectField(t)))),this._fieldSearch}getFormFields(){var t;return null===(t=this.config)||void 0===t?void 0:t.fields}fieldsOptionLoader(t){const i=null==t?void 0:t.toLowerCase(),e=this.getFormFields().map((t=>{var i;return null===(i=this.dataUnit)||void 0===i?void 0:i.getField(t.name)})).filter((t=>{var e,n;return(null===(e=t.name)||void 0===e?void 0:e.toLowerCase().includes(i))||(null===(n=t.label)||void 0===n?void 0:n.toLowerCase().includes(i))})).map((t=>({value:t.name,label:t.label})));return Promise.resolve(e)}onSelectField(t){null!=t&&null!=t.value?(this.fieldToFocus=t.value,this._ezPopoverSearchField.hide()):this.fieldToFocus=""}async initKeyboardManager(){var t,i;this._keyboardManager=new h({propagate:!1,element:null!==(t=this.elementFocusSearchField)&&void 0!==t?t:this._element}),this.useSearchField&&this._keyboardManager.bind(m,(async()=>{if(!this._container||!this._ezPopoverSearchField)return;const t=this._container.getBoundingClientRect();await p(this._fieldSearch),this._ezPopoverSearchField.showUnder(this._container,{horizontalGap:t.width-b,verticalGap:-1*t.height})}),{description:this._i18n("ez-form.labelSearchField"),element:null!==(i=this.elementFocusSearchField)&&void 0!==i?i:this._element})}componentDidLoad(){this.initKeyboardManager()}processMetadata(){if(this.bindFields()&&this.dataUnit&&this._store){const t=((t,i,e=!1,n)=>{var s;null!=t&&!0!==(null==t?void 0:t.emptyConfig)||(t=(t=>{const i=t.metadata;let e;return i&&(e=i.fields.filter((t=>!1!==t.visible)).map((t=>({name:t.name,defaultValue:t.defaultValue})))),{emptyConfig:!1,fields:e}})(i));const r=new Map,o=new Map,l=[],a=[],u={};(null!==(s=null==t?void 0:t.tabs)&&void 0!==s?s:[]).forEach((t=>{o.has(t.label)||!1!==t.visible||o.set(t.label,t)})),function(t,i,e,n,s,r,o){var l;null===(l=null==t?void 0:t.fields)||void 0===l||l.forEach((l=>{var a,u,h;if(!1!==l.visible){const c=F(l.tab||"__main",i,t);if(e.has(c.label))return;const d=n.getField(l.name);if(d&&(null==(null==d?void 0:d.visible)||!0===(null==d?void 0:d.visible))&&c.visible){i.has(c)||i.set(c,[]);const t=f(d,l);i.get(c).push(t),t.required&&s.push(l.name),((null==l.cleanOnCopy?null===(a=d.properties)||void 0===a?void 0:a.cleanOnCopy:l.cleanOnCopy)||(null===(u=d.properties)||void 0===u?void 0:u.cleanOnCopy))&&r.push(l.name);let e=null==l.defaultValue?null===(h=d.properties)||void 0===h?void 0:h.defaultValue:l.defaultValue;if(e&&null!=e.value){const{type:t,value:i}=e;if(t)if("V"===t)e=i;else try{const t=JSON.parse(i);e=t&&"value"in t?t:i}catch(t){}o[l.name]=e}}}}))}(t,r,o,i,l,a,u);const h=new E;return h.setDefaultVars(t.defaultVars),e&&function(t,i,e){const n=t.metadata;void 0!==n&&void 0!==n.children&&n.children.forEach((t=>{const n=j(t.label,i);if(n)return void e.set(Object.assign(n,{name:x(t),isDetail:!0}),[]);const{label:s,name:r,fields:o}=A(t);e.set({name:r,label:s,isDetail:!0},o)}))}(i,t,r),n&&function(t,i,e){t.forEach((t=>{const n=j(t.label,i),s={};Object.entries(t).forEach((([t,i])=>{(function(t){return["id","label"].includes(t)})(t)||(s[t]=i)})),e.set(n?Object.assign(n,{name:t.id,isCustom:!0,ctxProps:s}):{label:t.label,name:t.id,isCustom:!0,visible:!0,ctxProps:s},[])}))}(n,t,r),Array.from(r.entries()).sort(z).forEach((([t,i])=>{o.has(t.label)||h.addSheet(function(t,i){const e=w();return{label:"__main"===t.label?e("ez-form.mainTab"):t.label,name:t.name||t.label,isCustom:t.isCustom,isDetail:t.isDetail,ctxProps:t.ctxProps,fields:i}}(t,i))})),h.addRequiredFields(l),h.addCleanOnCopyFields(a),h.addDefaultValues(u),h})(this.config,this.dataUnit);this._store.dispatch({type:K.METADATA_LOADED,payload:t})}}isStatic(){var t;return(null===(t=this._staticFields)||void 0===t?void 0:t.length)>0}bindFields(){return!this.isStatic()||!1===this.onlyStaticFields}async componentWillLoad(){var t;void 0===this.dataUnit&&(this.dataUnit=new c("ez-form")),this.dataUnit.unsubscribe(this.onDataUnitAction),this.dataUnit.subscribe(this.onDataUnitAction),this._dataBinder=new y(this.dataUnit),this._store=T(I),this._store.subscribe((()=>n(this))),this._staticFields=Array.from(this._element.querySelectorAll("[data-field-name]")),this.processMetadata(),d.addIDInfo(this._element,null,{dataUnit:this.dataUnit});const i=await(null===(t=this._application)||void 0===t?void 0:t.getLayoutFormConfig());this.setSingleColumn(i),this.registerNotifyListeners(i),this._i18n=await g()}async setSingleColumn(t){this._singleColumn=(null==t?void 0:t.config)===_.CASCADE}async registerNotifyListeners(t){t&&t.onConfigChange((t=>{this._singleColumn=t===_.CASCADE}))}componentDidRender(){const t=L(this._store.getState());t.addRequiredFields(this._staticFields.filter((t=>t.dataset.required)).map((t=>t.dataset.fieldName))),this._dataBinder.bind(Array.from(this._element.querySelectorAll("[data-field-name]")),this.dataUnit.dataUnitId,t,this.recordsValidator),this.ezReady.emit(),this.handleFieldToFocus(),this.setCustomEditors(),this.setFieldsProps()}setCustomEditors(){if(this._formView)for(const[t,i]of this._customEditors)this._formView.addCustomEditor(t,i.customEditor,i.detailContext),this._customEditors.delete(t)}handleFieldToFocus(){var t;if(null==this.fieldToFocus)return;const i=V(null===(t=this._store)||void 0===t?void 0:t.getState());(null==i?void 0:i.fields).some((t=>t.name===this.fieldToFocus))&&requestAnimationFrame((()=>{this._dataBinder.setFocus(this.fieldToFocus),this.ezFormRequestClearFieldToFocus.emit(),this.fieldToFocus=null}))}setFieldsProps(){if(this._formView)for(const[t,i]of this._fieldsProps){for(const e in i)this._formView.setFieldProp(t,e,i[e]);this._fieldsProps.delete(t)}}disconnectedCallback(){var t;this.dataUnit.unsubscribe(this.onDataUnitAction),this._dataBinder.onDisconnectedCallback(),null===(t=this._keyboardManager)||void 0===t||t.unbindAllShortcutKeys()}buildIdTabSelector(t){return t&&t.forEach((t=>t[d.DATA_ELEMENT_ID_ATTRIBUTE_NAME]=u.toCamelCase(t.label))),t}render(){return e(s,null,this.isStatic()?null:this.getDynamicContent())}get _element(){return r(this)}static get watchers(){return{config:["observeConfig"]}}};$.style=".sc-ez-form-h{display:flex;flex-direction:column;width:100%}.dynamic-content.sc-ez-form ez-collapsible-box.sc-ez-form{--ez-collapsible-box__header--padding-right:var(--space-small, 6px);--ez-collapsible-box__header--padding-left:var(--space-small, 6px)}";export{$ as ez_form}
@@ -1 +0,0 @@
1
- import{r,h as e,H as o,g as a}from"./p-23a36bb6.js";import{ElementIDUtils as c}from"@sankhyalabs/core";const n=class{constructor(e){r(this,e),this.color="default",this.customColor=void 0,this.height=void 0,this.width=void 0}componentDidRender(){this._element&&c.addIDInfo(this._element),this._container&&c.addIDInfo(this._container,"underface",{id:"container"})}render(){const r=Object.assign({},this.customColor&&{"--ez-underface--custom-background-color":`var(${this.customColor})`},this.height&&{"--ez-underface--custom-height":`${this.height}px`},this.width&&{"--ez-underface--custom-width":`${this.width}px`});return e(o,{style:r},e("div",{ref:r=>this._container=r,class:`underface_container ${this.color}`},e("slot",null)))}get _element(){return a(this)}};n.style=":host{--ez-underface--width:693px;--ez-underface--height:247px;--ez-underface--padding:var(--space--24, 24px);--ez-underface--border-radius:var(--border--radius-26, 26px)}div{width:var(--ez-underface--custom-width, var(--ez-underface--width));height:var(--ez-underface--custom-height, var(--ez-underface--height));border-radius:var(--ez-underface--border-radius);padding:var(--ez-underface--padding);display:block;overflow:hidden;outline:none;box-shadow:none;border:none;box-sizing:border-box;background-color:var(--ez-underface--custom-background-color, var(--color--petroleum-700, #222D42))}.light-green{background-color:var(--ez-underface--custom-background-color, var(--color--ocean-green-90))}.green{background-color:var(--ez-underface--custom-background-color, var(--color--green-600))}.light-gray{background-color:var(--ez-underface--custom-background-color, var(--color--gray-80))}.dark-petroleum{background-color:var(--ez-underface--custom-background-color, var(--color--petroleum-900))}.ocean-green{background-color:var(--ez-underface--custom-background-color, var(--color--ocean-green-600))}";export{n as ez_underface}
@@ -1 +0,0 @@
1
- import{r as e,h as o,H as n,g as t}from"./p-23a36bb6.js";import{StringUtils as c,ElementIDUtils as r}from"@sankhyalabs/core";const i=class{constructor(o){e(this,o),this.size="medium",this.fontSize=void 0,this.href=void 0,this.iconName=void 0}isSprite(){return this.href&&this.href.indexOf("#")>-1}getIconClassName(){return`ez-icon-${this.iconName}`}getIconContent(){return this.isSprite()?o("svg",{class:this.size,role:"img"},o("use",{xlinkHref:this.href})):c.isEmpty(this.iconName)?o("img",{class:this.size,src:this.href}):o("span",{style:this.getStyle(),class:`icon-content ${this.getIconClassName()} ${this.size}--font`})}getStyle(){if(this.fontSize)return{fontSize:`${this.fontSize}px`}}componentDidLoad(){r.addIDInfo(this._hostElement,"icon")}render(){return o(n,null,this.getIconContent())}get _hostElement(){return t(this)}};i.style=':host{display:flex;overflow:hidden;position:relative;--ez-icon--color:var(--icon--color, var(--color--gray-70, #ffffff))}svg{display:flex;justify-content:center;align-items:center;fill:var(--ez-icon--color)}.x-small{width:var(--space--12, 12px);height:var(--space--12, 12px)}.small{width:var(--space--16, 16px);height:var(--space--16, 16px)}.medium{width:var(--space--20, 20px);height:var(--space--20, 20px)}.large{width:var(--space--24, 24px);height:var(--space--24, 24px)}.x-large{width:var(--space--30, 30px);height:var(--space--30, 30px)}[class^="ez-icon-"],[class*=" ez-icon-"]{color:var(--ez-icon--color)}[class^="ez-icon-"],[class*=" ez-icon-"]{font-family:\'ez-icons\' !important;font-size:var(--font-size--medium, 16px);font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ez-icon-0-plus:before{content:"\\ea01"}.ez-icon-10-plus:before{content:"\\ea02"}.ez-icon-12-plus:before{content:"\\ea03"}.ez-icon-13-plus:before{content:"\\ea04"}.ez-icon-16-plus:before{content:"\\ea05"}.ez-icon-17-plus:before{content:"\\ea06"}.ez-icon-18-plus:before{content:"\\ea07"}.ez-icon-21-plus:before{content:"\\ea08"}.ez-icon-2chevron-down:before{content:"\\ea09"}.ez-icon-2chevron-up:before{content:"\\ea0a"}.ez-icon-3-plus:before{content:"\\ea0b"}.ez-icon-500px:before{content:"\\ea0c"}.ez-icon-6-plus:before{content:"\\ea0d"}.ez-icon-abacus:before{content:"\\ea0e"}.ez-icon-acao:before{content:"\\ea0f"}.ez-icon-account-outline:before{content:"\\ea10"}.ez-icon-account:before{content:"\\ea11"}.ez-icon-add-to-cart:before{content:"\\ea12"}.ez-icon-adjust-alt:before{content:"\\ea13"}.ez-icon-adjust-circle:before{content:"\\ea14"}.ez-icon-adjust-half:before{content:"\\ea15"}.ez-icon-adjust:before{content:"\\ea16"}.ez-icon-adobe-alt:before{content:"\\ea17"}.ez-icon-adobe:before{content:"\\ea18"}.ez-icon-airplay:before{content:"\\ea19"}.ez-icon-alert-circle-inverted:before{content:"\\ea1a"}.ez-icon-alert-circle:before{content:"\\ea1b"}.ez-icon-alert-mail:before{content:"\\ea1c"}.ez-icon-alert-popup:before{content:"\\ea1d"}.ez-icon-align-alt:before{content:"\\ea1e"}.ez-icon-align-center-alt:before{content:"\\ea1f"}.ez-icon-align-center-h:before{content:"\\ea20"}.ez-icon-align-center-justify:before{content:"\\ea21"}.ez-icon-align-center-v:before{content:"\\ea22"}.ez-icon-align-center:before{content:"\\ea23"}.ez-icon-align-justify:before{content:"\\ea24"}.ez-icon-align-left-justify:before{content:"\\ea25"}.ez-icon-align-left:before{content:"\\ea26"}.ez-icon-align-letter-right:before{content:"\\ea27"}.ez-icon-align-right-justify:before{content:"\\ea28"}.ez-icon-align-right:before{content:"\\ea29"}.ez-icon-align:before{content:"\\ea2a"}.ez-icon-amazon:before{content:"\\ea2b"}.ez-icon-ambulance:before{content:"\\ea2c"}.ez-icon-analysis:before{content:"\\ea2d"}.ez-icon-analytics:before{content:"\\ea2e"}.ez-icon-anchor:before{content:"\\ea2f"}.ez-icon-android-alt:before{content:"\\ea30"}.ez-icon-android-phone-slash:before{content:"\\ea31"}.ez-icon-android:before{content:"\\ea32"}.ez-icon-anexo:before{content:"\\ea33"}.ez-icon-angle-double-down:before{content:"\\ea34"}.ez-icon-angle-double-left:before{content:"\\ea35"}.ez-icon-angle-double-right:before{content:"\\ea36"}.ez-icon-angle-double-up:before{content:"\\ea37"}.ez-icon-angle-down:before{content:"\\ea38"}.ez-icon-angle-left-b:before{content:"\\ea39"}.ez-icon-angle-left:before{content:"\\ea3a"}.ez-icon-angle-right-b:before{content:"\\ea3b"}.ez-icon-angle-right:before{content:"\\ea3c"}.ez-icon-angle-up:before{content:"\\ea3d"}.ez-icon-angry:before{content:"\\ea3e"}.ez-icon-ankh:before{content:"\\ea3f"}.ez-icon-annoyed-alt:before{content:"\\ea40"}.ez-icon-annoyed:before{content:"\\ea41"}.ez-icon-antecipação:before{content:"\\ea42"}.ez-icon-apple-alt:before{content:"\\ea43"}.ez-icon-apple:before{content:"\\ea44"}.ez-icon-apps-2:before{content:"\\ea45"}.ez-icon-apps:before{content:"\\ea46"}.ez-icon-archive-alt:before{content:"\\ea47"}.ez-icon-archive:before{content:"\\ea48"}.ez-icon-archway:before{content:"\\ea49"}.ez-icon-arrow-break:before{content:"\\ea4a"}.ez-icon-arrow-circle-down:before{content:"\\ea4b"}.ez-icon-arrow-circle-left:before{content:"\\ea4c"}.ez-icon-arrow-circle-right:before{content:"\\ea4d"}.ez-icon-arrow-circle-up:before{content:"\\ea4e"}.ez-icon-arrow-compress-h:before{content:"\\ea4f"}.ez-icon-arrow-down-left:before{content:"\\ea50"}.ez-icon-arrow-down-right:before{content:"\\ea51"}.ez-icon-arrow-down:before{content:"\\ea52"}.ez-icon-arrow-forward:before{content:"\\ea53"}.ez-icon-arrow-from-right:before{content:"\\ea54"}.ez-icon-arrow-from-top:before{content:"\\ea55"}.ez-icon-arrow-growth:before{content:"\\ea56"}.ez-icon-arrow-left:before{content:"\\ea57"}.ez-icon-arrow-random:before{content:"\\ea58"}.ez-icon-arrow-resize-diagonal:before{content:"\\ea59"}.ez-icon-arrow-right:before{content:"\\ea5a"}.ez-icon-arrow-to-bottom:before{content:"\\ea5b"}.ez-icon-arrow-to-right:before{content:"\\ea5c"}.ez-icon-arrow-up-left:before{content:"\\ea5d"}.ez-icon-arrow-up-right:before{content:"\\ea5e"}.ez-icon-arrow-up:before{content:"\\ea5f"}.ez-icon-arrow-upward:before{content:"\\ea60"}.ez-icon-arrow:before{content:"\\ea61"}.ez-icon-arrow_back:before{content:"\\ea62"}.ez-icon-arrow_downward:before{content:"\\ea63"}.ez-icon-arrows-h-alt:before{content:"\\ea64"}.ez-icon-arrows-h:before{content:"\\ea65"}.ez-icon-arrows-left-down:before{content:"\\ea66"}.ez-icon-arrows-maximize:before{content:"\\ea67"}.ez-icon-arrows-merge:before{content:"\\ea68"}.ez-icon-arrows-resize-h:before{content:"\\ea69"}.ez-icon-arrows-resize-v:before{content:"\\ea6a"}.ez-icon-arrows-resize:before{content:"\\ea6b"}.ez-icon-arrows-right-down:before{content:"\\ea6c"}.ez-icon-arrows-shrink-h:before{content:"\\ea6d"}.ez-icon-arrows-shrink-v:before{content:"\\ea6e"}.ez-icon-arrows-up-right:before{content:"\\ea6f"}.ez-icon-arrows-v-alt:before{content:"\\ea70"}.ez-icon-arrows-v:before{content:"\\ea71"}.ez-icon-assistive-listening-systems:before{content:"\\ea72"}.ez-icon-asterisk:before{content:"\\ea73"}.ez-icon-at:before{content:"\\ea74"}.ez-icon-atom:before{content:"\\ea75"}.ez-icon-auto-flash:before{content:"\\ea76"}.ez-icon-award-alt:before{content:"\\ea77"}.ez-icon-award:before{content:"\\ea78"}.ez-icon-baby-carriage:before{content:"\\ea79"}.ez-icon-backpack:before{content:"\\ea7a"}.ez-icon-backspace:before{content:"\\ea7b"}.ez-icon-backward:before{content:"\\ea7c"}.ez-icon-bag-alt:before{content:"\\ea7d"}.ez-icon-bag-slash:before{content:"\\ea7e"}.ez-icon-bag:before{content:"\\ea7f"}.ez-icon-baixa:before{content:"\\ea80"}.ez-icon-balance-scale:before{content:"\\ea81"}.ez-icon-balance:before{content:"\\ea82"}.ez-icon-ban:before{content:"\\ea83"}.ez-icon-band-aid:before{content:"\\ea84"}.ez-icon-bars:before{content:"\\ea85"}.ez-icon-baseball-ball:before{content:"\\ea86"}.ez-icon-basketball-hoop:before{content:"\\ea87"}.ez-icon-basketball:before{content:"\\ea88"}.ez-icon-bath:before{content:"\\ea89"}.ez-icon-battery-bolt:before{content:"\\ea8a"}.ez-icon-battery-empty:before{content:"\\ea8b"}.ez-icon-bed-double:before{content:"\\ea8c"}.ez-icon-bed:before{content:"\\ea8d"}.ez-icon-behance-alt:before{content:"\\ea8e"}.ez-icon-behance:before{content:"\\ea8f"}.ez-icon-bell-2:before{content:"\\ea90"}.ez-icon-bell-inverted:before{content:"\\ea91"}.ez-icon-bell-school:before{content:"\\ea92"}.ez-icon-bell-slash:before{content:"\\ea93"}.ez-icon-bell:before{content:"\\ea94"}.ez-icon-bill:before{content:"\\ea95"}.ez-icon-bing:before{content:"\\ea96"}.ez-icon-bitcoin-alt:before{content:"\\ea97"}.ez-icon-bitcoin-circle:before{content:"\\ea98"}.ez-icon-bitcoin-sign:before{content:"\\ea99"}.ez-icon-bitcoin:before{content:"\\ea9a"}.ez-icon-black-berry:before{content:"\\ea9b"}.ez-icon-blogger-alt:before{content:"\\ea9c"}.ez-icon-blogger:before{content:"\\ea9d"}.ez-icon-bluetooth-b:before{content:"\\ea9e"}.ez-icon-bold:before{content:"\\ea9f"}.ez-icon-boleto:before{content:"\\eaa0"}.ez-icon-bolt-alt:before{content:"\\eaa1"}.ez-icon-bolt-slash:before{content:"\\eaa2"}.ez-icon-bolt:before{content:"\\eaa3"}.ez-icon-book-alt:before{content:"\\eaa4"}.ez-icon-book-medical:before{content:"\\eaa5"}.ez-icon-book-open:before{content:"\\eaa6"}.ez-icon-book-reader:before{content:"\\eaa7"}.ez-icon-book:before{content:"\\eaa8"}.ez-icon-bookmark-full:before{content:"\\eaa9"}.ez-icon-bookmark:before{content:"\\eaaa"}.ez-icon-books:before{content:"\\eaab"}.ez-icon-boolean:before{content:"\\eaac"}.ez-icon-boombox:before{content:"\\eaad"}.ez-icon-border-alt:before{content:"\\eaae"}.ez-icon-border-bottom:before{content:"\\eaaf"}.ez-icon-border-clear:before{content:"\\eab0"}.ez-icon-border-horizontal:before{content:"\\eab1"}.ez-icon-border-inner:before{content:"\\eab2"}.ez-icon-border-left:before{content:"\\eab3"}.ez-icon-border-out:before{content:"\\eab4"}.ez-icon-border-right:before{content:"\\eab5"}.ez-icon-border-top:before{content:"\\eab6"}.ez-icon-border-vertical:before{content:"\\eab7"}.ez-icon-bowling-ball:before{content:"\\eab8"}.ez-icon-box:before{content:"\\eab9"}.ez-icon-brackets-curly:before{content:"\\eaba"}.ez-icon-brain:before{content:"\\eabb"}.ez-icon-briefcase-alt:before{content:"\\eabc"}.ez-icon-briefcase:before{content:"\\eabd"}.ez-icon-bright:before{content:"\\eabe"}.ez-icon-brightness-empty:before{content:"\\eabf"}.ez-icon-brightness-half:before{content:"\\eac0"}.ez-icon-brightness-low:before{content:"\\eac1"}.ez-icon-brightness-minus:before{content:"\\eac2"}.ez-icon-brightness-plus:before{content:"\\eac3"}.ez-icon-brightness:before{content:"\\eac4"}.ez-icon-bring-bottom:before{content:"\\eac5"}.ez-icon-bring-front:before{content:"\\eac6"}.ez-icon-browser:before{content:"\\eac7"}.ez-icon-brush-alt:before{content:"\\eac8"}.ez-icon-bug:before{content:"\\eac9"}.ez-icon-building:before{content:"\\eaca"}.ez-icon-bullseye:before{content:"\\eacb"}.ez-icon-bus-alt:before{content:"\\eacc"}.ez-icon-bus-school:before{content:"\\eacd"}.ez-icon-bus:before{content:"\\eace"}.ez-icon-business-center:before{content:"\\eacf"}.ez-icon-calculator-alt:before{content:"\\ead0"}.ez-icon-calculator:before{content:"\\ead1"}.ez-icon-calendar-2:before{content:"\\ead2"}.ez-icon-calendar-alt:before{content:"\\ead3"}.ez-icon-calendar-clock:before{content:"\\ead4"}.ez-icon-calendar-slash:before{content:"\\ead5"}.ez-icon-calendar:before{content:"\\ead6"}.ez-icon-calender:before{content:"\\ead7"}.ez-icon-calling:before{content:"\\ead8"}.ez-icon-camera-change:before{content:"\\ead9"}.ez-icon-camera-plus:before{content:"\\eada"}.ez-icon-camera-slash:before{content:"\\eadb"}.ez-icon-camera:before{content:"\\eadc"}.ez-icon-cancel:before{content:"\\eadd"}.ez-icon-capsule:before{content:"\\eade"}.ez-icon-capture:before{content:"\\eadf"}.ez-icon-car-sideview:before{content:"\\eae0"}.ez-icon-car-slash:before{content:"\\eae1"}.ez-icon-car-wash:before{content:"\\eae2"}.ez-icon-car:before{content:"\\eae3"}.ez-icon-card-atm:before{content:"\\eae4"}.ez-icon-caret-right:before{content:"\\eae5"}.ez-icon-cart-history:before{content:"\\eae6"}.ez-icon-cash-remove:before{content:"\\eae7"}.ez-icon-cell:before{content:"\\eae8"}.ez-icon-celsius:before{content:"\\eae9"}.ez-icon-channel-add:before{content:"\\eaea"}.ez-icon-channel:before{content:"\\eaeb"}.ez-icon-chart-bar-alt:before{content:"\\eaec"}.ez-icon-chart-bar:before{content:"\\eaed"}.ez-icon-chart-down:before{content:"\\eaee"}.ez-icon-chart-growth-alt:before{content:"\\eaef"}.ez-icon-chart-growth:before{content:"\\eaf0"}.ez-icon-chart-line:before{content:"\\eaf1"}.ez-icon-chart-pie-alt:before{content:"\\eaf2"}.ez-icon-chart-pie:before{content:"\\eaf3"}.ez-icon-chart:before{content:"\\eaf4"}.ez-icon-chat-bubble-user:before{content:"\\eaf5"}.ez-icon-chat-info:before{content:"\\eaf6"}.ez-icon-chat:before{content:"\\eaf7"}.ez-icon-check-2:before{content:"\\eaf8"}.ez-icon-check-circle-2:before{content:"\\eaf9"}.ez-icon-check-circle-inverted:before{content:"\\eafa"}.ez-icon-check-circle:before{content:"\\eafb"}.ez-icon-check-square:before{content:"\\eafc"}.ez-icon-check:before{content:"\\eafd"}.ez-icon-chevron-down:before{content:"\\eafe"}.ez-icon-chevron-left:before{content:"\\eaff"}.ez-icon-chevron-right:before{content:"\\eb00"}.ez-icon-chevron-up:before{content:"\\eb01"}.ez-icon-circle--medium:before{content:"\\eb02"}.ez-icon-circle-2:before{content:"\\eb03"}.ez-icon-circle-layer:before{content:"\\eb04"}.ez-icon-circle:before{content:"\\eb05"}.ez-icon-circuit:before{content:"\\eb06"}.ez-icon-clapper-board:before{content:"\\eb07"}.ez-icon-clean-cart:before{content:"\\eb08"}.ez-icon-cleaning:before{content:"\\eb09"}.ez-icon-clinic-medical:before{content:"\\eb0a"}.ez-icon-clipboard-2:before{content:"\\eb0b"}.ez-icon-clipboard-alt:before{content:"\\eb0c"}.ez-icon-clipboard-blank:before{content:"\\eb0d"}.ez-icon-clipboard-notes:before{content:"\\eb0e"}.ez-icon-clipboard:before{content:"\\eb0f"}.ez-icon-clock-eight:before{content:"\\eb10"}.ez-icon-clock-five:before{content:"\\eb11"}.ez-icon-clock-nine:before{content:"\\eb12"}.ez-icon-clock-rotate-left:before{content:"\\eb13"}.ez-icon-clock-seven:before{content:"\\eb14"}.ez-icon-clock-ten:before{content:"\\eb15"}.ez-icon-clock-three:before{content:"\\eb16"}.ez-icon-clock-two:before{content:"\\eb17"}.ez-icon-clock:before{content:"\\eb18"}.ez-icon-close:before{content:"\\eb19"}.ez-icon-closed-captioning-slash:before{content:"\\eb1a"}.ez-icon-closed-captioning:before{content:"\\eb1b"}.ez-icon-cloud-block:before{content:"\\eb1c"}.ez-icon-cloud-bookmark:before{content:"\\eb1d"}.ez-icon-cloud-check:before{content:"\\eb1e"}.ez-icon-cloud-computing:before{content:"\\eb1f"}.ez-icon-cloud-data-connection:before{content:"\\eb20"}.ez-icon-cloud-database-tree:before{content:"\\eb21"}.ez-icon-cloud-download:before{content:"\\eb22"}.ez-icon-cloud-drizzle:before{content:"\\eb23"}.ez-icon-cloud-exclamation:before{content:"\\eb24"}.ez-icon-cloud-hail:before{content:"\\eb25"}.ez-icon-cloud-heart:before{content:"\\eb26"}.ez-icon-cloud-info:before{content:"\\eb27"}.ez-icon-cloud-lock:before{content:"\\eb28"}.ez-icon-cloud-meatball:before{content:"\\eb29"}.ez-icon-cloud-moon-hail:before{content:"\\eb2a"}.ez-icon-cloud-moon-meatball:before{content:"\\eb2b"}.ez-icon-cloud-moon-rain:before{content:"\\eb2c"}.ez-icon-cloud-moon-showers:before{content:"\\eb2d"}.ez-icon-cloud-moon-tear:before{content:"\\eb2e"}.ez-icon-cloud-moon:before{content:"\\eb2f"}.ez-icon-cloud-question:before{content:"\\eb30"}.ez-icon-cloud-rain-sun:before{content:"\\eb31"}.ez-icon-cloud-rain:before{content:"\\eb32"}.ez-icon-cloud-redo:before{content:"\\eb33"}.ez-icon-cloud-share:before{content:"\\eb34"}.ez-icon-cloud-shield:before{content:"\\eb35"}.ez-icon-cloud-showers-alt:before{content:"\\eb36"}.ez-icon-cloud-showers-heavy:before{content:"\\eb37"}.ez-icon-cloud-showers:before{content:"\\eb38"}.ez-icon-cloud-slash:before{content:"\\eb39"}.ez-icon-cloud-sun-hail:before{content:"\\eb3a"}.ez-icon-cloud-sun-meatball:before{content:"\\eb3b"}.ez-icon-cloud-sun-rain-alt:before{content:"\\eb3c"}.ez-icon-cloud-sun-rain:before{content:"\\eb3d"}.ez-icon-cloud-sun-tear:before{content:"\\eb3e"}.ez-icon-cloud-sun:before{content:"\\eb3f"}.ez-icon-cloud-times:before{content:"\\eb40"}.ez-icon-cloud-unlock:before{content:"\\eb41"}.ez-icon-cloud-upload:before{content:"\\eb42"}.ez-icon-cloud-wifi:before{content:"\\eb43"}.ez-icon-cloud-wind:before{content:"\\eb44"}.ez-icon-cloud:before{content:"\\eb45"}.ez-icon-clouds:before{content:"\\eb46"}.ez-icon-club:before{content:"\\eb47"}.ez-icon-cobrar:before{content:"\\eb48"}.ez-icon-code-branch:before{content:"\\eb49"}.ez-icon-code:before{content:"\\eb4a"}.ez-icon-coffee:before{content:"\\eb4b"}.ez-icon-cog:before{content:"\\eb4c"}.ez-icon-coins:before{content:"\\eb4d"}.ez-icon-columns:before{content:"\\eb4e"}.ez-icon-comment-add:before{content:"\\eb4f"}.ez-icon-comment-alt-block:before{content:"\\eb50"}.ez-icon-comment-alt-chart-lines:before{content:"\\eb51"}.ez-icon-comment-alt-check:before{content:"\\eb52"}.ez-icon-comment-alt-dots:before{content:"\\eb53"}.ez-icon-comment-alt-download:before{content:"\\eb54"}.ez-icon-comment-alt-edit:before{content:"\\eb55"}.ez-icon-comment-alt-exclamation:before{content:"\\eb56"}.ez-icon-comment-alt-heart:before{content:"\\eb57"}.ez-icon-comment-alt-image:before{content:"\\eb58"}.ez-icon-comment-alt-info:before{content:"\\eb59"}.ez-icon-comment-alt-lines:before{content:"\\eb5a"}.ez-icon-comment-alt-lock:before{content:"\\eb5b"}.ez-icon-comment-alt-medical:before{content:"\\eb5c"}.ez-icon-comment-alt-message:before{content:"\\eb5d"}.ez-icon-comment-alt-notes:before{content:"\\eb5e"}.ez-icon-comment-alt-plus:before{content:"\\eb5f"}.ez-icon-comment-alt-question:before{content:"\\eb60"}.ez-icon-comment-alt-redo:before{content:"\\eb61"}.ez-icon-comment-alt-search:before{content:"\\eb62"}.ez-icon-comment-alt-share:before{content:"\\eb63"}.ez-icon-comment-alt-shield:before{content:"\\eb64"}.ez-icon-comment-alt-slash:before{content:"\\eb65"}.ez-icon-comment-alt-upload:before{content:"\\eb66"}.ez-icon-comment-alt-verify:before{content:"\\eb67"}.ez-icon-comment-alt:before{content:"\\eb68"}.ez-icon-comment-block:before{content:"\\eb69"}.ez-icon-comment-chart-line:before{content:"\\eb6a"}.ez-icon-comment-check:before{content:"\\eb6b"}.ez-icon-comment-dots:before{content:"\\eb6c"}.ez-icon-comment-download:before{content:"\\eb6d"}.ez-icon-comment-edit:before{content:"\\eb6e"}.ez-icon-comment-exclamation:before{content:"\\eb6f"}.ez-icon-comment-heart:before{content:"\\eb70"}.ez-icon-comment-image:before{content:"\\eb71"}.ez-icon-comment-info-alt:before{content:"\\eb72"}.ez-icon-comment-info:before{content:"\\eb73"}.ez-icon-comment-lines:before{content:"\\eb74"}.ez-icon-comment-lock:before{content:"\\eb75"}.ez-icon-comment-medical:before{content:"\\eb76"}.ez-icon-comment-message:before{content:"\\eb77"}.ez-icon-comment-notes:before{content:"\\eb78"}.ez-icon-comment-plus:before{content:"\\eb79"}.ez-icon-comment-question:before{content:"\\eb7a"}.ez-icon-comment-redo:before{content:"\\eb7b"}.ez-icon-comment-search:before{content:"\\eb7c"}.ez-icon-comment-share:before{content:"\\eb7d"}.ez-icon-comment-shield:before{content:"\\eb7e"}.ez-icon-comment-slash:before{content:"\\eb7f"}.ez-icon-comment-upload:before{content:"\\eb80"}.ez-icon-comment-verify:before{content:"\\eb81"}.ez-icon-comment:before{content:"\\eb82"}.ez-icon-comments-alt:before{content:"\\eb83"}.ez-icon-comments:before{content:"\\eb84"}.ez-icon-compact-disc:before{content:"\\eb85"}.ez-icon-comparison:before{content:"\\eb86"}.ez-icon-compass:before{content:"\\eb87"}.ez-icon-compress-alt-left:before{content:"\\eb88"}.ez-icon-compress-alt:before{content:"\\eb89"}.ez-icon-compress-arrows:before{content:"\\eb8a"}.ez-icon-compress-lines:before{content:"\\eb8b"}.ez-icon-compress-point:before{content:"\\eb8c"}.ez-icon-compress-v:before{content:"\\eb8d"}.ez-icon-compress:before{content:"\\eb8e"}.ez-icon-configuration:before{content:"\\eb8f"}.ez-icon-confused:before{content:"\\eb90"}.ez-icon-constructor:before{content:"\\eb91"}.ez-icon-content-cut:before{content:"\\eb92"}.ez-icon-copy-2:before{content:"\\eb93"}.ez-icon-copy-alt:before{content:"\\eb94"}.ez-icon-copy-landscape:before{content:"\\eb95"}.ez-icon-copy:before{content:"\\eb96"}.ez-icon-copyright:before{content:"\\eb97"}.ez-icon-corner-down-left:before{content:"\\eb98"}.ez-icon-corner-down-right-alt:before{content:"\\eb99"}.ez-icon-corner-down-right:before{content:"\\eb9a"}.ez-icon-corner-left-down:before{content:"\\eb9b"}.ez-icon-corner-right-down:before{content:"\\eb9c"}.ez-icon-corner-up-left-alt:before{content:"\\eb9d"}.ez-icon-corner-up-left:before{content:"\\eb9e"}.ez-icon-corner-up-right-alt:before{content:"\\eb9f"}.ez-icon-corner-up-right:before{content:"\\eba0"}.ez-icon-coronavirus:before{content:"\\eba1"}.ez-icon-create-dashboard:before{content:"\\eba2"}.ez-icon-creative-commons-pd:before{content:"\\eba3"}.ez-icon-credit-card-search:before{content:"\\eba4"}.ez-icon-credit-card:before{content:"\\eba5"}.ez-icon-credit_card:before{content:"\\eba6"}.ez-icon-crockery:before{content:"\\eba7"}.ez-icon-crop-alt-rotate-left:before{content:"\\eba8"}.ez-icon-crop-alt-rotate-right:before{content:"\\eba9"}.ez-icon-crop-alt:before{content:"\\ebaa"}.ez-icon-crop:before{content:"\\ebab"}.ez-icon-crosshair-alt:before{content:"\\ebac"}.ez-icon-crosshair:before{content:"\\ebad"}.ez-icon-crosshairs:before{content:"\\ebae"}.ez-icon-css3-simple:before{content:"\\ebaf"}.ez-icon-cube:before{content:"\\ebb0"}.ez-icon-custom:before{content:"\\ebb1"}.ez-icon-dashboard:before{content:"\\ebb2"}.ez-icon-data-sharing:before{content:"\\ebb3"}.ez-icon-database-alt:before{content:"\\ebb4"}.ez-icon-database:before{content:"\\ebb5"}.ez-icon-delete-file:before{content:"\\ebb6"}.ez-icon-delete:before{content:"\\ebb7"}.ez-icon-description:before{content:"\\ebb8"}.ez-icon-desert:before{content:"\\ebb9"}.ez-icon-desktop-alt-slash:before{content:"\\ebba"}.ez-icon-desktop-alt:before{content:"\\ebbb"}.ez-icon-desktop-cloud-alt:before{content:"\\ebbc"}.ez-icon-desktop-slash:before{content:"\\ebbd"}.ez-icon-desktop:before{content:"\\ebbe"}.ez-icon-dialpad-alt:before{content:"\\ebbf"}.ez-icon-dialpad:before{content:"\\ebc0"}.ez-icon-diamond:before{content:"\\ebc1"}.ez-icon-diary-alt:before{content:"\\ebc2"}.ez-icon-diary:before{content:"\\ebc3"}.ez-icon-dice-five:before{content:"\\ebc4"}.ez-icon-dice-four:before{content:"\\ebc5"}.ez-icon-dice-one:before{content:"\\ebc6"}.ez-icon-dice-six:before{content:"\\ebc7"}.ez-icon-dice-three:before{content:"\\ebc8"}.ez-icon-dice-two:before{content:"\\ebc9"}.ez-icon-direction:before{content:"\\ebca"}.ez-icon-directions:before{content:"\\ebcb"}.ez-icon-discord:before{content:"\\ebcc"}.ez-icon-dividir:before{content:"\\ebcd"}.ez-icon-dizzy-meh:before{content:"\\ebce"}.ez-icon-dna:before{content:"\\ebcf"}.ez-icon-docker:before{content:"\\ebd0"}.ez-icon-document-info:before{content:"\\ebd1"}.ez-icon-document-layout-center:before{content:"\\ebd2"}.ez-icon-document-layout-left:before{content:"\\ebd3"}.ez-icon-document-layout-right:before{content:"\\ebd4"}.ez-icon-docx:before{content:"\\ebd5"}.ez-icon-dollar-alt:before{content:"\\ebd6"}.ez-icon-dollar-sign-alt:before{content:"\\ebd7"}.ez-icon-dollar-sign:before{content:"\\ebd8"}.ez-icon-dot-notification:before{content:"\\ebd9"}.ez-icon-dots-horizontal:before{content:"\\ebda"}.ez-icon-dots-vertical:before{content:"\\ebdb"}.ez-icon-download-alt:before{content:"\\ebdc"}.ez-icon-drag-indicator:before{content:"\\ebdd"}.ez-icon-draggabledots:before{content:"\\ebde"}.ez-icon-dribbble:before{content:"\\ebdf"}.ez-icon-drill:before{content:"\\ebe0"}.ez-icon-dropbox:before{content:"\\ebe1"}.ez-icon-dual-chevron-down:before{content:"\\ebe2"}.ez-icon-dual-chevron-left:before{content:"\\ebe3"}.ez-icon-dual-chevron-right:before{content:"\\ebe4"}.ez-icon-dual-chevron-up:before{content:"\\ebe5"}.ez-icon-dumbbell:before{content:"\\ebe6"}.ez-icon-ear:before{content:"\\ebe7"}.ez-icon-edit-2:before{content:"\\ebe8"}.ez-icon-edit-alt:before{content:"\\ebe9"}.ez-icon-edit-file:before{content:"\\ebea"}.ez-icon-edit-table:before{content:"\\ebeb"}.ez-icon-edit-time:before{content:"\\ebec"}.ez-icon-edit-value:before{content:"\\ebed"}.ez-icon-edit:before{content:"\\ebee"}.ez-icon-elipsis-double-v-alt:before{content:"\\ebef"}.ez-icon-ellipsis-h:before{content:"\\ebf0"}.ez-icon-ellipsis-v:before{content:"\\ebf1"}.ez-icon-email:before{content:"\\ebf2"}.ez-icon-emoji:before{content:"\\ebf3"}.ez-icon-english-to-chinese:before{content:"\\ebf4"}.ez-icon-enter:before{content:"\\ebf5"}.ez-icon-envelope-add:before{content:"\\ebf6"}.ez-icon-envelope-alt:before{content:"\\ebf7"}.ez-icon-envelope-block:before{content:"\\ebf8"}.ez-icon-envelope-bookmark:before{content:"\\ebf9"}.ez-icon-envelope-check:before{content:"\\ebfa"}.ez-icon-envelope-download-alt:before{content:"\\ebfb"}.ez-icon-envelope-download:before{content:"\\ebfc"}.ez-icon-envelope-edit:before{content:"\\ebfd"}.ez-icon-envelope-exclamation:before{content:"\\ebfe"}.ez-icon-envelope-heart:before{content:"\\ebff"}.ez-icon-envelope-info:before{content:"\\ec00"}.ez-icon-envelope-lock:before{content:"\\ec01"}.ez-icon-envelope-minus:before{content:"\\ec02"}.ez-icon-envelope-open:before{content:"\\ec03"}.ez-icon-envelope-question:before{content:"\\ec04"}.ez-icon-envelope-receive:before{content:"\\ec05"}.ez-icon-envelope-redo:before{content:"\\ec06"}.ez-icon-envelope-search:before{content:"\\ec07"}.ez-icon-envelope-send:before{content:"\\ec08"}.ez-icon-envelope-share:before{content:"\\ec09"}.ez-icon-envelope-shield:before{content:"\\ec0a"}.ez-icon-envelope-star:before{content:"\\ec0b"}.ez-icon-envelope-times:before{content:"\\ec0c"}.ez-icon-envelope-upload-alt:before{content:"\\ec0d"}.ez-icon-envelope-upload:before{content:"\\ec0e"}.ez-icon-envelope:before{content:"\\ec0f"}.ez-icon-envelopes:before{content:"\\ec10"}.ez-icon-equal-circle:before{content:"\\ec11"}.ez-icon-estate:before{content:"\\ec12"}.ez-icon-estorno:before{content:"\\ec13"}.ez-icon-euro-circle:before{content:"\\ec14"}.ez-icon-euro:before{content:"\\ec15"}.ez-icon-exchange-alt:before{content:"\\ec16"}.ez-icon-exchange:before{content:"\\ec17"}.ez-icon-exclamation-circle:before{content:"\\ec18"}.ez-icon-exclamation-octagon:before{content:"\\ec19"}.ez-icon-exclamation-triangle:before{content:"\\ec1a"}.ez-icon-exclamation:before{content:"\\ec1b"}.ez-icon-exclude:before{content:"\\ec1c"}.ez-icon-exe:before{content:"\\ec1d"}.ez-icon-exit:before{content:"\\ec1e"}.ez-icon-expand-alt:before{content:"\\ec1f"}.ez-icon-expand-arrows-alt:before{content:"\\ec20"}.ez-icon-expand-arrows:before{content:"\\ec21"}.ez-icon-expand-from-corner:before{content:"\\ec22"}.ez-icon-expand-left:before{content:"\\ec23"}.ez-icon-expand-right:before{content:"\\ec24"}.ez-icon-expand:before{content:"\\ec25"}.ez-icon-expandir_card:before{content:"\\ec26"}.ez-icon-export:before{content:"\\ec27"}.ez-icon-exposure-alt:before{content:"\\ec28"}.ez-icon-exposure-increase:before{content:"\\ec29"}.ez-icon-external-link-alt:before{content:"\\ec2a"}.ez-icon-extrato:before{content:"\\ec2b"}.ez-icon-eye-2:before{content:"\\ec2c"}.ez-icon-eye-off:before{content:"\\ec2d"}.ez-icon-eye-slash:before{content:"\\ec2e"}.ez-icon-eye:before{content:"\\ec2f"}.ez-icon-facebook-f:before{content:"\\ec30"}.ez-icon-facebook-messenger-alt:before{content:"\\ec31"}.ez-icon-facebook-messenger:before{content:"\\ec32"}.ez-icon-facebook:before{content:"\\ec33"}.ez-icon-fahrenheit:before{content:"\\ec34"}.ez-icon-fast-mail-alt:before{content:"\\ec35"}.ez-icon-fast-mail:before{content:"\\ec36"}.ez-icon-favorite-2:before{content:"\\ec37"}.ez-icon-favorite:before{content:"\\ec38"}.ez-icon-feedback:before{content:"\\ec39"}.ez-icon-fidget-spinner:before{content:"\\ec3a"}.ez-icon-figma:before{content:"\\ec3b"}.ez-icon-file-alt:before{content:"\\ec3c"}.ez-icon-file-blank:before{content:"\\ec3d"}.ez-icon-file-block-alt:before{content:"\\ec3e"}.ez-icon-file-bookmark-alt:before{content:"\\ec3f"}.ez-icon-file-check-alt:before{content:"\\ec40"}.ez-icon-file-check:before{content:"\\ec41"}.ez-icon-file-contract-dollar:before{content:"\\ec42"}.ez-icon-file-contract:before{content:"\\ec43"}.ez-icon-file-copy-alt:before{content:"\\ec44"}.ez-icon-file-download-:before{content:"\\ec45"}.ez-icon-file-download-alt:before{content:"\\ec46"}.ez-icon-file-download:before{content:"\\ec47"}.ez-icon-file-edit-alt:before{content:"\\ec48"}.ez-icon-file-exclamation-alt:before{content:"\\ec49"}.ez-icon-file-exclamation:before{content:"\\ec4a"}.ez-icon-file-export:before{content:"\\ec4b"}.ez-icon-file-graph:before{content:"\\ec4c"}.ez-icon-file-heart:before{content:"\\ec4d"}.ez-icon-file-import:before{content:"\\ec4e"}.ez-icon-file-info-alt:before{content:"\\ec4f"}.ez-icon-file-landscape-alt:before{content:"\\ec50"}.ez-icon-file-landscape:before{content:"\\ec51"}.ez-icon-file-lanscape-slash:before{content:"\\ec52"}.ez-icon-file-lock-alt:before{content:"\\ec53"}.ez-icon-file-medical-alt:before{content:"\\ec54"}.ez-icon-file-medical:before{content:"\\ec55"}.ez-icon-file-minus-alt:before{content:"\\ec56"}.ez-icon-file-minus:before{content:"\\ec57"}.ez-icon-file-network:before{content:"\\ec58"}.ez-icon-file-plus-alt:before{content:"\\ec59"}.ez-icon-file-plus:before{content:"\\ec5a"}.ez-icon-file-question-alt:before{content:"\\ec5b"}.ez-icon-file-question:before{content:"\\ec5c"}.ez-icon-file-redo-alt:before{content:"\\ec5d"}.ez-icon-file-search-alt:before{content:"\\ec5e"}.ez-icon-file-share-alt:before{content:"\\ec5f"}.ez-icon-file-shield-alt:before{content:"\\ec60"}.ez-icon-file-slash:before{content:"\\ec61"}.ez-icon-file-times-alt:before{content:"\\ec62"}.ez-icon-file-times:before{content:"\\ec63"}.ez-icon-file-upload-2:before{content:"\\ec64"}.ez-icon-file-upload-alt:before{content:"\\ec65"}.ez-icon-file-upload:before{content:"\\ec66"}.ez-icon-file:before{content:"\\ec67"}.ez-icon-files-landscapes-alt:before{content:"\\ec68"}.ez-icon-files-landscapes:before{content:"\\ec69"}.ez-icon-film:before{content:"\\ec6a"}.ez-icon-filter-2:before{content:"\\ec6b"}.ez-icon-filter-slash:before{content:"\\ec6c"}.ez-icon-filter:before{content:"\\ec6d"}.ez-icon-find-file:before{content:"\\ec6e"}.ez-icon-find-page:before{content:"\\ec6f"}.ez-icon-fire:before{content:"\\ec70"}.ez-icon-flask-potion:before{content:"\\ec71"}.ez-icon-flask:before{content:"\\ec72"}.ez-icon-flip-h-alt:before{content:"\\ec73"}.ez-icon-flip-h:before{content:"\\ec74"}.ez-icon-flip-v-alt:before{content:"\\ec75"}.ez-icon-flip-v:before{content:"\\ec76"}.ez-icon-flower:before{content:"\\ec77"}.ez-icon-focus-add:before{content:"\\ec78"}.ez-icon-focus-target:before{content:"\\ec79"}.ez-icon-focus:before{content:"\\ec7a"}.ez-icon-folder-check:before{content:"\\ec7b"}.ez-icon-folder-download:before{content:"\\ec7c"}.ez-icon-folder-exclamation:before{content:"\\ec7d"}.ez-icon-folder-heart:before{content:"\\ec7e"}.ez-icon-folder-info:before{content:"\\ec7f"}.ez-icon-folder-lock:before{content:"\\ec80"}.ez-icon-folder-medical:before{content:"\\ec81"}.ez-icon-folder-minus:before{content:"\\ec82"}.ez-icon-folder-network:before{content:"\\ec83"}.ez-icon-folder-open:before{content:"\\ec84"}.ez-icon-folder-plus:before{content:"\\ec85"}.ez-icon-folder-question:before{content:"\\ec86"}.ez-icon-folder-slash:before{content:"\\ec87"}.ez-icon-folder-times:before{content:"\\ec88"}.ez-icon-folder-upload:before{content:"\\ec89"}.ez-icon-folder:before{content:"\\ec8a"}.ez-icon-font:before{content:"\\ec8b"}.ez-icon-football-american:before{content:"\\ec8c"}.ez-icon-football-ball:before{content:"\\ec8d"}.ez-icon-football:before{content:"\\ec8e"}.ez-icon-forecastcloud-moon-tear:before{content:"\\ec8f"}.ez-icon-format-color-fill:before{content:"\\ec90"}.ez-icon-forwaded-call:before{content:"\\ec91"}.ez-icon-forward:before{content:"\\ec92"}.ez-icon-frown:before{content:"\\ec93"}.ez-icon-game-structure:before{content:"\\ec94"}.ez-icon-generic:before{content:"\\ec95"}.ez-icon-gif:before{content:"\\ec96"}.ez-icon-gift:before{content:"\\ec97"}.ez-icon-github-alt:before{content:"\\ec98"}.ez-icon-github:before{content:"\\ec99"}.ez-icon-gitlab:before{content:"\\ec9a"}.ez-icon-glass-martini-alt-slash:before{content:"\\ec9b"}.ez-icon-glass-martini-alt:before{content:"\\ec9c"}.ez-icon-glass-martini:before{content:"\\ec9d"}.ez-icon-glass-tea:before{content:"\\ec9e"}.ez-icon-glass:before{content:"\\ec9f"}.ez-icon-globe:before{content:"\\eca0"}.ez-icon-gold:before{content:"\\eca1"}.ez-icon-golf-ball:before{content:"\\eca2"}.ez-icon-google-drive-alt:before{content:"\\eca3"}.ez-icon-google-drive:before{content:"\\eca4"}.ez-icon-google-hangouts-alt:before{content:"\\eca5"}.ez-icon-google-hangouts:before{content:"\\eca6"}.ez-icon-google-play:before{content:"\\eca7"}.ez-icon-google:before{content:"\\eca8"}.ez-icon-graduation-cap:before{content:"\\eca9"}.ez-icon-graph-bar:before{content:"\\ecaa"}.ez-icon-graph_bar:before{content:"\\ecab"}.ez-icon-grid:before{content:"\\ecac"}.ez-icon-grids:before{content:"\\ecad"}.ez-icon-grin-tongue-wink-alt:before{content:"\\ecae"}.ez-icon-grin-tongue-wink:before{content:"\\ecaf"}.ez-icon-grin:before{content:"\\ecb0"}.ez-icon-grip-horizontal-line:before{content:"\\ecb1"}.ez-icon-handshake:before{content:"\\ecb2"}.ez-icon-hard-hat:before{content:"\\ecb3"}.ez-icon-head-side-cough:before{content:"\\ecb4"}.ez-icon-head-side-mask:before{content:"\\ecb5"}.ez-icon-head-side:before{content:"\\ecb6"}.ez-icon-headphone-slash:before{content:"\\ecb7"}.ez-icon-headphones-alt:before{content:"\\ecb8"}.ez-icon-headphones:before{content:"\\ecb9"}.ez-icon-heart-alt:before{content:"\\ecba"}.ez-icon-heart-break:before{content:"\\ecbb"}.ez-icon-heart-medical:before{content:"\\ecbc"}.ez-icon-heart-rate:before{content:"\\ecbd"}.ez-icon-heart-sign:before{content:"\\ecbe"}.ez-icon-heart:before{content:"\\ecbf"}.ez-icon-heartbeat:before{content:"\\ecc0"}.ez-icon-help-inverted:before{content:"\\ecc1"}.ez-icon-help:before{content:"\\ecc2"}.ez-icon-hide-list:before{content:"\\ecc3"}.ez-icon-hide_menu:before{content:"\\ecc4"}.ez-icon-hierarchical-tree:before{content:"\\ecc5"}.ez-icon-hindi-to-chinese:before{content:"\\ecc6"}.ez-icon-hipchat:before{content:"\\ecc7"}.ez-icon-history-alt:before{content:"\\ecc8"}.ez-icon-history:before{content:"\\ecc9"}.ez-icon-home-2:before{content:"\\ecca"}.ez-icon-home-alt:before{content:"\\eccb"}.ez-icon-home:before{content:"\\eccc"}.ez-icon-horizontal-align-center:before{content:"\\eccd"}.ez-icon-horizontal-align-left:before{content:"\\ecce"}.ez-icon-horizontal-align-right:before{content:"\\eccf"}.ez-icon-horizontal-distribution-center:before{content:"\\ecd0"}.ez-icon-horizontal-distribution-left:before{content:"\\ecd1"}.ez-icon-horizontal-distribution-right:before{content:"\\ecd2"}.ez-icon-hospital-square-sign:before{content:"\\ecd3"}.ez-icon-hospital-symbol:before{content:"\\ecd4"}.ez-icon-hospital:before{content:"\\ecd5"}.ez-icon-hourglass:before{content:"\\ecd6"}.ez-icon-house-user:before{content:"\\ecd7"}.ez-icon-html3-alt:before{content:"\\ecd8"}.ez-icon-html3:before{content:"\\ecd9"}.ez-icon-html5-alt:before{content:"\\ecda"}.ez-icon-html5:before{content:"\\ecdb"}.ez-icon-hunting:before{content:"\\ecdc"}.ez-icon-icons:before{content:"\\ecdd"}.ez-icon-icons104:before{content:"\\ecde"}.ez-icon-illustration:before{content:"\\ecdf"}.ez-icon-image-alt-slash:before{content:"\\ece0"}.ez-icon-image-block:before{content:"\\ece1"}.ez-icon-image-broken:before{content:"\\ece2"}.ez-icon-image-check:before{content:"\\ece3"}.ez-icon-image-download:before{content:"\\ece4"}.ez-icon-image-edit:before{content:"\\ece5"}.ez-icon-image-lock:before{content:"\\ece6"}.ez-icon-image-minus:before{content:"\\ece7"}.ez-icon-image-plus:before{content:"\\ece8"}.ez-icon-image-question:before{content:"\\ece9"}.ez-icon-image-redo:before{content:"\\ecea"}.ez-icon-image-resize-landscape:before{content:"\\eceb"}.ez-icon-image-resize-square:before{content:"\\ecec"}.ez-icon-image-search:before{content:"\\eced"}.ez-icon-image-share:before{content:"\\ecee"}.ez-icon-image-shield:before{content:"\\ecef"}.ez-icon-image-slash:before{content:"\\ecf0"}.ez-icon-image-times:before{content:"\\ecf1"}.ez-icon-image-upload:before{content:"\\ecf2"}.ez-icon-image-v:before{content:"\\ecf3"}.ez-icon-image:before{content:"\\ecf4"}.ez-icon-images:before{content:"\\ecf5"}.ez-icon-import:before{content:"\\ecf6"}.ez-icon-inbox:before{content:"\\ecf7"}.ez-icon-incoming-call:before{content:"\\ecf8"}.ez-icon-info-circle:before{content:"\\ecf9"}.ez-icon-info:before{content:"\\ecfa"}.ez-icon-instagram-alt:before{content:"\\ecfb"}.ez-icon-instagram:before{content:"\\ecfc"}.ez-icon-intercom-alt:before{content:"\\ecfd"}.ez-icon-intercom:before{content:"\\ecfe"}.ez-icon-invoice:before{content:"\\ecff"}.ez-icon-italic:before{content:"\\ed00"}.ez-icon-jackhammer:before{content:"\\ed01"}.ez-icon-java-script:before{content:"\\ed02"}.ez-icon-kayak:before{content:"\\ed03"}.ez-icon-key-skeleton-alt:before{content:"\\ed04"}.ez-icon-key-skeleton:before{content:"\\ed05"}.ez-icon-keyboard-alt:before{content:"\\ed06"}.ez-icon-keyboard-hide:before{content:"\\ed07"}.ez-icon-keyboard-show:before{content:"\\ed08"}.ez-icon-keyboard:before{content:"\\ed09"}.ez-icon-keyhole-circle:before{content:"\\ed0a"}.ez-icon-keyhole-square-full:before{content:"\\ed0b"}.ez-icon-keyhole-square:before{content:"\\ed0c"}.ez-icon-kid:before{content:"\\ed0d"}.ez-icon-label-alt:before{content:"\\ed0e"}.ez-icon-label:before{content:"\\ed0f"}.ez-icon-lamp:before{content:"\\ed10"}.ez-icon-language-2:before{content:"\\ed11"}.ez-icon-language:before{content:"\\ed12"}.ez-icon-laptop-cloud:before{content:"\\ed13"}.ez-icon-laptop-connection:before{content:"\\ed14"}.ez-icon-laptop:before{content:"\\ed15"}.ez-icon-laughing:before{content:"\\ed16"}.ez-icon-launch:before{content:"\\ed17"}.ez-icon-layer-group-slash:before{content:"\\ed18"}.ez-icon-layer-group:before{content:"\\ed19"}.ez-icon-layers-alt:before{content:"\\ed1a"}.ez-icon-layers-slash:before{content:"\\ed1b"}.ez-icon-layers:before{content:"\\ed1c"}.ez-icon-left-arrow-from-left:before{content:"\\ed1d"}.ez-icon-left-arrow-to-left:before{content:"\\ed1e"}.ez-icon-left-indent-alt:before{content:"\\ed1f"}.ez-icon-left-indent:before{content:"\\ed20"}.ez-icon-left-to-right-text-direction:before{content:"\\ed21"}.ez-icon-left:before{content:"\\ed22"}.ez-icon-letter-chinese-a:before{content:"\\ed23"}.ez-icon-letter-english-a:before{content:"\\ed24"}.ez-icon-letter-hindi-a:before{content:"\\ed25"}.ez-icon-letter-japanese-a:before{content:"\\ed26"}.ez-icon-life-ring:before{content:"\\ed27"}.ez-icon-lightbulb-2:before{content:"\\ed28"}.ez-icon-lightbulb-alt:before{content:"\\ed29"}.ez-icon-lightbulb:before{content:"\\ed2a"}.ez-icon-line-alt:before{content:"\\ed2b"}.ez-icon-line-spacing:before{content:"\\ed2c"}.ez-icon-line:before{content:"\\ed2d"}.ez-icon-link-add:before{content:"\\ed2e"}.ez-icon-link-alt:before{content:"\\ed2f"}.ez-icon-link-broken:before{content:"\\ed30"}.ez-icon-link-h:before{content:"\\ed31"}.ez-icon-link:before{content:"\\ed32"}.ez-icon-linkedin-alt:before{content:"\\ed33"}.ez-icon-linkedin:before{content:"\\ed34"}.ez-icon-linux:before{content:"\\ed35"}.ez-icon-lira-sign:before{content:"\\ed36"}.ez-icon-list-ol-alt:before{content:"\\ed37"}.ez-icon-list-ol:before{content:"\\ed38"}.ez-icon-list-ui-alt:before{content:"\\ed39"}.ez-icon-list-ul:before{content:"\\ed3a"}.ez-icon-list:before{content:"\\ed3b"}.ez-icon-location-arrow-alt:before{content:"\\ed3c"}.ez-icon-location-arrow:before{content:"\\ed3d"}.ez-icon-location-pin-alt:before{content:"\\ed3e"}.ez-icon-location-point:before{content:"\\ed3f"}.ez-icon-location:before{content:"\\ed40"}.ez-icon-lock-2:before{content:"\\ed41"}.ez-icon-lock-access:before{content:"\\ed42"}.ez-icon-lock-alt:before{content:"\\ed43"}.ez-icon-lock-open-alt:before{content:"\\ed44"}.ez-icon-lock-outline:before{content:"\\ed45"}.ez-icon-lock-slash:before{content:"\\ed46"}.ez-icon-lock:before{content:"\\ed47"}.ez-icon-lottiefiles-alt:before{content:"\\ed48"}.ez-icon-lottiefiles:before{content:"\\ed49"}.ez-icon-luggage-cart:before{content:"\\ed4a"}.ez-icon-mailbox-alt:before{content:"\\ed4b"}.ez-icon-mailbox:before{content:"\\ed4c"}.ez-icon-map-marker-alt:before{content:"\\ed4d"}.ez-icon-map-marker-edit:before{content:"\\ed4e"}.ez-icon-map-marker-info:before{content:"\\ed4f"}.ez-icon-map-marker-minus:before{content:"\\ed50"}.ez-icon-map-marker-plus:before{content:"\\ed51"}.ez-icon-map-marker-question:before{content:"\\ed52"}.ez-icon-map-marker-shield:before{content:"\\ed53"}.ez-icon-map-marker-slash:before{content:"\\ed54"}.ez-icon-map-marker:before{content:"\\ed55"}.ez-icon-map-pin-alt:before{content:"\\ed56"}.ez-icon-map-pin:before{content:"\\ed57"}.ez-icon-map:before{content:"\\ed58"}.ez-icon-mars:before{content:"\\ed59"}.ez-icon-master-card:before{content:"\\ed5a"}.ez-icon-maximize-left:before{content:"\\ed5b"}.ez-icon-medal:before{content:"\\ed5c"}.ez-icon-medical-drip:before{content:"\\ed5d"}.ez-icon-medical-square-full:before{content:"\\ed5e"}.ez-icon-medical-square:before{content:"\\ed5f"}.ez-icon-medium-m:before{content:"\\ed60"}.ez-icon-medkit:before{content:"\\ed61"}.ez-icon-meeting-board:before{content:"\\ed62"}.ez-icon-megaphone:before{content:"\\ed63"}.ez-icon-meh-alt:before{content:"\\ed64"}.ez-icon-meh-closed-eye:before{content:"\\ed65"}.ez-icon-meh:before{content:"\\ed66"}.ez-icon-menu:before{content:"\\ed67"}.ez-icon-message:before{content:"\\ed68"}.ez-icon-metro:before{content:"\\ed69"}.ez-icon-microphone-slash:before{content:"\\ed6a"}.ez-icon-microphone:before{content:"\\ed6b"}.ez-icon-microscope:before{content:"\\ed6c"}.ez-icon-microsoft:before{content:"\\ed6d"}.ez-icon-mid:before{content:"\\ed6e"}.ez-icon-minus-2:before{content:"\\ed6f"}.ez-icon-minus-circle:before{content:"\\ed70"}.ez-icon-minus-path:before{content:"\\ed71"}.ez-icon-minus-square-full:before{content:"\\ed72"}.ez-icon-minus-square:before{content:"\\ed73"}.ez-icon-minus:before{content:"\\ed74"}.ez-icon-missed-call:before{content:"\\ed75"}.ez-icon-mobile-android-alt:before{content:"\\ed76"}.ez-icon-mobile-android:before{content:"\\ed77"}.ez-icon-mobile-vibrate:before{content:"\\ed78"}.ez-icon-modem:before{content:"\\ed79"}.ez-icon-money-bill-slash:before{content:"\\ed7a"}.ez-icon-money-bill-stack:before{content:"\\ed7b"}.ez-icon-money-bill:before{content:"\\ed7c"}.ez-icon-money-insert:before{content:"\\ed7d"}.ez-icon-money-off:before{content:"\\ed7e"}.ez-icon-money-stack:before{content:"\\ed7f"}.ez-icon-money-withdraw:before{content:"\\ed80"}.ez-icon-money-withdrawal:before{content:"\\ed81"}.ez-icon-money:before{content:"\\ed82"}.ez-icon-moneybag-alt:before{content:"\\ed83"}.ez-icon-moneybag:before{content:"\\ed84"}.ez-icon-monitor-heart-rate:before{content:"\\ed85"}.ez-icon-monitor:before{content:"\\ed86"}.ez-icon-moon-eclipse:before{content:"\\ed87"}.ez-icon-moon:before{content:"\\ed88"}.ez-icon-moonset:before{content:"\\ed89"}.ez-icon-more:before{content:"\\ed8a"}.ez-icon-mountains-sun:before{content:"\\ed8b"}.ez-icon-mountains:before{content:"\\ed8c"}.ez-icon-mouse-alt-2:before{content:"\\ed8d"}.ez-icon-mouse-alt:before{content:"\\ed8e"}.ez-icon-mouse:before{content:"\\ed8f"}.ez-icon-mp3:before{content:"\\ed90"}.ez-icon-mp4:before{content:"\\ed91"}.ez-icon-multiple-files:before{content:"\\ed92"}.ez-icon-multiply:before{content:"\\ed93"}.ez-icon-music-note:before{content:"\\ed94"}.ez-icon-music-tune-slash:before{content:"\\ed95"}.ez-icon-music:before{content:"\\ed96"}.ez-icon-n-a:before{content:"\\ed97"}.ez-icon-navigator:before{content:"\\ed98"}.ez-icon-nerd:before{content:"\\ed99"}.ez-icon-newspaper:before{content:"\\ed9a"}.ez-icon-ninja:before{content:"\\ed9b"}.ez-icon-no-entry:before{content:"\\ed9c"}.ez-icon-north-west:before{content:"\\ed9d"}.ez-icon-notebooks:before{content:"\\ed9e"}.ez-icon-notes:before{content:"\\ed9f"}.ez-icon-number:before{content:"\\eda0"}.ez-icon-object-group:before{content:"\\eda1"}.ez-icon-object-ungroup:before{content:"\\eda2"}.ez-icon-octagon:before{content:"\\eda3"}.ez-icon-okta:before{content:"\\eda4"}.ez-icon-opera-alt:before{content:"\\eda5"}.ez-icon-opera:before{content:"\\eda6"}.ez-icon-ordem-ascendente:before{content:"\\eda7"}.ez-icon-ordem-descendente:before{content:"\\eda8"}.ez-icon-outgoing-call:before{content:"\\eda9"}.ez-icon-package:before{content:"\\edaa"}.ez-icon-padlock:before{content:"\\edab"}.ez-icon-pagelines:before{content:"\\edac"}.ez-icon-pagerduty:before{content:"\\edad"}.ez-icon-paint-tool:before{content:"\\edae"}.ez-icon-palette:before{content:"\\edaf"}.ez-icon-panel-add:before{content:"\\edb0"}.ez-icon-panorama-h-alt:before{content:"\\edb1"}.ez-icon-panorama-h:before{content:"\\edb2"}.ez-icon-panorama-v:before{content:"\\edb3"}.ez-icon-paperclip:before{content:"\\edb4"}.ez-icon-paragraph:before{content:"\\edb5"}.ez-icon-parcel:before{content:"\\edb6"}.ez-icon-parcelar:before{content:"\\edb7"}.ez-icon-parking-circle:before{content:"\\edb8"}.ez-icon-parking-square:before{content:"\\edb9"}.ez-icon-pathfinder-unite:before{content:"\\edba"}.ez-icon-pathfinder:before{content:"\\edbb"}.ez-icon-pause-circle:before{content:"\\edbc"}.ez-icon-pause:before{content:"\\edbd"}.ez-icon-payments:before{content:"\\edbe"}.ez-icon-paypal:before{content:"\\edbf"}.ez-icon-pdf:before{content:"\\edc0"}.ez-icon-pen:before{content:"\\edc1"}.ez-icon-pentagon:before{content:"\\edc2"}.ez-icon-percentage:before{content:"\\edc3"}.ez-icon-phone-alt:before{content:"\\edc4"}.ez-icon-phone-pause:before{content:"\\edc5"}.ez-icon-phone-slash:before{content:"\\edc6"}.ez-icon-phone-times:before{content:"\\edc7"}.ez-icon-phone-volume:before{content:"\\edc8"}.ez-icon-phone:before{content:"\\edc9"}.ez-icon-picture:before{content:"\\edca"}.ez-icon-pizza-slice:before{content:"\\edcb"}.ez-icon-plane-arrival:before{content:"\\edcc"}.ez-icon-plane-departure:before{content:"\\edcd"}.ez-icon-plane-fly:before{content:"\\edce"}.ez-icon-plane:before{content:"\\edcf"}.ez-icon-play-2:before{content:"\\edd0"}.ez-icon-play-circle:before{content:"\\edd1"}.ez-icon-play:before{content:"\\edd2"}.ez-icon-plug:before{content:"\\edd3"}.ez-icon-plus-2:before{content:"\\edd4"}.ez-icon-plus-circle:before{content:"\\edd5"}.ez-icon-plus-square:before{content:"\\edd6"}.ez-icon-plus:before{content:"\\edd7"}.ez-icon-png:before{content:"\\edd8"}.ez-icon-podium:before{content:"\\edd9"}.ez-icon-polygon:before{content:"\\edda"}.ez-icon-post-stamp:before{content:"\\eddb"}.ez-icon-postcard:before{content:"\\eddc"}.ez-icon-pound-circle:before{content:"\\eddd"}.ez-icon-pound:before{content:"\\edde"}.ez-icon-power-2:before{content:"\\eddf"}.ez-icon-power:before{content:"\\ede0"}.ez-icon-pptx:before{content:"\\ede1"}.ez-icon-prescription-bottle:before{content:"\\ede2"}.ez-icon-presentation-check:before{content:"\\ede3"}.ez-icon-presentation-edit:before{content:"\\ede4"}.ez-icon-presentation-line:before{content:"\\ede5"}.ez-icon-presentation-lines-alt:before{content:"\\ede6"}.ez-icon-presentation-minus:before{content:"\\ede7"}.ez-icon-presentation-play:before{content:"\\ede8"}.ez-icon-presentation-plus:before{content:"\\ede9"}.ez-icon-presentation-times:before{content:"\\edea"}.ez-icon-presentation:before{content:"\\edeb"}.ez-icon-preview:before{content:"\\edec"}.ez-icon-previous:before{content:"\\eded"}.ez-icon-pricetag-alt:before{content:"\\edee"}.ez-icon-print-2:before{content:"\\edef"}.ez-icon-print-slash:before{content:"\\edf0"}.ez-icon-print:before{content:"\\edf1"}.ez-icon-process:before{content:"\\edf2"}.ez-icon-processor:before{content:"\\edf3"}.ez-icon-programming-language:before{content:"\\edf4"}.ez-icon-pump:before{content:"\\edf5"}.ez-icon-push-pin:before{content:"\\edf6"}.ez-icon-puzzle-piece:before{content:"\\edf7"}.ez-icon-qrcode-scan:before{content:"\\edf8"}.ez-icon-question-circle:before{content:"\\edf9"}.ez-icon-question:before{content:"\\edfa"}.ez-icon-rainbow:before{content:"\\edfb"}.ez-icon-raindrops-alt:before{content:"\\edfc"}.ez-icon-raindrops:before{content:"\\edfd"}.ez-icon-rateio:before{content:"\\edfe"}.ez-icon-react:before{content:"\\edff"}.ez-icon-receipt-2:before{content:"\\ee00"}.ez-icon-receipt-alt:before{content:"\\ee01"}.ez-icon-receipt:before{content:"\\ee02"}.ez-icon-recolher_card:before{content:"\\ee03"}.ez-icon-record-audio:before{content:"\\ee04"}.ez-icon-reddit-alien-alt:before{content:"\\ee05"}.ez-icon-redo:before{content:"\\ee06"}.ez-icon-refresh:before{content:"\\ee07"}.ez-icon-registered:before{content:"\\ee08"}.ez-icon-remove-from-cart:before{content:"\\ee09"}.ez-icon-repeat:before{content:"\\ee0a"}.ez-icon-restaurant:before{content:"\\ee0b"}.ez-icon-restore:before{content:"\\ee0c"}.ez-icon-return:before{content:"\\ee0d"}.ez-icon-right-indent-alt:before{content:"\\ee0e"}.ez-icon-right-to-left-text-direction:before{content:"\\ee0f"}.ez-icon-robot:before{content:"\\ee10"}.ez-icon-rocket:before{content:"\\ee11"}.ez-icon-rope-way:before{content:"\\ee12"}.ez-icon-rotate-360:before{content:"\\ee13"}.ez-icon-rss-alt:before{content:"\\ee14"}.ez-icon-rss-interface:before{content:"\\ee15"}.ez-icon-rss:before{content:"\\ee16"}.ez-icon-ruler-combined:before{content:"\\ee17"}.ez-icon-ruler:before{content:"\\ee18"}.ez-icon-rupee-sign:before{content:"\\ee19"}.ez-icon-sad-cry:before{content:"\\ee1a"}.ez-icon-sad-crying:before{content:"\\ee1b"}.ez-icon-sad-dizzy:before{content:"\\ee1c"}.ez-icon-sad-squint:before{content:"\\ee1d"}.ez-icon-sad:before{content:"\\ee1e"}.ez-icon-sanitizer-alt:before{content:"\\ee1f"}.ez-icon-sanitizer:before{content:"\\ee20"}.ez-icon-sankhya-place:before{content:"\\ee21"}.ez-icon-save-2:before{content:"\\ee22"}.ez-icon-save:before{content:"\\ee23"}.ez-icon-scaling-left:before{content:"\\ee24"}.ez-icon-scaling-right:before{content:"\\ee25"}.ez-icon-scenery:before{content:"\\ee26"}.ez-icon-schedule:before{content:"\\ee27"}.ez-icon-screw:before{content:"\\ee28"}.ez-icon-scroll-h:before{content:"\\ee29"}.ez-icon-scroll:before{content:"\\ee2a"}.ez-icon-search-2:before{content:"\\ee2b"}.ez-icon-search-alt:before{content:"\\ee2c"}.ez-icon-search-minus:before{content:"\\ee2d"}.ez-icon-search-plus:before{content:"\\ee2e"}.ez-icon-search:before{content:"\\ee2f"}.ez-icon-selfie:before{content:"\\ee30"}.ez-icon-server-alt:before{content:"\\ee31"}.ez-icon-server-connection:before{content:"\\ee32"}.ez-icon-server-network-alt:before{content:"\\ee33"}.ez-icon-server-network:before{content:"\\ee34"}.ez-icon-server:before{content:"\\ee35"}.ez-icon-servers:before{content:"\\ee36"}.ez-icon-servicemark:before{content:"\\ee37"}.ez-icon-setting:before{content:"\\ee38"}.ez-icon-settings-inverted:before{content:"\\ee39"}.ez-icon-settings:before{content:"\\ee3a"}.ez-icon-share-2:before{content:"\\ee3b"}.ez-icon-share-alt:before{content:"\\ee3c"}.ez-icon-share:before{content:"\\ee3d"}.ez-icon-shield-2:before{content:"\\ee3e"}.ez-icon-shield-check:before{content:"\\ee3f"}.ez-icon-shield-exclamation:before{content:"\\ee40"}.ez-icon-shield-plus:before{content:"\\ee41"}.ez-icon-shield-question:before{content:"\\ee42"}.ez-icon-shield-slash:before{content:"\\ee43"}.ez-icon-shield:before{content:"\\ee44"}.ez-icon-ship:before{content:"\\ee45"}.ez-icon-shop:before{content:"\\ee46"}.ez-icon-shopping-bag:before{content:"\\ee47"}.ez-icon-shopping-basket:before{content:"\\ee48"}.ez-icon-shopping-cart-alt:before{content:"\\ee49"}.ez-icon-shopping-cart:before{content:"\\ee4a"}.ez-icon-shovel:before{content:"\\ee4b"}.ez-icon-show-list:before{content:"\\ee4c"}.ez-icon-show_menu:before{content:"\\ee4d"}.ez-icon-shrink:before{content:"\\ee4e"}.ez-icon-shuffle:before{content:"\\ee4f"}.ez-icon-shutter-alt:before{content:"\\ee50"}.ez-icon-shutter:before{content:"\\ee51"}.ez-icon-sick:before{content:"\\ee52"}.ez-icon-sigma:before{content:"\\ee53"}.ez-icon-sign-alt:before{content:"\\ee54"}.ez-icon-sign-in-alt:before{content:"\\ee55"}.ez-icon-sign-left:before{content:"\\ee56"}.ez-icon-sign-out-alt:before{content:"\\ee57"}.ez-icon-sign-right:before{content:"\\ee58"}.ez-icon-signal-alt-3:before{content:"\\ee59"}.ez-icon-signal-alt:before{content:"\\ee5a"}.ez-icon-signal:before{content:"\\ee5b"}.ez-icon-signin:before{content:"\\ee5c"}.ez-icon-signout:before{content:"\\ee5d"}.ez-icon-silence:before{content:"\\ee5e"}.ez-icon-silent-squint:before{content:"\\ee5f"}.ez-icon-sim-card:before{content:"\\ee60"}.ez-icon-sitemap:before{content:"\\ee61"}.ez-icon-skip-forward-alt:before{content:"\\ee62"}.ez-icon-skip-forward-circle:before{content:"\\ee63"}.ez-icon-skip-forward:before{content:"\\ee64"}.ez-icon-skype-alt:before{content:"\\ee65"}.ez-icon-skype:before{content:"\\ee66"}.ez-icon-slack-alt:before{content:"\\ee67"}.ez-icon-slack:before{content:"\\ee68"}.ez-icon-sleep:before{content:"\\ee69"}.ez-icon-slider-h-range:before{content:"\\ee6a"}.ez-icon-slider-h:before{content:"\\ee6b"}.ez-icon-sliders-v-alt:before{content:"\\ee6c"}.ez-icon-sliders-v:before{content:"\\ee6d"}.ez-icon-smile-beam:before{content:"\\ee6e"}.ez-icon-smile-dizzy:before{content:"\\ee6f"}.ez-icon-smile-squint-wink-alt:before{content:"\\ee70"}.ez-icon-smile-squint-wink:before{content:"\\ee71"}.ez-icon-smile-wink-alt:before{content:"\\ee72"}.ez-icon-smile-wink:before{content:"\\ee73"}.ez-icon-smile:before{content:"\\ee74"}.ez-icon-snapchat-alt:before{content:"\\ee75"}.ez-icon-snapchat-ghost:before{content:"\\ee76"}.ez-icon-snapchat-square:before{content:"\\ee77"}.ez-icon-snow-flake:before{content:"\\ee78"}.ez-icon-snowflake-alt:before{content:"\\ee79"}.ez-icon-snowflake:before{content:"\\ee7a"}.ez-icon-social-distancing:before{content:"\\ee7b"}.ez-icon-solid:before{content:"\\ee7c"}.ez-icon-sort-amount-down:before{content:"\\ee7d"}.ez-icon-sort-amount-up:before{content:"\\ee7e"}.ez-icon-sort:before{content:"\\ee7f"}.ez-icon-sorting:before{content:"\\ee80"}.ez-icon-south-east:before{content:"\\ee81"}.ez-icon-space-key:before{content:"\\ee82"}.ez-icon-spade:before{content:"\\ee83"}.ez-icon-sperms:before{content:"\\ee84"}.ez-icon-spin:before{content:"\\ee85"}.ez-icon-spinner-alt:before{content:"\\ee86"}.ez-icon-spinner:before{content:"\\ee87"}.ez-icon-square-full:before{content:"\\ee88"}.ez-icon-square-shape:before{content:"\\ee89"}.ez-icon-square:before{content:"\\ee8a"}.ez-icon-squint:before{content:"\\ee8b"}.ez-icon-star-half-alt:before{content:"\\ee8c"}.ez-icon-star:before{content:"\\ee8d"}.ez-icon-statistics:before{content:"\\ee8e"}.ez-icon-step-backward-alt:before{content:"\\ee8f"}.ez-icon-step-backward-circle:before{content:"\\ee90"}.ez-icon-step-backward:before{content:"\\ee91"}.ez-icon-step-forward:before{content:"\\ee92"}.ez-icon-stethoscope-alt:before{content:"\\ee93"}.ez-icon-stethoscope:before{content:"\\ee94"}.ez-icon-stop-circle:before{content:"\\ee95"}.ez-icon-stopwatch-slash:before{content:"\\ee96"}.ez-icon-stopwatch:before{content:"\\ee97"}.ez-icon-store-alt:before{content:"\\ee98"}.ez-icon-store-slash:before{content:"\\ee99"}.ez-icon-store:before{content:"\\ee9a"}.ez-icon-stretcher:before{content:"\\ee9b"}.ez-icon-stroller:before{content:"\\ee9c"}.ez-icon-subject:before{content:"\\ee9d"}.ez-icon-subway-alt:before{content:"\\ee9e"}.ez-icon-subway:before{content:"\\ee9f"}.ez-icon-suitcase-alt:before{content:"\\eea0"}.ez-icon-suitcase:before{content:"\\eea1"}.ez-icon-sun:before{content:"\\eea2"}.ez-icon-sunset:before{content:"\\eea3"}.ez-icon-surprise:before{content:"\\eea4"}.ez-icon-swatchbook:before{content:"\\eea5"}.ez-icon-swiggy:before{content:"\\eea6"}.ez-icon-swimmer:before{content:"\\eea7"}.ez-icon-sync-2:before{content:"\\eea8"}.ez-icon-sync-exclamation:before{content:"\\eea9"}.ez-icon-sync-slash:before{content:"\\eeaa"}.ez-icon-sync:before{content:"\\eeab"}.ez-icon-syringe:before{content:"\\eeac"}.ez-icon-table-2:before{content:"\\eead"}.ez-icon-table-tennis:before{content:"\\eeae"}.ez-icon-table:before{content:"\\eeaf"}.ez-icon-tablet:before{content:"\\eeb0"}.ez-icon-tablets:before{content:"\\eeb1"}.ez-icon-tachometer-fast-alt:before{content:"\\eeb2"}.ez-icon-tachometer-fast:before{content:"\\eeb3"}.ez-icon-tag-alt:before{content:"\\eeb4"}.ez-icon-tag:before{content:"\\eeb5"}.ez-icon-tag_code:before{content:"\\eeb6"}.ez-icon-tape:before{content:"\\eeb7"}.ez-icon-taxi:before{content:"\\eeb8"}.ez-icon-tear:before{content:"\\eeb9"}.ez-icon-telegram-alt:before{content:"\\eeba"}.ez-icon-telegram:before{content:"\\eebb"}.ez-icon-telescope:before{content:"\\eebc"}.ez-icon-temperature-empty:before{content:"\\eebd"}.ez-icon-temperature-half:before{content:"\\eebe"}.ez-icon-temperature-minus:before{content:"\\eebf"}.ez-icon-temperature-plus:before{content:"\\eec0"}.ez-icon-temperature-quarter:before{content:"\\eec1"}.ez-icon-temperature-three-quarter:before{content:"\\eec2"}.ez-icon-temperature:before{content:"\\eec3"}.ez-icon-tennis-ball:before{content:"\\eec4"}.ez-icon-text-2:before{content:"\\eec5"}.ez-icon-text-fields:before{content:"\\eec6"}.ez-icon-text-size:before{content:"\\eec7"}.ez-icon-text-strike-through:before{content:"\\eec8"}.ez-icon-text:before{content:"\\eec9"}.ez-icon-th-large:before{content:"\\eeca"}.ez-icon-th-slash:before{content:"\\eecb"}.ez-icon-th:before{content:"\\eecc"}.ez-icon-thermometer:before{content:"\\eecd"}.ez-icon-thumbs-down:before{content:"\\eece"}.ez-icon-thumbs-up:before{content:"\\eecf"}.ez-icon-thunderstorm-moon:before{content:"\\eed0"}.ez-icon-thunderstorm-sun:before{content:"\\eed1"}.ez-icon-thunderstorm:before{content:"\\eed2"}.ez-icon-ticket:before{content:"\\eed3"}.ez-icon-timeline:before{content:"\\eed4"}.ez-icon-timer-outline:before{content:"\\eed5"}.ez-icon-times-circle:before{content:"\\eed6"}.ez-icon-times-square:before{content:"\\eed7"}.ez-icon-times:before{content:"\\eed8"}.ez-icon-toggle-off:before{content:"\\eed9"}.ez-icon-toggle-on:before{content:"\\eeda"}.ez-icon-toilet-paper:before{content:"\\eedb"}.ez-icon-top-arrow-from-top:before{content:"\\eedc"}.ez-icon-top-arrow-to-top:before{content:"\\eedd"}.ez-icon-tornado:before{content:"\\eede"}.ez-icon-trademark-circle:before{content:"\\eedf"}.ez-icon-trademark:before{content:"\\eee0"}.ez-icon-traffic-barrier:before{content:"\\eee1"}.ez-icon-traffic-light:before{content:"\\eee2"}.ez-icon-transaction:before{content:"\\eee3"}.ez-icon-trash-alt:before{content:"\\eee4"}.ez-icon-trash:before{content:"\\eee5"}.ez-icon-trees:before{content:"\\eee6"}.ez-icon-trending-up:before{content:"\\eee7"}.ez-icon-triangle:before{content:"\\eee8"}.ez-icon-trophy:before{content:"\\eee9"}.ez-icon-trowel:before{content:"\\eeea"}.ez-icon-truck-loading:before{content:"\\eeeb"}.ez-icon-truck:before{content:"\\eeec"}.ez-icon-tumblr-alt:before{content:"\\eeed"}.ez-icon-tumblr-square:before{content:"\\eeee"}.ez-icon-tumblr:before{content:"\\eeef"}.ez-icon-tune:before{content:"\\eef0"}.ez-icon-tv-retro-slash:before{content:"\\eef1"}.ez-icon-tv-retro:before{content:"\\eef2"}.ez-icon-twitter-alt:before{content:"\\eef3"}.ez-icon-twitter:before{content:"\\eef4"}.ez-icon-txt:before{content:"\\eef5"}.ez-icon-umbrella:before{content:"\\eef6"}.ez-icon-un-pin:before{content:"\\eef7"}.ez-icon-unamused:before{content:"\\eef8"}.ez-icon-underline:before{content:"\\eef9"}.ez-icon-undo:before{content:"\\eefa"}.ez-icon-unfold_less:before{content:"\\eefb"}.ez-icon-unfold_more:before{content:"\\eefc"}.ez-icon-university:before{content:"\\eefd"}.ez-icon-unlock-alt:before{content:"\\eefe"}.ez-icon-unlock:before{content:"\\eeff"}.ez-icon-upload-alt:before{content:"\\ef00"}.ez-icon-upload:before{content:"\\ef01"}.ez-icon-usd-circle:before{content:"\\ef02"}.ez-icon-usd-square:before{content:"\\ef03"}.ez-icon-user-arrows:before{content:"\\ef04"}.ez-icon-user-check:before{content:"\\ef05"}.ez-icon-user-circle-2:before{content:"\\ef06"}.ez-icon-user-circle:before{content:"\\ef07"}.ez-icon-user-exclamation:before{content:"\\ef08"}.ez-icon-user-location:before{content:"\\ef09"}.ez-icon-user-md:before{content:"\\ef0a"}.ez-icon-user-minus:before{content:"\\ef0b"}.ez-icon-user-nurse:before{content:"\\ef0c"}.ez-icon-user-plus:before{content:"\\ef0d"}.ez-icon-user-square:before{content:"\\ef0e"}.ez-icon-user-times:before{content:"\\ef0f"}.ez-icon-user:before{content:"\\ef10"}.ez-icon-users-alt:before{content:"\\ef11"}.ez-icon-utensils-alt:before{content:"\\ef12"}.ez-icon-utensils:before{content:"\\ef13"}.ez-icon-vector-square-alt:before{content:"\\ef14"}.ez-icon-vector-square:before{content:"\\ef15"}.ez-icon-venus:before{content:"\\ef16"}.ez-icon-vertical-align-bottom:before{content:"\\ef17"}.ez-icon-vertical-align-center:before{content:"\\ef18"}.ez-icon-vertical-align-top:before{content:"\\ef19"}.ez-icon-vertical-distribute-bottom:before{content:"\\ef1a"}.ez-icon-vertical-distribution-center:before{content:"\\ef1b"}.ez-icon-vertical-distribution-top:before{content:"\\ef1c"}.ez-icon-video-question:before{content:"\\ef1d"}.ez-icon-video-slash:before{content:"\\ef1e"}.ez-icon-video:before{content:"\\ef1f"}.ez-icon-virus-slash:before{content:"\\ef20"}.ez-icon-visual-studio:before{content:"\\ef21"}.ez-icon-vk-alt:before{content:"\\ef22"}.ez-icon-vk:before{content:"\\ef23"}.ez-icon-voicemail-rectangle:before{content:"\\ef24"}.ez-icon-voicemail:before{content:"\\ef25"}.ez-icon-volume-down:before{content:"\\ef26"}.ez-icon-volume-mute:before{content:"\\ef27"}.ez-icon-volume-off:before{content:"\\ef28"}.ez-icon-volume-up:before{content:"\\ef29"}.ez-icon-volume:before{content:"\\ef2a"}.ez-icon-vuejs-alt:before{content:"\\ef2b"}.ez-icon-vuejs:before{content:"\\ef2c"}.ez-icon-wall:before{content:"\\ef2d"}.ez-icon-wallet:before{content:"\\ef2e"}.ez-icon-warning-outline:before{content:"\\ef2f"}.ez-icon-warning_triangle:before{content:"\\ef30"}.ez-icon-watch-alt:before{content:"\\ef31"}.ez-icon-watch:before{content:"\\ef32"}.ez-icon-water-drop-slash:before{content:"\\ef33"}.ez-icon-water-glass:before{content:"\\ef34"}.ez-icon-water:before{content:"\\ef35"}.ez-icon-web-grid-alt:before{content:"\\ef36"}.ez-icon-web-grid:before{content:"\\ef37"}.ez-icon-web-section-alt:before{content:"\\ef38"}.ez-icon-web-section:before{content:"\\ef39"}.ez-icon-webcam:before{content:"\\ef3a"}.ez-icon-weight:before{content:"\\ef3b"}.ez-icon-whatsapp-alt:before{content:"\\ef3c"}.ez-icon-whatsapp:before{content:"\\ef3d"}.ez-icon-whatshot:before{content:"\\ef3e"}.ez-icon-wheel-barrow:before{content:"\\ef3f"}.ez-icon-wheelchair-alt:before{content:"\\ef40"}.ez-icon-wheelchair:before{content:"\\ef41"}.ez-icon-wifi-router:before{content:"\\ef42"}.ez-icon-wifi-slash:before{content:"\\ef43"}.ez-icon-wifi:before{content:"\\ef44"}.ez-icon-wind-moon:before{content:"\\ef45"}.ez-icon-wind-sun:before{content:"\\ef46"}.ez-icon-wind:before{content:"\\ef47"}.ez-icon-window-grid:before{content:"\\ef48"}.ez-icon-window-maximize:before{content:"\\ef49"}.ez-icon-window-restore:before{content:"\\ef4a"}.ez-icon-window-section:before{content:"\\ef4b"}.ez-icon-window:before{content:"\\ef4c"}.ez-icon-windows:before{content:"\\ef4d"}.ez-icon-windsock:before{content:"\\ef4e"}.ez-icon-windy:before{content:"\\ef4f"}.ez-icon-wordpress-simple:before{content:"\\ef50"}.ez-icon-wordpress:before{content:"\\ef51"}.ez-icon-wrap-text:before{content:"\\ef52"}.ez-icon-wrench:before{content:"\\ef53"}.ez-icon-x-add:before{content:"\\ef54"}.ez-icon-x:before{content:"\\ef55"}.ez-icon-xlsx:before{content:"\\ef56"}.ez-icon-yen-circle:before{content:"\\ef57"}.ez-icon-yen:before{content:"\\ef58"}.ez-icon-yin-yang:before{content:"\\ef59"}.ez-icon-youtube:before{content:"\\ef5a"}.ez-icon-zip:before{content:"\\ef5b"}.x-small--font{font-size:var(--font-size--small, 12px);line-height:var(--line-height--16, 16px)}.small--font{font-size:var(--font-size--medium, 16px);line-height:var(--line-height--20, 20px)}.medium--font{font-size:var(--font-size--xlarge, 20px);line-height:var(--line-height--24, 24px)}.large--font{font-size:var(--font-size--xxxlarge, 24px);line-height:var(--line-height--28, 28px)}.x-large--font{font-size:var(--font-size--6xlarge, 30px);line-height:var(--line-height--34, 34px)}';export{i as ez_icon}
@@ -1 +0,0 @@
1
- import{r as t,c as i,h as s,H as e,g as h}from"./p-23a36bb6.js";import{C as o}from"./p-ec7db713.js";import{ObjectUtils as r,StringUtils as n,ElementIDUtils as a}from"@sankhyalabs/core";import{A as l}from"./p-5a11cf56.js";import"./p-ab574d59.js";import"./p-b853763b.js";import{i as c}from"./p-641ee538.js";import{S as d}from"./p-30ffb9ed.js";import{r as u,a as v}from"./p-40a60148.js";const p=class{constructor(s){t(this,s),this.ezChange=i(this,"ezChange",7),this._changeDeboucingTimeout=null,this._limitCharsToSearch=3,this._deboucingTime=300,this._maxWidthValue=0,this._tabPressed=!1,this._startHighlightTag="<span class='card-item__highlight'>",this._endHighlightTag="</span>",this._preSelection=void 0,this._visibleOptions=void 0,this._startLoading=!1,this._showLoading=!0,this._showLoadingDescription=!1,this._criteria=void 0,this.value=void 0,this.label=void 0,this.enabled=!0,this.errorMessage=void 0,this.optionLoader=void 0,this.contextProperties=void 0,this.showSelectedValue=!0,this.showOptionValue=!0,this.suppressEmptyOption=!1,this.stopPropagateEnterKeyEvent=!1,this.mode="regular",this.canShowError=!0,this.hideErrorOnFocusOut=!0,this.listOptionsPosition=void 0,this.isTextSearch=!1,this.ignoreLimitCharsToSearch=!1,this.options=void 0,this.suppressSearch=!1,this.ensureClearButtonVisible=!1,this.suppressPreLoad=!0,this.autoFocus=!1,this.alternativePlaceholder=void 0,this.showMore=void 0,this.suppressInputPersist=!1,this.hideDescriptionInput=!1}observeErrorMessage(){var t;this._textInput&&(this._textInput.errorMessage=this.errorMessage,!(null===(t=this.errorMessage)||void 0===t?void 0:t.trim())&&this.errorMessage&&this.setInputValue())}getValue(t){return"object"==typeof t?null==t?void 0:t.value:t}validateNewValue(t,i){const s=this.getValue(t),e=this.getValue(i);return!("[object Object]"===s||s===e)}async observeValue(t,i){if(this._textInput&&this.validateNewValue(t,i)){if("string"==typeof t)return void await this.handleValueAsString(t);const i=this.getSelectedOption(t),s=this.getSelectedOption(this._currentValue);this.isDifferentValues(s,i)&&(this._currentValue=i,this.setInputValue(),this.ezChange.emit(null!=i?i:void 0)),this.resetOptions()}}observeOptions(t,i){!t.length&&this.suppressPreLoad||(null==t?void 0:t.join(""))!==(null==i?void 0:i.join(""))&&this.loadOptions(d.PRELOAD)}async getValueAsync(){return new Promise(this._showLoading?t=>{let i=setInterval((()=>{this._showLoading||(clearInterval(i),t(this.value))}),100)}:t=>t(this.value))}async setFocus(t){this._textInput&&this._textInput.setFocus(t)}async setBlur(){this._textInput&&this._textInput.setBlur()}async isInvalid(){return"string"==typeof this.errorMessage&&""!==this.errorMessage.trim()}async clearValue(){this.clearSearch()}async handleValueAsString(t){this.getSelectedOption(t)?this.setInputValue():(await this.loadDescriptionValue(t),this._currentValue&&(this.setInputValue(),this.ezChange.emit(this.value),this._currentValue=this.value))}isDifferentValues(t,i){return r.objectToString(t||{})!==r.objectToString(i||{})}getFormattedText(t){if(null==t)return;let i=this.showSelectedValue&&null!=t.value?t.label?`${t.value} - ${t.label}`:t.value:t.label;return i=null==i?void 0:i.replace(new RegExp(this._startHighlightTag,"g"),"").replace(new RegExp(this._endHighlightTag,"g"),""),i}getText(){const t=this.getSelectedOption(this._currentValue),i=this.getFormattedText(t);return u(i)}getSelectedOption(t){return"string"==typeof t||t instanceof String?this._visibleOptions.find((i=>i.value===t)):t?Object.assign(Object.assign({},t),{value:v(null==t?void 0:t.value),label:v(null==t?void 0:t.label)}):t}updateVisibleOptions(){let t=this._source||[];this._visibleOptions=this.suppressEmptyOption?t:[{value:void 0,label:""}].concat(t),this._maxWidthValue=this.getMaxWidthValue()}getMaxWidthValue(){var t;const i=[];return null===(t=this._visibleOptions)||void 0===t||t.forEach((t=>{const s=this.getWidthValue(t.value);i.includes(s)||i.push(s)})),i.length>1?Math.max(...i):0}getWidthValue(t){if(null!=this._itemValueBasis){const i=this._itemValueBasis;if(null!=t)return i.innerHTML=t,i.clientWidth>0?i.clientWidth+2:0;i.innerHTML=""}return 0}showOptions(){this.enabled&&(this.isOptionsVisible()||this._ezPopOverPlusElement.showUnder(this._textInput))}hideOptions(){this._ezPopOverPlusElement.hide()}isOptionsVisible(){return this._ezPopOverPlusElement.opened}selectCurrentOption(t=!0){void 0!==this._preSelection?(this.selectOption(this._visibleOptions[this._preSelection],t),this._preSelection=void 0):this.controlListWithOnlyOne()}updateSource(t){this._startLoading=!1,t instanceof Promise?(this._showLoading=!0,this._showLoadingDescription=!0,t.then((t=>{this.updateSource(t)})).finally((()=>{this._showLoading=!1,this._showLoadingDescription=!1})),this.updateVisibleOptions()):(this._showLoading=!1,Array.isArray(t)?(this._source=t,this.updateVisibleOptions(),this._tabPressed&&(this._tabPressed=!1,this.controlEmptySearch(!1))):this.selectOption(t))}clearSource(){this._source=[],this.updateVisibleOptions()}selectOption(t,i=!0){var s,e;const h=this.getSelectedOption(this.value),o=Object.assign(Object.assign({},t),{value:v(null==t?void 0:t.value),label:v(null==t?void 0:t.label)}),r=Object.assign(Object.assign({},o),{value:u(null==o?void 0:o.value),label:u(null==o?void 0:o.label)});if((null===(s=null==h?void 0:h.value)||void 0===s?void 0:s.toString())!==(null===(e=null==r?void 0:r.value)||void 0===e?void 0:e.toString())||null==h&&null!=r&&"value"in r){const t=(null==r?void 0:r.value)?r:void 0;this.value=t,this._currentValue=t}else this.setInputValue(),this.resetOptions();this._visibleOptions=[],this.clearSource(),i&&setTimeout((()=>{this.setFocus()}),0)}loadOptions(t,i=""){this._criteria=i,this._startLoading=!0,this.updateSource(this.optionLoader?this.optionLoader({mode:t,argument:i},this.contextProperties):this.options)}cancelPreselection(){!this._textInput.value&&this._currentValue&&this._source.length>0?this.selectOption(void 0):window.setTimeout((()=>{this.setInputValue()}),this._deboucingTime),this.resetOptions()}setInputValue(t=!0){if(this.suppressInputPersist)return void this.clearSearch();const i=this.getText();(this._textInput.value||"")!==i&&(this._textInput.value=i,t&&(this.errorMessage=null))}clearSearch(){this.value=null,this._currentValue=null,this._textInput.value=""}controlListWithOnlyOne(t=!0){var i,s;const e=null===(i=this._visibleOptions)||void 0===i?void 0:i.filter((t=>""!==t.label&&null!=t.value));if((null==e?void 0:e.length)>0){const i=new RegExp(this._startHighlightTag,"g"),h=new RegExp(this._endHighlightTag,"g");let o=n.decodeHtmlEntities(e[0].label);const r={value:null===(s=e[0].value)||void 0===s?void 0:s.replace(i,"").replace(h,""),label:null==o?void 0:o.replace(i,"").replace(h,"")};this.selectOption(r,t)}}controlEmptySearch(t=!0){var i;(null===(i=this._visibleOptions)||void 0===i?void 0:i.length)?this.controlListWithOnlyOne(t):(this.clearSearch(),l.info(this.i18n("ez-search.emptyList")))}async loadDescriptionValue(t){var i,s,e;if(null==t)return;if((null===(i=this.options)||void 0===i?void 0:i.length)>0)return void this.loadOptionValue(t);const h={mode:this.hideDescriptionInput?d.LOAD_DESCRIPTION:d.PREDICTIVE,argument:t};try{const t=await(null===(s=this.optionLoader)||void 0===s?void 0:s.call(this,h,this.contextProperties));if(null==t)return;t instanceof Promise?t.then((t=>{this.setDescriptionValue(t)})):this.setDescriptionValue(t)}catch(t){throw"WarningException"===(null===(e=null==t?void 0:t.constructor)||void 0===e?void 0:e.name)&&(this.errorMessage=t.message),t}}setDescriptionValue(t){const i=(null==t?void 0:t[0])||t;null!=i&&Object.keys(i).length?(this._currentValue=i?Object.assign(Object.assign({},i),{value:v(i.value),label:v(i.label)}):i,this.value=this._currentValue,this.setTextInputValue()):this.showNoResultMessage()}setTextInputValue(){if(this._textInput&&null==this._textInput.value){if(null==this.value)return;const t="string"==typeof this.value?this.value:this.getFormattedText(this.value);this._textInput.value=u(t)}}loadOptionValue(t){var i;const s=null===(i=this.options)||void 0===i?void 0:i.find((i=>i.value===t));null!=s?this.selectOption(s):this.showNoResultMessage()}async showNoResultMessage(){this.clearSearch(),l.info(this.i18n("ez-search.emptySearch",{field:this.getFieldLabel()}))}getFieldLabel(){var t;return null===(t=this.label)||void 0===t?void 0:t.replace(this.i18n("app.requiredInfo"),"").toUpperCase()}resetOptions(){this.showMore?this.handleResetOptionsWithShowMoreVisible():(this.hideOptions(),this._criteria=void 0,this._preSelection=void 0,this.updateVisibleOptions())}handleResetOptionsWithShowMoreVisible(){setTimeout((()=>{this.hideOptions(),this._criteria=void 0,this._preSelection=void 0,this.updateVisibleOptions()}),100)}async handleInitialValue(){if(!this.getValue(this.value))return;if("string"==typeof this.value)return void await this.handleValueAsString(this.value);let t=this.getFormattedText(this.value);t=u(t),this._textInput.value=t}async componentWillLoad(){if(this.i18n=await c(),void 0===this.options){this.options=[];const t=this.el.querySelectorAll("option");t&&t.forEach((t=>{let i=t.innerText,s=t.getAttribute("value"),e=t.getAttribute("details");s||(s=i),this.options.push({label:i,value:s,details:e}),t.hidden=!0}))}this.updateSource([])}componentDidRender(){var t;null===(t=this._optionsList)||void 0===t||t.querySelectorAll(".item").forEach((t=>{a.addIDInfoIfNotExists(t,"itemSearch")}))}async componentDidLoad(){this._currentValue=this.value,o.applyVarsTextInput(this.el,this._textInput),this._resizeObserver=new ResizeObserver((t=>{window.requestAnimationFrame((()=>{Array.isArray(t)}))})),this._intersectionObserver=new IntersectionObserver((t=>{t.forEach((t=>{!t.isIntersecting&&this._ezPopOverPlusElement&&this._ezPopOverPlusElement.hide()}))}),{threshold:.1}),this._textInput&&this._intersectionObserver.observe(this._textInput),await this.handleInitialValue(),this.autoFocus&&requestAnimationFrame((()=>{this.setFocus({selectText:!0})}))}disconnectedCallback(){var t,i;null===(t=this._resizeObserver)||void 0===t||t.disconnect(),null===(i=this._intersectionObserver)||void 0===i||i.disconnect()}handlerIconClick(){this.loadOptions(d.ADVANCED)}buildNumberArgument(t){return this.isTextSearch?NaN:Number(t||void 0)}onTextInputChangeHandler(t){var i;if(this.clearDeboucingTimeout(),this._startLoading)return void(this._changeDeboucingTimeout=window.setTimeout((()=>{this.onTextInputChangeHandler(t)}),this._deboucingTime));const s=null===(i=t.target.value)||void 0===i?void 0:i.trim(),e=this.buildNumberArgument(s);this._criteria||(this._textInput.value=t.data||s),this._criteria=s,s?(this._showLoading=!1,this.clearSource(),this.ignoreLimitCharsToSearch||!isNaN(e)||s.length>=this._limitCharsToSearch?(this._showLoading=!0,this._changeDeboucingTimeout=window.setTimeout((()=>{this.loadOptions(d.PREDICTIVE,isNaN(e)?s:e.toString())}),this._deboucingTime),this.showOptions()):this.hideOptions()):(this.hideOptions(),this._showLoading=!1,this.clearSource())}clearDeboucingTimeout(){this._changeDeboucingTimeout&&(window.clearTimeout(this._changeDeboucingTimeout),this._changeDeboucingTimeout=null)}async keyDownHandler(t){switch(this._tabPressed=!1,t.ctrlKey&&("f"!==t.key&&"F"!==t.key||(this.loadOptions(d.ADVANCED),t.stopPropagation(),t.stopImmediatePropagation(),t.preventDefault())),t.key){case"ArrowDown":t.stopPropagation(),this.canShowListOptions()&&t.preventDefault(),this.isOptionsVisible()||this.showOptions(),await this._searchList.nextOption();break;case"ArrowUp":t.stopPropagation(),this.canShowListOptions()&&t.preventDefault(),await this._searchList.previousOption();break;case"Enter":this.handleEventPropagation(t),this.selectCurrentOption();break;case"Escape":this.cancelPreselection();break;case"Tab":this._tabPressed=!0,this.selectCurrentOption(!1)}}handleEventPropagation(t){this._ezPopOverPlusElement.opened&&this.stopPropagateEnterKeyEvent&&t.stopPropagation()}onTextInputFocusOutHandler(){this.hideErrorOnFocusOut&&this.cancelPreselection()}canShowListOptions(){return!this._showLoading&&this._visibleOptions.length>0}canShowLoadSpinDescription(){return this._showLoadingDescription&&!this._ezPopOverPlusElement.opened}onChangePreSelection(t){this._preSelection=t}async handleClickShowMore(){var t,i;if(!this.optionLoader)return;const s=null!==(i=null===(t=this._textInput)||void 0===t?void 0:t.value)&&void 0!==i?i:"",e={mode:d.ADVANCED,argument:s},h=await this.optionLoader(e,this.contextProperties);h&&!Array.isArray(h)&&this.selectOption(h)}renderShowMore(){if(this.showMore&&!this._showLoading)return s("div",{style:{display:"flex",justifyContent:"center"},"data-element-id":a.getInternalIDInfo("showMore")},s("ez-button",{onClick:async()=>await this.handleClickShowMore(),variant:"tertiary",style:{width:"100%",justifyContent:"center"},label:this.i18n("ez-search.showMore")}))}render(){var t;return a.addIDInfoIfNotExists(this.el,"input"),s(e,null,s("ez-text-input",{"data-element-id":a.getInternalIDInfo("textInput"),class:this.suppressSearch?"suppressed-search-input":"",ref:t=>this._textInput=t,"data-slave-mode":"true",enabled:this.enabled&&!this.suppressSearch,onInput:t=>this.onTextInputChangeHandler(t),onFocusout:()=>this.onTextInputFocusOutHandler(),onKeyDown:t=>this.keyDownHandler(t),label:this.label,canShowError:this.canShowError,errorMessage:this.errorMessage,mode:this.mode,alternativePlaceholder:this.alternativePlaceholder},s("button",{class:"btn",slot:"leftIcon",disabled:!this.enabled,tabindex:-1,onClick:()=>this.handlerIconClick()},this.canShowLoadSpinDescription()?s("div",{class:"message__loading"}):s("ez-icon",{iconName:"search"})),(null===(t=this._textInput)||void 0===t?void 0:t.value)&&(this._criteria||this.value)||this.ensureClearButtonVisible?s("button",{class:"btn btn__close",slot:"rightIcon",disabled:!this.enabled,tabindex:-1,onClick:()=>this.clearSearch()},s("ez-icon",{iconName:"close"})):void 0),s("ez-popover-plus",{ref:t=>this._ezPopOverPlusElement=t,autoClose:!1,overlayType:"none",useAnchorSize:!0,anchorElement:[this._textInput,this.el],"data-element-id":this.el.getAttribute("data-element-id"),onEzVisibilityChange:t=>t.stopPropagation()},s("div",null,s("search-list",{ref:t=>this._searchList=t,showLoading:this._showLoading,visibleOptions:this._visibleOptions,textEmptyList:this.i18n("ez-search.emptyList"),canShowListOptions:this.canShowListOptions(),value:this.value,showOptionValue:this.showOptionValue,preSelection:this._preSelection,onChangeValue:({detail:t})=>this.selectOption(t),onChangePreSelection:({detail:t})=>this.onChangePreSelection(t)}),this.renderShowMore())))}get el(){return h(this)}static get watchers(){return{errorMessage:["observeErrorMessage"],value:["observeValue"],options:["observeOptions"]}}};p.style=":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}";export{p as ez_search}
@@ -1 +0,0 @@
1
- import{r as e,c as t,h as i,H as r,g as s}from"./p-23a36bb6.js";import{StringUtils as a,KeyboardManager as o,ElementIDUtils as l}from"@sankhyalabs/core";import"./p-5a11cf56.js";import{C as n}from"./p-ec7db713.js";import"./p-ab574d59.js";import"./p-b853763b.js";import{i as h}from"./p-641ee538.js";import{S as c}from"./p-30ffb9ed.js";const d=class{constructor(i){e(this,i),this.ezChange=t(this,"ezChange",7),this.SEARCH_DESCRIPTION_TIMEOUT=300,this.INTERVAL_TO_RETRY_ASYNC_VALUE=100,this._ignoreNextValue=!1,this.value=void 0,this.enabled=!0,this.disableCodeInput=!1,this.disableDescriptionInput=!1,this.label=void 0,this.codLabel=void 0,this.hideDescriptionInput=!1,this.canShowError=!0,this.errorMessage=void 0,this.mode="regular",this.contextProperties=void 0,this.optionLoader=void 0,this.showOptionValue=!0,this.stopPropagateEnterKeyEvent=!1,this.autoFocus=!1,this.showSelectedValue=!0,this.suppressEmptyOption=!1,this.hideErrorOnFocusOut=!0,this.listOptionsPosition=void 0,this.isTextSearch=!1,this.ignoreLimitCharsToSearch=!1,this.suppressSearch=!1,this.suppressPreLoad=!0,this.ensureClearButtonVisible=!1,this.descriptionValue="",this.codeValue="",this.isLoadingDescription=!1,this.searchDescriptionIsOpen=!1,this.visibleOptions=void 0,this.showLoading=!0}async observeValue(e,t){var i;if(this._ignoreNextValue)return void(this._ignoreNextValue=!1);const r=this.normalizeValueToCodeValue(e);if(r!==this.normalizeValueToCodeValue(t)){if(void 0===r)return this.codeValue=void 0,this.descriptionValue=void 0,void this.ezChange.emit(void 0);this.codeValue=r;try{if(this.descriptionValue=await this.normalizeCodeToDescriptionValue(e),null==this.descriptionValue)throw new Error("Valor não encontrado!")}catch(e){throw this._ignoreNextValue=!0,this.clearSearch(),console.warn("[EzSearchPlus] Erro ao obter descrição do registro.",e),"WarningException"===(null===(i=null==e?void 0:e.constructor)||void 0===i?void 0:i.name)&&(this.errorMessage=e.message),e}this.value=this.buildCurrentValue(),this.ezChange.emit(this.value),this.errorMessage=null}}canShowLoadSpinDescription(){return this.isLoadingDescription}async setFocus(e){var t;this.disableCodeInput?null===(t=this._textInputDescriptionValue)||void 0===t||t.setFocus(e):this._latestFocusedInputElement?this._latestFocusedInputElement.setFocus(e):this._textInputCodeValue.setFocus(e)}async getValueAsync(){if(!this.isLoadingDescription){const e=this.buildCurrentValue();return new Promise((t=>t(e)))}return new Promise((e=>{let t=setInterval((()=>{if(!this.isLoadingDescription){clearInterval(t);const i=this.buildCurrentValue();e(i)}}),this.INTERVAL_TO_RETRY_ASYNC_VALUE)}))}async clearValue(){this.clearSearch()}async setBlur(){var e,t;null===(e=this._textInputCodeValue)||void 0===e||e.setBlur(),null===(t=this._textInputDescriptionValue)||void 0===t||t.setBlur()}async isInvalid(){return"string"==typeof this.errorMessage&&""!==this.errorMessage.trim()}async componentWillLoad(){this.i18n=await h(),this.value&&a.isEmpty(this.codeValue)&&await this.observeValue(this.value,void 0)}componentDidLoad(){n.applyVarsTextInput(this.el,this._textInputCodeValue),n.applyVarsTextInput(this.el,this._textInputDescriptionValue)}connectedCallback(){this.initKeyboardManager(),this.autoFocus&&requestAnimationFrame((()=>{this.setFocus({selectText:!0})}))}clearSearch(){this.value=null,this.codeValue=null,this.descriptionValue=null,this.hideDescriptionInput||(this._textInputDescriptionValue.value=null)}getCodLabel(){var e;return this.hideDescriptionInput?this.label:null!==(e=this.codLabel)&&void 0!==e?e:this.i18n("ez-search-plus.defaultCodeLabel")}async normalizeCodeToDescriptionValue(e){if(!e)return"";if("string"==typeof e)try{if((null==(e=JSON.parse(e))?void 0:e.value)&&!(null==e?void 0:e.label))return await this.loadDescriptionValueByCode(null==e?void 0:e.value)}catch(t){return await this.loadDescriptionValueByCode(e)}return"object"!=typeof e?await this.loadDescriptionValueByCode(e):null==e?void 0:e.label}normalizeValueToCodeValue(e){if(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){return e}return"object"!=typeof e?"number"==typeof e?String(e):e:null==e?void 0:e.value}}async loadDescriptionValueByCode(e){if(!this.optionLoader)return console.warn(this.i18n("ez-search-plus.optionLoaderNotDefined")),"";try{this.isLoadingDescription=!0;const t={mode:c.LOAD_DESCRIPTION,argument:e},i=await this.optionLoader(t);return i?Array.isArray(i)?i[0].label:i.label:""}finally{this.isLoadingDescription=!1}}handleCodeInputFocusOut(){this.cancelSelection(),this.codeValue!=this._textInputCodeValue.value&&(this.value=this._textInputCodeValue.value)}handleSearchClick(){this.loadAdvancedSearch()}async loadAdvancedSearch(){if(!this.optionLoader)return void console.warn(this.i18n("ez-search-plus.optionLoaderNotDefined"));const e={mode:c.ADVANCED,argument:""};let t;try{t=await this.optionLoader(e,this.contextProperties)}catch(e){}t&&(this.value=t)}buildCurrentValue(){if(!a.isEmpty(this.codeValue))return{value:this.codeValue,label:this.descriptionValue}}async handleTextInputChangeHandler(e){this.searchDescriptionIsOpen||this._popover.showUnder(this.el);const t=e.target.value;await this.debounceLoaderOptions(t)}async debounceLoaderOptions(e){return this._debounceSearch&&clearTimeout(this._debounceSearch),new Promise((t=>{this._debounceSearch=setTimeout((async()=>{await this.processOptionsLoader(e),t()}),this.SEARCH_DESCRIPTION_TIMEOUT)}))}updateKeyOption(e){return Object.assign(Object.assign({},e),{presentationValue:e.value,presentationLabel:e.label})}parseSearchOptions(e=[]){if(Array.isArray(e)){const t=e[0];return t?"label"in t||"value"in t?e.map((e=>this.updateKeyOption(e))):e:[]}return("label"in e||"value"in e)&&this.updateKeyOption(e),[e]}async processOptionsLoader(e){try{this.showLoading=!0;const t={mode:c.PREDICTIVE,argument:e},i=await this.optionLoader(t);this.visibleOptions=this.parseSearchOptions(i)}finally{this.showLoading=!1}}handleSelectItem(e){this.value=e.detail,this._popover.hide(),window.requestAnimationFrame((()=>{var e;null===(e=this._textInputDescriptionValue)||void 0===e||e.setFocus({selectText:!0})}))}async handleArrowUp(){this.isOptionsVisible()&&await this._searchList.previousOption()}async handleArrowDown(){this.isOptionsVisible()&&await this._searchList.nextOption()}async selectCurrentItem(){var e;await(null===(e=this._searchList)||void 0===e?void 0:e.selectCurrentItem())}async cancelSelection(){var e,t,i;const r="object"==typeof this.value?null===(e=this.value)||void 0===e?void 0:e.label:"";this._textInputDescriptionValue&&r&&this._textInputDescriptionValue.value!=r&&(this._textInputDescriptionValue.value=r),await(null===(t=this._searchList)||void 0===t?void 0:t.cancelSelection()),null===(i=this._popover)||void 0===i||i.hide()}async handleInputTab(){await this.cancelSelection()}async handleInputEsc(){var e;await this.cancelSelection(),await(null===(e=this._latestFocusedInputElement)||void 0===e?void 0:e.setFocus({selectText:!0}))}async initKeyboardManager(){this._keyboardManager=new o;const e={element:this.el,propagate:!0};this._keyboardManager.bind("ArrowUp",(()=>this.handleArrowUp()),Object.assign(Object.assign({},e),{propagate:!1})).bind("ArrowDown",(()=>this.handleArrowDown()),Object.assign(Object.assign({},e),{propagate:!1})).bind("Enter",(()=>this.selectCurrentItem()),Object.assign(Object.assign({},e),{propagate:!this.stopPropagateEnterKeyEvent})).bind("Tab",(()=>this.handleInputTab()),e).bind("Escape",(()=>this.handleInputEsc()),e)}disconnectedCallback(){this._keyboardManager.unbind("ArrowUp").unbind("ArrowDown").unbind("Enter").unbind("Tab").unbind("Escape")}isOptionsVisible(){return this._popover.opened}setLatestFocusedInputElement(e){this._latestFocusedInputElement=e}handleCodeInputFocus(){this.setLatestFocusedInputElement(this._textInputCodeValue)}handleDescriptionInputFocus(){this.setLatestFocusedInputElement(this._textInputDescriptionValue)}getRightIconElement(){var e,t;return this.ensureClearButtonVisible||this.value||(null===(e=this._textInputCodeValue)||void 0===e?void 0:e.value)||(null===(t=this._textInputDescriptionValue)||void 0===t?void 0:t.value)?i("button",{class:"btn btn__close",slot:"rightIcon",disabled:!this.enabled,tabindex:-1,onClick:()=>this.clearSearch()},i("ez-icon",{iconName:"close"})):null}getLeftIconElement(){return i("button",{class:"btn",slot:"leftIcon",disabled:!this.enabled,tabindex:-1,onClick:()=>this.handleSearchClick()},this.canShowLoadSpinDescription()?i("div",{class:"message__loading"}):i("ez-icon",{iconName:"search"}))}handleOnEzVisibilityChange(e){e.stopPropagation(),this.searchDescriptionIsOpen=e.detail}render(){return l.addIDInfoIfNotExists(this.el,"input"),i(r,null,i("div",{class:"ez-search-plus__container"},i("ez-text-input",{ref:e=>this._textInputCodeValue=e,class:{"ez-search-plus__code-input":!this.hideDescriptionInput,"ez-search-plus__code-input-no-border":!this.hideDescriptionInput,"ez-search-plus__code-input-full":this.hideDescriptionInput},"data-element-id":l.getInternalIDInfo("codeInput"),"data-slave-mode":"true",enabled:!this.disableCodeInput&&this.enabled,mode:this.mode,label:this.getCodLabel(),canShowError:this.canShowError,hasInvalid:!a.isEmpty(this.errorMessage),errorMessage:this.hideDescriptionInput?this.errorMessage:"",value:this.codeValue,onFocusout:()=>this.handleCodeInputFocusOut(),onFocus:()=>this.handleCodeInputFocus()},this.getLeftIconElement()),!this.hideDescriptionInput&&i("div",{class:"description-input-container"},i("ez-text-input",{ref:e=>this._textInputDescriptionValue=e,tabIndex:-1,class:"ez-search-plus__text-input","data-element-id":l.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:e=>this.handleTextInputChangeHandler(e),onFocus:()=>this.handleDescriptionInputFocus()},this.getRightIconElement()),i("ez-popover-plus",{ref:e=>this._popover=e,anchorElement:this.el,autoClose:!0,boxWidth:"fit-content",overlayType:"none",useAnchorSize:!0,onEzVisibilityChange:e=>this.handleOnEzVisibilityChange(e),"data-element-id":this.el.getAttribute("data-element-id")},i("ez-search-result-list",{ref:e=>this._searchList=e,showLoading:this.showLoading,visibleOptions:this.visibleOptions,value:this.value,showOptionValue:this.showOptionValue,onChangeValue:e=>this.handleSelectItem(e)})))))}get el(){return s(this)}static get watchers(){return{value:["observeValue"]}}};d.style=":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;outline:none}.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}";export{d as ez_search_plus}