@sankhyalabs/ezui 6.1.0-dev.3 → 6.1.0-dev.30

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 (406) hide show
  1. package/dist/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-d45368f4.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-08a85285.js +12 -0
  5. package/dist/cjs/{constants-569271bc.js → constants-72b7e05e.js} +0 -2
  6. package/dist/cjs/ez-actions-button.cjs.entry.js +2 -1
  7. package/dist/cjs/ez-alert-list.cjs.entry.js +5 -3
  8. package/dist/cjs/ez-avatar.cjs.entry.js +6 -1
  9. package/dist/cjs/ez-calendar.cjs.entry.js +7 -6
  10. package/dist/cjs/ez-card-item_2.cjs.entry.js +1 -1
  11. package/dist/cjs/ez-chart.cjs.entry.js +3 -18
  12. package/dist/cjs/ez-chip.cjs.entry.js +2 -1
  13. package/dist/cjs/ez-collapsible-box.cjs.entry.js +13 -10
  14. package/dist/cjs/{ez-combo-box-list_3.cjs.entry.js → ez-combo-box-list_4.cjs.entry.js} +290 -4
  15. package/dist/cjs/ez-combo-box.cjs.entry.js +32 -14
  16. package/dist/cjs/ez-date-input.cjs.entry.js +6 -2
  17. package/dist/cjs/ez-date-time-input.cjs.entry.js +6 -2
  18. package/dist/cjs/ez-dialog.cjs.entry.js +8 -6
  19. package/dist/cjs/ez-double-list.cjs.entry.js +12 -4
  20. package/dist/cjs/ez-empty-card.cjs.entry.js +34 -0
  21. package/dist/cjs/ez-file-item.cjs.entry.js +9 -6
  22. package/dist/cjs/ez-filter-input.cjs.entry.js +129 -0
  23. package/dist/cjs/ez-form-view.cjs.entry.js +12 -4
  24. package/dist/cjs/ez-form.cjs.entry.js +7 -5
  25. package/dist/cjs/ez-grid.cjs.entry.js +169 -133
  26. package/dist/cjs/ez-guide-navigator.cjs.entry.js +5 -1
  27. package/dist/cjs/ez-icon.cjs.entry.js +1 -1
  28. package/dist/cjs/ez-link-builder_6.cjs.entry.js +315 -0
  29. package/dist/cjs/ez-list.cjs.entry.js +4 -2
  30. package/dist/cjs/ez-modal-container.cjs.entry.js +6 -2
  31. package/dist/cjs/ez-modal.cjs.entry.js +5 -1
  32. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +9 -5
  33. package/dist/cjs/ez-number-input.cjs.entry.js +5 -1
  34. package/dist/cjs/ez-popover-plus_3.cjs.entry.js +5 -0
  35. package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js +27 -0
  36. package/dist/cjs/ez-search-plus.cjs.entry.js +18 -9
  37. package/dist/cjs/ez-search-result-list.cjs.entry.js +24 -7
  38. package/dist/cjs/ez-search.cjs.entry.js +8 -9
  39. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +5 -7
  40. package/dist/cjs/ez-skeleton.cjs.entry.js +5 -3
  41. package/dist/cjs/ez-sortable-list.cjs.entry.js +12 -5
  42. package/dist/cjs/ez-split-button.cjs.entry.js +5 -4
  43. package/dist/cjs/ez-split-item.cjs.entry.js +6 -2
  44. package/dist/cjs/ez-tag.cjs.entry.js +38 -0
  45. package/dist/cjs/ez-text-area.cjs.entry.js +34 -27
  46. package/dist/cjs/ez-text-input.cjs.entry.js +2 -1
  47. package/dist/cjs/ez-tile-medium.cjs.entry.js +79 -0
  48. package/dist/cjs/ez-tile.cjs.entry.js +62 -0
  49. package/dist/cjs/ez-time-input.cjs.entry.js +12 -10
  50. package/dist/cjs/{ez-filter-input_2.cjs.entry.js → ez-tooltip.cjs.entry.js} +1 -123
  51. package/dist/cjs/ez-tree.cjs.entry.js +12 -1
  52. package/dist/cjs/ez-underface.cjs.entry.js +35 -0
  53. package/dist/cjs/ez-upload.cjs.entry.js +17 -11
  54. package/dist/cjs/ezui.cjs.js +5 -1
  55. package/dist/cjs/filter-column.cjs.entry.js +8 -4
  56. package/dist/cjs/index-040deae3.js +3684 -0
  57. package/dist/cjs/index-a7b0c73d.js +48 -16
  58. package/dist/cjs/loader.cjs.js +5 -1
  59. package/dist/cjs/purify-0bd8a150.js +1359 -0
  60. package/dist/cjs/{search-column-27d1f72f.js → search-column-de15f22d.js} +11 -9
  61. package/dist/collection/collection-manifest.json +45 -1
  62. package/dist/collection/components/ez-alert-list/ez-alert-list.js +5 -3
  63. package/dist/collection/components/ez-avatar/ez-avatar.js +5 -1
  64. package/dist/collection/components/ez-calendar/ez-calendar.js +7 -6
  65. package/dist/collection/components/ez-chip/ez-chip.js +20 -1
  66. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +12 -9
  67. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +7 -4
  68. package/dist/collection/components/ez-combo-box/ez-combo-box.js +50 -15
  69. package/dist/collection/components/ez-date-input/ez-date-input.js +6 -2
  70. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +6 -2
  71. package/dist/collection/components/ez-dialog/ez-dialog.js +8 -6
  72. package/dist/collection/components/ez-double-list/ez-double-list.js +12 -4
  73. package/dist/collection/components/ez-empty-card/ez-empty-card.css +55 -0
  74. package/dist/collection/components/ez-empty-card/ez-empty-card.js +91 -0
  75. package/dist/collection/components/ez-file-item/ez-file-item.js +9 -6
  76. package/dist/collection/components/ez-form/ez-form.js +6 -4
  77. package/dist/collection/components/ez-form-view/ez-form-view.js +4 -3
  78. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +5 -2
  79. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +4 -0
  80. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +38 -11
  81. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +14 -4
  82. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +3 -1
  83. package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js +67 -0
  84. package/dist/collection/components/ez-grid/ez-grid.js +17 -15
  85. package/dist/collection/components/ez-grid/subcomponents/filter-column.js +7 -3
  86. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js +2 -2
  87. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js +11 -7
  88. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +5 -1
  89. package/dist/collection/components/ez-icon/ez-icon.css +147 -140
  90. package/dist/collection/components/ez-list/ez-list.js +4 -2
  91. package/dist/collection/components/ez-modal/ez-modal.js +5 -1
  92. package/dist/collection/components/ez-modal-container/ez-modal-container.css +2 -0
  93. package/dist/collection/components/ez-modal-container/ez-modal-container.js +5 -1
  94. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +9 -5
  95. package/dist/collection/components/ez-number-input/ez-number-input.js +5 -1
  96. package/dist/collection/components/ez-popover-plus/ez-popover-plus.js +6 -0
  97. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css +3 -2
  98. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.css +22 -0
  99. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js +135 -0
  100. package/dist/collection/components/ez-rich-text/ez-rich-text.css +30 -0
  101. package/dist/collection/components/ez-rich-text/ez-rich-text.js +575 -0
  102. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js +27 -0
  103. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.css +4 -0
  104. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js +23 -0
  105. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.css +4 -0
  106. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js +23 -0
  107. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.css +20 -0
  108. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.js +122 -0
  109. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.css +4 -0
  110. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js +23 -0
  111. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.css +42 -0
  112. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js +187 -0
  113. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.css +70 -0
  114. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js +220 -0
  115. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.js +1 -0
  116. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.js +14 -0
  117. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.js +10 -0
  118. package/dist/collection/components/ez-search/ez-search.js +7 -8
  119. package/dist/collection/components/ez-search-plus/ez-search-plus.css +2 -0
  120. package/dist/collection/components/ez-search-plus/ez-search-plus.js +16 -7
  121. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +27 -7
  122. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js +5 -2
  123. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +0 -1
  124. package/dist/collection/components/ez-skeleton/ez-skeleton.js +4 -2
  125. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +15 -11
  126. package/dist/collection/components/ez-split-button/ez-split-button.js +6 -6
  127. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +5 -1
  128. package/dist/collection/components/ez-tag/ez-tag.css +105 -0
  129. package/dist/collection/components/ez-tag/ez-tag.js +112 -0
  130. package/dist/collection/components/ez-text-area/ez-text-area.css +244 -212
  131. package/dist/collection/components/ez-text-area/ez-text-area.js +35 -28
  132. package/dist/collection/components/ez-text-edit/ez-text-edit.js +5 -1
  133. package/dist/collection/components/ez-text-input/ez-text-input.js +2 -1
  134. package/dist/collection/components/ez-tile/ez-tile.css +151 -0
  135. package/dist/collection/components/ez-tile/ez-tile.js +269 -0
  136. package/dist/collection/components/ez-tile-medium/ez-tile-medium.css +183 -0
  137. package/dist/collection/components/ez-tile-medium/ez-tile-medium.js +353 -0
  138. package/dist/collection/components/ez-time-input/ez-time-input.js +12 -10
  139. package/dist/collection/components/ez-tooltip/ez-tooltip.js +1 -1
  140. package/dist/collection/components/ez-tree/ez-tree.js +5 -1
  141. package/dist/collection/components/ez-tree/types/Tree.js +7 -0
  142. package/dist/collection/components/ez-underface/ez-underface.css +51 -0
  143. package/dist/collection/components/ez-underface/ez-underface.js +109 -0
  144. package/dist/collection/components/ez-upload/ez-upload.js +18 -12
  145. package/dist/collection/global/app-init.js +6 -0
  146. package/dist/collection/setupTests.js +1 -1
  147. package/dist/collection/utils/ApplicationUtils.js +43 -15
  148. package/dist/collection/utils/constants.js +0 -1
  149. package/dist/collection/utils/i18n/elanguages.js +6 -0
  150. package/dist/collection/utils/i18n/i18nUtils.js +20 -0
  151. package/dist/collection/utils/i18n/index.js +30 -0
  152. package/dist/collection/utils/i18n/locales/en-us.js +279 -0
  153. package/dist/collection/utils/i18n/locales/es-es.js +279 -0
  154. package/dist/collection/utils/i18n/locales/pt-br.js +279 -0
  155. package/dist/collection/utils/i18n/translations.js +9 -0
  156. package/dist/collection/utils/index.js +1 -1
  157. package/dist/collection/utils/searchColumn/search-column.js +0 -2
  158. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +8 -2
  159. package/dist/custom-elements/index.d.ts +78 -0
  160. package/dist/custom-elements/index.js +6639 -530
  161. package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-391ebb4f.js} +43 -15
  162. package/dist/esm/RichToolbarHelper-f3a149c4.js +29 -0
  163. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  164. package/dist/esm/app-globals-2394c55a.js +10 -0
  165. package/dist/esm/{constants-b036528f.js → constants-3fabe81e.js} +1 -2
  166. package/dist/esm/ez-actions-button.entry.js +2 -1
  167. package/dist/esm/ez-alert-list.entry.js +5 -3
  168. package/dist/esm/ez-avatar.entry.js +6 -1
  169. package/dist/esm/ez-calendar.entry.js +7 -6
  170. package/dist/esm/ez-card-item_2.entry.js +1 -1
  171. package/dist/esm/ez-chart.entry.js +1 -16
  172. package/dist/esm/ez-chip.entry.js +2 -1
  173. package/dist/esm/ez-collapsible-box.entry.js +13 -10
  174. package/dist/esm/{ez-combo-box-list_3.entry.js → ez-combo-box-list_4.entry.js} +291 -6
  175. package/dist/esm/ez-combo-box.entry.js +32 -14
  176. package/dist/esm/ez-date-input.entry.js +6 -2
  177. package/dist/esm/ez-date-time-input.entry.js +6 -2
  178. package/dist/esm/ez-dialog.entry.js +8 -6
  179. package/dist/esm/ez-double-list.entry.js +12 -4
  180. package/dist/esm/ez-empty-card.entry.js +30 -0
  181. package/dist/esm/ez-file-item.entry.js +9 -6
  182. package/dist/esm/ez-filter-input.entry.js +125 -0
  183. package/dist/esm/ez-form-view.entry.js +12 -4
  184. package/dist/esm/ez-form.entry.js +7 -5
  185. package/dist/esm/ez-grid.entry.js +151 -115
  186. package/dist/esm/ez-guide-navigator.entry.js +5 -1
  187. package/dist/esm/ez-icon.entry.js +1 -1
  188. package/dist/esm/ez-link-builder_6.entry.js +306 -0
  189. package/dist/esm/ez-list.entry.js +4 -2
  190. package/dist/esm/ez-modal-container.entry.js +6 -2
  191. package/dist/esm/ez-modal.entry.js +5 -1
  192. package/dist/esm/ez-multi-selection-list.entry.js +9 -5
  193. package/dist/esm/ez-number-input.entry.js +5 -1
  194. package/dist/esm/ez-popover-plus_3.entry.js +6 -1
  195. package/dist/esm/ez-rich-toolbar-item.entry.js +23 -0
  196. package/dist/esm/ez-search-plus.entry.js +18 -9
  197. package/dist/esm/ez-search-result-list.entry.js +24 -7
  198. package/dist/esm/ez-search.entry.js +8 -9
  199. package/dist/esm/ez-sidebar-navigator.entry.js +5 -7
  200. package/dist/esm/ez-skeleton.entry.js +5 -3
  201. package/dist/esm/ez-sortable-list.entry.js +12 -5
  202. package/dist/esm/ez-split-button.entry.js +5 -4
  203. package/dist/esm/ez-split-item.entry.js +6 -2
  204. package/dist/esm/ez-tag.entry.js +34 -0
  205. package/dist/esm/ez-text-area.entry.js +34 -27
  206. package/dist/esm/ez-text-input.entry.js +2 -1
  207. package/dist/esm/ez-tile-medium.entry.js +75 -0
  208. package/dist/esm/ez-tile.entry.js +58 -0
  209. package/dist/esm/ez-time-input.entry.js +12 -10
  210. package/dist/esm/{ez-filter-input_2.entry.js → ez-tooltip.entry.js} +3 -124
  211. package/dist/esm/ez-tree.entry.js +12 -1
  212. package/dist/esm/ez-underface.entry.js +31 -0
  213. package/dist/esm/ez-upload.entry.js +17 -11
  214. package/dist/esm/ezui.js +5 -1
  215. package/dist/esm/filter-column.entry.js +8 -4
  216. package/dist/esm/index-76eedf30.js +3681 -0
  217. package/dist/esm/index-baa5e267.js +48 -16
  218. package/dist/esm/loader.js +5 -1
  219. package/dist/esm/purify-34e6ff6f.js +1357 -0
  220. package/dist/esm/{search-column-e609d513.js → search-column-661e2324.js} +10 -6
  221. package/dist/ezui/ezui.esm.js +1 -1
  222. package/dist/ezui/p-0759b307.entry.js +1 -0
  223. package/dist/ezui/p-085f83e2.entry.js +1 -0
  224. package/dist/ezui/p-103f5cdd.entry.js +7 -0
  225. package/dist/ezui/p-112455b1.js +1 -0
  226. package/dist/ezui/p-125275fa.entry.js +1 -0
  227. package/dist/ezui/p-18f6793e.entry.js +1 -0
  228. package/dist/ezui/p-199a1a34.entry.js +1 -0
  229. package/dist/ezui/p-1acc6061.entry.js +1 -0
  230. package/dist/ezui/p-20c024f7.entry.js +1 -0
  231. package/dist/ezui/p-21b252e4.entry.js +1 -0
  232. package/dist/ezui/p-287329d1.entry.js +1 -0
  233. package/dist/ezui/p-37076ba1.js +1 -0
  234. package/dist/ezui/p-3e7351ee.entry.js +1 -0
  235. package/dist/ezui/p-3e767a74.js +1 -0
  236. package/dist/ezui/p-4a6f4a80.entry.js +1 -0
  237. package/dist/ezui/p-53bc30a1.entry.js +1 -0
  238. package/dist/ezui/{p-4c01e506.entry.js → p-54a346fc.entry.js} +46 -46
  239. package/dist/ezui/p-603ef267.entry.js +1 -0
  240. package/dist/ezui/p-6369a0cd.entry.js +1 -0
  241. package/dist/ezui/p-689a2ab3.entry.js +1 -0
  242. package/dist/ezui/p-6a5c9445.entry.js +1 -0
  243. package/dist/ezui/p-6b71a749.entry.js +1 -0
  244. package/dist/ezui/p-6d596a5a.entry.js +1 -0
  245. package/dist/ezui/p-6fd4535f.entry.js +1 -0
  246. package/dist/ezui/p-75bf01eb.entry.js +1 -0
  247. package/dist/ezui/p-79044c3e.entry.js +1 -0
  248. package/dist/ezui/p-80461324.entry.js +1 -0
  249. package/dist/ezui/p-871777a5.entry.js +1 -0
  250. package/dist/ezui/{p-69937816.entry.js → p-8afb6e8a.entry.js} +1 -1
  251. package/dist/ezui/p-8ee9f175.entry.js +1 -0
  252. package/dist/ezui/p-91c9d50e.entry.js +1 -0
  253. package/dist/ezui/p-93e1c917.entry.js +1 -0
  254. package/dist/ezui/p-9fedd404.js +1 -0
  255. package/dist/ezui/p-a3ada561.entry.js +1 -0
  256. package/dist/ezui/p-a3b18ddc.entry.js +1 -0
  257. package/dist/ezui/p-b1e45320.js +1 -0
  258. package/dist/ezui/p-b31dc417.js +1 -0
  259. package/dist/ezui/p-b9c271a0.entry.js +1 -0
  260. package/dist/ezui/p-bc8d5a6a.entry.js +1 -0
  261. package/dist/ezui/p-bdacdc6d.entry.js +1 -0
  262. package/dist/ezui/p-beb42de1.entry.js +1 -0
  263. package/dist/ezui/p-c441a6b9.entry.js +1 -0
  264. package/dist/ezui/p-cbf1a296.entry.js +1 -0
  265. package/dist/ezui/p-d1efd7b7.entry.js +1 -0
  266. package/dist/ezui/p-d2364956.js +3 -0
  267. package/dist/ezui/p-d2645bdf.entry.js +1 -0
  268. package/dist/ezui/p-d3dc8595.entry.js +1 -0
  269. package/dist/ezui/p-d5fb569d.entry.js +1 -0
  270. package/dist/ezui/p-d63703ef.entry.js +1 -0
  271. package/dist/ezui/p-d8cc640d.entry.js +1 -0
  272. package/dist/ezui/p-dd5afff2.entry.js +1 -0
  273. package/dist/ezui/p-e7a7c594.entry.js +1 -0
  274. package/dist/ezui/p-e7cd9e9b.entry.js +1 -0
  275. package/dist/ezui/p-ec4c70a6.entry.js +1 -0
  276. package/dist/ezui/p-f45cda60.entry.js +1 -0
  277. package/dist/ezui/p-f84b784b.js +1 -0
  278. package/dist/ezui/p-fcb3e6be.entry.js +1 -0
  279. package/dist/types/components/ez-alert-list/ez-alert-list.d.ts +2 -1
  280. package/dist/types/components/ez-avatar/ez-avatar.d.ts +2 -0
  281. package/dist/types/components/ez-calendar/ez-calendar.d.ts +2 -3
  282. package/dist/types/components/ez-chip/ez-chip.d.ts +4 -0
  283. package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +2 -0
  284. package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +2 -0
  285. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +9 -2
  286. package/dist/types/components/ez-date-input/ez-date-input.d.ts +2 -0
  287. package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +2 -0
  288. package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -2
  289. package/dist/types/components/ez-double-list/ez-double-list.d.ts +2 -0
  290. package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +18 -0
  291. package/dist/types/components/ez-file-item/ez-file-item.d.ts +2 -0
  292. package/dist/types/components/ez-form/ez-form.d.ts +1 -0
  293. package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -0
  294. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -0
  295. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +2 -0
  296. package/dist/types/components/ez-grid/controller/ag-grid/DataSource.d.ts +1 -0
  297. package/dist/types/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.d.ts +1 -1
  298. package/dist/types/components/ez-grid/controller/ag-grid/utils/buildLocaleText.d.ts +66 -0
  299. package/dist/types/components/ez-grid/ez-grid.d.ts +2 -2
  300. package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +2 -0
  301. package/dist/types/components/ez-grid/subcomponents/selection-counter.d.ts +2 -0
  302. package/dist/types/components/ez-grid/subcomponents/utils/selectionCounterUtils.d.ts +2 -2
  303. package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +2 -0
  304. package/dist/types/components/ez-list/ez-list.d.ts +2 -1
  305. package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
  306. package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
  307. package/dist/types/components/ez-multi-selection-list/ez-multi-selection-list.d.ts +2 -0
  308. package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
  309. package/dist/types/components/ez-popover-plus/ez-popover-plus.d.ts +1 -0
  310. package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +19 -0
  311. package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +105 -0
  312. package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +31 -0
  313. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +5 -0
  314. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +5 -0
  315. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.d.ts +11 -0
  316. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +5 -0
  317. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +35 -0
  318. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +39 -0
  319. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.d.ts +1 -0
  320. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.d.ts +1 -0
  321. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.d.ts +1 -0
  322. package/dist/types/components/ez-search/ez-search.d.ts +2 -3
  323. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +4 -1
  324. package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +4 -1
  325. package/dist/types/components/ez-sidebar-navigator/ez-sidebar-navigator.d.ts +2 -0
  326. package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +0 -1
  327. package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +2 -1
  328. package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +2 -0
  329. package/dist/types/components/ez-split-button/ez-split-button.d.ts +2 -2
  330. package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +2 -0
  331. package/dist/types/components/ez-tag/ez-tag.d.ts +23 -0
  332. package/dist/types/components/ez-text-area/ez-text-area.d.ts +6 -3
  333. package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +2 -0
  334. package/dist/types/components/ez-tile/ez-tile.d.ts +58 -0
  335. package/dist/types/components/ez-tile-medium/ez-tile-medium.d.ts +98 -0
  336. package/dist/types/components/ez-time-input/ez-time-input.d.ts +2 -1
  337. package/dist/types/components/ez-tree/ez-tree.d.ts +2 -0
  338. package/dist/types/components/ez-tree/types/Tree.d.ts +1 -0
  339. package/dist/types/components/ez-underface/ez-underface.d.ts +23 -0
  340. package/dist/types/components/ez-upload/ez-upload.d.ts +3 -1
  341. package/dist/types/components.d.ts +714 -2
  342. package/dist/types/global/app-init.d.ts +1 -0
  343. package/dist/types/utils/ApplicationUtils.d.ts +3 -1
  344. package/dist/types/utils/constants.d.ts +0 -1
  345. package/dist/types/utils/i18n/elanguages.d.ts +5 -0
  346. package/dist/types/utils/i18n/i18nUtils.d.ts +2 -0
  347. package/dist/types/utils/i18n/index.d.ts +5 -0
  348. package/dist/types/utils/i18n/locales/en-us.d.ts +280 -0
  349. package/dist/types/utils/i18n/locales/es-es.d.ts +280 -0
  350. package/dist/types/utils/i18n/locales/pt-br.d.ts +280 -0
  351. package/dist/types/utils/i18n/translations.d.ts +840 -0
  352. package/dist/types/utils/index.d.ts +1 -1
  353. package/dist/types/utils/searchColumn/search-column.d.ts +0 -2
  354. package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -0
  355. package/package.json +9 -2
  356. package/react/components.d.ts +13 -0
  357. package/react/components.js +13 -0
  358. package/react/components.js.map +1 -1
  359. package/dist/assets/actions-sprite.svg +0 -257
  360. package/dist/collection/components/assets/actions-sprite.svg +0 -257
  361. package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js +0 -75
  362. package/dist/collection/components/ez-sidebar-navigator/messages/constants.js +0 -5
  363. package/dist/ezui/p-0306dff7.entry.js +0 -1
  364. package/dist/ezui/p-07894c4a.entry.js +0 -1
  365. package/dist/ezui/p-09de35a2.entry.js +0 -1
  366. package/dist/ezui/p-0d9856a4.entry.js +0 -1
  367. package/dist/ezui/p-1276ef79.entry.js +0 -1
  368. package/dist/ezui/p-1eb34cad.entry.js +0 -1
  369. package/dist/ezui/p-2187f86c.js +0 -1
  370. package/dist/ezui/p-26685c50.entry.js +0 -1
  371. package/dist/ezui/p-2b42abbb.entry.js +0 -1
  372. package/dist/ezui/p-2b4df33d.entry.js +0 -1
  373. package/dist/ezui/p-33326ac5.entry.js +0 -1
  374. package/dist/ezui/p-35115d5d.entry.js +0 -1
  375. package/dist/ezui/p-3ba9565c.entry.js +0 -1
  376. package/dist/ezui/p-496f7832.entry.js +0 -1
  377. package/dist/ezui/p-4b67138e.entry.js +0 -1
  378. package/dist/ezui/p-4bd6dd6a.entry.js +0 -1
  379. package/dist/ezui/p-555c9018.entry.js +0 -1
  380. package/dist/ezui/p-57363cfd.entry.js +0 -1
  381. package/dist/ezui/p-58f69d24.entry.js +0 -1
  382. package/dist/ezui/p-59561756.entry.js +0 -7
  383. package/dist/ezui/p-5eea9886.js +0 -1
  384. package/dist/ezui/p-61d3a77b.entry.js +0 -1
  385. package/dist/ezui/p-63cb493e.entry.js +0 -1
  386. package/dist/ezui/p-6e429cff.entry.js +0 -1
  387. package/dist/ezui/p-7019f782.entry.js +0 -1
  388. package/dist/ezui/p-77a4bd35.entry.js +0 -1
  389. package/dist/ezui/p-7ab19270.entry.js +0 -1
  390. package/dist/ezui/p-7eae6986.entry.js +0 -1
  391. package/dist/ezui/p-9478b13b.entry.js +0 -1
  392. package/dist/ezui/p-9567b31a.entry.js +0 -1
  393. package/dist/ezui/p-998afb6a.entry.js +0 -1
  394. package/dist/ezui/p-a148e994.entry.js +0 -1
  395. package/dist/ezui/p-a3bf8cf1.entry.js +0 -1
  396. package/dist/ezui/p-bac0f920.entry.js +0 -1
  397. package/dist/ezui/p-bff24a7b.js +0 -1
  398. package/dist/ezui/p-cb75eb46.entry.js +0 -1
  399. package/dist/ezui/p-d47dabdf.entry.js +0 -1
  400. package/dist/ezui/p-da1b4a38.entry.js +0 -1
  401. package/dist/ezui/p-dc73e1fe.entry.js +0 -1
  402. package/dist/ezui/p-e06a9886.entry.js +0 -1
  403. package/dist/ezui/p-e4528470.entry.js +0 -1
  404. package/dist/ezui/p-e6a9041d.entry.js +0 -1
  405. package/dist/types/components/ez-grid/controller/ag-grid/i18n/pt-BR.d.ts +0 -2
  406. package/dist/types/components/ez-sidebar-navigator/messages/constants.d.ts +0 -5
