@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
@@ -0,0 +1,876 @@
1
+ declare const _default: {
2
+ pt_BR: {
3
+ translation: {
4
+ app: {
5
+ collapse: string;
6
+ expand: string;
7
+ close: string;
8
+ profile: string;
9
+ warning: string;
10
+ edit: string;
11
+ remove: string;
12
+ yes: string;
13
+ no: string;
14
+ loading: string;
15
+ apply: string;
16
+ cancel: string;
17
+ ok: string;
18
+ alerts: string;
19
+ requiredInfo: string;
20
+ };
21
+ "ez-upload": {
22
+ enable: string;
23
+ disable: string;
24
+ replaceFileTitle: string;
25
+ replaceFileMessage: string;
26
+ maxFilesError: string;
27
+ emptyFileError: string;
28
+ missingUploadUrlError: string;
29
+ maxFileSizeError: string;
30
+ uploadErrorTitle: string;
31
+ uploadingMessage: string;
32
+ };
33
+ "ez-calendar": {
34
+ month: {
35
+ 0: string;
36
+ 1: string;
37
+ 2: string;
38
+ 3: string;
39
+ 4: string;
40
+ 5: string;
41
+ 6: string;
42
+ 7: string;
43
+ 8: string;
44
+ 9: string;
45
+ 10: string;
46
+ 11: string;
47
+ };
48
+ weekDay: {
49
+ 0: string;
50
+ 1: string;
51
+ 2: string;
52
+ 3: string;
53
+ 4: string;
54
+ 5: string;
55
+ 6: string;
56
+ };
57
+ today: string;
58
+ };
59
+ "ez-collapsible-box": {
60
+ confirmRemove: string;
61
+ };
62
+ "ez-combo-box": {
63
+ placeholder: string;
64
+ noResults: string;
65
+ };
66
+ "ez-classic-combo-box": {
67
+ emptyOption: string;
68
+ noResults: string;
69
+ };
70
+ "ez-date-time-input": {
71
+ invalidDate: string;
72
+ };
73
+ "ez-date-input": {
74
+ invalidDate: string;
75
+ };
76
+ "ez-dialog": {
77
+ confirmButton: string;
78
+ closeButton: string;
79
+ };
80
+ "ez-double-list": {
81
+ noItemsAvailable: string;
82
+ noItemsSelected: string;
83
+ moveAllTo: string;
84
+ moveTo: string;
85
+ moveToFirstPosition: string;
86
+ moveUp: string;
87
+ moveDown: string;
88
+ moveToLastPosition: string;
89
+ };
90
+ "ez-file-item": {
91
+ invalidProgress: string;
92
+ };
93
+ "ez-grid": {
94
+ filterAppliedSuccess: string;
95
+ cancelPagination: string;
96
+ pageLabel: string;
97
+ previousPage: string;
98
+ nextPage: string;
99
+ returnToPreviousPage: string;
100
+ goToNextPage: string;
101
+ remainingPageLabel: string;
102
+ remainingTotalLabel: string;
103
+ nextRecord: string;
104
+ previousRecord: string;
105
+ searchColumn: string;
106
+ sortAscending: string;
107
+ sortDescending: string;
108
+ pinColumn: string;
109
+ unpinColumn: string;
110
+ filter: string;
111
+ columnCantBeOrder: string;
112
+ filterColumnHeader: string;
113
+ clearSelection: string;
114
+ page: string;
115
+ more: string;
116
+ to: string;
117
+ of: string;
118
+ next: string;
119
+ last: string;
120
+ first: string;
121
+ previous: string;
122
+ loadingOoo: string;
123
+ selectAll: string;
124
+ searchOoo: string;
125
+ blanks: string;
126
+ filterOoo: string;
127
+ applyFilter: string;
128
+ equals: string;
129
+ lessThan: string;
130
+ greaterThan: string;
131
+ contains: string;
132
+ startsWith: string;
133
+ endsWith: string;
134
+ group: string;
135
+ columns: string;
136
+ rowGroupColumns: string;
137
+ rowGroupColumnsEmptyMessage: string;
138
+ valueColumns: string;
139
+ pivotMode: string;
140
+ groups: string;
141
+ values: string;
142
+ pivots: string;
143
+ valueColumnsEmptyMessage: string;
144
+ pivotColumnsEmptyMessage: string;
145
+ toolPanelButton: string;
146
+ noRowsToShow: string;
147
+ valueAggregation: string;
148
+ autosizeThiscolumn: string;
149
+ autosizeAllColumns: string;
150
+ groupBy: string;
151
+ ungroupBy: string;
152
+ resetColumns: string;
153
+ expandAll: string;
154
+ collapseAll: string;
155
+ toolPanel: string;
156
+ export: string;
157
+ csvExport: string;
158
+ excelExport: string;
159
+ pinLeft: string;
160
+ pinRight: string;
161
+ noPin: string;
162
+ sum: string;
163
+ min: string;
164
+ max: string;
165
+ none: string;
166
+ count: string;
167
+ average: string;
168
+ copy: string;
169
+ copyWithHeaders: string;
170
+ ctrlC: string;
171
+ paste: string;
172
+ ctrlV: string;
173
+ labelSearchColumn: string;
174
+ };
175
+ "ez-guide-navigator": {
176
+ searchGuide: string;
177
+ hideMenu: string;
178
+ };
179
+ "ez-list": {
180
+ moveToGroup: string;
181
+ };
182
+ "ez-modal": {
183
+ close: string;
184
+ };
185
+ "ez-multi-selection-list": {
186
+ selectAll: string;
187
+ search: string;
188
+ empty: string;
189
+ initMessage: string;
190
+ emptyResults: string;
191
+ };
192
+ "ez-number-input": {
193
+ invalidNumber: string;
194
+ };
195
+ "ez-pagination": {
196
+ previousPage: string;
197
+ nextPage: string;
198
+ };
199
+ "ez-rich-text": {
200
+ listShortcut: string;
201
+ linkShortcut: string;
202
+ imageShortcut: string;
203
+ boldShortcut: string;
204
+ italicShortcut: string;
205
+ underlineShortcut: string;
206
+ breakLineShortcut: string;
207
+ undoShortcut: string;
208
+ redoShortcut: string;
209
+ edit: string;
210
+ preview: string;
211
+ title: {
212
+ preview: string;
213
+ edit: string;
214
+ undo: string;
215
+ redo: string;
216
+ link: string;
217
+ image: string;
218
+ list: string;
219
+ underline: string;
220
+ italic: string;
221
+ bold: string;
222
+ };
223
+ };
224
+ "ez-link-builder": {
225
+ addLinkTitle: string;
226
+ addLinkSubtitle: string;
227
+ submit: string;
228
+ urlInputLabel: string;
229
+ textInputLabel: string;
230
+ openInNewPage: string;
231
+ };
232
+ "ez-simple-image-uploader": {
233
+ uploadTitle: string;
234
+ uploadSubtitle: string;
235
+ submit: string;
236
+ tooltipMessage: string;
237
+ urlInputLabel: string;
238
+ orText: string;
239
+ removeFile: string;
240
+ dragDropText: string;
241
+ imageAlt: string;
242
+ imageTooLarge: string;
243
+ };
244
+ "ez-search": {
245
+ emptyList: string;
246
+ emptySearch: string;
247
+ };
248
+ "ez-search-plus": {
249
+ emptyList: string;
250
+ optionLoaderNotDefined: string;
251
+ defaultCodeLabel: string;
252
+ };
253
+ "ez-sortable-list": {
254
+ emptyMessage: string;
255
+ entityLabel: string;
256
+ entityLabelPlural: string;
257
+ total: string;
258
+ search: string;
259
+ };
260
+ "ez-split-button": {
261
+ moreOptions: string;
262
+ };
263
+ "ez-text-edit": {
264
+ emptyFieldWarning: string;
265
+ };
266
+ "ez-time-input": {
267
+ invalidTime: string;
268
+ };
269
+ "ez-sidebar": {
270
+ unPinMenu: string;
271
+ pushPinMenu: string;
272
+ hideMenu: string;
273
+ };
274
+ "ez-form": {
275
+ mainTab: string;
276
+ labelSearchField: string;
277
+ };
278
+ utils: {
279
+ requiredFieldMessage: string;
280
+ requiredField: string;
281
+ selectAllPage: string;
282
+ loadingAllRecords: string;
283
+ selectAllRecords: string;
284
+ waitForLoad: string;
285
+ allRecordsSelected: string;
286
+ selectedRecords: string;
287
+ };
288
+ spinner: {
289
+ loading: string;
290
+ };
291
+ };
292
+ };
293
+ en_US: {
294
+ translation: {
295
+ app: {
296
+ collapse: string;
297
+ expand: string;
298
+ close: string;
299
+ profile: string;
300
+ warning: string;
301
+ edit: string;
302
+ remove: string;
303
+ yes: string;
304
+ no: string;
305
+ loading: string;
306
+ apply: string;
307
+ cancel: string;
308
+ ok: string;
309
+ alerts: string;
310
+ requiredInfo: string;
311
+ };
312
+ "ez-upload": {
313
+ enable: string;
314
+ disable: string;
315
+ replaceFileTitle: string;
316
+ replaceFileMessage: string;
317
+ maxFilesError: string;
318
+ emptyFileError: string;
319
+ missingUploadUrlError: string;
320
+ maxFileSizeError: string;
321
+ uploadErrorTitle: string;
322
+ uploadingMessage: string;
323
+ };
324
+ "ez-calendar": {
325
+ month: {
326
+ 0: string;
327
+ 1: string;
328
+ 2: string;
329
+ 3: string;
330
+ 4: string;
331
+ 5: string;
332
+ 6: string;
333
+ 7: string;
334
+ 8: string;
335
+ 9: string;
336
+ 10: string;
337
+ 11: string;
338
+ };
339
+ weekDay: {
340
+ 0: string;
341
+ 1: string;
342
+ 2: string;
343
+ 3: string;
344
+ 4: string;
345
+ 5: string;
346
+ 6: string;
347
+ };
348
+ today: string;
349
+ };
350
+ "ez-collapsible-box": {
351
+ confirmRemove: string;
352
+ };
353
+ "ez-combo-box": {
354
+ placeholder: string;
355
+ noResults: string;
356
+ };
357
+ "ez-classic-combo-box": {
358
+ emptyOption: string;
359
+ noResults: string;
360
+ };
361
+ "ez-date-time-input": {
362
+ invalidDate: string;
363
+ };
364
+ "ez-date-input": {
365
+ invalidDate: string;
366
+ };
367
+ "ez-dialog": {
368
+ confirmButton: string;
369
+ closeButton: string;
370
+ };
371
+ "ez-double-list": {
372
+ noItemsAvailable: string;
373
+ noItemsSelected: string;
374
+ moveAllTo: string;
375
+ moveTo: string;
376
+ moveToFirstPosition: string;
377
+ moveUp: string;
378
+ moveDown: string;
379
+ moveToLastPosition: string;
380
+ };
381
+ "ez-file-item": {
382
+ invalidProgress: string;
383
+ };
384
+ "ez-grid": {
385
+ filterAppliedSuccess: string;
386
+ cancelPagination: string;
387
+ pageLabel: string;
388
+ previousPage: string;
389
+ nextPage: string;
390
+ returnToPreviousPage: string;
391
+ goToNextPage: string;
392
+ remainingPageLabel: string;
393
+ remainingTotalLabel: string;
394
+ nextRecord: string;
395
+ previousRecord: string;
396
+ searchColumn: string;
397
+ sortAscending: string;
398
+ sortDescending: string;
399
+ pinColumn: string;
400
+ unpinColumn: string;
401
+ filter: string;
402
+ columnCantBeOrder: string;
403
+ filterColumnHeader: string;
404
+ clearSelection: string;
405
+ page: string;
406
+ more: string;
407
+ to: string;
408
+ of: string;
409
+ next: string;
410
+ last: string;
411
+ first: string;
412
+ previous: string;
413
+ loadingOoo: string;
414
+ selectAll: string;
415
+ searchOoo: string;
416
+ blanks: string;
417
+ filterOoo: string;
418
+ applyFilter: string;
419
+ equals: string;
420
+ lessThan: string;
421
+ greaterThan: string;
422
+ contains: string;
423
+ startsWith: string;
424
+ endsWith: string;
425
+ group: string;
426
+ columns: string;
427
+ rowGroupColumns: string;
428
+ rowGroupColumnsEmptyMessage: string;
429
+ valueColumns: string;
430
+ pivotMode: string;
431
+ groups: string;
432
+ values: string;
433
+ pivots: string;
434
+ valueColumnsEmptyMessage: string;
435
+ pivotColumnsEmptyMessage: string;
436
+ toolPanelButton: string;
437
+ noRowsToShow: string;
438
+ valueAggregation: string;
439
+ autosizeThiscolumn: string;
440
+ autosizeAllColumns: string;
441
+ groupBy: string;
442
+ ungroupBy: string;
443
+ resetColumns: string;
444
+ expandAll: string;
445
+ collapseAll: string;
446
+ toolPanel: string;
447
+ export: string;
448
+ csvExport: string;
449
+ excelExport: string;
450
+ pinLeft: string;
451
+ pinRight: string;
452
+ noPin: string;
453
+ sum: string;
454
+ min: string;
455
+ max: string;
456
+ none: string;
457
+ count: string;
458
+ average: string;
459
+ copy: string;
460
+ copyWithHeaders: string;
461
+ ctrlC: string;
462
+ paste: string;
463
+ ctrlV: string;
464
+ labelSearchColumn: string;
465
+ };
466
+ "ez-guide-navigator": {
467
+ searchGuide: string;
468
+ hideMenu: string;
469
+ };
470
+ "ez-list": {
471
+ moveToGroup: string;
472
+ };
473
+ "ez-modal": {
474
+ close: string;
475
+ };
476
+ "ez-multi-selection-list": {
477
+ selectAll: string;
478
+ search: string;
479
+ empty: string;
480
+ initMessage: string;
481
+ emptyResults: string;
482
+ };
483
+ "ez-number-input": {
484
+ invalidNumber: string;
485
+ };
486
+ "ez-pagination": {
487
+ previousPage: string;
488
+ nextPage: string;
489
+ };
490
+ "ez-rich-text": {
491
+ listShortcut: string;
492
+ linkShortcut: string;
493
+ imageShortcut: string;
494
+ boldShortcut: string;
495
+ italicShortcut: string;
496
+ underlineShortcut: string;
497
+ breakLineShortcut: string;
498
+ undoShortcut: string;
499
+ redoShortcut: string;
500
+ edit: string;
501
+ preview: string;
502
+ title: {
503
+ preview: string;
504
+ edit: string;
505
+ undo: string;
506
+ redo: string;
507
+ link: string;
508
+ image: string;
509
+ list: string;
510
+ underline: string;
511
+ italic: string;
512
+ bold: string;
513
+ };
514
+ };
515
+ "ez-link-builder": {
516
+ addLinkTitle: string;
517
+ addLinkSubtitle: string;
518
+ submit: string;
519
+ urlInputLabel: string;
520
+ textInputLabel: string;
521
+ openInNewPage: string;
522
+ };
523
+ "ez-simple-image-uploader": {
524
+ uploadTitle: string;
525
+ uploadSubtitle: string;
526
+ submit: string;
527
+ tooltipMessage: string;
528
+ urlInputLabel: string;
529
+ orText: string;
530
+ removeFile: string;
531
+ dragDropText: string;
532
+ imageAlt: string;
533
+ imageTooLarge: string;
534
+ };
535
+ "ez-search": {
536
+ emptyList: string;
537
+ emptySearch: string;
538
+ };
539
+ "ez-search-plus": {
540
+ emptyList: string;
541
+ optionLoaderNotDefined: string;
542
+ defaultCodeLabel: string;
543
+ };
544
+ "ez-sortable-list": {
545
+ emptyMessage: string;
546
+ entityLabel: string;
547
+ entityLabelPlural: string;
548
+ total: string;
549
+ search: string;
550
+ };
551
+ "ez-split-button": {
552
+ moreOptions: string;
553
+ };
554
+ "ez-text-edit": {
555
+ emptyFieldWarning: string;
556
+ };
557
+ "ez-time-input": {
558
+ invalidTime: string;
559
+ };
560
+ "ez-sidebar": {
561
+ unPinMenu: string;
562
+ pushPinMenu: string;
563
+ hideMenu: string;
564
+ };
565
+ "ez-form": {
566
+ mainTab: string;
567
+ labelSearchField: string;
568
+ };
569
+ utils: {
570
+ requiredFieldMessage: string;
571
+ requiredField: string;
572
+ selectAllPage: string;
573
+ loadingAllRecords: string;
574
+ selectAllRecords: string;
575
+ waitForLoad: string;
576
+ allRecordsSelected: string;
577
+ selectedRecords: string;
578
+ };
579
+ spinner: {
580
+ loading: string;
581
+ };
582
+ };
583
+ };
584
+ es_ES: {
585
+ translation: {
586
+ app: {
587
+ collapse: string;
588
+ expand: string;
589
+ close: string;
590
+ profile: string;
591
+ warning: string;
592
+ edit: string;
593
+ remove: string;
594
+ yes: string;
595
+ no: string;
596
+ loading: string;
597
+ apply: string;
598
+ cancel: string;
599
+ ok: string;
600
+ alerts: string;
601
+ requiredInfo: string;
602
+ };
603
+ "ez-upload": {
604
+ enable: string;
605
+ disable: string;
606
+ replaceFileTitle: string;
607
+ replaceFileMessage: string;
608
+ maxFilesError: string;
609
+ emptyFileError: string;
610
+ missingUploadUrlError: string;
611
+ maxFileSizeError: string;
612
+ uploadErrorTitle: string;
613
+ uploadingMessage: string;
614
+ };
615
+ "ez-calendar": {
616
+ month: {
617
+ 0: string;
618
+ 1: string;
619
+ 2: string;
620
+ 3: string;
621
+ 4: string;
622
+ 5: string;
623
+ 6: string;
624
+ 7: string;
625
+ 8: string;
626
+ 9: string;
627
+ 10: string;
628
+ 11: string;
629
+ };
630
+ weekDay: {
631
+ 0: string;
632
+ 1: string;
633
+ 2: string;
634
+ 3: string;
635
+ 4: string;
636
+ 5: string;
637
+ 6: string;
638
+ };
639
+ today: string;
640
+ };
641
+ "ez-collapsible-box": {
642
+ confirmRemove: string;
643
+ };
644
+ "ez-combo-box": {
645
+ placeholder: string;
646
+ noResults: string;
647
+ };
648
+ "ez-classic-combo-box": {
649
+ emptyOption: string;
650
+ noResults: string;
651
+ };
652
+ "ez-date-time-input": {
653
+ invalidDate: string;
654
+ };
655
+ "ez-date-input": {
656
+ invalidDate: string;
657
+ };
658
+ "ez-dialog": {
659
+ confirmButton: string;
660
+ closeButton: string;
661
+ };
662
+ "ez-double-list": {
663
+ noItemsAvailable: string;
664
+ noItemsSelected: string;
665
+ moveAllTo: string;
666
+ moveTo: string;
667
+ moveToFirstPosition: string;
668
+ moveUp: string;
669
+ moveDown: string;
670
+ moveToLastPosition: string;
671
+ };
672
+ "ez-file-item": {
673
+ invalidProgress: string;
674
+ };
675
+ "ez-grid": {
676
+ filterAppliedSuccess: string;
677
+ cancelPagination: string;
678
+ pageLabel: string;
679
+ previousPage: string;
680
+ nextPage: string;
681
+ returnToPreviousPage: string;
682
+ goToNextPage: string;
683
+ remainingPageLabel: string;
684
+ remainingTotalLabel: string;
685
+ nextRecord: string;
686
+ previousRecord: string;
687
+ searchColumn: string;
688
+ sortAscending: string;
689
+ sortDescending: string;
690
+ pinColumn: string;
691
+ unpinColumn: string;
692
+ filter: string;
693
+ columnCantBeOrder: string;
694
+ filterColumnHeader: string;
695
+ clearSelection: string;
696
+ page: string;
697
+ more: string;
698
+ to: string;
699
+ of: string;
700
+ next: string;
701
+ last: string;
702
+ first: string;
703
+ previous: string;
704
+ loadingOoo: string;
705
+ selectAll: string;
706
+ searchOoo: string;
707
+ blanks: string;
708
+ filterOoo: string;
709
+ applyFilter: string;
710
+ equals: string;
711
+ lessThan: string;
712
+ greaterThan: string;
713
+ contains: string;
714
+ startsWith: string;
715
+ endsWith: string;
716
+ group: string;
717
+ columns: string;
718
+ rowGroupColumns: string;
719
+ rowGroupColumnsEmptyMessage: string;
720
+ valueColumns: string;
721
+ pivotMode: string;
722
+ groups: string;
723
+ values: string;
724
+ pivots: string;
725
+ valueColumnsEmptyMessage: string;
726
+ pivotColumnsEmptyMessage: string;
727
+ toolPanelButton: string;
728
+ noRowsToShow: string;
729
+ valueAggregation: string;
730
+ autosizeThiscolumn: string;
731
+ autosizeAllColumns: string;
732
+ groupBy: string;
733
+ ungroupBy: string;
734
+ resetColumns: string;
735
+ expandAll: string;
736
+ collapseAll: string;
737
+ toolPanel: string;
738
+ export: string;
739
+ csvExport: string;
740
+ excelExport: string;
741
+ pinLeft: string;
742
+ pinRight: string;
743
+ noPin: string;
744
+ sum: string;
745
+ min: string;
746
+ max: string;
747
+ none: string;
748
+ count: string;
749
+ average: string;
750
+ copy: string;
751
+ copyWithHeaders: string;
752
+ ctrlC: string;
753
+ paste: string;
754
+ ctrlV: string;
755
+ labelSearchColumn: string;
756
+ };
757
+ "ez-guide-navigator": {
758
+ searchGuide: string;
759
+ hideMenu: string;
760
+ };
761
+ "ez-list": {
762
+ moveToGroup: string;
763
+ };
764
+ "ez-modal": {
765
+ close: string;
766
+ };
767
+ "ez-multi-selection-list": {
768
+ selectAll: string;
769
+ search: string;
770
+ empty: string;
771
+ initMessage: string;
772
+ emptyResults: string;
773
+ };
774
+ "ez-number-input": {
775
+ invalidNumber: string;
776
+ };
777
+ "ez-pagination": {
778
+ previousPage: string;
779
+ nextPage: string;
780
+ };
781
+ "ez-rich-text": {
782
+ listShortcut: string;
783
+ linkShortcut: string;
784
+ imageShortcut: string;
785
+ boldShortcut: string;
786
+ italicShortcut: string;
787
+ underlineShortcut: string;
788
+ breakLineShortcut: string;
789
+ undoShortcut: string;
790
+ redoShortcut: string;
791
+ edit: string;
792
+ preview: string;
793
+ title: {
794
+ preview: string;
795
+ edit: string;
796
+ undo: string;
797
+ redo: string;
798
+ link: string;
799
+ image: string;
800
+ list: string;
801
+ underline: string;
802
+ italic: string;
803
+ bold: string;
804
+ };
805
+ };
806
+ "ez-link-builder": {
807
+ addLinkTitle: string;
808
+ addLinkSubtitle: string;
809
+ submit: string;
810
+ urlInputLabel: string;
811
+ textInputLabel: string;
812
+ openInNewPage: string;
813
+ };
814
+ "ez-simple-image-uploader": {
815
+ uploadTitle: string;
816
+ uploadSubtitle: string;
817
+ submit: string;
818
+ tooltipMessage: string;
819
+ urlInputLabel: string;
820
+ orText: string;
821
+ removeFile: string;
822
+ dragDropText: string;
823
+ imageAlt: string;
824
+ imageTooLarge: string;
825
+ };
826
+ "ez-search": {
827
+ emptyList: string;
828
+ emptySearch: string;
829
+ };
830
+ "ez-search-plus": {
831
+ emptyList: string;
832
+ optionLoaderNotDefined: string;
833
+ defaultCodeLabel: string;
834
+ };
835
+ "ez-sortable-list": {
836
+ emptyMessage: string;
837
+ entityLabel: string;
838
+ entityLabelPlural: string;
839
+ total: string;
840
+ search: string;
841
+ };
842
+ "ez-split-button": {
843
+ moreOptions: string;
844
+ };
845
+ "ez-text-edit": {
846
+ emptyFieldWarning: string;
847
+ };
848
+ "ez-time-input": {
849
+ invalidTime: string;
850
+ };
851
+ "ez-sidebar": {
852
+ unPinMenu: string;
853
+ pushPinMenu: string;
854
+ hideMenu: string;
855
+ };
856
+ "ez-form": {
857
+ mainTab: string;
858
+ labelSearchField: string;
859
+ };
860
+ utils: {
861
+ requiredFieldMessage: string;
862
+ requiredField: string;
863
+ selectAllPage: string;
864
+ loadingAllRecords: string;
865
+ selectAllRecords: string;
866
+ waitForLoad: string;
867
+ allRecordsSelected: string;
868
+ selectedRecords: string;
869
+ };
870
+ spinner: {
871
+ loading: string;
872
+ };
873
+ };
874
+ };
875
+ };
876
+ export default _default;