@sankhyalabs/ezui 6.4.2 → 6.5.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-a8c7553f.js} +43 -15
- package/dist/cjs/RichToolbarHelper-ea12328f.js +33 -0
- package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
- package/dist/cjs/app-globals-abfd9b11.js +14 -0
- package/dist/cjs/{constants-569271bc.js → constants-72b7e05e.js} +0 -2
- package/dist/cjs/ez-actions-button.cjs.entry.js +3 -2
- package/dist/cjs/ez-alert-list.cjs.entry.js +6 -4
- package/dist/cjs/ez-alert.cjs.entry.js +1 -1
- package/dist/cjs/ez-application.cjs.entry.js +1 -1
- package/dist/cjs/ez-avatar.cjs.entry.js +11 -3
- package/dist/cjs/ez-badge.cjs.entry.js +1 -1
- package/dist/cjs/ez-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/ez-button.cjs.entry.js +97 -27
- package/dist/cjs/ez-calendar.cjs.entry.js +8 -7
- package/dist/cjs/ez-card-item.cjs.entry.js +1 -1
- package/dist/cjs/ez-chart.cjs.entry.js +5 -20
- package/dist/cjs/ez-check.cjs.entry.js +2 -2
- package/dist/cjs/ez-chip.cjs.entry.js +52 -48
- package/dist/cjs/ez-classic-combo-box.cjs.entry.js +1 -1
- package/dist/cjs/ez-classic-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-classic-text-area.cjs.entry.js +1 -1
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +15 -12
- package/dist/cjs/{ez-combo-box-list_3.cjs.entry.js → ez-combo-box-list_4.cjs.entry.js} +292 -6
- package/dist/cjs/ez-combo-box.cjs.entry.js +11 -8
- package/dist/cjs/ez-date-input.cjs.entry.js +6 -2
- package/dist/cjs/ez-date-time-input.cjs.entry.js +6 -2
- package/dist/cjs/ez-dialog.cjs.entry.js +9 -7
- package/dist/cjs/ez-double-list.cjs.entry.js +13 -5
- package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/ez-empty-card.cjs.entry.js +1 -1
- package/dist/cjs/ez-file-item.cjs.entry.js +10 -7
- package/dist/cjs/ez-filter-input.cjs.entry.js +129 -0
- package/dist/cjs/ez-form-view.cjs.entry.js +12 -4
- package/dist/cjs/ez-form.cjs.entry.js +19 -16
- package/dist/cjs/ez-grid.cjs.entry.js +919 -242
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +6 -2
- package/dist/cjs/ez-icon.cjs.entry.js +2 -2
- 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 +5 -3
- package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal-container.cjs.entry.js +7 -3
- package/dist/cjs/ez-modal.cjs.entry.js +6 -2
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +10 -6
- package/dist/cjs/ez-number-input.cjs.entry.js +6 -2
- package/dist/cjs/ez-pagination.cjs.entry.js +117 -0
- package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
- package/dist/cjs/ez-popover-plus_3.cjs.entry.js +1 -1
- package/dist/cjs/ez-popover.cjs.entry.js +1 -1
- package/dist/cjs/ez-popup.cjs.entry.js +1 -1
- package/dist/cjs/ez-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js +27 -0
- package/dist/cjs/ez-scroller_2.cjs.entry.js +1 -1
- package/dist/cjs/ez-search-plus.cjs.entry.js +10 -8
- package/dist/cjs/ez-search-result-list.cjs.entry.js +6 -3
- package/dist/cjs/ez-search.cjs.entry.js +9 -10
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +6 -8
- package/dist/cjs/ez-skeleton.cjs.entry.js +6 -4
- package/dist/cjs/ez-sortable-list.cjs.entry.js +13 -6
- package/dist/cjs/ez-spinner.cjs.entry.js +34 -0
- package/dist/cjs/ez-split-button.cjs.entry.js +6 -5
- package/dist/cjs/ez-split-item.cjs.entry.js +7 -3
- package/dist/cjs/ez-split-panel.cjs.entry.js +1 -1
- package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
- package/dist/cjs/ez-tag.cjs.entry.js +1 -1
- package/dist/cjs/ez-text-area.cjs.entry.js +35 -28
- package/dist/cjs/ez-text-input.cjs.entry.js +2 -1
- package/dist/cjs/ez-tile-medium.cjs.entry.js +1 -1
- package/dist/cjs/ez-tile.cjs.entry.js +1 -1
- package/dist/cjs/ez-time-input.cjs.entry.js +13 -11
- package/dist/cjs/ez-toast.cjs.entry.js +1 -1
- package/dist/cjs/{ez-filter-input_2.cjs.entry.js → ez-tooltip.cjs.entry.js} +2 -124
- package/dist/cjs/ez-tree.cjs.entry.js +41 -2
- package/dist/cjs/ez-underface.cjs.entry.js +1 -1
- package/dist/cjs/ez-upload.cjs.entry.js +18 -12
- package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
- package/dist/cjs/ezui.cjs.js +6 -2
- package/dist/cjs/filter-column.cjs.entry.js +9 -5
- package/dist/cjs/index-5b60179a.js +3705 -0
- package/dist/cjs/{index-9e5554cb.js → index-a7b0c73d.js} +30 -9
- package/dist/cjs/loader.cjs.js +6 -2
- package/dist/cjs/purify-0bd8a150.js +1359 -0
- package/dist/cjs/{search-column-1d3c9fa5.js → search-column-042cde9d.js} +11 -9
- package/dist/collection/collection-manifest.json +13 -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 -37
- 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-grid/utils/InMemoryFilterColumnDataSource.js +0 -3
- 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-pagination/ez-pagination.css +102 -0
- package/dist/collection/components/ez-pagination/ez-pagination.js +246 -0
- 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-spinner/ez-spinner.css +76 -0
- package/dist/collection/components/ez-spinner/ez-spinner.js +57 -0
- 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 +291 -0
- package/dist/collection/utils/i18n/locales/es-es.js +291 -0
- package/dist/collection/utils/i18n/locales/pt-br.js +291 -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 +66 -0
- package/dist/custom-elements/index.js +7247 -480
- package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-0fd22faf.js} +43 -15
- package/dist/esm/RichToolbarHelper-f3a149c4.js +29 -0
- package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
- package/dist/esm/app-globals-9a422cb4.js +12 -0
- package/dist/esm/{constants-b036528f.js → constants-3fabe81e.js} +1 -2
- package/dist/esm/ez-actions-button.entry.js +3 -2
- package/dist/esm/ez-alert-list.entry.js +6 -4
- package/dist/esm/ez-alert.entry.js +1 -1
- package/dist/esm/ez-application.entry.js +1 -1
- package/dist/esm/ez-avatar.entry.js +11 -3
- package/dist/esm/ez-badge.entry.js +1 -1
- package/dist/esm/ez-breadcrumb.entry.js +1 -1
- package/dist/esm/ez-button.entry.js +97 -27
- package/dist/esm/ez-calendar.entry.js +8 -7
- package/dist/esm/ez-card-item.entry.js +1 -1
- package/dist/esm/ez-chart.entry.js +3 -18
- package/dist/esm/ez-check.entry.js +2 -2
- package/dist/esm/ez-chip.entry.js +52 -48
- package/dist/esm/ez-classic-combo-box.entry.js +1 -1
- package/dist/esm/ez-classic-input.entry.js +1 -1
- package/dist/esm/ez-classic-text-area.entry.js +1 -1
- package/dist/esm/ez-collapsible-box.entry.js +15 -12
- package/dist/esm/{ez-combo-box-list_3.entry.js → ez-combo-box-list_4.entry.js} +293 -8
- package/dist/esm/ez-combo-box.entry.js +11 -8
- package/dist/esm/ez-date-input.entry.js +6 -2
- package/dist/esm/ez-date-time-input.entry.js +6 -2
- package/dist/esm/ez-dialog.entry.js +9 -7
- package/dist/esm/ez-double-list.entry.js +13 -5
- package/dist/esm/ez-dropdown.entry.js +1 -1
- package/dist/esm/ez-empty-card.entry.js +1 -1
- package/dist/esm/ez-file-item.entry.js +10 -7
- package/dist/esm/ez-filter-input.entry.js +125 -0
- package/dist/esm/ez-form-view.entry.js +12 -4
- package/dist/esm/ez-form.entry.js +9 -6
- package/dist/esm/ez-grid.entry.js +902 -225
- package/dist/esm/ez-guide-navigator.entry.js +6 -2
- package/dist/esm/ez-icon.entry.js +2 -2
- 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 +5 -3
- package/dist/esm/ez-loading-bar.entry.js +1 -1
- package/dist/esm/ez-modal-container.entry.js +7 -3
- package/dist/esm/ez-modal.entry.js +6 -2
- package/dist/esm/ez-multi-selection-list.entry.js +10 -6
- package/dist/esm/ez-number-input.entry.js +6 -2
- package/dist/esm/ez-pagination.entry.js +113 -0
- package/dist/esm/ez-popover-core.entry.js +1 -1
- package/dist/esm/ez-popover-plus_3.entry.js +1 -1
- package/dist/esm/ez-popover.entry.js +1 -1
- package/dist/esm/ez-popup.entry.js +1 -1
- package/dist/esm/ez-progress-bar.entry.js +1 -1
- package/dist/esm/ez-radio-button.entry.js +1 -1
- package/dist/esm/ez-rich-toolbar-item.entry.js +23 -0
- package/dist/esm/ez-scroller_2.entry.js +1 -1
- package/dist/esm/ez-search-plus.entry.js +10 -8
- package/dist/esm/ez-search-result-list.entry.js +6 -3
- package/dist/esm/ez-search.entry.js +9 -10
- package/dist/esm/ez-sidebar-navigator.entry.js +6 -8
- package/dist/esm/ez-skeleton.entry.js +6 -4
- package/dist/esm/ez-sortable-list.entry.js +13 -6
- package/dist/esm/ez-spinner.entry.js +30 -0
- package/dist/esm/ez-split-button.entry.js +6 -5
- package/dist/esm/ez-split-item.entry.js +7 -3
- package/dist/esm/ez-split-panel.entry.js +1 -1
- package/dist/esm/ez-tabselector.entry.js +1 -1
- package/dist/esm/ez-tag.entry.js +1 -1
- package/dist/esm/ez-text-area.entry.js +35 -28
- package/dist/esm/ez-text-input.entry.js +2 -1
- package/dist/esm/ez-tile-medium.entry.js +1 -1
- package/dist/esm/ez-tile.entry.js +1 -1
- package/dist/esm/ez-time-input.entry.js +13 -11
- package/dist/esm/ez-toast.entry.js +1 -1
- package/dist/esm/{ez-filter-input_2.entry.js → ez-tooltip.entry.js} +3 -124
- package/dist/esm/ez-tree.entry.js +41 -2
- package/dist/esm/ez-underface.entry.js +1 -1
- package/dist/esm/ez-upload.entry.js +18 -12
- package/dist/esm/ez-view-stack.entry.js +1 -1
- package/dist/esm/ezui.js +7 -3
- package/dist/esm/filter-column.entry.js +9 -5
- package/dist/esm/index-6517a082.js +3702 -0
- package/dist/esm/{index-5a720e56.js → index-baa5e267.js} +31 -9
- package/dist/esm/loader.js +7 -3
- package/dist/esm/purify-34e6ff6f.js +1357 -0
- package/dist/esm/{search-column-35f4ad93.js → search-column-38ddb94e.js} +11 -7
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-035b5180.entry.js +1 -0
- package/dist/ezui/p-058025a4.entry.js +1 -0
- package/dist/ezui/p-0c966145.entry.js +1 -0
- package/dist/ezui/p-112455b1.js +1 -0
- package/dist/ezui/p-171e5243.entry.js +1 -0
- package/dist/ezui/p-187d669d.js +1 -0
- package/dist/ezui/{p-81461d2f.entry.js → p-1e7a8633.entry.js} +1 -1
- package/dist/ezui/{p-6b51c9cc.entry.js → p-1f50fa05.entry.js} +1 -1
- package/dist/ezui/p-20c024f7.entry.js +1 -0
- package/dist/ezui/p-22d80677.entry.js +1 -0
- package/dist/ezui/{p-e4c7eb39.js → p-23a36bb6.js} +2 -2
- package/dist/ezui/{p-06f1b8e4.entry.js → p-288631d1.entry.js} +1 -1
- package/dist/ezui/p-2a4ebffa.entry.js +1 -0
- package/dist/ezui/p-2c72377f.entry.js +1 -0
- package/dist/ezui/p-356b0a25.entry.js +1 -0
- package/dist/ezui/{p-06ed5e57.entry.js → p-3bf7f94b.entry.js} +1 -1
- package/dist/ezui/p-3e767a74.js +1 -0
- package/dist/ezui/p-432c2321.entry.js +1 -0
- package/dist/ezui/p-4446f3cd.entry.js +1 -0
- package/dist/ezui/{p-0378416a.entry.js → p-44caad9a.entry.js} +1 -1
- package/dist/ezui/p-47abb383.entry.js +1 -0
- package/dist/ezui/p-4805957f.entry.js +1 -0
- package/dist/ezui/{p-570cf58a.entry.js → p-48effc69.entry.js} +1 -1
- package/dist/ezui/{p-4a876b8b.entry.js → p-4d30b703.entry.js} +1 -1
- package/dist/ezui/p-4ff1501e.entry.js +7 -0
- package/dist/ezui/p-53bc30a1.entry.js +1 -0
- package/dist/ezui/p-53da64a6.entry.js +1 -0
- package/dist/ezui/p-5e1c1c64.entry.js +309 -0
- package/dist/ezui/{p-6fc26622.entry.js → p-5ed81457.entry.js} +1 -1
- package/dist/ezui/{p-3234f883.entry.js → p-603ef267.entry.js} +1 -1
- package/dist/ezui/p-60a626da.entry.js +1 -0
- package/dist/ezui/p-62b8d0db.js +1 -0
- package/dist/ezui/p-6369a0cd.entry.js +1 -0
- package/dist/ezui/p-66d18c42.entry.js +1 -0
- package/dist/ezui/p-69e45272.entry.js +1 -0
- package/dist/ezui/{p-0b531233.entry.js → p-6d596a5a.entry.js} +1 -1
- package/dist/ezui/p-6f77a359.entry.js +1 -0
- package/dist/ezui/p-714b46e6.entry.js +1 -0
- package/dist/ezui/p-71b3fb24.entry.js +1 -0
- package/dist/ezui/p-7626d180.js +1 -0
- package/dist/ezui/p-79044c3e.entry.js +1 -0
- package/dist/ezui/{p-5b85d3de.entry.js → p-7f792043.entry.js} +1 -1
- package/dist/ezui/{p-b7c6ce20.entry.js → p-7fe97ef5.entry.js} +1 -1
- package/dist/ezui/p-8b0e6b83.entry.js +1 -0
- package/dist/ezui/{p-82fa4b09.entry.js → p-8df1ca33.entry.js} +1 -1
- package/dist/ezui/p-91c9d50e.entry.js +1 -0
- package/dist/ezui/{p-05e68ab3.entry.js → p-93e1c917.entry.js} +1 -1
- package/dist/ezui/p-9b1f6efb.entry.js +1 -0
- package/dist/ezui/{p-d3779449.entry.js → p-9b2e6438.entry.js} +1 -1
- package/dist/ezui/{p-18e71523.entry.js → p-9c5cd3b2.entry.js} +1 -1
- package/dist/ezui/p-9f1694a5.entry.js +1 -0
- package/dist/ezui/{p-c2b20f78.entry.js → p-9f5fa3f9.entry.js} +1 -1
- package/dist/ezui/{p-9bcfa689.entry.js → p-a3075f52.entry.js} +1 -1
- package/dist/ezui/{p-f26b97e9.entry.js → p-a3ada561.entry.js} +1 -1
- package/dist/ezui/p-a7c85153.entry.js +1 -0
- package/dist/ezui/{p-dfca5946.entry.js → p-a80b1287.entry.js} +1 -1
- package/dist/ezui/p-b1e45320.js +1 -0
- package/dist/ezui/p-b71ac997.entry.js +1 -0
- package/dist/ezui/p-bc2f844e.entry.js +1 -0
- package/dist/ezui/{p-92748142.entry.js → p-c0d9c4f8.entry.js} +1 -1
- package/dist/ezui/p-c331a21e.entry.js +1 -0
- package/dist/ezui/p-c565e9c1.entry.js +1 -0
- package/dist/ezui/p-c77d297b.entry.js +1 -0
- package/dist/ezui/p-cc4b89ea.entry.js +1 -0
- package/dist/ezui/p-d0f4544c.js +1 -0
- package/dist/ezui/p-d2364956.js +3 -0
- package/dist/ezui/{p-c96e536d.entry.js → p-d2645bdf.entry.js} +1 -1
- package/dist/ezui/p-d2d9befa.entry.js +1 -0
- package/dist/ezui/p-d423e2b3.entry.js +1 -0
- package/dist/ezui/p-d6742c1e.entry.js +1 -0
- package/dist/ezui/{p-770cf2b8.entry.js → p-d6f50207.entry.js} +1 -1
- package/dist/ezui/p-d7e8ca9e.entry.js +1 -0
- package/dist/ezui/p-d8cc640d.entry.js +1 -0
- package/dist/ezui/p-dc8841c8.entry.js +1 -0
- package/dist/ezui/p-dee18824.entry.js +1 -0
- package/dist/ezui/p-df58d45b.entry.js +1 -0
- package/dist/ezui/p-e1e48a22.entry.js +1 -0
- package/dist/ezui/{p-000159dc.entry.js → p-e75c7a23.entry.js} +1 -1
- package/dist/ezui/p-e7a7c594.entry.js +1 -0
- package/dist/ezui/p-e9691b45.entry.js +1 -0
- package/dist/ezui/{p-44b39e81.entry.js → p-fa6732f2.entry.js} +1 -1
- 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 -3
- 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-grid/utils/InMemoryFilterColumnDataSource.d.ts +0 -1
- 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-multi-selection-list/interfaces/IMultiSelectionListDataSource.d.ts +0 -1
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
- package/dist/types/components/ez-pagination/ez-pagination.d.ts +47 -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-spinner/ez-spinner.d.ts +10 -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 +548 -5
- 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 +292 -0
- package/dist/types/utils/i18n/locales/es-es.d.ts +292 -0
- package/dist/types/utils/i18n/locales/pt-br.d.ts +292 -0
- package/dist/types/utils/i18n/translations.d.ts +876 -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 +11 -0
- package/react/components.js +11 -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.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-combo-box.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-core.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-progress-bar.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-9e5554cb.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-1d3c9fa5.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-combo-box/ez-classic-combo-box.css.gz +0 -0
- package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js.gz +0 -0
- package/dist/collection/components/ez-classic-combo-box/interfaces/IOption.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-progress-bar/ez-progress-bar.css.gz +0 -0
- package/dist/collection/components/ez-progress-bar/ez-progress-bar.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/ag-grid-license.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.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-combo-box.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-core.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-progress-bar.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-5a720e56.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-35f4ad93.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-000159dc.entry.js.gz +0 -0
- package/dist/ezui/p-0378416a.entry.js.gz +0 -0
- package/dist/ezui/p-05e68ab3.entry.js.gz +0 -0
- package/dist/ezui/p-06ed5e57.entry.js.gz +0 -0
- package/dist/ezui/p-06f1b8e4.entry.js.gz +0 -0
- package/dist/ezui/p-0b531233.entry.js.gz +0 -0
- package/dist/ezui/p-11bfeca3.entry.js +0 -1
- package/dist/ezui/p-11bfeca3.entry.js.gz +0 -0
- package/dist/ezui/p-14d6aeb8.entry.js +0 -1
- package/dist/ezui/p-14d6aeb8.entry.js.gz +0 -0
- package/dist/ezui/p-175154a0.js +0 -1
- package/dist/ezui/p-175154a0.js.gz +0 -0
- package/dist/ezui/p-18e71523.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-220b9944.entry.js +0 -1
- package/dist/ezui/p-220b9944.entry.js.gz +0 -0
- package/dist/ezui/p-30ffb9ed.js.gz +0 -0
- package/dist/ezui/p-31d074bb.entry.js +0 -1
- package/dist/ezui/p-31d074bb.entry.js.gz +0 -0
- package/dist/ezui/p-3234f883.entry.js.gz +0 -0
- package/dist/ezui/p-348f0dfe.entry.js +0 -1
- package/dist/ezui/p-348f0dfe.entry.js.gz +0 -0
- package/dist/ezui/p-40a60148.js.gz +0 -0
- package/dist/ezui/p-41652617.entry.js +0 -1
- package/dist/ezui/p-41652617.entry.js.gz +0 -0
- package/dist/ezui/p-419bebcc.entry.js +0 -1
- package/dist/ezui/p-419bebcc.entry.js.gz +0 -0
- package/dist/ezui/p-42c19893.entry.js +0 -1
- package/dist/ezui/p-42c19893.entry.js.gz +0 -0
- package/dist/ezui/p-44b39e81.entry.js.gz +0 -0
- package/dist/ezui/p-4a876b8b.entry.js.gz +0 -0
- package/dist/ezui/p-4e66eaeb.entry.js +0 -1
- package/dist/ezui/p-4e66eaeb.entry.js.gz +0 -0
- package/dist/ezui/p-545bd5d5.entry.js +0 -7
- package/dist/ezui/p-545bd5d5.entry.js.gz +0 -0
- package/dist/ezui/p-570cf58a.entry.js.gz +0 -0
- package/dist/ezui/p-5b85d3de.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-61f5c258.entry.js +0 -1
- package/dist/ezui/p-61f5c258.entry.js.gz +0 -0
- package/dist/ezui/p-6b2cc9b8.entry.js +0 -1
- package/dist/ezui/p-6b2cc9b8.entry.js.gz +0 -0
- package/dist/ezui/p-6b51c9cc.entry.js.gz +0 -0
- package/dist/ezui/p-6ec40dec.entry.js +0 -1
- package/dist/ezui/p-6ec40dec.entry.js.gz +0 -0
- package/dist/ezui/p-6fc26622.entry.js.gz +0 -0
- package/dist/ezui/p-7567ccdd.entry.js +0 -1
- package/dist/ezui/p-7567ccdd.entry.js.gz +0 -0
- package/dist/ezui/p-770cf2b8.entry.js.gz +0 -0
- package/dist/ezui/p-7db20f8e.entry.js +0 -1
- package/dist/ezui/p-7db20f8e.entry.js.gz +0 -0
- package/dist/ezui/p-7ec3f335.entry.js +0 -1
- package/dist/ezui/p-7ec3f335.entry.js.gz +0 -0
- package/dist/ezui/p-80dfc50b.js.gz +0 -0
- package/dist/ezui/p-81461d2f.entry.js.gz +0 -0
- package/dist/ezui/p-82fa4b09.entry.js.gz +0 -0
- package/dist/ezui/p-85d7b78a.entry.js +0 -1
- package/dist/ezui/p-85d7b78a.entry.js.gz +0 -0
- package/dist/ezui/p-87f5a060.entry.js +0 -1
- package/dist/ezui/p-87f5a060.entry.js.gz +0 -0
- package/dist/ezui/p-90e91173.entry.js +0 -1
- package/dist/ezui/p-90e91173.entry.js.gz +0 -0
- package/dist/ezui/p-91ccae0c.entry.js +0 -1
- package/dist/ezui/p-91ccae0c.entry.js.gz +0 -0
- package/dist/ezui/p-926a0bde.entry.js +0 -1
- package/dist/ezui/p-926a0bde.entry.js.gz +0 -0
- package/dist/ezui/p-92748142.entry.js.gz +0 -0
- package/dist/ezui/p-97d94ef3.entry.js +0 -1
- package/dist/ezui/p-97d94ef3.entry.js.gz +0 -0
- package/dist/ezui/p-98bb8b16.js.gz +0 -0
- package/dist/ezui/p-9a1d1938.entry.js +0 -1
- package/dist/ezui/p-9a1d1938.entry.js.gz +0 -0
- package/dist/ezui/p-9bcfa689.entry.js.gz +0 -0
- package/dist/ezui/p-9e95bfeb.entry.js +0 -1
- package/dist/ezui/p-9e95bfeb.entry.js.gz +0 -0
- package/dist/ezui/p-a0e5f48e.entry.js +0 -1
- package/dist/ezui/p-a0e5f48e.entry.js.gz +0 -0
- package/dist/ezui/p-a11827ca.entry.js +0 -1
- package/dist/ezui/p-a11827ca.entry.js.gz +0 -0
- package/dist/ezui/p-a2ff2d2f.entry.js +0 -1
- package/dist/ezui/p-a2ff2d2f.entry.js.gz +0 -0
- package/dist/ezui/p-a640e0cf.entry.js +0 -309
- package/dist/ezui/p-a640e0cf.entry.js.gz +0 -0
- package/dist/ezui/p-ab574d59.js.gz +0 -0
- package/dist/ezui/p-b6b7e9a8.entry.js +0 -1
- package/dist/ezui/p-b6b7e9a8.entry.js.gz +0 -0
- package/dist/ezui/p-b7861400.entry.js +0 -1
- package/dist/ezui/p-b7861400.entry.js.gz +0 -0
- package/dist/ezui/p-b7c6ce20.entry.js.gz +0 -0
- package/dist/ezui/p-b853763b.js.gz +0 -0
- package/dist/ezui/p-c2b20f78.entry.js.gz +0 -0
- package/dist/ezui/p-c503a0f0.entry.js +0 -1
- package/dist/ezui/p-c503a0f0.entry.js.gz +0 -0
- package/dist/ezui/p-c96e536d.entry.js.gz +0 -0
- package/dist/ezui/p-d3779449.entry.js.gz +0 -0
- package/dist/ezui/p-d4d6d5fe.entry.js +0 -1
- package/dist/ezui/p-d4d6d5fe.entry.js.gz +0 -0
- package/dist/ezui/p-dc628ed3.js.gz +0 -0
- package/dist/ezui/p-ddd0bd61.entry.js +0 -1
- package/dist/ezui/p-ddd0bd61.entry.js.gz +0 -0
- package/dist/ezui/p-dfca5946.entry.js.gz +0 -0
- package/dist/ezui/p-e07e4671.js.gz +0 -0
- package/dist/ezui/p-e4ae4ddb.entry.js +0 -1
- package/dist/ezui/p-e4ae4ddb.entry.js.gz +0 -0
- package/dist/ezui/p-e4c7eb39.js.gz +0 -0
- package/dist/ezui/p-e4ead194.entry.js +0 -1
- package/dist/ezui/p-e4ead194.entry.js.gz +0 -0
- package/dist/ezui/p-e6b38ade.entry.js +0 -1
- package/dist/ezui/p-e6b38ade.entry.js.gz +0 -0
- package/dist/ezui/p-eaf48cfe.entry.js +0 -1
- package/dist/ezui/p-eaf48cfe.entry.js.gz +0 -0
- package/dist/ezui/p-ec7db713.js.gz +0 -0
- package/dist/ezui/p-ed48a632.entry.js +0 -1
- package/dist/ezui/p-ed48a632.entry.js.gz +0 -0
- package/dist/ezui/p-ee9f2178.entry.js +0 -1
- package/dist/ezui/p-ee9f2178.entry.js.gz +0 -0
- package/dist/ezui/p-f0b711a6.entry.js +0 -1
- package/dist/ezui/p-f0b711a6.entry.js.gz +0 -0
- package/dist/ezui/p-f26b97e9.entry.js.gz +0 -0
- package/dist/ezui/p-f5951db3.entry.js +0 -1
- package/dist/ezui/p-f5951db3.entry.js.gz +0 -0
- package/dist/ezui/p-fc194825.entry.js +0 -1
- package/dist/ezui/p-fc194825.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,876 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
pt_BR: {
|
|
3
|
+
translation: {
|
|
4
|
+
app: {
|
|
5
|
+
collapse: string;
|
|
6
|
+
expand: string;
|
|
7
|
+
close: string;
|
|
8
|
+
profile: string;
|
|
9
|
+
warning: string;
|
|
10
|
+
edit: string;
|
|
11
|
+
remove: string;
|
|
12
|
+
yes: string;
|
|
13
|
+
no: string;
|
|
14
|
+
loading: string;
|
|
15
|
+
apply: string;
|
|
16
|
+
cancel: string;
|
|
17
|
+
ok: string;
|
|
18
|
+
alerts: string;
|
|
19
|
+
requiredInfo: string;
|
|
20
|
+
};
|
|
21
|
+
"ez-upload": {
|
|
22
|
+
enable: string;
|
|
23
|
+
disable: string;
|
|
24
|
+
replaceFileTitle: string;
|
|
25
|
+
replaceFileMessage: string;
|
|
26
|
+
maxFilesError: string;
|
|
27
|
+
emptyFileError: string;
|
|
28
|
+
missingUploadUrlError: string;
|
|
29
|
+
maxFileSizeError: string;
|
|
30
|
+
uploadErrorTitle: string;
|
|
31
|
+
uploadingMessage: string;
|
|
32
|
+
};
|
|
33
|
+
"ez-calendar": {
|
|
34
|
+
month: {
|
|
35
|
+
0: string;
|
|
36
|
+
1: string;
|
|
37
|
+
2: string;
|
|
38
|
+
3: string;
|
|
39
|
+
4: string;
|
|
40
|
+
5: string;
|
|
41
|
+
6: string;
|
|
42
|
+
7: string;
|
|
43
|
+
8: string;
|
|
44
|
+
9: string;
|
|
45
|
+
10: string;
|
|
46
|
+
11: string;
|
|
47
|
+
};
|
|
48
|
+
weekDay: {
|
|
49
|
+
0: string;
|
|
50
|
+
1: string;
|
|
51
|
+
2: string;
|
|
52
|
+
3: string;
|
|
53
|
+
4: string;
|
|
54
|
+
5: string;
|
|
55
|
+
6: string;
|
|
56
|
+
};
|
|
57
|
+
today: string;
|
|
58
|
+
};
|
|
59
|
+
"ez-collapsible-box": {
|
|
60
|
+
confirmRemove: string;
|
|
61
|
+
};
|
|
62
|
+
"ez-combo-box": {
|
|
63
|
+
placeholder: string;
|
|
64
|
+
noResults: string;
|
|
65
|
+
};
|
|
66
|
+
"ez-classic-combo-box": {
|
|
67
|
+
emptyOption: string;
|
|
68
|
+
noResults: string;
|
|
69
|
+
};
|
|
70
|
+
"ez-date-time-input": {
|
|
71
|
+
invalidDate: string;
|
|
72
|
+
};
|
|
73
|
+
"ez-date-input": {
|
|
74
|
+
invalidDate: string;
|
|
75
|
+
};
|
|
76
|
+
"ez-dialog": {
|
|
77
|
+
confirmButton: string;
|
|
78
|
+
closeButton: string;
|
|
79
|
+
};
|
|
80
|
+
"ez-double-list": {
|
|
81
|
+
noItemsAvailable: string;
|
|
82
|
+
noItemsSelected: string;
|
|
83
|
+
moveAllTo: string;
|
|
84
|
+
moveTo: string;
|
|
85
|
+
moveToFirstPosition: string;
|
|
86
|
+
moveUp: string;
|
|
87
|
+
moveDown: string;
|
|
88
|
+
moveToLastPosition: string;
|
|
89
|
+
};
|
|
90
|
+
"ez-file-item": {
|
|
91
|
+
invalidProgress: string;
|
|
92
|
+
};
|
|
93
|
+
"ez-grid": {
|
|
94
|
+
filterAppliedSuccess: string;
|
|
95
|
+
cancelPagination: string;
|
|
96
|
+
pageLabel: string;
|
|
97
|
+
previousPage: string;
|
|
98
|
+
nextPage: string;
|
|
99
|
+
returnToPreviousPage: string;
|
|
100
|
+
goToNextPage: string;
|
|
101
|
+
remainingPageLabel: string;
|
|
102
|
+
remainingTotalLabel: string;
|
|
103
|
+
nextRecord: string;
|
|
104
|
+
previousRecord: string;
|
|
105
|
+
searchColumn: string;
|
|
106
|
+
sortAscending: string;
|
|
107
|
+
sortDescending: string;
|
|
108
|
+
pinColumn: string;
|
|
109
|
+
unpinColumn: string;
|
|
110
|
+
filter: string;
|
|
111
|
+
columnCantBeOrder: string;
|
|
112
|
+
filterColumnHeader: string;
|
|
113
|
+
clearSelection: string;
|
|
114
|
+
page: string;
|
|
115
|
+
more: string;
|
|
116
|
+
to: string;
|
|
117
|
+
of: string;
|
|
118
|
+
next: string;
|
|
119
|
+
last: string;
|
|
120
|
+
first: string;
|
|
121
|
+
previous: string;
|
|
122
|
+
loadingOoo: string;
|
|
123
|
+
selectAll: string;
|
|
124
|
+
searchOoo: string;
|
|
125
|
+
blanks: string;
|
|
126
|
+
filterOoo: string;
|
|
127
|
+
applyFilter: string;
|
|
128
|
+
equals: string;
|
|
129
|
+
lessThan: string;
|
|
130
|
+
greaterThan: string;
|
|
131
|
+
contains: string;
|
|
132
|
+
startsWith: string;
|
|
133
|
+
endsWith: string;
|
|
134
|
+
group: string;
|
|
135
|
+
columns: string;
|
|
136
|
+
rowGroupColumns: string;
|
|
137
|
+
rowGroupColumnsEmptyMessage: string;
|
|
138
|
+
valueColumns: string;
|
|
139
|
+
pivotMode: string;
|
|
140
|
+
groups: string;
|
|
141
|
+
values: string;
|
|
142
|
+
pivots: string;
|
|
143
|
+
valueColumnsEmptyMessage: string;
|
|
144
|
+
pivotColumnsEmptyMessage: string;
|
|
145
|
+
toolPanelButton: string;
|
|
146
|
+
noRowsToShow: string;
|
|
147
|
+
valueAggregation: string;
|
|
148
|
+
autosizeThiscolumn: string;
|
|
149
|
+
autosizeAllColumns: string;
|
|
150
|
+
groupBy: string;
|
|
151
|
+
ungroupBy: string;
|
|
152
|
+
resetColumns: string;
|
|
153
|
+
expandAll: string;
|
|
154
|
+
collapseAll: string;
|
|
155
|
+
toolPanel: string;
|
|
156
|
+
export: string;
|
|
157
|
+
csvExport: string;
|
|
158
|
+
excelExport: string;
|
|
159
|
+
pinLeft: string;
|
|
160
|
+
pinRight: string;
|
|
161
|
+
noPin: string;
|
|
162
|
+
sum: string;
|
|
163
|
+
min: string;
|
|
164
|
+
max: string;
|
|
165
|
+
none: string;
|
|
166
|
+
count: string;
|
|
167
|
+
average: string;
|
|
168
|
+
copy: string;
|
|
169
|
+
copyWithHeaders: string;
|
|
170
|
+
ctrlC: string;
|
|
171
|
+
paste: string;
|
|
172
|
+
ctrlV: string;
|
|
173
|
+
labelSearchColumn: string;
|
|
174
|
+
};
|
|
175
|
+
"ez-guide-navigator": {
|
|
176
|
+
searchGuide: string;
|
|
177
|
+
hideMenu: string;
|
|
178
|
+
};
|
|
179
|
+
"ez-list": {
|
|
180
|
+
moveToGroup: string;
|
|
181
|
+
};
|
|
182
|
+
"ez-modal": {
|
|
183
|
+
close: string;
|
|
184
|
+
};
|
|
185
|
+
"ez-multi-selection-list": {
|
|
186
|
+
selectAll: string;
|
|
187
|
+
search: string;
|
|
188
|
+
empty: string;
|
|
189
|
+
initMessage: string;
|
|
190
|
+
emptyResults: string;
|
|
191
|
+
};
|
|
192
|
+
"ez-number-input": {
|
|
193
|
+
invalidNumber: string;
|
|
194
|
+
};
|
|
195
|
+
"ez-pagination": {
|
|
196
|
+
previousPage: string;
|
|
197
|
+
nextPage: string;
|
|
198
|
+
};
|
|
199
|
+
"ez-rich-text": {
|
|
200
|
+
listShortcut: string;
|
|
201
|
+
linkShortcut: string;
|
|
202
|
+
imageShortcut: string;
|
|
203
|
+
boldShortcut: string;
|
|
204
|
+
italicShortcut: string;
|
|
205
|
+
underlineShortcut: string;
|
|
206
|
+
breakLineShortcut: string;
|
|
207
|
+
undoShortcut: string;
|
|
208
|
+
redoShortcut: string;
|
|
209
|
+
edit: string;
|
|
210
|
+
preview: string;
|
|
211
|
+
title: {
|
|
212
|
+
preview: string;
|
|
213
|
+
edit: string;
|
|
214
|
+
undo: string;
|
|
215
|
+
redo: string;
|
|
216
|
+
link: string;
|
|
217
|
+
image: string;
|
|
218
|
+
list: string;
|
|
219
|
+
underline: string;
|
|
220
|
+
italic: string;
|
|
221
|
+
bold: string;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
"ez-link-builder": {
|
|
225
|
+
addLinkTitle: string;
|
|
226
|
+
addLinkSubtitle: string;
|
|
227
|
+
submit: string;
|
|
228
|
+
urlInputLabel: string;
|
|
229
|
+
textInputLabel: string;
|
|
230
|
+
openInNewPage: string;
|
|
231
|
+
};
|
|
232
|
+
"ez-simple-image-uploader": {
|
|
233
|
+
uploadTitle: string;
|
|
234
|
+
uploadSubtitle: string;
|
|
235
|
+
submit: string;
|
|
236
|
+
tooltipMessage: string;
|
|
237
|
+
urlInputLabel: string;
|
|
238
|
+
orText: string;
|
|
239
|
+
removeFile: string;
|
|
240
|
+
dragDropText: string;
|
|
241
|
+
imageAlt: string;
|
|
242
|
+
imageTooLarge: string;
|
|
243
|
+
};
|
|
244
|
+
"ez-search": {
|
|
245
|
+
emptyList: string;
|
|
246
|
+
emptySearch: string;
|
|
247
|
+
};
|
|
248
|
+
"ez-search-plus": {
|
|
249
|
+
emptyList: string;
|
|
250
|
+
optionLoaderNotDefined: string;
|
|
251
|
+
defaultCodeLabel: string;
|
|
252
|
+
};
|
|
253
|
+
"ez-sortable-list": {
|
|
254
|
+
emptyMessage: string;
|
|
255
|
+
entityLabel: string;
|
|
256
|
+
entityLabelPlural: string;
|
|
257
|
+
total: string;
|
|
258
|
+
search: string;
|
|
259
|
+
};
|
|
260
|
+
"ez-split-button": {
|
|
261
|
+
moreOptions: string;
|
|
262
|
+
};
|
|
263
|
+
"ez-text-edit": {
|
|
264
|
+
emptyFieldWarning: string;
|
|
265
|
+
};
|
|
266
|
+
"ez-time-input": {
|
|
267
|
+
invalidTime: string;
|
|
268
|
+
};
|
|
269
|
+
"ez-sidebar": {
|
|
270
|
+
unPinMenu: string;
|
|
271
|
+
pushPinMenu: string;
|
|
272
|
+
hideMenu: string;
|
|
273
|
+
};
|
|
274
|
+
"ez-form": {
|
|
275
|
+
mainTab: string;
|
|
276
|
+
labelSearchField: string;
|
|
277
|
+
};
|
|
278
|
+
utils: {
|
|
279
|
+
requiredFieldMessage: string;
|
|
280
|
+
requiredField: string;
|
|
281
|
+
selectAllPage: string;
|
|
282
|
+
loadingAllRecords: string;
|
|
283
|
+
selectAllRecords: string;
|
|
284
|
+
waitForLoad: string;
|
|
285
|
+
allRecordsSelected: string;
|
|
286
|
+
selectedRecords: string;
|
|
287
|
+
};
|
|
288
|
+
spinner: {
|
|
289
|
+
loading: string;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
};
|
|
293
|
+
en_US: {
|
|
294
|
+
translation: {
|
|
295
|
+
app: {
|
|
296
|
+
collapse: string;
|
|
297
|
+
expand: string;
|
|
298
|
+
close: string;
|
|
299
|
+
profile: string;
|
|
300
|
+
warning: string;
|
|
301
|
+
edit: string;
|
|
302
|
+
remove: string;
|
|
303
|
+
yes: string;
|
|
304
|
+
no: string;
|
|
305
|
+
loading: string;
|
|
306
|
+
apply: string;
|
|
307
|
+
cancel: string;
|
|
308
|
+
ok: string;
|
|
309
|
+
alerts: string;
|
|
310
|
+
requiredInfo: string;
|
|
311
|
+
};
|
|
312
|
+
"ez-upload": {
|
|
313
|
+
enable: string;
|
|
314
|
+
disable: string;
|
|
315
|
+
replaceFileTitle: string;
|
|
316
|
+
replaceFileMessage: string;
|
|
317
|
+
maxFilesError: string;
|
|
318
|
+
emptyFileError: string;
|
|
319
|
+
missingUploadUrlError: string;
|
|
320
|
+
maxFileSizeError: string;
|
|
321
|
+
uploadErrorTitle: string;
|
|
322
|
+
uploadingMessage: string;
|
|
323
|
+
};
|
|
324
|
+
"ez-calendar": {
|
|
325
|
+
month: {
|
|
326
|
+
0: string;
|
|
327
|
+
1: string;
|
|
328
|
+
2: string;
|
|
329
|
+
3: string;
|
|
330
|
+
4: string;
|
|
331
|
+
5: string;
|
|
332
|
+
6: string;
|
|
333
|
+
7: string;
|
|
334
|
+
8: string;
|
|
335
|
+
9: string;
|
|
336
|
+
10: string;
|
|
337
|
+
11: string;
|
|
338
|
+
};
|
|
339
|
+
weekDay: {
|
|
340
|
+
0: string;
|
|
341
|
+
1: string;
|
|
342
|
+
2: string;
|
|
343
|
+
3: string;
|
|
344
|
+
4: string;
|
|
345
|
+
5: string;
|
|
346
|
+
6: string;
|
|
347
|
+
};
|
|
348
|
+
today: string;
|
|
349
|
+
};
|
|
350
|
+
"ez-collapsible-box": {
|
|
351
|
+
confirmRemove: string;
|
|
352
|
+
};
|
|
353
|
+
"ez-combo-box": {
|
|
354
|
+
placeholder: string;
|
|
355
|
+
noResults: string;
|
|
356
|
+
};
|
|
357
|
+
"ez-classic-combo-box": {
|
|
358
|
+
emptyOption: string;
|
|
359
|
+
noResults: string;
|
|
360
|
+
};
|
|
361
|
+
"ez-date-time-input": {
|
|
362
|
+
invalidDate: string;
|
|
363
|
+
};
|
|
364
|
+
"ez-date-input": {
|
|
365
|
+
invalidDate: string;
|
|
366
|
+
};
|
|
367
|
+
"ez-dialog": {
|
|
368
|
+
confirmButton: string;
|
|
369
|
+
closeButton: string;
|
|
370
|
+
};
|
|
371
|
+
"ez-double-list": {
|
|
372
|
+
noItemsAvailable: string;
|
|
373
|
+
noItemsSelected: string;
|
|
374
|
+
moveAllTo: string;
|
|
375
|
+
moveTo: string;
|
|
376
|
+
moveToFirstPosition: string;
|
|
377
|
+
moveUp: string;
|
|
378
|
+
moveDown: string;
|
|
379
|
+
moveToLastPosition: string;
|
|
380
|
+
};
|
|
381
|
+
"ez-file-item": {
|
|
382
|
+
invalidProgress: string;
|
|
383
|
+
};
|
|
384
|
+
"ez-grid": {
|
|
385
|
+
filterAppliedSuccess: string;
|
|
386
|
+
cancelPagination: string;
|
|
387
|
+
pageLabel: string;
|
|
388
|
+
previousPage: string;
|
|
389
|
+
nextPage: string;
|
|
390
|
+
returnToPreviousPage: string;
|
|
391
|
+
goToNextPage: string;
|
|
392
|
+
remainingPageLabel: string;
|
|
393
|
+
remainingTotalLabel: string;
|
|
394
|
+
nextRecord: string;
|
|
395
|
+
previousRecord: string;
|
|
396
|
+
searchColumn: string;
|
|
397
|
+
sortAscending: string;
|
|
398
|
+
sortDescending: string;
|
|
399
|
+
pinColumn: string;
|
|
400
|
+
unpinColumn: string;
|
|
401
|
+
filter: string;
|
|
402
|
+
columnCantBeOrder: string;
|
|
403
|
+
filterColumnHeader: string;
|
|
404
|
+
clearSelection: string;
|
|
405
|
+
page: string;
|
|
406
|
+
more: string;
|
|
407
|
+
to: string;
|
|
408
|
+
of: string;
|
|
409
|
+
next: string;
|
|
410
|
+
last: string;
|
|
411
|
+
first: string;
|
|
412
|
+
previous: string;
|
|
413
|
+
loadingOoo: string;
|
|
414
|
+
selectAll: string;
|
|
415
|
+
searchOoo: string;
|
|
416
|
+
blanks: string;
|
|
417
|
+
filterOoo: string;
|
|
418
|
+
applyFilter: string;
|
|
419
|
+
equals: string;
|
|
420
|
+
lessThan: string;
|
|
421
|
+
greaterThan: string;
|
|
422
|
+
contains: string;
|
|
423
|
+
startsWith: string;
|
|
424
|
+
endsWith: string;
|
|
425
|
+
group: string;
|
|
426
|
+
columns: string;
|
|
427
|
+
rowGroupColumns: string;
|
|
428
|
+
rowGroupColumnsEmptyMessage: string;
|
|
429
|
+
valueColumns: string;
|
|
430
|
+
pivotMode: string;
|
|
431
|
+
groups: string;
|
|
432
|
+
values: string;
|
|
433
|
+
pivots: string;
|
|
434
|
+
valueColumnsEmptyMessage: string;
|
|
435
|
+
pivotColumnsEmptyMessage: string;
|
|
436
|
+
toolPanelButton: string;
|
|
437
|
+
noRowsToShow: string;
|
|
438
|
+
valueAggregation: string;
|
|
439
|
+
autosizeThiscolumn: string;
|
|
440
|
+
autosizeAllColumns: string;
|
|
441
|
+
groupBy: string;
|
|
442
|
+
ungroupBy: string;
|
|
443
|
+
resetColumns: string;
|
|
444
|
+
expandAll: string;
|
|
445
|
+
collapseAll: string;
|
|
446
|
+
toolPanel: string;
|
|
447
|
+
export: string;
|
|
448
|
+
csvExport: string;
|
|
449
|
+
excelExport: string;
|
|
450
|
+
pinLeft: string;
|
|
451
|
+
pinRight: string;
|
|
452
|
+
noPin: string;
|
|
453
|
+
sum: string;
|
|
454
|
+
min: string;
|
|
455
|
+
max: string;
|
|
456
|
+
none: string;
|
|
457
|
+
count: string;
|
|
458
|
+
average: string;
|
|
459
|
+
copy: string;
|
|
460
|
+
copyWithHeaders: string;
|
|
461
|
+
ctrlC: string;
|
|
462
|
+
paste: string;
|
|
463
|
+
ctrlV: string;
|
|
464
|
+
labelSearchColumn: string;
|
|
465
|
+
};
|
|
466
|
+
"ez-guide-navigator": {
|
|
467
|
+
searchGuide: string;
|
|
468
|
+
hideMenu: string;
|
|
469
|
+
};
|
|
470
|
+
"ez-list": {
|
|
471
|
+
moveToGroup: string;
|
|
472
|
+
};
|
|
473
|
+
"ez-modal": {
|
|
474
|
+
close: string;
|
|
475
|
+
};
|
|
476
|
+
"ez-multi-selection-list": {
|
|
477
|
+
selectAll: string;
|
|
478
|
+
search: string;
|
|
479
|
+
empty: string;
|
|
480
|
+
initMessage: string;
|
|
481
|
+
emptyResults: string;
|
|
482
|
+
};
|
|
483
|
+
"ez-number-input": {
|
|
484
|
+
invalidNumber: string;
|
|
485
|
+
};
|
|
486
|
+
"ez-pagination": {
|
|
487
|
+
previousPage: string;
|
|
488
|
+
nextPage: string;
|
|
489
|
+
};
|
|
490
|
+
"ez-rich-text": {
|
|
491
|
+
listShortcut: string;
|
|
492
|
+
linkShortcut: string;
|
|
493
|
+
imageShortcut: string;
|
|
494
|
+
boldShortcut: string;
|
|
495
|
+
italicShortcut: string;
|
|
496
|
+
underlineShortcut: string;
|
|
497
|
+
breakLineShortcut: string;
|
|
498
|
+
undoShortcut: string;
|
|
499
|
+
redoShortcut: string;
|
|
500
|
+
edit: string;
|
|
501
|
+
preview: string;
|
|
502
|
+
title: {
|
|
503
|
+
preview: string;
|
|
504
|
+
edit: string;
|
|
505
|
+
undo: string;
|
|
506
|
+
redo: string;
|
|
507
|
+
link: string;
|
|
508
|
+
image: string;
|
|
509
|
+
list: string;
|
|
510
|
+
underline: string;
|
|
511
|
+
italic: string;
|
|
512
|
+
bold: string;
|
|
513
|
+
};
|
|
514
|
+
};
|
|
515
|
+
"ez-link-builder": {
|
|
516
|
+
addLinkTitle: string;
|
|
517
|
+
addLinkSubtitle: string;
|
|
518
|
+
submit: string;
|
|
519
|
+
urlInputLabel: string;
|
|
520
|
+
textInputLabel: string;
|
|
521
|
+
openInNewPage: string;
|
|
522
|
+
};
|
|
523
|
+
"ez-simple-image-uploader": {
|
|
524
|
+
uploadTitle: string;
|
|
525
|
+
uploadSubtitle: string;
|
|
526
|
+
submit: string;
|
|
527
|
+
tooltipMessage: string;
|
|
528
|
+
urlInputLabel: string;
|
|
529
|
+
orText: string;
|
|
530
|
+
removeFile: string;
|
|
531
|
+
dragDropText: string;
|
|
532
|
+
imageAlt: string;
|
|
533
|
+
imageTooLarge: string;
|
|
534
|
+
};
|
|
535
|
+
"ez-search": {
|
|
536
|
+
emptyList: string;
|
|
537
|
+
emptySearch: string;
|
|
538
|
+
};
|
|
539
|
+
"ez-search-plus": {
|
|
540
|
+
emptyList: string;
|
|
541
|
+
optionLoaderNotDefined: string;
|
|
542
|
+
defaultCodeLabel: string;
|
|
543
|
+
};
|
|
544
|
+
"ez-sortable-list": {
|
|
545
|
+
emptyMessage: string;
|
|
546
|
+
entityLabel: string;
|
|
547
|
+
entityLabelPlural: string;
|
|
548
|
+
total: string;
|
|
549
|
+
search: string;
|
|
550
|
+
};
|
|
551
|
+
"ez-split-button": {
|
|
552
|
+
moreOptions: string;
|
|
553
|
+
};
|
|
554
|
+
"ez-text-edit": {
|
|
555
|
+
emptyFieldWarning: string;
|
|
556
|
+
};
|
|
557
|
+
"ez-time-input": {
|
|
558
|
+
invalidTime: string;
|
|
559
|
+
};
|
|
560
|
+
"ez-sidebar": {
|
|
561
|
+
unPinMenu: string;
|
|
562
|
+
pushPinMenu: string;
|
|
563
|
+
hideMenu: string;
|
|
564
|
+
};
|
|
565
|
+
"ez-form": {
|
|
566
|
+
mainTab: string;
|
|
567
|
+
labelSearchField: string;
|
|
568
|
+
};
|
|
569
|
+
utils: {
|
|
570
|
+
requiredFieldMessage: string;
|
|
571
|
+
requiredField: string;
|
|
572
|
+
selectAllPage: string;
|
|
573
|
+
loadingAllRecords: string;
|
|
574
|
+
selectAllRecords: string;
|
|
575
|
+
waitForLoad: string;
|
|
576
|
+
allRecordsSelected: string;
|
|
577
|
+
selectedRecords: string;
|
|
578
|
+
};
|
|
579
|
+
spinner: {
|
|
580
|
+
loading: string;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
};
|
|
584
|
+
es_ES: {
|
|
585
|
+
translation: {
|
|
586
|
+
app: {
|
|
587
|
+
collapse: string;
|
|
588
|
+
expand: string;
|
|
589
|
+
close: string;
|
|
590
|
+
profile: string;
|
|
591
|
+
warning: string;
|
|
592
|
+
edit: string;
|
|
593
|
+
remove: string;
|
|
594
|
+
yes: string;
|
|
595
|
+
no: string;
|
|
596
|
+
loading: string;
|
|
597
|
+
apply: string;
|
|
598
|
+
cancel: string;
|
|
599
|
+
ok: string;
|
|
600
|
+
alerts: string;
|
|
601
|
+
requiredInfo: string;
|
|
602
|
+
};
|
|
603
|
+
"ez-upload": {
|
|
604
|
+
enable: string;
|
|
605
|
+
disable: string;
|
|
606
|
+
replaceFileTitle: string;
|
|
607
|
+
replaceFileMessage: string;
|
|
608
|
+
maxFilesError: string;
|
|
609
|
+
emptyFileError: string;
|
|
610
|
+
missingUploadUrlError: string;
|
|
611
|
+
maxFileSizeError: string;
|
|
612
|
+
uploadErrorTitle: string;
|
|
613
|
+
uploadingMessage: string;
|
|
614
|
+
};
|
|
615
|
+
"ez-calendar": {
|
|
616
|
+
month: {
|
|
617
|
+
0: string;
|
|
618
|
+
1: string;
|
|
619
|
+
2: string;
|
|
620
|
+
3: string;
|
|
621
|
+
4: string;
|
|
622
|
+
5: string;
|
|
623
|
+
6: string;
|
|
624
|
+
7: string;
|
|
625
|
+
8: string;
|
|
626
|
+
9: string;
|
|
627
|
+
10: string;
|
|
628
|
+
11: string;
|
|
629
|
+
};
|
|
630
|
+
weekDay: {
|
|
631
|
+
0: string;
|
|
632
|
+
1: string;
|
|
633
|
+
2: string;
|
|
634
|
+
3: string;
|
|
635
|
+
4: string;
|
|
636
|
+
5: string;
|
|
637
|
+
6: string;
|
|
638
|
+
};
|
|
639
|
+
today: string;
|
|
640
|
+
};
|
|
641
|
+
"ez-collapsible-box": {
|
|
642
|
+
confirmRemove: string;
|
|
643
|
+
};
|
|
644
|
+
"ez-combo-box": {
|
|
645
|
+
placeholder: string;
|
|
646
|
+
noResults: string;
|
|
647
|
+
};
|
|
648
|
+
"ez-classic-combo-box": {
|
|
649
|
+
emptyOption: string;
|
|
650
|
+
noResults: string;
|
|
651
|
+
};
|
|
652
|
+
"ez-date-time-input": {
|
|
653
|
+
invalidDate: string;
|
|
654
|
+
};
|
|
655
|
+
"ez-date-input": {
|
|
656
|
+
invalidDate: string;
|
|
657
|
+
};
|
|
658
|
+
"ez-dialog": {
|
|
659
|
+
confirmButton: string;
|
|
660
|
+
closeButton: string;
|
|
661
|
+
};
|
|
662
|
+
"ez-double-list": {
|
|
663
|
+
noItemsAvailable: string;
|
|
664
|
+
noItemsSelected: string;
|
|
665
|
+
moveAllTo: string;
|
|
666
|
+
moveTo: string;
|
|
667
|
+
moveToFirstPosition: string;
|
|
668
|
+
moveUp: string;
|
|
669
|
+
moveDown: string;
|
|
670
|
+
moveToLastPosition: string;
|
|
671
|
+
};
|
|
672
|
+
"ez-file-item": {
|
|
673
|
+
invalidProgress: string;
|
|
674
|
+
};
|
|
675
|
+
"ez-grid": {
|
|
676
|
+
filterAppliedSuccess: string;
|
|
677
|
+
cancelPagination: string;
|
|
678
|
+
pageLabel: string;
|
|
679
|
+
previousPage: string;
|
|
680
|
+
nextPage: string;
|
|
681
|
+
returnToPreviousPage: string;
|
|
682
|
+
goToNextPage: string;
|
|
683
|
+
remainingPageLabel: string;
|
|
684
|
+
remainingTotalLabel: string;
|
|
685
|
+
nextRecord: string;
|
|
686
|
+
previousRecord: string;
|
|
687
|
+
searchColumn: string;
|
|
688
|
+
sortAscending: string;
|
|
689
|
+
sortDescending: string;
|
|
690
|
+
pinColumn: string;
|
|
691
|
+
unpinColumn: string;
|
|
692
|
+
filter: string;
|
|
693
|
+
columnCantBeOrder: string;
|
|
694
|
+
filterColumnHeader: string;
|
|
695
|
+
clearSelection: string;
|
|
696
|
+
page: string;
|
|
697
|
+
more: string;
|
|
698
|
+
to: string;
|
|
699
|
+
of: string;
|
|
700
|
+
next: string;
|
|
701
|
+
last: string;
|
|
702
|
+
first: string;
|
|
703
|
+
previous: string;
|
|
704
|
+
loadingOoo: string;
|
|
705
|
+
selectAll: string;
|
|
706
|
+
searchOoo: string;
|
|
707
|
+
blanks: string;
|
|
708
|
+
filterOoo: string;
|
|
709
|
+
applyFilter: string;
|
|
710
|
+
equals: string;
|
|
711
|
+
lessThan: string;
|
|
712
|
+
greaterThan: string;
|
|
713
|
+
contains: string;
|
|
714
|
+
startsWith: string;
|
|
715
|
+
endsWith: string;
|
|
716
|
+
group: string;
|
|
717
|
+
columns: string;
|
|
718
|
+
rowGroupColumns: string;
|
|
719
|
+
rowGroupColumnsEmptyMessage: string;
|
|
720
|
+
valueColumns: string;
|
|
721
|
+
pivotMode: string;
|
|
722
|
+
groups: string;
|
|
723
|
+
values: string;
|
|
724
|
+
pivots: string;
|
|
725
|
+
valueColumnsEmptyMessage: string;
|
|
726
|
+
pivotColumnsEmptyMessage: string;
|
|
727
|
+
toolPanelButton: string;
|
|
728
|
+
noRowsToShow: string;
|
|
729
|
+
valueAggregation: string;
|
|
730
|
+
autosizeThiscolumn: string;
|
|
731
|
+
autosizeAllColumns: string;
|
|
732
|
+
groupBy: string;
|
|
733
|
+
ungroupBy: string;
|
|
734
|
+
resetColumns: string;
|
|
735
|
+
expandAll: string;
|
|
736
|
+
collapseAll: string;
|
|
737
|
+
toolPanel: string;
|
|
738
|
+
export: string;
|
|
739
|
+
csvExport: string;
|
|
740
|
+
excelExport: string;
|
|
741
|
+
pinLeft: string;
|
|
742
|
+
pinRight: string;
|
|
743
|
+
noPin: string;
|
|
744
|
+
sum: string;
|
|
745
|
+
min: string;
|
|
746
|
+
max: string;
|
|
747
|
+
none: string;
|
|
748
|
+
count: string;
|
|
749
|
+
average: string;
|
|
750
|
+
copy: string;
|
|
751
|
+
copyWithHeaders: string;
|
|
752
|
+
ctrlC: string;
|
|
753
|
+
paste: string;
|
|
754
|
+
ctrlV: string;
|
|
755
|
+
labelSearchColumn: string;
|
|
756
|
+
};
|
|
757
|
+
"ez-guide-navigator": {
|
|
758
|
+
searchGuide: string;
|
|
759
|
+
hideMenu: string;
|
|
760
|
+
};
|
|
761
|
+
"ez-list": {
|
|
762
|
+
moveToGroup: string;
|
|
763
|
+
};
|
|
764
|
+
"ez-modal": {
|
|
765
|
+
close: string;
|
|
766
|
+
};
|
|
767
|
+
"ez-multi-selection-list": {
|
|
768
|
+
selectAll: string;
|
|
769
|
+
search: string;
|
|
770
|
+
empty: string;
|
|
771
|
+
initMessage: string;
|
|
772
|
+
emptyResults: string;
|
|
773
|
+
};
|
|
774
|
+
"ez-number-input": {
|
|
775
|
+
invalidNumber: string;
|
|
776
|
+
};
|
|
777
|
+
"ez-pagination": {
|
|
778
|
+
previousPage: string;
|
|
779
|
+
nextPage: string;
|
|
780
|
+
};
|
|
781
|
+
"ez-rich-text": {
|
|
782
|
+
listShortcut: string;
|
|
783
|
+
linkShortcut: string;
|
|
784
|
+
imageShortcut: string;
|
|
785
|
+
boldShortcut: string;
|
|
786
|
+
italicShortcut: string;
|
|
787
|
+
underlineShortcut: string;
|
|
788
|
+
breakLineShortcut: string;
|
|
789
|
+
undoShortcut: string;
|
|
790
|
+
redoShortcut: string;
|
|
791
|
+
edit: string;
|
|
792
|
+
preview: string;
|
|
793
|
+
title: {
|
|
794
|
+
preview: string;
|
|
795
|
+
edit: string;
|
|
796
|
+
undo: string;
|
|
797
|
+
redo: string;
|
|
798
|
+
link: string;
|
|
799
|
+
image: string;
|
|
800
|
+
list: string;
|
|
801
|
+
underline: string;
|
|
802
|
+
italic: string;
|
|
803
|
+
bold: string;
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
"ez-link-builder": {
|
|
807
|
+
addLinkTitle: string;
|
|
808
|
+
addLinkSubtitle: string;
|
|
809
|
+
submit: string;
|
|
810
|
+
urlInputLabel: string;
|
|
811
|
+
textInputLabel: string;
|
|
812
|
+
openInNewPage: string;
|
|
813
|
+
};
|
|
814
|
+
"ez-simple-image-uploader": {
|
|
815
|
+
uploadTitle: string;
|
|
816
|
+
uploadSubtitle: string;
|
|
817
|
+
submit: string;
|
|
818
|
+
tooltipMessage: string;
|
|
819
|
+
urlInputLabel: string;
|
|
820
|
+
orText: string;
|
|
821
|
+
removeFile: string;
|
|
822
|
+
dragDropText: string;
|
|
823
|
+
imageAlt: string;
|
|
824
|
+
imageTooLarge: string;
|
|
825
|
+
};
|
|
826
|
+
"ez-search": {
|
|
827
|
+
emptyList: string;
|
|
828
|
+
emptySearch: string;
|
|
829
|
+
};
|
|
830
|
+
"ez-search-plus": {
|
|
831
|
+
emptyList: string;
|
|
832
|
+
optionLoaderNotDefined: string;
|
|
833
|
+
defaultCodeLabel: string;
|
|
834
|
+
};
|
|
835
|
+
"ez-sortable-list": {
|
|
836
|
+
emptyMessage: string;
|
|
837
|
+
entityLabel: string;
|
|
838
|
+
entityLabelPlural: string;
|
|
839
|
+
total: string;
|
|
840
|
+
search: string;
|
|
841
|
+
};
|
|
842
|
+
"ez-split-button": {
|
|
843
|
+
moreOptions: string;
|
|
844
|
+
};
|
|
845
|
+
"ez-text-edit": {
|
|
846
|
+
emptyFieldWarning: string;
|
|
847
|
+
};
|
|
848
|
+
"ez-time-input": {
|
|
849
|
+
invalidTime: string;
|
|
850
|
+
};
|
|
851
|
+
"ez-sidebar": {
|
|
852
|
+
unPinMenu: string;
|
|
853
|
+
pushPinMenu: string;
|
|
854
|
+
hideMenu: string;
|
|
855
|
+
};
|
|
856
|
+
"ez-form": {
|
|
857
|
+
mainTab: string;
|
|
858
|
+
labelSearchField: string;
|
|
859
|
+
};
|
|
860
|
+
utils: {
|
|
861
|
+
requiredFieldMessage: string;
|
|
862
|
+
requiredField: string;
|
|
863
|
+
selectAllPage: string;
|
|
864
|
+
loadingAllRecords: string;
|
|
865
|
+
selectAllRecords: string;
|
|
866
|
+
waitForLoad: string;
|
|
867
|
+
allRecordsSelected: string;
|
|
868
|
+
selectedRecords: string;
|
|
869
|
+
};
|
|
870
|
+
spinner: {
|
|
871
|
+
loading: string;
|
|
872
|
+
};
|
|
873
|
+
};
|
|
874
|
+
};
|
|
875
|
+
};
|
|
876
|
+
export default _default;
|