@sankhyalabs/ezui 6.1.0-dev.20 → 6.1.0-dev.21

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 (288) hide show
  1. package/dist/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-39807831.js} +43 -15
  2. package/dist/cjs/{RichToolbarHelper-438916fa.js → RichToolbarHelper-ea12328f.js} +0 -13
  3. package/dist/cjs/app-globals-86776e90.js +12 -0
  4. package/dist/cjs/{constants-569271bc.js → constants-72b7e05e.js} +0 -2
  5. package/dist/cjs/ez-actions-button.cjs.entry.js +2 -1
  6. package/dist/cjs/ez-alert-list.cjs.entry.js +5 -3
  7. package/dist/cjs/ez-avatar.cjs.entry.js +6 -1
  8. package/dist/cjs/ez-calendar.cjs.entry.js +7 -6
  9. package/dist/cjs/ez-collapsible-box.cjs.entry.js +13 -10
  10. package/dist/cjs/ez-combo-box-list_4.cjs.entry.js +24 -14
  11. package/dist/cjs/ez-combo-box.cjs.entry.js +7 -6
  12. package/dist/cjs/ez-date-input.cjs.entry.js +5 -1
  13. package/dist/cjs/ez-date-time-input.cjs.entry.js +5 -1
  14. package/dist/cjs/ez-dialog.cjs.entry.js +8 -6
  15. package/dist/cjs/ez-double-list.cjs.entry.js +12 -4
  16. package/dist/cjs/ez-file-item.cjs.entry.js +9 -6
  17. package/dist/cjs/ez-form-view.cjs.entry.js +3 -2
  18. package/dist/cjs/ez-form.cjs.entry.js +3 -2
  19. package/dist/cjs/ez-grid.cjs.entry.js +126 -127
  20. package/dist/cjs/ez-guide-navigator.cjs.entry.js +5 -1
  21. package/dist/cjs/ez-link-builder_6.cjs.entry.js +33 -13
  22. package/dist/cjs/ez-list.cjs.entry.js +4 -2
  23. package/dist/cjs/ez-modal-container.cjs.entry.js +5 -1
  24. package/dist/cjs/ez-modal.cjs.entry.js +5 -1
  25. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +9 -5
  26. package/dist/cjs/ez-number-input.cjs.entry.js +5 -1
  27. package/dist/cjs/ez-search-plus.cjs.entry.js +8 -6
  28. package/dist/cjs/ez-search-result-list.cjs.entry.js +5 -2
  29. package/dist/cjs/ez-search.cjs.entry.js +8 -9
  30. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +5 -7
  31. package/dist/cjs/ez-skeleton.cjs.entry.js +5 -3
  32. package/dist/cjs/ez-sortable-list.cjs.entry.js +12 -5
  33. package/dist/cjs/ez-split-button.cjs.entry.js +5 -4
  34. package/dist/cjs/ez-split-item.cjs.entry.js +6 -2
  35. package/dist/cjs/ez-text-input.cjs.entry.js +1 -0
  36. package/dist/cjs/ez-time-input.cjs.entry.js +12 -10
  37. package/dist/cjs/ez-tree.cjs.entry.js +5 -1
  38. package/dist/cjs/ez-upload.cjs.entry.js +17 -11
  39. package/dist/cjs/ezui.cjs.js +4 -0
  40. package/dist/cjs/filter-column.cjs.entry.js +8 -4
  41. package/dist/cjs/index-02854309.js +3672 -0
  42. package/dist/cjs/loader.cjs.js +4 -0
  43. package/dist/cjs/{search-column-27d1f72f.js → search-column-82c52e20.js} +11 -5
  44. package/dist/collection/collection-manifest.json +2 -1
  45. package/dist/collection/components/ez-alert-list/ez-alert-list.js +5 -3
  46. package/dist/collection/components/ez-avatar/ez-avatar.js +5 -1
  47. package/dist/collection/components/ez-calendar/ez-calendar.js +7 -6
  48. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +12 -9
  49. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +7 -4
  50. package/dist/collection/components/ez-combo-box/ez-combo-box.js +7 -7
  51. package/dist/collection/components/ez-date-input/ez-date-input.js +5 -1
  52. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +5 -1
  53. package/dist/collection/components/ez-dialog/ez-dialog.js +8 -6
  54. package/dist/collection/components/ez-double-list/ez-double-list.js +12 -4
  55. package/dist/collection/components/ez-file-item/ez-file-item.js +9 -6
  56. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +3 -2
  57. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +10 -9
  58. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +3 -1
  59. package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js +67 -0
  60. package/dist/collection/components/ez-grid/ez-grid.js +15 -13
  61. package/dist/collection/components/ez-grid/subcomponents/filter-column.js +7 -3
  62. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js +2 -2
  63. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js +11 -7
  64. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +5 -1
  65. package/dist/collection/components/ez-list/ez-list.js +4 -2
  66. package/dist/collection/components/ez-modal/ez-modal.js +5 -1
  67. package/dist/collection/components/ez-modal-container/ez-modal-container.js +5 -1
  68. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +9 -5
  69. package/dist/collection/components/ez-number-input/ez-number-input.js +5 -1
  70. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js +5 -1
  71. package/dist/collection/components/ez-rich-text/ez-rich-text.js +13 -9
  72. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js +0 -12
  73. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js +6 -2
  74. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js +6 -2
  75. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js +6 -2
  76. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js +8 -4
  77. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js +9 -5
  78. package/dist/collection/components/ez-search/ez-search.js +7 -8
  79. package/dist/collection/components/ez-search-plus/ez-search-plus.js +7 -5
  80. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +5 -2
  81. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js +5 -2
  82. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +0 -1
  83. package/dist/collection/components/ez-skeleton/ez-skeleton.js +4 -2
  84. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +15 -11
  85. package/dist/collection/components/ez-split-button/ez-split-button.js +6 -6
  86. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +5 -1
  87. package/dist/collection/components/ez-text-edit/ez-text-edit.js +5 -1
  88. package/dist/collection/components/ez-text-input/ez-text-input.js +1 -0
  89. package/dist/collection/components/ez-time-input/ez-time-input.js +12 -10
  90. package/dist/collection/components/ez-tree/ez-tree.js +5 -1
  91. package/dist/collection/components/ez-upload/ez-upload.js +18 -12
  92. package/dist/collection/global/app-init.js +6 -0
  93. package/dist/collection/setupTests.js +1 -1
  94. package/dist/collection/utils/ApplicationUtils.js +43 -15
  95. package/dist/collection/utils/constants.js +0 -1
  96. package/dist/collection/utils/i18n/elanguages.js +6 -0
  97. package/dist/collection/utils/i18n/i18nUtils.js +20 -0
  98. package/dist/collection/utils/i18n/index.js +30 -0
  99. package/dist/collection/utils/i18n/locales/en-us.js +275 -0
  100. package/dist/collection/utils/i18n/locales/es-es.js +275 -0
  101. package/dist/collection/utils/i18n/locales/pt-br.js +275 -0
  102. package/dist/collection/utils/i18n/translations.js +9 -0
  103. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +8 -2
  104. package/dist/custom-elements/index.js +4056 -278
  105. package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-72f474e8.js} +43 -15
  106. package/dist/esm/{RichToolbarHelper-fd6427df.js → RichToolbarHelper-f3a149c4.js} +1 -13
  107. package/dist/esm/app-globals-2ccb253f.js +10 -0
  108. package/dist/esm/{constants-b036528f.js → constants-3fabe81e.js} +1 -2
  109. package/dist/esm/ez-actions-button.entry.js +2 -1
  110. package/dist/esm/ez-alert-list.entry.js +5 -3
  111. package/dist/esm/ez-avatar.entry.js +6 -1
  112. package/dist/esm/ez-calendar.entry.js +7 -6
  113. package/dist/esm/ez-collapsible-box.entry.js +13 -10
  114. package/dist/esm/ez-combo-box-list_4.entry.js +24 -14
  115. package/dist/esm/ez-combo-box.entry.js +7 -6
  116. package/dist/esm/ez-date-input.entry.js +5 -1
  117. package/dist/esm/ez-date-time-input.entry.js +5 -1
  118. package/dist/esm/ez-dialog.entry.js +8 -6
  119. package/dist/esm/ez-double-list.entry.js +12 -4
  120. package/dist/esm/ez-file-item.entry.js +9 -6
  121. package/dist/esm/ez-form-view.entry.js +3 -2
  122. package/dist/esm/ez-form.entry.js +3 -2
  123. package/dist/esm/ez-grid.entry.js +108 -109
  124. package/dist/esm/ez-guide-navigator.entry.js +5 -1
  125. package/dist/esm/ez-link-builder_6.entry.js +33 -13
  126. package/dist/esm/ez-list.entry.js +4 -2
  127. package/dist/esm/ez-modal-container.entry.js +5 -1
  128. package/dist/esm/ez-modal.entry.js +5 -1
  129. package/dist/esm/ez-multi-selection-list.entry.js +9 -5
  130. package/dist/esm/ez-number-input.entry.js +5 -1
  131. package/dist/esm/ez-search-plus.entry.js +8 -6
  132. package/dist/esm/ez-search-result-list.entry.js +5 -2
  133. package/dist/esm/ez-search.entry.js +8 -9
  134. package/dist/esm/ez-sidebar-navigator.entry.js +5 -7
  135. package/dist/esm/ez-skeleton.entry.js +5 -3
  136. package/dist/esm/ez-sortable-list.entry.js +12 -5
  137. package/dist/esm/ez-split-button.entry.js +5 -4
  138. package/dist/esm/ez-split-item.entry.js +6 -2
  139. package/dist/esm/ez-text-input.entry.js +1 -0
  140. package/dist/esm/ez-time-input.entry.js +12 -10
  141. package/dist/esm/ez-tree.entry.js +5 -1
  142. package/dist/esm/ez-upload.entry.js +17 -11
  143. package/dist/esm/ezui.js +4 -0
  144. package/dist/esm/filter-column.entry.js +8 -4
  145. package/dist/esm/index-b623906e.js +3669 -0
  146. package/dist/esm/loader.js +4 -0
  147. package/dist/esm/{search-column-e609d513.js → search-column-5a55f676.js} +9 -3
  148. package/dist/ezui/ezui.esm.js +1 -1
  149. package/dist/ezui/p-0603bcc7.entry.js +1 -0
  150. package/dist/ezui/p-0ec7aa3a.entry.js +1 -0
  151. package/dist/ezui/p-0f0f3efe.entry.js +1 -0
  152. package/dist/ezui/p-1c3efd36.entry.js +1 -0
  153. package/dist/ezui/p-1ffb75d5.js +1 -0
  154. package/dist/ezui/p-22934e19.entry.js +1 -0
  155. package/dist/ezui/p-2f471aca.entry.js +1 -0
  156. package/dist/ezui/p-303b3b8c.entry.js +1 -0
  157. package/dist/ezui/p-3b89a9a0.entry.js +1 -0
  158. package/dist/ezui/p-3e71ca08.entry.js +1 -0
  159. package/dist/ezui/p-3e767a74.js +1 -0
  160. package/dist/ezui/p-3e88fbb6.entry.js +1 -0
  161. package/dist/ezui/p-4044a7d7.entry.js +1 -0
  162. package/dist/ezui/p-45c9b292.entry.js +1 -0
  163. package/dist/ezui/p-45e64547.entry.js +1 -0
  164. package/dist/ezui/p-46913da7.js +1 -0
  165. package/dist/ezui/p-4773ff4c.js +1 -0
  166. package/dist/ezui/p-4fc5f926.entry.js +1 -0
  167. package/dist/ezui/p-53bc30a1.entry.js +1 -0
  168. package/dist/ezui/p-627ff5a2.entry.js +1 -0
  169. package/dist/ezui/p-629e32e2.entry.js +1 -0
  170. package/dist/ezui/{p-66354b29.entry.js → p-6562b5c8.entry.js} +46 -46
  171. package/dist/ezui/p-6e6fccfb.entry.js +1 -0
  172. package/dist/ezui/{p-ad0deb16.entry.js → p-713dc93e.entry.js} +1 -1
  173. package/dist/ezui/p-84a136bf.entry.js +1 -0
  174. package/dist/ezui/p-973e6a40.entry.js +1 -0
  175. package/dist/ezui/p-a12f6074.entry.js +1 -0
  176. package/dist/ezui/p-a482aae1.entry.js +1 -0
  177. package/dist/ezui/p-a687f14c.entry.js +7 -0
  178. package/dist/ezui/p-adbc3261.entry.js +1 -0
  179. package/dist/ezui/p-b115058e.entry.js +1 -0
  180. package/dist/ezui/p-b1e45320.js +1 -0
  181. package/dist/ezui/p-b4215a04.entry.js +1 -0
  182. package/dist/ezui/p-b8ed876d.entry.js +1 -0
  183. package/dist/ezui/p-ba07b3df.js +1 -0
  184. package/dist/ezui/p-c00ad772.entry.js +1 -0
  185. package/dist/ezui/p-c2a8139d.entry.js +1 -0
  186. package/dist/ezui/p-caf2584a.entry.js +1 -0
  187. package/dist/ezui/p-d1d0868b.entry.js +1 -0
  188. package/dist/ezui/p-e5260556.entry.js +1 -0
  189. package/dist/ezui/p-ed3bed1e.entry.js +1 -0
  190. package/dist/types/components/ez-alert-list/ez-alert-list.d.ts +2 -1
  191. package/dist/types/components/ez-avatar/ez-avatar.d.ts +2 -0
  192. package/dist/types/components/ez-calendar/ez-calendar.d.ts +2 -3
  193. package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +2 -0
  194. package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +2 -0
  195. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +2 -2
  196. package/dist/types/components/ez-date-input/ez-date-input.d.ts +2 -0
  197. package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +2 -0
  198. package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -2
  199. package/dist/types/components/ez-double-list/ez-double-list.d.ts +2 -0
  200. package/dist/types/components/ez-file-item/ez-file-item.d.ts +2 -0
  201. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -0
  202. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +1 -0
  203. package/dist/types/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.d.ts +1 -1
  204. package/dist/types/components/ez-grid/controller/ag-grid/utils/buildLocaleText.d.ts +66 -0
  205. package/dist/types/components/ez-grid/ez-grid.d.ts +2 -2
  206. package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +2 -0
  207. package/dist/types/components/ez-grid/subcomponents/selection-counter.d.ts +2 -0
  208. package/dist/types/components/ez-grid/subcomponents/utils/selectionCounterUtils.d.ts +2 -2
  209. package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +2 -0
  210. package/dist/types/components/ez-list/ez-list.d.ts +2 -1
  211. package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
  212. package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
  213. package/dist/types/components/ez-multi-selection-list/ez-multi-selection-list.d.ts +2 -0
  214. package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
  215. package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +2 -0
  216. package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +2 -0
  217. package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +0 -12
  218. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +2 -0
  219. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +2 -0
  220. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +2 -0
  221. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +2 -0
  222. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +2 -0
  223. package/dist/types/components/ez-search/ez-search.d.ts +2 -3
  224. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +2 -1
  225. package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +2 -1
  226. package/dist/types/components/ez-sidebar-navigator/ez-sidebar-navigator.d.ts +2 -0
  227. package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +0 -1
  228. package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +2 -1
  229. package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +2 -0
  230. package/dist/types/components/ez-split-button/ez-split-button.d.ts +2 -2
  231. package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +2 -0
  232. package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +2 -0
  233. package/dist/types/components/ez-time-input/ez-time-input.d.ts +2 -1
  234. package/dist/types/components/ez-tree/ez-tree.d.ts +2 -0
  235. package/dist/types/components/ez-upload/ez-upload.d.ts +3 -1
  236. package/dist/types/global/app-init.d.ts +1 -0
  237. package/dist/types/utils/ApplicationUtils.d.ts +3 -1
  238. package/dist/types/utils/constants.d.ts +0 -1
  239. package/dist/types/utils/i18n/elanguages.d.ts +5 -0
  240. package/dist/types/utils/i18n/i18nUtils.d.ts +2 -0
  241. package/dist/types/utils/i18n/index.d.ts +5 -0
  242. package/dist/types/utils/i18n/locales/en-us.d.ts +276 -0
  243. package/dist/types/utils/i18n/locales/es-es.d.ts +276 -0
  244. package/dist/types/utils/i18n/locales/pt-br.d.ts +276 -0
  245. package/dist/types/utils/i18n/translations.d.ts +828 -0
  246. package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -0
  247. package/package.json +7 -1
  248. package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js +0 -75
  249. package/dist/collection/components/ez-sidebar-navigator/messages/constants.js +0 -5
  250. package/dist/ezui/p-0306dff7.entry.js +0 -1
  251. package/dist/ezui/p-07894c4a.entry.js +0 -1
  252. package/dist/ezui/p-09de35a2.entry.js +0 -1
  253. package/dist/ezui/p-1276ef79.entry.js +0 -1
  254. package/dist/ezui/p-1cebdc92.js +0 -1
  255. package/dist/ezui/p-1eb34cad.entry.js +0 -1
  256. package/dist/ezui/p-2187f86c.js +0 -1
  257. package/dist/ezui/p-33326ac5.entry.js +0 -1
  258. package/dist/ezui/p-3ba9565c.entry.js +0 -1
  259. package/dist/ezui/p-454bba13.entry.js +0 -1
  260. package/dist/ezui/p-496f7832.entry.js +0 -1
  261. package/dist/ezui/p-4bb47bbe.entry.js +0 -1
  262. package/dist/ezui/p-4bd6dd6a.entry.js +0 -1
  263. package/dist/ezui/p-555c9018.entry.js +0 -1
  264. package/dist/ezui/p-57363cfd.entry.js +0 -1
  265. package/dist/ezui/p-58f69d24.entry.js +0 -1
  266. package/dist/ezui/p-59561756.entry.js +0 -7
  267. package/dist/ezui/p-5eea9886.js +0 -1
  268. package/dist/ezui/p-6bcf4ba2.entry.js +0 -1
  269. package/dist/ezui/p-6e429cff.entry.js +0 -1
  270. package/dist/ezui/p-7019f782.entry.js +0 -1
  271. package/dist/ezui/p-77a4bd35.entry.js +0 -1
  272. package/dist/ezui/p-7eae6986.entry.js +0 -1
  273. package/dist/ezui/p-9478b13b.entry.js +0 -1
  274. package/dist/ezui/p-98ee5c31.entry.js +0 -1
  275. package/dist/ezui/p-998afb6a.entry.js +0 -1
  276. package/dist/ezui/p-a148e994.entry.js +0 -1
  277. package/dist/ezui/p-ad79f9d1.entry.js +0 -1
  278. package/dist/ezui/p-b796e213.entry.js +0 -1
  279. package/dist/ezui/p-bac0f920.entry.js +0 -1
  280. package/dist/ezui/p-bff24a7b.js +0 -1
  281. package/dist/ezui/p-da1b4a38.entry.js +0 -1
  282. package/dist/ezui/p-dc73e1fe.entry.js +0 -1
  283. package/dist/ezui/p-ddd1e05f.entry.js +0 -1
  284. package/dist/ezui/p-e4528470.entry.js +0 -1
  285. package/dist/ezui/p-e6a9041d.entry.js +0 -1
  286. package/dist/ezui/p-ec0d8122.entry.js +0 -1
  287. package/dist/types/components/ez-grid/controller/ag-grid/i18n/pt-BR.d.ts +0 -2
  288. package/dist/types/components/ez-sidebar-navigator/messages/constants.d.ts +0 -5
