@sankhyalabs/ezui 6.4.4 → 6.5.0-dev.10

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 (1045) hide show
  1. package/dist/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-5cc05979.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-2fbe4b17.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 +71 -45
  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 +921 -234
  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 +90 -30
  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 +250 -74
  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 +2 -2
  66. package/dist/cjs/ez-tag-input.cjs.entry.js +245 -0
  67. package/dist/cjs/ez-tag.cjs.entry.js +1 -1
  68. package/dist/cjs/ez-text-area.cjs.entry.js +35 -28
  69. package/dist/cjs/ez-text-input.cjs.entry.js +2 -1
  70. package/dist/cjs/ez-tile-medium.cjs.entry.js +1 -1
  71. package/dist/cjs/ez-tile.cjs.entry.js +1 -1
  72. package/dist/cjs/ez-time-input.cjs.entry.js +13 -11
  73. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  74. package/dist/cjs/{ez-filter-input_2.cjs.entry.js → ez-tooltip.cjs.entry.js} +2 -124
  75. package/dist/cjs/ez-tree.cjs.entry.js +41 -2
  76. package/dist/cjs/ez-underface.cjs.entry.js +1 -1
  77. package/dist/cjs/ez-upload.cjs.entry.js +18 -12
  78. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  79. package/dist/cjs/ezui.cjs.js +6 -2
  80. package/dist/cjs/filter-column.cjs.entry.js +9 -5
  81. package/dist/cjs/index-1be40f19.js +3711 -0
  82. package/dist/cjs/{index-a7b0c73d.js → index-9e5554cb.js} +37 -6
  83. package/dist/cjs/loader.cjs.js +6 -2
  84. package/dist/cjs/purify-0bd8a150.js +1359 -0
  85. package/dist/cjs/{search-column-27d1f72f.js → search-column-eee8d44d.js} +11 -9
  86. package/dist/collection/collection-manifest.json +14 -1
  87. package/dist/collection/components/ez-alert-list/ez-alert-list.js +5 -3
  88. package/dist/collection/components/ez-avatar/ez-avatar.js +26 -2
  89. package/dist/collection/components/ez-button/ez-button.css +292 -80
  90. package/dist/collection/components/ez-button/ez-button.js +226 -29
  91. package/dist/collection/components/ez-calendar/ez-calendar.js +7 -6
  92. package/dist/collection/components/ez-check/ez-check.css +1 -1
  93. package/dist/collection/components/ez-chip/ez-chip.css +107 -85
  94. package/dist/collection/components/ez-chip/ez-chip.js +213 -50
  95. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +1 -0
  96. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +12 -9
  97. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +7 -4
  98. package/dist/collection/components/ez-combo-box/ez-combo-box.js +28 -8
  99. package/dist/collection/components/ez-date-input/ez-date-input.js +5 -1
  100. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +5 -1
  101. package/dist/collection/components/ez-dialog/ez-dialog.js +8 -6
  102. package/dist/collection/components/ez-double-list/ez-double-list.js +12 -4
  103. package/dist/collection/components/ez-file-item/ez-file-item.js +9 -6
  104. package/dist/collection/components/ez-form/ez-form.js +5 -3
  105. package/dist/collection/components/ez-form-view/ez-form-view.js +2 -1
  106. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +5 -2
  107. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +4 -0
  108. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +33 -9
  109. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +4 -1
  110. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +3 -1
  111. package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js +68 -0
  112. package/dist/collection/components/ez-grid/ez-grid.js +17 -15
  113. package/dist/collection/components/ez-grid/subcomponents/filter-column.js +7 -3
  114. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js +2 -2
  115. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js +11 -7
  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-popup/ez-popup.css +24 -40
  129. package/dist/collection/components/ez-popup/ez-popup.js +134 -29
  130. package/dist/collection/components/ez-popup/interfaces/EzButtonProps.js +1 -0
  131. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.css +22 -0
  132. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js +135 -0
  133. package/dist/collection/components/ez-rich-text/ez-rich-text.css +30 -0
  134. package/dist/collection/components/ez-rich-text/ez-rich-text.js +575 -0
  135. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js +27 -0
  136. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.css +4 -0
  137. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js +23 -0
  138. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.css +4 -0
  139. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js +23 -0
  140. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.css +20 -0
  141. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.js +122 -0
  142. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.css +4 -0
  143. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js +23 -0
  144. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.css +42 -0
  145. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js +187 -0
  146. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.css +70 -0
  147. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js +220 -0
  148. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.js +1 -0
  149. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.js +14 -0
  150. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.js +10 -0
  151. package/dist/collection/components/ez-search/ez-search.js +7 -8
  152. package/dist/collection/components/ez-search-plus/ez-search-plus.js +8 -6
  153. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +5 -2
  154. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js +5 -2
  155. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +0 -1
  156. package/dist/collection/components/ez-skeleton/ez-skeleton.js +4 -2
  157. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +15 -11
  158. package/dist/collection/components/ez-spinner/ez-spinner.css +76 -0
  159. package/dist/collection/components/ez-spinner/ez-spinner.js +57 -0
  160. package/dist/collection/components/ez-split-button/ez-split-button.css +256 -116
  161. package/dist/collection/components/ez-split-button/ez-split-button.js +394 -80
  162. package/dist/collection/components/ez-split-button/test/dropdownItems.js +4 -4
  163. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +5 -1
  164. package/dist/collection/components/ez-tabselector/ez-tabselector.css +5 -1
  165. package/dist/collection/components/ez-tag-input/ez-tag-input.css +163 -0
  166. package/dist/collection/components/ez-tag-input/ez-tag-input.js +703 -0
  167. package/dist/collection/components/ez-tag-input/interfaces/optionsSetFocus.js +1 -0
  168. package/dist/collection/components/ez-text-area/ez-text-area.css +244 -212
  169. package/dist/collection/components/ez-text-area/ez-text-area.js +35 -28
  170. package/dist/collection/components/ez-text-edit/ez-text-edit.js +5 -1
  171. package/dist/collection/components/ez-text-input/ez-text-input.js +1 -0
  172. package/dist/collection/components/ez-time-input/ez-time-input.js +12 -10
  173. package/dist/collection/components/ez-tooltip/ez-tooltip.js +1 -1
  174. package/dist/collection/components/ez-tree/ez-tree.js +49 -1
  175. package/dist/collection/components/ez-tree/types/Tree.js +23 -0
  176. package/dist/collection/components/ez-upload/ez-upload.js +18 -12
  177. package/dist/collection/global/app-init.js +8 -0
  178. package/dist/collection/setupTests.js +1 -1
  179. package/dist/collection/utils/ApplicationUtils.js +43 -15
  180. package/dist/collection/utils/constants.js +0 -1
  181. package/dist/collection/utils/form/FormMetadata.js +3 -1
  182. package/dist/collection/utils/i18n/elanguages.js +6 -0
  183. package/dist/collection/utils/i18n/index.js +30 -0
  184. package/dist/collection/utils/i18n/locales/en-us.js +293 -0
  185. package/dist/collection/utils/i18n/locales/es-es.js +293 -0
  186. package/dist/collection/utils/i18n/locales/pt-br.js +293 -0
  187. package/dist/collection/utils/i18n/translations.js +9 -0
  188. package/dist/collection/utils/index.js +1 -1
  189. package/dist/collection/utils/searchColumn/search-column.js +0 -2
  190. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +8 -2
  191. package/dist/custom-elements/index.d.ts +72 -0
  192. package/dist/custom-elements/index.js +7848 -568
  193. package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-1569f757.js} +43 -15
  194. package/dist/esm/RichToolbarHelper-f3a149c4.js +29 -0
  195. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  196. package/dist/esm/app-globals-c0ac93c0.js +12 -0
  197. package/dist/esm/{constants-b036528f.js → constants-3fabe81e.js} +1 -2
  198. package/dist/esm/ez-actions-button.entry.js +3 -2
  199. package/dist/esm/ez-alert-list.entry.js +6 -4
  200. package/dist/esm/ez-alert.entry.js +1 -1
  201. package/dist/esm/ez-application.entry.js +1 -1
  202. package/dist/esm/ez-avatar.entry.js +11 -3
  203. package/dist/esm/ez-badge.entry.js +1 -1
  204. package/dist/esm/ez-breadcrumb.entry.js +1 -1
  205. package/dist/esm/ez-button.entry.js +97 -27
  206. package/dist/esm/ez-calendar.entry.js +8 -7
  207. package/dist/esm/ez-card-item.entry.js +1 -1
  208. package/dist/esm/ez-chart.entry.js +3 -18
  209. package/dist/esm/ez-check.entry.js +2 -2
  210. package/dist/esm/ez-chip.entry.js +71 -45
  211. package/dist/esm/ez-classic-combo-box.entry.js +1 -1
  212. package/dist/esm/ez-classic-input.entry.js +1 -1
  213. package/dist/esm/ez-classic-text-area.entry.js +1 -1
  214. package/dist/esm/ez-collapsible-box.entry.js +15 -12
  215. package/dist/esm/{ez-combo-box-list_3.entry.js → ez-combo-box-list_4.entry.js} +293 -8
  216. package/dist/esm/ez-combo-box.entry.js +11 -8
  217. package/dist/esm/ez-date-input.entry.js +6 -2
  218. package/dist/esm/ez-date-time-input.entry.js +6 -2
  219. package/dist/esm/ez-dialog.entry.js +9 -7
  220. package/dist/esm/ez-double-list.entry.js +13 -5
  221. package/dist/esm/ez-dropdown.entry.js +1 -1
  222. package/dist/esm/ez-empty-card.entry.js +1 -1
  223. package/dist/esm/ez-file-item.entry.js +10 -7
  224. package/dist/esm/ez-filter-input.entry.js +125 -0
  225. package/dist/esm/ez-form-view.entry.js +12 -4
  226. package/dist/esm/ez-form.entry.js +9 -6
  227. package/dist/esm/ez-grid.entry.js +903 -216
  228. package/dist/esm/ez-guide-navigator.entry.js +6 -2
  229. package/dist/esm/ez-icon.entry.js +2 -2
  230. package/dist/esm/ez-link-builder_6.entry.js +306 -0
  231. package/dist/esm/ez-list-item.entry.js +18 -0
  232. package/dist/esm/ez-list.entry.js +5 -3
  233. package/dist/esm/ez-loading-bar.entry.js +1 -1
  234. package/dist/esm/ez-modal-container.entry.js +7 -3
  235. package/dist/esm/ez-modal.entry.js +6 -2
  236. package/dist/esm/ez-multi-selection-list.entry.js +10 -6
  237. package/dist/esm/ez-number-input.entry.js +6 -2
  238. package/dist/esm/ez-pagination.entry.js +113 -0
  239. package/dist/esm/ez-popover-core.entry.js +1 -1
  240. package/dist/esm/ez-popover-plus_3.entry.js +1 -1
  241. package/dist/esm/ez-popover.entry.js +1 -1
  242. package/dist/esm/ez-popup.entry.js +90 -30
  243. package/dist/esm/ez-progress-bar.entry.js +1 -1
  244. package/dist/esm/ez-radio-button.entry.js +1 -1
  245. package/dist/esm/ez-rich-toolbar-item.entry.js +23 -0
  246. package/dist/esm/ez-scroller_2.entry.js +1 -1
  247. package/dist/esm/ez-search-plus.entry.js +10 -8
  248. package/dist/esm/ez-search-result-list.entry.js +6 -3
  249. package/dist/esm/ez-search.entry.js +9 -10
  250. package/dist/esm/ez-sidebar-navigator.entry.js +6 -8
  251. package/dist/esm/ez-skeleton.entry.js +6 -4
  252. package/dist/esm/ez-sortable-list.entry.js +13 -6
  253. package/dist/esm/ez-spinner.entry.js +30 -0
  254. package/dist/esm/ez-split-button.entry.js +250 -74
  255. package/dist/esm/ez-split-item.entry.js +7 -3
  256. package/dist/esm/ez-split-panel.entry.js +1 -1
  257. package/dist/esm/ez-tabselector.entry.js +2 -2
  258. package/dist/esm/ez-tag-input.entry.js +241 -0
  259. package/dist/esm/ez-tag.entry.js +1 -1
  260. package/dist/esm/ez-text-area.entry.js +35 -28
  261. package/dist/esm/ez-text-input.entry.js +2 -1
  262. package/dist/esm/ez-tile-medium.entry.js +1 -1
  263. package/dist/esm/ez-tile.entry.js +1 -1
  264. package/dist/esm/ez-time-input.entry.js +13 -11
  265. package/dist/esm/ez-toast.entry.js +1 -1
  266. package/dist/esm/{ez-filter-input_2.entry.js → ez-tooltip.entry.js} +3 -124
  267. package/dist/esm/ez-tree.entry.js +41 -2
  268. package/dist/esm/ez-underface.entry.js +1 -1
  269. package/dist/esm/ez-upload.entry.js +18 -12
  270. package/dist/esm/ez-view-stack.entry.js +1 -1
  271. package/dist/esm/ezui.js +7 -3
  272. package/dist/esm/filter-column.entry.js +9 -5
  273. package/dist/esm/index-41363fa6.js +3708 -0
  274. package/dist/esm/{index-baa5e267.js → index-5a720e56.js} +37 -7
  275. package/dist/esm/loader.js +7 -3
  276. package/dist/esm/purify-34e6ff6f.js +1357 -0
  277. package/dist/esm/{search-column-e609d513.js → search-column-56b69bf7.js} +11 -7
  278. package/dist/ezui/ezui.esm.js +1 -1
  279. package/dist/ezui/{p-e75c7a23.entry.js → p-000159dc.entry.js} +1 -1
  280. package/dist/ezui/{p-44caad9a.entry.js → p-0378416a.entry.js} +1 -1
  281. package/dist/ezui/{p-93e1c917.entry.js → p-05e68ab3.entry.js} +1 -1
  282. package/dist/ezui/{p-3bf7f94b.entry.js → p-06ed5e57.entry.js} +1 -1
  283. package/dist/ezui/{p-288631d1.entry.js → p-06f1b8e4.entry.js} +1 -1
  284. package/dist/ezui/p-09c2e631.entry.js +1 -0
  285. package/dist/ezui/p-0aed37a1.entry.js +1 -0
  286. package/dist/ezui/{p-6d596a5a.entry.js → p-0b531233.entry.js} +1 -1
  287. package/dist/ezui/p-112455b1.js +1 -0
  288. package/dist/ezui/p-14d6aeb8.entry.js +1 -0
  289. package/dist/ezui/p-1723f728.entry.js +1 -0
  290. package/dist/ezui/p-172abd0f.entry.js +7 -0
  291. package/dist/ezui/p-1857cfc0.entry.js +1 -0
  292. package/dist/ezui/p-1b233888.entry.js +1 -0
  293. package/dist/ezui/p-1c29ed5d.entry.js +1 -0
  294. package/dist/ezui/p-1fba0c74.entry.js +1 -0
  295. package/dist/ezui/p-2000464a.entry.js +1 -0
  296. package/dist/ezui/p-20cb76e7.js +1 -0
  297. package/dist/ezui/{p-603ef267.entry.js → p-3234f883.entry.js} +1 -1
  298. package/dist/ezui/p-3e767a74.js +1 -0
  299. package/dist/ezui/p-4177cec6.entry.js +1 -0
  300. package/dist/ezui/p-43e040a5.entry.js +309 -0
  301. package/dist/ezui/p-4463db7b.entry.js +1 -0
  302. package/dist/ezui/{p-fa6732f2.entry.js → p-44b39e81.entry.js} +1 -1
  303. package/dist/ezui/p-4837f475.entry.js +1 -0
  304. package/dist/ezui/{p-4d30b703.entry.js → p-4a876b8b.entry.js} +1 -1
  305. package/dist/ezui/p-4b444fe9.entry.js +1 -0
  306. package/dist/ezui/p-4ca4d920.entry.js +1 -0
  307. package/dist/ezui/p-4f72c118.entry.js +1 -0
  308. package/dist/ezui/p-51e34317.entry.js +1 -0
  309. package/dist/ezui/p-5554704c.js +1 -0
  310. package/dist/ezui/{p-48effc69.entry.js → p-570cf58a.entry.js} +1 -1
  311. package/dist/ezui/p-5f4a66ec.entry.js +1 -0
  312. package/dist/ezui/{p-1f50fa05.entry.js → p-6b51c9cc.entry.js} +1 -1
  313. package/dist/ezui/p-6b6efa30.entry.js +1 -0
  314. package/dist/ezui/p-6dbf8f75.entry.js +1 -0
  315. package/dist/ezui/p-6ec40dec.entry.js +1 -0
  316. package/dist/ezui/{p-5ed81457.entry.js → p-6fc26622.entry.js} +1 -1
  317. package/dist/ezui/p-71c55a72.entry.js +1 -0
  318. package/dist/ezui/{p-d6f50207.entry.js → p-770cf2b8.entry.js} +1 -1
  319. package/dist/ezui/p-7820c5c0.entry.js +1 -0
  320. package/dist/ezui/p-78e975b4.entry.js +1 -0
  321. package/dist/ezui/{p-1e7a8633.entry.js → p-81461d2f.entry.js} +1 -1
  322. package/dist/ezui/{p-8df1ca33.entry.js → p-82fa4b09.entry.js} +1 -1
  323. package/dist/ezui/p-8bc350de.entry.js +1 -0
  324. package/dist/ezui/p-8ca90a5e.entry.js +1 -0
  325. package/dist/ezui/p-8ea2a2f5.entry.js +1 -0
  326. package/dist/ezui/p-8f0ed69d.entry.js +1 -0
  327. package/dist/ezui/{p-a3075f52.entry.js → p-9bcfa689.entry.js} +1 -1
  328. package/dist/ezui/p-a5f5da25.entry.js +1 -0
  329. package/dist/ezui/p-a61fdd20.js +1 -0
  330. package/dist/ezui/p-a646b54e.entry.js +1 -0
  331. package/dist/ezui/p-a8eadb43.entry.js +1 -0
  332. package/dist/ezui/p-a9432878.entry.js +1 -0
  333. package/dist/ezui/p-ad7c01c1.entry.js +1 -0
  334. package/dist/ezui/p-b1e45320.js +1 -0
  335. package/dist/ezui/p-b2ce629f.entry.js +1 -0
  336. package/dist/ezui/p-b6a8112c.entry.js +1 -0
  337. package/dist/ezui/{p-7fe97ef5.entry.js → p-b7c6ce20.entry.js} +1 -1
  338. package/dist/ezui/p-baec56c9.js +1 -0
  339. package/dist/ezui/p-c291d6a0.entry.js +1 -0
  340. package/dist/ezui/{p-9f5fa3f9.entry.js → p-c2b20f78.entry.js} +1 -1
  341. package/dist/ezui/p-c3ff0370.entry.js +1 -0
  342. package/dist/ezui/{p-c0d9c4f8.entry.js → p-c754774e.entry.js} +1 -1
  343. package/dist/ezui/{p-d2645bdf.entry.js → p-c96e536d.entry.js} +1 -1
  344. package/dist/ezui/p-c9d70dab.entry.js +1 -0
  345. package/dist/ezui/p-cf33bc48.entry.js +1 -0
  346. package/dist/ezui/p-cf4e2a35.entry.js +1 -0
  347. package/dist/ezui/p-d1765c77.entry.js +1 -0
  348. package/dist/ezui/p-d2364956.js +3 -0
  349. package/dist/ezui/{p-9b2e6438.entry.js → p-d3779449.entry.js} +1 -1
  350. package/dist/ezui/p-dd46153f.entry.js +1 -0
  351. package/dist/ezui/p-df5b5c3d.entry.js +1 -0
  352. package/dist/ezui/{p-a80b1287.entry.js → p-dfca5946.entry.js} +1 -1
  353. package/dist/ezui/{p-b81881ac.entry.js → p-e195eaad.entry.js} +1 -1
  354. package/dist/ezui/{p-23a36bb6.js → p-e4c7eb39.js} +2 -2
  355. package/dist/ezui/p-e6eaa5ed.entry.js +1 -0
  356. package/dist/ezui/p-e9b409c1.entry.js +1 -0
  357. package/dist/ezui/p-ea053063.entry.js +1 -0
  358. package/dist/ezui/{p-a3ada561.entry.js → p-f26b97e9.entry.js} +1 -1
  359. package/dist/ezui/p-fcdc8089.entry.js +1 -0
  360. package/dist/ezui/p-feea8ad8.entry.js +1 -0
  361. package/dist/ezui/p-ffdf68cd.entry.js +1 -0
  362. package/dist/types/components/ez-alert-list/ez-alert-list.d.ts +2 -1
  363. package/dist/types/components/ez-avatar/ez-avatar.d.ts +5 -0
  364. package/dist/types/components/ez-button/ez-button.d.ts +48 -2
  365. package/dist/types/components/ez-calendar/ez-calendar.d.ts +2 -3
  366. package/dist/types/components/ez-chip/ez-chip.d.ts +43 -6
  367. package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +2 -0
  368. package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +2 -0
  369. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +6 -2
  370. package/dist/types/components/ez-date-input/ez-date-input.d.ts +2 -0
  371. package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +2 -0
  372. package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -2
  373. package/dist/types/components/ez-double-list/ez-double-list.d.ts +2 -0
  374. package/dist/types/components/ez-file-item/ez-file-item.d.ts +2 -0
  375. package/dist/types/components/ez-form/ez-form.d.ts +1 -0
  376. package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -0
  377. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -0
  378. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +2 -0
  379. package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +1 -0
  380. package/dist/types/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.d.ts +1 -1
  381. package/dist/types/components/ez-grid/controller/ag-grid/utils/buildLocaleText.d.ts +67 -0
  382. package/dist/types/components/ez-grid/ez-grid.d.ts +2 -2
  383. package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +2 -0
  384. package/dist/types/components/ez-grid/subcomponents/selection-counter.d.ts +2 -0
  385. package/dist/types/components/ez-grid/subcomponents/utils/selectionCounterUtils.d.ts +2 -2
  386. package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +2 -0
  387. package/dist/types/components/ez-list/ez-list.d.ts +2 -1
  388. package/dist/types/components/ez-list-item/ez-list-item.d.ts +9 -0
  389. package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
  390. package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
  391. package/dist/types/components/ez-multi-selection-list/ez-multi-selection-list.d.ts +2 -0
  392. package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
  393. package/dist/types/components/ez-pagination/ez-pagination.d.ts +47 -0
  394. package/dist/types/components/ez-popup/ez-popup.d.ts +16 -3
  395. package/dist/types/components/ez-popup/interfaces/EzButtonProps.d.ts +28 -0
  396. package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +19 -0
  397. package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +105 -0
  398. package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +31 -0
  399. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +5 -0
  400. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +5 -0
  401. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.d.ts +11 -0
  402. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +5 -0
  403. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +35 -0
  404. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +39 -0
  405. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.d.ts +1 -0
  406. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.d.ts +1 -0
  407. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.d.ts +1 -0
  408. package/dist/types/components/ez-search/ez-search.d.ts +2 -3
  409. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +2 -1
  410. package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +2 -1
  411. package/dist/types/components/ez-sidebar-navigator/ez-sidebar-navigator.d.ts +2 -0
  412. package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +0 -1
  413. package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +2 -1
  414. package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +2 -0
  415. package/dist/types/components/ez-spinner/ez-spinner.d.ts +10 -0
  416. package/dist/types/components/ez-split-button/ez-split-button.d.ts +95 -10
  417. package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +2 -0
  418. package/dist/types/components/ez-tag-input/ez-tag-input.d.ts +93 -0
  419. package/dist/types/components/ez-tag-input/interfaces/optionsSetFocus.d.ts +4 -0
  420. package/dist/types/components/ez-text-area/ez-text-area.d.ts +6 -3
  421. package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +2 -0
  422. package/dist/types/components/ez-time-input/ez-time-input.d.ts +2 -1
  423. package/dist/types/components/ez-tree/ez-tree.d.ts +10 -0
  424. package/dist/types/components/ez-tree/types/Tree.d.ts +3 -0
  425. package/dist/types/components/ez-upload/ez-upload.d.ts +3 -1
  426. package/dist/types/components.d.ts +883 -8
  427. package/dist/types/global/app-init.d.ts +1 -0
  428. package/dist/types/utils/ApplicationUtils.d.ts +3 -1
  429. package/dist/types/utils/constants.d.ts +0 -1
  430. package/dist/types/utils/i18n/elanguages.d.ts +5 -0
  431. package/dist/types/utils/i18n/index.d.ts +5 -0
  432. package/dist/types/utils/i18n/locales/en-us.d.ts +294 -0
  433. package/dist/types/utils/i18n/locales/es-es.d.ts +294 -0
  434. package/dist/types/utils/i18n/locales/pt-br.d.ts +294 -0
  435. package/dist/types/utils/i18n/translations.d.ts +882 -0
  436. package/dist/types/utils/index.d.ts +1 -1
  437. package/dist/types/utils/searchColumn/search-column.d.ts +0 -2
  438. package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -0
  439. package/package.json +11 -3
  440. package/react/components.d.ts +12 -0
  441. package/react/components.js +12 -0
  442. package/react/components.js.map +1 -1
  443. package/dist/cjs/ApplicationUtils-c9d1205c.js.gz +0 -0
  444. package/dist/cjs/CSSVarsUtils-f20973d1.js.gz +0 -0
  445. package/dist/cjs/CheckMode-ecb90b87.js.gz +0 -0
  446. package/dist/cjs/DialogType-2114c337.js.gz +0 -0
  447. package/dist/cjs/EzScrollDirection-b2c99895.js.gz +0 -0
  448. package/dist/cjs/FocusResolver-885f2173.js.gz +0 -0
  449. package/dist/cjs/FormLayout-18853e70.js.gz +0 -0
  450. package/dist/cjs/constants-569271bc.js.gz +0 -0
  451. package/dist/cjs/ez-actions-button.cjs.entry.js.gz +0 -0
  452. package/dist/cjs/ez-alert-list.cjs.entry.js.gz +0 -0
  453. package/dist/cjs/ez-alert.cjs.entry.js.gz +0 -0
  454. package/dist/cjs/ez-application.cjs.entry.js.gz +0 -0
  455. package/dist/cjs/ez-avatar.cjs.entry.js.gz +0 -0
  456. package/dist/cjs/ez-badge.cjs.entry.js.gz +0 -0
  457. package/dist/cjs/ez-breadcrumb.cjs.entry.js.gz +0 -0
  458. package/dist/cjs/ez-button.cjs.entry.js.gz +0 -0
  459. package/dist/cjs/ez-calendar.cjs.entry.js.gz +0 -0
  460. package/dist/cjs/ez-card-item.cjs.entry.js.gz +0 -0
  461. package/dist/cjs/ez-chart.cjs.entry.js.gz +0 -0
  462. package/dist/cjs/ez-check.cjs.entry.js.gz +0 -0
  463. package/dist/cjs/ez-chip.cjs.entry.js.gz +0 -0
  464. package/dist/cjs/ez-classic-combo-box.cjs.entry.js.gz +0 -0
  465. package/dist/cjs/ez-classic-input.cjs.entry.js.gz +0 -0
  466. package/dist/cjs/ez-classic-text-area.cjs.entry.js.gz +0 -0
  467. package/dist/cjs/ez-collapsible-box.cjs.entry.js.gz +0 -0
  468. package/dist/cjs/ez-combo-box-list_3.cjs.entry.js.gz +0 -0
  469. package/dist/cjs/ez-combo-box.cjs.entry.js.gz +0 -0
  470. package/dist/cjs/ez-date-input.cjs.entry.js.gz +0 -0
  471. package/dist/cjs/ez-date-time-input.cjs.entry.js.gz +0 -0
  472. package/dist/cjs/ez-dialog.cjs.entry.js.gz +0 -0
  473. package/dist/cjs/ez-double-list.cjs.entry.js.gz +0 -0
  474. package/dist/cjs/ez-dropdown.cjs.entry.js.gz +0 -0
  475. package/dist/cjs/ez-empty-card.cjs.entry.js.gz +0 -0
  476. package/dist/cjs/ez-file-item.cjs.entry.js.gz +0 -0
  477. package/dist/cjs/ez-filter-input_2.cjs.entry.js.gz +0 -0
  478. package/dist/cjs/ez-form-view.cjs.entry.js.gz +0 -0
  479. package/dist/cjs/ez-form.cjs.entry.js.gz +0 -0
  480. package/dist/cjs/ez-grid.cjs.entry.js.gz +0 -0
  481. package/dist/cjs/ez-guide-navigator.cjs.entry.js.gz +0 -0
  482. package/dist/cjs/ez-icon.cjs.entry.js.gz +0 -0
  483. package/dist/cjs/ez-list.cjs.entry.js.gz +0 -0
  484. package/dist/cjs/ez-loading-bar.cjs.entry.js.gz +0 -0
  485. package/dist/cjs/ez-modal-container.cjs.entry.js.gz +0 -0
  486. package/dist/cjs/ez-modal.cjs.entry.js.gz +0 -0
  487. package/dist/cjs/ez-multi-selection-list.cjs.entry.js.gz +0 -0
  488. package/dist/cjs/ez-number-input.cjs.entry.js.gz +0 -0
  489. package/dist/cjs/ez-popover-core.cjs.entry.js.gz +0 -0
  490. package/dist/cjs/ez-popover-plus_3.cjs.entry.js.gz +0 -0
  491. package/dist/cjs/ez-popover.cjs.entry.js.gz +0 -0
  492. package/dist/cjs/ez-popup.cjs.entry.js.gz +0 -0
  493. package/dist/cjs/ez-progress-bar.cjs.entry.js.gz +0 -0
  494. package/dist/cjs/ez-radio-button.cjs.entry.js.gz +0 -0
  495. package/dist/cjs/ez-scroller_2.cjs.entry.js.gz +0 -0
  496. package/dist/cjs/ez-search-plus.cjs.entry.js.gz +0 -0
  497. package/dist/cjs/ez-search-result-list.cjs.entry.js.gz +0 -0
  498. package/dist/cjs/ez-search.cjs.entry.js.gz +0 -0
  499. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js.gz +0 -0
  500. package/dist/cjs/ez-skeleton.cjs.entry.js.gz +0 -0
  501. package/dist/cjs/ez-sortable-list.cjs.entry.js.gz +0 -0
  502. package/dist/cjs/ez-split-button.cjs.entry.js.gz +0 -0
  503. package/dist/cjs/ez-split-item.cjs.entry.js.gz +0 -0
  504. package/dist/cjs/ez-split-panel.cjs.entry.js.gz +0 -0
  505. package/dist/cjs/ez-tabselector.cjs.entry.js.gz +0 -0
  506. package/dist/cjs/ez-tag.cjs.entry.js.gz +0 -0
  507. package/dist/cjs/ez-text-area.cjs.entry.js.gz +0 -0
  508. package/dist/cjs/ez-text-input.cjs.entry.js.gz +0 -0
  509. package/dist/cjs/ez-tile-medium.cjs.entry.js.gz +0 -0
  510. package/dist/cjs/ez-tile.cjs.entry.js.gz +0 -0
  511. package/dist/cjs/ez-time-input.cjs.entry.js.gz +0 -0
  512. package/dist/cjs/ez-toast.cjs.entry.js.gz +0 -0
  513. package/dist/cjs/ez-tree.cjs.entry.js.gz +0 -0
  514. package/dist/cjs/ez-underface.cjs.entry.js.gz +0 -0
  515. package/dist/cjs/ez-upload.cjs.entry.js.gz +0 -0
  516. package/dist/cjs/ez-view-stack.cjs.entry.js.gz +0 -0
  517. package/dist/cjs/ezListHelper-0d3970b4.js.gz +0 -0
  518. package/dist/cjs/ezui.cjs.js.gz +0 -0
  519. package/dist/cjs/filter-column.cjs.entry.js.gz +0 -0
  520. package/dist/cjs/floating-ui.dom.esm-017acce4.js.gz +0 -0
  521. package/dist/cjs/index-a7b0c73d.js.gz +0 -0
  522. package/dist/cjs/index.cjs.js.gz +0 -0
  523. package/dist/cjs/loader.cjs.js.gz +0 -0
  524. package/dist/cjs/search-column-27d1f72f.js.gz +0 -0
  525. package/dist/cjs/searchFormatters-b7e1ed1e.js.gz +0 -0
  526. package/dist/collection/components/ez-actions-button/ez-actions-button.css.gz +0 -0
  527. package/dist/collection/components/ez-actions-button/ez-actions-button.js.gz +0 -0
  528. package/dist/collection/components/ez-alert/ez-alert.css.gz +0 -0
  529. package/dist/collection/components/ez-alert/ez-alert.js.gz +0 -0
  530. package/dist/collection/components/ez-alert-list/ez-alert-list.css.gz +0 -0
  531. package/dist/collection/components/ez-alert-list/ez-alert-list.js.gz +0 -0
  532. package/dist/collection/components/ez-application/ez-application.css.gz +0 -0
  533. package/dist/collection/components/ez-application/ez-application.js.gz +0 -0
  534. package/dist/collection/components/ez-avatar/ez-avatar.css.gz +0 -0
  535. package/dist/collection/components/ez-avatar/ez-avatar.js.gz +0 -0
  536. package/dist/collection/components/ez-badge/enum/sizes.js.gz +0 -0
  537. package/dist/collection/components/ez-badge/ez-badge.css.gz +0 -0
  538. package/dist/collection/components/ez-badge/ez-badge.js.gz +0 -0
  539. package/dist/collection/components/ez-badge/interfaces/IPosition.js.gz +0 -0
  540. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.css.gz +0 -0
  541. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.js.gz +0 -0
  542. package/dist/collection/components/ez-breadcrumb/subcomponents/breadcrumb-item.js.gz +0 -0
  543. package/dist/collection/components/ez-button/ez-button.css.gz +0 -0
  544. package/dist/collection/components/ez-button/ez-button.js.gz +0 -0
  545. package/dist/collection/components/ez-calendar/ez-calendar.css.gz +0 -0
  546. package/dist/collection/components/ez-calendar/ez-calendar.js.gz +0 -0
  547. package/dist/collection/components/ez-card-item/ez-card-item.css.gz +0 -0
  548. package/dist/collection/components/ez-card-item/ez-card-item.js.gz +0 -0
  549. package/dist/collection/components/ez-chart/components/BarChart.js.gz +0 -0
  550. package/dist/collection/components/ez-chart/components/ColumnChart.js.gz +0 -0
  551. package/dist/collection/components/ez-chart/components/DonutChart.js.gz +0 -0
  552. package/dist/collection/components/ez-chart/components/LineChart.js.gz +0 -0
  553. package/dist/collection/components/ez-chart/components/PieChart.js.gz +0 -0
  554. package/dist/collection/components/ez-chart/components/index.js.gz +0 -0
  555. package/dist/collection/components/ez-chart/ez-chart.css.gz +0 -0
  556. package/dist/collection/components/ez-chart/ez-chart.js.gz +0 -0
  557. package/dist/collection/components/ez-chart/interfaces/ChartAxis.js.gz +0 -0
  558. package/dist/collection/components/ez-chart/interfaces/ChartContext.js.gz +0 -0
  559. package/dist/collection/components/ez-chart/interfaces/ChartOptions.js.gz +0 -0
  560. package/dist/collection/components/ez-chart/interfaces/ChartSerie.js.gz +0 -0
  561. package/dist/collection/components/ez-chart/interfaces/ChartStrategies.js.gz +0 -0
  562. package/dist/collection/components/ez-chart/interfaces/ChartType.js.gz +0 -0
  563. package/dist/collection/components/ez-chart/interfaces/ChartTypeValue.js.gz +0 -0
  564. package/dist/collection/components/ez-chart/interfaces/index.js.gz +0 -0
  565. package/dist/collection/components/ez-chart/test/mock-chart.js.gz +0 -0
  566. package/dist/collection/components/ez-chart/types/BaseHighChartsRender.js.gz +0 -0
  567. package/dist/collection/components/ez-check/CheckMode.js.gz +0 -0
  568. package/dist/collection/components/ez-check/ez-check.css.gz +0 -0
  569. package/dist/collection/components/ez-check/ez-check.js.gz +0 -0
  570. package/dist/collection/components/ez-chip/ez-chip.css.gz +0 -0
  571. package/dist/collection/components/ez-chip/ez-chip.js.gz +0 -0
  572. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.css.gz +0 -0
  573. package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js.gz +0 -0
  574. package/dist/collection/components/ez-classic-combo-box/interfaces/IOption.js.gz +0 -0
  575. package/dist/collection/components/ez-classic-input/ez-classic-input.css.gz +0 -0
  576. package/dist/collection/components/ez-classic-input/ez-classic-input.js.gz +0 -0
  577. package/dist/collection/components/ez-classic-input/interfaces/optionsSetFocus.js.gz +0 -0
  578. package/dist/collection/components/ez-classic-input/utils/maskFormatter.js.gz +0 -0
  579. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.css.gz +0 -0
  580. package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.js.gz +0 -0
  581. package/dist/collection/components/ez-classic-text-area/interfaces/optionsSetFocus.js.gz +0 -0
  582. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css.gz +0 -0
  583. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js.gz +0 -0
  584. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css.gz +0 -0
  585. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js.gz +0 -0
  586. package/dist/collection/components/ez-combo-box/ez-combo-box.css.gz +0 -0
  587. package/dist/collection/components/ez-combo-box/ez-combo-box.js.gz +0 -0
  588. package/dist/collection/components/ez-date-input/ez-date-input.css.gz +0 -0
  589. package/dist/collection/components/ez-date-input/ez-date-input.js.gz +0 -0
  590. package/dist/collection/components/ez-date-time-input/ez-date-time-input.css.gz +0 -0
  591. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js.gz +0 -0
  592. package/dist/collection/components/ez-dialog/DialogType.js.gz +0 -0
  593. package/dist/collection/components/ez-dialog/ez-dialog.css.gz +0 -0
  594. package/dist/collection/components/ez-dialog/ez-dialog.js.gz +0 -0
  595. package/dist/collection/components/ez-double-list/doubleListHelper.js.gz +0 -0
  596. package/dist/collection/components/ez-double-list/ez-double-list.css.gz +0 -0
  597. package/dist/collection/components/ez-double-list/ez-double-list.js.gz +0 -0
  598. package/dist/collection/components/ez-dropdown/ez-dropdown.css.gz +0 -0
  599. package/dist/collection/components/ez-dropdown/ez-dropdown.js.gz +0 -0
  600. package/dist/collection/components/ez-dropdown/structure/DropdownItem.js.gz +0 -0
  601. package/dist/collection/components/ez-dropdown/structure/SubmenuControl.js.gz +0 -0
  602. package/dist/collection/components/ez-empty-card/ez-empty-card.css.gz +0 -0
  603. package/dist/collection/components/ez-empty-card/ez-empty-card.js.gz +0 -0
  604. package/dist/collection/components/ez-file-item/ez-file-item.css.gz +0 -0
  605. package/dist/collection/components/ez-file-item/ez-file-item.js.gz +0 -0
  606. package/dist/collection/components/ez-filter-input/ez-filter-input.css.gz +0 -0
  607. package/dist/collection/components/ez-filter-input/ez-filter-input.js.gz +0 -0
  608. package/dist/collection/components/ez-form/ez-form.css.gz +0 -0
  609. package/dist/collection/components/ez-form/ez-form.js.gz +0 -0
  610. package/dist/collection/components/ez-form/store/form.slice.js.gz +0 -0
  611. package/dist/collection/components/ez-form-view/custom-input/ez-custom-form-input.js.gz +0 -0
  612. package/dist/collection/components/ez-form-view/ez-form-view.css.gz +0 -0
  613. package/dist/collection/components/ez-form-view/ez-form-view.js.gz +0 -0
  614. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js.gz +0 -0
  615. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js.gz +0 -0
  616. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js.gz +0 -0
  617. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js.gz +0 -0
  618. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js.gz +0 -0
  619. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js.gz +0 -0
  620. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js.gz +0 -0
  621. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js.gz +0 -0
  622. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js.gz +0 -0
  623. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js.gz +0 -0
  624. package/dist/collection/components/ez-form-view/interfaces/IFormViewField.js.gz +0 -0
  625. package/dist/collection/components/ez-form-view/interfaces/index.js.gz +0 -0
  626. package/dist/collection/components/ez-form-view/structure/index.js.gz +0 -0
  627. package/dist/collection/components/ez-grid/controller/EzGridController.js.gz +0 -0
  628. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js.gz +0 -0
  629. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js.gz +0 -0
  630. package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js.gz +0 -0
  631. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js.gz +0 -0
  632. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.js.gz +0 -0
  633. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellRender.js.gz +0 -0
  634. package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.js.gz +0 -0
  635. package/dist/collection/components/ez-grid/controller/ag-grid/components/cellRendererStatus.js.gz +0 -0
  636. package/dist/collection/components/ez-grid/controller/ag-grid/components/selectionHeader.js.gz +0 -0
  637. package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellEditorConstants.js.gz +0 -0
  638. package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellRenderConstants.js.gz +0 -0
  639. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js.gz +0 -0
  640. package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellRender.js.gz +0 -0
  641. package/dist/collection/components/ez-grid/controller/ag-grid/editor/GridEditorUtils.js.gz +0 -0
  642. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IEditorMetadata.js.gz +0 -0
  643. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellEditor.js.gz +0 -0
  644. package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellRender.js.gz +0 -0
  645. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/ComboBox.tpl.js.gz +0 -0
  646. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/DateInput.tpl.js.gz +0 -0
  647. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/NumberInput.tpl.js.gz +0 -0
  648. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/Search.tpl.js.gz +0 -0
  649. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.js.gz +0 -0
  650. package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/TextInput.tpl.js.gz +0 -0
  651. package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js +0 -75
  652. package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js.gz +0 -0
  653. package/dist/collection/components/ez-grid/controller/ag-grid/mock/Server.js.gz +0 -0
  654. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js.gz +0 -0
  655. package/dist/collection/components/ez-grid/ez-grid.css.gz +0 -0
  656. package/dist/collection/components/ez-grid/ez-grid.js.gz +0 -0
  657. package/dist/collection/components/ez-grid/interfaces/IColumnFilter.js.gz +0 -0
  658. package/dist/collection/components/ez-grid/interfaces/ICustomFormatter.js.gz +0 -0
  659. package/dist/collection/components/ez-grid/interfaces/IGridMode.js.gz +0 -0
  660. package/dist/collection/components/ez-grid/interfaces/ISelection.js.gz +0 -0
  661. package/dist/collection/components/ez-grid/interfaces/ISelectionToastConfig.js.gz +0 -0
  662. package/dist/collection/components/ez-grid/interfaces/index.js.gz +0 -0
  663. package/dist/collection/components/ez-grid/subcomponents/filter-column.css.gz +0 -0
  664. package/dist/collection/components/ez-grid/subcomponents/filter-column.js.gz +0 -0
  665. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js.gz +0 -0
  666. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js.gz +0 -0
  667. package/dist/collection/components/ez-grid/test/resources/gridDataUnit.js.gz +0 -0
  668. package/dist/collection/components/ez-grid/utils/ColumnFilterManager.js.gz +0 -0
  669. package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js.gz +0 -0
  670. package/dist/collection/components/ez-grid/utils/index.js.gz +0 -0
  671. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.css.gz +0 -0
  672. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js.gz +0 -0
  673. package/dist/collection/components/ez-guide-navigator/interfaces/IGuideItem.js.gz +0 -0
  674. package/dist/collection/components/ez-guide-navigator/interfaces/index.js.gz +0 -0
  675. package/dist/collection/components/ez-icon/ez-icon.css.gz +0 -0
  676. package/dist/collection/components/ez-icon/ez-icon.js.gz +0 -0
  677. package/dist/collection/components/ez-list/ez-list.css.gz +0 -0
  678. package/dist/collection/components/ez-list/ez-list.js.gz +0 -0
  679. package/dist/collection/components/ez-list/ezListHelper.js.gz +0 -0
  680. package/dist/collection/components/ez-loading-bar/ez-loading-bar.css.gz +0 -0
  681. package/dist/collection/components/ez-loading-bar/ez-loading-bar.js.gz +0 -0
  682. package/dist/collection/components/ez-modal/ez-modal.css.gz +0 -0
  683. package/dist/collection/components/ez-modal/ez-modal.js.gz +0 -0
  684. package/dist/collection/components/ez-modal-container/ez-modal-container.css.gz +0 -0
  685. package/dist/collection/components/ez-modal-container/ez-modal-container.js.gz +0 -0
  686. package/dist/collection/components/ez-modal-container/index.js.gz +0 -0
  687. package/dist/collection/components/ez-modal-container/modal-action.js.gz +0 -0
  688. package/dist/collection/components/ez-modal-container/modal-button-status.js.gz +0 -0
  689. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.css.gz +0 -0
  690. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js.gz +0 -0
  691. package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.js.gz +0 -0
  692. package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionOption.js.gz +0 -0
  693. package/dist/collection/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.js.gz +0 -0
  694. package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.css.gz +0 -0
  695. package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.js.gz +0 -0
  696. package/dist/collection/components/ez-number-input/ez-number-input.css.gz +0 -0
  697. package/dist/collection/components/ez-number-input/ez-number-input.js.gz +0 -0
  698. package/dist/collection/components/ez-popover/ez-popover.css.gz +0 -0
  699. package/dist/collection/components/ez-popover/ez-popover.js.gz +0 -0
  700. package/dist/collection/components/ez-popover-plus/ez-popover-plus.css.gz +0 -0
  701. package/dist/collection/components/ez-popover-plus/ez-popover-plus.js.gz +0 -0
  702. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css.gz +0 -0
  703. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js.gz +0 -0
  704. package/dist/collection/components/ez-popup/ez-popup.css.gz +0 -0
  705. package/dist/collection/components/ez-popup/ez-popup.js.gz +0 -0
  706. package/dist/collection/components/ez-progress-bar/ez-progress-bar.css.gz +0 -0
  707. package/dist/collection/components/ez-progress-bar/ez-progress-bar.js.gz +0 -0
  708. package/dist/collection/components/ez-radio-button/ez-radio-button.css.gz +0 -0
  709. package/dist/collection/components/ez-radio-button/ez-radio-button.js.gz +0 -0
  710. package/dist/collection/components/ez-scroller/EzScrollDirection.js.gz +0 -0
  711. package/dist/collection/components/ez-scroller/ez-scroller.css.gz +0 -0
  712. package/dist/collection/components/ez-scroller/ez-scroller.js.gz +0 -0
  713. package/dist/collection/components/ez-search/ez-search.css.gz +0 -0
  714. package/dist/collection/components/ez-search/ez-search.js.gz +0 -0
  715. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.css.gz +0 -0
  716. package/dist/collection/components/ez-search/subcomponent/search-list/search-list.js.gz +0 -0
  717. package/dist/collection/components/ez-search/utils/searchFormatters.js.gz +0 -0
  718. package/dist/collection/components/ez-search-plus/ez-search-plus.css.gz +0 -0
  719. package/dist/collection/components/ez-search-plus/ez-search-plus.js.gz +0 -0
  720. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.css.gz +0 -0
  721. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js.gz +0 -0
  722. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css.gz +0 -0
  723. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js.gz +0 -0
  724. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.css.gz +0 -0
  725. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js.gz +0 -0
  726. package/dist/collection/components/ez-sidebar-navigator/interfaces/ModeMenuEnum.js.gz +0 -0
  727. package/dist/collection/components/ez-sidebar-navigator/interfaces/SizeMenuEnum.js.gz +0 -0
  728. package/dist/collection/components/ez-sidebar-navigator/interfaces/TypeMenuEnum.js.gz +0 -0
  729. package/dist/collection/components/ez-sidebar-navigator/interfaces/index.js.gz +0 -0
  730. package/dist/collection/components/ez-sidebar-navigator/messages/constants.js +0 -5
  731. package/dist/collection/components/ez-sidebar-navigator/messages/constants.js.gz +0 -0
  732. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js.gz +0 -0
  733. package/dist/collection/components/ez-skeleton/ez-skeleton.css.gz +0 -0
  734. package/dist/collection/components/ez-skeleton/ez-skeleton.js.gz +0 -0
  735. package/dist/collection/components/ez-sortable-list/ez-sortable-list.css.gz +0 -0
  736. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js.gz +0 -0
  737. package/dist/collection/components/ez-split-button/ez-split-button.css.gz +0 -0
  738. package/dist/collection/components/ez-split-button/ez-split-button.js.gz +0 -0
  739. package/dist/collection/components/ez-split-button/test/dropdownItems.js.gz +0 -0
  740. package/dist/collection/components/ez-split-panel/ez-split-panel.css.gz +0 -0
  741. package/dist/collection/components/ez-split-panel/ez-split-panel.js.gz +0 -0
  742. package/dist/collection/components/ez-split-panel/interfaces/IPanelSizeInfo.js.gz +0 -0
  743. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css.gz +0 -0
  744. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js.gz +0 -0
  745. package/dist/collection/components/ez-tabselector/ez-tabselector.css.gz +0 -0
  746. package/dist/collection/components/ez-tabselector/ez-tabselector.js.gz +0 -0
  747. package/dist/collection/components/ez-tag/ez-tag.css.gz +0 -0
  748. package/dist/collection/components/ez-tag/ez-tag.js.gz +0 -0
  749. package/dist/collection/components/ez-text-area/ez-text-area.css.gz +0 -0
  750. package/dist/collection/components/ez-text-area/ez-text-area.js.gz +0 -0
  751. package/dist/collection/components/ez-text-edit/ez-text-edit.css.gz +0 -0
  752. package/dist/collection/components/ez-text-edit/ez-text-edit.js.gz +0 -0
  753. package/dist/collection/components/ez-text-input/ez-text-input.css.gz +0 -0
  754. package/dist/collection/components/ez-text-input/ez-text-input.js.gz +0 -0
  755. package/dist/collection/components/ez-tile/ez-tile.css.gz +0 -0
  756. package/dist/collection/components/ez-tile/ez-tile.js.gz +0 -0
  757. package/dist/collection/components/ez-tile-medium/ez-tile-medium.css.gz +0 -0
  758. package/dist/collection/components/ez-tile-medium/ez-tile-medium.js.gz +0 -0
  759. package/dist/collection/components/ez-time-input/ez-time-input.css.gz +0 -0
  760. package/dist/collection/components/ez-time-input/ez-time-input.js.gz +0 -0
  761. package/dist/collection/components/ez-toast/ez-toast.css.gz +0 -0
  762. package/dist/collection/components/ez-toast/ez-toast.js.gz +0 -0
  763. package/dist/collection/components/ez-tooltip/ez-tooltip.css.gz +0 -0
  764. package/dist/collection/components/ez-tooltip/ez-tooltip.js.gz +0 -0
  765. package/dist/collection/components/ez-tree/ez-tree.css.gz +0 -0
  766. package/dist/collection/components/ez-tree/ez-tree.js.gz +0 -0
  767. package/dist/collection/components/ez-tree/interfaces/ITree.js.gz +0 -0
  768. package/dist/collection/components/ez-tree/interfaces/ITreeItem.js.gz +0 -0
  769. package/dist/collection/components/ez-tree/interfaces/ITreeItemBadge.js.gz +0 -0
  770. package/dist/collection/components/ez-tree/subcomponents/DefaultIconResolver.js.gz +0 -0
  771. package/dist/collection/components/ez-tree/subcomponents/DefaultTooltipResolver.js.gz +0 -0
  772. package/dist/collection/components/ez-tree/subcomponents/TreeItem.js.gz +0 -0
  773. package/dist/collection/components/ez-tree/subcomponents/index.js.gz +0 -0
  774. package/dist/collection/components/ez-tree/types/Node.js.gz +0 -0
  775. package/dist/collection/components/ez-tree/types/Tree.js.gz +0 -0
  776. package/dist/collection/components/ez-underface/ez-underface.css.gz +0 -0
  777. package/dist/collection/components/ez-underface/ez-underface.js.gz +0 -0
  778. package/dist/collection/components/ez-upload/RemoteFile.js.gz +0 -0
  779. package/dist/collection/components/ez-upload/ez-upload.css.gz +0 -0
  780. package/dist/collection/components/ez-upload/ez-upload.js.gz +0 -0
  781. package/dist/collection/components/ez-view-stack/ez-view-stack.css.gz +0 -0
  782. package/dist/collection/components/ez-view-stack/ez-view-stack.js.gz +0 -0
  783. package/dist/collection/index.js.gz +0 -0
  784. package/dist/collection/servidor.js.gz +0 -0
  785. package/dist/collection/setupTests.js.gz +0 -0
  786. package/dist/collection/sw.js.gz +0 -0
  787. package/dist/collection/utils/ApplicationUtils.js.gz +0 -0
  788. package/dist/collection/utils/AssetsUtils.js.gz +0 -0
  789. package/dist/collection/utils/CSSVarsUtils.js.gz +0 -0
  790. package/dist/collection/utils/FocusResolver.js.gz +0 -0
  791. package/dist/collection/utils/ag-grid-license.js.gz +0 -0
  792. package/dist/collection/utils/constants.js.gz +0 -0
  793. package/dist/collection/utils/customEditor/interfaces/ICustomEditor.js.gz +0 -0
  794. package/dist/collection/utils/customEditor/interfaces/ICustomEditorInfo.js.gz +0 -0
  795. package/dist/collection/utils/customRender/interfaces/ICustomRender.js.gz +0 -0
  796. package/dist/collection/utils/customRender/interfaces/ICustomRenderInfo.js.gz +0 -0
  797. package/dist/collection/utils/form/DataBinder.js.gz +0 -0
  798. package/dist/collection/utils/form/FormMetadata.js.gz +0 -0
  799. package/dist/collection/utils/form/index.js.gz +0 -0
  800. package/dist/collection/utils/form/interfaces/FormLayout.js.gz +0 -0
  801. package/dist/collection/utils/form/interfaces/IDefaultConfig.js.gz +0 -0
  802. package/dist/collection/utils/form/interfaces/IFormCardConfig.js.gz +0 -0
  803. package/dist/collection/utils/form/interfaces/IFormConfig.js.gz +0 -0
  804. package/dist/collection/utils/form/interfaces/IFormSheetMetadata.js.gz +0 -0
  805. package/dist/collection/utils/form/interfaces/ISummaryField.js.gz +0 -0
  806. package/dist/collection/utils/form/interfaces/ITabConfig.js.gz +0 -0
  807. package/dist/collection/utils/form/interfaces/index.js.gz +0 -0
  808. package/dist/collection/utils/form/test/DataBinder.test.js.gz +0 -0
  809. package/dist/collection/utils/form/test/resources/metadataTest.js.gz +0 -0
  810. package/dist/collection/utils/index.js.gz +0 -0
  811. package/dist/collection/utils/interfaces/AbstractFieldMetadata.js.gz +0 -0
  812. package/dist/collection/utils/interfaces/IAction.js.gz +0 -0
  813. package/dist/collection/utils/interfaces/IFieldConfig.js.gz +0 -0
  814. package/dist/collection/utils/mock/ez-upload-mock.js.gz +0 -0
  815. package/dist/collection/utils/search/types.js.gz +0 -0
  816. package/dist/collection/utils/searchColumn/search-column.js.gz +0 -0
  817. package/dist/collection/utils/utils.js.gz +0 -0
  818. package/dist/collection/utils/validators/recordvalidator/IInvalidCells.js.gz +0 -0
  819. package/dist/collection/utils/validators/recordvalidator/IInvalidField.js.gz +0 -0
  820. package/dist/collection/utils/validators/recordvalidator/IRecordValidator.js.gz +0 -0
  821. package/dist/collection/utils/validators/recordvalidator/IValidationResult.js.gz +0 -0
  822. package/dist/collection/utils/validators/recordvalidator/IValidationSource.js.gz +0 -0
  823. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js.gz +0 -0
  824. package/dist/custom-elements/index.js.gz +0 -0
  825. package/dist/esm/ApplicationUtils-eaf91331.js.gz +0 -0
  826. package/dist/esm/CSSVarsUtils-acba92d7.js.gz +0 -0
  827. package/dist/esm/CheckMode-bdb2ec19.js.gz +0 -0
  828. package/dist/esm/DialogType-54a62731.js.gz +0 -0
  829. package/dist/esm/EzScrollDirection-2df26c93.js.gz +0 -0
  830. package/dist/esm/FocusResolver-1ccbf850.js.gz +0 -0
  831. package/dist/esm/FormLayout-071d324c.js.gz +0 -0
  832. package/dist/esm/constants-b036528f.js.gz +0 -0
  833. package/dist/esm/ez-actions-button.entry.js.gz +0 -0
  834. package/dist/esm/ez-alert-list.entry.js.gz +0 -0
  835. package/dist/esm/ez-alert.entry.js.gz +0 -0
  836. package/dist/esm/ez-application.entry.js.gz +0 -0
  837. package/dist/esm/ez-avatar.entry.js.gz +0 -0
  838. package/dist/esm/ez-badge.entry.js.gz +0 -0
  839. package/dist/esm/ez-breadcrumb.entry.js.gz +0 -0
  840. package/dist/esm/ez-button.entry.js.gz +0 -0
  841. package/dist/esm/ez-calendar.entry.js.gz +0 -0
  842. package/dist/esm/ez-card-item.entry.js.gz +0 -0
  843. package/dist/esm/ez-chart.entry.js.gz +0 -0
  844. package/dist/esm/ez-check.entry.js.gz +0 -0
  845. package/dist/esm/ez-chip.entry.js.gz +0 -0
  846. package/dist/esm/ez-classic-combo-box.entry.js.gz +0 -0
  847. package/dist/esm/ez-classic-input.entry.js.gz +0 -0
  848. package/dist/esm/ez-classic-text-area.entry.js.gz +0 -0
  849. package/dist/esm/ez-collapsible-box.entry.js.gz +0 -0
  850. package/dist/esm/ez-combo-box-list_3.entry.js.gz +0 -0
  851. package/dist/esm/ez-combo-box.entry.js.gz +0 -0
  852. package/dist/esm/ez-date-input.entry.js.gz +0 -0
  853. package/dist/esm/ez-date-time-input.entry.js.gz +0 -0
  854. package/dist/esm/ez-dialog.entry.js.gz +0 -0
  855. package/dist/esm/ez-double-list.entry.js.gz +0 -0
  856. package/dist/esm/ez-dropdown.entry.js.gz +0 -0
  857. package/dist/esm/ez-empty-card.entry.js.gz +0 -0
  858. package/dist/esm/ez-file-item.entry.js.gz +0 -0
  859. package/dist/esm/ez-filter-input_2.entry.js.gz +0 -0
  860. package/dist/esm/ez-form-view.entry.js.gz +0 -0
  861. package/dist/esm/ez-form.entry.js.gz +0 -0
  862. package/dist/esm/ez-grid.entry.js.gz +0 -0
  863. package/dist/esm/ez-guide-navigator.entry.js.gz +0 -0
  864. package/dist/esm/ez-icon.entry.js.gz +0 -0
  865. package/dist/esm/ez-list.entry.js.gz +0 -0
  866. package/dist/esm/ez-loading-bar.entry.js.gz +0 -0
  867. package/dist/esm/ez-modal-container.entry.js.gz +0 -0
  868. package/dist/esm/ez-modal.entry.js.gz +0 -0
  869. package/dist/esm/ez-multi-selection-list.entry.js.gz +0 -0
  870. package/dist/esm/ez-number-input.entry.js.gz +0 -0
  871. package/dist/esm/ez-popover-core.entry.js.gz +0 -0
  872. package/dist/esm/ez-popover-plus_3.entry.js.gz +0 -0
  873. package/dist/esm/ez-popover.entry.js.gz +0 -0
  874. package/dist/esm/ez-popup.entry.js.gz +0 -0
  875. package/dist/esm/ez-progress-bar.entry.js.gz +0 -0
  876. package/dist/esm/ez-radio-button.entry.js.gz +0 -0
  877. package/dist/esm/ez-scroller_2.entry.js.gz +0 -0
  878. package/dist/esm/ez-search-plus.entry.js.gz +0 -0
  879. package/dist/esm/ez-search-result-list.entry.js.gz +0 -0
  880. package/dist/esm/ez-search.entry.js.gz +0 -0
  881. package/dist/esm/ez-sidebar-navigator.entry.js.gz +0 -0
  882. package/dist/esm/ez-skeleton.entry.js.gz +0 -0
  883. package/dist/esm/ez-sortable-list.entry.js.gz +0 -0
  884. package/dist/esm/ez-split-button.entry.js.gz +0 -0
  885. package/dist/esm/ez-split-item.entry.js.gz +0 -0
  886. package/dist/esm/ez-split-panel.entry.js.gz +0 -0
  887. package/dist/esm/ez-tabselector.entry.js.gz +0 -0
  888. package/dist/esm/ez-tag.entry.js.gz +0 -0
  889. package/dist/esm/ez-text-area.entry.js.gz +0 -0
  890. package/dist/esm/ez-text-input.entry.js.gz +0 -0
  891. package/dist/esm/ez-tile-medium.entry.js.gz +0 -0
  892. package/dist/esm/ez-tile.entry.js.gz +0 -0
  893. package/dist/esm/ez-time-input.entry.js.gz +0 -0
  894. package/dist/esm/ez-toast.entry.js.gz +0 -0
  895. package/dist/esm/ez-tree.entry.js.gz +0 -0
  896. package/dist/esm/ez-underface.entry.js.gz +0 -0
  897. package/dist/esm/ez-upload.entry.js.gz +0 -0
  898. package/dist/esm/ez-view-stack.entry.js.gz +0 -0
  899. package/dist/esm/ezListHelper-00fb9b8d.js.gz +0 -0
  900. package/dist/esm/ezui.js.gz +0 -0
  901. package/dist/esm/filter-column.entry.js.gz +0 -0
  902. package/dist/esm/floating-ui.dom.esm-5d3da819.js.gz +0 -0
  903. package/dist/esm/index-baa5e267.js.gz +0 -0
  904. package/dist/esm/index.js.gz +0 -0
  905. package/dist/esm/loader.js.gz +0 -0
  906. package/dist/esm/polyfills/core-js.js.gz +0 -0
  907. package/dist/esm/polyfills/css-shim.js.gz +0 -0
  908. package/dist/esm/polyfills/dom.js.gz +0 -0
  909. package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
  910. package/dist/esm/polyfills/index.js.gz +0 -0
  911. package/dist/esm/polyfills/system.js.gz +0 -0
  912. package/dist/esm/search-column-e609d513.js.gz +0 -0
  913. package/dist/esm/searchFormatters-8229207e.js.gz +0 -0
  914. package/dist/ezui/ezui.esm.js.gz +0 -0
  915. package/dist/ezui/index.esm.js.gz +0 -0
  916. package/dist/ezui/p-0306dff7.entry.js +0 -1
  917. package/dist/ezui/p-0306dff7.entry.js.gz +0 -0
  918. package/dist/ezui/p-04c17dca.entry.js +0 -1
  919. package/dist/ezui/p-04c17dca.entry.js.gz +0 -0
  920. package/dist/ezui/p-07894c4a.entry.js +0 -1
  921. package/dist/ezui/p-07894c4a.entry.js.gz +0 -0
  922. package/dist/ezui/p-09de35a2.entry.js +0 -1
  923. package/dist/ezui/p-09de35a2.entry.js.gz +0 -0
  924. package/dist/ezui/p-1bcfd88c.entry.js +0 -1
  925. package/dist/ezui/p-1bcfd88c.entry.js.gz +0 -0
  926. package/dist/ezui/p-1e7a8633.entry.js.gz +0 -0
  927. package/dist/ezui/p-1eb34cad.entry.js +0 -1
  928. package/dist/ezui/p-1eb34cad.entry.js.gz +0 -0
  929. package/dist/ezui/p-1f50fa05.entry.js.gz +0 -0
  930. package/dist/ezui/p-2187f86c.js +0 -1
  931. package/dist/ezui/p-2187f86c.js.gz +0 -0
  932. package/dist/ezui/p-2279190f.entry.js +0 -1
  933. package/dist/ezui/p-2279190f.entry.js.gz +0 -0
  934. package/dist/ezui/p-23a36bb6.js.gz +0 -0
  935. package/dist/ezui/p-26685c50.entry.js +0 -1
  936. package/dist/ezui/p-26685c50.entry.js.gz +0 -0
  937. package/dist/ezui/p-288631d1.entry.js.gz +0 -0
  938. package/dist/ezui/p-30ffb9ed.js.gz +0 -0
  939. package/dist/ezui/p-33326ac5.entry.js +0 -1
  940. package/dist/ezui/p-33326ac5.entry.js.gz +0 -0
  941. package/dist/ezui/p-3ba9565c.entry.js +0 -1
  942. package/dist/ezui/p-3ba9565c.entry.js.gz +0 -0
  943. package/dist/ezui/p-3bf7f94b.entry.js.gz +0 -0
  944. package/dist/ezui/p-40a60148.js.gz +0 -0
  945. package/dist/ezui/p-43dbd0f9.entry.js +0 -1
  946. package/dist/ezui/p-43dbd0f9.entry.js.gz +0 -0
  947. package/dist/ezui/p-44caad9a.entry.js.gz +0 -0
  948. package/dist/ezui/p-48effc69.entry.js.gz +0 -0
  949. package/dist/ezui/p-4bd6dd6a.entry.js +0 -1
  950. package/dist/ezui/p-4bd6dd6a.entry.js.gz +0 -0
  951. package/dist/ezui/p-4d30b703.entry.js.gz +0 -0
  952. package/dist/ezui/p-555c9018.entry.js +0 -1
  953. package/dist/ezui/p-555c9018.entry.js.gz +0 -0
  954. package/dist/ezui/p-57363cfd.entry.js +0 -1
  955. package/dist/ezui/p-57363cfd.entry.js.gz +0 -0
  956. package/dist/ezui/p-58f69d24.entry.js +0 -1
  957. package/dist/ezui/p-58f69d24.entry.js.gz +0 -0
  958. package/dist/ezui/p-59561756.entry.js +0 -7
  959. package/dist/ezui/p-59561756.entry.js.gz +0 -0
  960. package/dist/ezui/p-5dde9df3.entry.js +0 -1
  961. package/dist/ezui/p-5dde9df3.entry.js.gz +0 -0
  962. package/dist/ezui/p-5ed81457.entry.js.gz +0 -0
  963. package/dist/ezui/p-5eea9886.js +0 -1
  964. package/dist/ezui/p-5eea9886.js.gz +0 -0
  965. package/dist/ezui/p-603ef267.entry.js.gz +0 -0
  966. package/dist/ezui/p-63cb493e.entry.js +0 -1
  967. package/dist/ezui/p-63cb493e.entry.js.gz +0 -0
  968. package/dist/ezui/p-6b3e4940.entry.js +0 -1
  969. package/dist/ezui/p-6b3e4940.entry.js.gz +0 -0
  970. package/dist/ezui/p-6bcf4ba2.entry.js +0 -1
  971. package/dist/ezui/p-6bcf4ba2.entry.js.gz +0 -0
  972. package/dist/ezui/p-6d596a5a.entry.js.gz +0 -0
  973. package/dist/ezui/p-6e429cff.entry.js +0 -1
  974. package/dist/ezui/p-6e429cff.entry.js.gz +0 -0
  975. package/dist/ezui/p-77a4bd35.entry.js +0 -1
  976. package/dist/ezui/p-77a4bd35.entry.js.gz +0 -0
  977. package/dist/ezui/p-7828dab5.entry.js +0 -1
  978. package/dist/ezui/p-7828dab5.entry.js.gz +0 -0
  979. package/dist/ezui/p-7ab19270.entry.js +0 -1
  980. package/dist/ezui/p-7ab19270.entry.js.gz +0 -0
  981. package/dist/ezui/p-7eae6986.entry.js +0 -1
  982. package/dist/ezui/p-7eae6986.entry.js.gz +0 -0
  983. package/dist/ezui/p-7fe97ef5.entry.js.gz +0 -0
  984. package/dist/ezui/p-80dfc50b.js.gz +0 -0
  985. package/dist/ezui/p-87831cd0.entry.js +0 -1
  986. package/dist/ezui/p-87831cd0.entry.js.gz +0 -0
  987. package/dist/ezui/p-8df1ca33.entry.js.gz +0 -0
  988. package/dist/ezui/p-93e1c917.entry.js.gz +0 -0
  989. package/dist/ezui/p-9478b13b.entry.js +0 -1
  990. package/dist/ezui/p-9478b13b.entry.js.gz +0 -0
  991. package/dist/ezui/p-98bb8b16.js.gz +0 -0
  992. package/dist/ezui/p-9b2e6438.entry.js.gz +0 -0
  993. package/dist/ezui/p-9c5cd3b2.entry.js +0 -1
  994. package/dist/ezui/p-9c5cd3b2.entry.js.gz +0 -0
  995. package/dist/ezui/p-9f5fa3f9.entry.js.gz +0 -0
  996. package/dist/ezui/p-a29f5a37.entry.js +0 -309
  997. package/dist/ezui/p-a29f5a37.entry.js.gz +0 -0
  998. package/dist/ezui/p-a3075f52.entry.js.gz +0 -0
  999. package/dist/ezui/p-a3ada561.entry.js.gz +0 -0
  1000. package/dist/ezui/p-a80b1287.entry.js.gz +0 -0
  1001. package/dist/ezui/p-ab574d59.js.gz +0 -0
  1002. package/dist/ezui/p-ad79f9d1.entry.js +0 -1
  1003. package/dist/ezui/p-ad79f9d1.entry.js.gz +0 -0
  1004. package/dist/ezui/p-adfeb253.entry.js +0 -1
  1005. package/dist/ezui/p-adfeb253.entry.js.gz +0 -0
  1006. package/dist/ezui/p-b796e213.entry.js +0 -1
  1007. package/dist/ezui/p-b796e213.entry.js.gz +0 -0
  1008. package/dist/ezui/p-b81881ac.entry.js.gz +0 -0
  1009. package/dist/ezui/p-b853763b.js.gz +0 -0
  1010. package/dist/ezui/p-bac0f920.entry.js +0 -1
  1011. package/dist/ezui/p-bac0f920.entry.js.gz +0 -0
  1012. package/dist/ezui/p-bc2f844e.entry.js +0 -1
  1013. package/dist/ezui/p-bc2f844e.entry.js.gz +0 -0
  1014. package/dist/ezui/p-beb42de1.entry.js +0 -1
  1015. package/dist/ezui/p-beb42de1.entry.js.gz +0 -0
  1016. package/dist/ezui/p-bff24a7b.js +0 -1
  1017. package/dist/ezui/p-bff24a7b.js.gz +0 -0
  1018. package/dist/ezui/p-c0d9c4f8.entry.js.gz +0 -0
  1019. package/dist/ezui/p-cb75eb46.entry.js +0 -1
  1020. package/dist/ezui/p-cb75eb46.entry.js.gz +0 -0
  1021. package/dist/ezui/p-d2645bdf.entry.js.gz +0 -0
  1022. package/dist/ezui/p-d6f50207.entry.js.gz +0 -0
  1023. package/dist/ezui/p-d8cc640d.entry.js +0 -1
  1024. package/dist/ezui/p-d8cc640d.entry.js.gz +0 -0
  1025. package/dist/ezui/p-dac5d4cd.entry.js +0 -1
  1026. package/dist/ezui/p-dac5d4cd.entry.js.gz +0 -0
  1027. package/dist/ezui/p-dc628ed3.js.gz +0 -0
  1028. package/dist/ezui/p-de773060.entry.js +0 -1
  1029. package/dist/ezui/p-de773060.entry.js.gz +0 -0
  1030. package/dist/ezui/p-e07e4671.js.gz +0 -0
  1031. package/dist/ezui/p-e4528470.entry.js +0 -1
  1032. package/dist/ezui/p-e4528470.entry.js.gz +0 -0
  1033. package/dist/ezui/p-e6a9041d.entry.js +0 -1
  1034. package/dist/ezui/p-e6a9041d.entry.js.gz +0 -0
  1035. package/dist/ezui/p-e75c7a23.entry.js.gz +0 -0
  1036. package/dist/ezui/p-ec7db713.js.gz +0 -0
  1037. package/dist/ezui/p-ecdb200a.entry.js +0 -1
  1038. package/dist/ezui/p-ecdb200a.entry.js.gz +0 -0
  1039. package/dist/ezui/p-f007eb33.entry.js +0 -1
  1040. package/dist/ezui/p-f007eb33.entry.js.gz +0 -0
  1041. package/dist/ezui/p-fa6732f2.entry.js.gz +0 -0
  1042. package/dist/index.cjs.js.gz +0 -0
  1043. package/dist/index.js.gz +0 -0
  1044. package/dist/types/components/ez-grid/controller/ag-grid/i18n/pt-BR.d.ts +0 -2
  1045. package/dist/types/components/ez-sidebar-navigator/messages/constants.d.ts +0 -5
