@sankhyalabs/ezui 6.4.2 → 6.5.0-dev.2

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 (1031) hide show
  1. package/dist/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-a8c7553f.js} +43 -15
  2. package/dist/cjs/RichToolbarHelper-ea12328f.js +33 -0
  3. package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
  4. package/dist/cjs/app-globals-abfd9b11.js +14 -0
  5. package/dist/cjs/{constants-569271bc.js → constants-72b7e05e.js} +0 -2
  6. package/dist/cjs/ez-actions-button.cjs.entry.js +3 -2
  7. package/dist/cjs/ez-alert-list.cjs.entry.js +6 -4
  8. package/dist/cjs/ez-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/ez-application.cjs.entry.js +1 -1
  10. package/dist/cjs/ez-avatar.cjs.entry.js +11 -3
  11. package/dist/cjs/ez-badge.cjs.entry.js +1 -1
  12. package/dist/cjs/ez-breadcrumb.cjs.entry.js +1 -1
  13. package/dist/cjs/ez-button.cjs.entry.js +97 -27
  14. package/dist/cjs/ez-calendar.cjs.entry.js +8 -7
  15. package/dist/cjs/ez-card-item.cjs.entry.js +1 -1
  16. package/dist/cjs/ez-chart.cjs.entry.js +5 -20
  17. package/dist/cjs/ez-check.cjs.entry.js +2 -2
  18. package/dist/cjs/ez-chip.cjs.entry.js +52 -48
  19. package/dist/cjs/ez-classic-combo-box.cjs.entry.js +1 -1
  20. package/dist/cjs/ez-classic-input.cjs.entry.js +1 -1
  21. package/dist/cjs/ez-classic-text-area.cjs.entry.js +1 -1
  22. package/dist/cjs/ez-collapsible-box.cjs.entry.js +15 -12
  23. package/dist/cjs/{ez-combo-box-list_3.cjs.entry.js → ez-combo-box-list_4.cjs.entry.js} +292 -6
  24. package/dist/cjs/ez-combo-box.cjs.entry.js +11 -8
  25. package/dist/cjs/ez-date-input.cjs.entry.js +6 -2
  26. package/dist/cjs/ez-date-time-input.cjs.entry.js +6 -2
  27. package/dist/cjs/ez-dialog.cjs.entry.js +9 -7
  28. package/dist/cjs/ez-double-list.cjs.entry.js +13 -5
  29. package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
  30. package/dist/cjs/ez-empty-card.cjs.entry.js +1 -1
  31. package/dist/cjs/ez-file-item.cjs.entry.js +10 -7
  32. package/dist/cjs/ez-filter-input.cjs.entry.js +129 -0
  33. package/dist/cjs/ez-form-view.cjs.entry.js +12 -4
  34. package/dist/cjs/ez-form.cjs.entry.js +19 -16
  35. package/dist/cjs/ez-grid.cjs.entry.js +919 -242
  36. package/dist/cjs/ez-guide-navigator.cjs.entry.js +6 -2
  37. package/dist/cjs/ez-icon.cjs.entry.js +2 -2
  38. package/dist/cjs/ez-link-builder_6.cjs.entry.js +315 -0
  39. package/dist/cjs/ez-list-item.cjs.entry.js +22 -0
  40. package/dist/cjs/ez-list.cjs.entry.js +5 -3
  41. package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
  42. package/dist/cjs/ez-modal-container.cjs.entry.js +7 -3
  43. package/dist/cjs/ez-modal.cjs.entry.js +6 -2
  44. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +10 -6
  45. package/dist/cjs/ez-number-input.cjs.entry.js +6 -2
  46. package/dist/cjs/ez-pagination.cjs.entry.js +117 -0
  47. package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
  48. package/dist/cjs/ez-popover-plus_3.cjs.entry.js +1 -1
  49. package/dist/cjs/ez-popover.cjs.entry.js +1 -1
  50. package/dist/cjs/ez-popup.cjs.entry.js +1 -1
  51. package/dist/cjs/ez-progress-bar.cjs.entry.js +1 -1
  52. package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
  53. package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js +27 -0
  54. package/dist/cjs/ez-scroller_2.cjs.entry.js +1 -1
  55. package/dist/cjs/ez-search-plus.cjs.entry.js +10 -8
  56. package/dist/cjs/ez-search-result-list.cjs.entry.js +6 -3
  57. package/dist/cjs/ez-search.cjs.entry.js +9 -10
  58. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +6 -8
  59. package/dist/cjs/ez-skeleton.cjs.entry.js +6 -4
  60. package/dist/cjs/ez-sortable-list.cjs.entry.js +13 -6
  61. package/dist/cjs/ez-spinner.cjs.entry.js +34 -0
  62. package/dist/cjs/ez-split-button.cjs.entry.js +6 -5
  63. package/dist/cjs/ez-split-item.cjs.entry.js +7 -3
  64. package/dist/cjs/ez-split-panel.cjs.entry.js +1 -1
  65. package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
  66. package/dist/cjs/ez-tag.cjs.entry.js +1 -1
  67. package/dist/cjs/ez-text-area.cjs.entry.js +35 -28
  68. package/dist/cjs/ez-text-input.cjs.entry.js +2 -1
  69. package/dist/cjs/ez-tile-medium.cjs.entry.js +1 -1
  70. package/dist/cjs/ez-tile.cjs.entry.js +1 -1
  71. package/dist/cjs/ez-time-input.cjs.entry.js +13 -11
  72. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  73. package/dist/cjs/{ez-filter-input_2.cjs.entry.js → ez-tooltip.cjs.entry.js} +2 -124
  74. package/dist/cjs/ez-tree.cjs.entry.js +41 -2
  75. package/dist/cjs/ez-underface.cjs.entry.js +1 -1
  76. package/dist/cjs/ez-upload.cjs.entry.js +18 -12
  77. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  78. package/dist/cjs/ezui.cjs.js +6 -2
  79. package/dist/cjs/filter-column.cjs.entry.js +9 -5
  80. package/dist/cjs/index-5b60179a.js +3705 -0
  81. package/dist/cjs/{index-9e5554cb.js → index-a7b0c73d.js} +30 -9
  82. package/dist/cjs/loader.cjs.js +6 -2
  83. package/dist/cjs/purify-0bd8a150.js +1359 -0
  84. package/dist/cjs/{search-column-1d3c9fa5.js → search-column-042cde9d.js} +11 -9
  85. package/dist/collection/collection-manifest.json +13 -1
  86. package/dist/collection/components/ez-alert-list/ez-alert-list.js +5 -3
  87. package/dist/collection/components/ez-avatar/ez-avatar.js +26 -2
  88. package/dist/collection/components/ez-button/ez-button.css +292 -80
  89. package/dist/collection/components/ez-button/ez-button.js +226 -29
  90. package/dist/collection/components/ez-calendar/ez-calendar.js +7 -6
  91. package/dist/collection/components/ez-check/ez-check.css +1 -1
  92. package/dist/collection/components/ez-chip/ez-chip.css +102 -83
  93. package/dist/collection/components/ez-chip/ez-chip.js +158 -53
  94. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +1 -0
  95. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +12 -9
  96. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +7 -4
  97. package/dist/collection/components/ez-combo-box/ez-combo-box.js +28 -8
  98. package/dist/collection/components/ez-date-input/ez-date-input.js +5 -1
  99. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +5 -1
  100. package/dist/collection/components/ez-dialog/ez-dialog.js +8 -6
  101. package/dist/collection/components/ez-double-list/ez-double-list.js +12 -4
  102. package/dist/collection/components/ez-file-item/ez-file-item.js +9 -6
  103. package/dist/collection/components/ez-form/ez-form.js +5 -3
  104. package/dist/collection/components/ez-form-view/ez-form-view.js +2 -1
  105. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +5 -2
  106. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +4 -0
  107. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +33 -9
  108. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +4 -1
  109. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +3 -1
  110. package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js +67 -0
  111. package/dist/collection/components/ez-grid/ez-grid.js +17 -37
  112. package/dist/collection/components/ez-grid/subcomponents/filter-column.js +7 -3
  113. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js +2 -2
  114. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js +11 -7
  115. package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js +0 -3
  116. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +5 -1
  117. package/dist/collection/components/ez-icon/ez-icon.css +1371 -161
  118. package/dist/collection/components/ez-list/ez-list.js +4 -2
  119. package/dist/collection/components/ez-list-item/ez-list-item.css +61 -0
  120. package/dist/collection/components/ez-list-item/ez-list-item.js +78 -0
  121. package/dist/collection/components/ez-modal/ez-modal.js +5 -1
  122. package/dist/collection/components/ez-modal-container/ez-modal-container.css +2 -0
  123. package/dist/collection/components/ez-modal-container/ez-modal-container.js +5 -1
  124. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +9 -5
  125. package/dist/collection/components/ez-number-input/ez-number-input.js +5 -1
  126. package/dist/collection/components/ez-pagination/ez-pagination.css +102 -0
  127. package/dist/collection/components/ez-pagination/ez-pagination.js +246 -0
  128. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.css +22 -0
  129. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js +135 -0
  130. package/dist/collection/components/ez-rich-text/ez-rich-text.css +30 -0
  131. package/dist/collection/components/ez-rich-text/ez-rich-text.js +575 -0
  132. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js +27 -0
  133. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.css +4 -0
  134. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js +23 -0
  135. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.css +4 -0
  136. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js +23 -0
  137. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.css +20 -0
  138. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.js +122 -0
  139. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.css +4 -0
  140. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js +23 -0
  141. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.css +42 -0
  142. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js +187 -0
  143. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.css +70 -0
  144. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js +220 -0
  145. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.js +1 -0
  146. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.js +14 -0
  147. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.js +10 -0
  148. package/dist/collection/components/ez-search/ez-search.js +7 -8
  149. package/dist/collection/components/ez-search-plus/ez-search-plus.js +8 -6
  150. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +5 -2
  151. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js +5 -2
  152. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +0 -1
  153. package/dist/collection/components/ez-skeleton/ez-skeleton.js +4 -2
  154. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +15 -11
  155. package/dist/collection/components/ez-spinner/ez-spinner.css +76 -0
  156. package/dist/collection/components/ez-spinner/ez-spinner.js +57 -0
  157. package/dist/collection/components/ez-split-button/ez-split-button.js +6 -6
  158. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +5 -1
  159. package/dist/collection/components/ez-text-area/ez-text-area.css +244 -212
  160. package/dist/collection/components/ez-text-area/ez-text-area.js +35 -28
  161. package/dist/collection/components/ez-text-edit/ez-text-edit.js +5 -1
  162. package/dist/collection/components/ez-text-input/ez-text-input.js +1 -0
  163. package/dist/collection/components/ez-time-input/ez-time-input.js +12 -10
  164. package/dist/collection/components/ez-tooltip/ez-tooltip.js +1 -1
  165. package/dist/collection/components/ez-tree/ez-tree.js +49 -1
  166. package/dist/collection/components/ez-tree/types/Tree.js +23 -0
  167. package/dist/collection/components/ez-upload/ez-upload.js +18 -12
  168. package/dist/collection/global/app-init.js +8 -0
  169. package/dist/collection/setupTests.js +1 -1
  170. package/dist/collection/utils/ApplicationUtils.js +43 -15
  171. package/dist/collection/utils/constants.js +0 -1
  172. package/dist/collection/utils/form/FormMetadata.js +3 -1
  173. package/dist/collection/utils/i18n/elanguages.js +6 -0
  174. package/dist/collection/utils/i18n/index.js +30 -0
  175. package/dist/collection/utils/i18n/locales/en-us.js +291 -0
  176. package/dist/collection/utils/i18n/locales/es-es.js +291 -0
  177. package/dist/collection/utils/i18n/locales/pt-br.js +291 -0
  178. package/dist/collection/utils/i18n/translations.js +9 -0
  179. package/dist/collection/utils/index.js +1 -1
  180. package/dist/collection/utils/searchColumn/search-column.js +0 -2
  181. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +8 -2
  182. package/dist/custom-elements/index.d.ts +66 -0
  183. package/dist/custom-elements/index.js +7247 -480
  184. package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-0fd22faf.js} +43 -15
  185. package/dist/esm/RichToolbarHelper-f3a149c4.js +29 -0
  186. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  187. package/dist/esm/app-globals-9a422cb4.js +12 -0
  188. package/dist/esm/{constants-b036528f.js → constants-3fabe81e.js} +1 -2
  189. package/dist/esm/ez-actions-button.entry.js +3 -2
  190. package/dist/esm/ez-alert-list.entry.js +6 -4
  191. package/dist/esm/ez-alert.entry.js +1 -1
  192. package/dist/esm/ez-application.entry.js +1 -1
  193. package/dist/esm/ez-avatar.entry.js +11 -3
  194. package/dist/esm/ez-badge.entry.js +1 -1
  195. package/dist/esm/ez-breadcrumb.entry.js +1 -1
  196. package/dist/esm/ez-button.entry.js +97 -27
  197. package/dist/esm/ez-calendar.entry.js +8 -7
  198. package/dist/esm/ez-card-item.entry.js +1 -1
  199. package/dist/esm/ez-chart.entry.js +3 -18
  200. package/dist/esm/ez-check.entry.js +2 -2
  201. package/dist/esm/ez-chip.entry.js +52 -48
  202. package/dist/esm/ez-classic-combo-box.entry.js +1 -1
  203. package/dist/esm/ez-classic-input.entry.js +1 -1
  204. package/dist/esm/ez-classic-text-area.entry.js +1 -1
  205. package/dist/esm/ez-collapsible-box.entry.js +15 -12
  206. package/dist/esm/{ez-combo-box-list_3.entry.js → ez-combo-box-list_4.entry.js} +293 -8
  207. package/dist/esm/ez-combo-box.entry.js +11 -8
  208. package/dist/esm/ez-date-input.entry.js +6 -2
  209. package/dist/esm/ez-date-time-input.entry.js +6 -2
  210. package/dist/esm/ez-dialog.entry.js +9 -7
  211. package/dist/esm/ez-double-list.entry.js +13 -5
  212. package/dist/esm/ez-dropdown.entry.js +1 -1
  213. package/dist/esm/ez-empty-card.entry.js +1 -1
  214. package/dist/esm/ez-file-item.entry.js +10 -7
  215. package/dist/esm/ez-filter-input.entry.js +125 -0
  216. package/dist/esm/ez-form-view.entry.js +12 -4
  217. package/dist/esm/ez-form.entry.js +9 -6
  218. package/dist/esm/ez-grid.entry.js +902 -225
  219. package/dist/esm/ez-guide-navigator.entry.js +6 -2
  220. package/dist/esm/ez-icon.entry.js +2 -2
  221. package/dist/esm/ez-link-builder_6.entry.js +306 -0
  222. package/dist/esm/ez-list-item.entry.js +18 -0
  223. package/dist/esm/ez-list.entry.js +5 -3
  224. package/dist/esm/ez-loading-bar.entry.js +1 -1
  225. package/dist/esm/ez-modal-container.entry.js +7 -3
  226. package/dist/esm/ez-modal.entry.js +6 -2
  227. package/dist/esm/ez-multi-selection-list.entry.js +10 -6
  228. package/dist/esm/ez-number-input.entry.js +6 -2
  229. package/dist/esm/ez-pagination.entry.js +113 -0
  230. package/dist/esm/ez-popover-core.entry.js +1 -1
  231. package/dist/esm/ez-popover-plus_3.entry.js +1 -1
  232. package/dist/esm/ez-popover.entry.js +1 -1
  233. package/dist/esm/ez-popup.entry.js +1 -1
  234. package/dist/esm/ez-progress-bar.entry.js +1 -1
  235. package/dist/esm/ez-radio-button.entry.js +1 -1
  236. package/dist/esm/ez-rich-toolbar-item.entry.js +23 -0
  237. package/dist/esm/ez-scroller_2.entry.js +1 -1
  238. package/dist/esm/ez-search-plus.entry.js +10 -8
  239. package/dist/esm/ez-search-result-list.entry.js +6 -3
  240. package/dist/esm/ez-search.entry.js +9 -10
  241. package/dist/esm/ez-sidebar-navigator.entry.js +6 -8
  242. package/dist/esm/ez-skeleton.entry.js +6 -4
  243. package/dist/esm/ez-sortable-list.entry.js +13 -6
  244. package/dist/esm/ez-spinner.entry.js +30 -0
  245. package/dist/esm/ez-split-button.entry.js +6 -5
  246. package/dist/esm/ez-split-item.entry.js +7 -3
  247. package/dist/esm/ez-split-panel.entry.js +1 -1
  248. package/dist/esm/ez-tabselector.entry.js +1 -1
  249. package/dist/esm/ez-tag.entry.js +1 -1
  250. package/dist/esm/ez-text-area.entry.js +35 -28
  251. package/dist/esm/ez-text-input.entry.js +2 -1
  252. package/dist/esm/ez-tile-medium.entry.js +1 -1
  253. package/dist/esm/ez-tile.entry.js +1 -1
  254. package/dist/esm/ez-time-input.entry.js +13 -11
  255. package/dist/esm/ez-toast.entry.js +1 -1
  256. package/dist/esm/{ez-filter-input_2.entry.js → ez-tooltip.entry.js} +3 -124
  257. package/dist/esm/ez-tree.entry.js +41 -2
  258. package/dist/esm/ez-underface.entry.js +1 -1
  259. package/dist/esm/ez-upload.entry.js +18 -12
  260. package/dist/esm/ez-view-stack.entry.js +1 -1
  261. package/dist/esm/ezui.js +7 -3
  262. package/dist/esm/filter-column.entry.js +9 -5
  263. package/dist/esm/index-6517a082.js +3702 -0
  264. package/dist/esm/{index-5a720e56.js → index-baa5e267.js} +31 -9
  265. package/dist/esm/loader.js +7 -3
  266. package/dist/esm/purify-34e6ff6f.js +1357 -0
  267. package/dist/esm/{search-column-35f4ad93.js → search-column-38ddb94e.js} +11 -7
  268. package/dist/ezui/ezui.esm.js +1 -1
  269. package/dist/ezui/p-035b5180.entry.js +1 -0
  270. package/dist/ezui/p-058025a4.entry.js +1 -0
  271. package/dist/ezui/p-0c966145.entry.js +1 -0
  272. package/dist/ezui/p-112455b1.js +1 -0
  273. package/dist/ezui/p-171e5243.entry.js +1 -0
  274. package/dist/ezui/p-187d669d.js +1 -0
  275. package/dist/ezui/{p-81461d2f.entry.js → p-1e7a8633.entry.js} +1 -1
  276. package/dist/ezui/{p-6b51c9cc.entry.js → p-1f50fa05.entry.js} +1 -1
  277. package/dist/ezui/p-20c024f7.entry.js +1 -0
  278. package/dist/ezui/p-22d80677.entry.js +1 -0
  279. package/dist/ezui/{p-e4c7eb39.js → p-23a36bb6.js} +2 -2
  280. package/dist/ezui/{p-06f1b8e4.entry.js → p-288631d1.entry.js} +1 -1
  281. package/dist/ezui/p-2a4ebffa.entry.js +1 -0
  282. package/dist/ezui/p-2c72377f.entry.js +1 -0
  283. package/dist/ezui/p-356b0a25.entry.js +1 -0
  284. package/dist/ezui/{p-06ed5e57.entry.js → p-3bf7f94b.entry.js} +1 -1
  285. package/dist/ezui/p-3e767a74.js +1 -0
  286. package/dist/ezui/p-432c2321.entry.js +1 -0
  287. package/dist/ezui/p-4446f3cd.entry.js +1 -0
  288. package/dist/ezui/{p-0378416a.entry.js → p-44caad9a.entry.js} +1 -1
  289. package/dist/ezui/p-47abb383.entry.js +1 -0
  290. package/dist/ezui/p-4805957f.entry.js +1 -0
  291. package/dist/ezui/{p-570cf58a.entry.js → p-48effc69.entry.js} +1 -1
  292. package/dist/ezui/{p-4a876b8b.entry.js → p-4d30b703.entry.js} +1 -1
  293. package/dist/ezui/p-4ff1501e.entry.js +7 -0
  294. package/dist/ezui/p-53bc30a1.entry.js +1 -0
  295. package/dist/ezui/p-53da64a6.entry.js +1 -0
  296. package/dist/ezui/p-5e1c1c64.entry.js +309 -0
  297. package/dist/ezui/{p-6fc26622.entry.js → p-5ed81457.entry.js} +1 -1
  298. package/dist/ezui/{p-3234f883.entry.js → p-603ef267.entry.js} +1 -1
  299. package/dist/ezui/p-60a626da.entry.js +1 -0
  300. package/dist/ezui/p-62b8d0db.js +1 -0
  301. package/dist/ezui/p-6369a0cd.entry.js +1 -0
  302. package/dist/ezui/p-66d18c42.entry.js +1 -0
  303. package/dist/ezui/p-69e45272.entry.js +1 -0
  304. package/dist/ezui/{p-0b531233.entry.js → p-6d596a5a.entry.js} +1 -1
  305. package/dist/ezui/p-6f77a359.entry.js +1 -0
  306. package/dist/ezui/p-714b46e6.entry.js +1 -0
  307. package/dist/ezui/p-71b3fb24.entry.js +1 -0
  308. package/dist/ezui/p-7626d180.js +1 -0
  309. package/dist/ezui/p-79044c3e.entry.js +1 -0
  310. package/dist/ezui/{p-5b85d3de.entry.js → p-7f792043.entry.js} +1 -1
  311. package/dist/ezui/{p-b7c6ce20.entry.js → p-7fe97ef5.entry.js} +1 -1
  312. package/dist/ezui/p-8b0e6b83.entry.js +1 -0
  313. package/dist/ezui/{p-82fa4b09.entry.js → p-8df1ca33.entry.js} +1 -1
  314. package/dist/ezui/p-91c9d50e.entry.js +1 -0
  315. package/dist/ezui/{p-05e68ab3.entry.js → p-93e1c917.entry.js} +1 -1
  316. package/dist/ezui/p-9b1f6efb.entry.js +1 -0
  317. package/dist/ezui/{p-d3779449.entry.js → p-9b2e6438.entry.js} +1 -1
  318. package/dist/ezui/{p-18e71523.entry.js → p-9c5cd3b2.entry.js} +1 -1
  319. package/dist/ezui/p-9f1694a5.entry.js +1 -0
  320. package/dist/ezui/{p-c2b20f78.entry.js → p-9f5fa3f9.entry.js} +1 -1
  321. package/dist/ezui/{p-9bcfa689.entry.js → p-a3075f52.entry.js} +1 -1
  322. package/dist/ezui/{p-f26b97e9.entry.js → p-a3ada561.entry.js} +1 -1
  323. package/dist/ezui/p-a7c85153.entry.js +1 -0
  324. package/dist/ezui/{p-dfca5946.entry.js → p-a80b1287.entry.js} +1 -1
  325. package/dist/ezui/p-b1e45320.js +1 -0
  326. package/dist/ezui/p-b71ac997.entry.js +1 -0
  327. package/dist/ezui/p-bc2f844e.entry.js +1 -0
  328. package/dist/ezui/{p-92748142.entry.js → p-c0d9c4f8.entry.js} +1 -1
  329. package/dist/ezui/p-c331a21e.entry.js +1 -0
  330. package/dist/ezui/p-c565e9c1.entry.js +1 -0
  331. package/dist/ezui/p-c77d297b.entry.js +1 -0
  332. package/dist/ezui/p-cc4b89ea.entry.js +1 -0
  333. package/dist/ezui/p-d0f4544c.js +1 -0
  334. package/dist/ezui/p-d2364956.js +3 -0
  335. package/dist/ezui/{p-c96e536d.entry.js → p-d2645bdf.entry.js} +1 -1
  336. package/dist/ezui/p-d2d9befa.entry.js +1 -0
  337. package/dist/ezui/p-d423e2b3.entry.js +1 -0
  338. package/dist/ezui/p-d6742c1e.entry.js +1 -0
  339. package/dist/ezui/{p-770cf2b8.entry.js → p-d6f50207.entry.js} +1 -1
  340. package/dist/ezui/p-d7e8ca9e.entry.js +1 -0
  341. package/dist/ezui/p-d8cc640d.entry.js +1 -0
  342. package/dist/ezui/p-dc8841c8.entry.js +1 -0
  343. package/dist/ezui/p-dee18824.entry.js +1 -0
  344. package/dist/ezui/p-df58d45b.entry.js +1 -0
  345. package/dist/ezui/p-e1e48a22.entry.js +1 -0
  346. package/dist/ezui/{p-000159dc.entry.js → p-e75c7a23.entry.js} +1 -1
  347. package/dist/ezui/p-e7a7c594.entry.js +1 -0
  348. package/dist/ezui/p-e9691b45.entry.js +1 -0
  349. package/dist/ezui/{p-44b39e81.entry.js → p-fa6732f2.entry.js} +1 -1
  350. package/dist/ezui/p-fcdc7d0b.entry.js +1 -0
  351. package/dist/types/components/ez-alert-list/ez-alert-list.d.ts +2 -1
  352. package/dist/types/components/ez-avatar/ez-avatar.d.ts +5 -0
  353. package/dist/types/components/ez-button/ez-button.d.ts +48 -2
  354. package/dist/types/components/ez-calendar/ez-calendar.d.ts +2 -3
  355. package/dist/types/components/ez-chip/ez-chip.d.ts +32 -6
  356. package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +2 -0
  357. package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +2 -0
  358. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +6 -2
  359. package/dist/types/components/ez-date-input/ez-date-input.d.ts +2 -0
  360. package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +2 -0
  361. package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -2
  362. package/dist/types/components/ez-double-list/ez-double-list.d.ts +2 -0
  363. package/dist/types/components/ez-file-item/ez-file-item.d.ts +2 -0
  364. package/dist/types/components/ez-form/ez-form.d.ts +1 -0
  365. package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -0
  366. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -0
  367. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +2 -0
  368. package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +1 -0
  369. package/dist/types/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.d.ts +1 -1
  370. package/dist/types/components/ez-grid/controller/ag-grid/utils/buildLocaleText.d.ts +66 -0
  371. package/dist/types/components/ez-grid/ez-grid.d.ts +2 -3
  372. package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +2 -0
  373. package/dist/types/components/ez-grid/subcomponents/selection-counter.d.ts +2 -0
  374. package/dist/types/components/ez-grid/subcomponents/utils/selectionCounterUtils.d.ts +2 -2
  375. package/dist/types/components/ez-grid/utils/InMemoryFilterColumnDataSource.d.ts +0 -1
  376. package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +2 -0
  377. package/dist/types/components/ez-list/ez-list.d.ts +2 -1
  378. package/dist/types/components/ez-list-item/ez-list-item.d.ts +9 -0
  379. package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
  380. package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
  381. package/dist/types/components/ez-multi-selection-list/ez-multi-selection-list.d.ts +2 -0
  382. package/dist/types/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.d.ts +0 -1
  383. package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
  384. package/dist/types/components/ez-pagination/ez-pagination.d.ts +47 -0
  385. package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +19 -0
  386. package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +105 -0
  387. package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +31 -0
  388. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +5 -0
  389. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +5 -0
  390. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.d.ts +11 -0
  391. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +5 -0
  392. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +35 -0
  393. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +39 -0
  394. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.d.ts +1 -0
  395. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.d.ts +1 -0
  396. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.d.ts +1 -0
  397. package/dist/types/components/ez-search/ez-search.d.ts +2 -3
  398. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +2 -1
  399. package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +2 -1
  400. package/dist/types/components/ez-sidebar-navigator/ez-sidebar-navigator.d.ts +2 -0
  401. package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +0 -1
  402. package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +2 -1
  403. package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +2 -0
  404. package/dist/types/components/ez-spinner/ez-spinner.d.ts +10 -0
  405. package/dist/types/components/ez-split-button/ez-split-button.d.ts +2 -2
  406. package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +2 -0
  407. package/dist/types/components/ez-text-area/ez-text-area.d.ts +6 -3
  408. package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +2 -0
  409. package/dist/types/components/ez-time-input/ez-time-input.d.ts +2 -1
  410. package/dist/types/components/ez-tree/ez-tree.d.ts +10 -0
  411. package/dist/types/components/ez-tree/types/Tree.d.ts +3 -0
  412. package/dist/types/components/ez-upload/ez-upload.d.ts +3 -1
  413. package/dist/types/components.d.ts +548 -5
  414. package/dist/types/global/app-init.d.ts +1 -0
  415. package/dist/types/utils/ApplicationUtils.d.ts +3 -1
  416. package/dist/types/utils/constants.d.ts +0 -1
  417. package/dist/types/utils/i18n/elanguages.d.ts +5 -0
  418. package/dist/types/utils/i18n/index.d.ts +5 -0
  419. package/dist/types/utils/i18n/locales/en-us.d.ts +292 -0
  420. package/dist/types/utils/i18n/locales/es-es.d.ts +292 -0
  421. package/dist/types/utils/i18n/locales/pt-br.d.ts +292 -0
  422. package/dist/types/utils/i18n/translations.d.ts +876 -0
  423. package/dist/types/utils/index.d.ts +1 -1
  424. package/dist/types/utils/searchColumn/search-column.d.ts +0 -2
  425. package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -0
  426. package/package.json +11 -3
  427. package/react/components.d.ts +11 -0
  428. package/react/components.js +11 -0
  429. package/react/components.js.map +1 -1
  430. package/dist/cjs/ApplicationUtils-c9d1205c.js.gz +0 -0
  431. package/dist/cjs/CSSVarsUtils-f20973d1.js.gz +0 -0
  432. package/dist/cjs/CheckMode-ecb90b87.js.gz +0 -0
  433. package/dist/cjs/DialogType-2114c337.js.gz +0 -0
  434. package/dist/cjs/EzScrollDirection-b2c99895.js.gz +0 -0
  435. package/dist/cjs/FocusResolver-885f2173.js.gz +0 -0
  436. package/dist/cjs/FormLayout-18853e70.js.gz +0 -0
  437. package/dist/cjs/constants-569271bc.js.gz +0 -0
  438. package/dist/cjs/ez-actions-button.cjs.entry.js.gz +0 -0
  439. package/dist/cjs/ez-alert-list.cjs.entry.js.gz +0 -0
  440. package/dist/cjs/ez-alert.cjs.entry.js.gz +0 -0
  441. package/dist/cjs/ez-application.cjs.entry.js.gz +0 -0
  442. package/dist/cjs/ez-avatar.cjs.entry.js.gz +0 -0
  443. package/dist/cjs/ez-badge.cjs.entry.js.gz +0 -0
  444. package/dist/cjs/ez-breadcrumb.cjs.entry.js.gz +0 -0
  445. package/dist/cjs/ez-button.cjs.entry.js.gz +0 -0
  446. package/dist/cjs/ez-calendar.cjs.entry.js.gz +0 -0
  447. package/dist/cjs/ez-card-item.cjs.entry.js.gz +0 -0
  448. package/dist/cjs/ez-chart.cjs.entry.js.gz +0 -0
  449. package/dist/cjs/ez-check.cjs.entry.js.gz +0 -0
  450. package/dist/cjs/ez-chip.cjs.entry.js.gz +0 -0
  451. package/dist/cjs/ez-classic-combo-box.cjs.entry.js.gz +0 -0
  452. package/dist/cjs/ez-classic-input.cjs.entry.js.gz +0 -0
  453. package/dist/cjs/ez-classic-text-area.cjs.entry.js.gz +0 -0
  454. package/dist/cjs/ez-collapsible-box.cjs.entry.js.gz +0 -0
  455. package/dist/cjs/ez-combo-box-list_3.cjs.entry.js.gz +0 -0
  456. package/dist/cjs/ez-combo-box.cjs.entry.js.gz +0 -0
  457. package/dist/cjs/ez-date-input.cjs.entry.js.gz +0 -0
  458. package/dist/cjs/ez-date-time-input.cjs.entry.js.gz +0 -0
  459. package/dist/cjs/ez-dialog.cjs.entry.js.gz +0 -0
  460. package/dist/cjs/ez-double-list.cjs.entry.js.gz +0 -0
  461. package/dist/cjs/ez-dropdown.cjs.entry.js.gz +0 -0
  462. package/dist/cjs/ez-empty-card.cjs.entry.js.gz +0 -0
  463. package/dist/cjs/ez-file-item.cjs.entry.js.gz +0 -0
  464. package/dist/cjs/ez-filter-input_2.cjs.entry.js.gz +0 -0
  465. package/dist/cjs/ez-form-view.cjs.entry.js.gz +0 -0
  466. package/dist/cjs/ez-form.cjs.entry.js.gz +0 -0
  467. package/dist/cjs/ez-grid.cjs.entry.js.gz +0 -0
  468. package/dist/cjs/ez-guide-navigator.cjs.entry.js.gz +0 -0
  469. package/dist/cjs/ez-icon.cjs.entry.js.gz +0 -0
  470. package/dist/cjs/ez-list.cjs.entry.js.gz +0 -0
  471. package/dist/cjs/ez-loading-bar.cjs.entry.js.gz +0 -0
  472. package/dist/cjs/ez-modal-container.cjs.entry.js.gz +0 -0
  473. package/dist/cjs/ez-modal.cjs.entry.js.gz +0 -0
  474. package/dist/cjs/ez-multi-selection-list.cjs.entry.js.gz +0 -0
  475. package/dist/cjs/ez-number-input.cjs.entry.js.gz +0 -0
  476. package/dist/cjs/ez-popover-core.cjs.entry.js.gz +0 -0
  477. package/dist/cjs/ez-popover-plus_3.cjs.entry.js.gz +0 -0
  478. package/dist/cjs/ez-popover.cjs.entry.js.gz +0 -0
  479. package/dist/cjs/ez-popup.cjs.entry.js.gz +0 -0
  480. package/dist/cjs/ez-progress-bar.cjs.entry.js.gz +0 -0
  481. package/dist/cjs/ez-radio-button.cjs.entry.js.gz +0 -0
  482. package/dist/cjs/ez-scroller_2.cjs.entry.js.gz +0 -0
  483. package/dist/cjs/ez-search-plus.cjs.entry.js.gz +0 -0
  484. package/dist/cjs/ez-search-result-list.cjs.entry.js.gz +0 -0
  485. package/dist/cjs/ez-search.cjs.entry.js.gz +0 -0
  486. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js.gz +0 -0
  487. package/dist/cjs/ez-skeleton.cjs.entry.js.gz +0 -0
  488. package/dist/cjs/ez-sortable-list.cjs.entry.js.gz +0 -0
  489. package/dist/cjs/ez-split-button.cjs.entry.js.gz +0 -0
  490. package/dist/cjs/ez-split-item.cjs.entry.js.gz +0 -0
  491. package/dist/cjs/ez-split-panel.cjs.entry.js.gz +0 -0
  492. package/dist/cjs/ez-tabselector.cjs.entry.js.gz +0 -0
  493. package/dist/cjs/ez-tag.cjs.entry.js.gz +0 -0
  494. package/dist/cjs/ez-text-area.cjs.entry.js.gz +0 -0
  495. package/dist/cjs/ez-text-input.cjs.entry.js.gz +0 -0
  496. package/dist/cjs/ez-tile-medium.cjs.entry.js.gz +0 -0
  497. package/dist/cjs/ez-tile.cjs.entry.js.gz +0 -0
  498. package/dist/cjs/ez-time-input.cjs.entry.js.gz +0 -0
  499. package/dist/cjs/ez-toast.cjs.entry.js.gz +0 -0
  500. package/dist/cjs/ez-tree.cjs.entry.js.gz +0 -0
  501. package/dist/cjs/ez-underface.cjs.entry.js.gz +0 -0
  502. package/dist/cjs/ez-upload.cjs.entry.js.gz +0 -0
  503. package/dist/cjs/ez-view-stack.cjs.entry.js.gz +0 -0
  504. package/dist/cjs/ezListHelper-0d3970b4.js.gz +0 -0
  505. package/dist/cjs/ezui.cjs.js.gz +0 -0
  506. package/dist/cjs/filter-column.cjs.entry.js.gz +0 -0
  507. package/dist/cjs/floating-ui.dom.esm-017acce4.js.gz +0 -0
  508. package/dist/cjs/index-9e5554cb.js.gz +0 -0
  509. package/dist/cjs/index.cjs.js.gz +0 -0
  510. package/dist/cjs/loader.cjs.js.gz +0 -0
  511. package/dist/cjs/search-column-1d3c9fa5.js.gz +0 -0
  512. package/dist/cjs/searchFormatters-b7e1ed1e.js.gz +0 -0
  513. package/dist/collection/components/ez-actions-button/ez-actions-button.css.gz +0 -0
  514. package/dist/collection/components/ez-actions-button/ez-actions-button.js.gz +0 -0
  515. package/dist/collection/components/ez-alert/ez-alert.css.gz +0 -0
  516. package/dist/collection/components/ez-alert/ez-alert.js.gz +0 -0
  517. package/dist/collection/components/ez-alert-list/ez-alert-list.css.gz +0 -0
  518. package/dist/collection/components/ez-alert-list/ez-alert-list.js.gz +0 -0
  519. package/dist/collection/components/ez-application/ez-application.css.gz +0 -0
  520. package/dist/collection/components/ez-application/ez-application.js.gz +0 -0
  521. package/dist/collection/components/ez-avatar/ez-avatar.css.gz +0 -0
  522. package/dist/collection/components/ez-avatar/ez-avatar.js.gz +0 -0
  523. package/dist/collection/components/ez-badge/enum/sizes.js.gz +0 -0
  524. package/dist/collection/components/ez-badge/ez-badge.css.gz +0 -0
  525. package/dist/collection/components/ez-badge/ez-badge.js.gz +0 -0
  526. package/dist/collection/components/ez-badge/interfaces/IPosition.js.gz +0 -0
  527. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.css.gz +0 -0
  528. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.js.gz +0 -0
  529. package/dist/collection/components/ez-breadcrumb/subcomponents/breadcrumb-item.js.gz +0 -0
  530. package/dist/collection/components/ez-button/ez-button.css.gz +0 -0
  531. package/dist/collection/components/ez-button/ez-button.js.gz +0 -0
  532. package/dist/collection/components/ez-calendar/ez-calendar.css.gz +0 -0
  533. package/dist/collection/components/ez-calendar/ez-calendar.js.gz +0 -0
  534. package/dist/collection/components/ez-card-item/ez-card-item.css.gz +0 -0
  535. package/dist/collection/components/ez-card-item/ez-card-item.js.gz +0 -0
  536. package/dist/collection/components/ez-chart/components/BarChart.js.gz +0 -0
  537. package/dist/collection/components/ez-chart/components/ColumnChart.js.gz +0 -0
  538. package/dist/collection/components/ez-chart/components/DonutChart.js.gz +0 -0
  539. package/dist/collection/components/ez-chart/components/LineChart.js.gz +0 -0
  540. package/dist/collection/components/ez-chart/components/PieChart.js.gz +0 -0
  541. package/dist/collection/components/ez-chart/components/index.js.gz +0 -0
  542. package/dist/collection/components/ez-chart/ez-chart.css.gz +0 -0
  543. package/dist/collection/components/ez-chart/ez-chart.js.gz +0 -0
  544. package/dist/collection/components/ez-chart/interfaces/ChartAxis.js.gz +0 -0
  545. package/dist/collection/components/ez-chart/interfaces/ChartContext.js.gz +0 -0
  546. package/dist/collection/components/ez-chart/interfaces/ChartOptions.js.gz +0 -0
  547. package/dist/collection/components/ez-chart/interfaces/ChartSerie.js.gz +0 -0
  548. package/dist/collection/components/ez-chart/interfaces/ChartStrategies.js.gz +0 -0
  549. package/dist/collection/components/ez-chart/interfaces/ChartType.js.gz +0 -0
  550. package/dist/collection/components/ez-chart/interfaces/ChartTypeValue.js.gz +0 -0
  551. package/dist/collection/components/ez-chart/interfaces/index.js.gz +0 -0
  552. package/dist/collection/components/ez-chart/test/mock-chart.js.gz +0 -0
  553. package/dist/collection/components/ez-chart/types/BaseHighChartsRender.js.gz +0 -0
  554. package/dist/collection/components/ez-check/CheckMode.js.gz +0 -0
  555. package/dist/collection/components/ez-check/ez-check.css.gz +0 -0
  556. package/dist/collection/components/ez-check/ez-check.js.gz +0 -0
  557. package/dist/collection/components/ez-chip/ez-chip.css.gz +0 -0
  558. package/dist/collection/components/ez-chip/ez-chip.js.gz +0 -0
  559. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.css.gz +0 -0
  560. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js.gz +0 -0
  561. package/dist/collection/components/ez-classic-combo-box/interfaces/IOption.js.gz +0 -0
  562. package/dist/collection/components/ez-classic-input/ez-classic-input.css.gz +0 -0
  563. package/dist/collection/components/ez-classic-input/ez-classic-input.js.gz +0 -0
  564. package/dist/collection/components/ez-classic-input/interfaces/optionsSetFocus.js.gz +0 -0
  565. package/dist/collection/components/ez-classic-input/utils/maskFormatter.js.gz +0 -0
  566. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.css.gz +0 -0
  567. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.js.gz +0 -0
  568. package/dist/collection/components/ez-classic-text-area/interfaces/optionsSetFocus.js.gz +0 -0
  569. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css.gz +0 -0
  570. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js.gz +0 -0
  571. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css.gz +0 -0
  572. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js.gz +0 -0
  573. package/dist/collection/components/ez-combo-box/ez-combo-box.css.gz +0 -0
  574. package/dist/collection/components/ez-combo-box/ez-combo-box.js.gz +0 -0
  575. package/dist/collection/components/ez-date-input/ez-date-input.css.gz +0 -0
  576. package/dist/collection/components/ez-date-input/ez-date-input.js.gz +0 -0
  577. package/dist/collection/components/ez-date-time-input/ez-date-time-input.css.gz +0 -0
  578. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js.gz +0 -0
  579. package/dist/collection/components/ez-dialog/DialogType.js.gz +0 -0
  580. package/dist/collection/components/ez-dialog/ez-dialog.css.gz +0 -0
  581. package/dist/collection/components/ez-dialog/ez-dialog.js.gz +0 -0
  582. package/dist/collection/components/ez-double-list/doubleListHelper.js.gz +0 -0
  583. package/dist/collection/components/ez-double-list/ez-double-list.css.gz +0 -0
  584. package/dist/collection/components/ez-double-list/ez-double-list.js.gz +0 -0
  585. package/dist/collection/components/ez-dropdown/ez-dropdown.css.gz +0 -0
  586. package/dist/collection/components/ez-dropdown/ez-dropdown.js.gz +0 -0
  587. package/dist/collection/components/ez-dropdown/structure/DropdownItem.js.gz +0 -0
  588. package/dist/collection/components/ez-dropdown/structure/SubmenuControl.js.gz +0 -0
  589. package/dist/collection/components/ez-empty-card/ez-empty-card.css.gz +0 -0
  590. package/dist/collection/components/ez-empty-card/ez-empty-card.js.gz +0 -0
  591. package/dist/collection/components/ez-file-item/ez-file-item.css.gz +0 -0
  592. package/dist/collection/components/ez-file-item/ez-file-item.js.gz +0 -0
  593. package/dist/collection/components/ez-filter-input/ez-filter-input.css.gz +0 -0
  594. package/dist/collection/components/ez-filter-input/ez-filter-input.js.gz +0 -0
  595. package/dist/collection/components/ez-form/ez-form.css.gz +0 -0
  596. package/dist/collection/components/ez-form/ez-form.js.gz +0 -0
  597. package/dist/collection/components/ez-form/store/form.slice.js.gz +0 -0
  598. package/dist/collection/components/ez-form-view/custom-input/ez-custom-form-input.js.gz +0 -0
  599. package/dist/collection/components/ez-form-view/ez-form-view.css.gz +0 -0
  600. package/dist/collection/components/ez-form-view/ez-form-view.js.gz +0 -0
  601. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js.gz +0 -0
  602. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js.gz +0 -0
  603. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js.gz +0 -0
  604. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js.gz +0 -0
  605. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js.gz +0 -0
  606. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js.gz +0 -0
  607. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js.gz +0 -0
  608. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js.gz +0 -0
  609. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js.gz +0 -0
  610. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js.gz +0 -0
  611. package/dist/collection/components/ez-form-view/interfaces/IFormViewField.js.gz +0 -0
  612. package/dist/collection/components/ez-form-view/interfaces/index.js.gz +0 -0
  613. package/dist/collection/components/ez-form-view/structure/index.js.gz +0 -0
  614. package/dist/collection/components/ez-grid/controller/EzGridController.js.gz +0 -0
  615. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js.gz +0 -0
  616. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js.gz +0 -0
  617. package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js.gz +0 -0
  618. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js.gz +0 -0
  619. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.js.gz +0 -0
  620. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellRender.js.gz +0 -0
  621. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.js.gz +0 -0
  622. package/dist/collection/components/ez-grid/controller/ag-grid/components/cellRendererStatus.js.gz +0 -0
  623. package/dist/collection/components/ez-grid/controller/ag-grid/components/selectionHeader.js.gz +0 -0
  624. package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellEditorConstants.js.gz +0 -0
  625. package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellRenderConstants.js.gz +0 -0
  626. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js.gz +0 -0
  627. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellRender.js.gz +0 -0
  628. package/dist/collection/components/ez-grid/controller/ag-grid/editor/GridEditorUtils.js.gz +0 -0
  629. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IEditorMetadata.js.gz +0 -0
  630. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellEditor.js.gz +0 -0
  631. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellRender.js.gz +0 -0
  632. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/ComboBox.tpl.js.gz +0 -0
  633. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/DateInput.tpl.js.gz +0 -0
  634. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/NumberInput.tpl.js.gz +0 -0
  635. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/Search.tpl.js.gz +0 -0
  636. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.js.gz +0 -0
  637. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/TextInput.tpl.js.gz +0 -0
  638. package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js +0 -75
  639. package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js.gz +0 -0
  640. package/dist/collection/components/ez-grid/controller/ag-grid/mock/Server.js.gz +0 -0
  641. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js.gz +0 -0
  642. package/dist/collection/components/ez-grid/ez-grid.css.gz +0 -0
  643. package/dist/collection/components/ez-grid/ez-grid.js.gz +0 -0
  644. package/dist/collection/components/ez-grid/interfaces/IColumnFilter.js.gz +0 -0
  645. package/dist/collection/components/ez-grid/interfaces/ICustomFormatter.js.gz +0 -0
  646. package/dist/collection/components/ez-grid/interfaces/IGridMode.js.gz +0 -0
  647. package/dist/collection/components/ez-grid/interfaces/ISelection.js.gz +0 -0
  648. package/dist/collection/components/ez-grid/interfaces/ISelectionToastConfig.js.gz +0 -0
  649. package/dist/collection/components/ez-grid/interfaces/index.js.gz +0 -0
  650. package/dist/collection/components/ez-grid/subcomponents/filter-column.css.gz +0 -0
  651. package/dist/collection/components/ez-grid/subcomponents/filter-column.js.gz +0 -0
  652. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js.gz +0 -0
  653. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js.gz +0 -0
  654. package/dist/collection/components/ez-grid/test/resources/gridDataUnit.js.gz +0 -0
  655. package/dist/collection/components/ez-grid/utils/ColumnFilterManager.js.gz +0 -0
  656. package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js.gz +0 -0
  657. package/dist/collection/components/ez-grid/utils/index.js.gz +0 -0
  658. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.css.gz +0 -0
  659. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js.gz +0 -0
  660. package/dist/collection/components/ez-guide-navigator/interfaces/IGuideItem.js.gz +0 -0
  661. package/dist/collection/components/ez-guide-navigator/interfaces/index.js.gz +0 -0
  662. package/dist/collection/components/ez-icon/ez-icon.css.gz +0 -0
  663. package/dist/collection/components/ez-icon/ez-icon.js.gz +0 -0
  664. package/dist/collection/components/ez-list/ez-list.css.gz +0 -0
  665. package/dist/collection/components/ez-list/ez-list.js.gz +0 -0
  666. package/dist/collection/components/ez-list/ezListHelper.js.gz +0 -0
  667. package/dist/collection/components/ez-loading-bar/ez-loading-bar.css.gz +0 -0
  668. package/dist/collection/components/ez-loading-bar/ez-loading-bar.js.gz +0 -0
  669. package/dist/collection/components/ez-modal/ez-modal.css.gz +0 -0
  670. package/dist/collection/components/ez-modal/ez-modal.js.gz +0 -0
  671. package/dist/collection/components/ez-modal-container/ez-modal-container.css.gz +0 -0
  672. package/dist/collection/components/ez-modal-container/ez-modal-container.js.gz +0 -0
  673. package/dist/collection/components/ez-modal-container/index.js.gz +0 -0
  674. package/dist/collection/components/ez-modal-container/modal-action.js.gz +0 -0
  675. package/dist/collection/components/ez-modal-container/modal-button-status.js.gz +0 -0
  676. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.css.gz +0 -0
  677. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js.gz +0 -0
  678. package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.js.gz +0 -0
  679. package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionOption.js.gz +0 -0
  680. package/dist/collection/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.js.gz +0 -0
  681. package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.css.gz +0 -0
  682. package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.js.gz +0 -0
  683. package/dist/collection/components/ez-number-input/ez-number-input.css.gz +0 -0
  684. package/dist/collection/components/ez-number-input/ez-number-input.js.gz +0 -0
  685. package/dist/collection/components/ez-popover/ez-popover.css.gz +0 -0
  686. package/dist/collection/components/ez-popover/ez-popover.js.gz +0 -0
  687. package/dist/collection/components/ez-popover-plus/ez-popover-plus.css.gz +0 -0
  688. package/dist/collection/components/ez-popover-plus/ez-popover-plus.js.gz +0 -0
  689. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css.gz +0 -0
  690. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js.gz +0 -0
  691. package/dist/collection/components/ez-popup/ez-popup.css.gz +0 -0
  692. package/dist/collection/components/ez-popup/ez-popup.js.gz +0 -0
  693. package/dist/collection/components/ez-progress-bar/ez-progress-bar.css.gz +0 -0
  694. package/dist/collection/components/ez-progress-bar/ez-progress-bar.js.gz +0 -0
  695. package/dist/collection/components/ez-radio-button/ez-radio-button.css.gz +0 -0
  696. package/dist/collection/components/ez-radio-button/ez-radio-button.js.gz +0 -0
  697. package/dist/collection/components/ez-scroller/EzScrollDirection.js.gz +0 -0
  698. package/dist/collection/components/ez-scroller/ez-scroller.css.gz +0 -0
  699. package/dist/collection/components/ez-scroller/ez-scroller.js.gz +0 -0
  700. package/dist/collection/components/ez-search/ez-search.css.gz +0 -0
  701. package/dist/collection/components/ez-search/ez-search.js.gz +0 -0
  702. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.css.gz +0 -0
  703. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.js.gz +0 -0
  704. package/dist/collection/components/ez-search/utils/searchFormatters.js.gz +0 -0
  705. package/dist/collection/components/ez-search-plus/ez-search-plus.css.gz +0 -0
  706. package/dist/collection/components/ez-search-plus/ez-search-plus.js.gz +0 -0
  707. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.css.gz +0 -0
  708. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js.gz +0 -0
  709. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css.gz +0 -0
  710. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js.gz +0 -0
  711. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.css.gz +0 -0
  712. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js.gz +0 -0
  713. package/dist/collection/components/ez-sidebar-navigator/interfaces/ModeMenuEnum.js.gz +0 -0
  714. package/dist/collection/components/ez-sidebar-navigator/interfaces/SizeMenuEnum.js.gz +0 -0
  715. package/dist/collection/components/ez-sidebar-navigator/interfaces/TypeMenuEnum.js.gz +0 -0
  716. package/dist/collection/components/ez-sidebar-navigator/interfaces/index.js.gz +0 -0
  717. package/dist/collection/components/ez-sidebar-navigator/messages/constants.js +0 -5
  718. package/dist/collection/components/ez-sidebar-navigator/messages/constants.js.gz +0 -0
  719. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js.gz +0 -0
  720. package/dist/collection/components/ez-skeleton/ez-skeleton.css.gz +0 -0
  721. package/dist/collection/components/ez-skeleton/ez-skeleton.js.gz +0 -0
  722. package/dist/collection/components/ez-sortable-list/ez-sortable-list.css.gz +0 -0
  723. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js.gz +0 -0
  724. package/dist/collection/components/ez-split-button/ez-split-button.css.gz +0 -0
  725. package/dist/collection/components/ez-split-button/ez-split-button.js.gz +0 -0
  726. package/dist/collection/components/ez-split-button/test/dropdownItems.js.gz +0 -0
  727. package/dist/collection/components/ez-split-panel/ez-split-panel.css.gz +0 -0
  728. package/dist/collection/components/ez-split-panel/ez-split-panel.js.gz +0 -0
  729. package/dist/collection/components/ez-split-panel/interfaces/IPanelSizeInfo.js.gz +0 -0
  730. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css.gz +0 -0
  731. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js.gz +0 -0
  732. package/dist/collection/components/ez-tabselector/ez-tabselector.css.gz +0 -0
  733. package/dist/collection/components/ez-tabselector/ez-tabselector.js.gz +0 -0
  734. package/dist/collection/components/ez-tag/ez-tag.css.gz +0 -0
  735. package/dist/collection/components/ez-tag/ez-tag.js.gz +0 -0
  736. package/dist/collection/components/ez-text-area/ez-text-area.css.gz +0 -0
  737. package/dist/collection/components/ez-text-area/ez-text-area.js.gz +0 -0
  738. package/dist/collection/components/ez-text-edit/ez-text-edit.css.gz +0 -0
  739. package/dist/collection/components/ez-text-edit/ez-text-edit.js.gz +0 -0
  740. package/dist/collection/components/ez-text-input/ez-text-input.css.gz +0 -0
  741. package/dist/collection/components/ez-text-input/ez-text-input.js.gz +0 -0
  742. package/dist/collection/components/ez-tile/ez-tile.css.gz +0 -0
  743. package/dist/collection/components/ez-tile/ez-tile.js.gz +0 -0
  744. package/dist/collection/components/ez-tile-medium/ez-tile-medium.css.gz +0 -0
  745. package/dist/collection/components/ez-tile-medium/ez-tile-medium.js.gz +0 -0
  746. package/dist/collection/components/ez-time-input/ez-time-input.css.gz +0 -0
  747. package/dist/collection/components/ez-time-input/ez-time-input.js.gz +0 -0
  748. package/dist/collection/components/ez-toast/ez-toast.css.gz +0 -0
  749. package/dist/collection/components/ez-toast/ez-toast.js.gz +0 -0
  750. package/dist/collection/components/ez-tooltip/ez-tooltip.css.gz +0 -0
  751. package/dist/collection/components/ez-tooltip/ez-tooltip.js.gz +0 -0
  752. package/dist/collection/components/ez-tree/ez-tree.css.gz +0 -0
  753. package/dist/collection/components/ez-tree/ez-tree.js.gz +0 -0
  754. package/dist/collection/components/ez-tree/interfaces/ITree.js.gz +0 -0
  755. package/dist/collection/components/ez-tree/interfaces/ITreeItem.js.gz +0 -0
  756. package/dist/collection/components/ez-tree/interfaces/ITreeItemBadge.js.gz +0 -0
  757. package/dist/collection/components/ez-tree/subcomponents/DefaultIconResolver.js.gz +0 -0
  758. package/dist/collection/components/ez-tree/subcomponents/DefaultTooltipResolver.js.gz +0 -0
  759. package/dist/collection/components/ez-tree/subcomponents/TreeItem.js.gz +0 -0
  760. package/dist/collection/components/ez-tree/subcomponents/index.js.gz +0 -0
  761. package/dist/collection/components/ez-tree/types/Node.js.gz +0 -0
  762. package/dist/collection/components/ez-tree/types/Tree.js.gz +0 -0
  763. package/dist/collection/components/ez-underface/ez-underface.css.gz +0 -0
  764. package/dist/collection/components/ez-underface/ez-underface.js.gz +0 -0
  765. package/dist/collection/components/ez-upload/RemoteFile.js.gz +0 -0
  766. package/dist/collection/components/ez-upload/ez-upload.css.gz +0 -0
  767. package/dist/collection/components/ez-upload/ez-upload.js.gz +0 -0
  768. package/dist/collection/components/ez-view-stack/ez-view-stack.css.gz +0 -0
  769. package/dist/collection/components/ez-view-stack/ez-view-stack.js.gz +0 -0
  770. package/dist/collection/index.js.gz +0 -0
  771. package/dist/collection/servidor.js.gz +0 -0
  772. package/dist/collection/setupTests.js.gz +0 -0
  773. package/dist/collection/sw.js.gz +0 -0
  774. package/dist/collection/utils/ApplicationUtils.js.gz +0 -0
  775. package/dist/collection/utils/AssetsUtils.js.gz +0 -0
  776. package/dist/collection/utils/CSSVarsUtils.js.gz +0 -0
  777. package/dist/collection/utils/FocusResolver.js.gz +0 -0
  778. package/dist/collection/utils/ag-grid-license.js.gz +0 -0
  779. package/dist/collection/utils/constants.js.gz +0 -0
  780. package/dist/collection/utils/customEditor/interfaces/ICustomEditor.js.gz +0 -0
  781. package/dist/collection/utils/customEditor/interfaces/ICustomEditorInfo.js.gz +0 -0
  782. package/dist/collection/utils/customRender/interfaces/ICustomRender.js.gz +0 -0
  783. package/dist/collection/utils/customRender/interfaces/ICustomRenderInfo.js.gz +0 -0
  784. package/dist/collection/utils/form/DataBinder.js.gz +0 -0
  785. package/dist/collection/utils/form/FormMetadata.js.gz +0 -0
  786. package/dist/collection/utils/form/index.js.gz +0 -0
  787. package/dist/collection/utils/form/interfaces/FormLayout.js.gz +0 -0
  788. package/dist/collection/utils/form/interfaces/IDefaultConfig.js.gz +0 -0
  789. package/dist/collection/utils/form/interfaces/IFormCardConfig.js.gz +0 -0
  790. package/dist/collection/utils/form/interfaces/IFormConfig.js.gz +0 -0
  791. package/dist/collection/utils/form/interfaces/IFormSheetMetadata.js.gz +0 -0
  792. package/dist/collection/utils/form/interfaces/ISummaryField.js.gz +0 -0
  793. package/dist/collection/utils/form/interfaces/ITabConfig.js.gz +0 -0
  794. package/dist/collection/utils/form/interfaces/index.js.gz +0 -0
  795. package/dist/collection/utils/form/test/DataBinder.test.js.gz +0 -0
  796. package/dist/collection/utils/form/test/resources/metadataTest.js.gz +0 -0
  797. package/dist/collection/utils/index.js.gz +0 -0
  798. package/dist/collection/utils/interfaces/AbstractFieldMetadata.js.gz +0 -0
  799. package/dist/collection/utils/interfaces/IAction.js.gz +0 -0
  800. package/dist/collection/utils/interfaces/IFieldConfig.js.gz +0 -0
  801. package/dist/collection/utils/mock/ez-upload-mock.js.gz +0 -0
  802. package/dist/collection/utils/search/types.js.gz +0 -0
  803. package/dist/collection/utils/searchColumn/search-column.js.gz +0 -0
  804. package/dist/collection/utils/utils.js.gz +0 -0
  805. package/dist/collection/utils/validators/recordvalidator/IInvalidCells.js.gz +0 -0
  806. package/dist/collection/utils/validators/recordvalidator/IInvalidField.js.gz +0 -0
  807. package/dist/collection/utils/validators/recordvalidator/IRecordValidator.js.gz +0 -0
  808. package/dist/collection/utils/validators/recordvalidator/IValidationResult.js.gz +0 -0
  809. package/dist/collection/utils/validators/recordvalidator/IValidationSource.js.gz +0 -0
  810. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js.gz +0 -0
  811. package/dist/custom-elements/index.js.gz +0 -0
  812. package/dist/esm/ApplicationUtils-eaf91331.js.gz +0 -0
  813. package/dist/esm/CSSVarsUtils-acba92d7.js.gz +0 -0
  814. package/dist/esm/CheckMode-bdb2ec19.js.gz +0 -0
  815. package/dist/esm/DialogType-54a62731.js.gz +0 -0
  816. package/dist/esm/EzScrollDirection-2df26c93.js.gz +0 -0
  817. package/dist/esm/FocusResolver-1ccbf850.js.gz +0 -0
  818. package/dist/esm/FormLayout-071d324c.js.gz +0 -0
  819. package/dist/esm/constants-b036528f.js.gz +0 -0
  820. package/dist/esm/ez-actions-button.entry.js.gz +0 -0
  821. package/dist/esm/ez-alert-list.entry.js.gz +0 -0
  822. package/dist/esm/ez-alert.entry.js.gz +0 -0
  823. package/dist/esm/ez-application.entry.js.gz +0 -0
  824. package/dist/esm/ez-avatar.entry.js.gz +0 -0
  825. package/dist/esm/ez-badge.entry.js.gz +0 -0
  826. package/dist/esm/ez-breadcrumb.entry.js.gz +0 -0
  827. package/dist/esm/ez-button.entry.js.gz +0 -0
  828. package/dist/esm/ez-calendar.entry.js.gz +0 -0
  829. package/dist/esm/ez-card-item.entry.js.gz +0 -0
  830. package/dist/esm/ez-chart.entry.js.gz +0 -0
  831. package/dist/esm/ez-check.entry.js.gz +0 -0
  832. package/dist/esm/ez-chip.entry.js.gz +0 -0
  833. package/dist/esm/ez-classic-combo-box.entry.js.gz +0 -0
  834. package/dist/esm/ez-classic-input.entry.js.gz +0 -0
  835. package/dist/esm/ez-classic-text-area.entry.js.gz +0 -0
  836. package/dist/esm/ez-collapsible-box.entry.js.gz +0 -0
  837. package/dist/esm/ez-combo-box-list_3.entry.js.gz +0 -0
  838. package/dist/esm/ez-combo-box.entry.js.gz +0 -0
  839. package/dist/esm/ez-date-input.entry.js.gz +0 -0
  840. package/dist/esm/ez-date-time-input.entry.js.gz +0 -0
  841. package/dist/esm/ez-dialog.entry.js.gz +0 -0
  842. package/dist/esm/ez-double-list.entry.js.gz +0 -0
  843. package/dist/esm/ez-dropdown.entry.js.gz +0 -0
  844. package/dist/esm/ez-empty-card.entry.js.gz +0 -0
  845. package/dist/esm/ez-file-item.entry.js.gz +0 -0
  846. package/dist/esm/ez-filter-input_2.entry.js.gz +0 -0
  847. package/dist/esm/ez-form-view.entry.js.gz +0 -0
  848. package/dist/esm/ez-form.entry.js.gz +0 -0
  849. package/dist/esm/ez-grid.entry.js.gz +0 -0
  850. package/dist/esm/ez-guide-navigator.entry.js.gz +0 -0
  851. package/dist/esm/ez-icon.entry.js.gz +0 -0
  852. package/dist/esm/ez-list.entry.js.gz +0 -0
  853. package/dist/esm/ez-loading-bar.entry.js.gz +0 -0
  854. package/dist/esm/ez-modal-container.entry.js.gz +0 -0
  855. package/dist/esm/ez-modal.entry.js.gz +0 -0
  856. package/dist/esm/ez-multi-selection-list.entry.js.gz +0 -0
  857. package/dist/esm/ez-number-input.entry.js.gz +0 -0
  858. package/dist/esm/ez-popover-core.entry.js.gz +0 -0
  859. package/dist/esm/ez-popover-plus_3.entry.js.gz +0 -0
  860. package/dist/esm/ez-popover.entry.js.gz +0 -0
  861. package/dist/esm/ez-popup.entry.js.gz +0 -0
  862. package/dist/esm/ez-progress-bar.entry.js.gz +0 -0
  863. package/dist/esm/ez-radio-button.entry.js.gz +0 -0
  864. package/dist/esm/ez-scroller_2.entry.js.gz +0 -0
  865. package/dist/esm/ez-search-plus.entry.js.gz +0 -0
  866. package/dist/esm/ez-search-result-list.entry.js.gz +0 -0
  867. package/dist/esm/ez-search.entry.js.gz +0 -0
  868. package/dist/esm/ez-sidebar-navigator.entry.js.gz +0 -0
  869. package/dist/esm/ez-skeleton.entry.js.gz +0 -0
  870. package/dist/esm/ez-sortable-list.entry.js.gz +0 -0
  871. package/dist/esm/ez-split-button.entry.js.gz +0 -0
  872. package/dist/esm/ez-split-item.entry.js.gz +0 -0
  873. package/dist/esm/ez-split-panel.entry.js.gz +0 -0
  874. package/dist/esm/ez-tabselector.entry.js.gz +0 -0
  875. package/dist/esm/ez-tag.entry.js.gz +0 -0
  876. package/dist/esm/ez-text-area.entry.js.gz +0 -0
  877. package/dist/esm/ez-text-input.entry.js.gz +0 -0
  878. package/dist/esm/ez-tile-medium.entry.js.gz +0 -0
  879. package/dist/esm/ez-tile.entry.js.gz +0 -0
  880. package/dist/esm/ez-time-input.entry.js.gz +0 -0
  881. package/dist/esm/ez-toast.entry.js.gz +0 -0
  882. package/dist/esm/ez-tree.entry.js.gz +0 -0
  883. package/dist/esm/ez-underface.entry.js.gz +0 -0
  884. package/dist/esm/ez-upload.entry.js.gz +0 -0
  885. package/dist/esm/ez-view-stack.entry.js.gz +0 -0
  886. package/dist/esm/ezListHelper-00fb9b8d.js.gz +0 -0
  887. package/dist/esm/ezui.js.gz +0 -0
  888. package/dist/esm/filter-column.entry.js.gz +0 -0
  889. package/dist/esm/floating-ui.dom.esm-5d3da819.js.gz +0 -0
  890. package/dist/esm/index-5a720e56.js.gz +0 -0
  891. package/dist/esm/index.js.gz +0 -0
  892. package/dist/esm/loader.js.gz +0 -0
  893. package/dist/esm/polyfills/core-js.js.gz +0 -0
  894. package/dist/esm/polyfills/css-shim.js.gz +0 -0
  895. package/dist/esm/polyfills/dom.js.gz +0 -0
  896. package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
  897. package/dist/esm/polyfills/index.js.gz +0 -0
  898. package/dist/esm/polyfills/system.js.gz +0 -0
  899. package/dist/esm/search-column-35f4ad93.js.gz +0 -0
  900. package/dist/esm/searchFormatters-8229207e.js.gz +0 -0
  901. package/dist/ezui/ezui.esm.js.gz +0 -0
  902. package/dist/ezui/index.esm.js.gz +0 -0
  903. package/dist/ezui/p-000159dc.entry.js.gz +0 -0
  904. package/dist/ezui/p-0378416a.entry.js.gz +0 -0
  905. package/dist/ezui/p-05e68ab3.entry.js.gz +0 -0
  906. package/dist/ezui/p-06ed5e57.entry.js.gz +0 -0
  907. package/dist/ezui/p-06f1b8e4.entry.js.gz +0 -0
  908. package/dist/ezui/p-0b531233.entry.js.gz +0 -0
  909. package/dist/ezui/p-11bfeca3.entry.js +0 -1
  910. package/dist/ezui/p-11bfeca3.entry.js.gz +0 -0
  911. package/dist/ezui/p-14d6aeb8.entry.js +0 -1
  912. package/dist/ezui/p-14d6aeb8.entry.js.gz +0 -0
  913. package/dist/ezui/p-175154a0.js +0 -1
  914. package/dist/ezui/p-175154a0.js.gz +0 -0
  915. package/dist/ezui/p-18e71523.entry.js.gz +0 -0
  916. package/dist/ezui/p-2187f86c.js +0 -1
  917. package/dist/ezui/p-2187f86c.js.gz +0 -0
  918. package/dist/ezui/p-220b9944.entry.js +0 -1
  919. package/dist/ezui/p-220b9944.entry.js.gz +0 -0
  920. package/dist/ezui/p-30ffb9ed.js.gz +0 -0
  921. package/dist/ezui/p-31d074bb.entry.js +0 -1
  922. package/dist/ezui/p-31d074bb.entry.js.gz +0 -0
  923. package/dist/ezui/p-3234f883.entry.js.gz +0 -0
  924. package/dist/ezui/p-348f0dfe.entry.js +0 -1
  925. package/dist/ezui/p-348f0dfe.entry.js.gz +0 -0
  926. package/dist/ezui/p-40a60148.js.gz +0 -0
  927. package/dist/ezui/p-41652617.entry.js +0 -1
  928. package/dist/ezui/p-41652617.entry.js.gz +0 -0
  929. package/dist/ezui/p-419bebcc.entry.js +0 -1
  930. package/dist/ezui/p-419bebcc.entry.js.gz +0 -0
  931. package/dist/ezui/p-42c19893.entry.js +0 -1
  932. package/dist/ezui/p-42c19893.entry.js.gz +0 -0
  933. package/dist/ezui/p-44b39e81.entry.js.gz +0 -0
  934. package/dist/ezui/p-4a876b8b.entry.js.gz +0 -0
  935. package/dist/ezui/p-4e66eaeb.entry.js +0 -1
  936. package/dist/ezui/p-4e66eaeb.entry.js.gz +0 -0
  937. package/dist/ezui/p-545bd5d5.entry.js +0 -7
  938. package/dist/ezui/p-545bd5d5.entry.js.gz +0 -0
  939. package/dist/ezui/p-570cf58a.entry.js.gz +0 -0
  940. package/dist/ezui/p-5b85d3de.entry.js.gz +0 -0
  941. package/dist/ezui/p-5eea9886.js +0 -1
  942. package/dist/ezui/p-5eea9886.js.gz +0 -0
  943. package/dist/ezui/p-61f5c258.entry.js +0 -1
  944. package/dist/ezui/p-61f5c258.entry.js.gz +0 -0
  945. package/dist/ezui/p-6b2cc9b8.entry.js +0 -1
  946. package/dist/ezui/p-6b2cc9b8.entry.js.gz +0 -0
  947. package/dist/ezui/p-6b51c9cc.entry.js.gz +0 -0
  948. package/dist/ezui/p-6ec40dec.entry.js +0 -1
  949. package/dist/ezui/p-6ec40dec.entry.js.gz +0 -0
  950. package/dist/ezui/p-6fc26622.entry.js.gz +0 -0
  951. package/dist/ezui/p-7567ccdd.entry.js +0 -1
  952. package/dist/ezui/p-7567ccdd.entry.js.gz +0 -0
  953. package/dist/ezui/p-770cf2b8.entry.js.gz +0 -0
  954. package/dist/ezui/p-7db20f8e.entry.js +0 -1
  955. package/dist/ezui/p-7db20f8e.entry.js.gz +0 -0
  956. package/dist/ezui/p-7ec3f335.entry.js +0 -1
  957. package/dist/ezui/p-7ec3f335.entry.js.gz +0 -0
  958. package/dist/ezui/p-80dfc50b.js.gz +0 -0
  959. package/dist/ezui/p-81461d2f.entry.js.gz +0 -0
  960. package/dist/ezui/p-82fa4b09.entry.js.gz +0 -0
  961. package/dist/ezui/p-85d7b78a.entry.js +0 -1
  962. package/dist/ezui/p-85d7b78a.entry.js.gz +0 -0
  963. package/dist/ezui/p-87f5a060.entry.js +0 -1
  964. package/dist/ezui/p-87f5a060.entry.js.gz +0 -0
  965. package/dist/ezui/p-90e91173.entry.js +0 -1
  966. package/dist/ezui/p-90e91173.entry.js.gz +0 -0
  967. package/dist/ezui/p-91ccae0c.entry.js +0 -1
  968. package/dist/ezui/p-91ccae0c.entry.js.gz +0 -0
  969. package/dist/ezui/p-926a0bde.entry.js +0 -1
  970. package/dist/ezui/p-926a0bde.entry.js.gz +0 -0
  971. package/dist/ezui/p-92748142.entry.js.gz +0 -0
  972. package/dist/ezui/p-97d94ef3.entry.js +0 -1
  973. package/dist/ezui/p-97d94ef3.entry.js.gz +0 -0
  974. package/dist/ezui/p-98bb8b16.js.gz +0 -0
  975. package/dist/ezui/p-9a1d1938.entry.js +0 -1
  976. package/dist/ezui/p-9a1d1938.entry.js.gz +0 -0
  977. package/dist/ezui/p-9bcfa689.entry.js.gz +0 -0
  978. package/dist/ezui/p-9e95bfeb.entry.js +0 -1
  979. package/dist/ezui/p-9e95bfeb.entry.js.gz +0 -0
  980. package/dist/ezui/p-a0e5f48e.entry.js +0 -1
  981. package/dist/ezui/p-a0e5f48e.entry.js.gz +0 -0
  982. package/dist/ezui/p-a11827ca.entry.js +0 -1
  983. package/dist/ezui/p-a11827ca.entry.js.gz +0 -0
  984. package/dist/ezui/p-a2ff2d2f.entry.js +0 -1
  985. package/dist/ezui/p-a2ff2d2f.entry.js.gz +0 -0
  986. package/dist/ezui/p-a640e0cf.entry.js +0 -309
  987. package/dist/ezui/p-a640e0cf.entry.js.gz +0 -0
  988. package/dist/ezui/p-ab574d59.js.gz +0 -0
  989. package/dist/ezui/p-b6b7e9a8.entry.js +0 -1
  990. package/dist/ezui/p-b6b7e9a8.entry.js.gz +0 -0
  991. package/dist/ezui/p-b7861400.entry.js +0 -1
  992. package/dist/ezui/p-b7861400.entry.js.gz +0 -0
  993. package/dist/ezui/p-b7c6ce20.entry.js.gz +0 -0
  994. package/dist/ezui/p-b853763b.js.gz +0 -0
  995. package/dist/ezui/p-c2b20f78.entry.js.gz +0 -0
  996. package/dist/ezui/p-c503a0f0.entry.js +0 -1
  997. package/dist/ezui/p-c503a0f0.entry.js.gz +0 -0
  998. package/dist/ezui/p-c96e536d.entry.js.gz +0 -0
  999. package/dist/ezui/p-d3779449.entry.js.gz +0 -0
  1000. package/dist/ezui/p-d4d6d5fe.entry.js +0 -1
  1001. package/dist/ezui/p-d4d6d5fe.entry.js.gz +0 -0
  1002. package/dist/ezui/p-dc628ed3.js.gz +0 -0
  1003. package/dist/ezui/p-ddd0bd61.entry.js +0 -1
  1004. package/dist/ezui/p-ddd0bd61.entry.js.gz +0 -0
  1005. package/dist/ezui/p-dfca5946.entry.js.gz +0 -0
  1006. package/dist/ezui/p-e07e4671.js.gz +0 -0
  1007. package/dist/ezui/p-e4ae4ddb.entry.js +0 -1
  1008. package/dist/ezui/p-e4ae4ddb.entry.js.gz +0 -0
  1009. package/dist/ezui/p-e4c7eb39.js.gz +0 -0
  1010. package/dist/ezui/p-e4ead194.entry.js +0 -1
  1011. package/dist/ezui/p-e4ead194.entry.js.gz +0 -0
  1012. package/dist/ezui/p-e6b38ade.entry.js +0 -1
  1013. package/dist/ezui/p-e6b38ade.entry.js.gz +0 -0
  1014. package/dist/ezui/p-eaf48cfe.entry.js +0 -1
  1015. package/dist/ezui/p-eaf48cfe.entry.js.gz +0 -0
  1016. package/dist/ezui/p-ec7db713.js.gz +0 -0
  1017. package/dist/ezui/p-ed48a632.entry.js +0 -1
  1018. package/dist/ezui/p-ed48a632.entry.js.gz +0 -0
  1019. package/dist/ezui/p-ee9f2178.entry.js +0 -1
  1020. package/dist/ezui/p-ee9f2178.entry.js.gz +0 -0
  1021. package/dist/ezui/p-f0b711a6.entry.js +0 -1
  1022. package/dist/ezui/p-f0b711a6.entry.js.gz +0 -0
  1023. package/dist/ezui/p-f26b97e9.entry.js.gz +0 -0
  1024. package/dist/ezui/p-f5951db3.entry.js +0 -1
  1025. package/dist/ezui/p-f5951db3.entry.js.gz +0 -0
  1026. package/dist/ezui/p-fc194825.entry.js +0 -1
  1027. package/dist/ezui/p-fc194825.entry.js.gz +0 -0
  1028. package/dist/index.cjs.js.gz +0 -0
  1029. package/dist/index.js.gz +0 -0
  1030. package/dist/types/components/ez-grid/controller/ag-grid/i18n/pt-BR.d.ts +0 -2
  1031. package/dist/types/components/ez-sidebar-navigator/messages/constants.d.ts +0 -5
