@sankhyalabs/ezui 6.3.3 → 6.4.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-6a76ac09.js} +43 -15
- package/dist/cjs/RichToolbarHelper-ea12328f.js +33 -0
- package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
- package/dist/cjs/app-globals-0a67e214.js +14 -0
- package/dist/cjs/{constants-569271bc.js → constants-72b7e05e.js} +0 -2
- package/dist/cjs/ez-actions-button.cjs.entry.js +2 -1
- package/dist/cjs/ez-alert-list.cjs.entry.js +5 -3
- package/dist/cjs/ez-avatar.cjs.entry.js +10 -2
- package/dist/cjs/ez-button.cjs.entry.js +96 -26
- package/dist/cjs/ez-calendar.cjs.entry.js +7 -6
- package/dist/cjs/ez-chart.cjs.entry.js +4 -19
- package/dist/cjs/ez-check.cjs.entry.js +1 -1
- package/dist/cjs/ez-chip.cjs.entry.js +51 -47
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +14 -11
- package/dist/cjs/{ez-combo-box-list_3.cjs.entry.js → ez-combo-box-list_4.cjs.entry.js} +290 -4
- package/dist/cjs/ez-combo-box.cjs.entry.js +10 -7
- package/dist/cjs/ez-date-input.cjs.entry.js +5 -1
- package/dist/cjs/ez-date-time-input.cjs.entry.js +5 -1
- package/dist/cjs/ez-dialog.cjs.entry.js +8 -6
- package/dist/cjs/ez-double-list.cjs.entry.js +12 -4
- package/dist/cjs/ez-file-item.cjs.entry.js +9 -6
- package/dist/cjs/ez-filter-input.cjs.entry.js +129 -0
- package/dist/cjs/ez-form-view.cjs.entry.js +11 -3
- package/dist/cjs/ez-form.cjs.entry.js +19 -16
- package/dist/cjs/ez-grid.cjs.entry.js +919 -233
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +5 -1
- package/dist/cjs/ez-icon.cjs.entry.js +1 -1
- package/dist/cjs/ez-link-builder_6.cjs.entry.js +315 -0
- package/dist/cjs/ez-list-item.cjs.entry.js +22 -0
- package/dist/cjs/ez-list.cjs.entry.js +4 -2
- package/dist/cjs/ez-modal-container.cjs.entry.js +6 -2
- package/dist/cjs/ez-modal.cjs.entry.js +5 -1
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +9 -5
- package/dist/cjs/ez-number-input.cjs.entry.js +5 -1
- package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js +27 -0
- package/dist/cjs/ez-search-plus.cjs.entry.js +9 -7
- package/dist/cjs/ez-search-result-list.cjs.entry.js +5 -2
- package/dist/cjs/ez-search.cjs.entry.js +8 -9
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +5 -7
- package/dist/cjs/ez-skeleton.cjs.entry.js +5 -3
- package/dist/cjs/ez-sortable-list.cjs.entry.js +12 -5
- package/dist/cjs/ez-split-button.cjs.entry.js +5 -4
- package/dist/cjs/ez-split-item.cjs.entry.js +6 -2
- package/dist/cjs/ez-text-area.cjs.entry.js +34 -27
- package/dist/cjs/ez-text-input.cjs.entry.js +1 -0
- package/dist/cjs/ez-time-input.cjs.entry.js +12 -10
- package/dist/cjs/{ez-filter-input_2.cjs.entry.js → ez-tooltip.cjs.entry.js} +1 -123
- package/dist/cjs/ez-tree.cjs.entry.js +40 -1
- package/dist/cjs/ez-upload.cjs.entry.js +17 -11
- package/dist/cjs/ezui.cjs.js +5 -1
- package/dist/cjs/filter-column.cjs.entry.js +8 -4
- package/dist/cjs/index-425b1f67.js +3672 -0
- package/dist/cjs/index-a7b0c73d.js +24 -8
- package/dist/cjs/loader.cjs.js +5 -1
- package/dist/cjs/purify-0bd8a150.js +1359 -0
- package/dist/cjs/{search-column-27d1f72f.js → search-column-78dd20d5.js} +11 -9
- package/dist/collection/collection-manifest.json +11 -1
- package/dist/collection/components/ez-alert-list/ez-alert-list.js +5 -3
- package/dist/collection/components/ez-avatar/ez-avatar.js +26 -2
- package/dist/collection/components/ez-button/ez-button.css +292 -80
- package/dist/collection/components/ez-button/ez-button.js +226 -29
- package/dist/collection/components/ez-calendar/ez-calendar.js +7 -6
- package/dist/collection/components/ez-check/ez-check.css +1 -1
- package/dist/collection/components/ez-chip/ez-chip.css +102 -83
- package/dist/collection/components/ez-chip/ez-chip.js +158 -53
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +1 -0
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +12 -9
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +7 -4
- package/dist/collection/components/ez-combo-box/ez-combo-box.js +28 -8
- package/dist/collection/components/ez-date-input/ez-date-input.js +5 -1
- package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +5 -1
- package/dist/collection/components/ez-dialog/ez-dialog.js +8 -6
- package/dist/collection/components/ez-double-list/ez-double-list.js +12 -4
- package/dist/collection/components/ez-file-item/ez-file-item.js +9 -6
- package/dist/collection/components/ez-form/ez-form.js +5 -3
- package/dist/collection/components/ez-form-view/ez-form-view.js +2 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +5 -2
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +4 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +33 -9
- package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +4 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +3 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js +67 -0
- package/dist/collection/components/ez-grid/ez-grid.js +17 -15
- package/dist/collection/components/ez-grid/subcomponents/filter-column.js +7 -3
- package/dist/collection/components/ez-grid/subcomponents/selection-counter.js +2 -2
- package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js +11 -7
- package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +5 -1
- package/dist/collection/components/ez-icon/ez-icon.css +1371 -161
- package/dist/collection/components/ez-list/ez-list.js +4 -2
- package/dist/collection/components/ez-list-item/ez-list-item.css +61 -0
- package/dist/collection/components/ez-list-item/ez-list-item.js +78 -0
- package/dist/collection/components/ez-modal/ez-modal.js +5 -1
- package/dist/collection/components/ez-modal-container/ez-modal-container.css +2 -0
- package/dist/collection/components/ez-modal-container/ez-modal-container.js +5 -1
- package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +9 -5
- package/dist/collection/components/ez-number-input/ez-number-input.js +5 -1
- package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.css +22 -0
- package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js +135 -0
- package/dist/collection/components/ez-rich-text/ez-rich-text.css +30 -0
- package/dist/collection/components/ez-rich-text/ez-rich-text.js +575 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js +27 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.css +4 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js +23 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.css +4 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js +23 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.css +20 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.js +122 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.css +4 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js +23 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.css +42 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js +187 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.css +70 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js +220 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.js +1 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.js +14 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.js +10 -0
- package/dist/collection/components/ez-search/ez-search.js +7 -8
- package/dist/collection/components/ez-search-plus/ez-search-plus.js +8 -6
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +5 -2
- package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js +5 -2
- package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +0 -1
- package/dist/collection/components/ez-skeleton/ez-skeleton.js +4 -2
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +15 -11
- package/dist/collection/components/ez-split-button/ez-split-button.js +6 -6
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +5 -1
- package/dist/collection/components/ez-text-area/ez-text-area.css +244 -212
- package/dist/collection/components/ez-text-area/ez-text-area.js +35 -28
- package/dist/collection/components/ez-text-edit/ez-text-edit.js +5 -1
- package/dist/collection/components/ez-text-input/ez-text-input.js +1 -0
- package/dist/collection/components/ez-time-input/ez-time-input.js +12 -10
- package/dist/collection/components/ez-tooltip/ez-tooltip.js +1 -1
- package/dist/collection/components/ez-tree/ez-tree.js +49 -1
- package/dist/collection/components/ez-tree/types/Tree.js +23 -0
- package/dist/collection/components/ez-upload/ez-upload.js +18 -12
- package/dist/collection/global/app-init.js +8 -0
- package/dist/collection/setupTests.js +1 -1
- package/dist/collection/utils/ApplicationUtils.js +43 -15
- package/dist/collection/utils/constants.js +0 -1
- package/dist/collection/utils/form/FormMetadata.js +3 -1
- package/dist/collection/utils/i18n/elanguages.js +6 -0
- package/dist/collection/utils/i18n/index.js +30 -0
- package/dist/collection/utils/i18n/locales/en-us.js +280 -0
- package/dist/collection/utils/i18n/locales/es-es.js +280 -0
- package/dist/collection/utils/i18n/locales/pt-br.js +280 -0
- package/dist/collection/utils/i18n/translations.js +9 -0
- package/dist/collection/utils/index.js +1 -1
- package/dist/collection/utils/searchColumn/search-column.js +0 -2
- package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +8 -2
- package/dist/custom-elements/index.d.ts +54 -0
- package/dist/custom-elements/index.js +7074 -471
- package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-1fd662ab.js} +43 -15
- package/dist/esm/RichToolbarHelper-f3a149c4.js +29 -0
- package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
- package/dist/esm/app-globals-8a94d86c.js +12 -0
- package/dist/esm/{constants-b036528f.js → constants-3fabe81e.js} +1 -2
- package/dist/esm/ez-actions-button.entry.js +2 -1
- package/dist/esm/ez-alert-list.entry.js +5 -3
- package/dist/esm/ez-avatar.entry.js +10 -2
- package/dist/esm/ez-button.entry.js +97 -27
- package/dist/esm/ez-calendar.entry.js +7 -6
- package/dist/esm/ez-chart.entry.js +2 -17
- package/dist/esm/ez-check.entry.js +1 -1
- package/dist/esm/ez-chip.entry.js +51 -47
- package/dist/esm/ez-collapsible-box.entry.js +14 -11
- package/dist/esm/{ez-combo-box-list_3.entry.js → ez-combo-box-list_4.entry.js} +291 -6
- package/dist/esm/ez-combo-box.entry.js +10 -7
- package/dist/esm/ez-date-input.entry.js +5 -1
- package/dist/esm/ez-date-time-input.entry.js +5 -1
- package/dist/esm/ez-dialog.entry.js +8 -6
- package/dist/esm/ez-double-list.entry.js +12 -4
- package/dist/esm/ez-file-item.entry.js +9 -6
- package/dist/esm/ez-filter-input.entry.js +125 -0
- package/dist/esm/ez-form-view.entry.js +11 -3
- package/dist/esm/ez-form.entry.js +8 -5
- package/dist/esm/ez-grid.entry.js +901 -215
- package/dist/esm/ez-guide-navigator.entry.js +5 -1
- package/dist/esm/ez-icon.entry.js +1 -1
- package/dist/esm/ez-link-builder_6.entry.js +306 -0
- package/dist/esm/ez-list-item.entry.js +18 -0
- package/dist/esm/ez-list.entry.js +4 -2
- package/dist/esm/ez-modal-container.entry.js +6 -2
- package/dist/esm/ez-modal.entry.js +5 -1
- package/dist/esm/ez-multi-selection-list.entry.js +9 -5
- package/dist/esm/ez-number-input.entry.js +5 -1
- package/dist/esm/ez-rich-toolbar-item.entry.js +23 -0
- package/dist/esm/ez-search-plus.entry.js +9 -7
- package/dist/esm/ez-search-result-list.entry.js +5 -2
- package/dist/esm/ez-search.entry.js +8 -9
- package/dist/esm/ez-sidebar-navigator.entry.js +5 -7
- package/dist/esm/ez-skeleton.entry.js +5 -3
- package/dist/esm/ez-sortable-list.entry.js +12 -5
- package/dist/esm/ez-split-button.entry.js +5 -4
- package/dist/esm/ez-split-item.entry.js +6 -2
- package/dist/esm/ez-text-area.entry.js +34 -27
- package/dist/esm/ez-text-input.entry.js +1 -0
- package/dist/esm/ez-time-input.entry.js +12 -10
- package/dist/esm/{ez-filter-input_2.entry.js → ez-tooltip.entry.js} +3 -124
- package/dist/esm/ez-tree.entry.js +40 -1
- package/dist/esm/ez-upload.entry.js +17 -11
- package/dist/esm/ezui.js +5 -1
- package/dist/esm/filter-column.entry.js +8 -4
- package/dist/esm/index-498e0126.js +3669 -0
- package/dist/esm/index-baa5e267.js +24 -8
- package/dist/esm/loader.js +5 -1
- package/dist/esm/purify-34e6ff6f.js +1357 -0
- package/dist/esm/{search-column-e609d513.js → search-column-729f3655.js} +10 -6
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-02e1efa8.entry.js +1 -0
- package/dist/ezui/p-07819d50.js +1 -0
- package/dist/ezui/p-0c1a288c.entry.js +1 -0
- package/dist/ezui/p-112455b1.js +1 -0
- package/dist/ezui/p-1e21d31b.entry.js +1 -0
- package/dist/ezui/p-20c024f7.entry.js +1 -0
- package/dist/ezui/p-24732fea.entry.js +1 -0
- package/dist/ezui/p-2879c45f.entry.js +1 -0
- package/dist/ezui/p-31450a28.entry.js +1 -0
- package/dist/ezui/p-3751da14.entry.js +1 -0
- package/dist/ezui/p-39b16566.entry.js +1 -0
- package/dist/ezui/p-3cecb4cb.entry.js +1 -0
- package/dist/ezui/p-3e767a74.js +1 -0
- package/dist/ezui/p-451a17ad.entry.js +1 -0
- package/dist/ezui/p-4c5cb0da.entry.js +1 -0
- package/dist/ezui/p-4e6e0740.entry.js +1 -0
- package/dist/ezui/p-5172793a.entry.js +1 -0
- package/dist/ezui/p-52d9b604.entry.js +1 -0
- package/dist/ezui/p-53bc30a1.entry.js +1 -0
- package/dist/ezui/p-559b915a.entry.js +1 -0
- package/dist/ezui/p-57b40333.entry.js +309 -0
- package/dist/ezui/p-5ac7c4b3.entry.js +1 -0
- package/dist/ezui/p-5b9060ad.entry.js +1 -0
- package/dist/ezui/p-5dd12c80.entry.js +1 -0
- package/dist/ezui/p-60f5483c.entry.js +1 -0
- package/dist/ezui/p-6369a0cd.entry.js +1 -0
- package/dist/ezui/p-66b00dec.entry.js +1 -0
- package/dist/ezui/p-6f77a359.entry.js +1 -0
- package/dist/ezui/p-762a1033.entry.js +1 -0
- package/dist/ezui/p-79044c3e.entry.js +1 -0
- package/dist/ezui/p-7aed8d32.entry.js +1 -0
- package/dist/ezui/p-7e5c7b4c.js +1 -0
- package/dist/ezui/{p-b81881ac.entry.js → p-7f792043.entry.js} +1 -1
- package/dist/ezui/p-82fa431b.entry.js +1 -0
- package/dist/ezui/p-86b065e6.entry.js +1 -0
- package/dist/ezui/p-91c9d50e.entry.js +1 -0
- package/dist/ezui/p-94630d41.entry.js +1 -0
- package/dist/ezui/p-9dc31fc6.js +1 -0
- package/dist/ezui/p-af47458b.js +1 -0
- package/dist/ezui/p-b1e45320.js +1 -0
- package/dist/ezui/p-bc22f56d.entry.js +1 -0
- package/dist/ezui/p-c2d38fbf.entry.js +1 -0
- package/dist/ezui/p-d2364956.js +3 -0
- package/dist/ezui/p-d512cb84.entry.js +1 -0
- package/dist/ezui/p-d6742c1e.entry.js +1 -0
- package/dist/ezui/p-d845fa56.entry.js +1 -0
- package/dist/ezui/p-da4419a6.entry.js +1 -0
- package/dist/ezui/p-dee18824.entry.js +1 -0
- package/dist/ezui/p-e20ad35d.entry.js +7 -0
- package/dist/ezui/p-e5e623d9.entry.js +1 -0
- package/dist/ezui/p-e7a7c594.entry.js +1 -0
- package/dist/ezui/p-ec04285e.entry.js +1 -0
- package/dist/ezui/p-fcdc7d0b.entry.js +1 -0
- package/dist/types/components/ez-alert-list/ez-alert-list.d.ts +2 -1
- package/dist/types/components/ez-avatar/ez-avatar.d.ts +5 -0
- package/dist/types/components/ez-button/ez-button.d.ts +48 -2
- package/dist/types/components/ez-calendar/ez-calendar.d.ts +2 -3
- package/dist/types/components/ez-chip/ez-chip.d.ts +32 -6
- package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +2 -0
- package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +2 -0
- package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +6 -2
- package/dist/types/components/ez-date-input/ez-date-input.d.ts +2 -0
- package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +2 -0
- package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -2
- package/dist/types/components/ez-double-list/ez-double-list.d.ts +2 -0
- package/dist/types/components/ez-file-item/ez-file-item.d.ts +2 -0
- package/dist/types/components/ez-form/ez-form.d.ts +1 -0
- package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -0
- package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -0
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +2 -0
- package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +1 -0
- package/dist/types/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/ag-grid/utils/buildLocaleText.d.ts +66 -0
- package/dist/types/components/ez-grid/ez-grid.d.ts +2 -2
- package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +2 -0
- package/dist/types/components/ez-grid/subcomponents/selection-counter.d.ts +2 -0
- package/dist/types/components/ez-grid/subcomponents/utils/selectionCounterUtils.d.ts +2 -2
- package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +2 -0
- package/dist/types/components/ez-list/ez-list.d.ts +2 -1
- package/dist/types/components/ez-list-item/ez-list-item.d.ts +9 -0
- package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
- package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
- package/dist/types/components/ez-multi-selection-list/ez-multi-selection-list.d.ts +2 -0
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +19 -0
- package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +105 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +31 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +5 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +5 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.d.ts +11 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +5 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +35 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +39 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.d.ts +1 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.d.ts +1 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.d.ts +1 -0
- package/dist/types/components/ez-search/ez-search.d.ts +2 -3
- package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +2 -1
- package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +2 -1
- package/dist/types/components/ez-sidebar-navigator/ez-sidebar-navigator.d.ts +2 -0
- package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +0 -1
- package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +2 -1
- package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +2 -0
- package/dist/types/components/ez-split-button/ez-split-button.d.ts +2 -2
- package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +2 -0
- package/dist/types/components/ez-text-area/ez-text-area.d.ts +6 -3
- package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +2 -0
- package/dist/types/components/ez-time-input/ez-time-input.d.ts +2 -1
- package/dist/types/components/ez-tree/ez-tree.d.ts +10 -0
- package/dist/types/components/ez-tree/types/Tree.d.ts +3 -0
- package/dist/types/components/ez-upload/ez-upload.d.ts +3 -1
- package/dist/types/components.d.ts +458 -4
- package/dist/types/global/app-init.d.ts +1 -0
- package/dist/types/utils/ApplicationUtils.d.ts +3 -1
- package/dist/types/utils/constants.d.ts +0 -1
- package/dist/types/utils/i18n/elanguages.d.ts +5 -0
- package/dist/types/utils/i18n/index.d.ts +5 -0
- package/dist/types/utils/i18n/locales/en-us.d.ts +281 -0
- package/dist/types/utils/i18n/locales/es-es.d.ts +281 -0
- package/dist/types/utils/i18n/locales/pt-br.d.ts +281 -0
- package/dist/types/utils/i18n/translations.d.ts +843 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types/utils/searchColumn/search-column.d.ts +0 -2
- package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -0
- package/package.json +11 -3
- package/react/components.d.ts +9 -0
- package/react/components.js +9 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/ApplicationUtils-c9d1205c.js.gz +0 -0
- package/dist/cjs/CSSVarsUtils-f20973d1.js.gz +0 -0
- package/dist/cjs/CheckMode-ecb90b87.js.gz +0 -0
- package/dist/cjs/DialogType-2114c337.js.gz +0 -0
- package/dist/cjs/EzScrollDirection-b2c99895.js.gz +0 -0
- package/dist/cjs/FocusResolver-885f2173.js.gz +0 -0
- package/dist/cjs/FormLayout-18853e70.js.gz +0 -0
- package/dist/cjs/constants-569271bc.js.gz +0 -0
- package/dist/cjs/ez-actions-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-alert-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-alert.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-application.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-avatar.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-badge.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-breadcrumb.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-calendar.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-card-item_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-chart.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-check.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-chip.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-classic-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-classic-text-area.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-collapsible-box.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-combo-box-list_3.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-combo-box.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-date-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-date-time-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-dialog.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-double-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-dropdown.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-empty-card.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-file-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-filter-input_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-form-view.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-form.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-grid.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-guide-navigator.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-icon.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-loading-bar.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-modal-container.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-modal.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-number-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-popover-plus_3.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-popover.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-popup.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-radio-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-scroller_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-search-plus.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-search-result-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-search.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-skeleton.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-sortable-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-split-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-split-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-split-panel.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tabselector.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tag.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-text-area.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-text-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tile-medium.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tile.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-time-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-toast.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tree.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-underface.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-upload.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-view-stack.cjs.entry.js.gz +0 -0
- package/dist/cjs/ezListHelper-0d3970b4.js.gz +0 -0
- package/dist/cjs/ezui.cjs.js.gz +0 -0
- package/dist/cjs/filter-column.cjs.entry.js.gz +0 -0
- package/dist/cjs/floating-ui.dom.esm-017acce4.js.gz +0 -0
- package/dist/cjs/index-a7b0c73d.js.gz +0 -0
- package/dist/cjs/index.cjs.js.gz +0 -0
- package/dist/cjs/loader.cjs.js.gz +0 -0
- package/dist/cjs/search-column-27d1f72f.js.gz +0 -0
- package/dist/cjs/searchFormatters-b7e1ed1e.js.gz +0 -0
- package/dist/collection/components/ez-actions-button/ez-actions-button.css.gz +0 -0
- package/dist/collection/components/ez-actions-button/ez-actions-button.js.gz +0 -0
- package/dist/collection/components/ez-alert/ez-alert.css.gz +0 -0
- package/dist/collection/components/ez-alert/ez-alert.js.gz +0 -0
- package/dist/collection/components/ez-alert-list/ez-alert-list.css.gz +0 -0
- package/dist/collection/components/ez-alert-list/ez-alert-list.js.gz +0 -0
- package/dist/collection/components/ez-application/ez-application.css.gz +0 -0
- package/dist/collection/components/ez-application/ez-application.js.gz +0 -0
- package/dist/collection/components/ez-avatar/ez-avatar.css.gz +0 -0
- package/dist/collection/components/ez-avatar/ez-avatar.js.gz +0 -0
- package/dist/collection/components/ez-badge/enum/sizes.js.gz +0 -0
- package/dist/collection/components/ez-badge/ez-badge.css.gz +0 -0
- package/dist/collection/components/ez-badge/ez-badge.js.gz +0 -0
- package/dist/collection/components/ez-badge/interfaces/IPosition.js.gz +0 -0
- package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.css.gz +0 -0
- package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.js.gz +0 -0
- package/dist/collection/components/ez-breadcrumb/subcomponents/breadcrumb-item.js.gz +0 -0
- package/dist/collection/components/ez-button/ez-button.css.gz +0 -0
- package/dist/collection/components/ez-button/ez-button.js.gz +0 -0
- package/dist/collection/components/ez-calendar/ez-calendar.css.gz +0 -0
- package/dist/collection/components/ez-calendar/ez-calendar.js.gz +0 -0
- package/dist/collection/components/ez-card-item/ez-card-item.css.gz +0 -0
- package/dist/collection/components/ez-card-item/ez-card-item.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/BarChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/ColumnChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/DonutChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/LineChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/PieChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/index.js.gz +0 -0
- package/dist/collection/components/ez-chart/ez-chart.css.gz +0 -0
- package/dist/collection/components/ez-chart/ez-chart.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartAxis.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartContext.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartOptions.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartSerie.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartStrategies.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartType.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartTypeValue.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-chart/test/mock-chart.js.gz +0 -0
- package/dist/collection/components/ez-chart/types/BaseHighChartsRender.js.gz +0 -0
- package/dist/collection/components/ez-check/CheckMode.js.gz +0 -0
- package/dist/collection/components/ez-check/ez-check.css.gz +0 -0
- package/dist/collection/components/ez-check/ez-check.js.gz +0 -0
- package/dist/collection/components/ez-chip/ez-chip.css.gz +0 -0
- package/dist/collection/components/ez-chip/ez-chip.js.gz +0 -0
- package/dist/collection/components/ez-classic-input/ez-classic-input.css.gz +0 -0
- package/dist/collection/components/ez-classic-input/ez-classic-input.js.gz +0 -0
- package/dist/collection/components/ez-classic-input/interfaces/optionsSetFocus.js.gz +0 -0
- package/dist/collection/components/ez-classic-input/utils/maskFormatter.js.gz +0 -0
- package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.css.gz +0 -0
- package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.js.gz +0 -0
- package/dist/collection/components/ez-classic-text-area/interfaces/optionsSetFocus.js.gz +0 -0
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css.gz +0 -0
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js.gz +0 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css.gz +0 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js.gz +0 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box.css.gz +0 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box.js.gz +0 -0
- package/dist/collection/components/ez-date-input/ez-date-input.css.gz +0 -0
- package/dist/collection/components/ez-date-input/ez-date-input.js.gz +0 -0
- package/dist/collection/components/ez-date-time-input/ez-date-time-input.css.gz +0 -0
- package/dist/collection/components/ez-date-time-input/ez-date-time-input.js.gz +0 -0
- package/dist/collection/components/ez-dialog/DialogType.js.gz +0 -0
- package/dist/collection/components/ez-dialog/ez-dialog.css.gz +0 -0
- package/dist/collection/components/ez-dialog/ez-dialog.js.gz +0 -0
- package/dist/collection/components/ez-double-list/doubleListHelper.js.gz +0 -0
- package/dist/collection/components/ez-double-list/ez-double-list.css.gz +0 -0
- package/dist/collection/components/ez-double-list/ez-double-list.js.gz +0 -0
- package/dist/collection/components/ez-dropdown/ez-dropdown.css.gz +0 -0
- package/dist/collection/components/ez-dropdown/ez-dropdown.js.gz +0 -0
- package/dist/collection/components/ez-dropdown/structure/DropdownItem.js.gz +0 -0
- package/dist/collection/components/ez-dropdown/structure/SubmenuControl.js.gz +0 -0
- package/dist/collection/components/ez-empty-card/ez-empty-card.css.gz +0 -0
- package/dist/collection/components/ez-empty-card/ez-empty-card.js.gz +0 -0
- package/dist/collection/components/ez-file-item/ez-file-item.css.gz +0 -0
- package/dist/collection/components/ez-file-item/ez-file-item.js.gz +0 -0
- package/dist/collection/components/ez-filter-input/ez-filter-input.css.gz +0 -0
- package/dist/collection/components/ez-filter-input/ez-filter-input.js.gz +0 -0
- package/dist/collection/components/ez-form/ez-form.css.gz +0 -0
- package/dist/collection/components/ez-form/ez-form.js.gz +0 -0
- package/dist/collection/components/ez-form/store/form.slice.js.gz +0 -0
- package/dist/collection/components/ez-form-view/custom-input/ez-custom-form-input.js.gz +0 -0
- package/dist/collection/components/ez-form-view/ez-form-view.css.gz +0 -0
- package/dist/collection/components/ez-form-view/ez-form-view.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/interfaces/IFormViewField.js.gz +0 -0
- package/dist/collection/components/ez-form-view/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-form-view/structure/index.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/EzGridController.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellRender.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/cellRendererStatus.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/selectionHeader.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellEditorConstants.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellRenderConstants.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellRender.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/GridEditorUtils.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/IEditorMetadata.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellEditor.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellRender.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/ComboBox.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/DateInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/NumberInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/Search.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/TextInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js +0 -75
- package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/mock/Server.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js.gz +0 -0
- package/dist/collection/components/ez-grid/ez-grid.css.gz +0 -0
- package/dist/collection/components/ez-grid/ez-grid.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/IColumnFilter.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/ICustomFormatter.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/IGridMode.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/ISelection.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/ISelectionToastConfig.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-grid/subcomponents/filter-column.css.gz +0 -0
- package/dist/collection/components/ez-grid/subcomponents/filter-column.js.gz +0 -0
- package/dist/collection/components/ez-grid/subcomponents/selection-counter.js.gz +0 -0
- package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js.gz +0 -0
- package/dist/collection/components/ez-grid/test/resources/gridDataUnit.js.gz +0 -0
- package/dist/collection/components/ez-grid/utils/ColumnFilterManager.js.gz +0 -0
- package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js.gz +0 -0
- package/dist/collection/components/ez-grid/utils/index.js.gz +0 -0
- package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.css.gz +0 -0
- package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js.gz +0 -0
- package/dist/collection/components/ez-guide-navigator/interfaces/IGuideItem.js.gz +0 -0
- package/dist/collection/components/ez-guide-navigator/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-icon/ez-icon.css.gz +0 -0
- package/dist/collection/components/ez-icon/ez-icon.js.gz +0 -0
- package/dist/collection/components/ez-list/ez-list.css.gz +0 -0
- package/dist/collection/components/ez-list/ez-list.js.gz +0 -0
- package/dist/collection/components/ez-list/ezListHelper.js.gz +0 -0
- package/dist/collection/components/ez-loading-bar/ez-loading-bar.css.gz +0 -0
- package/dist/collection/components/ez-loading-bar/ez-loading-bar.js.gz +0 -0
- package/dist/collection/components/ez-modal/ez-modal.css.gz +0 -0
- package/dist/collection/components/ez-modal/ez-modal.js.gz +0 -0
- package/dist/collection/components/ez-modal-container/ez-modal-container.css.gz +0 -0
- package/dist/collection/components/ez-modal-container/ez-modal-container.js.gz +0 -0
- package/dist/collection/components/ez-modal-container/index.js.gz +0 -0
- package/dist/collection/components/ez-modal-container/modal-action.js.gz +0 -0
- package/dist/collection/components/ez-modal-container/modal-button-status.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.css.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionOption.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.css.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.js.gz +0 -0
- package/dist/collection/components/ez-number-input/ez-number-input.css.gz +0 -0
- package/dist/collection/components/ez-number-input/ez-number-input.js.gz +0 -0
- package/dist/collection/components/ez-popover/ez-popover.css.gz +0 -0
- package/dist/collection/components/ez-popover/ez-popover.js.gz +0 -0
- package/dist/collection/components/ez-popover-plus/ez-popover-plus.css.gz +0 -0
- package/dist/collection/components/ez-popover-plus/ez-popover-plus.js.gz +0 -0
- package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css.gz +0 -0
- package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js.gz +0 -0
- package/dist/collection/components/ez-popup/ez-popup.css.gz +0 -0
- package/dist/collection/components/ez-popup/ez-popup.js.gz +0 -0
- package/dist/collection/components/ez-radio-button/ez-radio-button.css.gz +0 -0
- package/dist/collection/components/ez-radio-button/ez-radio-button.js.gz +0 -0
- package/dist/collection/components/ez-scroller/EzScrollDirection.js.gz +0 -0
- package/dist/collection/components/ez-scroller/ez-scroller.css.gz +0 -0
- package/dist/collection/components/ez-scroller/ez-scroller.js.gz +0 -0
- package/dist/collection/components/ez-search/ez-search.css.gz +0 -0
- package/dist/collection/components/ez-search/ez-search.js.gz +0 -0
- package/dist/collection/components/ez-search/subcomponent/search-list/search-list.css.gz +0 -0
- package/dist/collection/components/ez-search/subcomponent/search-list/search-list.js.gz +0 -0
- package/dist/collection/components/ez-search/utils/searchFormatters.js.gz +0 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.css.gz +0 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.js.gz +0 -0
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.css.gz +0 -0
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css.gz +0 -0
- package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.css.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/interfaces/ModeMenuEnum.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/interfaces/SizeMenuEnum.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/interfaces/TypeMenuEnum.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/messages/constants.js +0 -5
- package/dist/collection/components/ez-sidebar-navigator/messages/constants.js.gz +0 -0
- package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js.gz +0 -0
- package/dist/collection/components/ez-skeleton/ez-skeleton.css.gz +0 -0
- package/dist/collection/components/ez-skeleton/ez-skeleton.js.gz +0 -0
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.css.gz +0 -0
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.js.gz +0 -0
- package/dist/collection/components/ez-split-button/ez-split-button.css.gz +0 -0
- package/dist/collection/components/ez-split-button/ez-split-button.js.gz +0 -0
- package/dist/collection/components/ez-split-button/test/dropdownItems.js.gz +0 -0
- package/dist/collection/components/ez-split-panel/ez-split-panel.css.gz +0 -0
- package/dist/collection/components/ez-split-panel/ez-split-panel.js.gz +0 -0
- package/dist/collection/components/ez-split-panel/interfaces/IPanelSizeInfo.js.gz +0 -0
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css.gz +0 -0
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js.gz +0 -0
- package/dist/collection/components/ez-tabselector/ez-tabselector.css.gz +0 -0
- package/dist/collection/components/ez-tabselector/ez-tabselector.js.gz +0 -0
- package/dist/collection/components/ez-tag/ez-tag.css.gz +0 -0
- package/dist/collection/components/ez-tag/ez-tag.js.gz +0 -0
- package/dist/collection/components/ez-text-area/ez-text-area.css.gz +0 -0
- package/dist/collection/components/ez-text-area/ez-text-area.js.gz +0 -0
- package/dist/collection/components/ez-text-edit/ez-text-edit.css.gz +0 -0
- package/dist/collection/components/ez-text-edit/ez-text-edit.js.gz +0 -0
- package/dist/collection/components/ez-text-input/ez-text-input.css.gz +0 -0
- package/dist/collection/components/ez-text-input/ez-text-input.js.gz +0 -0
- package/dist/collection/components/ez-tile/ez-tile.css.gz +0 -0
- package/dist/collection/components/ez-tile/ez-tile.js.gz +0 -0
- package/dist/collection/components/ez-tile-medium/ez-tile-medium.css.gz +0 -0
- package/dist/collection/components/ez-tile-medium/ez-tile-medium.js.gz +0 -0
- package/dist/collection/components/ez-time-input/ez-time-input.css.gz +0 -0
- package/dist/collection/components/ez-time-input/ez-time-input.js.gz +0 -0
- package/dist/collection/components/ez-toast/ez-toast.css.gz +0 -0
- package/dist/collection/components/ez-toast/ez-toast.js.gz +0 -0
- package/dist/collection/components/ez-tooltip/ez-tooltip.css.gz +0 -0
- package/dist/collection/components/ez-tooltip/ez-tooltip.js.gz +0 -0
- package/dist/collection/components/ez-tree/ez-tree.css.gz +0 -0
- package/dist/collection/components/ez-tree/ez-tree.js.gz +0 -0
- package/dist/collection/components/ez-tree/interfaces/ITree.js.gz +0 -0
- package/dist/collection/components/ez-tree/interfaces/ITreeItem.js.gz +0 -0
- package/dist/collection/components/ez-tree/interfaces/ITreeItemBadge.js.gz +0 -0
- package/dist/collection/components/ez-tree/subcomponents/DefaultIconResolver.js.gz +0 -0
- package/dist/collection/components/ez-tree/subcomponents/DefaultTooltipResolver.js.gz +0 -0
- package/dist/collection/components/ez-tree/subcomponents/TreeItem.js.gz +0 -0
- package/dist/collection/components/ez-tree/subcomponents/index.js.gz +0 -0
- package/dist/collection/components/ez-tree/types/Node.js.gz +0 -0
- package/dist/collection/components/ez-tree/types/Tree.js.gz +0 -0
- package/dist/collection/components/ez-underface/ez-underface.css.gz +0 -0
- package/dist/collection/components/ez-underface/ez-underface.js.gz +0 -0
- package/dist/collection/components/ez-upload/RemoteFile.js.gz +0 -0
- package/dist/collection/components/ez-upload/ez-upload.css.gz +0 -0
- package/dist/collection/components/ez-upload/ez-upload.js.gz +0 -0
- package/dist/collection/components/ez-view-stack/ez-view-stack.css.gz +0 -0
- package/dist/collection/components/ez-view-stack/ez-view-stack.js.gz +0 -0
- package/dist/collection/index.js.gz +0 -0
- package/dist/collection/servidor.js.gz +0 -0
- package/dist/collection/setupTests.js.gz +0 -0
- package/dist/collection/sw.js.gz +0 -0
- package/dist/collection/utils/ApplicationUtils.js.gz +0 -0
- package/dist/collection/utils/AssetsUtils.js.gz +0 -0
- package/dist/collection/utils/CSSVarsUtils.js.gz +0 -0
- package/dist/collection/utils/FocusResolver.js.gz +0 -0
- package/dist/collection/utils/constants.js.gz +0 -0
- package/dist/collection/utils/customEditor/interfaces/ICustomEditor.js.gz +0 -0
- package/dist/collection/utils/customEditor/interfaces/ICustomEditorInfo.js.gz +0 -0
- package/dist/collection/utils/customRender/interfaces/ICustomRender.js.gz +0 -0
- package/dist/collection/utils/customRender/interfaces/ICustomRenderInfo.js.gz +0 -0
- package/dist/collection/utils/form/DataBinder.js.gz +0 -0
- package/dist/collection/utils/form/FormMetadata.js.gz +0 -0
- package/dist/collection/utils/form/index.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/FormLayout.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/IDefaultConfig.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/IFormCardConfig.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/IFormConfig.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/IFormSheetMetadata.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/ISummaryField.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/ITabConfig.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/index.js.gz +0 -0
- package/dist/collection/utils/form/test/DataBinder.test.js.gz +0 -0
- package/dist/collection/utils/form/test/resources/metadataTest.js.gz +0 -0
- package/dist/collection/utils/index.js.gz +0 -0
- package/dist/collection/utils/interfaces/AbstractFieldMetadata.js.gz +0 -0
- package/dist/collection/utils/interfaces/IAction.js.gz +0 -0
- package/dist/collection/utils/interfaces/IFieldConfig.js.gz +0 -0
- package/dist/collection/utils/mock/ez-upload-mock.js.gz +0 -0
- package/dist/collection/utils/search/types.js.gz +0 -0
- package/dist/collection/utils/searchColumn/search-column.js.gz +0 -0
- package/dist/collection/utils/utils.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IInvalidCells.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IInvalidField.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IRecordValidator.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IValidationResult.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IValidationSource.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js.gz +0 -0
- package/dist/custom-elements/index.js.gz +0 -0
- package/dist/esm/ApplicationUtils-eaf91331.js.gz +0 -0
- package/dist/esm/CSSVarsUtils-acba92d7.js.gz +0 -0
- package/dist/esm/CheckMode-bdb2ec19.js.gz +0 -0
- package/dist/esm/DialogType-54a62731.js.gz +0 -0
- package/dist/esm/EzScrollDirection-2df26c93.js.gz +0 -0
- package/dist/esm/FocusResolver-1ccbf850.js.gz +0 -0
- package/dist/esm/FormLayout-071d324c.js.gz +0 -0
- package/dist/esm/constants-b036528f.js.gz +0 -0
- package/dist/esm/ez-actions-button.entry.js.gz +0 -0
- package/dist/esm/ez-alert-list.entry.js.gz +0 -0
- package/dist/esm/ez-alert.entry.js.gz +0 -0
- package/dist/esm/ez-application.entry.js.gz +0 -0
- package/dist/esm/ez-avatar.entry.js.gz +0 -0
- package/dist/esm/ez-badge.entry.js.gz +0 -0
- package/dist/esm/ez-breadcrumb.entry.js.gz +0 -0
- package/dist/esm/ez-button.entry.js.gz +0 -0
- package/dist/esm/ez-calendar.entry.js.gz +0 -0
- package/dist/esm/ez-card-item_2.entry.js.gz +0 -0
- package/dist/esm/ez-chart.entry.js.gz +0 -0
- package/dist/esm/ez-check.entry.js.gz +0 -0
- package/dist/esm/ez-chip.entry.js.gz +0 -0
- package/dist/esm/ez-classic-input.entry.js.gz +0 -0
- package/dist/esm/ez-classic-text-area.entry.js.gz +0 -0
- package/dist/esm/ez-collapsible-box.entry.js.gz +0 -0
- package/dist/esm/ez-combo-box-list_3.entry.js.gz +0 -0
- package/dist/esm/ez-combo-box.entry.js.gz +0 -0
- package/dist/esm/ez-date-input.entry.js.gz +0 -0
- package/dist/esm/ez-date-time-input.entry.js.gz +0 -0
- package/dist/esm/ez-dialog.entry.js.gz +0 -0
- package/dist/esm/ez-double-list.entry.js.gz +0 -0
- package/dist/esm/ez-dropdown.entry.js.gz +0 -0
- package/dist/esm/ez-empty-card.entry.js.gz +0 -0
- package/dist/esm/ez-file-item.entry.js.gz +0 -0
- package/dist/esm/ez-filter-input_2.entry.js.gz +0 -0
- package/dist/esm/ez-form-view.entry.js.gz +0 -0
- package/dist/esm/ez-form.entry.js.gz +0 -0
- package/dist/esm/ez-grid.entry.js.gz +0 -0
- package/dist/esm/ez-guide-navigator.entry.js.gz +0 -0
- package/dist/esm/ez-icon.entry.js.gz +0 -0
- package/dist/esm/ez-list.entry.js.gz +0 -0
- package/dist/esm/ez-loading-bar.entry.js.gz +0 -0
- package/dist/esm/ez-modal-container.entry.js.gz +0 -0
- package/dist/esm/ez-modal.entry.js.gz +0 -0
- package/dist/esm/ez-multi-selection-list.entry.js.gz +0 -0
- package/dist/esm/ez-number-input.entry.js.gz +0 -0
- package/dist/esm/ez-popover-plus_3.entry.js.gz +0 -0
- package/dist/esm/ez-popover.entry.js.gz +0 -0
- package/dist/esm/ez-popup.entry.js.gz +0 -0
- package/dist/esm/ez-radio-button.entry.js.gz +0 -0
- package/dist/esm/ez-scroller_2.entry.js.gz +0 -0
- package/dist/esm/ez-search-plus.entry.js.gz +0 -0
- package/dist/esm/ez-search-result-list.entry.js.gz +0 -0
- package/dist/esm/ez-search.entry.js.gz +0 -0
- package/dist/esm/ez-sidebar-navigator.entry.js.gz +0 -0
- package/dist/esm/ez-skeleton.entry.js.gz +0 -0
- package/dist/esm/ez-sortable-list.entry.js.gz +0 -0
- package/dist/esm/ez-split-button.entry.js.gz +0 -0
- package/dist/esm/ez-split-item.entry.js.gz +0 -0
- package/dist/esm/ez-split-panel.entry.js.gz +0 -0
- package/dist/esm/ez-tabselector.entry.js.gz +0 -0
- package/dist/esm/ez-tag.entry.js.gz +0 -0
- package/dist/esm/ez-text-area.entry.js.gz +0 -0
- package/dist/esm/ez-text-input.entry.js.gz +0 -0
- package/dist/esm/ez-tile-medium.entry.js.gz +0 -0
- package/dist/esm/ez-tile.entry.js.gz +0 -0
- package/dist/esm/ez-time-input.entry.js.gz +0 -0
- package/dist/esm/ez-toast.entry.js.gz +0 -0
- package/dist/esm/ez-tree.entry.js.gz +0 -0
- package/dist/esm/ez-underface.entry.js.gz +0 -0
- package/dist/esm/ez-upload.entry.js.gz +0 -0
- package/dist/esm/ez-view-stack.entry.js.gz +0 -0
- package/dist/esm/ezListHelper-00fb9b8d.js.gz +0 -0
- package/dist/esm/ezui.js.gz +0 -0
- package/dist/esm/filter-column.entry.js.gz +0 -0
- package/dist/esm/floating-ui.dom.esm-5d3da819.js.gz +0 -0
- package/dist/esm/index-baa5e267.js.gz +0 -0
- package/dist/esm/index.js.gz +0 -0
- package/dist/esm/loader.js.gz +0 -0
- package/dist/esm/polyfills/core-js.js.gz +0 -0
- package/dist/esm/polyfills/css-shim.js.gz +0 -0
- package/dist/esm/polyfills/dom.js.gz +0 -0
- package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
- package/dist/esm/polyfills/index.js.gz +0 -0
- package/dist/esm/polyfills/system.js.gz +0 -0
- package/dist/esm/search-column-e609d513.js.gz +0 -0
- package/dist/esm/searchFormatters-8229207e.js.gz +0 -0
- package/dist/ezui/ezui.esm.js.gz +0 -0
- package/dist/ezui/index.esm.js.gz +0 -0
- package/dist/ezui/p-0306dff7.entry.js +0 -1
- package/dist/ezui/p-0306dff7.entry.js.gz +0 -0
- package/dist/ezui/p-04c17dca.entry.js +0 -1
- package/dist/ezui/p-04c17dca.entry.js.gz +0 -0
- package/dist/ezui/p-07894c4a.entry.js +0 -1
- package/dist/ezui/p-07894c4a.entry.js.gz +0 -0
- package/dist/ezui/p-09de35a2.entry.js +0 -1
- package/dist/ezui/p-09de35a2.entry.js.gz +0 -0
- package/dist/ezui/p-1bcfd88c.entry.js +0 -1
- package/dist/ezui/p-1bcfd88c.entry.js.gz +0 -0
- package/dist/ezui/p-1e7a8633.entry.js.gz +0 -0
- package/dist/ezui/p-1eb34cad.entry.js +0 -1
- package/dist/ezui/p-1eb34cad.entry.js.gz +0 -0
- package/dist/ezui/p-1f50fa05.entry.js.gz +0 -0
- package/dist/ezui/p-2187f86c.js +0 -1
- package/dist/ezui/p-2187f86c.js.gz +0 -0
- package/dist/ezui/p-2279190f.entry.js +0 -1
- package/dist/ezui/p-2279190f.entry.js.gz +0 -0
- package/dist/ezui/p-23a36bb6.js.gz +0 -0
- package/dist/ezui/p-26685c50.entry.js +0 -1
- package/dist/ezui/p-26685c50.entry.js.gz +0 -0
- package/dist/ezui/p-288631d1.entry.js.gz +0 -0
- package/dist/ezui/p-30ffb9ed.js.gz +0 -0
- package/dist/ezui/p-33326ac5.entry.js +0 -1
- package/dist/ezui/p-33326ac5.entry.js.gz +0 -0
- package/dist/ezui/p-3ba9565c.entry.js +0 -1
- package/dist/ezui/p-3ba9565c.entry.js.gz +0 -0
- package/dist/ezui/p-40a60148.js.gz +0 -0
- package/dist/ezui/p-43dbd0f9.entry.js +0 -1
- package/dist/ezui/p-43dbd0f9.entry.js.gz +0 -0
- package/dist/ezui/p-44caad9a.entry.js.gz +0 -0
- package/dist/ezui/p-48effc69.entry.js.gz +0 -0
- package/dist/ezui/p-4bb47bbe.entry.js +0 -1
- package/dist/ezui/p-4bb47bbe.entry.js.gz +0 -0
- package/dist/ezui/p-4bd6dd6a.entry.js +0 -1
- package/dist/ezui/p-4bd6dd6a.entry.js.gz +0 -0
- package/dist/ezui/p-4d30b703.entry.js.gz +0 -0
- package/dist/ezui/p-555c9018.entry.js +0 -1
- package/dist/ezui/p-555c9018.entry.js.gz +0 -0
- package/dist/ezui/p-57363cfd.entry.js +0 -1
- package/dist/ezui/p-57363cfd.entry.js.gz +0 -0
- package/dist/ezui/p-58f69d24.entry.js +0 -1
- package/dist/ezui/p-58f69d24.entry.js.gz +0 -0
- package/dist/ezui/p-59561756.entry.js +0 -7
- package/dist/ezui/p-59561756.entry.js.gz +0 -0
- package/dist/ezui/p-5dde9df3.entry.js +0 -1
- package/dist/ezui/p-5dde9df3.entry.js.gz +0 -0
- package/dist/ezui/p-5e495d47.entry.js.gz +0 -0
- package/dist/ezui/p-5ed81457.entry.js.gz +0 -0
- package/dist/ezui/p-5eea9886.js +0 -1
- package/dist/ezui/p-5eea9886.js.gz +0 -0
- package/dist/ezui/p-603ef267.entry.js.gz +0 -0
- package/dist/ezui/p-63cb493e.entry.js +0 -1
- package/dist/ezui/p-63cb493e.entry.js.gz +0 -0
- package/dist/ezui/p-6b3e4940.entry.js +0 -1
- package/dist/ezui/p-6b3e4940.entry.js.gz +0 -0
- package/dist/ezui/p-6bcf4ba2.entry.js +0 -1
- package/dist/ezui/p-6bcf4ba2.entry.js.gz +0 -0
- package/dist/ezui/p-6d596a5a.entry.js.gz +0 -0
- package/dist/ezui/p-6e429cff.entry.js +0 -1
- package/dist/ezui/p-6e429cff.entry.js.gz +0 -0
- package/dist/ezui/p-77a4bd35.entry.js +0 -1
- package/dist/ezui/p-77a4bd35.entry.js.gz +0 -0
- package/dist/ezui/p-7828dab5.entry.js +0 -1
- package/dist/ezui/p-7828dab5.entry.js.gz +0 -0
- package/dist/ezui/p-7ab19270.entry.js +0 -1
- package/dist/ezui/p-7ab19270.entry.js.gz +0 -0
- package/dist/ezui/p-7eae6986.entry.js +0 -1
- package/dist/ezui/p-7eae6986.entry.js.gz +0 -0
- package/dist/ezui/p-80dfc50b.js.gz +0 -0
- package/dist/ezui/p-87831cd0.entry.js +0 -1
- package/dist/ezui/p-87831cd0.entry.js.gz +0 -0
- package/dist/ezui/p-8df1ca33.entry.js.gz +0 -0
- package/dist/ezui/p-93e1c917.entry.js.gz +0 -0
- package/dist/ezui/p-9478b13b.entry.js +0 -1
- package/dist/ezui/p-9478b13b.entry.js.gz +0 -0
- package/dist/ezui/p-98bb8b16.js.gz +0 -0
- package/dist/ezui/p-9c5cd3b2.entry.js.gz +0 -0
- package/dist/ezui/p-9f5fa3f9.entry.js.gz +0 -0
- package/dist/ezui/p-a3ada561.entry.js.gz +0 -0
- package/dist/ezui/p-a80b1287.entry.js.gz +0 -0
- package/dist/ezui/p-ab574d59.js.gz +0 -0
- package/dist/ezui/p-ad79f9d1.entry.js +0 -1
- package/dist/ezui/p-ad79f9d1.entry.js.gz +0 -0
- package/dist/ezui/p-adfeb253.entry.js +0 -1
- package/dist/ezui/p-adfeb253.entry.js.gz +0 -0
- package/dist/ezui/p-b796e213.entry.js +0 -1
- package/dist/ezui/p-b796e213.entry.js.gz +0 -0
- package/dist/ezui/p-b81881ac.entry.js.gz +0 -0
- package/dist/ezui/p-b853763b.js.gz +0 -0
- package/dist/ezui/p-bac0f920.entry.js +0 -1
- package/dist/ezui/p-bac0f920.entry.js.gz +0 -0
- package/dist/ezui/p-bc2f844e.entry.js.gz +0 -0
- package/dist/ezui/p-beb42de1.entry.js +0 -1
- package/dist/ezui/p-beb42de1.entry.js.gz +0 -0
- package/dist/ezui/p-bff24a7b.js +0 -1
- package/dist/ezui/p-bff24a7b.js.gz +0 -0
- package/dist/ezui/p-c0d9c4f8.entry.js.gz +0 -0
- package/dist/ezui/p-cb75eb46.entry.js +0 -1
- package/dist/ezui/p-cb75eb46.entry.js.gz +0 -0
- package/dist/ezui/p-d2645bdf.entry.js.gz +0 -0
- package/dist/ezui/p-d8cc640d.entry.js.gz +0 -0
- package/dist/ezui/p-dc628ed3.js.gz +0 -0
- package/dist/ezui/p-dc73e1fe.entry.js +0 -1
- package/dist/ezui/p-dc73e1fe.entry.js.gz +0 -0
- package/dist/ezui/p-e07e4671.js.gz +0 -0
- package/dist/ezui/p-e4528470.entry.js +0 -1
- package/dist/ezui/p-e4528470.entry.js.gz +0 -0
- package/dist/ezui/p-e6a9041d.entry.js +0 -1
- package/dist/ezui/p-e6a9041d.entry.js.gz +0 -0
- package/dist/ezui/p-e75c7a23.entry.js.gz +0 -0
- package/dist/ezui/p-e78e87f5.entry.js.gz +0 -0
- package/dist/ezui/p-ec7db713.js.gz +0 -0
- package/dist/ezui/p-ecdb200a.entry.js +0 -1
- package/dist/ezui/p-ecdb200a.entry.js.gz +0 -0
- package/dist/ezui/p-f007eb33.entry.js +0 -1
- package/dist/ezui/p-f007eb33.entry.js.gz +0 -0
- package/dist/ezui/p-f5a66c3c.entry.js +0 -309
- package/dist/ezui/p-f5a66c3c.entry.js.gz +0 -0
- package/dist/ezui/p-fa6732f2.entry.js.gz +0 -0
- package/dist/index.cjs.js.gz +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/types/components/ez-grid/controller/ag-grid/i18n/pt-BR.d.ts +0 -2
- package/dist/types/components/ez-sidebar-navigator/messages/constants.d.ts +0 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function initializeApp(): Promise<void>;
|
|
@@ -2,8 +2,10 @@ import { AlertItem } from "../components/ez-alert-list/ez-alert-list";
|
|
|
2
2
|
import { DialogType } from "../components/ez-dialog/DialogType";
|
|
3
3
|
import { SlotBuilder } from "../components/ez-list/ez-list";
|
|
4
4
|
import { THeightMode } from "../components/ez-modal/ez-modal";
|
|
5
|
+
import { TFunction } from 'i18next';
|
|
5
6
|
export default class ApplicationUtils {
|
|
6
|
-
|
|
7
|
+
static i18n: TFunction;
|
|
8
|
+
private static getDefaultMessageOptions;
|
|
7
9
|
private static defaultModalProps;
|
|
8
10
|
private static defaultAlertListProps;
|
|
9
11
|
private static showDialog;
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
translation: {
|
|
3
|
+
app: {
|
|
4
|
+
collapse: string;
|
|
5
|
+
expand: string;
|
|
6
|
+
close: string;
|
|
7
|
+
profile: string;
|
|
8
|
+
warning: string;
|
|
9
|
+
edit: string;
|
|
10
|
+
remove: string;
|
|
11
|
+
yes: string;
|
|
12
|
+
no: string;
|
|
13
|
+
loading: string;
|
|
14
|
+
apply: string;
|
|
15
|
+
cancel: string;
|
|
16
|
+
ok: string;
|
|
17
|
+
alerts: string;
|
|
18
|
+
requiredInfo: string;
|
|
19
|
+
};
|
|
20
|
+
"ez-upload": {
|
|
21
|
+
enable: string;
|
|
22
|
+
disable: string;
|
|
23
|
+
replaceFileTitle: string;
|
|
24
|
+
replaceFileMessage: string;
|
|
25
|
+
maxFilesError: string;
|
|
26
|
+
emptyFileError: string;
|
|
27
|
+
missingUploadUrlError: string;
|
|
28
|
+
maxFileSizeError: string;
|
|
29
|
+
uploadErrorTitle: string;
|
|
30
|
+
uploadingMessage: string;
|
|
31
|
+
};
|
|
32
|
+
"ez-calendar": {
|
|
33
|
+
month: {
|
|
34
|
+
0: string;
|
|
35
|
+
1: string;
|
|
36
|
+
2: string;
|
|
37
|
+
3: string;
|
|
38
|
+
4: string;
|
|
39
|
+
5: string;
|
|
40
|
+
6: string;
|
|
41
|
+
7: string;
|
|
42
|
+
8: string;
|
|
43
|
+
9: string;
|
|
44
|
+
10: string;
|
|
45
|
+
11: string;
|
|
46
|
+
};
|
|
47
|
+
weekDay: {
|
|
48
|
+
0: string;
|
|
49
|
+
1: string;
|
|
50
|
+
2: string;
|
|
51
|
+
3: string;
|
|
52
|
+
4: string;
|
|
53
|
+
5: string;
|
|
54
|
+
6: string;
|
|
55
|
+
};
|
|
56
|
+
today: string;
|
|
57
|
+
};
|
|
58
|
+
"ez-collapsible-box": {
|
|
59
|
+
confirmRemove: string;
|
|
60
|
+
};
|
|
61
|
+
"ez-combo-box": {
|
|
62
|
+
placeholder: string;
|
|
63
|
+
noResults: string;
|
|
64
|
+
};
|
|
65
|
+
"ez-date-time-input": {
|
|
66
|
+
invalidDate: string;
|
|
67
|
+
};
|
|
68
|
+
"ez-date-input": {
|
|
69
|
+
invalidDate: string;
|
|
70
|
+
};
|
|
71
|
+
"ez-dialog": {
|
|
72
|
+
confirmButton: string;
|
|
73
|
+
closeButton: string;
|
|
74
|
+
};
|
|
75
|
+
"ez-double-list": {
|
|
76
|
+
noItemsAvailable: string;
|
|
77
|
+
noItemsSelected: string;
|
|
78
|
+
moveAllTo: string;
|
|
79
|
+
moveTo: string;
|
|
80
|
+
moveToFirstPosition: string;
|
|
81
|
+
moveUp: string;
|
|
82
|
+
moveDown: string;
|
|
83
|
+
moveToLastPosition: string;
|
|
84
|
+
};
|
|
85
|
+
"ez-file-item": {
|
|
86
|
+
invalidProgress: string;
|
|
87
|
+
};
|
|
88
|
+
"ez-grid": {
|
|
89
|
+
filterAppliedSuccess: string;
|
|
90
|
+
cancelPagination: string;
|
|
91
|
+
pageLabel: string;
|
|
92
|
+
previousPage: string;
|
|
93
|
+
nextPage: string;
|
|
94
|
+
returnToPreviousPage: string;
|
|
95
|
+
goToNextPage: string;
|
|
96
|
+
remainingPageLabel: string;
|
|
97
|
+
remainingTotalLabel: string;
|
|
98
|
+
nextRecord: string;
|
|
99
|
+
previousRecord: string;
|
|
100
|
+
searchColumn: string;
|
|
101
|
+
sortAscending: string;
|
|
102
|
+
sortDescending: string;
|
|
103
|
+
pinColumn: string;
|
|
104
|
+
unpinColumn: string;
|
|
105
|
+
filter: string;
|
|
106
|
+
columnCantBeOrder: string;
|
|
107
|
+
filterColumnHeader: string;
|
|
108
|
+
clearSelection: string;
|
|
109
|
+
page: string;
|
|
110
|
+
more: string;
|
|
111
|
+
to: string;
|
|
112
|
+
of: string;
|
|
113
|
+
next: string;
|
|
114
|
+
last: string;
|
|
115
|
+
first: string;
|
|
116
|
+
previous: string;
|
|
117
|
+
loadingOoo: string;
|
|
118
|
+
selectAll: string;
|
|
119
|
+
searchOoo: string;
|
|
120
|
+
blanks: string;
|
|
121
|
+
filterOoo: string;
|
|
122
|
+
applyFilter: string;
|
|
123
|
+
equals: string;
|
|
124
|
+
lessThan: string;
|
|
125
|
+
greaterThan: string;
|
|
126
|
+
contains: string;
|
|
127
|
+
startsWith: string;
|
|
128
|
+
endsWith: string;
|
|
129
|
+
group: string;
|
|
130
|
+
columns: string;
|
|
131
|
+
rowGroupColumns: string;
|
|
132
|
+
rowGroupColumnsEmptyMessage: string;
|
|
133
|
+
valueColumns: string;
|
|
134
|
+
pivotMode: string;
|
|
135
|
+
groups: string;
|
|
136
|
+
values: string;
|
|
137
|
+
pivots: string;
|
|
138
|
+
valueColumnsEmptyMessage: string;
|
|
139
|
+
pivotColumnsEmptyMessage: string;
|
|
140
|
+
toolPanelButton: string;
|
|
141
|
+
noRowsToShow: string;
|
|
142
|
+
valueAggregation: string;
|
|
143
|
+
autosizeThiscolumn: string;
|
|
144
|
+
autosizeAllColumns: string;
|
|
145
|
+
groupBy: string;
|
|
146
|
+
ungroupBy: string;
|
|
147
|
+
resetColumns: string;
|
|
148
|
+
expandAll: string;
|
|
149
|
+
collapseAll: string;
|
|
150
|
+
toolPanel: string;
|
|
151
|
+
export: string;
|
|
152
|
+
csvExport: string;
|
|
153
|
+
excelExport: string;
|
|
154
|
+
pinLeft: string;
|
|
155
|
+
pinRight: string;
|
|
156
|
+
noPin: string;
|
|
157
|
+
sum: string;
|
|
158
|
+
min: string;
|
|
159
|
+
max: string;
|
|
160
|
+
none: string;
|
|
161
|
+
count: string;
|
|
162
|
+
average: string;
|
|
163
|
+
copy: string;
|
|
164
|
+
copyWithHeaders: string;
|
|
165
|
+
ctrlC: string;
|
|
166
|
+
paste: string;
|
|
167
|
+
ctrlV: string;
|
|
168
|
+
labelSearchColumn: 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
|
+
"ez-form": {
|
|
266
|
+
mainTab: string;
|
|
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
|
+
export default _default;
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
translation: {
|
|
3
|
+
app: {
|
|
4
|
+
collapse: string;
|
|
5
|
+
expand: string;
|
|
6
|
+
close: string;
|
|
7
|
+
profile: string;
|
|
8
|
+
warning: string;
|
|
9
|
+
edit: string;
|
|
10
|
+
remove: string;
|
|
11
|
+
yes: string;
|
|
12
|
+
no: string;
|
|
13
|
+
loading: string;
|
|
14
|
+
apply: string;
|
|
15
|
+
cancel: string;
|
|
16
|
+
ok: string;
|
|
17
|
+
alerts: string;
|
|
18
|
+
requiredInfo: string;
|
|
19
|
+
};
|
|
20
|
+
"ez-upload": {
|
|
21
|
+
enable: string;
|
|
22
|
+
disable: string;
|
|
23
|
+
replaceFileTitle: string;
|
|
24
|
+
replaceFileMessage: string;
|
|
25
|
+
maxFilesError: string;
|
|
26
|
+
emptyFileError: string;
|
|
27
|
+
missingUploadUrlError: string;
|
|
28
|
+
maxFileSizeError: string;
|
|
29
|
+
uploadErrorTitle: string;
|
|
30
|
+
uploadingMessage: string;
|
|
31
|
+
};
|
|
32
|
+
"ez-calendar": {
|
|
33
|
+
month: {
|
|
34
|
+
0: string;
|
|
35
|
+
1: string;
|
|
36
|
+
2: string;
|
|
37
|
+
3: string;
|
|
38
|
+
4: string;
|
|
39
|
+
5: string;
|
|
40
|
+
6: string;
|
|
41
|
+
7: string;
|
|
42
|
+
8: string;
|
|
43
|
+
9: string;
|
|
44
|
+
10: string;
|
|
45
|
+
11: string;
|
|
46
|
+
};
|
|
47
|
+
weekDay: {
|
|
48
|
+
0: string;
|
|
49
|
+
1: string;
|
|
50
|
+
2: string;
|
|
51
|
+
3: string;
|
|
52
|
+
4: string;
|
|
53
|
+
5: string;
|
|
54
|
+
6: string;
|
|
55
|
+
};
|
|
56
|
+
today: string;
|
|
57
|
+
};
|
|
58
|
+
"ez-collapsible-box": {
|
|
59
|
+
confirmRemove: string;
|
|
60
|
+
};
|
|
61
|
+
"ez-combo-box": {
|
|
62
|
+
placeholder: string;
|
|
63
|
+
noResults: string;
|
|
64
|
+
};
|
|
65
|
+
"ez-date-time-input": {
|
|
66
|
+
invalidDate: string;
|
|
67
|
+
};
|
|
68
|
+
"ez-date-input": {
|
|
69
|
+
invalidDate: string;
|
|
70
|
+
};
|
|
71
|
+
"ez-dialog": {
|
|
72
|
+
confirmButton: string;
|
|
73
|
+
closeButton: string;
|
|
74
|
+
};
|
|
75
|
+
"ez-double-list": {
|
|
76
|
+
noItemsAvailable: string;
|
|
77
|
+
noItemsSelected: string;
|
|
78
|
+
moveAllTo: string;
|
|
79
|
+
moveTo: string;
|
|
80
|
+
moveToFirstPosition: string;
|
|
81
|
+
moveUp: string;
|
|
82
|
+
moveDown: string;
|
|
83
|
+
moveToLastPosition: string;
|
|
84
|
+
};
|
|
85
|
+
"ez-file-item": {
|
|
86
|
+
invalidProgress: string;
|
|
87
|
+
};
|
|
88
|
+
"ez-grid": {
|
|
89
|
+
filterAppliedSuccess: string;
|
|
90
|
+
cancelPagination: string;
|
|
91
|
+
pageLabel: string;
|
|
92
|
+
previousPage: string;
|
|
93
|
+
nextPage: string;
|
|
94
|
+
returnToPreviousPage: string;
|
|
95
|
+
goToNextPage: string;
|
|
96
|
+
remainingPageLabel: string;
|
|
97
|
+
remainingTotalLabel: string;
|
|
98
|
+
nextRecord: string;
|
|
99
|
+
previousRecord: string;
|
|
100
|
+
searchColumn: string;
|
|
101
|
+
sortAscending: string;
|
|
102
|
+
sortDescending: string;
|
|
103
|
+
pinColumn: string;
|
|
104
|
+
unpinColumn: string;
|
|
105
|
+
filter: string;
|
|
106
|
+
columnCantBeOrder: string;
|
|
107
|
+
filterColumnHeader: string;
|
|
108
|
+
clearSelection: string;
|
|
109
|
+
page: string;
|
|
110
|
+
more: string;
|
|
111
|
+
to: string;
|
|
112
|
+
of: string;
|
|
113
|
+
next: string;
|
|
114
|
+
last: string;
|
|
115
|
+
first: string;
|
|
116
|
+
previous: string;
|
|
117
|
+
loadingOoo: string;
|
|
118
|
+
selectAll: string;
|
|
119
|
+
searchOoo: string;
|
|
120
|
+
blanks: string;
|
|
121
|
+
filterOoo: string;
|
|
122
|
+
applyFilter: string;
|
|
123
|
+
equals: string;
|
|
124
|
+
lessThan: string;
|
|
125
|
+
greaterThan: string;
|
|
126
|
+
contains: string;
|
|
127
|
+
startsWith: string;
|
|
128
|
+
endsWith: string;
|
|
129
|
+
group: string;
|
|
130
|
+
columns: string;
|
|
131
|
+
rowGroupColumns: string;
|
|
132
|
+
rowGroupColumnsEmptyMessage: string;
|
|
133
|
+
valueColumns: string;
|
|
134
|
+
pivotMode: string;
|
|
135
|
+
groups: string;
|
|
136
|
+
values: string;
|
|
137
|
+
pivots: string;
|
|
138
|
+
valueColumnsEmptyMessage: string;
|
|
139
|
+
pivotColumnsEmptyMessage: string;
|
|
140
|
+
toolPanelButton: string;
|
|
141
|
+
noRowsToShow: string;
|
|
142
|
+
valueAggregation: string;
|
|
143
|
+
autosizeThiscolumn: string;
|
|
144
|
+
autosizeAllColumns: string;
|
|
145
|
+
groupBy: string;
|
|
146
|
+
ungroupBy: string;
|
|
147
|
+
resetColumns: string;
|
|
148
|
+
expandAll: string;
|
|
149
|
+
collapseAll: string;
|
|
150
|
+
toolPanel: string;
|
|
151
|
+
export: string;
|
|
152
|
+
csvExport: string;
|
|
153
|
+
excelExport: string;
|
|
154
|
+
pinLeft: string;
|
|
155
|
+
pinRight: string;
|
|
156
|
+
noPin: string;
|
|
157
|
+
sum: string;
|
|
158
|
+
min: string;
|
|
159
|
+
max: string;
|
|
160
|
+
none: string;
|
|
161
|
+
count: string;
|
|
162
|
+
average: string;
|
|
163
|
+
copy: string;
|
|
164
|
+
copyWithHeaders: string;
|
|
165
|
+
ctrlC: string;
|
|
166
|
+
paste: string;
|
|
167
|
+
ctrlV: string;
|
|
168
|
+
labelSearchColumn: 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
|
+
"ez-form": {
|
|
266
|
+
mainTab: string;
|
|
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
|
+
export default _default;
|