@@ -0,0 +1,882 @@
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
+ confirm: string;
18
+ ok: string;
19
+ alerts: string;
20
+ requiredInfo: string;
21
+ };
22
+ "ez-upload": {
23
+ enable: string;
24
+ disable: string;
25
+ replaceFileTitle: string;
26
+ replaceFileMessage: string;
27
+ maxFilesError: string;
28
+ emptyFileError: string;
29
+ missingUploadUrlError: string;
30
+ maxFileSizeError: string;
31
+ uploadErrorTitle: string;
32
+ uploadingMessage: string;
33
+ };
34
+ "ez-calendar": {
35
+ month: {
36
+ 0: string;
37
+ 1: string;
38
+ 2: string;
39
+ 3: string;
40
+ 4: string;
41
+ 5: string;
42
+ 6: string;
43
+ 7: string;
44
+ 8: string;
45
+ 9: string;
46
+ 10: string;
47
+ 11: string;
48
+ };
49
+ weekDay: {
50
+ 0: string;
51
+ 1: string;
52
+ 2: string;
53
+ 3: string;
54
+ 4: string;
55
+ 5: string;
56
+ 6: string;
57
+ };
58
+ today: string;
59
+ };
60
+ "ez-collapsible-box": {
61
+ confirmRemove: string;
62
+ };
63
+ "ez-combo-box": {
64
+ placeholder: string;
65
+ noResults: string;
66
+ };
67
+ "ez-classic-combo-box": {
68
+ emptyOption: string;
69
+ noResults: string;
70
+ };
71
+ "ez-date-time-input": {
72
+ invalidDate: string;
73
+ };
74
+ "ez-date-input": {
75
+ invalidDate: string;
76
+ };
77
+ "ez-dialog": {
78
+ confirmButton: string;
79
+ closeButton: string;
80
+ };
81
+ "ez-double-list": {
82
+ noItemsAvailable: string;
83
+ noItemsSelected: string;
84
+ moveAllTo: string;
85
+ moveTo: string;
86
+ moveToFirstPosition: string;
87
+ moveUp: string;
88
+ moveDown: string;
89
+ moveToLastPosition: string;
90
+ };
91
+ "ez-file-item": {
92
+ invalidProgress: string;
93
+ };
94
+ "ez-grid": {
95
+ filterAppliedSuccess: string;
96
+ cancelPagination: string;
97
+ pageLabel: string;
98
+ previousPage: string;
99
+ nextPage: string;
100
+ returnToPreviousPage: string;
101
+ goToNextPage: string;
102
+ remainingPageLabel: string;
103
+ remainingTotalLabel: string;
104
+ nextRecord: string;
105
+ previousRecord: string;
106
+ searchColumn: string;
107
+ sortAscending: string;
108
+ sortDescending: string;
109
+ pinColumn: string;
110
+ unpinColumn: string;
111
+ filter: string;
112
+ columnCantBeOrder: string;
113
+ filterColumnHeader: string;
114
+ clearSelection: string;
115
+ page: string;
116
+ more: string;
117
+ to: string;
118
+ of: string;
119
+ next: string;
120
+ last: string;
121
+ first: string;
122
+ previous: string;
123
+ loadingOoo: string;
124
+ selectAll: string;
125
+ searchOoo: string;
126
+ blanks: string;
127
+ filterOoo: string;
128
+ applyFilter: string;
129
+ equals: string;
130
+ lessThan: string;
131
+ greaterThan: string;
132
+ contains: string;
133
+ startsWith: string;
134
+ endsWith: string;
135
+ group: string;
136
+ columns: string;
137
+ rowGroupColumns: string;
138
+ rowGroupColumnsEmptyMessage: string;
139
+ valueColumns: string;
140
+ pivotMode: string;
141
+ groups: string;
142
+ values: string;
143
+ pivots: string;
144
+ valueColumnsEmptyMessage: string;
145
+ pivotColumnsEmptyMessage: string;
146
+ toolPanelButton: string;
147
+ noRowsToShow: string;
148
+ valueAggregation: string;
149
+ autosizeThiscolumn: string;
150
+ autosizeAllColumns: string;
151
+ groupBy: string;
152
+ ungroupBy: string;
153
+ resetColumns: string;
154
+ expandAll: string;
155
+ collapseAll: string;
156
+ toolPanel: string;
157
+ export: string;
158
+ csvExport: string;
159
+ excelExport: string;
160
+ pinLeft: string;
161
+ pinRight: string;
162
+ noPin: string;
163
+ sum: string;
164
+ min: string;
165
+ max: string;
166
+ none: string;
167
+ count: string;
168
+ average: string;
169
+ copy: string;
170
+ copyWithHeaders: string;
171
+ copyWithGroupHeaders: string;
172
+ ctrlC: string;
173
+ paste: string;
174
+ ctrlV: string;
175
+ labelSearchColumn: string;
176
+ };
177
+ "ez-guide-navigator": {
178
+ searchGuide: string;
179
+ hideMenu: string;
180
+ };
181
+ "ez-list": {
182
+ moveToGroup: string;
183
+ };
184
+ "ez-modal": {
185
+ close: string;
186
+ };
187
+ "ez-multi-selection-list": {
188
+ selectAll: string;
189
+ search: string;
190
+ empty: string;
191
+ initMessage: string;
192
+ emptyResults: string;
193
+ };
194
+ "ez-number-input": {
195
+ invalidNumber: string;
196
+ };
197
+ "ez-pagination": {
198
+ previousPage: string;
199
+ nextPage: string;
200
+ };
201
+ "ez-rich-text": {
202
+ listShortcut: string;
203
+ linkShortcut: string;
204
+ imageShortcut: string;
205
+ boldShortcut: string;
206
+ italicShortcut: string;
207
+ underlineShortcut: string;
208
+ breakLineShortcut: string;
209
+ undoShortcut: string;
210
+ redoShortcut: string;
211
+ edit: string;
212
+ preview: string;
213
+ title: {
214
+ preview: string;
215
+ edit: string;
216
+ undo: string;
217
+ redo: string;
218
+ link: string;
219
+ image: string;
220
+ list: string;
221
+ underline: string;
222
+ italic: string;
223
+ bold: string;
224
+ };
225
+ };
226
+ "ez-link-builder": {
227
+ addLinkTitle: string;
228
+ addLinkSubtitle: string;
229
+ submit: string;
230
+ urlInputLabel: string;
231
+ textInputLabel: string;
232
+ openInNewPage: string;
233
+ };
234
+ "ez-simple-image-uploader": {
235
+ uploadTitle: string;
236
+ uploadSubtitle: string;
237
+ submit: string;
238
+ tooltipMessage: string;
239
+ urlInputLabel: string;
240
+ orText: string;
241
+ removeFile: string;
242
+ dragDropText: string;
243
+ imageAlt: string;
244
+ imageTooLarge: string;
245
+ };
246
+ "ez-search": {
247
+ emptyList: string;
248
+ emptySearch: string;
249
+ };
250
+ "ez-search-plus": {
251
+ emptyList: string;
252
+ optionLoaderNotDefined: string;
253
+ defaultCodeLabel: string;
254
+ };
255
+ "ez-sortable-list": {
256
+ emptyMessage: string;
257
+ entityLabel: string;
258
+ entityLabelPlural: string;
259
+ total: string;
260
+ search: string;
261
+ };
262
+ "ez-split-button": {
263
+ moreOptions: string;
264
+ };
265
+ "ez-text-edit": {
266
+ emptyFieldWarning: string;
267
+ };
268
+ "ez-time-input": {
269
+ invalidTime: string;
270
+ };
271
+ "ez-sidebar": {
272
+ unPinMenu: string;
273
+ pushPinMenu: string;
274
+ hideMenu: string;
275
+ };
276
+ "ez-form": {
277
+ mainTab: string;
278
+ labelSearchField: string;
279
+ };
280
+ utils: {
281
+ requiredFieldMessage: string;
282
+ requiredField: string;
283
+ selectAllPage: string;
284
+ loadingAllRecords: string;
285
+ selectAllRecords: string;
286
+ waitForLoad: string;
287
+ allRecordsSelected: string;
288
+ selectedRecords: string;
289
+ };
290
+ spinner: {
291
+ loading: string;
292
+ };
293
+ };
294
+ };
295
+ en_US: {
296
+ translation: {
297
+ app: {
298
+ collapse: string;
299
+ expand: string;
300
+ close: string;
301
+ profile: string;
302
+ warning: string;
303
+ edit: string;
304
+ remove: string;
305
+ yes: string;
306
+ no: string;
307
+ loading: string;
308
+ apply: string;
309
+ cancel: string;
310
+ confirm: string;
311
+ ok: string;
312
+ alerts: string;
313
+ requiredInfo: string;
314
+ };
315
+ "ez-upload": {
316
+ enable: string;
317
+ disable: string;
318
+ replaceFileTitle: string;
319
+ replaceFileMessage: string;
320
+ maxFilesError: string;
321
+ emptyFileError: string;
322
+ missingUploadUrlError: string;
323
+ maxFileSizeError: string;
324
+ uploadErrorTitle: string;
325
+ uploadingMessage: string;
326
+ };
327
+ "ez-calendar": {
328
+ month: {
329
+ 0: string;
330
+ 1: string;
331
+ 2: string;
332
+ 3: string;
333
+ 4: string;
334
+ 5: string;
335
+ 6: string;
336
+ 7: string;
337
+ 8: string;
338
+ 9: string;
339
+ 10: string;
340
+ 11: string;
341
+ };
342
+ weekDay: {
343
+ 0: string;
344
+ 1: string;
345
+ 2: string;
346
+ 3: string;
347
+ 4: string;
348
+ 5: string;
349
+ 6: string;
350
+ };
351
+ today: string;
352
+ };
353
+ "ez-collapsible-box": {
354
+ confirmRemove: string;
355
+ };
356
+ "ez-combo-box": {
357
+ placeholder: string;
358
+ noResults: string;
359
+ };
360
+ "ez-classic-combo-box": {
361
+ emptyOption: string;
362
+ noResults: string;
363
+ };
364
+ "ez-date-time-input": {
365
+ invalidDate: string;
366
+ };
367
+ "ez-date-input": {
368
+ invalidDate: string;
369
+ };
370
+ "ez-dialog": {
371
+ confirmButton: string;
372
+ closeButton: string;
373
+ };
374
+ "ez-double-list": {
375
+ noItemsAvailable: string;
376
+ noItemsSelected: string;
377
+ moveAllTo: string;
378
+ moveTo: string;
379
+ moveToFirstPosition: string;
380
+ moveUp: string;
381
+ moveDown: string;
382
+ moveToLastPosition: string;
383
+ };
384
+ "ez-file-item": {
385
+ invalidProgress: string;
386
+ };
387
+ "ez-grid": {
388
+ filterAppliedSuccess: string;
389
+ cancelPagination: string;
390
+ pageLabel: string;
391
+ previousPage: string;
392
+ nextPage: string;
393
+ returnToPreviousPage: string;
394
+ goToNextPage: string;
395
+ remainingPageLabel: string;
396
+ remainingTotalLabel: string;
397
+ nextRecord: string;
398
+ previousRecord: string;
399
+ searchColumn: string;
400
+ sortAscending: string;
401
+ sortDescending: string;
402
+ pinColumn: string;
403
+ unpinColumn: string;
404
+ filter: string;
405
+ columnCantBeOrder: string;
406
+ filterColumnHeader: string;
407
+ clearSelection: string;
408
+ page: string;
409
+ more: string;
410
+ to: string;
411
+ of: string;
412
+ next: string;
413
+ last: string;
414
+ first: string;
415
+ previous: string;
416
+ loadingOoo: string;
417
+ selectAll: string;
418
+ searchOoo: string;
419
+ blanks: string;
420
+ filterOoo: string;
421
+ applyFilter: string;
422
+ equals: string;
423
+ lessThan: string;
424
+ greaterThan: string;
425
+ contains: string;
426
+ startsWith: string;
427
+ endsWith: string;
428
+ group: string;
429
+ columns: string;
430
+ rowGroupColumns: string;
431
+ rowGroupColumnsEmptyMessage: string;
432
+ valueColumns: string;
433
+ pivotMode: string;
434
+ groups: string;
435
+ values: string;
436
+ pivots: string;
437
+ valueColumnsEmptyMessage: string;
438
+ pivotColumnsEmptyMessage: string;
439
+ toolPanelButton: string;
440
+ noRowsToShow: string;
441
+ valueAggregation: string;
442
+ autosizeThiscolumn: string;
443
+ autosizeAllColumns: string;
444
+ groupBy: string;
445
+ ungroupBy: string;
446
+ resetColumns: string;
447
+ expandAll: string;
448
+ collapseAll: string;
449
+ toolPanel: string;
450
+ export: string;
451
+ csvExport: string;
452
+ excelExport: string;
453
+ pinLeft: string;
454
+ pinRight: string;
455
+ noPin: string;
456
+ sum: string;
457
+ min: string;
458
+ max: string;
459
+ none: string;
460
+ count: string;
461
+ average: string;
462
+ copy: string;
463
+ copyWithHeaders: string;
464
+ copyWithGroupHeaders: string;
465
+ ctrlC: string;
466
+ paste: string;
467
+ ctrlV: string;
468
+ labelSearchColumn: string;
469
+ };
470
+ "ez-guide-navigator": {
471
+ searchGuide: string;
472
+ hideMenu: string;
473
+ };
474
+ "ez-list": {
475
+ moveToGroup: string;
476
+ };
477
+ "ez-modal": {
478
+ close: string;
479
+ };
480
+ "ez-multi-selection-list": {
481
+ selectAll: string;
482
+ search: string;
483
+ empty: string;
484
+ initMessage: string;
485
+ emptyResults: string;
486
+ };
487
+ "ez-number-input": {
488
+ invalidNumber: string;
489
+ };
490
+ "ez-pagination": {
491
+ previousPage: string;
492
+ nextPage: string;
493
+ };
494
+ "ez-rich-text": {
495
+ listShortcut: string;
496
+ linkShortcut: string;
497
+ imageShortcut: string;
498
+ boldShortcut: string;
499
+ italicShortcut: string;
500
+ underlineShortcut: string;
501
+ breakLineShortcut: string;
502
+ undoShortcut: string;
503
+ redoShortcut: string;
504
+ edit: string;
505
+ preview: string;
506
+ title: {
507
+ preview: string;
508
+ edit: string;
509
+ undo: string;
510
+ redo: string;
511
+ link: string;
512
+ image: string;
513
+ list: string;
514
+ underline: string;
515
+ italic: string;
516
+ bold: string;
517
+ };
518
+ };
519
+ "ez-link-builder": {
520
+ addLinkTitle: string;
521
+ addLinkSubtitle: string;
522
+ submit: string;
523
+ urlInputLabel: string;
524
+ textInputLabel: string;
525
+ openInNewPage: string;
526
+ };
527
+ "ez-simple-image-uploader": {
528
+ uploadTitle: string;
529
+ uploadSubtitle: string;
530
+ submit: string;
531
+ tooltipMessage: string;
532
+ urlInputLabel: string;
533
+ orText: string;
534
+ removeFile: string;
535
+ dragDropText: string;
536
+ imageAlt: string;
537
+ imageTooLarge: string;
538
+ };
539
+ "ez-search": {
540
+ emptyList: string;
541
+ emptySearch: string;
542
+ };
543
+ "ez-search-plus": {
544
+ emptyList: string;
545
+ optionLoaderNotDefined: string;
546
+ defaultCodeLabel: string;
547
+ };
548
+ "ez-sortable-list": {
549
+ emptyMessage: string;
550
+ entityLabel: string;
551
+ entityLabelPlural: string;
552
+ total: string;
553
+ search: string;
554
+ };
555
+ "ez-split-button": {
556
+ moreOptions: string;
557
+ };
558
+ "ez-text-edit": {
559
+ emptyFieldWarning: string;
560
+ };
561
+ "ez-time-input": {
562
+ invalidTime: string;
563
+ };
564
+ "ez-sidebar": {
565
+ unPinMenu: string;
566
+ pushPinMenu: string;
567
+ hideMenu: string;
568
+ };
569
+ "ez-form": {
570
+ mainTab: string;
571
+ labelSearchField: string;
572
+ };
573
+ utils: {
574
+ requiredFieldMessage: string;
575
+ requiredField: string;
576
+ selectAllPage: string;
577
+ loadingAllRecords: string;
578
+ selectAllRecords: string;
579
+ waitForLoad: string;
580
+ allRecordsSelected: string;
581
+ selectedRecords: string;
582
+ };
583
+ spinner: {
584
+ loading: string;
585
+ };
586
+ };
587
+ };
588
+ es_ES: {
589
+ translation: {
590
+ app: {
591
+ collapse: string;
592
+ expand: string;
593
+ close: string;
594
+ profile: string;
595
+ warning: string;
596
+ edit: string;
597
+ remove: string;
598
+ yes: string;
599
+ no: string;
600
+ loading: string;
601
+ apply: string;
602
+ cancel: string;
603
+ confirm: string;
604
+ ok: string;
605
+ alerts: string;
606
+ requiredInfo: string;
607
+ };
608
+ "ez-upload": {
609
+ enable: string;
610
+ disable: string;
611
+ replaceFileTitle: string;
612
+ replaceFileMessage: string;
613
+ maxFilesError: string;
614
+ emptyFileError: string;
615
+ missingUploadUrlError: string;
616
+ maxFileSizeError: string;
617
+ uploadErrorTitle: string;
618
+ uploadingMessage: string;
619
+ };
620
+ "ez-calendar": {
621
+ month: {
622
+ 0: string;
623
+ 1: string;
624
+ 2: string;
625
+ 3: string;
626
+ 4: string;
627
+ 5: string;
628
+ 6: string;
629
+ 7: string;
630
+ 8: string;
631
+ 9: string;
632
+ 10: string;
633
+ 11: string;
634
+ };
635
+ weekDay: {
636
+ 0: string;
637
+ 1: string;
638
+ 2: string;
639
+ 3: string;
640
+ 4: string;
641
+ 5: string;
642
+ 6: string;
643
+ };
644
+ today: string;
645
+ };
646
+ "ez-collapsible-box": {
647
+ confirmRemove: string;
648
+ };
649
+ "ez-combo-box": {
650
+ placeholder: string;
651
+ noResults: string;
652
+ };
653
+ "ez-classic-combo-box": {
654
+ emptyOption: string;
655
+ noResults: string;
656
+ };
657
+ "ez-date-time-input": {
658
+ invalidDate: string;
659
+ };
660
+ "ez-date-input": {
661
+ invalidDate: string;
662
+ };
663
+ "ez-dialog": {
664
+ confirmButton: string;
665
+ closeButton: string;
666
+ };
667
+ "ez-double-list": {
668
+ noItemsAvailable: string;
669
+ noItemsSelected: string;
670
+ moveAllTo: string;
671
+ moveTo: string;
672
+ moveToFirstPosition: string;
673
+ moveUp: string;
674
+ moveDown: string;
675
+ moveToLastPosition: string;
676
+ };
677
+ "ez-file-item": {
678
+ invalidProgress: string;
679
+ };
680
+ "ez-grid": {
681
+ filterAppliedSuccess: string;
682
+ cancelPagination: string;
683
+ pageLabel: string;
684
+ previousPage: string;
685
+ nextPage: string;
686
+ returnToPreviousPage: string;
687
+ goToNextPage: string;
688
+ remainingPageLabel: string;
689
+ remainingTotalLabel: string;
690
+ nextRecord: string;
691
+ previousRecord: string;
692
+ searchColumn: string;
693
+ sortAscending: string;
694
+ sortDescending: string;
695
+ pinColumn: string;
696
+ unpinColumn: string;
697
+ filter: string;
698
+ columnCantBeOrder: string;
699
+ filterColumnHeader: string;
700
+ clearSelection: string;
701
+ page: string;
702
+ more: string;
703
+ to: string;
704
+ of: string;
705
+ next: string;
706
+ last: string;
707
+ first: string;
708
+ previous: string;
709
+ loadingOoo: string;
710
+ selectAll: string;
711
+ searchOoo: string;
712
+ blanks: string;
713
+ filterOoo: string;
714
+ applyFilter: string;
715
+ equals: string;
716
+ lessThan: string;
717
+ greaterThan: string;
718
+ contains: string;
719
+ startsWith: string;
720
+ endsWith: string;
721
+ group: string;
722
+ columns: string;
723
+ rowGroupColumns: string;
724
+ rowGroupColumnsEmptyMessage: string;
725
+ valueColumns: string;
726
+ pivotMode: string;
727
+ groups: string;
728
+ values: string;
729
+ pivots: string;
730
+ valueColumnsEmptyMessage: string;
731
+ pivotColumnsEmptyMessage: string;
732
+ toolPanelButton: string;
733
+ noRowsToShow: string;
734
+ valueAggregation: string;
735
+ autosizeThiscolumn: string;
736
+ autosizeAllColumns: string;
737
+ groupBy: string;
738
+ ungroupBy: string;
739
+ resetColumns: string;
740
+ expandAll: string;
741
+ collapseAll: string;
742
+ toolPanel: string;
743
+ export: string;
744
+ csvExport: string;
745
+ excelExport: string;
746
+ pinLeft: string;
747
+ pinRight: string;
748
+ noPin: string;
749
+ sum: string;
750
+ min: string;
751
+ max: string;
752
+ none: string;
753
+ count: string;
754
+ average: string;
755
+ copy: string;
756
+ copyWithHeaders: string;
757
+ copyWithGroupHeaders: string;
758
+ ctrlC: string;
759
+ paste: string;
760
+ ctrlV: string;
761
+ labelSearchColumn: string;
762
+ };
763
+ "ez-guide-navigator": {
764
+ searchGuide: string;
765
+ hideMenu: string;
766
+ };
767
+ "ez-list": {
768
+ moveToGroup: string;
769
+ };
770
+ "ez-modal": {
771
+ close: string;
772
+ };
773
+ "ez-multi-selection-list": {
774
+ selectAll: string;
775
+ search: string;
776
+ empty: string;
777
+ initMessage: string;
778
+ emptyResults: string;
779
+ };
780
+ "ez-number-input": {
781
+ invalidNumber: string;
782
+ };
783
+ "ez-pagination": {
784
+ previousPage: string;
785
+ nextPage: string;
786
+ };
787
+ "ez-rich-text": {
788
+ listShortcut: string;
789
+ linkShortcut: string;
790
+ imageShortcut: string;
791
+ boldShortcut: string;
792
+ italicShortcut: string;
793
+ underlineShortcut: string;
794
+ breakLineShortcut: string;
795
+ undoShortcut: string;
796
+ redoShortcut: string;
797
+ edit: string;
798
+ preview: string;
799
+ title: {
800
+ preview: string;
801
+ edit: string;
802
+ undo: string;
803
+ redo: string;
804
+ link: string;
805
+ image: string;
806
+ list: string;
807
+ underline: string;
808
+ italic: string;
809
+ bold: string;
810
+ };
811
+ };
812
+ "ez-link-builder": {
813
+ addLinkTitle: string;
814
+ addLinkSubtitle: string;
815
+ submit: string;
816
+ urlInputLabel: string;
817
+ textInputLabel: string;
818
+ openInNewPage: string;
819
+ };
820
+ "ez-simple-image-uploader": {
821
+ uploadTitle: string;
822
+ uploadSubtitle: string;
823
+ submit: string;
824
+ tooltipMessage: string;
825
+ urlInputLabel: string;
826
+ orText: string;
827
+ removeFile: string;
828
+ dragDropText: string;
829
+ imageAlt: string;
830
+ imageTooLarge: string;
831
+ };
832
+ "ez-search": {
833
+ emptyList: string;
834
+ emptySearch: string;
835
+ };
836
+ "ez-search-plus": {
837
+ emptyList: string;
838
+ optionLoaderNotDefined: string;
839
+ defaultCodeLabel: string;
840
+ };
841
+ "ez-sortable-list": {
842
+ emptyMessage: string;
843
+ entityLabel: string;
844
+ entityLabelPlural: string;
845
+ total: string;
846
+ search: string;
847
+ };
848
+ "ez-split-button": {
849
+ moreOptions: string;
850
+ };
851
+ "ez-text-edit": {
852
+ emptyFieldWarning: string;
853
+ };
854
+ "ez-time-input": {
855
+ invalidTime: string;
856
+ };
857
+ "ez-sidebar": {
858
+ unPinMenu: string;
859
+ pushPinMenu: string;
860
+ hideMenu: string;
861
+ };
862
+ "ez-form": {
863
+ mainTab: string;
864
+ labelSearchField: string;
865
+ };
866
+ utils: {
867
+ requiredFieldMessage: string;
868
+ requiredField: string;
869
+ selectAllPage: string;
870
+ loadingAllRecords: string;
871
+ selectAllRecords: string;
872
+ waitForLoad: string;
873
+ allRecordsSelected: string;
874
+ selectedRecords: string;
875
+ };
876
+ spinner: {
877
+ loading: string;
878
+ };
879
+ };
880
+ };
881
+ };
882
+ export default _default;