@@ -1,6 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { E as EzScrollDirection } from './EzScrollDirection-2df26c93.js';
4
+ import { i as initI18n } from './index-b623906e.js';
4
5
 
5
6
  var ModeMenuEnum;
6
7
  (function (ModeMenuEnum) {
@@ -22,12 +23,6 @@ var TypeMenuEnum;
22
23
  TypeMenuEnum["DYNAMIC"] = "dynamic";
23
24
  })(TypeMenuEnum || (TypeMenuEnum = {}));
24
25
 
25
- const MESSAGES = {
26
- HIDE_MENU: 'Ocultar menu',
27
- UN_PIN_MENU: 'Desafixar menu',
28
- PUSH_PIN_MENU: 'Fixar menu',
29
- };
30
-
31
26
  const ezSidebarNavigatorCss = ":host{--ez-sidebar-navigator--padding-left:var(--space--xs, 12px);--ez-sidebar-navigator--padding-right:var(--space--xs, 12px);--ez-sidebar-navigator--gap:var(--space--xs, 12px);--ez-sidebar-navigator--box-shadow:var(--shadow, 0px 0px 24px 0px #000);--ez-sidebar-navigator--background-color:var(--color--inverted);--ez-sidebar-navigator--border-radius:0px var(--border--radius-medium) var(--border--radius-medium) 0px;--ez-sidebar-navigator--height:calc(100vh - var(--space--lg, 24px));--ez-sidebar-navigator--z-index:var(--elevation--20, 20);--ez-sidebar-navigator--header-gap:var(--space--xs, 12px);--ez-sidebar-navigator--footer-gap:var(--space--xs, 12px);--ez-ez-sidebar-navigator__title--font-family:var(--font-pattern, \"Roboto\");--ez-ez-sidebar-navigator__title--font-size:var(--title--medium, 16px);--ez-ez-sidebar-navigator__title--color:var(--title--primary, #2b3a54);--ez-ez-sidebar-navigator__title--font-weight:var(--text-weight--extra-large, 700)}.inverted{transform:rotate(180deg)}.ez-sidebar-navigator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:var(--ez-sidebar-navigator--height);padding-top:var(--space--xs, 12px);padding-bottom:var(--space--xs, 12px);outline:none;gap:var(--ez-sidebar-navigator--gap);padding-left:var(--ez-sidebar-navigator--padding-left);padding-right:var(--ez-sidebar-navigator--padding-right);background-color:var(--ez-sidebar-navigator--background-color);-webkit-box-shadow:var(--ez-sidebar-navigator--box-shadow);box-shadow:var(--ez-sidebar-navigator--box-shadow);border-radius:var(--ez-sidebar-navigator--border-radius)}.ez-sidebar-navigator__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;gap:var(--ez-sidebar-navigator--header-gap)}.ez-sidebar-navigator__content{height:100%}.ez-sidebar-navigator__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--ez-sidebar-navigator--footer-gap)}.ez-sidebar-navigator__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-family:var(--ez-ez-sidebar-navigator__title--font-family);font-size:var(--ez-ez-sidebar-navigator__title--font-size);font-weight:var(--ez-ez-sidebar-navigator__title--font-weight);color:var(--ez-ez-sidebar-navigator__title--color)}.ez-sidebar-navigator__end{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;gap:var(--ez-sidebar-navigator--gap)}.dynamic{position:absolute;z-index:var(--ez-sidebar-navigator--z-index)}.fixed{position:relative}.hidden{display:none}.show{animation:fadeIn .1s ease-in-out 1}@keyframes fadeIn{from{transform:translate(-100%)}}.sm{width:240px}.md{width:280px}.lg{width:320px}@media screen and (max-width: 991px){.responsive{width:240px}}@media screen and (min-width: 992px){.responsive{width:280px}}@media screen and (min-width: 1200px){.responsive{width:320px}}";
32
27
 