@@ -1,4 +1,5 @@
1
1
  import { D as DialogType } from './DialogType-54a62731.js';
2
+ import { i as initI18n } from './index-6517a082.js';
2
3
 
3
4
  // Unique ID creation requires a high quality random # generator. In the browser we therefore
4
5
  // require the crypto API and do not support built-in fallback to lower quality random number
@@ -66,9 +67,21 @@ function v4(options, buf, offset) {
66
67
  }
67
68
 
68
69
  class ApplicationUtils {
70
+ static async getDefaultMessageOptions() {
71
+ if (!this.i18n) {
72
+ this.i18n = await initI18n();
73
+ }
74
+ return {
75
+ canClose: true,
76
+ labelCancel: this.i18n("app.no"),
77
+ labelConfirm: this.i18n("app.yes"),
78
+ btnConfirmDanger: false
79
+ };
80
+ }
69
81
  static async showDialog(title, message, icon = null, confirm, dialogType = DialogType.DEFAULT, options) {
70
82
  if (options) {
71
- options = Object.assign(Object.assign({}, ApplicationUtils.defaultMessageOptions), options);
83
+ const defaultMessageOptions = await this.getDefaultMessageOptions();
84
+ options = Object.assign(Object.assign({}, defaultMessageOptions), options);
72
85
  }
73
86
  return new Promise(resolve => {
74
87
  let dialog = document.createElement("ez-dialog");
@@ -80,24 +93,45 @@ class ApplicationUtils {
80
93
  });
81
94
  });
82
95
  }
