@sankhyalabs/ezui 7.1.0-dev.21 → 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 (372) hide show
  1. package/dist/cjs/{ApplicationUtils-4fb87a9e.js → ApplicationUtils-006ca96f.js} +1 -1
  2. package/dist/cjs/FormLayout-fe8da83c.js +9 -0
  3. package/dist/cjs/{app-globals-cb31a206.js → app-globals-5cb12916.js} +1 -1
  4. package/dist/cjs/{ez-combo-box-list_5.cjs.entry.js → classic-search-list_7.cjs.entry.js} +214 -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 +122 -36
  38. package/dist/cjs/ez-form.cjs.entry.js +12 -8
  39. package/dist/cjs/ez-grid-view.cjs.entry.js +1 -1
  40. package/dist/cjs/ez-grid.cjs.entry.js +8 -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-e61642ff.js → index-350d0fa0.js} +30 -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-51e50b59.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 +58 -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 +9 -5
  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 +40 -4
  118. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +6 -3
  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/NumberInput.tpl.js +12 -5
  124. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +1 -1
  125. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +9 -3
  126. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js +8 -1
  127. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js +7 -1
  128. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js +8 -1
  129. package/dist/collection/components/ez-form-view/structure/index.js +1 -1
  130. package/dist/collection/components/ez-icon/ez-icon.css +1 -0
  131. package/dist/collection/components/ez-rich-text/ez-rich-text.js +2 -3
  132. package/dist/collection/components/ez-text-input/ez-text-input.js +38 -1
  133. package/dist/collection/utils/form/DataBinder.js +2 -2
  134. package/dist/collection/utils/form/interfaces/FormLayout.js +3 -1
  135. package/dist/collection/utils/i18n/locales/en-us.js +10 -0
  136. package/dist/collection/utils/i18n/locales/es-es.js +10 -0
  137. package/dist/collection/utils/i18n/locales/pt-br.js +10 -0
  138. package/dist/custom-elements/index.d.ts +48 -0
  139. package/dist/custom-elements/index.js +2705 -324
  140. package/dist/esm/{ApplicationUtils-985c24ae.js → ApplicationUtils-0c5cb207.js} +1 -1
  141. package/dist/esm/FormLayout-bda67973.js +9 -0
  142. package/dist/esm/{app-globals-75f8a758.js → app-globals-1db10325.js} +1 -1
  143. package/dist/esm/{ez-combo-box-list_5.entry.js → classic-search-list_7.entry.js} +213 -8
  144. package/dist/esm/ez-actions-button.entry.js +5 -4
  145. package/dist/esm/ez-alert-list.entry.js +2 -2
  146. package/dist/esm/ez-alert.entry.js +1 -1
  147. package/dist/esm/ez-application.entry.js +1 -1
  148. package/dist/esm/ez-avatar.entry.js +2 -2
  149. package/dist/esm/ez-badge.entry.js +1 -1
  150. package/dist/esm/ez-breadcrumb.entry.js +1 -1
  151. package/dist/esm/ez-button.entry.js +1 -1
  152. package/dist/esm/ez-calendar.entry.js +2 -2
  153. package/dist/esm/ez-card-item.entry.js +1 -1
  154. package/dist/esm/ez-chart.entry.js +1 -1
  155. package/dist/esm/ez-check.entry.js +1 -1
  156. package/dist/esm/ez-chip.entry.js +1 -1
  157. package/dist/esm/ez-classic-combo-box.entry.js +37 -16
  158. package/dist/esm/ez-classic-date-input.entry.js +197 -0
  159. package/dist/esm/ez-classic-date-time-input.entry.js +242 -0
  160. package/dist/esm/ez-classic-input.entry.js +101 -20
  161. package/dist/esm/ez-classic-number-input.entry.js +201 -0
  162. package/dist/esm/ez-classic-search-plus.entry.js +403 -0
  163. package/dist/esm/ez-classic-search.entry.js +679 -0
  164. package/dist/esm/ez-classic-text-area.entry.js +2 -2
  165. package/dist/esm/ez-classic-time-input.entry.js +193 -0
  166. package/dist/esm/ez-collapsible-box.entry.js +5 -4
  167. package/dist/esm/ez-combo-box.entry.js +5 -4
  168. package/dist/esm/ez-date-input.entry.js +2 -2
  169. package/dist/esm/ez-date-time-input.entry.js +2 -2
  170. package/dist/esm/ez-dialog.entry.js +2 -2
  171. package/dist/esm/ez-double-list.entry.js +2 -2
  172. package/dist/esm/ez-dropdown.entry.js +1 -1
  173. package/dist/esm/ez-empty-card.entry.js +1 -1
  174. package/dist/esm/ez-file-item.entry.js +2 -2
  175. package/dist/esm/ez-filter-input.entry.js +1 -1
  176. package/dist/esm/ez-form-view.entry.js +122 -36
  177. package/dist/esm/ez-form.entry.js +12 -8
  178. package/dist/esm/ez-grid-view.entry.js +1 -1
  179. package/dist/esm/ez-grid.entry.js +6 -5
  180. package/dist/esm/ez-guide-navigator.entry.js +2 -2
  181. package/dist/esm/ez-icon.entry.js +2 -2
  182. package/dist/esm/ez-link-builder_6.entry.js +2 -2
  183. package/dist/esm/ez-list-item.entry.js +1 -1
  184. package/dist/esm/ez-list.entry.js +2 -2
  185. package/dist/esm/ez-loading-bar.entry.js +1 -1
  186. package/dist/esm/ez-modal-container.entry.js +2 -2
  187. package/dist/esm/ez-modal.entry.js +2 -2
  188. package/dist/esm/ez-multi-selection-list.entry.js +2 -2
  189. package/dist/esm/ez-number-input.entry.js +2 -2
  190. package/dist/esm/ez-pagination.entry.js +2 -2
  191. package/dist/esm/ez-popover-core.entry.js +1 -1
  192. package/dist/esm/ez-popover-plus_3.entry.js +1 -1
  193. package/dist/esm/ez-popover.entry.js +1 -1
  194. package/dist/esm/ez-popup.entry.js +2 -2
  195. package/dist/esm/ez-progress-bar.entry.js +1 -1
  196. package/dist/esm/ez-radio-button.entry.js +1 -1
  197. package/dist/esm/ez-rich-toolbar-item.entry.js +1 -1
  198. package/dist/esm/ez-scroller_2.entry.js +1 -1
  199. package/dist/esm/ez-search-plus.entry.js +5 -4
  200. package/dist/esm/ez-search-result-list.entry.js +2 -2
  201. package/dist/esm/ez-search.entry.js +5 -4
  202. package/dist/esm/ez-sidebar-navigator.entry.js +2 -2
  203. package/dist/esm/ez-skeleton.entry.js +2 -2
  204. package/dist/esm/ez-sortable-list.entry.js +2 -2
  205. package/dist/esm/ez-spinner.entry.js +2 -2
  206. package/dist/esm/ez-split-button.entry.js +2 -2
  207. package/dist/esm/ez-split-item.entry.js +5 -4
  208. package/dist/esm/ez-split-panel.entry.js +1 -1
  209. package/dist/esm/ez-tabselector.entry.js +1 -1
  210. package/dist/esm/ez-tag-input.entry.js +1 -1
  211. package/dist/esm/ez-tag.entry.js +1 -1
  212. package/dist/esm/ez-text-area.entry.js +1 -1
  213. package/dist/esm/ez-text-input.entry.js +38 -1
  214. package/dist/esm/ez-tile-medium.entry.js +1 -1
  215. package/dist/esm/ez-tile.entry.js +1 -1
  216. package/dist/esm/ez-time-input.entry.js +2 -2
  217. package/dist/esm/ez-toast.entry.js +1 -1
  218. package/dist/esm/ez-tooltip.entry.js +1 -1
  219. package/dist/esm/ez-tree.entry.js +2 -2
  220. package/dist/esm/ez-underface.entry.js +1 -1
  221. package/dist/esm/ez-upload.entry.js +3 -3
  222. package/dist/esm/ez-view-stack.entry.js +1 -1
  223. package/dist/esm/ezui.js +5 -5
  224. package/dist/esm/filter-column.entry.js +2 -2
  225. package/dist/esm/{index-a3b24b5d.js → index-225aa0c3.js} +30 -0
  226. package/dist/esm/{index-baa5e267.js → index-5a720e56.js} +45 -19
  227. package/dist/esm/loader.js +5 -5
  228. package/dist/esm/{search-column-0c42248b.js → search-column-c3df6285.js} +5 -5
  229. package/dist/esm/searchFormatters-6d9b06e4.js +20 -0
  230. package/dist/esm/{FormLayout-071d324c.js → types-6f6b2650.js} +1 -7
  231. package/dist/ezui/ezui.esm.js +1 -1
  232. package/dist/ezui/{p-e75c7a23.entry.js → p-000159dc.entry.js} +1 -1
  233. package/dist/ezui/p-05bcbe61.entry.js +1 -0
  234. package/dist/ezui/{p-93e1c917.entry.js → p-05e68ab3.entry.js} +1 -1
  235. package/dist/ezui/{p-288631d1.entry.js → p-06f1b8e4.entry.js} +1 -1
  236. package/dist/ezui/{p-6c484770.entry.js → p-0820f8c3.entry.js} +1 -1
  237. package/dist/ezui/{p-6d596a5a.entry.js → p-0b531233.entry.js} +1 -1
  238. package/dist/ezui/{p-9568a93d.entry.js → p-0ba284cd.entry.js} +1 -1
  239. package/dist/ezui/p-0d393a5d.entry.js +1 -0
  240. package/dist/ezui/{p-714452c7.entry.js → p-12cc95dc.entry.js} +1 -1
  241. package/dist/ezui/p-14d6aeb8.entry.js +1 -0
  242. package/dist/ezui/{p-2528e988.entry.js → p-169d460d.entry.js} +1 -1
  243. package/dist/ezui/{p-6f77a359.entry.js → p-1723f728.entry.js} +1 -1
  244. package/dist/ezui/{p-47d9256e.entry.js → p-181cb82f.entry.js} +1 -1
  245. package/dist/ezui/{p-a13e65a4.entry.js → p-24993171.entry.js} +1 -1
  246. package/dist/ezui/{p-3d71e8e1.entry.js → p-25748a4e.entry.js} +1 -1
  247. package/dist/ezui/p-27421015.entry.js +1 -0
  248. package/dist/ezui/p-27c8a9b7.entry.js +1 -0
  249. package/dist/ezui/{p-474076b3.js → p-29341f74.js} +1 -1
  250. package/dist/ezui/p-29f0de90.entry.js +1 -0
  251. package/dist/ezui/{p-e4a579f2.entry.js → p-2b51d5a9.entry.js} +1 -1
  252. package/dist/ezui/p-2c123fdf.entry.js +1 -0
  253. package/dist/ezui/{p-5e6de2c1.entry.js → p-2fa490f1.entry.js} +1 -1
  254. package/dist/ezui/{p-582c3f90.entry.js → p-3453dad5.entry.js} +1 -1
  255. package/dist/ezui/p-34d596a3.entry.js +1 -0
  256. package/dist/ezui/{p-ef8bd3e8.entry.js → p-35e3715c.entry.js} +1 -1
  257. package/dist/ezui/{p-fa6732f2.entry.js → p-44b39e81.entry.js} +1 -1
  258. package/dist/ezui/{p-4ea5c8a7.entry.js → p-458027b5.entry.js} +1 -1
  259. package/dist/ezui/p-47e4a8ce.js +1 -0
  260. package/dist/ezui/{p-4d30b703.entry.js → p-4a876b8b.entry.js} +1 -1
  261. package/dist/ezui/p-4d909730.entry.js +1 -0
  262. package/dist/ezui/{p-28af6826.entry.js → p-4df2edb5.entry.js} +1 -1
  263. package/dist/ezui/{p-6369a0cd.entry.js → p-51e34317.entry.js} +1 -1
  264. package/dist/ezui/{p-7624767b.entry.js → p-534209bf.entry.js} +1 -1
  265. package/dist/ezui/{p-0e325699.entry.js → p-55a9e4ba.entry.js} +1 -1
  266. package/dist/ezui/p-5895e687.js +1 -0
  267. package/dist/ezui/{p-e2e0dd76.entry.js → p-636ea910.entry.js} +1 -1
  268. package/dist/ezui/{p-1f50fa05.entry.js → p-6b51c9cc.entry.js} +1 -1
  269. package/dist/ezui/p-6ec40dec.entry.js +1 -0
  270. package/dist/ezui/{p-5ed81457.entry.js → p-6fc26622.entry.js} +1 -1
  271. package/dist/ezui/p-70f30bfe.entry.js +1 -0
  272. package/dist/ezui/p-71b341cc.entry.js +1 -0
  273. package/dist/ezui/{p-f45ddc1f.entry.js → p-75443a91.entry.js} +1 -1
  274. package/dist/ezui/{p-a1a63294.entry.js → p-75e650ff.entry.js} +1 -1
  275. package/dist/ezui/p-75e8862c.entry.js +1 -0
  276. package/dist/ezui/{p-d6f50207.entry.js → p-770cf2b8.entry.js} +1 -1
  277. package/dist/ezui/{p-91c9d50e.entry.js → p-78e975b4.entry.js} +1 -1
  278. package/dist/ezui/{p-1e7a8633.entry.js → p-81461d2f.entry.js} +1 -1
  279. package/dist/ezui/p-81a98a7c.entry.js +1 -0
  280. package/dist/ezui/p-82e1d7fc.entry.js +1 -0
  281. package/dist/ezui/{p-8df1ca33.entry.js → p-82fa4b09.entry.js} +1 -1
  282. package/dist/ezui/p-87739608.entry.js +1 -0
  283. package/dist/ezui/p-88a115b3.js +1 -0
  284. package/dist/ezui/p-892e7326.entry.js +1 -0
  285. package/dist/ezui/p-8f7373ab.entry.js +1 -0
  286. package/dist/ezui/{p-f34ec732.entry.js → p-980f1f18.entry.js} +1 -1
  287. package/dist/ezui/{p-0ec5c128.js → p-9825c1d2.js} +1 -1
  288. package/dist/ezui/{p-a3075f52.entry.js → p-9bcfa689.entry.js} +1 -1
  289. package/dist/ezui/{p-0aafbc30.entry.js → p-9d515e5b.entry.js} +1 -1
  290. package/dist/ezui/{p-2b23906a.entry.js → p-9fb7131e.entry.js} +1 -1
  291. package/dist/ezui/{p-3fcf79c7.entry.js → p-a6ea8da3.entry.js} +1 -1
  292. package/dist/ezui/{p-d6742c1e.entry.js → p-a9432878.entry.js} +1 -1
  293. package/dist/ezui/{p-e8c57463.entry.js → p-b21efe83.entry.js} +1 -1
  294. package/dist/ezui/{p-a0bf1fc7.entry.js → p-bc693db6.entry.js} +1 -1
  295. package/dist/ezui/{p-2676e2a3.entry.js → p-be2e39c5.entry.js} +1 -1
  296. package/dist/ezui/{p-98218fbc.js → p-c178730b.js} +1 -1
  297. package/dist/ezui/{p-9f5fa3f9.entry.js → p-c2b20f78.entry.js} +1 -1
  298. package/dist/ezui/{p-6020f3d5.entry.js → p-c754774e.entry.js} +1 -1
  299. package/dist/ezui/{p-d2645bdf.entry.js → p-c96e536d.entry.js} +1 -1
  300. package/dist/ezui/{p-cfa26133.entry.js → p-ce2614fc.entry.js} +1 -1
  301. package/dist/ezui/{p-20c024f7.entry.js → p-cf33bc48.entry.js} +1 -1
  302. package/dist/ezui/p-d3aca6aa.entry.js +1 -0
  303. package/dist/ezui/p-d57ea090.entry.js +1 -0
  304. package/dist/ezui/{p-a80b1287.entry.js → p-dfca5946.entry.js} +1 -1
  305. package/dist/ezui/{p-2fd16ff2.entry.js → p-e0380234.entry.js} +1 -1
  306. package/dist/ezui/{p-67f9fadb.entry.js → p-e039e049.entry.js} +1 -1
  307. package/dist/ezui/{p-dc192d01.entry.js → p-e0fd2ce5.entry.js} +1 -1
  308. package/dist/ezui/{p-7f792043.entry.js → p-e195eaad.entry.js} +1 -1
  309. package/dist/ezui/{p-1c3f43e8.entry.js → p-e275353b.entry.js} +1 -1
  310. package/dist/ezui/{p-23a36bb6.js → p-e4c7eb39.js} +2 -2
  311. package/dist/ezui/{p-6570ca10.entry.js → p-e94d3af5.entry.js} +1 -1
  312. package/dist/ezui/p-e963cb3f.entry.js +1 -0
  313. package/dist/ezui/{p-e7a7c594.entry.js → p-e9b409c1.entry.js} +1 -1
  314. package/dist/ezui/p-f0425f87.entry.js +1 -0
  315. package/dist/ezui/{p-9771ea3c.entry.js → p-f1b54699.entry.js} +1 -1
  316. package/dist/ezui/{p-a3ada561.entry.js → p-f26b97e9.entry.js} +1 -1
  317. package/dist/ezui/{p-1bf40959.entry.js → p-f32d5a82.entry.js} +1 -1
  318. package/dist/ezui/{p-411c0222.entry.js → p-f7ca8634.entry.js} +1 -1
  319. package/dist/ezui/{p-782fe2e3.entry.js → p-fe0bca65.entry.js} +1 -1
  320. package/dist/ezui/p-ff4312d5.js +1 -0
  321. package/dist/types/components/ez-classic-combo-box/ez-classic-combo-box.d.ts +9 -3
  322. package/dist/types/components/ez-classic-date-input/ez-classic-date-input.d.ts +91 -0
  323. package/dist/types/components/ez-classic-date-time-input/ez-classic-date-time-input.d.ts +95 -0
  324. package/dist/types/components/ez-classic-input/ez-classic-input.d.ts +18 -1
  325. package/dist/types/components/ez-classic-number-input/ez-classic-number-input.d.ts +101 -0
  326. package/dist/types/components/ez-classic-search/ez-classic-search.d.ts +219 -0
  327. package/dist/types/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.d.ts +29 -0
  328. package/dist/types/components/ez-classic-search/utils/searchFormatters.d.ts +2 -0
  329. package/dist/types/components/ez-classic-search-plus/ez-classic-search-plus.d.ts +186 -0
  330. package/dist/types/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.d.ts +29 -0
  331. package/dist/types/components/ez-form/ez-form.d.ts +1 -0
  332. package/dist/types/components/ez-form-view/ez-form-view.d.ts +7 -0
  333. package/dist/types/components/ez-form-view/fieldbuilder/FieldBuilder.d.ts +7 -2
  334. package/dist/types/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.d.ts +3 -2
  335. package/dist/types/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.d.ts +2 -1
  336. package/dist/types/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.d.ts +5 -4
  337. package/dist/types/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.d.ts +2 -1
  338. package/dist/types/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.d.ts +3 -2
  339. package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -1
  340. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.d.ts +2 -1
  341. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.d.ts +2 -1
  342. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.d.ts +2 -1
  343. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.d.ts +2 -1
  344. package/dist/types/components/ez-text-input/ez-text-input.d.ts +4 -0
  345. package/dist/types/components.d.ts +2967 -1814
  346. package/dist/types/utils/form/interfaces/FormLayout.d.ts +3 -1
  347. package/dist/types/utils/i18n/locales/en-us.d.ts +10 -0
  348. package/dist/types/utils/i18n/locales/es-es.d.ts +10 -0
  349. package/dist/types/utils/i18n/locales/pt-br.d.ts +10 -0
  350. package/dist/types/utils/i18n/translations.d.ts +30 -0
  351. package/package.json +1 -1
  352. package/react/components.d.ts +8 -0
  353. package/react/components.js +8 -0
  354. package/react/components.js.map +1 -1
  355. package/dist/ezui/p-2e5de2a7.entry.js +0 -1
  356. package/dist/ezui/p-30ffb9ed.js +0 -1
  357. package/dist/ezui/p-48effc69.entry.js +0 -1
  358. package/dist/ezui/p-6a982147.js +0 -1
  359. package/dist/ezui/p-6d7f2fdc.entry.js +0 -1
  360. package/dist/ezui/p-6f466aec.entry.js +0 -1
  361. package/dist/ezui/p-7fe97ef5.entry.js +0 -1
  362. package/dist/ezui/p-8709c4f6.entry.js +0 -1
  363. package/dist/ezui/p-8a8006e6.entry.js +0 -1
  364. package/dist/ezui/p-8d626d2b.entry.js +0 -1
  365. package/dist/ezui/p-9b2e6438.entry.js +0 -1
  366. package/dist/ezui/p-9d004e22.entry.js +0 -1
  367. package/dist/ezui/p-bc2f844e.entry.js +0 -1
  368. package/dist/ezui/p-c711900a.entry.js +0 -1
  369. package/dist/ezui/p-d8cc640d.entry.js +0 -1
  370. package/dist/ezui/p-dee18824.entry.js +0 -1
  371. package/dist/ezui/p-e82a12c6.entry.js +0 -1
  372. package/dist/ezui/p-f1bbf23f.entry.js +0 -1
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a7b0c73d.js');
5
+ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
- const ezClassicComboBoxCss = ":host{display:block;box-sizing:border-box;font-family:var(--font--pattern, 'Roboto', Arial, sans-serif);font-size:var(--font-size--default, 14px);color:var(--color--gray-500, #494A4E);--ez-classic-combo-box-highlighted-bg-color:var(--color--gray-90, #EAEAEA);--ez-classic-combo-box-max-height:180px;--ez-classic-combo-box-list-bg-color:var(--color--gray-70, #FFFFFF);--ez-classic-combo-box-item-hover-bg-color:var(--color--gray-100, #DEDEDE);--ez-classic-combo-box-selected-bg-color:var(--color--ocean-green-90, #E6F3EF);--ez-classic-combo-box-selected-text-color:var(--color--ocean-green-600, #008561);--ez-classic-combo-box-selected-font-weight:var(--font-weight--medium, 500);--ez-classic-combo-box-item-padding:var(--space--8, 8px) var(--space--4, 4px);--ez-classic-combo-box-item-border-radius:var(--border--radius-8, 8px);--ez-classic-combo-box-list-margin:var(--space--6, 6px);--ez-classic-combo-box-transition-duration:150ms;--ez-classic-combo-box-scrollbar-color:var(--color--gray-300, #C4C4C4);--ez-classic-combo-box-no-results-margin:var(--space--52, 52px) 0;--ez-classic-combo-box-item-text-color:inherit;--ez-classic-combo-box-item-min-height:auto}ul{list-style:none;padding:0;margin:var(--ez-classic-combo-box-list-margin);display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--ez-classic-combo-box-scrollbar-color) transparent;max-height:var(--ez-classic-combo-box-max-height);scroll-behavior:smooth;background-color:var(--ez-classic-combo-box-list-bg-color)}li{cursor:pointer;border-radius:var(--ez-classic-combo-box-item-border-radius);padding:var(--ez-classic-combo-box-item-padding);transition:var(--ez-classic-combo-box-transition-duration) background-color linear;color:var(--ez-classic-combo-box-item-text-color);min-height:var(--ez-classic-combo-box-item-min-height)}li:hover{background-color:var(--ez-classic-combo-box-item-hover-bg-color)}li.highlighted{background-color:var(--ez-classic-combo-box-highlighted-bg-color)}li.selected{background-color:var(--ez-classic-combo-box-selected-bg-color);color:var(--ez-classic-combo-box-selected-text-color);font-weight:var(--ez-classic-combo-box-selected-font-weight)}span.no-results{margin:var(--ez-classic-combo-box-no-results-margin);cursor:default;text-align:center;display:flex;align-items:center;justify-content:center}";
8
+ const ezClassicComboBoxCss = ":host{display:block;box-sizing:border-box;font-family:var(--font--pattern, 'Roboto', Arial, sans-serif);font-size:var(--font-size--default, 14px);color:var(--color--gray-500, #494A4E);--ez-classic-combo-box-highlighted-bg-color:var(--color--gray-90, #EAEAEA);--ez-classic-combo-box-max-height:180px;--ez-classic-combo-box-list-bg-color:var(--color--gray-70, #FFFFFF);--ez-classic-combo-box-item-hover-bg-color:var(--color--gray-100, #DEDEDE);--ez-classic-combo-box-selected-bg-color:var(--color--ocean-green-90, #E6F3EF);--ez-classic-combo-box-selected-text-color:var(--color--ocean-green-600, #008561);--ez-classic-combo-box-selected-font-weight:var(--font-weight--medium, 500);--ez-classic-combo-box-item-padding:var(--space--8, 8px) var(--space--4, 4px);--ez-classic-combo-box-item-border-radius:var(--border--radius-8, 8px);--ez-classic-combo-box-list-margin:var(--space--6, 6px);--ez-classic-combo-box-transition-duration:150ms;--ez-classic-combo-box-scrollbar-color:var(--color--gray-300, #C4C4C4);--ez-classic-combo-box-no-results-margin:var(--space--52, 52px) 0;--ez-classic-combo-box-item-text-color:inherit;--ez-classic-combo-box-item-min-height:auto;--ez-classic-combo-box-width:100%;width:var(--ez-classic-combo-box-width)}ul{list-style:none;padding:0;margin:var(--ez-classic-combo-box-list-margin);display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--ez-classic-combo-box-scrollbar-color) transparent;max-height:var(--ez-classic-combo-box-max-height);scroll-behavior:smooth;background-color:var(--ez-classic-combo-box-list-bg-color)}li{cursor:pointer;border-radius:var(--ez-classic-combo-box-item-border-radius);padding:var(--ez-classic-combo-box-item-padding);transition:var(--ez-classic-combo-box-transition-duration) background-color linear;color:var(--ez-classic-combo-box-item-text-color);min-height:var(--ez-classic-combo-box-item-min-height)}li:hover{background-color:var(--ez-classic-combo-box-item-hover-bg-color)}li.highlighted{background-color:var(--ez-classic-combo-box-highlighted-bg-color)}li.selected{background-color:var(--ez-classic-combo-box-selected-bg-color);color:var(--ez-classic-combo-box-selected-text-color);font-weight:var(--ez-classic-combo-box-selected-font-weight)}span.no-results{margin:var(--ez-classic-combo-box-no-results-margin);cursor:default;text-align:center;display:flex;align-items:center;justify-content:center}";
9
9
 