33
28
  const EzSidebarNavigator = class {
@@ -70,6 +65,9 @@ const EzSidebarNavigator = class {
70
65
  async openSidebar() {
71
66
  this.open = true;
72
67
  }
68
+ async componentWillLoad() {
69
+ this.i18n = await initI18n();
70
+ }
73
71
  componentDidLoad() {
74
72
  if (this.type === TypeMenuEnum.FIXED) {
75
73
  this.mode = ModeMenuEnum.FIXED;
@@ -78,7 +76,7 @@ const EzSidebarNavigator = class {
78
76
  }
79
77
  render() {
80
78
  ElementIDUtils.addIDInfoIfNotExists(this._element);
81
- return (h(Host, null, h("ez-sidebar-button", { class: this.open ? "hidden" : "", onEzClick: this.mode === ModeMenuEnum.FIXED ? this.handleToggleSidebar : undefined, onMouseEnter: this.mode === ModeMenuEnum.FLOAT ? this.handleToggleSidebar : undefined, "aria-controls": "navigator", "aria-expanded": this.open, "data-element-id": ElementIDUtils.getInternalIDInfo("openButton") }), this.open ? (h("aside", { tabIndex: -1, id: "navigator", class: `ez-col ez-col--sd-12 ez-col--tb-3 ez-sidebar-navigator ${this.mode === ModeMenuEnum.FLOAT ? 'dynamic' : 'fixed'} ${this.isResponsive ? 'responsive' : this.size} ${!this.open ? "hidden" : "show"}`, "data-element-id": ElementIDUtils.getInternalIDInfo("sidebar"), onMouseLeave: this.type !== TypeMenuEnum.FIXED && this.mode === ModeMenuEnum.FLOAT ? this.handleToggleSidebar : undefined }, h("header", { class: "ez-sidebar-navigator__header" }, h("slot", { name: "start" }), this.titleMenu !== '' && (h("div", { class: "ez-sidebar-navigator__title", title: this.titleMenu }, this.titleMenu)), !this.titleMenu && (h("slot", { name: "content" })), h("div", { class: "ez-sidebar-navigator__end" }, h("slot", { name: "end" }), (this.type === TypeMenuEnum.DYNAMIC && this.showFixedButton) && (h("ez-button", { onClick: this.handleToggleMode, mode: "icon", size: "small", iconName: this.mode === ModeMenuEnum.FIXED ? "un-pin" : "push-pin", title: this.mode === ModeMenuEnum.FIXED ? MESSAGES.UN_PIN_MENU : MESSAGES.PUSH_PIN_MENU, "aria-label": this.mode === ModeMenuEnum.FIXED ? MESSAGES.UN_PIN_MENU : MESSAGES.PUSH_PIN_MENU, "aria-controls": "navigator", "data-element-id": ElementIDUtils.getInternalIDInfo("pinButton") })), (this.mode === ModeMenuEnum.FIXED && this.showCollapseMenu) && (h("ez-button", { onClick: this.handleToggleSidebar, class: "inverted", mode: "icon", size: "small", iconName: "show_menu", title: MESSAGES.HIDE_MENU, "aria-label": MESSAGES.HIDE_MENU, "aria-controls": "navigator", "data-element-id": ElementIDUtils.getInternalIDInfo("closeButton") })))), this.titleMenu && (h("slot", { name: "content" })), h("ez-scroller", { class: "ez-sidebar-navigator__content", direction: EzScrollDirection.VERTICAL, activeShadow: true }, h("slot", null)), h("footer", { class: "ez-sidebar-navigator__footer" }, h("slot", { name: "footer" }))))
79
+ return (h(Host, null, h("ez-sidebar-button", { class: this.open ? "hidden" : "", onEzClick: this.mode === ModeMenuEnum.FIXED ? this.handleToggleSidebar : undefined, onMouseEnter: this.mode === ModeMenuEnum.FLOAT ? this.handleToggleSidebar : undefined, "aria-controls": "navigator", "aria-expanded": this.open, "data-element-id": ElementIDUtils.getInternalIDInfo("openButton") }), this.open ? (h("aside", { tabIndex: -1, id: "navigator", class: `ez-col ez-col--sd-12 ez-col--tb-3 ez-sidebar-navigator ${this.mode === ModeMenuEnum.FLOAT ? 'dynamic' : 'fixed'} ${this.isResponsive ? 'responsive' : this.size} ${!this.open ? "hidden" : "show"}`, "data-element-id": ElementIDUtils.getInternalIDInfo("sidebar"), onMouseLeave: this.type !== TypeMenuEnum.FIXED && this.mode === ModeMenuEnum.FLOAT ? this.handleToggleSidebar : undefined }, h("header", { class: "ez-sidebar-navigator__header" }, h("slot", { name: "start" }), this.titleMenu !== '' && (h("div", { class: "ez-sidebar-navigator__title", title: this.titleMenu }, this.titleMenu)), !this.titleMenu && (h("slot", { name: "content" })), h("div", { class: "ez-sidebar-navigator__end" }, h("slot", { name: "end" }), (this.type === TypeMenuEnum.DYNAMIC && this.showFixedButton) && (h("ez-button", { onClick: this.handleToggleMode, mode: "icon", size: "small", iconName: this.mode === ModeMenuEnum.FIXED ? "un-pin" : "push-pin", title: this.mode === ModeMenuEnum.FIXED ? this.i18n("ez-sidebar.unPinMenu") : this.i18n("ez-sidebar.pushPinMenu"), "aria-label": this.mode === ModeMenuEnum.FIXED ? this.i18n("ez-sidebar.unPinMenu") : this.i18n("ez-sidebar.pushPinMenu"), "aria-controls": "navigator", "data-element-id": ElementIDUtils.getInternalIDInfo("pinButton") })), (this.mode === ModeMenuEnum.FIXED && this.showCollapseMenu) && (h("ez-button", { onClick: this.handleToggleSidebar, class: "inverted", mode: "icon", size: "small", iconName: "show_menu", title: this.i18n("ez-sidebar.hideMenu"), "aria-label": this.i18n("ez-sidebar.hideMenu"), "aria-controls": "navigator", "data-element-id": ElementIDUtils.getInternalIDInfo("closeButton") })))), this.titleMenu && (h("slot", { name: "content" })), h("ez-scroller", { class: "ez-sidebar-navigator__content", direction: EzScrollDirection.VERTICAL, activeShadow: true }, h("slot", null)), h("footer", { class: "ez-sidebar-navigator__footer" }, h("slot", { name: "footer" }))))
82
80
  : undefined));
83
81
  }
84
82
  get _element() { return getElement(this); }
@@ -1,4 +1,6 @@
1
1
  import { r as registerInstance, h } from './index-baa5e267.js';
2
+ import { i as initI18n } from './index-b623906e.js';
3
+ import '@sankhyalabs/core';
2
4
 
3
5
  const ALLOWED_ANIMATIONS = ['progress', 'pulse', 'false'];
4
6
  const ALLOWED_VARIANTS = ['circle', 'rect', 'text'];
@@ -11,7 +13,6 @@ const SKELETON_ARIA = {
11
13
  DATA_BUSY: 'true',
12
14
  DATA_VALUEMIN: '0',
13
15
  DATA_VALUEMAX: '100',
14
- DATA_VALUETEXT: 'Loading...',
15
16
  ROLE: 'progressbar',
16
17
  TABINDEX: '0'
17
18
  };
@@ -43,7 +44,8 @@ const EzSkeleton = class {
43
44
  this.marginLeft = null;
44
45
  this.animation = DEFAULT_VALUES.ANIMATION;
45
46
  }
46
- componentWillLoad() {
47
+ async componentWillLoad() {
48
+ this.i18n = await initI18n();
47
49
  this.initializeItems();
48
50
  }
49
51
  componentWillUpdate() {
@@ -134,7 +136,7 @@ const EzSkeleton = class {
134
136
  return this.renderSkeletonSpan(index, config);
135
137
  }
136
138
  renderSkeletonSpan(index, config) {
137
- return (h("span", { key: index, class: config === null || config === void 0 ? void 0 : config.skeletonClasses, style: config === null || config === void 0 ? void 0 : config.styles, "data-busy": SKELETON_ARIA.DATA_BUSY, "data-valuemin": SKELETON_ARIA.DATA_VALUEMIN, "data-valuemax": SKELETON_ARIA.DATA_VALUEMAX, "data-valuetext": SKELETON_ARIA.DATA_VALUETEXT, role: SKELETON_ARIA.ROLE, tabindex: SKELETON_ARIA.TABINDEX }));
139
+ return (h("span", { key: index, class: config === null || config === void 0 ? void 0 : config.skeletonClasses, style: config === null || config === void 0 ? void 0 : config.styles, "data-busy": SKELETON_ARIA.DATA_BUSY, "data-valuemin": SKELETON_ARIA.DATA_VALUEMIN, "data-valuemax": SKELETON_ARIA.DATA_VALUEMAX, "data-valuetext": this.i18n("app.loading"), role: SKELETON_ARIA.ROLE, tabindex: SKELETON_ARIA.TABINDEX }));
138
140
  }
139
141
  render() {
140
142
  return !this.template ? this.items.map((_, index) => this.renderSkeletonItem(index)) : this.renderSkeletonTemplate(this.template);
@@ -1,5 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-baa5e267.js';
2
2
  import { ArrayUtils } from '@sankhyalabs/core';
3
+ import { i as initI18n } from './index-b623906e.js';
3
4
 
4
5
  /**!
5
6
  * Sortable 1.15.6
@@ -3309,9 +3310,9 @@ const EzSortableList = class {
3309
3310
  this.group = 'default';
3310
3311
  this.dataSource = [];
3311
3312
  this.idSortableList = 'DEFAULT_LIST';
3312
- this.entityLabel = 'item';
3313
- this.entityLabelPlural = 'itens';
3314
- this.emptyMessage = 'Nenhum item na lista';
3313
+ this.entityLabel = undefined;
3314
+ this.entityLabelPlural = undefined;
3315
+ this.emptyMessage = undefined;
3315
3316
  this.hoverFeedback = true;
3316
3317
  this.enableMultipleSelection = false;
3317
3318
  this.removeItensMoved = false;
@@ -3332,6 +3333,12 @@ const EzSortableList = class {
3332
3333
  });
3333
3334
  this.ezSelectItens.emit([]);
3334
3335
  }
3336
+ async componentWillLoad() {
3337
+ this.i18n = await initI18n();
3338
+ this.emptyMessage = this.i18n("ez-sortable-list.emptyMessage");
3339
+ this.entityLabel = this.i18n("ez-sortable-list.entityLabel");
3340
+ this.entityLabelPlural = this.i18n("ez-sortable-list.entityLabelPlural");
3341
+ }
3335
3342
  componentDidLoad() {
3336
3343
  this.initSortable();
3337
3344
  }
@@ -3472,7 +3479,7 @@ const EzSortableList = class {
3472
3479
  }
3473
3480
  }
3474
3481
  buildTotalizer() {
3475
- return `Total de ${this.dataSource.length} ${this.dataSource.length === 1 ? this.entityLabel : this.entityLabelPlural}`;
3482
+ return `${this.i18n("ez-sortable-list.total")} ${this.dataSource.length} ${this.dataSource.length === 1 ? this.entityLabel : this.entityLabelPlural}`;
3476
3483
  }
3477
3484
  renderItems() {
3478
3485
  const itemsToRender = ArrayUtils.applyStringFilter(this.filterTerm, this.dataSource);
@@ -3494,7 +3501,7 @@ const EzSortableList = class {
3494
3501
  renderHeader() {
3495
3502
  if (this.hideHeader)
3496
3503
  return;
3497
- return (h("div", { class: 'sortable-header' }, h("span", { class: 'sortable-label' }, this.title), h("ez-filter-input", { label: `Buscar ${this.entityLabel}`, mode: "slim", onEzChange: evt => this.handleFilterChanged(evt) })));
3504
+ return (h("div", { class: 'sortable-header' }, h("span", { class: 'sortable-label' }, this.title), h("ez-filter-input", { label: `${this.i18n("ez-sortable-list.search")} ${this.entityLabel}`, mode: "slim", onEzChange: evt => this.handleFilterChanged(evt) })));
3498
3505
  }
3499
3506
  render() {
3500
3507
  return (h("div", { class: 'sortable-content' }, this.renderHeader(), h("div", { class: `sortable-list ${this.dataSource.length < 1 ? 'empty-content' : ''} list-scroller--fix`, "data-content": this.emptyMessage, style: { '--empty-content': `"${this.emptyMessage}"` }, id: this.idSortableList, key: this.idSortableList }, this.renderItems()), this.renderTotalizer()));
@@ -1,5 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-baa5e267.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
+ import { i as initI18n } from './index-b623906e.js';
3
4
 
4
5
  const ezSplitButtonCss = ":host{--ez-split-button--min-width:24;--ez-split-button--width:'auto';--ez-split-button__medium--height:32px;--ez-split-button__large--height:42px;--ez-split-button__medium-icon--width:40px;--ez-split-button__large-icon--width:44px;--ez-split-button__inline__icon--gap:6px;--ez-split-button__label--padding-top:0px;--ez-split-button__label--padding-bottom:0px;--ez-split-button__right-button--padding-left:8px;--ez-split-button--color:var(--title--primary, #2B3A54);--ez-split-button--font-size:var(--text--small, 12px);--ez-split-button--font-family:var(--font-pattern, Arial);--ez-split-button--font-weight:var(--text-weight--large);--ez-split-button--background-color:var(--background--light, #ffffff);--ez-split-button--border-radius:var(--border--radius-large, 24px);--ez-split-button--border:1px solid var(--color--strokes);--ez-split-button--justify-content:center;--ez-split-button--hover-color:var(--color--primary-600, #007a5a);--ez-split-button--hover--background-color:var(--background--light, #ffffff);--ez-split-button--disabled-color:var(--text--primary);--ez-split-button--disabled--background-color:var(--background--medium);--ez-split-button--focus--border:var(--border--medium, 2px) var(--color--primary-300);--ez-split-button--focus--box-shadow:none;--ez-split-button--active-color:var(--color--primary-700);--ez-split-button--active--background-color:var(--background--strong)}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-split-button--min-width);width:var(--ez-split-button--width);height:var(--ez-split-button__medium--height);font-family:var(--ez-split-button--font-family);font-size:var(--ez-split-button--font-size);font-weight:var(--ez-split-button--font-weight);padding:var(--ez-split-button__label--padding-top) 0 var(--ez-split-button__label--padding-bottom) 0;border-top-left-radius:var(--ez-split-button--border-radius);border-bottom-left-radius:var(--ez-split-button--border-radius);background-color:var(--ez-split-button--background-color);color:var(--ez-split-button--color);fill:var(--ez-split-button--color);border:none;justify-content:var(--ez-split-button--justify-content)}label{cursor:pointer}button:active{outline:none;box-shadow:none;background-color:var(--ez-split-button--active--background-color);color:var(--ez-split-button--active-color);fill:var(--ez-split-button--active-color);--ez-icon--color:var(--ez-split-button--active-color)}.ez-split-button__left-button{border:var(--ez-split-button--border);border-right:none;outline:none}.ez-split-button__right-button{border:var(--ez-split-button--border);border-left:none;outline:none}.ez-split-button__left-button:focus{box-shadow:0 0 0 2px var(--color--primary-300), \n 0 2px 0 0 var(--color--primary-300), \n 0 -2px 0 0 var(--color--primary-300);}.ez-split-button__right-button:focus{box-shadow:2px 0 0 0 var(--color--primary-300), \n 0 2px 0 0 var(--color--primary-300), \n 0 -2px 0 0 var(--color--primary-300);}.ez-split-button__left-button:hover,.ez-split-button__right-button:hover{outline:none;background-color:var(--ez-split-button--hover--background-color);color:var(--ez-split-button--hover-color);fill:var(--ez-split-button--hover-color);--ez-icon--color:var(--ez-split-button--hover-color)}.ez-split-button__left-button:active,.ez-split-button__right-button:active{outline:none;box-shadow:none;background-color:var(--ez-split-button--active--background-color);color:var(--ez-split-button--active-color);fill:var(--ez-split-button--active-color);--ez-icon--color:var(--ez-split-button--active-color)}.ez-split-button__left-button:disabled,.ez-split-button__left-button:disabled label,.ez-split-button__right-button:disabled{background-color:var(--ez-split-button--disabled--background-color);color:var(--ez-split-button--disabled-color);fill:var(--ez-split-button--disabled-color);border:none;--ez-icon--color:var(--ez-split-button--disabled-color);cursor:not-allowed}.ez-split-button__left-button:disabled{border:var(--ez-split-button--disabled-border);border-right:none}.ez-split-button__right-button:disabled{border:var(--ez-split-button--disabled-border);border-left:none}button.large{height:var(--ez-split-button__large--height)}button.medium{height:var(--ez-split-button__medium--height)}.default label{padding:var(--ez-split-button__label--padding-top) 12px var(--ez-split-button__label--padding-bottom) 20px}.icon-left{gap:var(--ez-split-button__inline__icon--gap)}.icon-left label{padding-right:12px}.icon-left ez-icon{padding-left:20px}.icon-only{padding-left:12px;padding-right:12px}.ez-split-button__right-button{border-top-right-radius:var(--ez-split-button--border-radius);border-bottom-right-radius:var(--ez-split-button--border-radius);border-top-left-radius:0;border-bottom-left-radius:0;border-right:var(--ez-split-button--border)}.ez-split-button__right-button--medium{min-width:var(--ez-split-button__medium-icon--width)}.ez-split-button__right-button--large{min-width:var(--ez-split-button__large-icon--width)}.ez-split-button__right-button--divider{top:10%;bottom:10%}.ez-split-button__right-button--divider:before{content:\"\";position:absolute;left:0;border-left:1px solid rgba(0, 0, 0, 20%);border-radius:2px;height:75%}.btn-icon--medium{min-width:--ez-split-button__medium-icon--width}.btn-icon--large{min-width:--ez-split-button__large-icon--width}.ez-split-button__right-button-container{position:absolute;left:0;padding-left:var(--ez-split-button__right-button--padding-left)}.label-icon{display:flex;flex-direction:row;align-items:center;color:var(--ez-split-button--color)}.label-icon:active{color:var(--ez-split-button--active-color);fill:var(--ez-split-button--active-color);--ez-icon--color:var(--ez-split-button--active-color)}.dropdown{display:flex}.dropdown-content{display:block;position:absolute;background-color:#f1f1f1;min-width:160px;z-index:var(--ez-elevation--8);border-radius:var(--ez-split-button--border-radius)}.dropdown-content>ez-dropdown{position:relative}";
5
6
 
@@ -9,7 +10,6 @@ const EzSplitButton = class {
9
10
  this.buttonClick = createEvent(this, "buttonClick", 7);
10
11
  this.dropdownItemClick = createEvent(this, "dropdownItemClick", 7);
11
12
  this.dropdownSubActionClick = createEvent(this, "dropdownSubActionClick", 7);
12
- this.rightDefaultTitle = 'Mais opções';
13
13
  this.show = false;
14
14
  this.enabled = true;
15
15
  this.iconName = undefined;
@@ -17,7 +17,7 @@ const EzSplitButton = class {
17
17
  this.items = undefined;
18
18
  this.label = undefined;
19
19
  this.leftTitle = undefined;
20
- this.rightTitle = 'Mais opções';
20
+ this.rightTitle = undefined;
21
21
  this.mode = 'default';
22
22
  this.size = 'medium';
23
23
  this.itemBuilder = undefined;
@@ -130,7 +130,8 @@ const EzSplitButton = class {
130
130
  window.removeEventListener('scroll', this.positionDropdown.bind(this));
131
131
  window.addEventListener('scroll', this.positionDropdown.bind(this));
132
132
  }
133
- componentWillLoad() {
133
+ async componentWillLoad() {
134
+ this.i18n = await initI18n();
134
135
  this.setEvents();
135
136
  }
136
137
  componentWillRender() {
@@ -156,7 +157,7 @@ const EzSplitButton = class {
156
157
  const hasIconButton = this.shouldShowIconOnLeftButton();
157
158
  const hasLabelButton = this.shouldShowLabelOnLeftButton();
158
159
  const iconSize = this.getIconSize();
159
- return (h("div", { class: "label-icon" }, h("button", { class: `ez-split-button__left-button ${iconSize} ${this.mode}`, title: this.leftTitle || this.label, type: "button", disabled: !this.enabled, onClick: () => { this.handleButtonClick(); }, ref: el => (this.leftButton = el) }, hasIconButton && h("ez-icon", { href: this.image, iconName: this.iconName, size: iconSize }), hasLabelButton && h("label", { title: this.leftTitle || this.label }, this.label)), h("div", { class: "dropdown" }, h("button", { class: `ez-split-button__right-button ${iconSize} ez-split-button__right-button--${iconSize} ez-split-button__right-button--divider`, title: this.rightTitle || this.rightDefaultTitle, type: "button", disabled: !this.enabled, onClick: () => { this.toggleDropdown(); }, ref: el => (this.rightButton = el) }, h("ez-icon", { class: `ez-split-button__right-button-container ` + (iconSize ? `btn-icon--${iconSize}` : ''), iconName: 'chevron-down', size: iconSize })), h("div", { class: `dropdown-content dropdown-content--${this.size}`, ref: (ref) => (this.dropdownParent = ref) }, this.show && (h("ez-dropdown", { items: this.items, onClick: evt => { evt.stopPropagation(); }, onEzOutsideClick: () => { this.closeDropdown(); }, onEzClick: evt => { this.handleDropdownItemClick(evt); }, onEzSubActionClick: evt => { this.handleDropdownSubActionClick(evt); }, itemBuilder: this.itemBuilder }))))));
160
+ return (h("div", { class: "label-icon" }, h("button", { class: `ez-split-button__left-button ${iconSize} ${this.mode}`, title: this.leftTitle || this.label, type: "button", disabled: !this.enabled, onClick: () => { this.handleButtonClick(); }, ref: el => (this.leftButton = el) }, hasIconButton && h("ez-icon", { href: this.image, iconName: this.iconName, size: iconSize }), hasLabelButton && h("label", { title: this.leftTitle || this.label }, this.label)), h("div", { class: "dropdown" }, h("button", { class: `ez-split-button__right-button ${iconSize} ez-split-button__right-button--${iconSize} ez-split-button__right-button--divider`, title: this.rightTitle || this.i18n("ez-split-button.moreOptions"), type: "button", disabled: !this.enabled, onClick: () => { this.toggleDropdown(); }, ref: el => (this.rightButton = el) }, h("ez-icon", { class: `ez-split-button__right-button-container ` + (iconSize ? `btn-icon--${iconSize}` : ''), iconName: 'chevron-down', size: iconSize })), h("div", { class: `dropdown-content dropdown-content--${this.size}`, ref: (ref) => (this.dropdownParent = ref) }, this.show && (h("ez-dropdown", { items: this.items, onClick: evt => { evt.stopPropagation(); }, onEzOutsideClick: () => { this.closeDropdown(); }, onEzClick: evt => { this.handleDropdownItemClick(evt); }, onEzSubActionClick: evt => { this.handleDropdownSubActionClick(evt); }, itemBuilder: this.itemBuilder }))))));
160
161
  }
161
162
  shouldShowLabelOnLeftButton() {
162
163
  return ['icon-left', 'default'].includes(this.mode);
@@ -1,9 +1,10 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-baa5e267.js';
2
- import './ApplicationUtils-eaf91331.js';
2
+ import './ApplicationUtils-72f474e8.js';
3
3
  import { C as CSSVarsUtils } from './CSSVarsUtils-acba92d7.js';
4
4
  import './DialogType-54a62731.js';
5
5
  import './CheckMode-bdb2ec19.js';
6
6
  import '@sankhyalabs/core';
7
+ import { i as initI18n } from './index-b623906e.js';
7
8
  import './FormLayout-071d324c.js';
8
9
 
9
10
  const ezSplitItemCss = ".box_split-item{background-color:var(--background--xlight);width:100%;height:100%;border-radius:var(--border--radius-medium);box-shadow:var(--shadow--xsmall);flex-direction:column;overflow:hidden;display:flex;padding:var(--space--nano)}.box_split-item>.ez-split-item--content{overflow:auto}.expanded__item{position:absolute;z-index:var(--more-visible);top:0;left:0;width:100%;height:100%}.ez-split-item--header{display:flex;align-items:center;justify-content:space-between}.ez-split-item--header-title{flex:1;white-space:nowrap;overflow:hidden}.ez-split-item--header-title h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.ez-split-item--header-buttons{display:flex;align-items:center;max-height:20px}.ez-split-item--content{display:block;height:100%}h3.ez-margin--small{margin-left:var(--space--small)}.structural__item{background:none;box-shadow:none;padding:0;margin:0;border:0}.content__item{margin:var(--space--extra-small);width:calc(100% - 2*(var(--space--extra-small)));height:calc(100% - 2*(var(--space--extra-small)))}";
@@ -25,11 +26,14 @@ const SplitItem = class {
25
26
  this._expanded = !this._expanded;
26
27
  (_b = (_a = this.expandButtonRef.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('button')) === null || _b === void 0 ? void 0 : _b.blur();
27
28
  }
29
+ async componentWillLoad() {
30
+ this.i18n = await initI18n();
31
+ }
28
32
  componentDidLoad() {
29
33
  CSSVarsUtils.applyVarsGrid(this._element, this._slot.children[0]);
30
34
  }
31
35
  render() {
32
- return (h(Host, { class: `box_split-item ${this._expanded ? 'expanded__item' : ''} ${this.structural ? 'structural__item' : 'content__item'}`, ref: el => (this._element = el) }, h("div", { class: "ez-split-item--header" }, h("slot", { name: "leftButtons" }), h("div", { class: "ez-split-item--header-title" }, this.label && (h("h3", { class: "ez-text ez-text--primary ez-title ez-title--medium ez-margin--small", title: this.label }, this.label))), h("div", { class: "ez-split-item--header-buttons" }, h("slot", { name: "rightButtons" }), this.enableExpand && (h("ez-button", { ref: el => this.expandButtonRef = el, size: "small", mode: "icon", iconName: "expand", class: 'ez-button--tertiary', onClick: () => this.toggleExpandItem(), title: this._expanded ? 'Resumir' : 'Expandir' })))), h("div", { class: "ez-split-item--content grid_height-0", ref: el => (this._slot = el) }, h("slot", null))));
36
+ return (h(Host, { class: `box_split-item ${this._expanded ? 'expanded__item' : ''} ${this.structural ? 'structural__item' : 'content__item'}`, ref: el => (this._element = el) }, h("div", { class: "ez-split-item--header" }, h("slot", { name: "leftButtons" }), h("div", { class: "ez-split-item--header-title" }, this.label && (h("h3", { class: "ez-text ez-text--primary ez-title ez-title--medium ez-margin--small", title: this.label }, this.label))), h("div", { class: "ez-split-item--header-buttons" }, h("slot", { name: "rightButtons" }), this.enableExpand && (h("ez-button", { ref: el => this.expandButtonRef = el, size: "small", mode: "icon", iconName: "expand", class: 'ez-button--tertiary', onClick: () => this.toggleExpandItem(), title: this._expanded ? this.i18n('app.collapse') : this.i18n('app.expand') })))), h("div", { class: "ez-split-item--content grid_height-0", ref: el => (this._slot = el) }, h("slot", null))));
33
37
  }
34
38
  };
35
39
  SplitItem.style = ezSplitItemCss;
@@ -292,6 +292,7 @@ const EzTextInput = class {
292
292
  //---------------------------------------------
293
293
  componentWillLoad() {
294
294
  this.observeMask();
295
+ this.forceLabelFloat = !!this.alternativePlaceholder;
295
296
  if (this.value) {
296
297
  if (this._maskFormatter) {
297
298
  try {
@@ -1,6 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { TimeFormatter, MaskFormatter, NumberUtils, ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { C as CSSVarsUtils } from './CSSVarsUtils-acba92d7.js';
4
+ import { i as initI18n } from './index-b623906e.js';
4
5
 
5
6
  const ezTimeInputCss = ":host{display:flex;flex-wrap:wrap;position:relative;width:100%}.time__input{height:100%}";
6
7
 
@@ -48,7 +49,7 @@ const EzTimeInput = class {
48
49
  this._viewValue = newValueValidated == undefined ? "" : newValueValidated.toString();
49
50
  this.prepareValue(this._viewValue);
50
51
  if (this._viewValue && !TimeFormatter.validateTime(this._viewValue, this.showSeconds)) {
51
- this.setError("Favor inserir um horário válido.");
52
+ this.setError(this.i18n("ez-time-input.invalidTime"));
52
53
  newValueValidated = undefined;
53
54
  }
54
55
  else {
@@ -137,15 +138,8 @@ const EzTimeInput = class {
137
138
  //---------------------------------------------
138
139
  // Lifecycle web component
139
140
  //---------------------------------------------
140
- componentDidLoad() {
141
- CSSVarsUtils.applyVarsTextInput(this._elem, this._textInput);
142
- if (this.autoFocus) {
143
- requestAnimationFrame(() => {
144
- this.setFocus({ selectText: true });
145
- });
146
- }
147
- }
148
- componentWillLoad() {
141
+ async componentWillLoad() {
142
+ this.i18n = await initI18n();
149
143
  this.observeShowSeconds();
150
144
  if (this.value) {
151
145
  this.prepareValue(this.value.toString());
@@ -154,6 +148,14 @@ const EzTimeInput = class {
154
148
  this.prepareValue(this._viewValue);
155
149
  }
156
150
  }
151
+ componentDidLoad() {
152
+ CSSVarsUtils.applyVarsTextInput(this._elem, this._textInput);
153
+ if (this.autoFocus) {
154
+ requestAnimationFrame(() => {
155
+ this.setFocus({ selectText: true });
156
+ });
157
+ }
158
+ }
157
159
  render() {
158
160
  ElementIDUtils.addIDInfoIfNotExists(this._elem, 'input');
159
161
  return (h(Host, null, h("ez-text-input", { class: "time__input", "data-element-id": ElementIDUtils.getInternalIDInfo("textInput"), ref: (el) => this._textInput = el, "data-slave-mode": "true", value: this._viewValue, enabled: this.enabled, label: this.label, restrict: "0123456789:", onBlur: () => this.handleBlur(), onInput: () => this.handleInput(), errorMessage: this.errorMessage, mode: this.mode, canShowError: this.canShowError, alternativePlaceholder: this.alternativePlaceholder }, h("ez-icon", { slot: "leftIcon", iconName: "timer-outline" }))));
@@ -1,5 +1,6 @@
1
1
  import { h, r as registerInstance, c as createEvent, f as forceUpdate, H as Host, g as getElement } from './index-baa5e267.js';
2
2
  import { ElementIDUtils, StringUtils, ObjectUtils } from '@sankhyalabs/core';
3
+ import { i as initI18n } from './index-b623906e.js';
3
4
 
4
5
  const ICON_EXPANDED = "chevron-down";
5
6
  const ICON_COLAPSED = "chevron-right";
@@ -555,6 +556,9 @@ const EzTree = class {
555
556
  this._tree.load(this.items);
556
557
  }
557
558
  }
559
+ async componentWillLoad() {
560
+ this.i18n = await initI18n();
561
+ }
558
562
  componentWillRender() {
559
563
  var _a;
560
564
  if (!this.selectedId || ((_a = this.value) === null || _a === void 0 ? void 0 : _a.id) === this.selectedId) {
@@ -572,7 +576,7 @@ const EzTree = class {
572
576
  }
573
577
  this._visibleItems = [];
574
578
  return (h(Host, { tabindex: "-1" }, this._waintingForLoad ?
575
- h("label", null, "Carregando...")
579
+ h("label", null, this.i18n("app.loading"), "...")
576
580
  :
577
581
  this._tree.getChildren().map(node => {
578
582
  var _a;
@@ -1,6 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, g as getElement } from './index-baa5e267.js';
2
- import { A as ApplicationUtils } from './ApplicationUtils-eaf91331.js';
3
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
+ import { A as ApplicationUtils } from './ApplicationUtils-72f474e8.js';
4
+ import { i as initI18n } from './index-b623906e.js';
4
5
  import './DialogType-54a62731.js';
5
6
 
6
7
  class RemoteFile {
@@ -163,7 +164,7 @@ const EzUpload = class {
163
164
  }
164
165
  });
165
166
  if (countDistinctFiles > this.maxFiles) {
166
- this.showError(`A quantidade máxima de arquivos é ${this.maxFiles}.`);
167
+ this.showError(this.i18n("ez-upload.maxFilesError", { maxFiles: this.maxFiles }));
167
168
  return;
168
169
  }
169
170
  }
@@ -184,8 +185,7 @@ const EzUpload = class {
184
185
  async addFile(file) {
185
186
  const oldFile = this._filePointers.get(file.name);
186
187
  if (oldFile) {
187
- ApplicationUtils.confirm("Substituir arquivo", `Já existe um arquivo chamado "${file.name}". Deseja substituí-lo?`)
188
- .then(ok => {
188
+ ApplicationUtils.confirm(this.i18n("ez-upload.replaceFileTitle"), this.i18n("ez-upload.replaceFileMessage", { fileName: file.name })).then(ok => {
189
189
  if (ok) {
190
190
  if (this.isRemoteFile(oldFile)) {
191
191
  oldFile.abortUpload();
@@ -201,7 +201,10 @@ const EzUpload = class {
201
201
  async doAddFile(file) {
202
202
  try {
203
203
  if (this.validateFile(file)) {
204
- this.ezStartChange.emit({ waitmessage: "Há arquivos sendo enviados. Por favor aguarde a conclusão ou cancele o envio.", blocking: true });
204
+ this.ezStartChange.emit({
205
+ waitmessage: this.i18n("ez-upload.uploadingMessage"),
206
+ blocking: true
207
+ });
205
208
  const uploadingFile = new RemoteFile(file);
206
209
  const oldPointer = this._filePointers.get(file.name);
207
210
  if (oldPointer && this.isRemoteFile(oldPointer)) {
@@ -254,25 +257,25 @@ const EzUpload = class {
254
257
  }
255
258
  validateFile(file) {
256
259
  if (!this._filePointers.has(file.name) && this.maxFiles > 0 && this._filePointers.size >= this.maxFiles) {
257
- this.showError(`A quantidade máxima de arquivos é ${this.maxFiles}.`);
260
+ this.showError(this.i18n("ez-upload.maxFilesError", { maxFiles: this.maxFiles }));
258
261
  return false;
259
262
  }
260
263
  if (file.size === 0) {
261
- this.showError(`Erro de permissão: O arquivo "${file.name}" não pode ser enviado.`);
264
+ this.showError(this.i18n("ez-upload.emptyFileError", { fileName: file.name }));
262
265
  return false;
263
266
  }
264
267
  if (!this.urlUpload) {
265
- this.showError("Endereço de upload não informado");
268
+ this.showError(this.i18n("ez-upload.missingUploadUrlError"));
266
269
  return false;
267
270
  }
268
271
  if (this.maxFileSize >= 0 && file.size > this.maxFileSize) {
269
- this.showError("O tamanho máximo dos arquivos é de " + this.formatBytes(this.maxFileSize));
272
+ this.showError(this.i18n("ez-upload.maxFileSizeError", { maxSize: this.formatBytes(this.maxFileSize) }));
270
273
  return false;
271
274
  }
272
275
  return true;
273
276
  }
274
277
  showError(message) {
275
- ApplicationUtils.alert("Enviando arquivo", message);
278
+ ApplicationUtils.alert(this.i18n("ez-upload.uploadErrorTitle"), message);
276
279
  }
277
280
  formatBytes(bytes, decimals = 1) {
278
281
  if (bytes === 0)
@@ -349,8 +352,11 @@ const EzUpload = class {
349
352
  }
350
353
  }
351
354
  }
355
+ async componentWillLoad() {
356
+ this.i18n = await initI18n();
357
+ }
352
358
  render() {
353
- return (h("div", { ref: (el) => this._dropZone = el, class: this.evalDisabledClass("iu", "background--disabled") }, h("div", { class: "iu__container", onClick: () => this.openFilesDialog() }, h("div", { class: "iu_header" }, this.label ? h("label", { class: this.evalDisabledClass("iu__label", "text--disabled"), title: this.label }, this.label) : null, h("div", { class: "padding-large" }, h("div", { class: this.evalDisabledClass("iu__icon-label", "mouse-pointer--disabled") }, h("button", { class: "iu__file-icon", disabled: !this.enabled }), h("div", { class: this.evalDisabledClass("text text--center text--medium text--primary", "text--disabled") }, this.enabled ? "Arraste e solte ou clique para adicionar arquivos" : "Somente leitura")), this.subtitle &&
359
+ return (h("div", { ref: (el) => this._dropZone = el, class: this.evalDisabledClass("iu", "background--disabled") }, h("div", { class: "iu__container", onClick: () => this.openFilesDialog() }, h("div", { class: "iu_header" }, this.label ? h("label", { class: this.evalDisabledClass("iu__label", "text--disabled"), title: this.label }, this.label) : null, h("div", { class: "padding-large" }, h("div", { class: this.evalDisabledClass("iu__icon-label", "mouse-pointer--disabled") }, h("button", { class: "iu__file-icon", disabled: !this.enabled }), h("div", { class: this.evalDisabledClass("text text--center text--medium text--primary", "text--disabled") }, this.enabled ? this.i18n("ez-upload.enable") : this.i18n("ez-upload.disable"))), this.subtitle &&
354
360
  h("div", { class: this.evalDisabledClass("padding-extra-small text text--center text--small text--secondary", "text--disabled") }, this.subtitle))), this.buildFooter()), h("input", { ref: (el) => this._fileInput = el, onChange: (ev) => this.onFileInputChange(ev), type: "file", multiple: true, class: "appearanceNone" })));
355
361
  }
356
362
  buildFooter() {
package/dist/esm/ezui.js CHANGED
@@ -1,5 +1,8 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-baa5e267.js';
2
2
  export { s as setNonce } from './index-baa5e267.js';
3
+ import { g as globalScripts } from './app-globals-2ccb253f.js';
4
+ import './index-b623906e.js';
5
+ import '@sankhyalabs/core';
3
6
 
4
7
  /*
5
8
  Stencil Client Patch Browser v2.22.3 | MIT Licensed | https://stenciljs.com
@@ -14,5 +17,6 @@ const patchBrowser = () => {
14
17
  };
15
18
 
16
19
  patchBrowser().then(options => {
20
+ globalScripts();
17
21
  return bootstrapLazy(JSON.parse("[[\"ez-grid\",[[6,\"ez-grid\",{\"enableLockManagerLoadingComp\":[1028,\"enable-lock-manager-loading-comp\"],\"enableLockManagerTaskbarClick\":[4,\"enable-lock-manager-taskbar-click\"],\"multipleSelection\":[4,\"multiple-selection\"],\"config\":[1040],\"selectionToastConfig\":[16],\"serverUrl\":[1,\"server-url\"],\"dataUnit\":[16],\"statusResolver\":[16],\"columnfilterDataSource\":[16],\"useEnterLikeTab\":[4,\"use-enter-like-tab\"],\"recordsValidator\":[16],\"canEdit\":[1028,\"can-edit\"],\"autoFocus\":[4,\"auto-focus\"],\"paginationCounterMode\":[1,\"pagination-counter-mode\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"enableContinuousInsert\":[4,\"enable-continuous-insert\"],\"suppressCheckboxColumn\":[1028,\"suppress-checkbox-column\"],\"outlineMode\":[4,\"outline-mode\"],\"enableRowTableStriped\":[4,\"enable-row-table-striped\"],\"compact\":[1028],\"useSearchColumn\":[4,\"use-search-column\"],\"suppressHorizontalScroll\":[4,\"suppress-horizontal-scroll\"],\"mode\":[513],\"_paginationInfo\":[32],\"_paginationChangedByKeyboard\":[32],\"_showSelectionCounter\":[32],\"_isAllSelection\":[32],\"_currentPageSelected\":[32],\"_selectionCount\":[32],\"_hasLeftButtons\":[32],\"_customFormatters\":[32],\"setColumnsDef\":[64],\"addColumnMenuItem\":[64],\"setColumnsState\":[64],\"setData\":[64],\"getSelection\":[64],\"getColumnsState\":[64],\"getColumns\":[64],\"quickFilter\":[64],\"locateColumn\":[64],\"filterColumns\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"refreshSelectedRows\":[64],\"getCustomValueFormatter\":[64],\"setFocus\":[64],\"stopEdit\":[64],\"checkStopEditOutsideClick\":[64]},[[0,\"ezSelectionChange\",\"onSelectionChange\"],[2,\"click\",\"handleClick\"]]]]],[\"ez-double-list\",[[2,\"ez-double-list\",{\"leftList\":[1040],\"leftTitle\":[1,\"left-title\"],\"rightList\":[1040],\"entityLabel\":[1,\"entity-label\"],\"entityLabelPlural\":[1,\"entity-label-plural\"],\"leftListLabel\":[1,\"left-list-label\"],\"rightListLabel\":[1,\"right-list-label\"],\"useOnlyRightList\":[4,\"use-only-right-list\"],\"rightTitle\":[1,\"right-title\"],\"emptyMessage\":[16],\"slotsListBuilder\":[1040],\"leftFilteredList\":[32],\"rightFilteredList\":[32],\"selectedLeftList\":[32],\"selectedRightList\":[32],\"isFilteringLeft\":[32],\"isFilteringRight\":[32],\"resetSelectedLists\":[64]}]]],[\"ez-alert-list\",[[1,\"ez-alert-list\",{\"alerts\":[1040],\"enableDragAndDrop\":[516,\"enable-drag-and-drop\"],\"enableExpand\":[516,\"enable-expand\"],\"itemRightSlotBuilder\":[16],\"opened\":[1540],\"expanded\":[1540],\"_container\":[32]}]]],[\"ez-sidebar-navigator\",[[1,\"ez-sidebar-navigator\",{\"type\":[1],\"mode\":[1025],\"size\":[1],\"isResponsive\":[4,\"is-responsive\"],\"titleMenu\":[1,\"title-menu\"],\"showCollapseMenu\":[4,\"show-collapse-menu\"],\"showFixedButton\":[4,\"show-fixed-button\"],\"open\":[32],\"changeModeMenu\":[64],\"closeSidebar\":[64],\"openSidebar\":[64]}]]],[\"ez-breadcrumb\",[[1,\"ez-breadcrumb\",{\"items\":[1040],\"fillMode\":[1025,\"fill-mode\"],\"maxItems\":[1026,\"max-items\"],\"positionEllipsis\":[1026,\"position-ellipsis\"],\"visibleItems\":[32],\"hiddenItems\":[32],\"showDropdown\":[32],\"collapseConfigPosition\":[32]}]]],[\"ez-split-button\",[[1,\"ez-split-button\",{\"show\":[516],\"enabled\":[516],\"iconName\":[513,\"icon-name\"],\"image\":[513],\"items\":[16],\"label\":[513],\"leftTitle\":[513,\"left-title\"],\"rightTitle\":[513,\"right-title\"],\"mode\":[513],\"size\":[513],\"itemBuilder\":[16],\"setBlur\":[64],\"setLeftButtonFocus\":[64],\"setRightButtonFocus\":[64],\"toggleDropdown\":[64],\"isOpenedDropdown\":[64]},[[2,\"click\",\"clickListener\"]]]]],[\"ez-actions-button\",[[1,\"ez-actions-button\",{\"enabled\":[516],\"actions\":[1040],\"size\":[513],\"showLabel\":[516,\"show-label\"],\"displayIcon\":[513,\"display-icon\"],\"checkOption\":[516,\"check-option\"],\"value\":[513],\"isTransparent\":[516,\"is-transparent\"],\"arrowActive\":[516,\"arrow-active\"],\"_selectedAction\":[32],\"hideActions\":[64],\"showActions\":[64],\"isOpened\":[64]}]]],[\"ez-dialog\",[[1,\"ez-dialog\",{\"confirm\":[1028],\"dialogType\":[1025,\"dialog-type\"],\"message\":[1025],\"opened\":[1540],\"personalizedIconPath\":[1025,\"personalized-icon-path\"],\"ezTitle\":[1025,\"ez-title\"],\"beforeClose\":[1040],\"show\":[64]}]]],[\"ez-alert\",[[1,\"ez-alert\",{\"alertType\":[513,\"alert-type\"]}]]],[\"ez-avatar\",[[1,\"ez-avatar\",{\"name\":[513],\"imageSrc\":[513,\"image-src\"],\"size\":[513],\"shape\":[513],\"isInteractive\":[516,\"is-interactive\"]}]]],[\"ez-badge\",[[1,\"ez-badge\",{\"size\":[513],\"label\":[513],\"iconLeft\":[513,\"icon-left\"],\"iconRight\":[513,\"icon-right\"],\"position\":[1040],\"alignItems\":[1537,\"align-items\"],\"hasSlot\":[32]}]]],[\"ez-chip\",[[1,\"ez-chip\",{\"label\":[513],\"enabled\":[516],\"removePosition\":[513,\"remove-position\"],\"mode\":[513],\"value\":[1540],\"showNativeTooltip\":[4,\"show-native-tooltip\"],\"disableAutoUpdateValue\":[4,\"disable-auto-update-value\"],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-file-item\",[[1,\"ez-file-item\",{\"canRemove\":[4,\"can-remove\"],\"fileName\":[1,\"file-name\"],\"iconName\":[1,\"icon-name\"],\"fileSize\":[2,\"file-size\"],\"progress\":[2]}]]],[\"ez-tile\",[[1,\"ez-tile\",{\"text\":[513],\"size\":[513],\"height\":[514],\"width\":[514],\"color\":[513],\"iconName\":[513,\"icon-name\"],\"maximumLines\":[514,\"maximum-lines\"],\"isInteractive\":[516,\"is-interactive\"],\"setFocus\":[64],\"setBlur\":[64]},[[2,\"click\",\"clickListener\"]]]]],[\"ez-application\",[[0,\"ez-application\"]]],[\"ez-chart\",[[1,\"ez-chart\",{\"type\":[1],\"xAxis\":[16],\"yAxis\":[16],\"chartTitle\":[1,\"chart-title\"],\"chartSubTitle\":[1,\"chart-sub-title\"],\"legendEnabled\":[4,\"legend-enabled\"],\"series\":[16],\"width\":[2],\"height\":[2]}]]],[\"ez-empty-card\",[[1,\"ez-empty-card\",{\"color\":[513],\"height\":[514],\"width\":[514]}]]],[\"ez-loading-bar\",[[1,\"ez-loading-bar\",{\"_showLoading\":[32],\"hide\":[64],\"show\":[64]}]]],[\"ez-modal\",[[1,\"ez-modal\",{\"modalSize\":[1,\"modal-size\"],\"align\":[1],\"heightMode\":[1,\"height-mode\"],\"opened\":[1028],\"closeEsc\":[4,\"close-esc\"],\"closeOutsideClick\":[4,\"close-outside-click\"],\"closeOutsideLeave\":[4,\"close-outside-leave\"],\"scrim\":[1]}]]],[\"ez-radio-button\",[[1,\"ez-radio-button\",{\"value\":[1544],\"options\":[1040],\"enabled\":[516],\"label\":[513],\"direction\":[1537]}]]],[\"ez-split-panel\",[[0,\"ez-split-panel\",{\"direction\":[1],\"anchorToExpand\":[4,\"anchor-to-expand\"],\"structural\":[4],\"rebuildLayout\":[64]}]]],[\"ez-toast\",[[1,\"ez-toast\",{\"message\":[1025],\"fadeTime\":[1026,\"fade-time\"],\"useIcon\":[1028,\"use-icon\"],\"canClose\":[1028,\"can-close\"],\"show\":[64]}]]],[\"ez-view-stack\",[[0,\"ez-view-stack\",{\"show\":[64],\"getSelectedIndex\":[64]}]]],[\"ez-card-item_2\",[[1,\"ez-card-item\",{\"item\":[16],\"enableKey\":[4,\"enable-key\"],\"compacted\":[4]}],[1,\"ez-popover-core\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"overlayType\":[513,\"overlay-type\"],\"anchorElement\":[1537,\"anchor-element\"],\"options\":[1040],\"useAnchorSize\":[516,\"use-anchor-size\"],\"minWidth\":[514,\"min-width\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64],\"setOptions\":[64],\"setAnchorElement\":[64]}]]],[\"ez-popover-plus_3\",[[0,\"multi-selection-box-message\",{\"message\":[1]}],[1,\"search-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"textEmptyList\":[1,\"text-empty-list\"],\"canShowListOptions\":[4,\"can-show-list-options\"],\"value\":[1],\"showOptionValue\":[4,\"show-option-value\"],\"preSelection\":[2,\"pre-selection\"],\"nextOption\":[64],\"previousOption\":[64]}],[1,\"ez-popover-plus\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"overlayType\":[513,\"overlay-type\"],\"anchorElement\":[1537,\"anchor-element\"],\"options\":[1040],\"useAnchorSize\":[516,\"use-anchor-size\"],\"minWidth\":[514,\"min-width\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64],\"setOptions\":[64],\"setAnchorElement\":[64]}]]],[\"ez-icon\",[[1,\"ez-icon\",{\"size\":[513],\"fontSize\":[520,\"font-size\"],\"href\":[513],\"iconName\":[513,\"icon-name\"]}]]],[\"filter-column\",[[0,\"filter-column\",{\"opened\":[4],\"columnName\":[1,\"column-name\"],\"columnLabel\":[1,\"column-label\"],\"gridHeaderHidden\":[4,\"grid-header-hidden\"],\"noHeaderTaskBar\":[1028,\"no-header-task-bar\"],\"dataSource\":[16],\"dataUnit\":[16],\"options\":[1040],\"selectedItems\":[32],\"fieldDescriptor\":[32],\"useOptions\":[32],\"isTextSearch\":[32],\"hide\":[64],\"show\":[64]}]]],[\"ez-tabselector\",[[1,\"ez-tabselector\",{\"selectedIndex\":[1538,\"selected-index\"],\"selectedTab\":[1537,\"selected-tab\"],\"tabs\":[1],\"_processedTabs\":[32],\"goToTab\":[64]}]]],[\"ez-scroller_2\",[[1,\"ez-sidebar-button\"],[1,\"ez-scroller\",{\"direction\":[1],\"locked\":[4],\"activeShadow\":[4,\"active-shadow\"],\"isActive\":[32]},[[2,\"click\",\"clickListener\"],[1,\"mousedown\",\"mouseDownHandler\"],[1,\"mouseup\",\"mouseUpHandler\"],[1,\"mousemove\",\"mouseMoveHandler\"]]]]],[\"ez-modal-container\",[[6,\"ez-modal-container\",{\"modalTitle\":[1,\"modal-title\"],\"modalSubTitle\":[1,\"modal-sub-title\"],\"showTitleBar\":[4,\"show-title-bar\"],\"cancelButtonLabel\":[1,\"cancel-button-label\"],\"okButtonLabel\":[1,\"ok-button-label\"],\"cancelButtonStatus\":[1,\"cancel-button-status\"],\"okButtonStatus\":[1,\"ok-button-status\"],\"showCloseButton\":[4,\"show-close-button\"]},[[4,\"ezCloseModal\",\"handleEzModalAction\"]]]]],[\"ez-rich-toolbar-item\",[[2,\"ez-rich-toolbar-item\",{\"icon\":[1],\"command\":[1],\"title\":[1],\"value\":[1]}]]],[\"ez-text-input\",[[1,\"ez-text-input\",{\"label\":[513],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"value\":[1537],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"hasInvalid\":[1540,\"has-invalid\"],\"mask\":[1],\"cleanValueMask\":[4,\"clean-value-mask\"],\"canShowError\":[516,\"can-show-error\"],\"restrict\":[1],\"mode\":[513],\"noBorder\":[516,\"no-border\"],\"password\":[4],\"autoFocus\":[4,\"auto-focus\"],\"hasRightSlotContent\":[32],\"forceLabelFloat\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-guide-navigator\",[[1,\"ez-guide-navigator\",{\"open\":[1540],\"selectedId\":[1537,\"selected-id\"],\"items\":[16],\"tooltipResolver\":[16],\"filterText\":[32],\"disableItem\":[64],\"openGuideNavidator\":[64],\"enableItem\":[64],\"updateItem\":[64],\"getItem\":[64],\"getCurrentPath\":[64],\"selectGuide\":[64],\"getParent\":[64]}]]],[\"ez-split-item\",[[4,\"ez-split-item\",{\"label\":[1],\"enableExpand\":[516,\"enable-expand\"],\"size\":[1],\"structural\":[4],\"_expanded\":[32]}]]],[\"ez-sortable-list\",[[1,\"ez-sortable-list\",{\"title\":[1],\"hideHeader\":[4,\"hide-header\"],\"hideTotalizer\":[4,\"hide-totalizer\"],\"group\":[1],\"dataSource\":[16],\"idSortableList\":[1,\"id-sortable-list\"],\"entityLabel\":[1,\"entity-label\"],\"entityLabelPlural\":[1,\"entity-label-plural\"],\"emptyMessage\":[1,\"empty-message\"],\"hoverFeedback\":[4,\"hover-feedback\"],\"enableMultipleSelection\":[4,\"enable-multiple-selection\"],\"removeItensMoved\":[4,\"remove-itens-moved\"],\"itemRightSlotBuilder\":[1040],\"itemLeftSlotBuilder\":[1040],\"filterTerm\":[32],\"selectedItems\":[32],\"clearSelection\":[64]}]]],[\"ez-tree\",[[1,\"ez-tree\",{\"items\":[1040],\"value\":[1040],\"selectedId\":[1537,\"selected-id\"],\"iconResolver\":[16],\"tooltipResolver\":[16],\"_tree\":[32],\"_waintingForLoad\":[32],\"selectItem\":[64],\"openItem\":[64],\"disableItem\":[64],\"enableItem\":[64],\"addChild\":[64],\"applyFilter\":[64],\"updateItem\":[64],\"getItem\":[64],\"getCurrentPath\":[64],\"getParent\":[64]},[[2,\"keydown\",\"onKeyDownListener\"]]]]],[\"ez-multi-selection-list\",[[2,\"ez-multi-selection-list\",{\"columnName\":[1,\"column-name\"],\"dataSource\":[16],\"useOptions\":[1028,\"use-options\"],\"options\":[1040],\"isTextSearch\":[4,\"is-text-search\"],\"filteredOptions\":[32],\"displayOptions\":[32],\"viewScenario\":[32],\"displayOptionToCheckAllItems\":[32],\"clearFilteredOptions\":[64]}]]],[\"ez-search-plus\",[[1,\"ez-search-plus\",{\"value\":[1537],\"enabled\":[1540],\"disableCodeInput\":[1540,\"disable-code-input\"],\"disableDescriptionInput\":[1540,\"disable-description-input\"],\"label\":[1537],\"codLabel\":[1537,\"cod-label\"],\"hideDescriptionInput\":[1540,\"hide-description-input\"],\"canShowError\":[516,\"can-show-error\"],\"errorMessage\":[1537,\"error-message\"],\"mode\":[513],\"contextProperties\":[8,\"context-properties\"],\"optionLoader\":[16],\"showOptionValue\":[4,\"show-option-value\"],\"stopPropagateEnterKeyEvent\":[4,\"stop-propagate-enter-key-event\"],\"autoFocus\":[4,\"auto-focus\"],\"showSelectedValue\":[4,\"show-selected-value\"],\"suppressEmptyOption\":[4,\"suppress-empty-option\"],\"hideErrorOnFocusOut\":[4,\"hide-error-on-focus-out\"],\"listOptionsPosition\":[16],\"isTextSearch\":[4,\"is-text-search\"],\"ignoreLimitCharsToSearch\":[4,\"ignore-limit-chars-to-search\"],\"suppressSearch\":[4,\"suppress-search\"],\"suppressPreLoad\":[4,\"suppress-pre-load\"],\"ensureClearButtonVisible\":[4,\"ensure-clear-button-visible\"],\"descriptionValue\":[32],\"codeValue\":[32],\"isLoadingDescription\":[32],\"searchDescriptionIsOpen\":[32],\"visibleOptions\":[32],\"showLoading\":[32],\"setFocus\":[64],\"getValueAsync\":[64],\"clearValue\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-combo-box\",[[1,\"ez-combo-box\",{\"limitCharsToSearch\":[2,\"limit-chars-to-search\"],\"value\":[1537],\"label\":[513],\"enabled\":[516],\"options\":[1040],\"errorMessage\":[1537,\"error-message\"],\"showSelectedValue\":[4,\"show-selected-value\"],\"showOptionValue\":[4,\"show-option-value\"],\"suppressSearch\":[4,\"suppress-search\"],\"optionLoader\":[16],\"suppressEmptyOption\":[4,\"suppress-empty-option\"],\"stopPropagateEnterKeyEvent\":[4,\"stop-propagate-enter-key-event\"],\"canShowError\":[516,\"can-show-error\"],\"mode\":[513],\"hideErrorOnFocusOut\":[4,\"hide-error-on-focus-out\"],\"listOptionsPosition\":[16],\"isTextSearch\":[4,\"is-text-search\"],\"autoFocus\":[4,\"auto-focus\"],\"preventAutoFocus\":[4,\"prevent-auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"textEmptyOption\":[1,\"text-empty-option\"],\"isOpen\":[32],\"_preSelection\":[32],\"_visibleOptions\":[32],\"_startLoading\":[32],\"_showLoading\":[32],\"_criteria\":[32],\"getValueAsync\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"clearValue\":[64]}]]],[\"ez-date-input\",[[1,\"ez-date-input\",{\"label\":[513],\"value\":[1040],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-collapsible-box\",[[1,\"ez-collapsible-box\",{\"value\":[1540],\"boxBordered\":[4,\"box-bordered\"],\"label\":[513],\"subtitle\":[513],\"headerSize\":[513,\"header-size\"],\"iconPlacement\":[513,\"icon-placement\"],\"headerAlign\":[513,\"header-align\"],\"removable\":[516],\"editable\":[516],\"conditionalSave\":[16],\"_activeEditText\":[32],\"showHide\":[64],\"applyFocusTextEdit\":[64],\"cancelEdition\":[64]}]]],[\"ez-number-input\",[[1,\"ez-number-input\",{\"label\":[1],\"value\":[1538],\"enabled\":[4],\"canShowError\":[516,\"can-show-error\"],\"errorMessage\":[1537,\"error-message\"],\"allowNegative\":[4,\"allow-negative\"],\"precision\":[2],\"prettyPrecision\":[2,\"pretty-precision\"],\"mode\":[513],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[1,\"alternative-placeholder\"],\"_value\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-time-input\",[[1,\"ez-time-input\",{\"label\":[513],\"value\":[1026],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"showSeconds\":[516,\"show-seconds\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[1,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-dropdown\",[[1,\"ez-dropdown\",{\"items\":[1040],\"value\":[1040],\"itemBuilder\":[16]},[[4,\"click\",\"handleClickOutside\"]]]]],[\"ez-popover\",[[1,\"ez-popover\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"innerElement\":[1537,\"inner-element\"],\"overlayType\":[513,\"overlay-type\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64]}]]],[\"ez-text-area\",[[1,\"ez-text-area\",{\"label\":[513],\"value\":[1537],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"rows\":[1538],\"canShowError\":[516,\"can-show-error\"],\"mode\":[513],\"enableResize\":[516,\"enable-resize\"],\"autoRows\":[516,\"auto-rows\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"forceLabelFloat\":[32],\"appendTextToSelection\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-calendar\",[[1,\"ez-calendar\",{\"value\":[1040],\"floating\":[516],\"time\":[516],\"showSeconds\":[516,\"show-seconds\"],\"show\":[64],\"fitVertical\":[64],\"fitHorizontal\":[64],\"hide\":[64]},[[11,\"scroll\",\"scrollListener\"]]]]],[\"ez-date-time-input\",[[1,\"ez-date-time-input\",{\"label\":[513],\"value\":[1040],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"showSeconds\":[516,\"show-seconds\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-upload\",[[1,\"ez-upload\",{\"label\":[1],\"subtitle\":[1],\"enabled\":[4],\"maxFileSize\":[2,\"max-file-size\"],\"maxFiles\":[2,\"max-files\"],\"requestHeaders\":[8,\"request-headers\"],\"urlUpload\":[1,\"url-upload\"],\"urlDelete\":[1,\"url-delete\"],\"value\":[1040],\"addFiles\":[64],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-search-result-list\",[[1,\"ez-search-result-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"value\":[1],\"showOptionValue\":[4,\"show-option-value\"],\"_preSelection\":[32],\"nextOption\":[64],\"previousOption\":[64],\"selectCurrentItem\":[64],\"cancelSelection\":[64]}]]],[\"ez-tooltip\",[[1,\"ez-tooltip\",{\"message\":[1],\"anchoringElement\":[1040],\"placement\":[1],\"gapOptions\":[16],\"type\":[1],\"debouncingTime\":[2,\"debouncing-time\"],\"active\":[4],\"maxWidth\":[2,\"max-width\"],\"useAnchorSize\":[4,\"use-anchor-size\"]}]]],[\"ez-search\",[[1,\"ez-search\",{\"value\":[1537],\"label\":[1537],\"enabled\":[1540],\"errorMessage\":[1537,\"error-message\"],\"optionLoader\":[16],\"contextProperties\":[8,\"context-properties\"],\"showSelectedValue\":[4,\"show-selected-value\"],\"showOptionValue\":[4,\"show-option-value\"],\"suppressEmptyOption\":[4,\"suppress-empty-option\"],\"stopPropagateEnterKeyEvent\":[4,\"stop-propagate-enter-key-event\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"hideErrorOnFocusOut\":[4,\"hide-error-on-focus-out\"],\"listOptionsPosition\":[16],\"isTextSearch\":[4,\"is-text-search\"],\"ignoreLimitCharsToSearch\":[4,\"ignore-limit-chars-to-search\"],\"options\":[1040],\"suppressSearch\":[4,\"suppress-search\"],\"ensureClearButtonVisible\":[4,\"ensure-clear-button-visible\"],\"suppressPreLoad\":[4,\"suppress-pre-load\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"_preSelection\":[32],\"_visibleOptions\":[32],\"_startLoading\":[32],\"_showLoading\":[32],\"_showLoadingDescription\":[32],\"_criteria\":[32],\"getValueAsync\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"clearValue\":[64]}]]],[\"ez-check\",[[1,\"ez-check\",{\"label\":[513],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"value\":[1540],\"enabled\":[1540],\"indeterminate\":[1540],\"mode\":[513],\"compact\":[4],\"getMode\":[64],\"setFocus\":[64]}]]],[\"ez-list\",[[2,\"ez-list\",{\"dataSource\":[1040],\"listMode\":[1,\"list-mode\"],\"useGroups\":[1540,\"use-groups\"],\"ezDraggable\":[1028,\"ez-draggable\"],\"ezSelectable\":[1028,\"ez-selectable\"],\"itemSlotBuilder\":[1040],\"itemLeftSlotBuilder\":[1040],\"hoverFeedback\":[1028,\"hover-feedback\"],\"enableMultipleSelection\":[4,\"enable-multiple-selection\"],\"_listItems\":[32],\"_listGroupItems\":[32],\"clearHistory\":[64],\"scrollToTop\":[64],\"setSelection\":[64],\"getSelection\":[64],\"getList\":[64],\"removeSelection\":[64]}]]],[\"ez-popup\",[[1,\"ez-popup\",{\"size\":[1],\"opened\":[1540],\"useHeader\":[516,\"use-header\"],\"heightMode\":[513,\"height-mode\"],\"ezTitle\":[1,\"ez-title\"],\"enabledScroll\":[4,\"enabled-scroll\"]}]]],[\"ez-filter-input\",[[1,\"ez-filter-input\",{\"label\":[1],\"value\":[1537],\"enabled\":[4],\"errorMessage\":[1537,\"error-message\"],\"restrict\":[1],\"mode\":[513],\"asyncSearch\":[516,\"async-search\"],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"setValue\":[64],\"endSearch\":[64]}]]],[\"ez-skeleton\",[[0,\"ez-skeleton\",{\"template\":[1],\"count\":[2],\"variant\":[1],\"width\":[1],\"height\":[1],\"marginTop\":[1,\"margin-top\"],\"marginRight\":[1,\"margin-right\"],\"marginBottom\":[1,\"margin-bottom\"],\"marginLeft\":[1,\"margin-left\"],\"animation\":[1]}]]],[\"ez-button\",[[1,\"ez-button\",{\"label\":[513],\"enabled\":[516],\"mode\":[513],\"image\":[513],\"iconName\":[513,\"icon-name\"],\"size\":[513],\"setFocus\":[64],\"setBlur\":[64]},[[2,\"click\",\"clickListener\"]]]]],[\"ez-link-builder_6\",[[2,\"ez-link-builder\",{\"textToShow\":[32],\"link\":[32],\"openInNewGuide\":[32],\"show\":[64],\"hide\":[64]}],[2,\"ez-simple-image-uploader\",{\"maxSize\":[2,\"max-size\"],\"link\":[32],\"base64\":[32],\"messageError\":[32],\"selectedFile\":[32],\"show\":[64],\"hide\":[64]}],[2,\"ez-rich-toolbar\",{\"showPreview\":[4,\"show-preview\"],\"isPreviewMode\":[4,\"is-preview-mode\"],\"showConfigs\":[4,\"show-configs\"],\"showTextFormat\":[4,\"show-text-format\"],\"showUndoRedo\":[4,\"show-undo-redo\"]},[[0,\"actionTriggered\",\"handleActionTriggered\"]]],[2,\"ez-rich-toolbar-arrows\"],[2,\"ez-rich-toolbar-configs\"],[2,\"ez-rich-toolbar-letters\"]]],[\"ez-combo-box-list_4\",[[2,\"ez-rich-text\",{\"showPreview\":[4,\"show-preview\"],\"value\":[1537],\"label\":[513],\"mode\":[513],\"enabled\":[516],\"rows\":[514],\"errorMessage\":[1537,\"error-message\"],\"canShowError\":[516,\"can-show-error\"],\"showConfigs\":[4,\"show-configs\"],\"showTextFormat\":[4,\"show-text-format\"],\"showUndoRedo\":[4,\"show-undo-redo\"],\"previewMode\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]},[[0,\"executeToolbarCommand\",\"handleExecuteToolbarCommand\"]]],[2,\"ez-custom-form-input\",{\"customEditor\":[16],\"formViewField\":[16],\"value\":[1032],\"detailContext\":[1,\"detail-context\"],\"builderFallback\":[16],\"selectedRecord\":[16],\"gui\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}],[1,\"ez-text-edit\",{\"value\":[1],\"styled\":[16],\"_newValue\":[32],\"applyFocusSelect\":[64]}],[1,\"ez-combo-box-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"textEmptyList\":[1,\"text-empty-list\"],\"showOptionValue\":[4,\"show-option-value\"],\"preSelection\":[2,\"pre-selection\"],\"maxWidth\":[2,\"max-width\"],\"width\":[2],\"onOptionSelect\":[16],\"onOptionHover\":[16],\"nextOption\":[64],\"previousOption\":[64],\"selectCurrentOption\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"ez-form-view\",[[2,\"ez-form-view\",{\"fields\":[16],\"selectedRecord\":[16],\"singleColumn\":[4,\"single-column\"],\"_customEditors\":[32],\"showUp\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}]]],[\"ez-form\",[[2,\"ez-form\",{\"dataUnit\":[1040],\"config\":[16],\"recordsValidator\":[16],\"fieldToFocus\":[1,\"field-to-focus\"],\"onlyStaticFields\":[4,\"only-static-fields\"],\"useSearchField\":[4,\"use-search-field\"],\"elementFocusSearchField\":[16],\"_fieldsProps\":[32],\"_singleColumn\":[32],\"validate\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}]]]]"), options);
18
22
  });
@@ -1,6 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-baa5e267.js';
2
2
  import { UserInterface } from '@sankhyalabs/core';
3
- import { a as PRESENTATION_FROM_COL_PROP_NAME } from './constants-b036528f.js';
3
+ import { a as PRESENTATION_FROM_COL_PROP_NAME } from './constants-3fabe81e.js';
4
+ import { i as initI18n } from './index-b623906e.js';
4
5
 
5
6
  const filterColumnCss = ".filter-column{padding:var(--space--2xs, 8px);position:relative}.filter-column__header{margin-bottom:var(--space--2xs, 8px);display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:var(--space--xl, 32px)}.filter-column__footer{position:relative;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;bottom:0;left:0;padding-top:var(--space--2xs, 8px);border-top:var(--border--medium) var(--color--disable-secondary)}.filter-column__popover{position:absolute}.filter-column__header-title{margin-left:8px}#filter-column-selection-list{--ez-multi-selection-default-height:unset}";
6
7
 
@@ -112,8 +113,8 @@ const FilterColumn = class {
112
113
  }
113
114
  if (this.isCheckBoxOrSwitch()) {
114
115
  return [
115
- { label: 'Sim', value: 'true', check: true },
116
- { label: 'Não', value: 'false', check: true },
116
+ { label: this.i18n("app.yes"), value: 'true', check: true },
117
+ { label: this.i18n("app.no"), value: 'false', check: true },
117
118
  ];
118
119
  }
119
120
  const options = (_b = (_a = this.fieldDescriptor) === null || _a === void 0 ? void 0 : _a.properties) === null || _b === void 0 ? void 0 : _b.options;
@@ -133,8 +134,11 @@ const FilterColumn = class {
133
134
  this.clearConfigs();
134
135
  }
135
136
  }
137
+ async componentWillLoad() {
138
+ this.i18n = await initI18n();
139
+ }
136
140
  render() {
137
- return (h("ez-popover-plus", { ref: (element) => (this.ezPopoverElement = element), class: 'filter-column__popover', "overlay-type": 'none', autoClose: true, onEzVisibilityChange: this.handleEzVisibilityChange.bind(this) }, h("section", { class: 'filter-column' }, h("header", { class: 'filter-column__header' }, h("span", { class: 'ez-text ez-text--medium filter-column__header-title' }, "Filtro da coluna ", this.columnLabel), h("ez-button", { mode: 'icon', "icon-name": 'close', class: 'ez-button--tertiary', onClick: () => this.hide() })), h("ez-multi-selection-list", { id: 'filter-column-selection-list', columnName: this.columnName, dataSource: this.dataSource, options: this.options, useOptions: this.useOptions, ref: (element) => (this.ezMultiSelectionList = element), onChangeFilteredOptions: (event) => this.changeSelectedItems(event.detail), isTextSearch: this.isTextSearch }), h("footer", { class: 'filter-column__footer' }, h("ez-button", { label: 'Aplicar', class: 'ez-button--primary', onClick: this.submit.bind(this) })))));
141
+ return (h("ez-popover-plus", { ref: (element) => (this.ezPopoverElement = element), class: 'filter-column__popover', "overlay-type": 'none', autoClose: true, onEzVisibilityChange: this.handleEzVisibilityChange.bind(this) }, h("section", { class: 'filter-column' }, h("header", { class: 'filter-column__header' }, h("span", { class: 'ez-text ez-text--medium filter-column__header-title' }, this.i18n("ez-grid.filterColumnHeader", { columnLabel: this.columnLabel })), h("ez-button", { mode: 'icon', "icon-name": 'close', class: 'ez-button--tertiary', onClick: () => this.hide() })), h("ez-multi-selection-list", { id: 'filter-column-selection-list', columnName: this.columnName, dataSource: this.dataSource, options: this.options, useOptions: this.useOptions, ref: (element) => (this.ezMultiSelectionList = element), onChangeFilteredOptions: (event) => this.changeSelectedItems(event.detail), isTextSearch: this.isTextSearch }), h("footer", { class: 'filter-column__footer' }, h("ez-button", { label: this.i18n("app.apply"), class: 'ez-button--primary', onClick: this.submit.bind(this) })))));
138
142
  }
139
143
  };
140
144
  FilterColumn.style = filterColumnCss;