83
- static async alert(title, message, icon = null, options = ApplicationUtils.defaultMessageOptions) {
96
+ static async alert(title, message, icon = null, options) {
97
+ if (!options) {
98
+ const defaultMessageOptions = await this.getDefaultMessageOptions();
99
+ options = defaultMessageOptions;
100
+ }
84
101
  return ApplicationUtils.showDialog(title, message, icon, false, DialogType.WARN, options);
85
102
  }
86
- static async error(title, message, icon = null, options = ApplicationUtils.defaultMessageOptions) {
103
+ static async error(title, message, icon = null, options) {
104
+ if (!options) {
105
+ const defaultMessageOptions = await this.getDefaultMessageOptions();
106
+ options = defaultMessageOptions;
107
+ }
87
108
  return ApplicationUtils.showDialog(title, message, icon, false, DialogType.CRITICAL, options);
88
109
  }
89
- static async success(title, message, icon = null, options = ApplicationUtils.defaultMessageOptions) {
110
+ static async success(title, message, icon = null, options) {
111
+ if (!options) {
112
+ const defaultMessageOptions = await this.getDefaultMessageOptions();
113
+ options = defaultMessageOptions;
114
+ }
90
115
  return ApplicationUtils.showDialog(title, message, icon, false, DialogType.SUCCESS, options);
91
116
  }
92
- static async confirm(title, message, icon = null, dialogType = DialogType.WARN, options = ApplicationUtils.defaultMessageOptions) {
117
+ static async confirm(title, message, icon = null, dialogType = DialogType.WARN, options) {
118
+ if (!options) {
119
+ const defaultMessageOptions = await this.getDefaultMessageOptions();
120
+ options = defaultMessageOptions;
121
+ }
93
122
  return ApplicationUtils.showDialog(title, message, icon, true, dialogType, options);
94
123
  }
95
- static async message(title, message, icon = null, options = ApplicationUtils.defaultMessageOptions) {
124
+ static async message(title, message, icon = null, options) {
125
+ if (!options) {
126
+ const defaultMessageOptions = await this.getDefaultMessageOptions();
127
+ options = defaultMessageOptions;
128
+ }
96
129
  return ApplicationUtils.showDialog(title, message, icon, false, DialogType.DEFAULT, options);
97
130
  }
98
- static async info(message, options = ApplicationUtils.defaultMessageOptions) {
99
- if (options !== ApplicationUtils.defaultMessageOptions) {
100
- options = Object.assign(Object.assign({}, ApplicationUtils.defaultMessageOptions), options);
131
+ static async info(message, options) {
132
+ const defaultMessageOptions = await this.getDefaultMessageOptions();
133
+ if (options !== defaultMessageOptions) {
134
+ options = Object.assign(Object.assign({}, defaultMessageOptions), options);
101
135
  }
102
136
  let useIcon = false;
103
137
  let toast = document.querySelector("ez-toast");
@@ -185,12 +219,6 @@ class ApplicationUtils {
185
219
  alertList.alerts = props.alerts;
186
220
  }
187
221
  }
188
- ApplicationUtils.defaultMessageOptions = {
189
- canClose: true,
190
- labelCancel: 'Não',
191
- labelConfirm: 'Sim',
192
- btnConfirmDanger: false
193
- };
194
222
  ApplicationUtils.defaultModalProps = {
195
223
  content: null,
196
224
  position: 'right',
@@ -0,0 +1,29 @@
1
+ const RICH_TOOLBAR_COMMANDS = {
2
+ PREVIEW: 'preview',
3
+ UNDO: 'undo',
4
+ REDO: 'redo',
5
+ FORMAT: 'format',
6
+ LINK: 'link',
7
+ IMAGE: 'image',
8
+ FOCUS: 'focus',
9
+ };
10
+ const RICH_TOOLBAR_FORMAT_TAGS = {
11
+ BOLD: '<strong>$selection</strong>',
12
+ ITALIC: '<em>$selection</em>',
13
+ UNDERLINE: '<u>$selection</u>',
14
+ LIST: '<ul><li>$selection</li></ul>',
15
+ BREAK_LINE: '\n<br/>\n',
16
+ };
17
+ const RICH_TOOLBAR_COMMAND_ICON = {
18
+ PREVIEW: 'Ctrl + P',
19
+ UNDO: 'undo',
20
+ REDO: 'redo',
21
+ LINK: 'link',
22
+ IMAGE: 'image-plus',
23
+ LIST: 'list',
24
+ UNDERLINE: 'underline',
25
+ ITALIC: 'italic',
26
+ BOLD: 'bold',
27
+ };
28
+
29
+ export { RICH_TOOLBAR_FORMAT_TAGS as R, RICH_TOOLBAR_COMMANDS as a, RICH_TOOLBAR_COMMAND_ICON as b };
@@ -0,0 +1,17 @@
1
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
+
3
+ function createCommonjsModule(fn, basedir, module) {
4
+ return module = {
5
+ path: basedir,
6
+ exports: {},
7
+ require: function (path, base) {
8
+ return commonjsRequire();
9
+ }
10
+ }, fn(module, module.exports), module.exports;
11
+ }
12
+
13
+ function commonjsRequire () {
14
+ throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
15
+ }
16
+
17
+ export { commonjsGlobal as a, createCommonjsModule as c };
@@ -0,0 +1,12 @@
1
+ import { i as initI18n } from './index-6517a082.js';
2
+
3
+ async function initializeApp() {
4
+ await initI18n();
5
+ {
6
+ console.log('Global initialization ez-ui completed!');
7
+ }
8
+ }
9
+
10
+ const globalScripts = initializeApp;
11
+
12
+ export { globalScripts as g };
@@ -1,7 +1,6 @@
1
- const REQUIRED_INFO = " (obrigatório) *";
2
1
  const DISTINCT_FILTER_NAME_PREFIX = 'FILTRO_COLUNA_';
3
2
  const EZ_GRID_LOADING_SOURCE = "EZ_GRID_LOADING_SOURCE";
4
3
  const PRESENTATION_COL_ID_PROP_NAME = "gridDescriptionColID";
5
4
  const PRESENTATION_FROM_COL_PROP_NAME = "presentationFieldFrom";
6
5
 
7
- export { DISTINCT_FILTER_NAME_PREFIX as D, EZ_GRID_LOADING_SOURCE as E, PRESENTATION_COL_ID_PROP_NAME as P, REQUIRED_INFO as R, PRESENTATION_FROM_COL_PROP_NAME as a };
6
+ export { DISTINCT_FILTER_NAME_PREFIX as D, EZ_GRID_LOADING_SOURCE as E, PRESENTATION_COL_ID_PROP_NAME as P, PRESENTATION_FROM_COL_PROP_NAME as a };
@@ -1,9 +1,10 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-5a720e56.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { FloatingManager, ElementIDUtils } from '@sankhyalabs/core';
3
- import './ApplicationUtils-eaf91331.js';
3
+ import './ApplicationUtils-0fd22faf.js';
4
4
  import { C as CSSVarsUtils } from './CSSVarsUtils-acba92d7.js';
5
5
  import './DialogType-54a62731.js';
6
6
  import './CheckMode-bdb2ec19.js';
7
+ import './index-6517a082.js';
7
8
  import './FormLayout-071d324c.js';
8
9
 
9
10
  const ezActionsButtonCss = ":host{--ez-actions-button__actions-list--border-radius:var(--border--radius-medium, 12px);--ez-actions-button__actions-list--box-shadow:var(--shadow, 0px 0px 16px 0px #000);--ez-actions-button__actions-list--background-color:var(--background--xlight, #fff);--ez-actions-button__actions-list--padding:var(--space--small, 6px);--ez-actions-button__actions-list--top-margin:var(--space-small, 6px);--ez-actions-button__actions-list--z-index:var(--ez-elevation--8, 8);--ez-actions-button__actions-max-height:415px;--ez-actions-button__btn-action--min-width:'auto';--ez-actions-button__btn-action--background-color:var(--background--xlight, #fff);display:flex;flex-direction:column;height:fit-content;user-select:none}.ez-actions-button__actions-list{display:flex;flex-direction:column;position:fixed;width:fit-content;height:fit-content;overflow-y:auto;scrollbar-width:thin;z-index:var(--ez-actions-button__actions-list--z-index);padding:var(--ez-actions-button__actions-list--padding);margin-top:var(--ez-actions-button__actions-list--top-margin);background-color:var(--ez-actions-button__actions-list--background-color);border-radius:var(--ez-actions-button__actions-list--border-radius);box-shadow:var(--ez-actions-button__actions-list--box-shadow)}.ez-actions-button__actions-list--max-height{max-height:var(--ez-actions-button__actions-max-height)}.ez-actions-button__actions-list--lowered{margin-top:calc(var(--ez-actions-button__actions-list--top-margin) + 6px)}.ez-actions-button__btn-action{--ez-button--justify-content:flex-start;--ez-button--width:100%;--ez-button--min-width:var(--ez-actions-button__btn-action--min-width);--ez-button--background-color:var(--ez-actions-button__btn-action--background-color);--ez-button--font-weight:var(--text-weight--medium, 400);--ez-button--padding-left:var(--space--medium, 12px);--ez-button--padding-right:var(--space--medium, 12px);--ez-button--border:none}.ez-actions-button__btn-action--spaced{--ez-button--padding-left:calc(var(--space--medium, 12px) + 24px)}.ez-actions-button__icon-right{margin-left:var(--space--small, 6px)}.ez-actions-button__icon-check,.ez-actions-button__icon-item{position:absolute;left:var(--space--medium, 12px)}.ez-actions-button__icon-check{color:var(--ez-button--hover-color)}.ez-actions-button__arrow{position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;width:0;height:0;z-index:calc(var(--ez-actions-button__actions-list--z-index) + 1);border-bottom:15px solid var(--ez-actions-button__btn-action--background-color)}.ez-actions-button__arrow--upped{margin-top:calc((var(--ez-actions-button__actions-list--top-margin) + 2px) * -1)}.ez-actions-button__arrow--small{margin-left:6px}.ez-actions-button__arrow--medium{margin-left:11px}.ez-actions-button__arrow--large{margin-left:13px}.ez-actions-button__arrow:only-child{display:none}.ez-actions-button__btn-transparent{--ez-button--background-color:transparent;--ez-button--hover--background-color:transparent;--ez-button--active--background-color:transparent;--ez-button--focus--border:none;--ez-button--border:none}.ez-actions-button__btn-label{--ez-button--padding-left:var(--space--medium, 12px);--ez-button--padding-right:var(--space--medium, 12px)}.ez-actions-button__list-container{position:relative}.ez-actions-button--bottom-padding{padding-bottom:var(--space--small, 6px)}";
@@ -1,5 +1,6 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-5a720e56.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { FloatingManager, ElementIDUtils } from '@sankhyalabs/core';
3
+ import { i as initI18n } from './index-6517a082.js';
3
4
 
4
5
  const ezAlertListCss = ":host {\n display: flex;\n\n /* Alert List */\n \n /*@doc Define a largura da lista minimizado */\n --ez-alert-list__container--width: 680px;\n /*@doc Define a altura da lista minimizado */\n --ez-alert-list__container--height: 220px;\n \n /*@doc Define a largura da lista maximizada */\n --ez-alert-list__container--width--expanded: 920px;\n /*@doc Define a altura da lista maximizada */\n --ez-alert-list__container--height--expanded: 540px;\n\n /* Title */\n /*@doc Define a fonte do título do componente */\n --ez-alert-list__title--font-family: var(--font-pattern, \"Roboto\");\n /*@doc Define o tamanho da fonte do título do popup.*/\n --ez-alert-list__title--font-size: var(--title--large, 20px);\n /*@doc Define a cor da fonte do título do popup.*/\n --ez-alert-list__title--color: var(--title--primary, #2b3a54);\n /*@doc Define o peso da fonte do título do popup.*/\n --ez-alert-list__title--font-weight: var(--text-weight--extra-large, 700);\n\n /* @doc Define a borda inferior do item da lista. */\n --ez-list__item--border-bottom: var(--border--small, 1px solid);\n\n /* @doc Define a cor da borda inferior do item da lista. */\n --ez-list__item--border-bottom-color: var(--color--strokes, #DCE0E8);\n\n /* @doc Define o tipo da quebra de linha do item da lista. */\n --ez-list__item--white-space: break-space;\n}\n\n.alert-list__content {\n display: flex;\n flex-direction: column;\n \n gap: var(--space--xs);\n margin: var(--space--large, 24px);\n width: 100%;\n}\n\n.alert-list__container {\n z-index: var(--ez-elevation--8, 8);\n display: flex;\n height: var(--ez-alert-list__container--height);\n width: var(--ez-alert-list__container--width);\n border-radius: var(--border--radius-medium);\n background-color: var(--background--xlight);\n box-shadow: var(--shadow--medium);\n\n &.expanded {\n height: var(--ez-alert-list__container--height--expanded);\n width: var(--ez-alert-list__container--width--expanded);\n }\n\n @media (max-height: 640px) {\n max-height: calc(100vh - var(--space--3xl));\n } \n}\n\n.alert-list__header {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n\n.alert-list__title {\n font-family: var(--ez-alert-list__title--font-family);\n font-size: var(--ez-alert-list__title--font-size);\n font-weight: var(--ez-alert-list__title--font-weight);\n color: var(--ez-alert-list__title--color);\n}\n\n.alert-list__header__buttons {\n display: flex;\n gap: var(--space--xs);\n}\n\n.alert-list__expandable-content {\n overflow-y: auto;\n scrollbar-width: thin;\n}\n\n";
5
6
 
@@ -125,14 +126,15 @@ const EzAlertList = class {
125
126
  this._container.focus();
126
127
  }
127
128
  }
128
- componentWillLoad() {
129
+ async componentWillLoad() {
129
130
  this.dataElementId = ElementIDUtils.addIDInfo(this._element, 'EzAlertList');
131
+ this.i18n = await initI18n();
130
132
  }
131
133
  render() {
132
134
  return (h(Host, Object.assign({}, { [ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME]: this.dataElementId }), this.opened ?
133
- (h("div", { ref: elem => (this._overlayRef = elem) }, h("div", { class: `alert-list__container ${this.expanded ? 'expanded' : ''}`, ref: elem => (this._container = elem) }, h("div", { class: "alert-list__content" }, h("div", { class: "alert-list__header" }, h("div", { class: "alert-list__title" }, `Avisos (${this.alerts.length})`), h("div", { class: "alert-list__header__buttons" }, this.enableExpand && (h("ez-button", { mode: "icon", size: "small", iconName: "expand", onClick: () => this.toggleExpandContainer(), "data-element-id": ElementIDUtils.getInternalIDInfo('expandButton'), title: this.expanded ? 'Resumir' : 'Expandir' })), h("ez-button", { mode: "icon", size: "small", iconName: "close", "data-element-id": ElementIDUtils.getInternalIDInfo('closeButton'), onClick: () => {
135
+ (h("div", { ref: elem => (this._overlayRef = elem) }, h("div", { class: `alert-list__container ${this.expanded ? 'expanded' : ''}`, ref: elem => (this._container = elem) }, h("div", { class: "alert-list__content" }, h("div", { class: "alert-list__header" }, h("div", { class: "alert-list__title" }, `${this.i18n('app.alerts')} (${this.alerts.length})`), h("div", { class: "alert-list__header__buttons" }, this.enableExpand && (h("ez-button", { mode: "icon", size: "small", iconName: "expand", onClick: () => this.toggleExpandContainer(), "data-element-id": ElementIDUtils.getInternalIDInfo('expandButton'), title: this.expanded ? this.i18n('app.collapse') : this.i18n('app.expand') })), h("ez-button", { mode: "icon", size: "small", iconName: "close", "data-element-id": ElementIDUtils.getInternalIDInfo('closeButton'), onClick: () => {
134
136
  this.opened = false;
135
- }, title: 'Fechar' }))), h("div", { class: "alert-list__expandable-content" }, h("ez-list", { itemSlotBuilder: this.itemRightSlotBuilder, hoverFeedback: true, itemLeftSlotBuilder: item => {
137
+ }, title: this.i18n('app.close') }))), h("div", { class: "alert-list__expandable-content" }, h("ez-list", { itemSlotBuilder: this.itemRightSlotBuilder, hoverFeedback: true, itemLeftSlotBuilder: item => {
136
138
  return (h("a", { onClick: this.getLinkActionClick(item), style: {
137
139
  fontFamily: "var(--font-pattern, 'Roboto')",
138
140
  fontSize: 'var(--text--medium, 14px)',
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-5a720e56.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const ezAlertCss = ":host{--ez-alert-alert-container--padding-up-down:var(--space--small, 6px);--ez-alert-alert-container--padding-right-left:var(--space--medium, 12px);--ez-alert-alert-container--gap:var(--space--medium, 12px);--ez-alert-alert-container--border-radius:var(--border--radius-medium, 12px);--ez-alert-alert-container--font-color-warn:var(--color--alert-warning-900, #8C6B00);--ez-alert-alert-container--icon-warn:var(--color--alert-warning-900, #8C6B00);--ez-alert-alert-container--background-color-warn:var(--color--alert-warning-200, #FFF7D5);--ez-alert-alert-container--font-color-critical:var(--color--alert-error, #BD0025);--ez-alert-alert-container--icon-critical:var(--color--alert-error, #BD0025);--ez-alert-alert-container--background-color-critical:var(--color--alert-error-200, #F7E0E5);--ez-alert-alert-container--font-color-success:var(--color--alert-success, #157A00);--ez-alert-alert-container--icon-success:var(--color--alert-success, #157A00);--ez-alert-alert-container--background-color-success:var(--color--alert-success-200, #E7F6E0);font-size:var(--text--small, 12px);font-family:var(--font-pattern, \"Roboto\");width:100%;hyphens:auto;display:block}.alert-container{display:flex;align-items:center;gap:var(--ez-alert-alert-container--gap);padding:var(--ez-alert-alert-container--padding-up-down) var(--ez-alert-alert-container--padding-right-left);border-radius:var(--ez-alert-alert-container--border-radius)}.warn{background-color:var(--ez-alert-alert-container--background-color-warn);color:var(--ez-alert-alert-container--font-color-warn)}.critical{background-color:var(--ez-alert-alert-container--background-color-critical);color:var(--ez-alert-alert-container--font-color-critical)}.success{background-color:var(--ez-alert-alert-container--background-color-success);color:var(--ez-alert-alert-container--font-color-success)}ez-icon{--ez-icon--color:inherit}.alert-container__icon-warn{--ez-icon--color:var(--ez-alert-alert-container--icon-warn)}.alert-container__icon-critical{--ez-icon--color:var(--ez-alert-alert-container--icon-critical)}.alert-container__icon-success{--ez-icon--color:var(--ez-alert-alert-container--icon-success)}";
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-5a720e56.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-baa5e267.js';
2
2
 
3
3
  const ezApplicationCss = "";
4
4
 
@@ -1,4 +1,6 @@
1
- import { r as registerInstance, h } from './index-5a720e56.js';
1
+ import { r as registerInstance, h } from './index-baa5e267.js';
2
+ import { i as initI18n } from './index-6517a082.js';
3
+ import '@sankhyalabs/core';
2
4
 
3
5
  const ezAvatarCss = ":host{--ez-avatar--background-color:var(--color--ocean-green-600, #008561);--ez-avatar--color:var(--color--gray-70, #fff);--ez-avatar--border-radius-circle:50%;--ez-avatar--border-radius-square:25%;--ez-avatar--background-color-hover:var(--color--ocean-green-700, #00684C)}button,figure{display:flex;align-items:center;justify-content:center;border:var(--ez-avatar--border);background-color:var(--ez-avatar--background-color);color:var(--ez-avatar--color);font-weight:var(--font-weight--medium, 500);font-family:var(--font-pattern, 'Roboto');transition:background-color 0.2s linear, color 0.2s linear;margin:0;padding:0}button:hover{cursor:pointer;background-color:var(--ez-avatar--background-color-hover)}.avatar--320{--avatar-size:320px;width:20rem;height:20rem}.avatar--300{--avatar-size:300px;width:18.75rem;height:18.75rem}.avatar--280{--avatar-size:280px;width:17.5rem;height:17.5rem}.avatar--260{--avatar-size:260px;width:16.25rem;height:16.25rem}.avatar--240{--avatar-size:240px;width:15rem;height:15rem}.avatar--220{--avatar-size:220px;width:13.75rem;height:13.75rem}.avatar--200{--avatar-size:200px;width:12.5rem;height:12.5rem}.avatar--180{--avatar-size:180px;width:11.25rem;height:11.25rem}.avatar--160{--avatar-size:160px;width:10rem;height:10rem}.avatar--140{--avatar-size:140px;width:8.75rem;height:8.75rem}.avatar--120{--avatar-size:120px;width:7.5rem;height:7.5rem}.avatar--100{--avatar-size:100px;width:6.25rem;height:6.25rem}.avatar--80{--avatar-size:80px;width:5rem;height:5rem}.avatar--60{--avatar-size:60px;width:3.75rem;height:3.75rem}.avatar-initial{font-size:calc(0.375 * var(--avatar-size));}.avatar--circle{border-radius:var(--ez-avatar--border-radius-circle)}.avatar--square{border-radius:var(--ez-avatar--border-radius-square)}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.avatar--has-image{background-color:transparent}ez-icon{--ez-icon--color:var(--color--gray-70, #fff);font-weight:var(--font-weight--medium, 500)}";
4
6
 
@@ -7,8 +9,10 @@ const EzAvatar = class {
7
9
  registerInstance(this, hostRef);
8
10
  this.DECIMAL_PARSE_BASE = 10;
9
11
  this.FONT_SIZE_BASE_CALC = 0.375;
12
+ this.DEFAULT_ICON_NAME = "account-outline";
10
13
  this.name = undefined;
11
14
  this.imageSrc = undefined;
15
+ this.iconName = undefined;
12
16
  this.size = '100';
13
17
  this.shape = 'circle';
14
18
  this.isInteractive = false;
@@ -26,17 +30,21 @@ const EzAvatar = class {
26
30
  return `avatar avatar--${this.size} avatar--${this.shape} ${this.imageSrc ? 'avatar--has-image' : ''}`;
27
31
  }
28
32
  renderAvatarContent() {
33
+ var _a;
29
34
  if (this.imageSrc) {
30
35
  return h("img", { src: this.imageSrc, alt: this.name || 'Avatar', class: "avatar-image" });
31
36
  }
32
37
  if (this.name) {
33
38
  return h("span", { class: "avatar-initial", "aria-hidden": "true" }, this.getInitial());
34
39
  }
35
- return h("ez-icon", { class: "avatar-icon", iconName: "account-outline", fontSize: this.calcFontSize() });
40
+ return h("ez-icon", { class: "avatar-icon", iconName: (_a = this.iconName) !== null && _a !== void 0 ? _a : this.DEFAULT_ICON_NAME, fontSize: this.calcFontSize() });
41
+ }
42
+ async componentWillLoad() {
43
+ this.i18n = await initI18n();
36
44
  }
37
45
  render() {
38
46
  if (this.isInteractive) {
39
- return (h("button", { "aria-label": "Perfil", class: this.getClass() }, this.renderAvatarContent()));
47
+ return (h("button", { "aria-label": this.i18n("app.profile"), class: this.getClass() }, this.renderAvatarContent()));
40
48
  }
41
49
  return (h("figure", { class: this.getClass() }, this.renderAvatarContent()));
42
50
  }
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-5a720e56.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
4
  var Sizes;
@@ -1,4 +1,4 @@
1
- import { h, r as registerInstance, c as createEvent, g as getElement } from './index-5a720e56.js';
1
+ import { h, r as registerInstance, c as createEvent, g as getElement } from './index-baa5e267.js';
2
2
  import { ElementIDUtils, ObjectUtils, JSUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const BreadcrumbItem = (props) => {
@@ -1,23 +1,58 @@
1
- import { r as registerInstance, h, g as getElement } from './index-5a720e56.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
- const ezButtonCss = ":host{--ez-button--min-width:100px;--ez-button--width:'auto';--ez-button--height:42px;--ez-button__icon--width:18px;--ez-button__inline__icon--padding:12px;--ez-button--padding-top:0px;--ez-button--padding-bottom:0px;--ez-button--padding-right:var(--space--large, 24px);--ez-button--padding-left:var(--space--large, 24px);--ez-button--color:var(--title--primary, #2B3A54);--ez-button--font-size:var(--text--medium, 14px);--ez-button--font-family:var(--font-pattern, Arial);--ez-button--font-weight:var(--text-weight--large, 500);--ez-button--background-color:var(--background--light, #ffffff);--ez-button--border-radius:var(--border--radius-large, 24px);--ez-button--border:1px solid var(--color--strokes);--ez-button--justify-content:center;--ez-button--hover-color:var(--color--primary-600, #007a5a);--ez-button--hover--background-color:var(--background--light, #ffffff);--ez-button--disabled-color:var(--text--primary);--ez-button--disabled--background-color:var(--background--medium);--ez-button--focus--border:var(--border--medium, 2px solid) var(--color--primary-300);--ez-button--focus--box-shadow:var(--color--primary-300) 0px 0px 0px 2px;--ez-button--active-color:var(--color--primary-700);--ez-button--active--background-color:var(--background--strong);--ez-button--link-color:var(--color--primary, '#008561');--ez-button--link--hover-color:var(--color--primary-700, '#1C1D22');--ez-button--link-disabled-color:var(--text--secondary, #a2abb9);--ez-button--link--small--font-size:var(--text--small, 12px);--ez-button--link--medium--font-size:var(--text--medium, 14px);--ez-button--link--large--font-size:var(--text--large, 16px)}ez-icon{--ez-icon--color:inherit}button{position:relative;display:flex;align-items:center;margin:0;cursor:pointer;transition:background-color 0.2s linear;white-space:nowrap;min-width:var(--ez-button--min-width);width:var(--ez-button--width);height:var(--ez-button--height);font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);padding:var(--ez-button--padding-top) var(--ez-button--padding-right) var(--ez-button--padding-bottom) var(--ez-button--padding-left);border-radius:var(--ez-button--border-radius);background-color:var(--ez-button--background-color);color:var(--ez-button--color);fill:var(--ez-button--color);border:var(--ez-button--border);justify-content:var(--ez-button--justify-content)}button:focus{outline:none;box-shadow:var(--ez-button--focus--box-shadow)}button:hover{outline:none;background-color:var(--ez-button--hover--background-color);color:var(--ez-button--hover-color);fill:var(--ez-button--hover-color);--ez-icon--color:var(--ez-button--hover-color)}button:active{outline:none;box-shadow:none;background-color:var(--ez-button--active--background-color);color:var(--ez-button--active-color);fill:var(--ez-button--active-color);--ez-icon--color:var(--ez-button--active-color)}button:disabled{background-color:var(--ez-button--disabled--background-color);color:var(--ez-button--disabled-color);fill:var(--ez-button--disabled-color);--ez-icon--color:var(--ez-button--disabled-color);cursor:no-drop}.x-small{height:28px;--ez-button--font-size:var(--text--small, 12px)}.small{height:32px;--ez-button--font-size:var(--text--small, 12px)}.medium{height:42px}.large{height:46px}.btn-icon{padding:0px}.btn-icon--medium{width:42px;min-width:42px;height:42px}.btn-icon--x-small{width:28px;min-width:28px;height:28px}.btn-icon--small{width:32px;min-width:32px;height:32px}.btn-icon--large{width:46px;min-width:46px;height:46px}.label-icon{display:flex;flex-direction:column;align-items:center;color:var(--ez-button--color)}.label-icon:hover{color:var(--ez-button--hover-color);fill:var(--ez-button--hover-color);--ez-icon--color:var(--ez-button--hover-color)}.label-icon:active{color:var(--ez-button--active-color);fill:var(--ez-button--active-color);--ez-icon--color:var(--ez-button--active-color)}.label-icon label{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);user-select:none}button:disabled+label{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);color:var(--ez-button--disabled-color);cursor:no-drop}div.label-icon{cursor:pointer}div.label-icon,button:disabled{cursor:no-drop}a{font-family:var(--ez-button--font-family);font-weight:var(--ez-button--font-weight);color:var(--ez-button--link-color);cursor:pointer;display:flex;align-items:center;justify-content:center;}a:hover{color:var(--ez-button--link--hover-color)}a.small{font-size:var(--ez-button--link--small--font-size);line-height:var(--ez-button--link--small--font-size)}a.medium{font-size:var(--ez-button--link--medium--font-size);line-height:var(--ez-button--link--medium--font-size)}a.large{font-size:var(--ez-button--link--large--font-size);line-height:var(--ez-button--link--large--font-size)}a.disabled{color:var(--ez-button--link-disabled-color);cursor:not-allowed}";
4
+ const ezButtonCss = ":host{--ez-button--min-width:50px;--ez-button--width:auto;--ez-button--height:var(--space--42, 42px);--ez-button--padding-top:var(--space--0, 0px);--ez-button--padding-bottom:var(--space--0, 0px);--ez-button--padding-right:var(--space--12, 12px);--ez-button--padding-left:var(--space--12, 12px);--ez-button--icon--gap:var(--space--8, 8px);--ez-button--color:var(--color--ocean-green-600, #008561);--ez-button--label-icon--color:var(--color--ocean-green-500, #1A9171);--ez-button--label-icon--hover-color:var(--color--ocean-green-700, #00684C);--ez-button--label-icon--disabled-color:var(--color--gray-400);--ez-button--left-icon--color:var(--color--ocean-green-600, #008561);--ez-button--right-icon--color:var(--color--ocean-green-600, #008561);--ez-button--left-icon--hover-color:var(--color--ocean-green-600, #008561);--ez-button--right-icon--hover-color:var(--color--ocean-green-600, #008561);--ez-button--left-icon--disabled-color:var(--color--gray-300, #A4A5A7);--ez-button--right-icon--disabled-color:var(--color--gray-300, #A4A5A7);--ez-button--font-size:var(--font-size--default, 14px);--ez-button--font-family:var(--font-pattern, Arial);--ez-button--font-weight:var(--font-weight--medium, 500);--ez-button--background-color:var(--color--gray-70, #ffffff);--ez-button--border-radius:var(--border--radius--24, 24px);--ez-button--border:1px solid var(--color--gray-90, #EAEAEA);--ez-button--hover--border:1px solid var(--color--gray-90, #EAEAEA);--ez-button--justify-content:center;--ez-button--hover-color:var(--color--ocean-green-600, #008561);--ez-button--hover--background-color:var(--color--gray-80, #F9F9F9);--ez-button--disabled-color:var(--color--gray-400, #77777A);--ez-button--disabled--background-color:var(--color--gray-80, #F9F9F9);--ez-button--disabled--border:1px solid var(--color--gray-200, #A4A5A7);--ez-button--disabled-icon-color:var(--color--gray-400, #D2D2D3);--ez-button--link-color:var(--color--ocean-green-600, #008561);--ez-button--link--hover-color:var(--color--primary-700, #1C1D22);--ez-button--link-disabled-color:var(--color--gray-400, #77777A);--ez-button--link--small--font-size:var(--font-size--small, 12px);--ez-button--link--medium--font-size:var(--font-size--default, 14px);--ez-button--link--large--font-size:var(--font-size--medium, 16px);display:flex;width:fit-content}:host(.ez-button--primary){--ez-button--color:var(--color--gray-70);--ez-button--background-color:var(--color--ocean-green-500);--ez-button--font-weight:var(--font-weight--regular);--ez-button--left-icon--color:var(--color--gray-70);--ez-button--right-icon--color:var(--color--gray-70);--ez-button--border:1px solid var(--color--ocean-green-500);--ez-button--hover-color:var(--color--gray-70);--ez-button--hover--background-color:var(--color--ocean-green-700);--ez-button--hover--border:1px solid var(--color--ocean-green-700);--ez-button--left-icon--hover-color:var(--color--gray-70);--ez-button--right-icon--hover-color:var(--color--gray-70);--ez-button--disabled-color:var(--color--gray-70);--ez-button--disabled--background-color:var(--color--gray-400);--ez-button--disabled--border:1px solid var(--color--gray-400);--ez-button--disabled-icon-color:var(--color--gray-200);--ez-button--left-icon--disabled-color:var(--color--gray-200);--ez-button--right-icon--disabled-color:var(--color--gray-200)}:host(.ez-button--secondary){--ez-button--color:var(--color--ocean-green-600);--ez-button--background-color:var(--color--gray-70);--ez-button--border:1px solid var(--color--gray-90);--ez-button--left-icon--color:var(--color--ocean-green-600);--ez-button--right-icon--color:var(--color--ocean-green-600);--ez-button--hover-color:var(--color--ocean-green-600);--ez-button--hover--background-color:var(--color--gray-80);--ez-button--hover--border:1px solid var(--color--gray-90);--ez-button--left-icon--hover-color:var(--color--ocean-green-600);--ez-button--right-icon--hover-color:var(--color--ocean-green-600);--ez-button--disabled-color:var(--color--gray-400);--ez-button--disabled--background-color:var(--color--gray-80);--ez-button--disabled--border:1px solid var(--color--gray-200);--ez-button--disabled-icon-color:var(--color--gray-400);--ez-button--left-icon--disabled-color:var(--color--gray-300);--ez-button--right-icon--disabled-color:var(--color--gray-300)}:host(.ez-button--tertiary){--ez-button--color:var(--color--ocean-green-600);--ez-button--background-color:transparent;--ez-button--font-weight:var(--font-weight--regular);--ez-button--border:none;--ez-button--left-icon--color:var(--color--ocean-green-600);--ez-button--right-icon--color:var(--color--ocean-green-600);--ez-button--hover-color:var(--color--ocean-green-800);--ez-button--hover--background-color:transparent;--ez-button--hover--border:none;--ez-button--left-icon--hover-color:var(--color--ocean-green-800);--ez-button--right-icon--hover-color:var(--color--ocean-green-800);--ez-button--disabled-color:var(--color--gray-400);--ez-button--disabled--background-color:transparent;--ez-button--disabled--border:transparent;--ez-button--disabled-icon-color:var(--color--gray-200);--ez-button--left-icon--disabled-color:var(--color--gray-200);--ez-button--right-icon--disabled-color:var(--color--gray-200)}:host(.ez-button--link--primary){color:var(--color--primary);fill:var(--color--primary)}button{position:relative;display:flex;align-items:center;outline:0;border:0;margin:0;padding:0;cursor:pointer;transition:background-color 0.2s linear, transform 0.15s ease;white-space:nowrap;box-sizing:border-box;overflow:hidden;transform:scale(1);min-width:var(--ez-button--min-width);width:var(--ez-button--width);height:var(--ez-button--height);font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);padding:var(--ez-button--padding-top) var(--ez-button--padding-right) var(--ez-button--padding-bottom) var(--ez-button--padding-left);border-radius:var(--ez-button--border-radius);gap:var(--ez-button--icon--gap);background-color:var(--ez-button--background-color);color:var(--ez-button--color);fill:var(--ez-button--color);border:var(--ez-button--border);justify-content:var(--ez-button--justify-content)}button.pressed{transform:scale(0.98)}button.btn-icon{transition:background-color 0.2s linear, transform 0.15s ease;transform:scale(1)}button.btn-icon.pressed{transform:scale(0.95)}button:disabled,button[aria-disabled]{transform:scale(1) !important}.ripple{position:absolute;width:20px;height:20px;border-radius:50%;background:rgba(255, 255, 255, 0.3);pointer-events:none;transform:scale(0);animation:ripple-animation 0.6s linear;z-index:0}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}:host .ripple,:host(.ez-button--secondary) .ripple{background:rgba(0, 133, 97, 0.2)}:host(.ez-button--primary) .ripple{background:rgba(255, 255, 255, 0.3)}:host(.ez-button--tertiary) .ripple{background:rgba(0, 133, 97, 0.15)}button>*:not(.ripple){position:relative;z-index:1}button:disabled .ripple,button[aria-disabled] .ripple{display:none}button:hover{background-color:var(--ez-button--hover--background-color);border:var(--ez-button--hover--border);color:var(--ez-button--hover-color);fill:var(--ez-button--hover-color);--ez-icon--color:var(--ez-button--hover-color)}button[aria-disabled]:active,button:disabled:active,button[aria-disabled]:hover,button:disabled:hover,button[aria-disabled],button:disabled{background-color:var(--ez-button--disabled--background-color);color:var(--ez-button--disabled-color);fill:var(--ez-button--disabled-color);--ez-icon--color:var(--ez-button--disabled-icon-color);--ez-button--left-icon--color:var(--ez-button--left-icon--disabled-color);--ez-button--right-icon--color:var(--ez-button--right-icon--disabled-color);cursor:no-drop;border:var(--ez-button--disabled--border)}button[aria-disabled].force-focus-visible,button[aria-disabled]:focus-visible{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--color--petroleum-100)}button ez-icon{--ez-icon--color:inherit}button ez-icon.leftIcon{--ez-icon--color:var(--ez-button--left-icon--color)}button ez-icon.rightIcon{--ez-icon--color:var(--ez-button--right-icon--color)}button:hover ez-icon.leftIcon{--ez-icon--color:var(--ez-button--left-icon--hover-color)}button:hover ez-icon.rightIcon{--ez-icon--color:var(--ez-button--right-icon--hover-color)}button:disabled:hover ez-icon.leftIcon,button[aria-disabled]:hover ez-icon.leftIcon{--ez-icon--color:var(--ez-button--left-icon--disabled-color)}button:disabled:hover ez-icon.rightIcon,button[aria-disabled]:hover ez-icon.rightIcon{--ez-icon--color:var(--ez-button--right-icon--disabled-color)}button.x-small{height:28px;--ez-button--font-size:var(--text--small, 12px)}button.small{height:32px;--ez-button--font-size:var(--text--small, 12px)}button.medium{height:42px}button.large{height:46px}button.btn-icon{padding:0px}.btn-icon--medium{width:42px;min-width:42px;height:42px}.btn-icon--x-small{width:28px;min-width:28px;height:28px}.btn-icon--small{width:32px;min-width:32px;height:32px}.btn-icon--large{width:46px;min-width:46px;height:46px}.label-icon{display:flex;flex-direction:column;align-items:center;color:var(--ez-button--label-icon--color)}.label-icon:hover{color:var(--ez-button--label-icon--hover-color);fill:var(--ez-button--label-icon--hover-color)}.label-icon .disabled{color:var(--ez-button--label-icon--disabled-color)}.label-icon label{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);user-select:none}button[aria-disabled]+label,button:disabled+label{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);color:var(--ez-button--label-icon--disabled-color);cursor:no-drop}button.force-focus-visible,button:focus-visible{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--color--ocean-green-200)}div.label-icon{cursor:pointer}div.label-icon button[aria-disabled],div.label-icon button:disabled{cursor:no-drop}a{outline:0;border:0;margin:0;border-radius:0;padding:0;margin:0;padding-inline:var(--space--8);font-family:var(--ez-button--font-family);font-weight:var(--ez-button--font-weight);color:var(--ez-button--link-color);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--ez-button--border-radius);gap:var(--ez-button--icon--gap)}a ez-icon{--ez-icon--color:var(--ez-button--link--color)}a:hover{color:var(--ez-button--link--hover-color);--ez-icon--color:var(--ez-button--link--hover-color)}a:hover ez-icon{--ez-icon--color:var(--ez-button--link--hover-color)}a.disabled{color:var(--ez-button--link-disabled-color);cursor:not-allowed}a.disabled ez-icon{--ez-icon--color:var(--ez-button--link-disabled-color)}a.small{font-size:var(--ez-button--link--small--font-size);line-height:var(--ez-button--link--small--font-size)}a.medium{font-size:var(--ez-button--link--medium--font-size);line-height:var(--ez-button--link--medium--font-size)}a.large{font-size:var(--ez-button--link--large--font-size);line-height:var(--ez-button--link--large--font-size)}a.force-focus-visible,a:focus-visible{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--color--ocean-green-200)}a.disabled.force-focus-visible,a.disabled:focus-visible{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--color--petroleum-100)}";
5
5
 
6
6
  const EzButton = class {
7
7
  constructor(hostRef) {
8
8
  registerInstance(this, hostRef);
9
+ this.createRipple = (event) => {
10
+ const button = this._button;
11
+ if (!button || this.isDisabled || !this.enabled)
12
+ return;
13
+ const rect = button.getBoundingClientRect();
14
+ let clientX, clientY;
15
+ if (event instanceof MouseEvent) {
16
+ clientX = event.clientX;
17
+ clientY = event.clientY;
18
+ }
19
+ else {
20
+ clientX = event.touches[0].clientX;
21
+ clientY = event.touches[0].clientY;
22
+ }
23
+ const x = clientX - rect.left;
24
+ const y = clientY - rect.top;
25
+ const newRipple = { x, y, id: Date.now() };
26
+ this.ripples = [...this.ripples, newRipple];
27
+ this.isPressed = true;
28
+ setTimeout(() => {
29
+ this.isPressed = false;
30
+ }, 150);
31
+ setTimeout(() => {
32
+ this.ripples = this.ripples.filter(ripple => ripple.id !== newRipple.id);
33
+ }, 600);
34
+ };
35
+ this.ripples = [];
36
+ this.isPressed = false;
9
37
  this.label = undefined;
10
38
  this.enabled = true;
39
+ this.isDisabled = false;
11
40
  this.mode = "regular";
12
41
  this.image = undefined;
13
42
  this.iconName = undefined;
14
- this.size = undefined;
43
+ this.size = "medium";
44
+ this.variant = undefined;
45
+ this.type = "button";
46
+ this.leftIconName = undefined;
47
+ this.rightIconName = undefined;
48
+ this.suppressAnimation = false;
15
49
  }
16
50
  /**
17
51
  * Aplica o foco no botão.
18
52
  */
19
53
  async setFocus() {
20
54
  this._button.focus();
55
+ this._button.classList.add("force-focus-visible");
21
56
  }
22
57
  /**
23
58
  * Remove o foco do botão.
@@ -25,12 +60,32 @@ const EzButton = class {
25
60
  async setBlur() {
26
61
  this._button.blur();
27
62
  }
63
+ onMouseDown(event) {
64
+ this.createRipple(event);
65
+ }
66
+ onTouchStart(event) {
67
+ this.createRipple(event);
68
+ }
28
69
  clickListener(evt) {
29
- if (!this.enabled) {
70
+ const isDisabled = !this.enabled ||
71
+ this.isDisabled === true ||
72
+ this.isDisabled === "" ||
73
+ this.isDisabled === "full";
74
+ if (isDisabled) {
30
75
  evt.stopImmediatePropagation();
31
76
  }
32
77
  }
78
+ removeForcedFocusVisible() {
79
+ var _a;
80
+ (_a = this._button) === null || _a === void 0 ? void 0 : _a.classList.remove('force-focus-visible');
81
+ }
82
+ connectedCallback() {
83
+ var _a, _b;
84
+ (_a = this._button) === null || _a === void 0 ? void 0 : _a.removeEventListener('blur', this.removeForcedFocusVisible.bind(this));
85
+ (_b = this._button) === null || _b === void 0 ? void 0 : _b.addEventListener('blur', this.removeForcedFocusVisible.bind(this));
86
+ }
33
87
  componentDidLoad() {
88
+ var _a;
34
89
  if (this._element) {
35
90
  ElementIDUtils.addIDInfo(this._element);
36
91
  }
@@ -38,17 +93,23 @@ const EzButton = class {
38
93
  const dataInfo = { id: 'embedded' };
39
94
  ElementIDUtils.addIDInfo(this._button, 'button', dataInfo);
40
95
  }
96
+ (_a = this._button) === null || _a === void 0 ? void 0 : _a.addEventListener('blur', this.removeForcedFocusVisible.bind(this));
97
+ }
98
+ disconnectCallback() {
99
+ var _a;
100
+ (_a = this._button) === null || _a === void 0 ? void 0 : _a.removeEventListener('blur', this.removeForcedFocusVisible.bind(this));
41
101
  }
42
102
  getButtonSize(sizeParam = "medium") {
43
103
  const sizeList = ["x-small", "small", "medium", "large"];
44
104
  const sizeLowerCase = this.size && this.size.toLowerCase();
45
105
  return sizeList.includes(sizeLowerCase) ? sizeLowerCase : sizeParam;
46
106
  }
47
- getIconSize(sizeParam = "medium") {
48
- const sizeList = ["small", "medium", "large"];
49
- const sizeLowerCase = this.size && this.size.toLowerCase();
50
- const sizeMapped = sizeLowerCase === "x-small" ? "small" : sizeLowerCase;
51
- return sizeList.includes(sizeMapped) ? sizeMapped : sizeParam;
107
+ getButtonSizeClass() {
108
+ return this.getButtonSize() ? `btn-icon--${this.getButtonSize()}` : "";
109
+ }
110
+ getIconSize() {
111
+ const iconSize = this.size === "x-small" ? "small" : this.size;
112
+ return iconSize;
52
113
  }
53
114
  handleSlotChange(ev) {
54
115
  const slot = ev.target;
@@ -56,31 +117,40 @@ const EzButton = class {
56
117
  if (!!content) {
57
118
  if (this.mode == "link") {
58
119
  content.style.display = "inline";
59
- if (slot.name == "leftIcon") {
60
- content.style.paddingRight = "var(--ez-button__inline__icon--padding)";
61
- }
62
- else if (slot.name == "rightIcon") {
63
- content.style.paddingLeft = "var(--ez-button__inline__icon--padding)";
64
- }
65
120
  }
66
121
  else {
67
122
  content.style.setProperty("--ez-icon--color", "var(--ez-icon--color)");
68
123
  }
69
124
  }
70
125
  }
126
+ renderRipples() {
127
+ return this.ripples.map((ripple) => (h("span", { key: ripple.id, class: "ripple", style: {
128
+ left: `${ripple.x - 10}px`,
129
+ top: `${ripple.y - 10}px`,
130
+ } })));
131
+ }
71
132
  render() {
72
- if (this.mode == "icon") {
73
- return (h("button", { class: "btn-icon " + ((this.getButtonSize()) ? `btn-icon--${this.getButtonSize()}` : ""), type: "button", disabled: !this.enabled, ref: (el) => this._button = el }, h("ez-icon", { class: "icon", href: this.image, iconName: this.iconName, size: this.getIconSize() })));
74
- }
75
- else if (this.mode == "label-icon") {
76
- return (h("div", { class: "label-icon" }, h("button", { class: "btn-icon " + ((this.getButtonSize()) ? `btn-icon--${this.getButtonSize()}` : ""), type: "button", disabled: !this.enabled, ref: (el) => this._button = el }, h("ez-icon", { class: "icon", href: this.image, iconName: this.iconName, size: this.getIconSize() })), h("label", { title: this.label }, this.label)));
77
- }
78
- else if (this.mode == "link") {
79
- return (h("a", { class: `${this.getIconSize()} ${!this.enabled ? "disabled" : ""}`, ref: (el) => this._button = el }, h("slot", { name: "leftIcon", onSlotchange: (ev) => { this.handleSlotChange(ev); } }), this.label, h("slot", { name: "rightIcon", onSlotchange: (ev) => { this.handleSlotChange(ev); } })));
80
- }
81
- else {
82
- return (h("button", { class: this.getButtonSize(""), type: "button", disabled: !this.enabled, ref: (el) => this._button = el }, h("slot", { name: "leftIcon", onSlotchange: (ev) => { this.handleSlotChange(ev); } }), this.label, h("slot", { name: "rightIcon", onSlotchange: (ev) => { this.handleSlotChange(ev); } })));
83
- }
133
+ const renderButton = () => {
134
+ if (this.mode == "icon") {
135
+ return (h("button", { class: `btn-icon ${this.getButtonSizeClass()} ${this.isPressed ? 'pressed' : ''}`, type: this.type, disabled: this.isDisabled === "full" || !this.enabled, "aria-disabled": this.isDisabled && this.isDisabled === true, ref: (el) => this._button = el }, h("ez-icon", { class: "icon", href: this.image, iconName: this.iconName, size: this.getIconSize() }), !this.suppressAnimation && this.renderRipples()));
136
+ }
137
+ if (this.mode == "label-icon") {
138
+ return (h("div", { class: `label-icon ${(this.isDisabled === "full" || this.isDisabled === "" || this.isDisabled === true || !this.enabled) ? "disabled" : ""}` }, h("button", { class: `btn-icon ${this.getButtonSizeClass()} ${this.isPressed ? 'pressed' : ''}`, type: this.type, disabled: this.isDisabled === "full" || !this.enabled, "aria-disabled": this.isDisabled && this.isDisabled === true, ref: (el) => this._button = el }, h("ez-icon", { class: "icon", href: this.image, iconName: this.iconName, size: this.getIconSize() }), !this.suppressAnimation && this.renderRipples()), h("label", { title: this.label }, this.label)));
139
+ }
140
+ if (this.mode == "link") {
141
+ return (h("a", { class: `${this.getIconSize()} ${(this.isDisabled === "full" || this.isDisabled === "" || this.isDisabled === true || !this.enabled) ? "disabled" : ""}`, tabIndex: 0, ref: (el) => this._button = el }, this.leftIconName
142
+ ? h("ez-icon", { class: "leftIcon", iconName: this.leftIconName, size: this.getIconSize() })
143
+ : h("slot", { name: "leftIcon", onSlotchange: (ev) => { this.handleSlotChange(ev); } }), this.label, this.rightIconName
144
+ ? h("ez-icon", { class: "rightIcon", iconName: this.rightIconName, size: this.getIconSize() })
145
+ : h("slot", { name: "rightIcon", onSlotchange: (ev) => { this.handleSlotChange(ev); } })));
146
+ }
147
+ return (h("button", { class: `${this.getButtonSize("")} ${this.isPressed ? 'pressed' : ''}`, type: this.type, disabled: this.isDisabled === "full" || !this.enabled, "aria-disabled": this.isDisabled && this.isDisabled === true, ref: (el) => this._button = el }, this.leftIconName
148
+ ? h("ez-icon", { class: "leftIcon", iconName: this.leftIconName, size: this.getIconSize() })
149
+ : h("slot", { name: "leftIcon", onSlotchange: (ev) => { this.handleSlotChange(ev); } }), this.label, this.rightIconName
150
+ ? h("ez-icon", { class: "rightIcon", iconName: this.rightIconName, size: this.getIconSize() })
151
+ : h("slot", { name: "rightIcon", onSlotchange: (ev) => { this.handleSlotChange(ev); } }), !this.suppressAnimation && this.renderRipples()));
152
+ };
153
+ return (h(Host, { class: `${this.variant ? `ez-button--${this.variant}` : ""}` }, renderButton()));
84
154
  }
85
155
  get _element() { return getElement(this); }
86
156
  };
@@ -1,5 +1,6 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, g as getElement } from './index-5a720e56.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, g as getElement } from './index-baa5e267.js';
2
2
  import { FloatingManager } from '@sankhyalabs/core';
3
+ import { i as initI18n } from './index-6517a082.js';
3
4
 
4
5
  const ezCalendarCss = ":host{--ez-calendar--font-family:var(--font-pattern, Arial);--ez-calendar--color:var(--title--primary, #626e82);--ez-calendar--text-shadow:var(--text-shadow, 0 0 0 #353535, 0 0 1px transparent);--ez-calendar__body--background-color:var(--background--xlight, #FFF);--ez-calendar__time--background-color:var(--background--xlight, #FAFAFA);--ez-calendar__body--padding:var(--space--medium, 12px) var(--space--small, 6px);--ez-calendar__body--border-radius:var(--border--radius-medium, 12px);--ez-calendar__body--shadow:var(--shadow, 0px 0px 16px 0px #000);--ez-container--z-index:var(--more-visible, 2);--ez-calendar__header-line--stroke:1px;--ez-calendar__header-line--color:var(--color--strokes, #C0C0C0);--ez-calendar__nav-btn--fill:var(--text--primary, #008561);--ez-calendar__nav-btn--hover--fill:var(--color--primary, #350404);--ez-calendar__nav-btn--width:10px;--ez-calendar__nav-btn--height:16px;--ez-calendar__nav-btn--previous-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 9.7808475,13.860393 3.9204526,8.0000004 9.7808475,2.0624965 7.9301965,0.28895552 0.21915255,8.0000004 7.9301965,15.711044 Z\"/></svg>');--ez-calendar__nav-btn--next-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 0.21915251,13.860393 6.0795475,8.0000007 0.21915251,2.0624968 2.0698036,0.28895588 9.7808475,8.0000007 2.0698036,15.711044 Z\"/></svg>');--ez-calendar__cell--margin:0px 1.5px;--ez-calendar__cell--width:var(--space--large, 24px);--ez-calendar__cell--padding:1.5px 0px;--ez-calendar__cell--border-radius:var(--border--radius-small, 6px);--ez-calendar__cell--over--background-color:var(--color--primary, #E2F4EF);--ez-calendar__cell--over--color:var(--color--primary-300, #008561);--ez-calendar__cell--outset--color:var(--color--disable-primary, #E5EAF0);--ez-calendar__cell--selected--background-color:var(--color--primary, #008561);--ez-calendar__cell--selected--color:var(--color--inverted, #FFF);--ez-calendar__btn-today--color:var(--color--primary);--ez-calendar__btn-today--hover--background-color:var(--color--primary-300, #E2F4EF);--ez-calendar__btn-today--border-radius:var(--border--radius-small, 6px);position:relative;display:flex;user-select:none}.calendar__container{display:flex;z-index:var(--more-visible, 2)}.calendar{display:flex;flex-direction:column;z-index:var(--more-visible, 2);background-color:var(--ez-calendar__body--background-color);padding:var(--ez-calendar__body--padding);border-radius:var(--ez-calendar__body--border-radius);box-shadow:var(--ez-calendar__body--shadow)}.calendar__header{display:flex;justify-content:space-between;padding-bottom:var(--space--small, 6px);margin:0px var(--space--, 12px) var(--space--small, 6px) var(--space--, 12px);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow);border-bottom:solid var(--ez-calendar__header-line--stroke) var(--ez-calendar__header-line--color)}.calendar__btn-next,.calendar__btn-previous{outline:none;border:none;background-color:unset;cursor:pointer;padding:0px}.calendar__btn-next::after,.calendar__btn-previous::after{content:'';display:flex;background-color:var(--ez-calendar__nav-btn--fill);width:var(--ez-calendar__nav-btn--width);height:var(--ez-calendar__nav-btn--height)}.calendar__btn-previous::after{-webkit-mask-image:var(--ez-calendar__nav-btn--previous-image);mask-image:var(--ez-calendar__nav-btn--previous-image)}.calendar__btn-next::after{-webkit-mask-image:var(--ez-calendar__nav-btn--next-image);mask-image:var(--ez-calendar__nav-btn--next-image)}.calendar__btn-next:hover::after,.calendar__btn-previous:hover::after{background-color:var(--ez-calendar__nav-btn--hover--fill)}.calendar__lbl-month{font-weight:var(--text-weight--extra-large, 700);font-size:var(--title--small, 14px);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow)}.calendar__line{display:flex;padding:0px;margin:0px}.calendar__cell{display:flex;justify-content:center;align-content:center;cursor:pointer;font-size:var(--text--extra-small, 10px);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow);padding:var(--ez-calendar__cell--padding);margin:var(--ez-calendar__cell--margin);min-width:var(--ez-calendar__cell--width);border-radius:var(--ez-calendar__cell--border-radius)}.calendar__cell:hover{background-color:var(--ez-calendar__cell--over--background-color);color:var(--ez-calendar__cell--over--color)}.calendar__cell--secondary{color:var(--ez-calendar__cell--outset--color)}.calendar__cell--unselectable:hover{background-color:unset;border-radius:unset;cursor:unset;color:var(--ez-calendar--color)}.calendar__cell--unselectable{font-weight:var(--text-weight--large, 600);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow)}.calendar__cell--selected,.calendar__cell--selected:hover{background-color:var(--ez-calendar__cell--selected--background-color);color:var(--ez-calendar__cell--selected--color)}.calendar__footer{display:flex;flex-direction:column}.calendar__btn-today{border:none;background-color:unset;cursor:pointer;padding:0px;font-weight:var(--text-weight--large, 600);font-size:var(--title--extra-small, 12px);font-family:var(--ez-calendar--font-family);text-shadow:var(--ez-calendar--text-shadow);color:var(--ez-calendar__btn-today--color);border-radius:var(--ez-calendar__btn-today--border-radius)}.calendar__btn-today:hover{background-color:var(--ez-calendar__btn-today--hover--background-color)}section{display:flex}.calendar-time{margin-left:-10px;display:flex;flex-direction:column;padding:12px 0px 0px 10px;background-color:var(--ez-calendar__time--background-color);border-top-right-radius:var(--ez-calendar__body--border-radius);border-bottom-right-radius:var(--ez-calendar__body--border-radius);box-shadow:var(--ez-calendar__body--shadow)}.calendar__column{height:136px;padding:0px;margin:0px;overflow:auto;scrollbar-width:none}.calendar__column::-webkit-scrollbar{width:0px;max-width:0px;min-width:0px}.calendar-time__header{display:flex;justify-content:space-between;padding-left:var(--space--small, 6px);padding-right:var(--space--small, 6px);padding-bottom:var(--space--small, 6px);margin:0px var(--space--, 12px) var(--space--small, 6px) var(--space--, 12px);font-weight:var(--text-weight--extra-large, 700);font-size:var(--title--small, 14px);text-shadow:var(--ez-calendar--text-shadow);border-bottom:solid var(--ez-calendar__header-line--stroke) var(--ez-calendar__header-line--color);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow)}.separatorTime{color:#A2ABB9;padding:0px 1px;line-height:16px;font-size:17px;font-weight:normal}.endHidden{-webkit-mask-image:linear-gradient(180deg, #000 calc(100% - 48px), transparent 100%)}.calendar__column .calendar__cell{margin:0px;padding:1.5px 1.5px}";
5
6
 
@@ -8,9 +9,6 @@ const EzCalendar = class {
8
9
  registerInstance(this, hostRef);
9
10
  this.ezChange = createEvent(this, "ezChange", 7);
10
11
  this._firstRender = true;
11
- this._todayLabel = "Hoje";
12
- this._weekDayLabels = ["D", "S", "T", "Q", "Q", "S", "S"];
13
- this._monthLabels = ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"];
14
12
  this._hoursLabel = ["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"];
15
13
  this._minutosLabel = ["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59"];
16
14
  this.value = new Date();
@@ -87,7 +85,7 @@ const EzCalendar = class {
87
85
  return this._hostElem.dataset.isFixed === "true";
88
86
  }
89
87
  getMonthLabel() {
90
- return this._monthLabels[this._currentPosition.getMonth()] + " " + this._currentPosition.getFullYear();
88
+ return this.i18n(`ez-calendar.month.${this._currentPosition.getMonth()}`) + " " + this._currentPosition.getFullYear();
91
89
  }
92
90
  isSelectedDate(d) {
93
91
  if (this.value) {
@@ -147,6 +145,9 @@ const EzCalendar = class {
147
145
  }
148
146
  }
149
147
  }
148
+ async componentWillLoad() {
149
+ this.i18n = await initI18n();
150
+ }
150
151
  componentDidRender() {
151
152
  if (this.floating && this._firstRender) {
152
153
  this._calendarHeight = this._box.clientHeight;
@@ -184,7 +185,7 @@ const EzCalendar = class {
184
185
  const firstDate = new Date();
185
186
  firstDate.setTime(this._currentPosition.getTime());
186
187
  firstDate.setDate(1 - firstDate.getDay());
187
- return (h("section", { ref: elem => this._container = elem }, h("div", { ref: elem => this._box = elem, class: "calendar__container" }, h("div", { class: "calendar" }, h("div", { class: "calendar__header" }, h("button", { class: "calendar__btn-previous", onClick: () => this.changeMonth(-1) }), h("label", { class: "calendar__lbl-month" }, this.getMonthLabel()), h("button", { class: "calendar__btn-next", onClick: () => this.changeMonth(1) })), h("div", { class: "calendar__body" }, h("div", { class: "calendar__line" }, this._weekDayLabels.map(day => h("div", { "data-day": day, class: "calendar__cell calendar__cell--unselectable" }, day))), [0, 7, 14, 21, 28, 35].map(offset => h("div", { class: "calendar__line" }, [0, 1, 2, 3, 4, 5, 6].map(index => {
188
+ return (h("section", { ref: elem => this._container = elem }, h("div", { ref: elem => this._box = elem, class: "calendar__container" }, h("div", { class: "calendar" }, h("div", { class: "calendar__header" }, h("button", { class: "calendar__btn-previous", onClick: () => this.changeMonth(-1) }), h("label", { class: "calendar__lbl-month" }, this.getMonthLabel()), h("button", { class: "calendar__btn-next", onClick: () => this.changeMonth(1) })), h("div", { class: "calendar__body" }, h("div", { class: "calendar__line" }, [...Array(7).keys()].map(day => h("div", { "data-day": this.i18n(`ez-calendar.weekDay.${day}`), class: "calendar__cell calendar__cell--unselectable" }, this.i18n(`ez-calendar.weekDay.${day}`)))), [0, 7, 14, 21, 28, 35].map(offset => h("div", { class: "calendar__line" }, [0, 1, 2, 3, 4, 5, 6].map(index => {
188
189
  const date = new Date();
189
190
  date.setTime(firstDate.getTime());
190
191
  date.setDate(date.getDate() + offset + index);
@@ -197,7 +198,7 @@ const EzCalendar = class {
197
198
  classNames += " calendar__cell--selected";
198
199
  }
199
200
  return h("div", { "data-day-month": dataDayMonth, class: classNames, onClick: () => this.selectDate(date) }, date.getDate());
200
- })))), h("div", { class: "calendar__footer" }, h("button", { class: "calendar__btn-today", onClick: () => this.selectDate(new Date()) }, this._todayLabel))), (this.time || this.showSeconds) &&
201
+ })))), h("div", { class: "calendar__footer" }, h("button", { class: "calendar__btn-today", onClick: () => this.selectDate(new Date()) }, this.i18n('ez-calendar.today')))), (this.time || this.showSeconds) &&
201
202
  h("div", { class: "calendar-time" }, h("div", { class: "calendar-time__header" }, h("div", null, "H"), h("div", { class: "separatorTime" }, ":"), h("div", null, "M"), this.showSeconds &&
202
203
  h("div", { class: "separatorTime" }, ":"), this.showSeconds &&
203
204
  h("div", null, "S")), h("div", { class: "calendar__body ", style: { display: 'flex', paddingLeft: '12px', paddingRight: '12px' } }, h("div", { class: "calendar__column", ref: elem => this._hoursScroll = elem, onScroll: () => this.updateScroll(this._hoursScroll) }, this._hoursLabel.map((offset, index) => {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-5a720e56.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { StringUtils, ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const ezCardItemCss = ":host { \n /*@doc Define o tamanho da fonte do componente.*/\n --ez-card-item--font-size: var(--text--medium, 14px);\n\n /*@doc Define o tamanho da fonte do componente no modo compacto.*/\n --ez-card-item--font-size-compacted: var(--text--extra-small, 10px);\n\n /*@doc Define a família da fonte do componente.*/\n --ez-card-item--font-family: var(--font-pattern, Arial);\n\n /*@doc Define o peso da fonte do componente.*/\n --ez-card-item--font-weight: var(--font-weight--semi-bold, 600);\n\n /*@doc Define o peso da fonte do title do componente.*/\n --ez-card-item--font-weight-large: var(--font-weight--semi-bold, 600);\n\n /*@doc Define a cor da fonte do componente.*/\n --ez-card-item--color: var(--text--primary, #626e82);\n\n /*@doc Define a cor da fonte da key do componente.*/\n --ez-card-item__key--color: var(--text--primary, #626e82);\n\n /*@doc Define a cor da fonte do label do detalhe do componente.*/\n --ez-card-item__detail-label--color: var(--text--secondary, #A2ABB9);\n\n /*@doc Define a cor da fonte do valor do detalhe do componente.*/\n --ez-card-item__detail-value--color: var(--color--petroleum-500, #404E65);\n\n /*@doc Define o espaçamento inferior dos detalhes do componente.*/\n --ez-card-item__detail--padding-bottom: var(--space--extra-small, 3px);\n\n /*@doc Define o espaçamento inferior do title do componente.*/\n --ez-card-item__title--padding-bottom: var(--space--extra-small, 3px);\n\n /*@doc Define a cor do highlight / marcação nos textos do componente.*/\n --ez-card-item__highlight--color: var(--color--primary-300, #E2F4EF);\n\n /*@doc Define o peso da fonte do componente.*/\n --ez-card-item--detail-label--font-weight: var(--text-weight--large, 400);\n\n width: 100%;\n display: flex;\n cursor: pointer;\n}\n\n.card-item {\n display: flex;\n flex-direction: column;\n width: 100%;\n cursor: pointer;\n z-index: 0;\n position: relative;\n container-type: inline-size;\n container-name: box;\n white-space: pre-line;\n}\n\n.card-item__detail{\n display: inline-block;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n opacity: 0.95;\n}\n\n\n\n.card-item__expanded {\n padding: var(--space--medium);\n}\n\n.card-item:hover {\n background: #F0F3F7;\n border-radius: 12px;\n}\n\n.card-item__title {\n display: flex;\n align-items: center;\n line-height: 18px;\n cursor: pointer;\n\n /*public*/\n font-size: var(--ez-card-item--font-size);\n font-family: var(--ez-card-item--font-family);\n font-weight: var(--ez-card-item--font-weight-large);\n color: var(--ez-card-item--color);\n padding-bottom: var(--ez-card-item__title--padding-bottom);\n gap: var(--space--small, 6px);\n}\n\n.card-item__key {\n /*public*/\n color: var(--ez-card-item__key--color);\n}\n\n.card-item__details {\n display: flex;\n flex-direction: column;\n cursor: pointer;\n justify-content: space-between;\n width: 100%;\n}\n\n.card-item__details-container__left {\n display: flex;\n flex-direction: column;\n white-space: pre-line;\n cursor: pointer;\n width: 50%;\n}\n\n.card-item__details-container__right {\n display: flex;\n flex-direction: column;\n white-space: pre-line;\n width: 50%;\n cursor: pointer;\n}\n\n.card-item__detail{\n cursor: pointer;\n}\n\n.card-item__detail-default:not(:last-child) {\n padding-bottom: var(--ez-card-item__detail--padding-bottom);\n}\n\n.card-item__detail-label {\n cursor: pointer;\n\n /*public*/\n font-size: var(--ez-card-item--font-size);\n font-family: var(--ez-card-item--font-family);\n font-weight: var(--ez-card-item--detail-label--font-weight);\n}\n\n.card-item__detail-value {\n cursor: pointer;\n line-break: anywhere;\n\n /*public*/\n font-size: var(--ez-card-item--font-size);\n font-family: var(--ez-card-item--font-family);\n font-weight: var(--ez-card-item--font-weight);\n color: var(--ez-card-item__detail-value--color);\n}\n\n.card-item__highlight {\n position: relative;\n border-radius: 8px;\n z-index: -1;\n\n /*public*/\n background-color: var(--ez-card-item__highlight--color);\n outline: 2px solid var(--ez-card-item__highlight--color);\n box-shadow: -4px 0px 0px 0px var(--ez-card-item__highlight--color), \n 4px 0px 0px 0px var(--ez-card-item__highlight--color);\n}\n\n.card-item__content{\n display: flex;\n align-items: center;\n}\n\n.card-item__details-container_default{\n display: flex;\n}\n\n.card-item__details-slot{\n margin-left: auto;\n}\n\n/* Modo compacto */\n.card-item__compacted {\n padding: var(--space--2xs) var(--space--small);\n}\n\n.card-item__detail-label-compacted {\n font-size: var(--ez-card-item--font-size-compacted);\n}\n\n.card-item__detail-value-compacted {\n font-size: var(--ez-card-item--font-size-compacted);\n}\n\n.card-item__title-compacted {\n font-size: var(--ez-card-item--font-size-compacted);\n}\n\n.card-item__details-container__left-compacted{\n width: 100%;\n}\n\n.card-item__details-container__right-compacted {\n width: 100%;\n}\n\n\n@container box (max-width: 550px) {\n .card-item__details {\n flex-direction: column;\n }\n\n .card-item__details-container__left {\n width: 100%;\n }\n \n .card-item__details-container__right {\n width: 100%;\n }\n}\n\n@container box (max-width: 200px) {\n .card-item__title {\n font-size: 10px;\n }\n\n .card-item__detail-label {\n font-size: 10px;\n }\n\n .card-item__detail-value {\n font-size: 10px;\n }\n\n}";