10
10
  const EzClassicComboBox = class {
11
11
  constructor(hostRef) {
@@ -26,9 +26,11 @@ const EzClassicComboBox = class {
26
26
  this.label = undefined;
27
27
  this.placeholder = undefined;
28
28
  this.enabled = true;
29
+ this.required = false;
29
30
  this.readonly = false;
30
31
  this.name = undefined;
31
32
  this.state = "default";
33
+ this.size = "default";
32
34
  this.helpText = undefined;
33
35
  this.iconName = undefined;
34
36
  this.titleIcon = undefined;
@@ -73,9 +75,23 @@ const EzClassicComboBox = class {
73
75
  this.popoverVisible = false;
74
76
  await ((_a = this._popoverElem) === null || _a === void 0 ? void 0 : _a.hide());
75
77
  }
78
+ getFullOption(option) {
79
+ if (typeof option === 'string') {
80
+ return this.options.find(opt => opt.value === option);
81
+ }
82
+ return option;
83
+ }
84
+ getOptionValue(option) {
85
+ if (!option) {
86
+ return null;
87
+ }
88
+ if (typeof option === 'string') {
89
+ return option;
90
+ }
91
+ return option.value;
92
+ }
76
93
  compareOptionValues(option1, option2) {
77
- var _a, _b;
78
- return JSON.stringify((_a = option1 === null || option1 === void 0 ? void 0 : option1.value) !== null && _a !== void 0 ? _a : null) === JSON.stringify((_b = option2 === null || option2 === void 0 ? void 0 : option2.value) !== null && _b !== void 0 ? _b : null);
94
+ return this.getOptionValue(option1) === this.getOptionValue(option2);
79
95
  }
80
96
  setEmptyValue() {
81
97
  this.value = null;
@@ -91,10 +107,11 @@ const EzClassicComboBox = class {
91
107
  await this.hidePopover();
92
108
  return;
93
109
  }
94
- if (!option.value) {
110
+ if (!this.getOptionValue(option)) {
95
111
  this.setEmptyValue();
96
112
  }
97
113
  else {
114
+ option = this.getFullOption(option);
98
115
  this.value = option;
99
116
  this.inputValue = option.label;
100
117
  }
@@ -104,9 +121,13 @@ const EzClassicComboBox = class {
104
121
  async optionsChanged() {
105
122
  this.filterOptions('');
106
123
  }
107
- async valueChanged(newValue) {
124
+ async valueChanged(newValue, oldValue) {
125
+ if (this.compareOptionValues(newValue, oldValue)) {
126
+ return;
127
+ }
108
128
  if (newValue) {
109
- this.inputValue = newValue.label;
129
+ this.value = this.getFullOption(newValue);
130
+ this.inputValue = this.value.label;
110
131
  this.setHighlightedIndexToValue();
111
132
  }
112
133
  else {
@@ -140,12 +161,12 @@ const EzClassicComboBox = class {
140
161
  this.filterOptions(this.inputValue);
141
162
  }
142
163
  async handleEzBlur(event) {
143
- var _a, _b;
144
164
  event.stopPropagation();
145
- if (((_a = this.value) === null || _a === void 0 ? void 0 : _a.label) !== this.inputValue) {
146
- this.inputValue = ((_b = this.value) === null || _b === void 0 ? void 0 : _b.label) || '';
165
+ const optionValue = this.getFullOption(this.value);
166
+ if ((optionValue === null || optionValue === void 0 ? void 0 : optionValue.label) !== this.inputValue) {
167
+ this.inputValue = (optionValue === null || optionValue === void 0 ? void 0 : optionValue.label) || '';
147
168
  }
148
- this.ezBlur.emit(this.value);
169
+ this.ezBlur.emit(optionValue);
149
170
  }
150
171
  filterOptions(searchTerm) {
151
172
  if (!this.options) {
@@ -246,7 +267,7 @@ const EzClassicComboBox = class {
246
267
  }
247
268
  setHighlightedIndexToValue() {
248
269
  if (this.value && this.filteredOptions) {
249
- const index = this.filteredOptions.findIndex(opt => opt.value === this.value.value);
270
+ const index = this.filteredOptions.findIndex(opt => opt.value === this.getOptionValue(this.value));
250
271
  if (index >= 0) {
251
272
  this.highlightedIndex = index;
252
273
  return;
@@ -297,17 +318,17 @@ const EzClassicComboBox = class {
297
318
  this.addInfoId();
298
319
  this.checkSlotContent();
299
320
  if (this.value) {
300
- this.inputValue = this.value.label;
321
+ this.inputValue = this.getFullOption(this.value).label;
301
322
  this.setHighlightedIndexToValue();
302
323
  }
303
324
  }
304
325
  render() {
305
326
  var _a;
306
- return (index.h(index.Host, null, index.h("ez-classic-input", { ref: ref => this._inputElem = ref, name: this.name, label: this.label, placeholder: this.placeholder, value: this.inputValue, state: this.state, enabled: this.enabled, readonly: this.readonly || this.suppressSearch, leftIconName: this.iconName, leftIconTooltip: this.titleIcon, leftIconClickable: this.iconClickable, rightIconClickable: true, helpText: this.helpText, rightIconName: this.popoverVisible ? 'chevron-up' : 'chevron-down', onIconClick: this.handleIconClick.bind(this), onEzChange: this.handleEzChange.bind(this), onEzFocus: this.showPopover.bind(this), onEzBlur: this.handleEzBlur.bind(this) }), index.h("ez-popover-core", { ref: ref => this._popoverElem = ref, useAnchorSize: true, onEzVisibilityChange: this.handleVisibilityChange.bind(this), overlayType: "none", options: { verticalGap: 2, horizontalGap: 0 }, autoClose: false }, index.h("slot", { onSlotchange: this.checkSlotContent.bind(this) }), !this.hasSlotContent && (((_a = this.filteredOptions) === null || _a === void 0 ? void 0 : _a.length) > 0 ? (index.h("ul", { ref: ref => this._listElem = ref, tabIndex: -1 }, this.filteredOptions.map((option, index$1) => {
307
- var _a, _b;
327
+ return (index.h(index.Host, null, index.h("ez-classic-input", { ref: ref => this._inputElem = ref, name: this.name, label: this.label, placeholder: this.placeholder, value: this.inputValue, state: this.state, enabled: this.enabled, required: this.required, size: this.size, readonly: this.readonly || this.suppressSearch, leftIconName: this.iconName, leftIconTooltip: this.titleIcon, leftIconClickable: this.iconClickable, rightIconClickable: true, helpText: this.helpText, rightIconName: this.popoverVisible ? 'chevron-up' : 'chevron-down', onIconClick: this.handleIconClick.bind(this), onEzChange: this.handleEzChange.bind(this), onEzFocus: this.showPopover.bind(this), onEzBlur: this.handleEzBlur.bind(this) }), index.h("ez-popover-core", { ref: ref => this._popoverElem = ref, useAnchorSize: true, onEzVisibilityChange: this.handleVisibilityChange.bind(this), overlayType: "none", options: { verticalGap: 2, horizontalGap: 0 }, autoClose: false }, index.h("slot", { onSlotchange: this.checkSlotContent.bind(this) }), !this.hasSlotContent && (((_a = this.filteredOptions) === null || _a === void 0 ? void 0 : _a.length) > 0 ? (index.h("ul", { ref: ref => this._listElem = ref, tabIndex: -1 }, this.filteredOptions.map((option, index$1) => {
328
+ var _a;
308
329
  return (index.h("li", { key: (_a = option.value) !== null && _a !== void 0 ? _a : '__empty__', value: option.value, class: {
309
330
  'highlighted': this.highlightedIndex === index$1,
310
- 'selected': ((_b = this.value) === null || _b === void 0 ? void 0 : _b.value) === option.value
331
+ 'selected': this.getOptionValue(this.value) === option.value
311
332
  }, onMouseDown: () => this.selectOption(option) }, option.label));
312
333
  }))) : (index.h("span", { class: "no-results" }, "Nenhum resultado encontrado"))))));
313
334
  }
@@ -0,0 +1,201 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9e5554cb.js');
6
+ const core = require('@sankhyalabs/core');
7
+ const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
8
+ const index$1 = require('./index-350d0fa0.js');
9
+
10
+ const ezClassicDateInputCss = ":host{display:block;width:100%;--ez-classic-date-input__input--background-color:var(--background--medium, #e0e0e0);--ez-classic-date-input__input--border-color:var(--ez-classic-date-input__input--background-color);--ez-classic-date-input__calendar-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"15px\"><path d=\"M 3.171875,5.25 C 2.6485088,5.25 2.21875,5.6797588 2.21875,6.203125 2.21875,6.7264912 2.6485088,7.15625 3.171875,7.15625 3.6952412,7.15625 4.125,6.7264912 4.125,6.203125 4.125,5.6797588 3.6952412,5.25 3.171875,5.25 Z m 2.875,0 C 5.5235088,5.25 5.09375,5.6797588 5.09375,6.203125 5.09375,6.7264912 5.5235088,7.15625 6.046875,7.15625 6.5702412,7.15625 7,6.7264912 7,6.203125 7,5.6797588 6.5702412,5.25 6.046875,5.25 Z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.9511719,-0.4297588 0.9511719,-0.953125 C 9.8730469,5.6797588 9.4452412,5.25 8.921875,5.25 Z m 2.873047,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.953125 0.953125,0.953125 0.523366,0 0.953125,-0.4297588 0.953125,-0.953125 C 12.748047,5.6797588 12.318288,5.25 11.794922,5.25 Z M 3.171875,8.1230469 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 0.5233662,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 C 6.5702412,10.029297 7,9.5995381 7,9.0761719 7,8.5528057 6.5702412,8.1230469 6.046875,8.1230469 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297587,0.9531251 0.953125,0.9531251 0.5233661,0 0.9531249,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.9531251 0.953125,0.9531251 0.523367,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.171875,10.998047 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 C 6.5702412,12.904297 7,12.474538 7,11.951172 7,11.427806 6.5702412,10.998047 6.046875,10.998047 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297587,0.953125 0.953125,0.953125 0.5233661,0 0.9531249,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.429759,0.953125 0.953125,0.953125 0.523367,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.5,0 c -0.554,0 -1,0.446 -1,1 v 0.050781 C 1.0853217,1.2909766 0,2.5186658 0,4 v 9 c 0,1.652487 1.3475134,3 3,3 h 9 c 1.652487,0 3,-1.347513 3,-3 V 4 C 15,2.5186658 13.914678,1.2909766 12.5,1.0507812 V 1 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 C 4.5,0.446 4.054,0 3.5,0 Z m 1,2.0996094 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 v -0.640625 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 2.1738281 C 13.311725,2.3905225 13.900391,3.11278 13.900391,4 v 9 c 0,1.062113 -0.838278,1.900391 -1.900391,1.900391 H 3 C 1.9378864,14.900391 1.0996094,14.062113 1.0996094,13 V 4 C 1.0996094,3.11278 1.6882747,2.3905225 2.5,2.1738281 v 0.5664063 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 z\"/></svg>')}.btn-open-cal{outline:none;border:none;background-color:unset;cursor:pointer}.btn-open-cal:disabled{cursor:not-allowed}.btn-open-cal::after{content:'';display:flex;background-color:var(--text--primary, #008561);width:15px;height:16px;-webkit-mask-image:var(--ez-classic-date-input__calendar-image);mask-image:var(--ez-classic-date-input__calendar-image)}.btn-open-cal:disabled:after{background-color:var(--text--disable, #AFB6C0)}.btn-open-cal:enabled:hover::after{background-color:var(--color--primary, #4e4e4e)}ez-classic-input{--text-input__input--background-color:var(--ez-classic-date-input__input--background-color, #FFFFFF);--text-input__input--border-color:var(--ez-classic-date-input__input--border-color, #DCE0E8)}";
11
+
12
+ const EzClassicDateInput = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ this.ezChange = index.createEvent(this, "ezChange", 7);
16
+ this.ezStartChange = index.createEvent(this, "ezStartChange", 7);
17
+ this.ezCancelWaitingChange = index.createEvent(this, "ezCancelWaitingChange", 7);
18
+ this.ezInput = index.createEvent(this, "ezInput", 7);
19
+ this._changePending = false;
20
+ this._focused = false;
21
+ this._valuePromiseCallbacks = [];
22
+ this.label = undefined;
23
+ this.value = undefined;
24
+ this.enabled = true;
25
+ this.errorMessage = undefined;
26
+ this.mode = "regular";
27
+ this.size = "default";
28
+ this.required = false;
29
+ this.canShowError = true;
30
+ this.autoFocus = false;
31
+ this.alternativePlaceholder = undefined;
32
+ }
33
+ observeLabel() {
34
+ if (this._textInput) {
35
+ this._textInput.label = this.label;
36
+ }
37
+ }
38
+ observeErrorMessage() {
39
+ var _a;
40
+ if (this._textInput) {
41
+ this._textInput.errorMessage = this.errorMessage;
42
+ if (!((_a = this.errorMessage) === null || _a === void 0 ? void 0 : _a.trim())) {
43
+ this.setInputValue();
44
+ }
45
+ }
46
+ }
47
+ observeValue(newValue, oldValue) {
48
+ if (this._textInput && newValue != oldValue) {
49
+ const newValueValidated = core.DateUtils.validateDate(newValue);
50
+ const oldValueValidated = core.DateUtils.validateDate(oldValue);
51
+ if ((newValueValidated === null || newValueValidated === void 0 ? void 0 : newValueValidated.getTime()) !== (oldValueValidated === null || oldValueValidated === void 0 ? void 0 : oldValueValidated.getTime())) {
52
+ const textValue = this.getTextValue(newValueValidated) || '';
53
+ const parsedDate = core.DateUtils.strToDate(textValue);
54
+ if ((parsedDate || !this._focused) && (this._textInput.value || '') !== textValue) {
55
+ this._textInput.value = textValue;
56
+ this._focused = false;
57
+ this.errorMessage = "";
58
+ }
59
+ const valueEmitted = newValueValidated === null ? undefined : newValueValidated;
60
+ this.ezChange.emit(valueEmitted);
61
+ }
62
+ }
63
+ this._changePending = false;
64
+ }
65
+ /**
66
+ * Aplica o foco no campo.
67
+ */
68
+ async setFocus(options) {
69
+ this._textInput.setFocus(options);
70
+ }
71
+ /**
72
+ * Remove o foco do campo.
73
+ */
74
+ async setBlur() {
75
+ this._textInput.setBlur();
76
+ }
77
+ /**
78
+ * Retorna se o conteúdo é inválido.
79
+ */
80
+ async isInvalid() {
81
+ return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
82
+ }
83
+ /*
84
+ * Retorna uma promise com o valor da opção selecionada,
85
+ * que será resolvida quando o backend devolver este dado.
86
+ */
87
+ async getValueAsync() {
88
+ if (this._changePending) {
89
+ return new Promise(accept => {
90
+ this._valuePromiseCallbacks.push(accept);
91
+ });
92
+ }
93
+ return Promise.resolve(this.value);
94
+ }
95
+ changeValue(newValue) {
96
+ const currentValue = core.DateUtils.validateDate(this.value);
97
+ const newValueValidated = core.DateUtils.validateDate(newValue);
98
+ if ((currentValue === null || currentValue === void 0 ? void 0 : currentValue.getTime()) !== (newValueValidated === null || newValueValidated === void 0 ? void 0 : newValueValidated.getTime())) {
99
+ this.value = newValueValidated;
100
+ }
101
+ else {
102
+ this._changePending = false;
103
+ }
104
+ }
105
+ async handleChangeCalendar(event) {
106
+ this.changeValue(this._calendar.value);
107
+ this.ezInput.emit(this._calendar.value);
108
+ this._popover.hide();
109
+ await this.setFocus();
110
+ event.stopPropagation();
111
+ }
112
+ handleBlur() {
113
+ if (!this._changePending) {
114
+ return;
115
+ }
116
+ try {
117
+ const strValue = this._textInput.value;
118
+ const newValue = core.DateUtils.strToDate(strValue);
119
+ if (newValue || !strValue) {
120
+ this.errorMessage = "";
121
+ const currentValue = core.DateUtils.validateDate(this.value);
122
+ const newValueValidated = core.DateUtils.validateDate(newValue);
123
+ if ((currentValue === null || currentValue === void 0 ? void 0 : currentValue.getTime()) === (newValueValidated === null || newValueValidated === void 0 ? void 0 : newValueValidated.getTime())) {
124
+ if (newValueValidated) {
125
+ this._textInput.value = this.getTextValue(newValueValidated) || '';
126
+ this._focused = false;
127
+ }
128
+ this.ezCancelWaitingChange.emit();
129
+ }
130
+ else {
131
+ this._focused = false;
132
+ this.changeValue(newValueValidated);
133
+ }
134
+ }
135
+ else {
136
+ this.changeValue(undefined);
137
+ this.ezCancelWaitingChange.emit();
138
+ this.errorMessage = this.i18n("ez-classic-date-input.invalidDate");
139
+ }
140
+ }
141
+ finally {
142
+ for (const callback of this._valuePromiseCallbacks) {
143
+ callback(this.value);
144
+ }
145
+ this._valuePromiseCallbacks = [];
146
+ }
147
+ }
148
+ getTextValue(d) {
149
+ return d ? core.DateUtils.formatDate(d) : undefined;
150
+ }
151
+ handleInput(event) {
152
+ const strValue = this._textInput.value;
153
+ const newValue = core.DateUtils.strToDate(strValue);
154
+ const currentValue = core.DateUtils.validateDate(this.value);
155
+ const newValueValidated = core.DateUtils.validateDate(newValue);
156
+ if ((currentValue === null || currentValue === void 0 ? void 0 : currentValue.getTime()) !== (newValueValidated === null || newValueValidated === void 0 ? void 0 : newValueValidated.getTime())) {
157
+ this._changePending = true;
158
+ this._focused = true;
159
+ this.ezStartChange.emit({ waitmessage: "", blocking: false });
160
+ }
161
+ if (event['data'] === "H" || event['data'] === "h") {
162
+ const currentDate = new Date();
163
+ this.ezInput.emit(currentDate);
164
+ this.changeValue(currentDate);
165
+ }
166
+ }
167
+ setInputValue() {
168
+ const textValue = this.getTextValue(this.value) || '';
169
+ if ((this._textInput.value || '') !== textValue) {
170
+ this._textInput.value = textValue;
171
+ }
172
+ }
173
+ disconnectedCallback() {
174
+ this._popover.hide();
175
+ }
176
+ async componentWillLoad() {
177
+ this.i18n = await index$1.initI18n();
178
+ }
179
+ componentDidLoad() {
180
+ CSSVarsUtils.CSSVarsUtils.applyVarsTextInput(this._elem, this._textInput);
181
+ this.setInputValue();
182
+ if (this.autoFocus) {
183
+ requestAnimationFrame(() => {
184
+ this.setFocus({ selectText: true });
185
+ });
186
+ }
187
+ }
188
+ render() {
189
+ core.ElementIDUtils.addIDInfoIfNotExists(this._elem, 'input');
190
+ return (index.h(index.Host, null, index.h("ez-classic-input", { "data-element-id": core.ElementIDUtils.getInternalIDInfo("textInput"), ref: (elem) => this._textInput = elem, "data-slave-mode": "true", label: this.label, onBlur: () => this.handleBlur(), onInput: (evt) => this.handleInput(evt), restrict: "0123456789/", enabled: this.enabled, errorMessage: this.errorMessage, mode: this.mode, size: this.size, canShowError: this.canShowError, alternativePlaceholder: this.alternativePlaceholder, required: this.required, leftIconName: "calendar", leftIconClickable: this.enabled, onIconClick: () => { var _a; return (_a = this._popover) === null || _a === void 0 ? void 0 : _a.showUnder(this._textInput); }, onEzChange: (event) => event.stopPropagation() }), index.h("ez-popover-plus", { ref: elem => this._popover = elem, anchorElement: this._textInput, autoClose: true, boxWidth: 'fit-content', overlayType: 'none', "data-element-id": this._elem.getAttribute("data-element-id"), onEzVisibilityChange: (event) => event.stopPropagation() }, index.h("ez-calendar", { ref: elem => this._calendar = elem, "data-element-id": core.ElementIDUtils.getInternalIDInfo("calendar"), onEzChange: (event) => this.handleChangeCalendar(event), value: this.value }))));
191
+ }
192
+ get _elem() { return index.getElement(this); }
193
+ static get watchers() { return {
194
+ "label": ["observeLabel"],
195
+ "errorMessage": ["observeErrorMessage"],
196
+ "value": ["observeValue"]
197
+ }; }
198
+ };
199
+ EzClassicDateInput.style = ezClassicDateInputCss;
200
+
201
+ exports.ez_classic_date_input = EzClassicDateInput;
@@ -0,0 +1,246 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9e5554cb.js');
6
+ const core = require('@sankhyalabs/core');
7
+ const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
8
+ const index$1 = require('./index-350d0fa0.js');
9
+
10
+ const ezClassicDateTimeInputCss = ":host{display:block;width:100%;--ez-classic-date-input__input--background-color:var(--background--medium, #e0e0e0);--ez-classic-date-input__input--border-color:var(--ez-classic-date-input__input--background-color);--ez-classic-date-input__calendar-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"15px\"><path d=\"M 3.171875,5.25 C 2.6485088,5.25 2.21875,5.6797588 2.21875,6.203125 2.21875,6.7264912 2.6485088,7.15625 3.171875,7.15625 3.6952412,7.15625 4.125,6.7264912 4.125,6.203125 4.125,5.6797588 3.6952412,5.25 3.171875,5.25 Z m 2.875,0 C 5.5235088,5.25 5.09375,5.6797588 5.09375,6.203125 5.09375,6.7264912 5.5235088,7.15625 6.046875,7.15625 6.5702412,7.15625 7,6.7264912 7,6.203125 7,5.6797588 6.5702412,5.25 6.046875,5.25 Z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.9511719,-0.4297588 0.9511719,-0.953125 C 9.8730469,5.6797588 9.4452412,5.25 8.921875,5.25 Z m 2.873047,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.953125 0.953125,0.953125 0.523366,0 0.953125,-0.4297588 0.953125,-0.953125 C 12.748047,5.6797588 12.318288,5.25 11.794922,5.25 Z M 3.171875,8.1230469 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 0.5233662,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 C 6.5702412,10.029297 7,9.5995381 7,9.0761719 7,8.5528057 6.5702412,8.1230469 6.046875,8.1230469 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297587,0.9531251 0.953125,0.9531251 0.5233661,0 0.9531249,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.9531251 0.953125,0.9531251 0.523367,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.171875,10.998047 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 C 6.5702412,12.904297 7,12.474538 7,11.951172 7,11.427806 6.5702412,10.998047 6.046875,10.998047 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297587,0.953125 0.953125,0.953125 0.5233661,0 0.9531249,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.429759,0.953125 0.953125,0.953125 0.523367,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.5,0 c -0.554,0 -1,0.446 -1,1 v 0.050781 C 1.0853217,1.2909766 0,2.5186658 0,4 v 9 c 0,1.652487 1.3475134,3 3,3 h 9 c 1.652487,0 3,-1.347513 3,-3 V 4 C 15,2.5186658 13.914678,1.2909766 12.5,1.0507812 V 1 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 C 4.5,0.446 4.054,0 3.5,0 Z m 1,2.0996094 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 v -0.640625 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 2.1738281 C 13.311725,2.3905225 13.900391,3.11278 13.900391,4 v 9 c 0,1.062113 -0.838278,1.900391 -1.900391,1.900391 H 3 C 1.9378864,14.900391 1.0996094,14.062113 1.0996094,13 V 4 C 1.0996094,3.11278 1.6882747,2.3905225 2.5,2.1738281 v 0.5664063 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 z\"/></svg>')}.btn-open-cal{outline:none;border:none;background-color:unset;cursor:pointer}.btn-open-cal:disabled{cursor:not-allowed}.btn-open-cal::after{content:'';display:flex;background-color:var(--text--primary, #008561);width:15px;height:16px;-webkit-mask-image:var(--ez-classic-date-input__calendar-image);mask-image:var(--ez-classic-date-input__calendar-image)}.btn-open-cal:disabled:after{background-color:var(--text--disable, #AFB6C0)}.btn-open-cal:enabled:hover::after{background-color:var(--color--primary, #4e4e4e)}ez-classic-input{--text-input__input--background-color:var(--ez-classic-date-input__input--background-color, #FFFFFF);--text-input__input--border-color:var(--ez-classic-date-input__input--border-color, #DCE0E8)}";
11
+
12
+ const EzClassicDateTimeInput = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ this.ezChange = index.createEvent(this, "ezChange", 7);
16
+ this.ezStartChange = index.createEvent(this, "ezStartChange", 7);
17
+ this.ezCancelWaitingChange = index.createEvent(this, "ezCancelWaitingChange", 7);
18
+ this._changePending = false;
19
+ this._focused = false;
20
+ this._valuePromiseCallbacks = [];
21
+ this.label = undefined;
22
+ this.value = undefined;
23
+ this.enabled = true;
24
+ this.errorMessage = undefined;
25
+ this.showSeconds = false;
26
+ this.mode = "regular";
27
+ this.size = "default";
28
+ this.required = false;
29
+ this.canShowError = true;
30
+ this.autoFocus = false;
31
+ this.alternativePlaceholder = undefined;
32
+ }
33
+ observeLabel() {
34
+ if (this._textInput) {
35
+ this._textInput.label = this.label;
36
+ }
37
+ }
38
+ observeErrorMessage() {
39
+ var _a;
40
+ if (this._textInput) {
41
+ this._textInput.errorMessage = this.errorMessage;
42
+ if (!((_a = this.errorMessage) === null || _a === void 0 ? void 0 : _a.trim())) {
43
+ this.setInputValue();
44
+ }
45
+ }
46
+ }
47
+ observeValue(newValue, oldValue) {
48
+ if (this._textInput && newValue != oldValue) {
49
+ const newValueValidated = core.DateUtils.validateDate(newValue, true);
50
+ const oldValueValidated = core.DateUtils.validateDate(oldValue, true);
51
+ if ((newValueValidated === null || newValueValidated === void 0 ? void 0 : newValueValidated.getTime()) !== (oldValueValidated === null || oldValueValidated === void 0 ? void 0 : oldValueValidated.getTime())) {
52
+ const textValue = this.getTextValue(newValueValidated) || '';
53
+ const parsedDate = this.getParsedDateTime(textValue);
54
+ if ((parsedDate || !this._focused) && (this._textInput.value || '') !== textValue) {
55
+ this._textInput.value = textValue;
56
+ this._focused = false;
57
+ this.errorMessage = "";
58
+ }
59
+ const valueEmitted = newValueValidated === null ? undefined : newValueValidated;
60
+ this.ezChange.emit(valueEmitted);
61
+ }
62
+ }
63
+ this._changePending = false;
64
+ }
65
+ /**
66
+ * Aplica o foco no campo.
67
+ */
68
+ async setFocus(options) {
69
+ this._textInput.setFocus(options);
70
+ }
71
+ /**
72
+ * Remove o foco do campo.
73
+ */
74
+ async setBlur() {
75
+ this._textInput.setBlur();
76
+ }
77
+ /**
78
+ * Retorna se o conteúdo é inválido.
79
+ */
80
+ async isInvalid() {
81
+ return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
82
+ }
83
+ /*
84
+ * Retorna uma promise com o valor da opção selecionada,
85
+ * que será resolvida quando o backend devolver este dado.
86
+ */
87
+ async getValueAsync() {
88
+ if (this._changePending) {
89
+ return new Promise(accept => {
90
+ this._valuePromiseCallbacks.push(accept);
91
+ });
92
+ }
93
+ return Promise.resolve(this.value);
94
+ }
95
+ handleKeyDown(event) {
96
+ const input = this._textInput.shadowRoot.querySelector('input');
97
+ if (event.shiftKey && event.key === "Tab") {
98
+ if (input.selectionStart > 0) {
99
+ let selectIni = input.value.lastIndexOf(" ", input.selectionStart);
100
+ if (selectIni !== -1) {
101
+ input.setSelectionRange(0, selectIni);
102
+ event.preventDefault();
103
+ }
104
+ }
105
+ }
106
+ else if (event.key === "Tab") {
107
+ if (input.value.length !== input.selectionEnd) {
108
+ let selectIni = input.value.indexOf(" ", input.selectionEnd);
109
+ selectIni = selectIni === -1 ? input.selectionEnd : selectIni + 1;
110
+ input.setSelectionRange(selectIni, input.value.length);
111
+ event.preventDefault();
112
+ }
113
+ }
114
+ }
115
+ handleFocus() {
116
+ const input = this._textInput.shadowRoot.querySelector('input');
117
+ if (input.selectionStart !== input.selectionEnd) {
118
+ let selectIni = input.value.indexOf(" ", input.selectionStart);
119
+ selectIni = selectIni === -1 ? input.value.length : selectIni;
120
+ input.setSelectionRange(0, selectIni);
121
+ }
122
+ }
123
+ handleClick() {
124
+ const input = this._textInput.shadowRoot.querySelector('input');
125
+ let selectIni = input.value.lastIndexOf(" ", input.selectionEnd);
126
+ selectIni = selectIni === -1 ? 0 : selectIni + 1;
127
+ selectIni = selectIni > input.selectionEnd ? 0 : selectIni;
128
+ let selectFin = selectIni === 0 ? input.value.indexOf(" ") : input.value.length;
129
+ input.setSelectionRange(selectIni, selectFin);
130
+ }
131
+ changeValue(newValue) {
132
+ const currentValue = core.DateUtils.validateDate(this.value, true);
133
+ const newValueValidated = core.DateUtils.validateDate(newValue, true);
134
+ if ((currentValue === null || currentValue === void 0 ? void 0 : currentValue.getTime()) !== (newValueValidated === null || newValueValidated === void 0 ? void 0 : newValueValidated.getTime())) {
135
+ this.value = newValueValidated;
136
+ }
137
+ }
138
+ hideCalendar() {
139
+ this.changeValue(this._calendar.value);
140
+ this._popover.hide();
141
+ }
142
+ getParsedDateTime(strValue) {
143
+ var _a, _b;
144
+ if (strValue === void 0) {
145
+ strValue = (((_b = (_a = this._textInput) === null || _a === void 0 ? void 0 : _a.value) === null || _b === void 0 ? void 0 : _b.trim()) || "");
146
+ }
147
+ if (!strValue) {
148
+ return;
149
+ }
150
+ const partsDateTime = strValue.split(" ");
151
+ const onlyDate = partsDateTime.length > 0 ? partsDateTime[0] : strValue;
152
+ const onlyTime = partsDateTime[1] ? partsDateTime[1] : "";
153
+ const parsedTime = core.TimeFormatter.prepareValue(onlyTime, this.showSeconds);
154
+ const strDateTime = onlyDate + (parsedTime && " " + parsedTime);
155
+ return core.DateUtils.strToDate(strDateTime);
156
+ }
157
+ handleBlur() {
158
+ var _a, _b;
159
+ if (!this._changePending) {
160
+ return;
161
+ }
162
+ try {
163
+ const strValue = ((_b = (_a = this._textInput) === null || _a === void 0 ? void 0 : _a.value) === null || _b === void 0 ? void 0 : _b.trim()) || "";
164
+ const newValue = this.getParsedDateTime();
165
+ if (newValue || !strValue) {
166
+ this.errorMessage = "";
167
+ const currentValue = core.DateUtils.validateDate(this.value, true);
168
+ const newValueValidated = core.DateUtils.validateDate(newValue, true);
169
+ if ((currentValue === null || currentValue === void 0 ? void 0 : currentValue.getTime()) === (newValueValidated === null || newValueValidated === void 0 ? void 0 : newValueValidated.getTime())) {
170
+ if (newValueValidated) {
171
+ this._textInput.value = this.getTextValue(newValueValidated) || '';
172
+ this._focused = false;
173
+ }
174
+ this.ezCancelWaitingChange.emit();
175
+ }
176
+ else {
177
+ this.changeValue(newValueValidated);
178
+ }
179
+ }
180
+ else {
181
+ this.changeValue(undefined);
182
+ this.ezCancelWaitingChange.emit();
183
+ this.errorMessage = this.i18n("ez-classic-date-time-input.invalidDate");
184
+ }
185
+ }
186
+ finally {
187
+ for (const callback of this._valuePromiseCallbacks) {
188
+ callback(this.value);
189
+ }
190
+ this._valuePromiseCallbacks = [];
191
+ }
192
+ }
193
+ getTextValue(date) {
194
+ if (!date) {
195
+ return;
196
+ }
197
+ return core.DateUtils.formatDateTime(date, this.showSeconds);
198
+ }
199
+ handleInput(event) {
200
+ const newValue = this.getParsedDateTime();
201
+ const currentValue = core.DateUtils.validateDate(this.value, true);
202
+ const newValueValidated = core.DateUtils.validateDate(newValue, true);
203
+ if ((currentValue === null || currentValue === void 0 ? void 0 : currentValue.getTime()) !== (newValueValidated === null || newValueValidated === void 0 ? void 0 : newValueValidated.getTime())) {
204
+ this._changePending = true;
205
+ this._focused = true;
206
+ this.ezStartChange.emit({ waitmessage: "", blocking: false });
207
+ }
208
+ if (event['data'] === "H" || event['data'] === "h") {
209
+ this.changeValue(new Date());
210
+ }
211
+ }
212
+ setInputValue() {
213
+ const textValue = this.getTextValue(this.value) || '';
214
+ if ((this._textInput.value || '') !== textValue) {
215
+ this._textInput.value = textValue;
216
+ }
217
+ }
218
+ disconnectedCallback() {
219
+ this._popover.hide();
220
+ }
221
+ async componentWillLoad() {
222
+ this.i18n = await index$1.initI18n();
223
+ }
224
+ componentDidLoad() {
225
+ CSSVarsUtils.CSSVarsUtils.applyVarsTextInput(this._elem, this._textInput);
226
+ this.setInputValue();
227
+ if (this.autoFocus) {
228
+ requestAnimationFrame(() => {
229
+ this.setFocus({ selectText: true });
230
+ });
231
+ }
232
+ }
233
+ render() {
234
+ core.ElementIDUtils.addIDInfoIfNotExists(this._elem, 'input');
235
+ return (index.h(index.Host, null, index.h("ez-classic-input", { ref: (elem) => this._textInput = elem, "data-element-id": core.ElementIDUtils.getInternalIDInfo("textInput"), "data-slave-mode": "true", label: this.label, enabled: this.enabled, errorMessage: this.errorMessage, size: this.size, onKeyDown: (event) => { this.handleKeyDown(event); }, onBlur: () => this.handleBlur(), onInput: (evt) => this.handleInput(evt), onFocus: () => this.handleFocus(), onClick: () => this.handleClick(), required: this.required, leftIconName: "calendar", leftIconClickable: this.enabled, onIconClick: () => { var _a; return (_a = this._popover) === null || _a === void 0 ? void 0 : _a.showUnder(this._textInput); }, onEzChange: (event) => event.stopPropagation() }), index.h("ez-popover-plus", { ref: elem => this._popover = elem, anchorElement: this._textInput, autoClose: true, boxWidth: 'fit-content', overlayType: 'none', "data-element-id": this._elem.getAttribute("data-element-id") }, index.h("ez-calendar", { ref: elem => this._calendar = elem, "data-element-id": core.ElementIDUtils.getInternalIDInfo("calendar"), onEzChange: (event) => { this.hideCalendar(); event.stopPropagation(); }, time: true, showSeconds: this.showSeconds }))));
236
+ }
237
+ get _elem() { return index.getElement(this); }
238
+ static get watchers() { return {
239
+ "label": ["observeLabel"],
240
+ "errorMessage": ["observeErrorMessage"],
241
+ "value": ["observeValue"]
242
+ }; }
243
+ };
244
+ EzClassicDateTimeInput.style = ezClassicDateTimeInputCss;
245
+
246
+ exports.ez_classic_date_time_input = EzClassicDateTimeInput;