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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (430) hide show
  1. package/dist/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-39807831.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-86776e90.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 +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 +7 -2
  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 +1 -1
  14. package/dist/cjs/ez-calendar.cjs.entry.js +8 -7
  15. package/dist/cjs/ez-card-item_2.cjs.entry.js +2 -2
  16. package/dist/cjs/ez-chart.cjs.entry.js +4 -19
  17. package/dist/cjs/ez-check.cjs.entry.js +2 -2
  18. package/dist/cjs/ez-chip.cjs.entry.js +3 -2
  19. package/dist/cjs/ez-collapsible-box.cjs.entry.js +15 -12
  20. package/dist/cjs/{ez-combo-box-list_3.cjs.entry.js → ez-combo-box-list_4.cjs.entry.js} +292 -6
  21. package/dist/cjs/ez-combo-box.cjs.entry.js +33 -15
  22. package/dist/cjs/ez-date-input.cjs.entry.js +6 -2
  23. package/dist/cjs/ez-date-time-input.cjs.entry.js +6 -2
  24. package/dist/cjs/ez-dialog.cjs.entry.js +9 -7
  25. package/dist/cjs/ez-double-list.cjs.entry.js +13 -5
  26. package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
  27. package/dist/cjs/ez-empty-card.cjs.entry.js +34 -0
  28. package/dist/cjs/ez-file-item.cjs.entry.js +10 -7
  29. package/dist/cjs/ez-filter-input.cjs.entry.js +129 -0
  30. package/dist/cjs/ez-form-view.cjs.entry.js +13 -5
  31. package/dist/cjs/ez-form.cjs.entry.js +5 -4
  32. package/dist/cjs/ez-grid.cjs.entry.js +172 -133
  33. package/dist/cjs/ez-guide-navigator.cjs.entry.js +6 -2
  34. package/dist/cjs/ez-icon.cjs.entry.js +2 -2
  35. package/dist/cjs/ez-link-builder_6.cjs.entry.js +315 -0
  36. package/dist/cjs/ez-list.cjs.entry.js +5 -3
  37. package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
  38. package/dist/cjs/ez-modal-container.cjs.entry.js +7 -3
  39. package/dist/cjs/ez-modal.cjs.entry.js +6 -2
  40. package/dist/cjs/ez-multi-selection-list.cjs.entry.js +10 -6
  41. package/dist/cjs/ez-number-input.cjs.entry.js +6 -2
  42. package/dist/cjs/ez-popover-plus_3.cjs.entry.js +1 -1
  43. package/dist/cjs/ez-popover.cjs.entry.js +1 -1
  44. package/dist/cjs/ez-popup.cjs.entry.js +1 -1
  45. package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
  46. package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js +27 -0
  47. package/dist/cjs/ez-scroller_2.cjs.entry.js +1 -1
  48. package/dist/cjs/ez-search-plus.cjs.entry.js +19 -10
  49. package/dist/cjs/ez-search-result-list.cjs.entry.js +25 -8
  50. package/dist/cjs/ez-search.cjs.entry.js +9 -10
  51. package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +6 -8
  52. package/dist/cjs/ez-skeleton.cjs.entry.js +6 -4
  53. package/dist/cjs/ez-sortable-list.cjs.entry.js +13 -6
  54. package/dist/cjs/ez-split-button.cjs.entry.js +6 -5
  55. package/dist/cjs/ez-split-item.cjs.entry.js +7 -3
  56. package/dist/cjs/ez-split-panel.cjs.entry.js +1 -1
  57. package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
  58. package/dist/cjs/ez-text-area.cjs.entry.js +35 -28
  59. package/dist/cjs/ez-text-input.cjs.entry.js +3 -2
  60. package/dist/cjs/ez-tile.cjs.entry.js +62 -0
  61. package/dist/cjs/ez-time-input.cjs.entry.js +13 -11
  62. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  63. package/dist/cjs/{ez-filter-input_2.cjs.entry.js → ez-tooltip.cjs.entry.js} +2 -124
  64. package/dist/cjs/ez-tree.cjs.entry.js +6 -2
  65. package/dist/cjs/ez-upload.cjs.entry.js +18 -12
  66. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  67. package/dist/cjs/ezui.cjs.js +6 -2
  68. package/dist/cjs/filter-column.cjs.entry.js +9 -5
  69. package/dist/cjs/index-02854309.js +3672 -0
  70. package/dist/cjs/{index-9e5554cb.js → index-a7b0c73d.js} +32 -15
  71. package/dist/cjs/loader.cjs.js +6 -2
  72. package/dist/cjs/purify-a7dc3a08.js +1354 -0
  73. package/dist/cjs/{search-column-1d3c9fa5.js → search-column-82c52e20.js} +11 -5
  74. package/dist/collection/collection-manifest.json +27 -1
  75. package/dist/collection/components/ez-alert-list/ez-alert-list.js +5 -3
  76. package/dist/collection/components/ez-avatar/ez-avatar.js +5 -1
  77. package/dist/collection/components/ez-calendar/ez-calendar.js +7 -6
  78. package/dist/collection/components/ez-check/ez-check.css +1 -1
  79. package/dist/collection/components/ez-chip/ez-chip.js +20 -1
  80. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +1 -0
  81. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +12 -9
  82. package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +7 -4
  83. package/dist/collection/components/ez-combo-box/ez-combo-box.js +50 -15
  84. package/dist/collection/components/ez-date-input/ez-date-input.js +5 -1
  85. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +5 -1
  86. package/dist/collection/components/ez-dialog/ez-dialog.js +8 -6
  87. package/dist/collection/components/ez-double-list/ez-double-list.js +12 -4
  88. package/dist/collection/components/ez-empty-card/ez-empty-card.css +55 -0
  89. package/dist/collection/components/ez-empty-card/ez-empty-card.js +91 -0
  90. package/dist/collection/components/ez-file-item/ez-file-item.js +9 -6
  91. package/dist/collection/components/ez-form/ez-form.js +1 -1
  92. package/dist/collection/components/ez-form-view/ez-form-view.js +4 -3
  93. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +5 -2
  94. package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +4 -0
  95. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +38 -11
  96. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +14 -4
  97. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +4 -1
  98. package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +3 -1
  99. package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js +67 -0
  100. package/dist/collection/components/ez-grid/ez-grid.js +15 -13
  101. package/dist/collection/components/ez-grid/subcomponents/filter-column.js +7 -3
  102. package/dist/collection/components/ez-grid/subcomponents/selection-counter.js +2 -2
  103. package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js +11 -7
  104. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +5 -1
  105. package/dist/collection/components/ez-icon/ez-icon.css +147 -140
  106. package/dist/collection/components/ez-list/ez-list.js +4 -2
  107. package/dist/collection/components/ez-modal/ez-modal.js +5 -1
  108. package/dist/collection/components/ez-modal-container/ez-modal-container.css +2 -0
  109. package/dist/collection/components/ez-modal-container/ez-modal-container.js +5 -1
  110. package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +9 -5
  111. package/dist/collection/components/ez-number-input/ez-number-input.js +5 -1
  112. package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css +3 -2
  113. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.css +22 -0
  114. package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js +135 -0
  115. package/dist/collection/components/ez-rich-text/ez-rich-text.css +30 -0
  116. package/dist/collection/components/ez-rich-text/ez-rich-text.js +575 -0
  117. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js +27 -0
  118. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.css +4 -0
  119. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js +23 -0
  120. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.css +4 -0
  121. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js +23 -0
  122. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.css +20 -0
  123. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.js +122 -0
  124. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.css +4 -0
  125. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js +23 -0
  126. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.css +42 -0
  127. package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js +187 -0
  128. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.css +70 -0
  129. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js +220 -0
  130. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.js +1 -0
  131. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.js +14 -0
  132. package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.js +10 -0
  133. package/dist/collection/components/ez-search/ez-search.js +7 -8
  134. package/dist/collection/components/ez-search-plus/ez-search-plus.css +2 -0
  135. package/dist/collection/components/ez-search-plus/ez-search-plus.js +16 -7
  136. package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +27 -7
  137. package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js +5 -2
  138. package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +0 -1
  139. package/dist/collection/components/ez-skeleton/ez-skeleton.js +4 -2
  140. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +15 -11
  141. package/dist/collection/components/ez-split-button/ez-split-button.js +6 -6
  142. package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +5 -1
  143. package/dist/collection/components/ez-text-area/ez-text-area.css +244 -212
  144. package/dist/collection/components/ez-text-area/ez-text-area.js +35 -28
  145. package/dist/collection/components/ez-text-edit/ez-text-edit.js +5 -1
  146. package/dist/collection/components/ez-text-input/ez-text-input.js +2 -1
  147. package/dist/collection/components/ez-tile/ez-tile.css +151 -0
  148. package/dist/collection/components/ez-tile/ez-tile.js +269 -0
  149. package/dist/collection/components/ez-time-input/ez-time-input.js +12 -10
  150. package/dist/collection/components/ez-tooltip/ez-tooltip.js +1 -1
  151. package/dist/collection/components/ez-tree/ez-tree.js +5 -1
  152. package/dist/collection/components/ez-upload/ez-upload.js +18 -12
  153. package/dist/collection/global/app-init.js +6 -0
  154. package/dist/collection/setupTests.js +1 -1
  155. package/dist/collection/utils/ApplicationUtils.js +43 -15
  156. package/dist/collection/utils/constants.js +0 -1
  157. package/dist/collection/utils/i18n/elanguages.js +6 -0
  158. package/dist/collection/utils/i18n/i18nUtils.js +20 -0
  159. package/dist/collection/utils/i18n/index.js +30 -0
  160. package/dist/collection/utils/i18n/locales/en-us.js +275 -0
  161. package/dist/collection/utils/i18n/locales/es-es.js +275 -0
  162. package/dist/collection/utils/i18n/locales/pt-br.js +275 -0
  163. package/dist/collection/utils/i18n/translations.js +9 -0
  164. package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +8 -2
  165. package/dist/custom-elements/index.d.ts +60 -0
  166. package/dist/custom-elements/index.js +6252 -308
  167. package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-72f474e8.js} +43 -15
  168. package/dist/esm/RichToolbarHelper-f3a149c4.js +29 -0
  169. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  170. package/dist/esm/app-globals-2ccb253f.js +10 -0
  171. package/dist/esm/{constants-b036528f.js → constants-3fabe81e.js} +1 -2
  172. package/dist/esm/ez-actions-button.entry.js +3 -2
  173. package/dist/esm/ez-alert-list.entry.js +6 -4
  174. package/dist/esm/ez-alert.entry.js +1 -1
  175. package/dist/esm/ez-application.entry.js +1 -1
  176. package/dist/esm/ez-avatar.entry.js +7 -2
  177. package/dist/esm/ez-badge.entry.js +1 -1
  178. package/dist/esm/ez-breadcrumb.entry.js +1 -1
  179. package/dist/esm/ez-button.entry.js +1 -1
  180. package/dist/esm/ez-calendar.entry.js +8 -7
  181. package/dist/esm/ez-card-item_2.entry.js +2 -2
  182. package/dist/esm/ez-chart.entry.js +2 -17
  183. package/dist/esm/ez-check.entry.js +2 -2
  184. package/dist/esm/ez-chip.entry.js +3 -2
  185. package/dist/esm/ez-collapsible-box.entry.js +15 -12
  186. package/dist/esm/{ez-combo-box-list_3.entry.js → ez-combo-box-list_4.entry.js} +293 -8
  187. package/dist/esm/ez-combo-box.entry.js +33 -15
  188. package/dist/esm/ez-date-input.entry.js +6 -2
  189. package/dist/esm/ez-date-time-input.entry.js +6 -2
  190. package/dist/esm/ez-dialog.entry.js +9 -7
  191. package/dist/esm/ez-double-list.entry.js +13 -5
  192. package/dist/esm/ez-dropdown.entry.js +1 -1
  193. package/dist/esm/ez-empty-card.entry.js +30 -0
  194. package/dist/esm/ez-file-item.entry.js +10 -7
  195. package/dist/esm/ez-filter-input.entry.js +125 -0
  196. package/dist/esm/ez-form-view.entry.js +13 -5
  197. package/dist/esm/ez-form.entry.js +5 -4
  198. package/dist/esm/ez-grid.entry.js +155 -116
  199. package/dist/esm/ez-guide-navigator.entry.js +6 -2
  200. package/dist/esm/ez-icon.entry.js +2 -2
  201. package/dist/esm/ez-link-builder_6.entry.js +306 -0
  202. package/dist/esm/ez-list.entry.js +5 -3
  203. package/dist/esm/ez-loading-bar.entry.js +1 -1
  204. package/dist/esm/ez-modal-container.entry.js +7 -3
  205. package/dist/esm/ez-modal.entry.js +6 -2
  206. package/dist/esm/ez-multi-selection-list.entry.js +10 -6
  207. package/dist/esm/ez-number-input.entry.js +6 -2
  208. package/dist/esm/ez-popover-plus_3.entry.js +1 -1
  209. package/dist/esm/ez-popover.entry.js +1 -1
  210. package/dist/esm/ez-popup.entry.js +1 -1
  211. package/dist/esm/ez-radio-button.entry.js +1 -1
  212. package/dist/esm/ez-rich-toolbar-item.entry.js +23 -0
  213. package/dist/esm/ez-scroller_2.entry.js +1 -1
  214. package/dist/esm/ez-search-plus.entry.js +19 -10
  215. package/dist/esm/ez-search-result-list.entry.js +25 -8
  216. package/dist/esm/ez-search.entry.js +9 -10
  217. package/dist/esm/ez-sidebar-navigator.entry.js +6 -8
  218. package/dist/esm/ez-skeleton.entry.js +6 -4
  219. package/dist/esm/ez-sortable-list.entry.js +13 -6
  220. package/dist/esm/ez-split-button.entry.js +6 -5
  221. package/dist/esm/ez-split-item.entry.js +7 -3
  222. package/dist/esm/ez-split-panel.entry.js +1 -1
  223. package/dist/esm/ez-tabselector.entry.js +1 -1
  224. package/dist/esm/ez-text-area.entry.js +35 -28
  225. package/dist/esm/ez-text-input.entry.js +3 -2
  226. package/dist/esm/ez-tile.entry.js +58 -0
  227. package/dist/esm/ez-time-input.entry.js +13 -11
  228. package/dist/esm/ez-toast.entry.js +1 -1
  229. package/dist/esm/{ez-filter-input_2.entry.js → ez-tooltip.entry.js} +3 -124
  230. package/dist/esm/ez-tree.entry.js +6 -2
  231. package/dist/esm/ez-upload.entry.js +18 -12
  232. package/dist/esm/ez-view-stack.entry.js +1 -1
  233. package/dist/esm/ezui.js +7 -3
  234. package/dist/esm/filter-column.entry.js +9 -5
  235. package/dist/esm/index-b623906e.js +3669 -0
  236. package/dist/esm/{index-5a720e56.js → index-baa5e267.js} +33 -15
  237. package/dist/esm/loader.js +7 -3
  238. package/dist/esm/purify-da6317bb.js +1352 -0
  239. package/dist/esm/{search-column-35f4ad93.js → search-column-5a55f676.js} +10 -4
  240. package/dist/ezui/ezui.esm.js +1 -1
  241. package/dist/ezui/p-0603bcc7.entry.js +1 -0
  242. package/dist/ezui/p-0ec7aa3a.entry.js +1 -0
  243. package/dist/ezui/p-0f0f3efe.entry.js +1 -0
  244. package/dist/ezui/p-112455b1.js +1 -0
  245. package/dist/ezui/{p-87f5a060.entry.js → p-1bcfd88c.entry.js} +1 -1
  246. package/dist/ezui/p-1c3efd36.entry.js +1 -0
  247. package/dist/ezui/p-1c55dda0.js +3 -0
  248. package/dist/ezui/{p-81461d2f.entry.js → p-1e7a8633.entry.js} +1 -1
  249. package/dist/ezui/{p-6b51c9cc.entry.js → p-1f50fa05.entry.js} +1 -1
  250. package/dist/ezui/p-1ffb75d5.js +1 -0
  251. package/dist/ezui/p-20c024f7.entry.js +1 -0
  252. package/dist/ezui/p-22934e19.entry.js +1 -0
  253. package/dist/ezui/{p-e4c7eb39.js → p-23a36bb6.js} +2 -2
  254. package/dist/ezui/{p-06f1b8e4.entry.js → p-288631d1.entry.js} +1 -1
  255. package/dist/ezui/p-2f471aca.entry.js +1 -0
  256. package/dist/ezui/p-303b3b8c.entry.js +1 -0
  257. package/dist/ezui/p-3b89a9a0.entry.js +1 -0
  258. package/dist/ezui/p-3e71ca08.entry.js +1 -0
  259. package/dist/ezui/p-3e767a74.js +1 -0
  260. package/dist/ezui/p-3e88fbb6.entry.js +1 -0
  261. package/dist/ezui/p-4044a7d7.entry.js +1 -0
  262. package/dist/ezui/{p-0378416a.entry.js → p-44caad9a.entry.js} +1 -1
  263. package/dist/ezui/p-45c9b292.entry.js +1 -0
  264. package/dist/ezui/p-45e64547.entry.js +1 -0
  265. package/dist/ezui/p-46913da7.js +1 -0
  266. package/dist/ezui/p-4773ff4c.js +1 -0
  267. package/dist/ezui/{p-769632d5.entry.js → p-4b67138e.entry.js} +1 -1
  268. package/dist/ezui/{p-4a876b8b.entry.js → p-4d30b703.entry.js} +1 -1
  269. package/dist/ezui/p-4fc5f926.entry.js +1 -0
  270. package/dist/ezui/p-53bc30a1.entry.js +1 -0
  271. package/dist/ezui/{p-6fc26622.entry.js → p-5ed81457.entry.js} +1 -1
  272. package/dist/ezui/p-627ff5a2.entry.js +1 -0
  273. package/dist/ezui/p-629e32e2.entry.js +1 -0
  274. package/dist/ezui/p-6369a0cd.entry.js +1 -0
  275. package/dist/ezui/{p-80764ff6.entry.js → p-6562b5c8.entry.js} +46 -46
  276. package/dist/ezui/p-6d596a5a.entry.js +1 -0
  277. package/dist/ezui/p-6e6fccfb.entry.js +1 -0
  278. package/dist/ezui/p-713dc93e.entry.js +1 -0
  279. package/dist/ezui/p-79044c3e.entry.js +1 -0
  280. package/dist/ezui/{p-5b85d3de.entry.js → p-7f792043.entry.js} +1 -1
  281. package/dist/ezui/p-80461324.entry.js +1 -0
  282. package/dist/ezui/p-84a136bf.entry.js +1 -0
  283. package/dist/ezui/{p-b3b3c99a.entry.js → p-8afb6e8a.entry.js} +1 -1
  284. package/dist/ezui/{p-82fa4b09.entry.js → p-8df1ca33.entry.js} +1 -1
  285. package/dist/ezui/p-91c9d50e.entry.js +1 -0
  286. package/dist/ezui/p-973e6a40.entry.js +1 -0
  287. package/dist/ezui/{p-18e71523.entry.js → p-9c5cd3b2.entry.js} +1 -1
  288. package/dist/ezui/{p-c2b20f78.entry.js → p-9f5fa3f9.entry.js} +1 -1
  289. package/dist/ezui/p-a12f6074.entry.js +1 -0
  290. package/dist/ezui/p-a482aae1.entry.js +1 -0
  291. package/dist/ezui/p-a687f14c.entry.js +7 -0
  292. package/dist/ezui/{p-dfca5946.entry.js → p-a80b1287.entry.js} +1 -1
  293. package/dist/ezui/p-adbc3261.entry.js +1 -0
  294. package/dist/ezui/p-b115058e.entry.js +1 -0
  295. package/dist/ezui/p-b1e45320.js +1 -0
  296. package/dist/ezui/p-b4215a04.entry.js +1 -0
  297. package/dist/ezui/p-b8ed876d.entry.js +1 -0
  298. package/dist/ezui/p-ba07b3df.js +1 -0
  299. package/dist/ezui/p-bc2f844e.entry.js +1 -0
  300. package/dist/ezui/p-beb42de1.entry.js +1 -0
  301. package/dist/ezui/p-c00ad772.entry.js +1 -0
  302. package/dist/ezui/{p-92748142.entry.js → p-c0d9c4f8.entry.js} +1 -1
  303. package/dist/ezui/p-c2a8139d.entry.js +1 -0
  304. package/dist/ezui/p-caf2584a.entry.js +1 -0
  305. package/dist/ezui/p-d1d0868b.entry.js +1 -0
  306. package/dist/ezui/p-d2645bdf.entry.js +1 -0
  307. package/dist/ezui/p-e5260556.entry.js +1 -0
  308. package/dist/ezui/{p-000159dc.entry.js → p-e75c7a23.entry.js} +1 -1
  309. package/dist/ezui/p-e7a7c594.entry.js +1 -0
  310. package/dist/ezui/p-ed3bed1e.entry.js +1 -0
  311. package/dist/ezui/{p-44b39e81.entry.js → p-fa6732f2.entry.js} +1 -1
  312. package/dist/types/components/ez-alert-list/ez-alert-list.d.ts +2 -1
  313. package/dist/types/components/ez-avatar/ez-avatar.d.ts +2 -0
  314. package/dist/types/components/ez-calendar/ez-calendar.d.ts +2 -3
  315. package/dist/types/components/ez-chip/ez-chip.d.ts +4 -0
  316. package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +2 -0
  317. package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +2 -0
  318. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +9 -2
  319. package/dist/types/components/ez-date-input/ez-date-input.d.ts +2 -0
  320. package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +2 -0
  321. package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -2
  322. package/dist/types/components/ez-double-list/ez-double-list.d.ts +2 -0
  323. package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +18 -0
  324. package/dist/types/components/ez-file-item/ez-file-item.d.ts +2 -0
  325. package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -0
  326. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -0
  327. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +2 -0
  328. package/dist/types/components/ez-grid/controller/ag-grid/DataSource.d.ts +1 -0
  329. package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +1 -0
  330. package/dist/types/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.d.ts +1 -1
  331. package/dist/types/components/ez-grid/controller/ag-grid/utils/buildLocaleText.d.ts +66 -0
  332. package/dist/types/components/ez-grid/ez-grid.d.ts +2 -2
  333. package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +2 -0
  334. package/dist/types/components/ez-grid/subcomponents/selection-counter.d.ts +2 -0
  335. package/dist/types/components/ez-grid/subcomponents/utils/selectionCounterUtils.d.ts +2 -2
  336. package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +2 -0
  337. package/dist/types/components/ez-list/ez-list.d.ts +2 -1
  338. package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
  339. package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
  340. package/dist/types/components/ez-multi-selection-list/ez-multi-selection-list.d.ts +2 -0
  341. package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
  342. package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +19 -0
  343. package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +105 -0
  344. package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +31 -0
  345. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +5 -0
  346. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +5 -0
  347. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.d.ts +11 -0
  348. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +5 -0
  349. package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +35 -0
  350. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +39 -0
  351. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.d.ts +1 -0
  352. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.d.ts +1 -0
  353. package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.d.ts +1 -0
  354. package/dist/types/components/ez-search/ez-search.d.ts +2 -3
  355. package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +4 -1
  356. package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +4 -1
  357. package/dist/types/components/ez-sidebar-navigator/ez-sidebar-navigator.d.ts +2 -0
  358. package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +0 -1
  359. package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +2 -1
  360. package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +2 -0
  361. package/dist/types/components/ez-split-button/ez-split-button.d.ts +2 -2
  362. package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +2 -0
  363. package/dist/types/components/ez-text-area/ez-text-area.d.ts +6 -3
  364. package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +2 -0
  365. package/dist/types/components/ez-tile/ez-tile.d.ts +58 -0
  366. package/dist/types/components/ez-time-input/ez-time-input.d.ts +2 -1
  367. package/dist/types/components/ez-tree/ez-tree.d.ts +2 -0
  368. package/dist/types/components/ez-upload/ez-upload.d.ts +3 -1
  369. package/dist/types/components.d.ts +447 -2
  370. package/dist/types/global/app-init.d.ts +1 -0
  371. package/dist/types/utils/ApplicationUtils.d.ts +3 -1
  372. package/dist/types/utils/constants.d.ts +0 -1
  373. package/dist/types/utils/i18n/elanguages.d.ts +5 -0
  374. package/dist/types/utils/i18n/i18nUtils.d.ts +2 -0
  375. package/dist/types/utils/i18n/index.d.ts +5 -0
  376. package/dist/types/utils/i18n/locales/en-us.d.ts +276 -0
  377. package/dist/types/utils/i18n/locales/es-es.d.ts +276 -0
  378. package/dist/types/utils/i18n/locales/pt-br.d.ts +276 -0
  379. package/dist/types/utils/i18n/translations.d.ts +828 -0
  380. package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -0
  381. package/package.json +8 -1
  382. package/react/components.d.ts +10 -0
  383. package/react/components.js +10 -0
  384. package/react/components.js.map +1 -1
  385. package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js +0 -75
  386. package/dist/collection/components/ez-sidebar-navigator/messages/constants.js +0 -5
  387. package/dist/ezui/p-01b72d7e.entry.js +0 -1
  388. package/dist/ezui/p-07594da0.entry.js +0 -1
  389. package/dist/ezui/p-11bfeca3.entry.js +0 -1
  390. package/dist/ezui/p-175154a0.js +0 -1
  391. package/dist/ezui/p-1fefb37a.entry.js +0 -1
  392. package/dist/ezui/p-2187f86c.js +0 -1
  393. package/dist/ezui/p-220b9944.entry.js +0 -1
  394. package/dist/ezui/p-28987410.entry.js +0 -1
  395. package/dist/ezui/p-2d10bb18.entry.js +0 -1
  396. package/dist/ezui/p-2f351332.entry.js +0 -1
  397. package/dist/ezui/p-4e66eaeb.entry.js +0 -1
  398. package/dist/ezui/p-545bd5d5.entry.js +0 -7
  399. package/dist/ezui/p-5eea9886.js +0 -1
  400. package/dist/ezui/p-61f5c258.entry.js +0 -1
  401. package/dist/ezui/p-6b2cc9b8.entry.js +0 -1
  402. package/dist/ezui/p-6b3fddee.entry.js +0 -1
  403. package/dist/ezui/p-6ec40dec.entry.js +0 -1
  404. package/dist/ezui/p-700c1320.entry.js +0 -1
  405. package/dist/ezui/p-708b196e.entry.js +0 -1
  406. package/dist/ezui/p-7567ccdd.entry.js +0 -1
  407. package/dist/ezui/p-791f4e43.entry.js +0 -1
  408. package/dist/ezui/p-7db20f8e.entry.js +0 -1
  409. package/dist/ezui/p-7ec3f335.entry.js +0 -1
  410. package/dist/ezui/p-85d7b78a.entry.js +0 -1
  411. package/dist/ezui/p-90c90351.entry.js +0 -1
  412. package/dist/ezui/p-90e91173.entry.js +0 -1
  413. package/dist/ezui/p-91ccae0c.entry.js +0 -1
  414. package/dist/ezui/p-926a0bde.entry.js +0 -1
  415. package/dist/ezui/p-97d94ef3.entry.js +0 -1
  416. package/dist/ezui/p-9e95bfeb.entry.js +0 -1
  417. package/dist/ezui/p-a11827ca.entry.js +0 -1
  418. package/dist/ezui/p-c7035d65.entry.js +0 -1
  419. package/dist/ezui/p-c8e6204f.entry.js +0 -1
  420. package/dist/ezui/p-d2290004.entry.js +0 -1
  421. package/dist/ezui/p-d4d6d5fe.entry.js +0 -1
  422. package/dist/ezui/p-ddb22a70.entry.js +0 -1
  423. package/dist/ezui/p-ddd0bd61.entry.js +0 -1
  424. package/dist/ezui/p-e4ae4ddb.entry.js +0 -1
  425. package/dist/ezui/p-e4ead194.entry.js +0 -1
  426. package/dist/ezui/p-e6b38ade.entry.js +0 -1
  427. package/dist/ezui/p-ed48a632.entry.js +0 -1
  428. package/dist/ezui/p-fc194825.entry.js +0 -1
  429. package/dist/types/components/ez-grid/controller/ag-grid/i18n/pt-BR.d.ts +0 -2
  430. package/dist/types/components/ez-sidebar-navigator/messages/constants.d.ts +0 -5