@@ -0,0 +1,840 @@
1
+ declare const _default: {
2
+ pt_BR: {
3
+ translation: {
4
+ app: {
5
+ collapse: string;
6
+ expand: string;
7
+ close: string;
8
+ profile: string;
9
+ warning: string;
10
+ edit: string;
11
+ remove: string;
12
+ yes: string;
13
+ no: string;
14
+ loading: string;
15
+ apply: string;
16
+ cancel: string;
17
+ ok: string;
18
+ alerts: string;
19
+ requiredInfo: string;
20
+ };
21
+ "ez-upload": {
22
+ enable: string;
23
+ disable: string;
24
+ replaceFileTitle: string;
25
+ replaceFileMessage: string;
26
+ maxFilesError: string;
27
+ emptyFileError: string;
28
+ missingUploadUrlError: string;
29
+ maxFileSizeError: string;
30
+ uploadErrorTitle: string;
31
+ uploadingMessage: string;
32
+ };
33
+ "ez-calendar": {
34
+ month: {
35
+ 0: string;
36
+ 1: string;
37
+ 2: string;
38
+ 3: string;
39
+ 4: string;
40
+ 5: string;
41
+ 6: string;
42
+ 7: string;
43
+ 8: string;
44
+ 9: string;
45
+ 10: string;
46
+ 11: string;
47
+ };
48
+ weekDay: {
49
+ 0: string;
50
+ 1: string;
51
+ 2: string;
52
+ 3: string;
53
+ 4: string;
54
+ 5: string;
55
+ 6: string;
56
+ };
57
+ today: string;
58
+ };
59
+ "ez-collapsible-box": {
60
+ confirmRemove: string;
61
+ };
62
+ "ez-combo-box": {
63
+ placeholder: string;
64
+ noResults: string;
65
+ };
66
+ "ez-date-time-input": {
67
+ invalidDate: string;
68
+ };
69
+ "ez-date-input": {
70
+ invalidDate: string;
71
+ };
72
+ "ez-dialog": {
73
+ confirmButton: string;
74
+ closeButton: string;
75
+ };
76
+ "ez-double-list": {
77
+ noItemsAvailable: string;
78
+ noItemsSelected: string;
79
+ moveAllTo: string;
80
+ moveTo: string;
81
+ moveToFirstPosition: string;
82
+ moveUp: string;
83
+ moveDown: string;
84
+ moveToLastPosition: string;
85
+ };
86
+ "ez-file-item": {
87
+ invalidProgress: string;
88
+ };
89
+ "ez-grid": {
90
+ filterAppliedSuccess: string;
91
+ cancelPagination: string;
92
+ pageLabel: string;
93
+ previousPage: string;
94
+ nextPage: string;
95
+ returnToPreviousPage: string;
96
+ goToNextPage: string;
97
+ remainingPageLabel: string;
98
+ remainingTotalLabel: string;
99
+ nextRecord: string;
100
+ previousRecord: string;
101
+ searchColumn: string;
102
+ sortAscending: string;
103
+ sortDescending: string;
104
+ pinColumn: string;
105
+ unpinColumn: string;
106
+ filter: string;
107
+ columnCantBeOrder: string;
108
+ filterColumnHeader: string;
109
+ clearSelection: string;
110
+ page: string;
111
+ more: string;
112
+ to: string;
113
+ of: string;
114
+ next: string;
115
+ last: string;
116
+ first: string;
117
+ previous: string;
118
+ loadingOoo: string;
119
+ selectAll: string;
120
+ searchOoo: string;
121
+ blanks: string;
122
+ filterOoo: string;
123
+ applyFilter: string;
124
+ equals: string;
125
+ lessThan: string;
126
+ greaterThan: string;
127
+ contains: string;
128
+ startsWith: string;
129
+ endsWith: string;
130
+ group: string;
131
+ columns: string;
132
+ rowGroupColumns: string;
133
+ rowGroupColumnsEmptyMessage: string;
134
+ valueColumns: string;
135
+ pivotMode: string;
136
+ groups: string;
137
+ values: string;
138
+ pivots: string;
139
+ valueColumnsEmptyMessage: string;
140
+ pivotColumnsEmptyMessage: string;
141
+ toolPanelButton: string;
142
+ noRowsToShow: string;
143
+ valueAggregation: string;
144
+ autosizeThiscolumn: string;
145
+ autosizeAllColumns: string;
146
+ groupBy: string;
147
+ ungroupBy: string;
148
+ resetColumns: string;
149
+ expandAll: string;
150
+ collapseAll: string;
151
+ toolPanel: string;
152
+ export: string;
153
+ csvExport: string;
154
+ excelExport: string;
155
+ pinLeft: string;
156
+ pinRight: string;
157
+ noPin: string;
158
+ sum: string;
159
+ min: string;
160
+ max: string;
161
+ none: string;
162
+ count: string;
163
+ average: string;
164
+ copy: string;
165
+ copyWithHeaders: string;
166
+ ctrlC: string;
167
+ paste: string;
168
+ ctrlV: string;
169
+ labelSearchColumn: string;
170
+ };
171
+ "ez-guide-navigator": {
172
+ searchGuide: string;
173
+ hideMenu: string;
174
+ };
175
+ "ez-list": {
176
+ moveToGroup: string;
177
+ };
178
+ "ez-modal": {
179
+ close: string;
180
+ };
181
+ "ez-multi-selection-list": {
182
+ selectAll: string;
183
+ search: string;
184
+ empty: string;
185
+ initMessage: string;
186
+ emptyResults: string;
187
+ };
188
+ "ez-number-input": {
189
+ invalidNumber: string;
190
+ };
191
+ "ez-rich-text": {
192
+ listShortcut: string;
193
+ linkShortcut: string;
194
+ imageShortcut: string;
195
+ boldShortcut: string;
196
+ italicShortcut: string;
197
+ underlineShortcut: string;
198
+ breakLineShortcut: string;
199
+ undoShortcut: string;
200
+ redoShortcut: string;
201
+ edit: string;
202
+ preview: string;
203
+ title: {
204
+ preview: string;
205
+ edit: string;
206
+ undo: string;
207
+ redo: string;
208
+ link: string;
209
+ image: string;
210
+ list: string;
211
+ underline: string;
212
+ italic: string;
213
+ bold: string;
214
+ };
215
+ };
216
+ "ez-link-builder": {
217
+ addLinkTitle: string;
218
+ addLinkSubtitle: string;
219
+ submit: string;
220
+ urlInputLabel: string;
221
+ textInputLabel: string;
222
+ openInNewPage: string;
223
+ };
224
+ "ez-simple-image-uploader": {
225
+ uploadTitle: string;
226
+ uploadSubtitle: string;
227
+ submit: string;
228
+ tooltipMessage: string;
229
+ urlInputLabel: string;
230
+ orText: string;
231
+ removeFile: string;
232
+ dragDropText: string;
233
+ imageAlt: string;
234
+ imageTooLarge: string;
235
+ };
236
+ "ez-search": {
237
+ emptyList: string;
238
+ emptySearch: string;
239
+ };
240
+ "ez-search-plus": {
241
+ emptyList: string;
242
+ optionLoaderNotDefined: string;
243
+ defaultCodeLabel: string;
244
+ };
245
+ "ez-sortable-list": {
246
+ emptyMessage: string;
247
+ entityLabel: string;
248
+ entityLabelPlural: string;
249
+ total: string;
250
+ search: string;
251
+ };
252
+ "ez-split-button": {
253
+ moreOptions: string;
254
+ };
255
+ "ez-text-edit": {
256
+ emptyFieldWarning: string;
257
+ };
258
+ "ez-time-input": {
259
+ invalidTime: string;
260
+ };
261
+ "ez-sidebar": {
262
+ unPinMenu: string;
263
+ pushPinMenu: string;
264
+ hideMenu: string;
265
+ };
266
+ "ez-form": {
267
+ labelSearchField: string;
268
+ };
269
+ utils: {
270
+ requiredFieldMessage: string;
271
+ requiredField: string;
272
+ selectAllPage: string;
273
+ loadingAllRecords: string;
274
+ selectAllRecords: string;
275
+ waitForLoad: string;
276
+ allRecordsSelected: string;
277
+ selectedRecords: string;
278
+ };
279
+ };
280
+ };
281
+ en_US: {
282
+ translation: {
283
+ app: {
284
+ collapse: string;
285
+ expand: string;
286
+ close: string;
287
+ profile: string;
288
+ warning: string;
289
+ edit: string;
290
+ remove: string;
291
+ yes: string;
292
+ no: string;
293
+ loading: string;
294
+ apply: string;
295
+ cancel: string;
296
+ ok: string;
297
+ alerts: string;
298
+ requiredInfo: string;
299
+ };
300
+ "ez-upload": {
301
+ enable: string;
302
+ disable: string;
303
+ replaceFileTitle: string;
304
+ replaceFileMessage: string;
305
+ maxFilesError: string;
306
+ emptyFileError: string;
307
+ missingUploadUrlError: string;
308
+ maxFileSizeError: string;
309
+ uploadErrorTitle: string;
310
+ uploadingMessage: string;
311
+ };
312
+ "ez-calendar": {
313
+ month: {
314
+ 0: string;
315
+ 1: string;
316
+ 2: string;
317
+ 3: string;
318
+ 4: string;
319
+ 5: string;
320
+ 6: string;
321
+ 7: string;
322
+ 8: string;
323
+ 9: string;
324
+ 10: string;
325
+ 11: string;
326
+ };
327
+ weekDay: {
328
+ 0: string;
329
+ 1: string;
330
+ 2: string;
331
+ 3: string;
332
+ 4: string;
333
+ 5: string;
334
+ 6: string;
335
+ };
336
+ today: string;
337
+ };
338
+ "ez-collapsible-box": {
339
+ confirmRemove: string;
340
+ };
341
+ "ez-combo-box": {
342
+ placeholder: string;
343
+ noResults: string;
344
+ };
345
+ "ez-date-time-input": {
346
+ invalidDate: string;
347
+ };
348
+ "ez-date-input": {
349
+ invalidDate: string;
350
+ };
351
+ "ez-dialog": {
352
+ confirmButton: string;
353
+ closeButton: string;
354
+ };
355
+ "ez-double-list": {
356
+ noItemsAvailable: string;
357
+ noItemsSelected: string;
358
+ moveAllTo: string;
359
+ moveTo: string;
360
+ moveToFirstPosition: string;
361
+ moveUp: string;
362
+ moveDown: string;
363
+ moveToLastPosition: string;
364
+ };
365
+ "ez-file-item": {
366
+ invalidProgress: string;
367
+ };
368
+ "ez-grid": {
369
+ filterAppliedSuccess: string;
370
+ cancelPagination: string;
371
+ pageLabel: string;
372
+ previousPage: string;
373
+ nextPage: string;
374
+ returnToPreviousPage: string;
375
+ goToNextPage: string;
376
+ remainingPageLabel: string;
377
+ remainingTotalLabel: string;
378
+ nextRecord: string;
379
+ previousRecord: string;
380
+ searchColumn: string;
381
+ sortAscending: string;
382
+ sortDescending: string;
383
+ pinColumn: string;
384
+ unpinColumn: string;
385
+ filter: string;
386
+ columnCantBeOrder: string;
387
+ filterColumnHeader: string;
388
+ clearSelection: string;
389
+ page: string;
390
+ more: string;
391
+ to: string;
392
+ of: string;
393
+ next: string;
394
+ last: string;
395
+ first: string;
396
+ previous: string;
397
+ loadingOoo: string;
398
+ selectAll: string;
399
+ searchOoo: string;
400
+ blanks: string;
401
+ filterOoo: string;
402
+ applyFilter: string;
403
+ equals: string;
404
+ lessThan: string;
405
+ greaterThan: string;
406
+ contains: string;
407
+ startsWith: string;
408
+ endsWith: string;
409
+ group: string;
410
+ columns: string;
411
+ rowGroupColumns: string;
412
+ rowGroupColumnsEmptyMessage: string;
413
+ valueColumns: string;
414
+ pivotMode: string;
415
+ groups: string;
416
+ values: string;
417
+ pivots: string;
418
+ valueColumnsEmptyMessage: string;
419
+ pivotColumnsEmptyMessage: string;
420
+ toolPanelButton: string;
421
+ noRowsToShow: string;
422
+ valueAggregation: string;
423
+ autosizeThiscolumn: string;
424
+ autosizeAllColumns: string;
425
+ groupBy: string;
426
+ ungroupBy: string;
427
+ resetColumns: string;
428
+ expandAll: string;
429
+ collapseAll: string;
430
+ toolPanel: string;
431
+ export: string;
432
+ csvExport: string;
433
+ excelExport: string;
434
+ pinLeft: string;
435
+ pinRight: string;
436
+ noPin: string;
437
+ sum: string;
438
+ min: string;
439
+ max: string;
440
+ none: string;
441
+ count: string;
442
+ average: string;
443
+ copy: string;
444
+ copyWithHeaders: string;
445
+ ctrlC: string;
446
+ paste: string;
447
+ ctrlV: string;
448
+ labelSearchColumn: string;
449
+ };
450
+ "ez-guide-navigator": {
451
+ searchGuide: string;
452
+ hideMenu: string;
453
+ };
454
+ "ez-list": {
455
+ moveToGroup: string;
456
+ };
457
+ "ez-modal": {
458
+ close: string;
459
+ };
460
+ "ez-multi-selection-list": {
461
+ selectAll: string;
462
+ search: string;
463
+ empty: string;
464
+ initMessage: string;
465
+ emptyResults: string;
466
+ };
467
+ "ez-number-input": {
468
+ invalidNumber: string;
469
+ };
470
+ "ez-rich-text": {
471
+ listShortcut: string;
472
+ linkShortcut: string;
473
+ imageShortcut: string;
474
+ boldShortcut: string;
475
+ italicShortcut: string;
476
+ underlineShortcut: string;
477
+ breakLineShortcut: string;
478
+ undoShortcut: string;
479
+ redoShortcut: string;
480
+ edit: string;
481
+ preview: string;
482
+ title: {
483
+ preview: string;
484
+ edit: string;
485
+ undo: string;
486
+ redo: string;
487
+ link: string;
488
+ image: string;
489
+ list: string;
490
+ underline: string;
491
+ italic: string;
492
+ bold: string;
493
+ };
494
+ };
495
+ "ez-link-builder": {
496
+ addLinkTitle: string;
497
+ addLinkSubtitle: string;
498
+ submit: string;
499
+ urlInputLabel: string;
500
+ textInputLabel: string;
501
+ openInNewPage: string;
502
+ };
503
+ "ez-simple-image-uploader": {
504
+ uploadTitle: string;
505
+ uploadSubtitle: string;
506
+ submit: string;
507
+ tooltipMessage: string;
508
+ urlInputLabel: string;
509
+ orText: string;
510
+ removeFile: string;
511
+ dragDropText: string;
512
+ imageAlt: string;
513
+ imageTooLarge: string;
514
+ };
515
+ "ez-search": {
516
+ emptyList: string;
517
+ emptySearch: string;
518
+ };
519
+ "ez-search-plus": {
520
+ emptyList: string;
521
+ optionLoaderNotDefined: string;
522
+ defaultCodeLabel: string;
523
+ };
524
+ "ez-sortable-list": {
525
+ emptyMessage: string;
526
+ entityLabel: string;
527
+ entityLabelPlural: string;
528
+ total: string;
529
+ search: string;
530
+ };
531
+ "ez-split-button": {
532
+ moreOptions: string;
533
+ };
534
+ "ez-text-edit": {
535
+ emptyFieldWarning: string;
536
+ };
537
+ "ez-time-input": {
538
+ invalidTime: string;
539
+ };
540
+ "ez-sidebar": {
541
+ unPinMenu: string;
542
+ pushPinMenu: string;
543
+ hideMenu: string;
544
+ };
545
+ "ez-form": {
546
+ labelSearchField: string;
547
+ };
548
+ utils: {
549
+ requiredFieldMessage: string;
550
+ requiredField: string;
551
+ selectAllPage: string;
552
+ loadingAllRecords: string;
553
+ selectAllRecords: string;
554
+ waitForLoad: string;
555
+ allRecordsSelected: string;
556
+ selectedRecords: string;
557
+ };
558
+ };
559
+ };
560
+ es_ES: {
561
+ translation: {
562
+ app: {
563
+ collapse: string;
564
+ expand: string;
565
+ close: string;
566
+ profile: string;
567
+ warning: string;
568
+ edit: string;
569
+ remove: string;
570
+ yes: string;
571
+ no: string;
572
+ loading: string;
573
+ apply: string;
574
+ cancel: string;
575
+ ok: string;
576
+ alerts: string;
577
+ requiredInfo: string;
578
+ };
579
+ "ez-upload": {
580
+ enable: string;
581
+ disable: string;
582
+ replaceFileTitle: string;
583
+ replaceFileMessage: string;
584
+ maxFilesError: string;
585
+ emptyFileError: string;
586
+ missingUploadUrlError: string;
587
+ maxFileSizeError: string;
588
+ uploadErrorTitle: string;
589
+ uploadingMessage: string;
590
+ };
591
+ "ez-calendar": {
592
+ month: {
593
+ 0: string;
594
+ 1: string;
595
+ 2: string;
596
+ 3: string;
597
+ 4: string;
598
+ 5: string;
599
+ 6: string;
600
+ 7: string;
601
+ 8: string;
602
+ 9: string;
603
+ 10: string;
604
+ 11: string;
605
+ };
606
+ weekDay: {
607
+ 0: string;
608
+ 1: string;
609
+ 2: string;
610
+ 3: string;
611
+ 4: string;
612
+ 5: string;
613
+ 6: string;
614
+ };
615
+ today: string;
616
+ };
617
+ "ez-collapsible-box": {
618
+ confirmRemove: string;
619
+ };
620
+ "ez-combo-box": {
621
+ placeholder: string;
622
+ noResults: string;
623
+ };
624
+ "ez-date-time-input": {
625
+ invalidDate: string;
626
+ };
627
+ "ez-date-input": {
628
+ invalidDate: string;
629
+ };
630
+ "ez-dialog": {
631
+ confirmButton: string;
632
+ closeButton: string;
633
+ };
634
+ "ez-double-list": {
635
+ noItemsAvailable: string;
636
+ noItemsSelected: string;
637
+ moveAllTo: string;
638
+ moveTo: string;
639
+ moveToFirstPosition: string;
640
+ moveUp: string;
641
+ moveDown: string;
642
+ moveToLastPosition: string;
643
+ };
644
+ "ez-file-item": {
645
+ invalidProgress: string;
646
+ };
647
+ "ez-grid": {
648
+ filterAppliedSuccess: string;
649
+ cancelPagination: string;
650
+ pageLabel: string;
651
+ previousPage: string;
652
+ nextPage: string;
653
+ returnToPreviousPage: string;
654
+ goToNextPage: string;
655
+ remainingPageLabel: string;
656
+ remainingTotalLabel: string;
657
+ nextRecord: string;
658
+ previousRecord: string;
659
+ searchColumn: string;
660
+ sortAscending: string;
661
+ sortDescending: string;
662
+ pinColumn: string;
663
+ unpinColumn: string;
664
+ filter: string;
665
+ columnCantBeOrder: string;
666
+ filterColumnHeader: string;
667
+ clearSelection: string;
668
+ page: string;
669
+ more: string;
670
+ to: string;
671
+ of: string;
672
+ next: string;
673
+ last: string;
674
+ first: string;
675
+ previous: string;
676
+ loadingOoo: string;
677
+ selectAll: string;
678
+ searchOoo: string;
679
+ blanks: string;
680
+ filterOoo: string;
681
+ applyFilter: string;
682
+ equals: string;
683
+ lessThan: string;
684
+ greaterThan: string;
685
+ contains: string;
686
+ startsWith: string;
687
+ endsWith: string;
688
+ group: string;
689
+ columns: string;
690
+ rowGroupColumns: string;
691
+ rowGroupColumnsEmptyMessage: string;
692
+ valueColumns: string;
693
+ pivotMode: string;
694
+ groups: string;
695
+ values: string;
696
+ pivots: string;
697
+ valueColumnsEmptyMessage: string;
698
+ pivotColumnsEmptyMessage: string;
699
+ toolPanelButton: string;
700
+ noRowsToShow: string;
701
+ valueAggregation: string;
702
+ autosizeThiscolumn: string;
703
+ autosizeAllColumns: string;
704
+ groupBy: string;
705
+ ungroupBy: string;
706
+ resetColumns: string;
707
+ expandAll: string;
708
+ collapseAll: string;
709
+ toolPanel: string;
710
+ export: string;
711
+ csvExport: string;
712
+ excelExport: string;
713
+ pinLeft: string;
714
+ pinRight: string;
715
+ noPin: string;
716
+ sum: string;
717
+ min: string;
718
+ max: string;
719
+ none: string;
720
+ count: string;
721
+ average: string;
722
+ copy: string;
723
+ copyWithHeaders: string;
724
+ ctrlC: string;
725
+ paste: string;
726
+ ctrlV: string;
727
+ labelSearchColumn: string;
728
+ };
729
+ "ez-guide-navigator": {
730
+ searchGuide: string;
731
+ hideMenu: string;
732
+ };
733
+ "ez-list": {
734
+ moveToGroup: string;
735
+ };
736
+ "ez-modal": {
737
+ close: string;
738
+ };
739
+ "ez-multi-selection-list": {
740
+ selectAll: string;
741
+ search: string;
742
+ empty: string;
743
+ initMessage: string;
744
+ emptyResults: string;
745
+ };
746
+ "ez-number-input": {
747
+ invalidNumber: string;
748
+ };
749
+ "ez-rich-text": {
750
+ listShortcut: string;
751
+ linkShortcut: string;
752
+ imageShortcut: string;
753
+ boldShortcut: string;
754
+ italicShortcut: string;
755
+ underlineShortcut: string;
756
+ breakLineShortcut: string;
757
+ undoShortcut: string;
758
+ redoShortcut: string;
759
+ edit: string;
760
+ preview: string;
761
+ title: {
762
+ preview: string;
763
+ edit: string;
764
+ undo: string;
765
+ redo: string;
766
+ link: string;
767
+ image: string;
768
+ list: string;
769
+ underline: string;
770
+ italic: string;
771
+ bold: string;
772
+ };
773
+ };
774
+ "ez-link-builder": {
775
+ addLinkTitle: string;
776
+ addLinkSubtitle: string;
777
+ submit: string;
778
+ urlInputLabel: string;
779
+ textInputLabel: string;
780
+ openInNewPage: string;
781
+ };
782
+ "ez-simple-image-uploader": {
783
+ uploadTitle: string;
784
+ uploadSubtitle: string;
785
+ submit: string;
786
+ tooltipMessage: string;
787
+ urlInputLabel: string;
788
+ orText: string;
789
+ removeFile: string;
790
+ dragDropText: string;
791
+ imageAlt: string;
792
+ imageTooLarge: string;
793
+ };
794
+ "ez-search": {
795
+ emptyList: string;
796
+ emptySearch: string;
797
+ };
798
+ "ez-search-plus": {
799
+ emptyList: string;
800
+ optionLoaderNotDefined: string;
801
+ defaultCodeLabel: string;
802
+ };
803
+ "ez-sortable-list": {
804
+ emptyMessage: string;
805
+ entityLabel: string;
806
+ entityLabelPlural: string;
807
+ total: string;
808
+ search: string;
809
+ };
810
+ "ez-split-button": {
811
+ moreOptions: string;
812
+ };
813
+ "ez-text-edit": {
814
+ emptyFieldWarning: string;
815
+ };
816
+ "ez-time-input": {
817
+ invalidTime: string;
818
+ };
819
+ "ez-sidebar": {
820
+ unPinMenu: string;
821
+ pushPinMenu: string;
822
+ hideMenu: string;
823
+ };
824
+ "ez-form": {
825
+ labelSearchField: string;
826
+ };
827
+ utils: {
828
+ requiredFieldMessage: string;
829
+ requiredField: string;
830
+ selectAllPage: string;
831
+ loadingAllRecords: string;
832
+ selectAllRecords: string;
833
+ waitForLoad: string;
834
+ allRecordsSelected: string;
835
+ selectedRecords: string;
836
+ };
837
+ };
838
+ };
839
+ };
840
+ export default _default;