@@ -0,0 +1,828 @@
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
+ };
170
+ "ez-guide-navigator": {
171
+ searchGuide: string;
172
+ hideMenu: string;
173
+ };
174
+ "ez-list": {
175
+ moveToGroup: string;
176
+ };
177
+ "ez-modal": {
178
+ close: string;
179
+ };
180
+ "ez-multi-selection-list": {
181
+ selectAll: string;
182
+ search: string;
183
+ empty: string;
184
+ initMessage: string;
185
+ emptyResults: string;
186
+ };
187
+ "ez-number-input": {
188
+ invalidNumber: string;
189
+ };
190
+ "ez-rich-text": {
191
+ listShortcut: string;
192
+ linkShortcut: string;
193
+ imageShortcut: string;
194
+ boldShortcut: string;
195
+ italicShortcut: string;
196
+ underlineShortcut: string;
197
+ breakLineShortcut: string;
198
+ undoShortcut: string;
199
+ redoShortcut: string;
200
+ edit: string;
201
+ preview: string;
202
+ title: {
203
+ preview: string;
204
+ edit: string;
205
+ undo: string;
206
+ redo: string;
207
+ link: string;
208
+ image: string;
209
+ list: string;
210
+ underline: string;
211
+ italic: string;
212
+ bold: string;
213
+ };
214
+ };
215
+ "ez-link-builder": {
216
+ addLinkTitle: string;
217
+ addLinkSubtitle: string;
218
+ submit: string;
219
+ urlInputLabel: string;
220
+ textInputLabel: string;
221
+ openInNewPage: string;
222
+ };
223
+ "ez-simple-image-uploader": {
224
+ uploadTitle: string;
225
+ uploadSubtitle: string;
226
+ submit: string;
227
+ tooltipMessage: string;
228
+ urlInputLabel: string;
229
+ orText: string;
230
+ removeFile: string;
231
+ dragDropText: string;
232
+ imageAlt: string;
233
+ imageTooLarge: string;
234
+ };
235
+ "ez-search": {
236
+ emptyList: string;
237
+ emptySearch: string;
238
+ };
239
+ "ez-search-plus": {
240
+ emptyList: string;
241
+ optionLoaderNotDefined: string;
242
+ defaultCodeLabel: string;
243
+ };
244
+ "ez-sortable-list": {
245
+ emptyMessage: string;
246
+ entityLabel: string;
247
+ entityLabelPlural: string;
248
+ total: string;
249
+ search: string;
250
+ };
251
+ "ez-split-button": {
252
+ moreOptions: string;
253
+ };
254
+ "ez-text-edit": {
255
+ emptyFieldWarning: string;
256
+ };
257
+ "ez-time-input": {
258
+ invalidTime: string;
259
+ };
260
+ "ez-sidebar": {
261
+ unPinMenu: string;
262
+ pushPinMenu: string;
263
+ hideMenu: string;
264
+ };
265
+ utils: {
266
+ requiredFieldMessage: string;
267
+ requiredField: string;
268
+ selectAllPage: string;
269
+ loadingAllRecords: string;
270
+ selectAllRecords: string;
271
+ waitForLoad: string;
272
+ allRecordsSelected: string;
273
+ selectedRecords: string;
274
+ };
275
+ };
276
+ };
277
+ en_US: {
278
+ translation: {
279
+ app: {
280
+ collapse: string;
281
+ expand: string;
282
+ close: string;
283
+ profile: string;
284
+ warning: string;
285
+ edit: string;
286
+ remove: string;
287
+ yes: string;
288
+ no: string;
289
+ loading: string;
290
+ apply: string;
291
+ cancel: string;
292
+ ok: string;
293
+ alerts: string;
294
+ requiredInfo: string;
295
+ };
296
+ "ez-upload": {
297
+ enable: string;
298
+ disable: string;
299
+ replaceFileTitle: string;
300
+ replaceFileMessage: string;
301
+ maxFilesError: string;
302
+ emptyFileError: string;
303
+ missingUploadUrlError: string;
304
+ maxFileSizeError: string;
305
+ uploadErrorTitle: string;
306
+ uploadingMessage: string;
307
+ };
308
+ "ez-calendar": {
309
+ month: {
310
+ 0: string;
311
+ 1: string;
312
+ 2: string;
313
+ 3: string;
314
+ 4: string;
315
+ 5: string;
316
+ 6: string;
317
+ 7: string;
318
+ 8: string;
319
+ 9: string;
320
+ 10: string;
321
+ 11: string;
322
+ };
323
+ weekDay: {
324
+ 0: string;
325
+ 1: string;
326
+ 2: string;
327
+ 3: string;
328
+ 4: string;
329
+ 5: string;
330
+ 6: string;
331
+ };
332
+ today: string;
333
+ };
334
+ "ez-collapsible-box": {
335
+ confirmRemove: string;
336
+ };
337
+ "ez-combo-box": {
338
+ placeholder: string;
339
+ noResults: string;
340
+ };
341
+ "ez-date-time-input": {
342
+ invalidDate: string;
343
+ };
344
+ "ez-date-input": {
345
+ invalidDate: string;
346
+ };
347
+ "ez-dialog": {
348
+ confirmButton: string;
349
+ closeButton: string;
350
+ };
351
+ "ez-double-list": {
352
+ noItemsAvailable: string;
353
+ noItemsSelected: string;
354
+ moveAllTo: string;
355
+ moveTo: string;
356
+ moveToFirstPosition: string;
357
+ moveUp: string;
358
+ moveDown: string;
359
+ moveToLastPosition: string;
360
+ };
361
+ "ez-file-item": {
362
+ invalidProgress: string;
363
+ };
364
+ "ez-grid": {
365
+ filterAppliedSuccess: string;
366
+ cancelPagination: string;
367
+ pageLabel: string;
368
+ previousPage: string;
369
+ nextPage: string;
370
+ returnToPreviousPage: string;
371
+ goToNextPage: string;
372
+ remainingPageLabel: string;
373
+ remainingTotalLabel: string;
374
+ nextRecord: string;
375
+ previousRecord: string;
376
+ searchColumn: string;
377
+ sortAscending: string;
378
+ sortDescending: string;
379
+ pinColumn: string;
380
+ unpinColumn: string;
381
+ filter: string;
382
+ columnCantBeOrder: string;
383
+ filterColumnHeader: string;
384
+ clearSelection: string;
385
+ page: string;
386
+ more: string;
387
+ to: string;
388
+ of: string;
389
+ next: string;
390
+ last: string;
391
+ first: string;
392
+ previous: string;
393
+ loadingOoo: string;
394
+ selectAll: string;
395
+ searchOoo: string;
396
+ blanks: string;
397
+ filterOoo: string;
398
+ applyFilter: string;
399
+ equals: string;
400
+ lessThan: string;
401
+ greaterThan: string;
402
+ contains: string;
403
+ startsWith: string;
404
+ endsWith: string;
405
+ group: string;
406
+ columns: string;
407
+ rowGroupColumns: string;
408
+ rowGroupColumnsEmptyMessage: string;
409
+ valueColumns: string;
410
+ pivotMode: string;
411
+ groups: string;
412
+ values: string;
413
+ pivots: string;
414
+ valueColumnsEmptyMessage: string;
415
+ pivotColumnsEmptyMessage: string;
416
+ toolPanelButton: string;
417
+ noRowsToShow: string;
418
+ valueAggregation: string;
419
+ autosizeThiscolumn: string;
420
+ autosizeAllColumns: string;
421
+ groupBy: string;
422
+ ungroupBy: string;
423
+ resetColumns: string;
424
+ expandAll: string;
425
+ collapseAll: string;
426
+ toolPanel: string;
427
+ export: string;
428
+ csvExport: string;
429
+ excelExport: string;
430
+ pinLeft: string;
431
+ pinRight: string;
432
+ noPin: string;
433
+ sum: string;
434
+ min: string;
435
+ max: string;
436
+ none: string;
437
+ count: string;
438
+ average: string;
439
+ copy: string;
440
+ copyWithHeaders: string;
441
+ ctrlC: string;
442
+ paste: string;
443
+ ctrlV: string;
444
+ };
445
+ "ez-guide-navigator": {
446
+ searchGuide: string;
447
+ hideMenu: string;
448
+ };
449
+ "ez-list": {
450
+ moveToGroup: string;
451
+ };
452
+ "ez-modal": {
453
+ close: string;
454
+ };
455
+ "ez-multi-selection-list": {
456
+ selectAll: string;
457
+ search: string;
458
+ empty: string;
459
+ initMessage: string;
460
+ emptyResults: string;
461
+ };
462
+ "ez-number-input": {
463
+ invalidNumber: string;
464
+ };
465
+ "ez-rich-text": {
466
+ listShortcut: string;
467
+ linkShortcut: string;
468
+ imageShortcut: string;
469
+ boldShortcut: string;
470
+ italicShortcut: string;
471
+ underlineShortcut: string;
472
+ breakLineShortcut: string;
473
+ undoShortcut: string;
474
+ redoShortcut: string;
475
+ edit: string;
476
+ preview: string;
477
+ title: {
478
+ preview: string;
479
+ edit: string;
480
+ undo: string;
481
+ redo: string;
482
+ link: string;
483
+ image: string;
484
+ list: string;
485
+ underline: string;
486
+ italic: string;
487
+ bold: string;
488
+ };
489
+ };
490
+ "ez-link-builder": {
491
+ addLinkTitle: string;
492
+ addLinkSubtitle: string;
493
+ submit: string;
494
+ urlInputLabel: string;
495
+ textInputLabel: string;
496
+ openInNewPage: string;
497
+ };
498
+ "ez-simple-image-uploader": {
499
+ uploadTitle: string;
500
+ uploadSubtitle: string;
501
+ submit: string;
502
+ tooltipMessage: string;
503
+ urlInputLabel: string;
504
+ orText: string;
505
+ removeFile: string;
506
+ dragDropText: string;
507
+ imageAlt: string;
508
+ imageTooLarge: string;
509
+ };
510
+ "ez-search": {
511
+ emptyList: string;
512
+ emptySearch: string;
513
+ };
514
+ "ez-search-plus": {
515
+ emptyList: string;
516
+ optionLoaderNotDefined: string;
517
+ defaultCodeLabel: string;
518
+ };
519
+ "ez-sortable-list": {
520
+ emptyMessage: string;
521
+ entityLabel: string;
522
+ entityLabelPlural: string;
523
+ total: string;
524
+ search: string;
525
+ };
526
+ "ez-split-button": {
527
+ moreOptions: string;
528
+ };
529
+ "ez-text-edit": {
530
+ emptyFieldWarning: string;
531
+ };
532
+ "ez-time-input": {
533
+ invalidTime: string;
534
+ };
535
+ "ez-sidebar": {
536
+ unPinMenu: string;
537
+ pushPinMenu: string;
538
+ hideMenu: string;
539
+ };
540
+ utils: {
541
+ requiredFieldMessage: string;
542
+ requiredField: string;
543
+ selectAllPage: string;
544
+ loadingAllRecords: string;
545
+ selectAllRecords: string;
546
+ waitForLoad: string;
547
+ allRecordsSelected: string;
548
+ selectedRecords: string;
549
+ };
550
+ };
551
+ };
552
+ es_ES: {
553
+ translation: {
554
+ app: {
555
+ collapse: string;
556
+ expand: string;
557
+ close: string;
558
+ profile: string;
559
+ warning: string;
560
+ edit: string;
561
+ remove: string;
562
+ yes: string;
563
+ no: string;
564
+ loading: string;
565
+ apply: string;
566
+ cancel: string;
567
+ ok: string;
568
+ alerts: string;
569
+ requiredInfo: string;
570
+ };
571
+ "ez-upload": {
572
+ enable: string;
573
+ disable: string;
574
+ replaceFileTitle: string;
575
+ replaceFileMessage: string;
576
+ maxFilesError: string;
577
+ emptyFileError: string;
578
+ missingUploadUrlError: string;
579
+ maxFileSizeError: string;
580
+ uploadErrorTitle: string;
581
+ uploadingMessage: string;
582
+ };
583
+ "ez-calendar": {
584
+ month: {
585
+ 0: string;
586
+ 1: string;
587
+ 2: string;
588
+ 3: string;
589
+ 4: string;
590
+ 5: string;
591
+ 6: string;
592
+ 7: string;
593
+ 8: string;
594
+ 9: string;
595
+ 10: string;
596
+ 11: string;
597
+ };
598
+ weekDay: {
599
+ 0: string;
600
+ 1: string;
601
+ 2: string;
602
+ 3: string;
603
+ 4: string;
604
+ 5: string;
605
+ 6: string;
606
+ };
607
+ today: string;
608
+ };
609
+ "ez-collapsible-box": {
610
+ confirmRemove: string;
611
+ };
612
+ "ez-combo-box": {
613
+ placeholder: string;
614
+ noResults: string;
615
+ };
616
+ "ez-date-time-input": {
617
+ invalidDate: string;
618
+ };
619
+ "ez-date-input": {
620
+ invalidDate: string;
621
+ };
622
+ "ez-dialog": {
623
+ confirmButton: string;
624
+ closeButton: string;
625
+ };
626
+ "ez-double-list": {
627
+ noItemsAvailable: string;
628
+ noItemsSelected: string;
629
+ moveAllTo: string;
630
+ moveTo: string;
631
+ moveToFirstPosition: string;
632
+ moveUp: string;
633
+ moveDown: string;
634
+ moveToLastPosition: string;
635
+ };
636
+ "ez-file-item": {
637
+ invalidProgress: string;
638
+ };
639
+ "ez-grid": {
640
+ filterAppliedSuccess: string;
641
+ cancelPagination: string;
642
+ pageLabel: string;
643
+ previousPage: string;
644
+ nextPage: string;
645
+ returnToPreviousPage: string;
646
+ goToNextPage: string;
647
+ remainingPageLabel: string;
648
+ remainingTotalLabel: string;
649
+ nextRecord: string;
650
+ previousRecord: string;
651
+ searchColumn: string;
652
+ sortAscending: string;
653
+ sortDescending: string;
654
+ pinColumn: string;
655
+ unpinColumn: string;
656
+ filter: string;
657
+ columnCantBeOrder: string;
658
+ filterColumnHeader: string;
659
+ clearSelection: string;
660
+ page: string;
661
+ more: string;
662
+ to: string;
663
+ of: string;
664
+ next: string;
665
+ last: string;
666
+ first: string;
667
+ previous: string;
668
+ loadingOoo: string;
669
+ selectAll: string;
670
+ searchOoo: string;
671
+ blanks: string;
672
+ filterOoo: string;
673
+ applyFilter: string;
674
+ equals: string;
675
+ lessThan: string;
676
+ greaterThan: string;
677
+ contains: string;
678
+ startsWith: string;
679
+ endsWith: string;
680
+ group: string;
681
+ columns: string;
682
+ rowGroupColumns: string;
683
+ rowGroupColumnsEmptyMessage: string;
684
+ valueColumns: string;
685
+ pivotMode: string;
686
+ groups: string;
687
+ values: string;
688
+ pivots: string;
689
+ valueColumnsEmptyMessage: string;
690
+ pivotColumnsEmptyMessage: string;
691
+ toolPanelButton: string;
692
+ noRowsToShow: string;
693
+ valueAggregation: string;
694
+ autosizeThiscolumn: string;
695
+ autosizeAllColumns: string;
696
+ groupBy: string;
697
+ ungroupBy: string;
698
+ resetColumns: string;
699
+ expandAll: string;
700
+ collapseAll: string;
701
+ toolPanel: string;
702
+ export: string;
703
+ csvExport: string;
704
+ excelExport: string;
705
+ pinLeft: string;
706
+ pinRight: string;
707
+ noPin: string;
708
+ sum: string;
709
+ min: string;
710
+ max: string;
711
+ none: string;
712
+ count: string;
713
+ average: string;
714
+ copy: string;
715
+ copyWithHeaders: string;
716
+ ctrlC: string;
717
+ paste: string;
718
+ ctrlV: string;
719
+ };
720
+ "ez-guide-navigator": {
721
+ searchGuide: string;
722
+ hideMenu: string;
723
+ };
724
+ "ez-list": {
725
+ moveToGroup: string;
726
+ };
727
+ "ez-modal": {
728
+ close: string;
729
+ };
730
+ "ez-multi-selection-list": {
731
+ selectAll: string;
732
+ search: string;
733
+ empty: string;
734
+ initMessage: string;
735
+ emptyResults: string;
736
+ };
737
+ "ez-number-input": {
738
+ invalidNumber: string;
739
+ };
740
+ "ez-rich-text": {
741
+ listShortcut: string;
742
+ linkShortcut: string;
743
+ imageShortcut: string;
744
+ boldShortcut: string;
745
+ italicShortcut: string;
746
+ underlineShortcut: string;
747
+ breakLineShortcut: string;
748
+ undoShortcut: string;
749
+ redoShortcut: string;
750
+ edit: string;
751
+ preview: string;
752
+ title: {
753
+ preview: string;
754
+ edit: string;
755
+ undo: string;
756
+ redo: string;
757
+ link: string;
758
+ image: string;
759
+ list: string;
760
+ underline: string;
761
+ italic: string;
762
+ bold: string;
763
+ };
764
+ };
765
+ "ez-link-builder": {
766
+ addLinkTitle: string;
767
+ addLinkSubtitle: string;
768
+ submit: string;
769
+ urlInputLabel: string;
770
+ textInputLabel: string;
771
+ openInNewPage: string;
772
+ };
773
+ "ez-simple-image-uploader": {
774
+ uploadTitle: string;
775
+ uploadSubtitle: string;
776
+ submit: string;
777
+ tooltipMessage: string;
778
+ urlInputLabel: string;
779
+ orText: string;
780
+ removeFile: string;
781
+ dragDropText: string;
782
+ imageAlt: string;
783
+ imageTooLarge: string;
784
+ };
785
+ "ez-search": {
786
+ emptyList: string;
787
+ emptySearch: string;
788
+ };
789
+ "ez-search-plus": {
790
+ emptyList: string;
791
+ optionLoaderNotDefined: string;
792
+ defaultCodeLabel: string;
793
+ };
794
+ "ez-sortable-list": {
795
+ emptyMessage: string;
796
+ entityLabel: string;
797
+ entityLabelPlural: string;
798
+ total: string;
799
+ search: string;
800
+ };
801
+ "ez-split-button": {
802
+ moreOptions: string;
803
+ };
804
+ "ez-text-edit": {
805
+ emptyFieldWarning: string;
806
+ };
807
+ "ez-time-input": {
808
+ invalidTime: string;
809
+ };
810
+ "ez-sidebar": {
811
+ unPinMenu: string;
812
+ pushPinMenu: string;
813
+ hideMenu: string;
814
+ };
815
+ utils: {
816
+ requiredFieldMessage: string;
817
+ requiredField: string;
818
+ selectAllPage: string;
819
+ loadingAllRecords: string;
820
+ selectAllRecords: string;
821
+ waitForLoad: string;
822
+ allRecordsSelected: string;
823
+ selectedRecords: string;
824
+ };
825
+ };
826
+ };
827
+ };
828
+ export default _default;