@sankhyalabs/ezui 6.1.0-dev.2 → 6.1.0-dev.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-39807831.js} +43 -15
- package/dist/cjs/RichToolbarHelper-ea12328f.js +33 -0
- package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
- package/dist/cjs/app-globals-86776e90.js +12 -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 +7 -2
- 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 +1 -1
- package/dist/cjs/ez-calendar.cjs.entry.js +8 -7
- package/dist/cjs/ez-card-item_2.cjs.entry.js +2 -2
- package/dist/cjs/ez-chart.cjs.entry.js +4 -19
- package/dist/cjs/ez-check.cjs.entry.js +2 -2
- package/dist/cjs/ez-chip.cjs.entry.js +3 -2
- 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 +33 -15
- 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 +34 -0
- 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 +13 -5
- package/dist/cjs/ez-form.cjs.entry.js +5 -4
- package/dist/cjs/ez-grid.cjs.entry.js +172 -133
- 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.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-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-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 +19 -10
- package/dist/cjs/ez-search-result-list.cjs.entry.js +25 -8
- 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-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-text-area.cjs.entry.js +35 -28
- package/dist/cjs/ez-text-input.cjs.entry.js +3 -2
- package/dist/cjs/ez-tile.cjs.entry.js +62 -0
- 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 +6 -2
- 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-02854309.js +3672 -0
- package/dist/cjs/{index-9e5554cb.js → index-a7b0c73d.js} +32 -15
- package/dist/cjs/loader.cjs.js +6 -2
- package/dist/cjs/purify-a7dc3a08.js +1354 -0
- package/dist/cjs/{search-column-1d3c9fa5.js → search-column-82c52e20.js} +11 -5
- package/dist/collection/collection-manifest.json +27 -1
- package/dist/collection/components/ez-alert-list/ez-alert-list.js +5 -3
- package/dist/collection/components/ez-avatar/ez-avatar.js +5 -1
- 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.js +20 -1
- 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 +50 -15
- 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-empty-card/ez-empty-card.css +55 -0
- package/dist/collection/components/ez-empty-card/ez-empty-card.js +91 -0
- package/dist/collection/components/ez-file-item/ez-file-item.js +9 -6
- package/dist/collection/components/ez-form/ez-form.js +1 -1
- package/dist/collection/components/ez-form-view/ez-form-view.js +4 -3
- 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 +38 -11
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +14 -4
- 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 +15 -13
- package/dist/collection/components/ez-grid/subcomponents/filter-column.js +7 -3
- package/dist/collection/components/ez-grid/subcomponents/selection-counter.js +2 -2
- package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js +11 -7
- package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +5 -1
- package/dist/collection/components/ez-icon/ez-icon.css +147 -140
- package/dist/collection/components/ez-list/ez-list.js +4 -2
- 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-popover-plus/subcomponent/ez-popover-core.css +3 -2
- 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.css +2 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.js +16 -7
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +27 -7
- package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js +5 -2
- package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +0 -1
- package/dist/collection/components/ez-skeleton/ez-skeleton.js +4 -2
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +15 -11
- package/dist/collection/components/ez-split-button/ez-split-button.js +6 -6
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +5 -1
- package/dist/collection/components/ez-text-area/ez-text-area.css +244 -212
- package/dist/collection/components/ez-text-area/ez-text-area.js +35 -28
- package/dist/collection/components/ez-text-edit/ez-text-edit.js +5 -1
- package/dist/collection/components/ez-text-input/ez-text-input.js +2 -1
- package/dist/collection/components/ez-tile/ez-tile.css +151 -0
- package/dist/collection/components/ez-tile/ez-tile.js +269 -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 +5 -1
- package/dist/collection/components/ez-upload/ez-upload.js +18 -12
- package/dist/collection/global/app-init.js +6 -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/i18n/elanguages.js +6 -0
- package/dist/collection/utils/i18n/i18nUtils.js +20 -0
- package/dist/collection/utils/i18n/index.js +30 -0
- package/dist/collection/utils/i18n/locales/en-us.js +275 -0
- package/dist/collection/utils/i18n/locales/es-es.js +275 -0
- package/dist/collection/utils/i18n/locales/pt-br.js +275 -0
- package/dist/collection/utils/i18n/translations.js +9 -0
- package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +8 -2
- package/dist/custom-elements/index.d.ts +60 -0
- package/dist/custom-elements/index.js +6252 -308
- package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-72f474e8.js} +43 -15
- package/dist/esm/RichToolbarHelper-f3a149c4.js +29 -0
- package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
- package/dist/esm/app-globals-2ccb253f.js +10 -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 +7 -2
- 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 +1 -1
- package/dist/esm/ez-calendar.entry.js +8 -7
- package/dist/esm/ez-card-item_2.entry.js +2 -2
- package/dist/esm/ez-chart.entry.js +2 -17
- package/dist/esm/ez-check.entry.js +2 -2
- package/dist/esm/ez-chip.entry.js +3 -2
- 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 +33 -15
- 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 +30 -0
- 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 +13 -5
- package/dist/esm/ez-form.entry.js +5 -4
- package/dist/esm/ez-grid.entry.js +155 -116
- 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.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-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-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 +19 -10
- package/dist/esm/ez-search-result-list.entry.js +25 -8
- 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-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-text-area.entry.js +35 -28
- package/dist/esm/ez-text-input.entry.js +3 -2
- package/dist/esm/ez-tile.entry.js +58 -0
- 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 +6 -2
- 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-b623906e.js +3669 -0
- package/dist/esm/{index-5a720e56.js → index-baa5e267.js} +33 -15
- package/dist/esm/loader.js +7 -3
- package/dist/esm/purify-da6317bb.js +1352 -0
- package/dist/esm/{search-column-35f4ad93.js → search-column-5a55f676.js} +10 -4
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-0603bcc7.entry.js +1 -0
- package/dist/ezui/p-0ec7aa3a.entry.js +1 -0
- package/dist/ezui/p-0f0f3efe.entry.js +1 -0
- package/dist/ezui/p-112455b1.js +1 -0
- package/dist/ezui/{p-87f5a060.entry.js → p-1bcfd88c.entry.js} +1 -1
- package/dist/ezui/p-1c3efd36.entry.js +1 -0
- package/dist/ezui/p-1c55dda0.js +3 -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-1ffb75d5.js +1 -0
- package/dist/ezui/p-20c024f7.entry.js +1 -0
- package/dist/ezui/p-22934e19.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-2f471aca.entry.js +1 -0
- package/dist/ezui/p-303b3b8c.entry.js +1 -0
- package/dist/ezui/p-3b89a9a0.entry.js +1 -0
- package/dist/ezui/p-3e71ca08.entry.js +1 -0
- package/dist/ezui/p-3e767a74.js +1 -0
- package/dist/ezui/p-3e88fbb6.entry.js +1 -0
- package/dist/ezui/p-4044a7d7.entry.js +1 -0
- package/dist/ezui/{p-0378416a.entry.js → p-44caad9a.entry.js} +1 -1
- package/dist/ezui/p-45c9b292.entry.js +1 -0
- package/dist/ezui/p-45e64547.entry.js +1 -0
- package/dist/ezui/p-46913da7.js +1 -0
- package/dist/ezui/p-4773ff4c.js +1 -0
- package/dist/ezui/{p-769632d5.entry.js → p-4b67138e.entry.js} +1 -1
- package/dist/ezui/{p-4a876b8b.entry.js → p-4d30b703.entry.js} +1 -1
- package/dist/ezui/p-4fc5f926.entry.js +1 -0
- package/dist/ezui/p-53bc30a1.entry.js +1 -0
- package/dist/ezui/{p-6fc26622.entry.js → p-5ed81457.entry.js} +1 -1
- package/dist/ezui/p-627ff5a2.entry.js +1 -0
- package/dist/ezui/p-629e32e2.entry.js +1 -0
- package/dist/ezui/p-6369a0cd.entry.js +1 -0
- package/dist/ezui/{p-80764ff6.entry.js → p-6562b5c8.entry.js} +46 -46
- package/dist/ezui/p-6d596a5a.entry.js +1 -0
- package/dist/ezui/p-6e6fccfb.entry.js +1 -0
- package/dist/ezui/p-713dc93e.entry.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-80461324.entry.js +1 -0
- package/dist/ezui/p-84a136bf.entry.js +1 -0
- package/dist/ezui/{p-b3b3c99a.entry.js → p-8afb6e8a.entry.js} +1 -1
- 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-973e6a40.entry.js +1 -0
- package/dist/ezui/{p-18e71523.entry.js → p-9c5cd3b2.entry.js} +1 -1
- package/dist/ezui/{p-c2b20f78.entry.js → p-9f5fa3f9.entry.js} +1 -1
- package/dist/ezui/p-a12f6074.entry.js +1 -0
- package/dist/ezui/p-a482aae1.entry.js +1 -0
- package/dist/ezui/p-a687f14c.entry.js +7 -0
- package/dist/ezui/{p-dfca5946.entry.js → p-a80b1287.entry.js} +1 -1
- package/dist/ezui/p-adbc3261.entry.js +1 -0
- package/dist/ezui/p-b115058e.entry.js +1 -0
- package/dist/ezui/p-b1e45320.js +1 -0
- package/dist/ezui/p-b4215a04.entry.js +1 -0
- package/dist/ezui/p-b8ed876d.entry.js +1 -0
- package/dist/ezui/p-ba07b3df.js +1 -0
- package/dist/ezui/p-bc2f844e.entry.js +1 -0
- package/dist/ezui/p-beb42de1.entry.js +1 -0
- package/dist/ezui/p-c00ad772.entry.js +1 -0
- package/dist/ezui/{p-92748142.entry.js → p-c0d9c4f8.entry.js} +1 -1
- package/dist/ezui/p-c2a8139d.entry.js +1 -0
- package/dist/ezui/p-caf2584a.entry.js +1 -0
- package/dist/ezui/p-d1d0868b.entry.js +1 -0
- package/dist/ezui/p-d2645bdf.entry.js +1 -0
- package/dist/ezui/p-e5260556.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-ed3bed1e.entry.js +1 -0
- package/dist/ezui/{p-44b39e81.entry.js → p-fa6732f2.entry.js} +1 -1
- package/dist/types/components/ez-alert-list/ez-alert-list.d.ts +2 -1
- package/dist/types/components/ez-avatar/ez-avatar.d.ts +2 -0
- package/dist/types/components/ez-calendar/ez-calendar.d.ts +2 -3
- package/dist/types/components/ez-chip/ez-chip.d.ts +4 -0
- 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 +9 -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-empty-card/ez-empty-card.d.ts +18 -0
- package/dist/types/components/ez-file-item/ez-file-item.d.ts +2 -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/DataSource.d.ts +1 -0
- package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +1 -0
- package/dist/types/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/ag-grid/utils/buildLocaleText.d.ts +66 -0
- package/dist/types/components/ez-grid/ez-grid.d.ts +2 -2
- package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +2 -0
- package/dist/types/components/ez-grid/subcomponents/selection-counter.d.ts +2 -0
- package/dist/types/components/ez-grid/subcomponents/utils/selectionCounterUtils.d.ts +2 -2
- package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +2 -0
- package/dist/types/components/ez-list/ez-list.d.ts +2 -1
- package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
- package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
- package/dist/types/components/ez-multi-selection-list/ez-multi-selection-list.d.ts +2 -0
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +19 -0
- package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +105 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +31 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +5 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +5 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.d.ts +11 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +5 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +35 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +39 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.d.ts +1 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.d.ts +1 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.d.ts +1 -0
- package/dist/types/components/ez-search/ez-search.d.ts +2 -3
- package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +4 -1
- package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +4 -1
- package/dist/types/components/ez-sidebar-navigator/ez-sidebar-navigator.d.ts +2 -0
- package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +0 -1
- package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +2 -1
- package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +2 -0
- package/dist/types/components/ez-split-button/ez-split-button.d.ts +2 -2
- package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +2 -0
- package/dist/types/components/ez-text-area/ez-text-area.d.ts +6 -3
- package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +2 -0
- package/dist/types/components/ez-tile/ez-tile.d.ts +58 -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 +2 -0
- package/dist/types/components/ez-upload/ez-upload.d.ts +3 -1
- package/dist/types/components.d.ts +447 -2
- 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/i18nUtils.d.ts +2 -0
- package/dist/types/utils/i18n/index.d.ts +5 -0
- package/dist/types/utils/i18n/locales/en-us.d.ts +276 -0
- package/dist/types/utils/i18n/locales/es-es.d.ts +276 -0
- package/dist/types/utils/i18n/locales/pt-br.d.ts +276 -0
- package/dist/types/utils/i18n/translations.d.ts +828 -0
- package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -0
- package/package.json +8 -1
- package/react/components.d.ts +10 -0
- package/react/components.js +10 -0
- package/react/components.js.map +1 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js +0 -75
- package/dist/collection/components/ez-sidebar-navigator/messages/constants.js +0 -5
- package/dist/ezui/p-01b72d7e.entry.js +0 -1
- package/dist/ezui/p-07594da0.entry.js +0 -1
- package/dist/ezui/p-11bfeca3.entry.js +0 -1
- package/dist/ezui/p-175154a0.js +0 -1
- package/dist/ezui/p-1fefb37a.entry.js +0 -1
- package/dist/ezui/p-2187f86c.js +0 -1
- package/dist/ezui/p-220b9944.entry.js +0 -1
- package/dist/ezui/p-28987410.entry.js +0 -1
- package/dist/ezui/p-2d10bb18.entry.js +0 -1
- package/dist/ezui/p-2f351332.entry.js +0 -1
- package/dist/ezui/p-4e66eaeb.entry.js +0 -1
- package/dist/ezui/p-545bd5d5.entry.js +0 -7
- package/dist/ezui/p-5eea9886.js +0 -1
- package/dist/ezui/p-61f5c258.entry.js +0 -1
- package/dist/ezui/p-6b2cc9b8.entry.js +0 -1
- package/dist/ezui/p-6b3fddee.entry.js +0 -1
- package/dist/ezui/p-6ec40dec.entry.js +0 -1
- package/dist/ezui/p-700c1320.entry.js +0 -1
- package/dist/ezui/p-708b196e.entry.js +0 -1
- package/dist/ezui/p-7567ccdd.entry.js +0 -1
- package/dist/ezui/p-791f4e43.entry.js +0 -1
- package/dist/ezui/p-7db20f8e.entry.js +0 -1
- package/dist/ezui/p-7ec3f335.entry.js +0 -1
- package/dist/ezui/p-85d7b78a.entry.js +0 -1
- package/dist/ezui/p-90c90351.entry.js +0 -1
- package/dist/ezui/p-90e91173.entry.js +0 -1
- package/dist/ezui/p-91ccae0c.entry.js +0 -1
- package/dist/ezui/p-926a0bde.entry.js +0 -1
- package/dist/ezui/p-97d94ef3.entry.js +0 -1
- package/dist/ezui/p-9e95bfeb.entry.js +0 -1
- package/dist/ezui/p-a11827ca.entry.js +0 -1
- package/dist/ezui/p-c7035d65.entry.js +0 -1
- package/dist/ezui/p-c8e6204f.entry.js +0 -1
- package/dist/ezui/p-d2290004.entry.js +0 -1
- package/dist/ezui/p-d4d6d5fe.entry.js +0 -1
- package/dist/ezui/p-ddb22a70.entry.js +0 -1
- package/dist/ezui/p-ddd0bd61.entry.js +0 -1
- package/dist/ezui/p-e4ae4ddb.entry.js +0 -1
- package/dist/ezui/p-e4ead194.entry.js +0 -1
- package/dist/ezui/p-e6b38ade.entry.js +0 -1
- package/dist/ezui/p-ed48a632.entry.js +0 -1
- package/dist/ezui/p-fc194825.entry.js +0 -1
- 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,67 @@
|
|
|
1
|
+
export function buildLocaleText(i18n) {
|
|
2
|
+
return ({
|
|
3
|
+
page: i18n("ez-grid.pageLabel"),
|
|
4
|
+
more: i18n("ez-grid.remainingPageLabel"),
|
|
5
|
+
to: i18n("ez-grid.remainingTotalLabel"),
|
|
6
|
+
of: i18n("ez-grid.remainingTotalLabel"),
|
|
7
|
+
next: i18n("ez-grid.nextPage"),
|
|
8
|
+
previous: i18n("ez-grid.previousPage"),
|
|
9
|
+
loadingOoo: i18n("app.loading"),
|
|
10
|
+
noRowsToShow: i18n("ez-grid.noRowsToShow"),
|
|
11
|
+
pinColumn: i18n("ez-grid.pinColumn"),
|
|
12
|
+
unpinColumn: i18n("ez-grid.unpinColumn"),
|
|
13
|
+
filterOoo: i18n("ez-grid.filter"),
|
|
14
|
+
sortAscending: i18n("ez-grid.sortAscending"),
|
|
15
|
+
sortDescending: i18n("ez-grid.sortDescending"),
|
|
16
|
+
last: i18n("ez-grid.last"),
|
|
17
|
+
first: i18n("ez-grid.first"),
|
|
18
|
+
selectAll: i18n("ez-grid.selectAll"),
|
|
19
|
+
searchOoo: i18n("ez-grid.searchOoo"),
|
|
20
|
+
blanks: i18n("ez-grid.blanks"),
|
|
21
|
+
applyFilter: i18n("ez-grid.applyFilter"),
|
|
22
|
+
equals: i18n("ez-grid.equals"),
|
|
23
|
+
lessThan: i18n("ez-grid.lessThan"),
|
|
24
|
+
greaterThan: i18n("ez-grid.greaterThan"),
|
|
25
|
+
contains: i18n("ez-grid.contains"),
|
|
26
|
+
startsWith: i18n("ez-grid.startsWith"),
|
|
27
|
+
endsWith: i18n("ez-grid.endsWith"),
|
|
28
|
+
group: i18n("ez-grid.group"),
|
|
29
|
+
columns: i18n("ez-grid.columns"),
|
|
30
|
+
rowGroupColumns: i18n("ez-grid.rowGroupColumns"),
|
|
31
|
+
rowGroupColumnsEmptyMessage: i18n("ez-grid.rowGroupColumnsEmptyMessage"),
|
|
32
|
+
valueColumns: i18n("ez-grid.valueColumns"),
|
|
33
|
+
pivotMode: i18n("ez-grid.pivotMode"),
|
|
34
|
+
groups: i18n("ez-grid.groups"),
|
|
35
|
+
values: i18n("ez-grid.values"),
|
|
36
|
+
pivots: i18n("ez-grid.pivots"),
|
|
37
|
+
valueColumnsEmptyMessage: i18n("ez-grid.valueColumnsEmptyMessage"),
|
|
38
|
+
pivotColumnsEmptyMessage: i18n("ez-grid.pivotColumnsEmptyMessage"),
|
|
39
|
+
toolPanelButton: i18n("ez-grid.toolPanelButton"),
|
|
40
|
+
valueAggregation: i18n("ez-grid.valueAggregation"),
|
|
41
|
+
autosizeThiscolumn: i18n("ez-grid.autosizeThiscolumn"),
|
|
42
|
+
autosizeAllColumns: i18n("ez-grid.autosizeAllColumns"),
|
|
43
|
+
groupBy: i18n("ez-grid.groupBy"),
|
|
44
|
+
ungroupBy: i18n("ez-grid.ungroupBy"),
|
|
45
|
+
resetColumns: i18n("ez-grid.resetColumns"),
|
|
46
|
+
expandAll: i18n("ez-grid.expandAll"),
|
|
47
|
+
collapseAll: i18n("ez-grid.collapseAll"),
|
|
48
|
+
toolPanel: i18n("ez-grid.toolPanel"),
|
|
49
|
+
export: i18n("ez-grid.export"),
|
|
50
|
+
csvExport: i18n("ez-grid.csvExport"),
|
|
51
|
+
excelExport: i18n("ez-grid.excelExport"),
|
|
52
|
+
pinLeft: i18n("ez-grid.pinLeft"),
|
|
53
|
+
pinRight: i18n("ez-grid.pinRight"),
|
|
54
|
+
noPin: i18n("ez-grid.noPin"),
|
|
55
|
+
sum: i18n("ez-grid.sum"),
|
|
56
|
+
min: i18n("ez-grid.min"),
|
|
57
|
+
max: i18n("ez-grid.max"),
|
|
58
|
+
none: i18n("ez-grid.none"),
|
|
59
|
+
count: i18n("ez-grid.count"),
|
|
60
|
+
average: i18n("ez-grid.average"),
|
|
61
|
+
copy: i18n("ez-grid.copy"),
|
|
62
|
+
copyWithHeaders: i18n("ez-grid.copyWithHeaders"),
|
|
63
|
+
ctrlC: i18n("ez-grid.ctrlC"),
|
|
64
|
+
paste: i18n("ez-grid.paste"),
|
|
65
|
+
ctrlV: i18n("ez-grid.ctrlV"),
|
|
66
|
+
});
|
|
67
|
+
}
|
|
@@ -6,6 +6,7 @@ import AgGridController from './controller/ag-grid/AgGridController';
|
|
|
6
6
|
import { SelectionCounter } from './subcomponents/selection-counter';
|
|
7
7
|
import InMemoryFilterColumnDataSource from './utils/InMemoryFilterColumnDataSource';
|
|
8
8
|
import { focusOnFieldSerch, LABEL_SEARCH_COLUMN, SEARCH_FIELD_FULL_WIDTH, SHORTCUT_SEARCH_FIELD } from '../../utils/searchColumn/search-column';
|
|
9
|
+
import initI18n from '../../utils/i18n';
|
|
9
10
|
const windowInstace = window;
|
|
10
11
|
const matches = (text, filter) => {
|
|
11
12
|
const normalizedText = StringUtils.replaceAccentuatedCharsLower(text === null || text === void 0 ? void 0 : text.toLocaleLowerCase());
|
|
@@ -15,7 +16,6 @@ const matches = (text, filter) => {
|
|
|
15
16
|
export class EzGrid {
|
|
16
17
|
constructor() {
|
|
17
18
|
this._gridController = new AgGridController(false);
|
|
18
|
-
this._messageFilterAppliedSuccess = 'Filtro de coluna aplicado com sucesso!';
|
|
19
19
|
this._customEditor = new Map();
|
|
20
20
|
this._customRenders = new Map();
|
|
21
21
|
this._paginationInfo = undefined;
|
|
@@ -409,7 +409,7 @@ export class EzGrid {
|
|
|
409
409
|
await ((_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide());
|
|
410
410
|
}
|
|
411
411
|
renderCancelPagination() {
|
|
412
|
-
return (h("ez-popover", { ref: (element) => (this._cancelPaginationPopoverElement = element), "overlay-type": 'none', autoClose: false }, h("div", { class: 'cancel-pagination' }, h("ez-icon", { iconName: "sync", size: "x-large", class: "spin" }), h("span", { onClick: () => this.handleCancelPagination(), class: 'cancel-pagination-btn' }, "
|
|
412
|
+
return (h("ez-popover", { ref: (element) => (this._cancelPaginationPopoverElement = element), "overlay-type": 'none', autoClose: false }, h("div", { class: 'cancel-pagination' }, h("ez-icon", { iconName: "sync", size: "x-large", class: "spin" }), h("span", { onClick: () => this.handleCancelPagination(), class: 'cancel-pagination-btn' }, this.i18n("ez-grid.cancelPagination")))));
|
|
413
413
|
}
|
|
414
414
|
handleShowCancelPagination() {
|
|
415
415
|
var _a, _b, _c;
|
|
@@ -425,7 +425,7 @@ export class EzGrid {
|
|
|
425
425
|
if (!this._paginationInfo)
|
|
426
426
|
return null;
|
|
427
427
|
const { currentPage, hasMore } = this._paginationInfo;
|
|
428
|
-
return (h("div", { class: `grid-header__container grid-header__pagination ${this.resolvePaginationClassMode()}`, ref: ref => (this._refPaginationControl = ref) }, this.renderCancelPagination(), h("div", { class: "ez-text ez-text--primary ez-text--medium ez-margin-right--medium", ref: (element) => (this._refPaginationLabel = element) }, h("span", { class: "grid-header__pagination-label" }, this.shouldPresentPaginationLabel() && h("strong", { class: "ez-text ez-text--primary ez-text--medium" }, this._getActualPageLabel()), this.shouldPresentPaginationLabel() && this._getRemainingPageLabel())), h("div", { id: "grid-pagination-tooltip", ref: (element) => (this._refPaginationLabelTooltip = element), class: "ez-flex ez-margin-right--medium", title: `${this._getActualPageLabel()} ${this._getRemainingPageLabel()}` }, h("ez-button", { size: "small", class: "ez-margin-right--medium", iconName: "chevron-left", mode: "icon", enabled: currentPage > 0, onClick: () => this.previousPage(), label: "
|
|
428
|
+
return (h("div", { class: `grid-header__container grid-header__pagination ${this.resolvePaginationClassMode()}`, ref: ref => (this._refPaginationControl = ref) }, this.renderCancelPagination(), h("div", { class: "ez-text ez-text--primary ez-text--medium ez-margin-right--medium", ref: (element) => (this._refPaginationLabel = element) }, h("span", { class: "grid-header__pagination-label" }, this.shouldPresentPaginationLabel() && h("strong", { class: "ez-text ez-text--primary ez-text--medium" }, this._getActualPageLabel()), this.shouldPresentPaginationLabel() && this._getRemainingPageLabel())), h("div", { id: "grid-pagination-tooltip", ref: (element) => (this._refPaginationLabelTooltip = element), class: "ez-flex ez-margin-right--medium", title: `${this._getActualPageLabel()} ${this._getRemainingPageLabel()}` }, h("ez-button", { size: "small", class: "ez-margin-right--medium", iconName: "chevron-left", mode: "icon", enabled: currentPage > 0, onClick: () => this.previousPage(), label: this.i18n("ez-grid.previousPage") }), h("ez-button", { size: "small", iconName: "chevron-right", mode: "icon", enabled: hasMore, onClick: () => this.nextPage(), label: this.i18n("ez-grid.nextPage") }))));
|
|
429
429
|
}
|
|
430
430
|
shouldPresentPaginationLabel() {
|
|
431
431
|
return this.paginationCounterMode === 'show' || this.paginationCounterMode === 'auto';
|
|
@@ -465,7 +465,8 @@ export class EzGrid {
|
|
|
465
465
|
enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick,
|
|
466
466
|
enableLockManagerLoadingComp: this.enableLockManagerLoadingComp,
|
|
467
467
|
enableRowTableStriped: this.enableRowTableStriped,
|
|
468
|
-
suppressHorizontalScroll: this.suppressHorizontalScroll
|
|
468
|
+
suppressHorizontalScroll: this.suppressHorizontalScroll,
|
|
469
|
+
i18n: this.i18n
|
|
469
470
|
});
|
|
470
471
|
if (this.config) {
|
|
471
472
|
this.observeConfig(this.config);
|
|
@@ -498,7 +499,7 @@ export class EzGrid {
|
|
|
498
499
|
}
|
|
499
500
|
_getRemainingPageLabel() {
|
|
500
501
|
const { total, count } = this._paginationInfo;
|
|
501
|
-
return `${total == undefined ?
|
|
502
|
+
return `${total == undefined ? this.i18n("ez-grid.remainingPageLabel", { count: count + 1 }) : this.i18n("ez-grid.remainingTotalLabel", { total })}`;
|
|
502
503
|
}
|
|
503
504
|
_hasToShowCancelPagination() {
|
|
504
505
|
var _a;
|
|
@@ -574,10 +575,11 @@ export class EzGrid {
|
|
|
574
575
|
}
|
|
575
576
|
componentDidRender() {
|
|
576
577
|
windowInstace.addEventListener('onSubmitFilter', () => {
|
|
577
|
-
ApplicationUtils.info(this.
|
|
578
|
+
ApplicationUtils.info(this.i18n("ez-grid.filterAppliedSuccess"));
|
|
578
579
|
});
|
|
579
580
|
}
|
|
580
|
-
componentWillLoad() {
|
|
581
|
+
async componentWillLoad() {
|
|
582
|
+
this.i18n = await initI18n();
|
|
581
583
|
this._hasLeftButtons = !!this._element.querySelector('[slot="leftButtons"]');
|
|
582
584
|
if (!this.dataUnit.name.includes("InMemoryDataUnit"))
|
|
583
585
|
return;
|
|
@@ -616,12 +618,12 @@ export class EzGrid {
|
|
|
616
618
|
if (!this._paginationInfo)
|
|
617
619
|
return;
|
|
618
620
|
this.nextRecord();
|
|
619
|
-
}, { description: "
|
|
621
|
+
}, { description: this.i18n("ez-grid.nextRecord"), element: this._element })
|
|
620
622
|
.bind("ctrl + ,", () => {
|
|
621
623
|
if (!this._paginationInfo)
|
|
622
624
|
return;
|
|
623
625
|
this.previousRecord();
|
|
624
|
-
}, { description: "
|
|
626
|
+
}, { description: this.i18n("ez-grid.previousRecord"), element: this._element })
|
|
625
627
|
.bind("ctrl + alt + ArrowLeft", () => {
|
|
626
628
|
if (!this._paginationInfo)
|
|
627
629
|
return;
|
|
@@ -629,7 +631,7 @@ export class EzGrid {
|
|
|
629
631
|
if (currentPage > 0) {
|
|
630
632
|
this.previousPage();
|
|
631
633
|
}
|
|
632
|
-
}, { description: "
|
|
634
|
+
}, { description: this.i18n("ez-grid.previousPage"), element: this._element })
|
|
633
635
|
.bind("ctrl + alt + ArrowRight", () => {
|
|
634
636
|
if (!this._paginationInfo)
|
|
635
637
|
return;
|
|
@@ -637,7 +639,7 @@ export class EzGrid {
|
|
|
637
639
|
if (hasMore) {
|
|
638
640
|
this.nextPage();
|
|
639
641
|
}
|
|
640
|
-
}, { description: "
|
|
642
|
+
}, { description: this.i18n("ez-grid.nextPage"), element: this._element });
|
|
641
643
|
if (this.useSearchColumn) {
|
|
642
644
|
this._keyboardManager.bind(SHORTCUT_SEARCH_FIELD, async () => {
|
|
643
645
|
if (!this._container || !this._ezPopoverSearchColumn)
|
|
@@ -645,7 +647,7 @@ export class EzGrid {
|
|
|
645
647
|
const container = this._container.getBoundingClientRect();
|
|
646
648
|
await focusOnFieldSerch(this._columnSearch);
|
|
647
649
|
this._ezPopoverSearchColumn.showUnder(this._container, { horizontalGap: container.width - (SEARCH_FIELD_FULL_WIDTH), verticalGap: container.height * -1 });
|
|
648
|
-
}, { description:
|
|
650
|
+
}, { description: this.i18n("ez-grid.searchColumn"), element: this._element });
|
|
649
651
|
}
|
|
650
652
|
}
|
|
651
653
|
async removeShortcuts() {
|
|
@@ -690,7 +692,7 @@ export class EzGrid {
|
|
|
690
692
|
'shadow-mode': !this.outlineMode && !this.hideHeader(),
|
|
691
693
|
}, tabindex: "0" }, h("filter-column", { class: "grid-header__popover", noHeaderTaskBar: !this._hasLeftButtons, dataSource: this.getDataSource(), dataUnit: this.dataUnit, gridHeaderHidden: this.hideHeader(), ref: (element) => (this._filterColumn = element) }), h("div", { class: "grid-header__position" }, h("div", { class: `grid-header__container grid-header__left-container ${this.resolveLeftHeaderClass()}` }, h("slot", { name: "leftButtons" })), this.getPaginationControl())), h("ez-popover", { ref: elem => (this._ezPopoverSearchColumn = elem), overlayType: "none" }, this.renderFieldSearchColumn()), h("div", { ref: (ref) => (this._gridSelectionCounter = ref), class: `grid__selection-counter ez-elevation--4
|
|
692
694
|
${this._showSelectionCounter ? 'grid__selection-counter--opened' : ''}
|
|
693
|
-
` }, h(SelectionCounter, { selectionCount: this._selectionCount, currentPageSelected: this._currentPageSelected, paginationInfo: this._paginationInfo, canSelectAll: (_a = this.selectionToastConfig) === null || _a === void 0 ? void 0 : _a.canSelectAll, allRecordSelected: this._isAllSelection, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, h("slot", { name: "footer" }))));
|
|
695
|
+
` }, h(SelectionCounter, { selectionCount: this._selectionCount, currentPageSelected: this._currentPageSelected, paginationInfo: this._paginationInfo, canSelectAll: (_a = this.selectionToastConfig) === null || _a === void 0 ? void 0 : _a.canSelectAll, allRecordSelected: this._isAllSelection, i18n: this.i18n, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, h("slot", { name: "footer" }))));
|
|
694
696
|
}
|
|
695
697
|
static get is() { return "ez-grid"; }
|
|
696
698
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { UserInterface } from '@sankhyalabs/core';
|
|
2
2
|
import { h } from '@stencil/core';
|
|
3
3
|
import { PRESENTATION_FROM_COL_PROP_NAME } from '../../../utils/constants';
|
|
4
|
+
import initI18n from '../../../utils/i18n';
|
|
4
5
|
const windowInstace = window;
|
|
5
6
|
const onSubmitFilter = new CustomEvent('onSubmitFilter', {
|
|
6
7
|
detail: {
|
|
@@ -107,8 +108,8 @@ export class FilterColumn {
|
|
|
107
108
|
}
|
|
108
109
|
if (this.isCheckBoxOrSwitch()) {
|
|
109
110
|
return [
|
|
110
|
-
{ label:
|
|
111
|
-
{ label:
|
|
111
|
+
{ label: this.i18n("app.yes"), value: 'true', check: true },
|
|
112
|
+
{ label: this.i18n("app.no"), value: 'false', check: true },
|
|
112
113
|
];
|
|
113
114
|
}
|
|
114
115
|
const options = (_b = (_a = this.fieldDescriptor) === null || _a === void 0 ? void 0 : _a.properties) === null || _b === void 0 ? void 0 : _b.options;
|
|
@@ -128,8 +129,11 @@ export class FilterColumn {
|
|
|
128
129
|
this.clearConfigs();
|
|
129
130
|
}
|
|
130
131
|
}
|
|
132
|
+
async componentWillLoad() {
|
|
133
|
+
this.i18n = await initI18n();
|
|
134
|
+
}
|
|
131
135
|
render() {
|
|
132
|
-
return (h("ez-popover-plus", { ref: (element) => (this.ezPopoverElement = element), class: 'filter-column__popover', "overlay-type": 'none', autoClose: true, onEzVisibilityChange: this.handleEzVisibilityChange.bind(this) }, h("section", { class: 'filter-column' }, h("header", { class: 'filter-column__header' }, h("span", { class: 'ez-text ez-text--medium filter-column__header-title' }, "
|
|
136
|
+
return (h("ez-popover-plus", { ref: (element) => (this.ezPopoverElement = element), class: 'filter-column__popover', "overlay-type": 'none', autoClose: true, onEzVisibilityChange: this.handleEzVisibilityChange.bind(this) }, h("section", { class: 'filter-column' }, h("header", { class: 'filter-column__header' }, h("span", { class: 'ez-text ez-text--medium filter-column__header-title' }, this.i18n("ez-grid.filterColumnHeader", { columnLabel: this.columnLabel })), h("ez-button", { mode: 'icon', "icon-name": 'close', class: 'ez-button--tertiary', onClick: () => this.hide() })), h("ez-multi-selection-list", { id: 'filter-column-selection-list', columnName: this.columnName, dataSource: this.dataSource, options: this.options, useOptions: this.useOptions, ref: (element) => (this.ezMultiSelectionList = element), onChangeFilteredOptions: (event) => this.changeSelectedItems(event.detail), isTextSearch: this.isTextSearch }), h("footer", { class: 'filter-column__footer' }, h("ez-button", { label: this.i18n("app.apply"), class: 'ez-button--primary', onClick: this.submit.bind(this) })))));
|
|
133
137
|
}
|
|
134
138
|
static get is() { return "filter-column"; }
|
|
135
139
|
static get originalStyleUrls() {
|
|
@@ -2,7 +2,7 @@ import { ElementIDUtils } from "@sankhyalabs/core";
|
|
|
2
2
|
import { h } from "@stencil/core";
|
|
3
3
|
import { buildSelectAllLabel, buildSelectAllTitle, enableSelectAll, getText } from './utils/selectionCounterUtils';
|
|
4
4
|
export const SelectionCounter = (props) => {
|
|
5
|
-
const { selectionCount, currentPageSelected, allRecordSelected, paginationInfo, canSelectAll, onSelectAll, onSelectPage, onClearAll, onClose } = props;
|
|
5
|
+
const { selectionCount, currentPageSelected, allRecordSelected, paginationInfo, canSelectAll, onSelectAll, onSelectPage, onClearAll, onClose, i18n } = props;
|
|
6
6
|
const { total, hasMore, count } = paginationInfo || {};
|
|
7
7
|
const shouldRenderSelectionButton = () => {
|
|
8
8
|
if ((!allRecordSelected && selectionCount === total) || (allRecordSelected && !hasMore))
|
|
@@ -12,7 +12,7 @@ export const SelectionCounter = (props) => {
|
|
|
12
12
|
return !!paginationInfo && (currentPageSelected || allRecordSelected);
|
|
13
13
|
};
|
|
14
14
|
return (h("div", Object.assign({ class: "ez-box ez-box--shadow-small" }, getElementID("ezGridSelectionCounter")), h("div", { class: "ez-flex ez-flex--align-items-center ez-size-width--full ez-padding-horizontal--medium" }, h("div", { class: "ez-flex ez-flex--wrap ez-flex--align-items-baseline ez-flex--justify-center" }, h("label", Object.assign({ innerHTML: getText(selectionCount, allRecordSelected), class: "ez-text ez-text--primary ez-text--medium ez-margin-right--medium ez-margin-top--medium" }, getElementID("ezGridSelectionCounter_label"))), h("div", { class: "ez-flex ez-margin-right--medium" }, shouldRenderSelectionButton() &&
|
|
15
|
-
h("ez-button", Object.assign({ key: "selectAllRecordsEzButton", title: buildSelectAllTitle(total), enabled: enableSelectAll(total), class: "ez-margin-right--medium", label: buildSelectAllLabel(allRecordSelected, count, total), mode: "link", onClick: allRecordSelected ? onSelectPage : onSelectAll }, getElementID(`ezGridSelectionCounter_select${allRecordSelected ? "Page" : "All"}`))), h("ez-button", Object.assign({ key: "clearAllSelectionEzButton", class: "grid__btn-clear", label: "
|
|
15
|
+
h("ez-button", Object.assign({ key: "selectAllRecordsEzButton", title: buildSelectAllTitle(total), enabled: enableSelectAll(total), class: "ez-margin-right--medium", label: buildSelectAllLabel(allRecordSelected, count, total), mode: "link", onClick: allRecordSelected ? onSelectPage : onSelectAll }, getElementID(`ezGridSelectionCounter_select${allRecordSelected ? "Page" : "All"}`))), h("ez-button", Object.assign({ key: "clearAllSelectionEzButton", class: "grid__btn-clear", label: i18n("ez-grid.clearSelection"), mode: "link", onClick: onClearAll }, getElementID("ezGridSelectionCounter_clearAll"))))), h("button", Object.assign({ class: "grid__btn-close", title: i18n("app.close"), onClick: onClose }, getElementID("ezGridSelectionCounter_close")), h("ez-icon", { iconName: "close" })))));
|
|
16
16
|
};
|
|
17
17
|
function getElementID(sufix) {
|
|
18
18
|
return {
|
|
@@ -1,22 +1,26 @@
|
|
|
1
|
+
import { getI18n } from "../../../../utils/i18n";
|
|
1
2
|
export function enableSelectAll(total) {
|
|
2
3
|
return total !== undefined;
|
|
3
4
|
}
|
|
4
5
|
export function buildSelectAllLabel(allRecordSelected, count, total) {
|
|
6
|
+
const i18n = getI18n();
|
|
5
7
|
if (allRecordSelected)
|
|
6
|
-
return '
|
|
8
|
+
return i18n('utils.selectAllPage');
|
|
7
9
|
if (total === undefined)
|
|
8
|
-
return
|
|
9
|
-
return
|
|
10
|
+
return i18n('utils.loadingAllRecords', { count });
|
|
11
|
+
return i18n('utils.selectAllRecords', { total });
|
|
10
12
|
}
|
|
11
13
|
export function buildSelectAllTitle(total) {
|
|
12
14
|
if (enableSelectAll(total))
|
|
13
15
|
return '';
|
|
14
|
-
|
|
16
|
+
const i18n = getI18n();
|
|
17
|
+
return i18n('utils.waitForLoad');
|
|
15
18
|
}
|
|
16
19
|
export function getText(selectionCount, allSelectedRecords) {
|
|
20
|
+
const i18n = getI18n();
|
|
17
21
|
if (allSelectedRecords) {
|
|
18
|
-
return
|
|
22
|
+
return i18n('utils.allRecordsSelected', { selectionCount });
|
|
19
23
|
}
|
|
20
|
-
const
|
|
21
|
-
return
|
|
24
|
+
const plural = selectionCount > 1 ? "s" : "";
|
|
25
|
+
return i18n('utils.selectedRecords', { selectionCount, plural });
|
|
22
26
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
import { ElementIDUtils } from "@sankhyalabs/core";
|
|
3
3
|
import { EzScrollDirection } from "../ez-scroller/EzScrollDirection";
|
|
4
|
+
import initI18n from '../../utils/i18n';
|
|
4
5
|
const ENTER_KEY = "Enter";
|
|
5
6
|
export class EzGuideNavigator {
|
|
6
7
|
constructor() {
|
|
@@ -70,6 +71,9 @@ export class EzGuideNavigator {
|
|
|
70
71
|
async getParent(id) {
|
|
71
72
|
return this._tree.getParent(id);
|
|
72
73
|
}
|
|
74
|
+
async componentWillLoad() {
|
|
75
|
+
this.i18n = await initI18n();
|
|
76
|
+
}
|
|
73
77
|
async handleToggleSidebar() {
|
|
74
78
|
this.open = !this.open;
|
|
75
79
|
}
|
|
@@ -84,7 +88,7 @@ export class EzGuideNavigator {
|
|
|
84
88
|
}
|
|
85
89
|
render() {
|
|
86
90
|
ElementIDUtils.addIDInfoIfNotExists(this._element);
|
|
87
|
-
return (h(Host, null, h("ez-sidebar-button", { class: this.open ? "hidden" : "", onEzClick: this.handleToggleSidebar.bind(this), "aria-controls": "navigator", "aria-expanded": this.open, "data-element-id": ElementIDUtils.getInternalIDInfo("openButton") }), h("aside", { tabIndex: -1, id: "navigator", class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-guide-navigator " + (this.open ? "" : "hidden"), "data-element-id": ElementIDUtils.getInternalIDInfo("sidebar") }, h("div", { role: "search", class: "ez-guide-navigator__actions" }, h("ez-filter-input", { mode: "slim", value: this.filterText, onEzChange: (event) => this.onFilterChanged(event), label: "
|
|
91
|
+
return (h(Host, null, h("ez-sidebar-button", { class: this.open ? "hidden" : "", onEzClick: this.handleToggleSidebar.bind(this), "aria-controls": "navigator", "aria-expanded": this.open, "data-element-id": ElementIDUtils.getInternalIDInfo("openButton") }), h("aside", { tabIndex: -1, id: "navigator", class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-guide-navigator " + (this.open ? "" : "hidden"), "data-element-id": ElementIDUtils.getInternalIDInfo("sidebar") }, h("div", { role: "search", class: "ez-guide-navigator__actions" }, h("ez-filter-input", { mode: "slim", value: this.filterText, onEzChange: (event) => this.onFilterChanged(event), label: this.i18n("ez-guide-navigator.searchGuide"), "aria-placeholder": this.i18n("ez-guide-navigator.searchGuide"), onKeyUp: this.handleFilterTree.bind(this), "data-element-id": ElementIDUtils.getInternalIDInfo("textinput") }), h("ez-button", { onClick: this.handleToggleSidebar.bind(this), class: "inverted", mode: "icon", size: "small", iconName: "show_menu", title: this.i18n("ez-guide-navigator.hideMenu"), "aria-label": this.i18n("ez-guide-navigator.hideMenu"), "aria-controls": "navigator", "data-element-id": ElementIDUtils.getInternalIDInfo("closeButton") })), h("ez-scroller", { direction: EzScrollDirection.VERTICAL, activeShadow: true }, h("ez-tree", { ref: element => (this._tree = element), items: this.items, "data-element-id": ElementIDUtils.getInternalIDInfo("tree"), tooltipResolver: this.tooltipResolver, onEzChange: evt => this.ezSelectionChange.emit(evt.detail), selectedId: this.selectedId })))));
|
|
88
92
|
}
|
|
89
93
|
static get is() { return "ez-guide-navigator"; }
|
|
90
94
|
static get encapsulation() { return "shadow"; }
|
|
@@ -76,146 +76,153 @@ svg {
|
|
|
76
76
|
.ez-icon-balance:before { content: "\ea13"; }
|
|
77
77
|
.ez-icon-bell-inverted:before { content: "\ea14"; }
|
|
78
78
|
.ez-icon-bell:before { content: "\ea15"; }
|
|
79
|
-
.ez-icon-
|
|
80
|
-
.ez-icon-
|
|
81
|
-
.ez-icon-
|
|
82
|
-
.ez-icon-
|
|
83
|
-
.ez-icon-calendar:before { content: "\ea1a"; }
|
|
84
|
-
.ez-icon-
|
|
85
|
-
.ez-icon-
|
|
86
|
-
.ez-icon-
|
|
87
|
-
.ez-icon-check-circle:before { content: "\ea1e"; }
|
|
88
|
-
.ez-icon-check:before { content: "\ea1f"; }
|
|
89
|
-
.ez-icon-
|
|
90
|
-
.ez-icon-chevron-
|
|
91
|
-
.ez-icon-chevron-
|
|
92
|
-
.ez-icon-chevron-
|
|
93
|
-
.ez-icon-
|
|
94
|
-
.ez-icon-circle:before { content: "\ea25"; }
|
|
95
|
-
.ez-icon-
|
|
96
|
-
.ez-icon-
|
|
97
|
-
.ez-icon-
|
|
98
|
-
.ez-icon-
|
|
99
|
-
.ez-icon-
|
|
100
|
-
.ez-icon-
|
|
101
|
-
.ez-icon-
|
|
102
|
-
.ez-icon-
|
|
103
|
-
.ez-icon-
|
|
104
|
-
.ez-icon-
|
|
105
|
-
.ez-icon-
|
|
106
|
-
.ez-icon-
|
|
107
|
-
.ez-icon-
|
|
108
|
-
.ez-icon-
|
|
109
|
-
.ez-icon-delete:before { content: "\ea34"; }
|
|
110
|
-
.ez-icon-
|
|
111
|
-
.ez-icon-
|
|
112
|
-
.ez-icon-
|
|
113
|
-
.ez-icon-
|
|
114
|
-
.ez-icon-
|
|
115
|
-
.ez-icon-dots-
|
|
116
|
-
.ez-icon-
|
|
117
|
-
.ez-icon-
|
|
118
|
-
.ez-icon-dual-chevron-
|
|
119
|
-
.ez-icon-dual-chevron-
|
|
120
|
-
.ez-icon-dual-chevron-
|
|
121
|
-
.ez-icon-
|
|
122
|
-
.ez-icon-edit-
|
|
123
|
-
.ez-icon-edit-
|
|
124
|
-
.ez-icon-edit-
|
|
125
|
-
.ez-icon-edit:before { content: "\ea44"; }
|
|
126
|
-
.ez-icon-
|
|
127
|
-
.ez-icon-
|
|
128
|
-
.ez-icon-
|
|
129
|
-
.ez-icon-
|
|
130
|
-
.ez-icon-
|
|
131
|
-
.ez-icon-
|
|
132
|
-
.ez-icon-
|
|
133
|
-
.ez-icon-eye:before { content: "\ea4c"; }
|
|
134
|
-
.ez-icon-
|
|
135
|
-
.ez-icon-
|
|
136
|
-
.ez-icon-
|
|
137
|
-
.ez-icon-file-
|
|
138
|
-
.ez-icon-
|
|
139
|
-
.ez-icon-
|
|
140
|
-
.ez-icon-find-
|
|
141
|
-
.ez-icon-
|
|
142
|
-
.ez-icon-
|
|
143
|
-
.ez-icon-
|
|
144
|
-
.ez-icon-
|
|
145
|
-
.ez-icon-
|
|
146
|
-
.ez-icon-
|
|
147
|
-
.ez-icon-help:before { content: "\ea5a"; }
|
|
148
|
-
.ez-icon-
|
|
149
|
-
.ez-icon-
|
|
150
|
-
.ez-icon-
|
|
151
|
-
.ez-icon-
|
|
152
|
-
.ez-icon-
|
|
153
|
-
.ez-icon-
|
|
154
|
-
.ez-icon-
|
|
155
|
-
.ez-icon-
|
|
156
|
-
.ez-icon-
|
|
157
|
-
.ez-icon-
|
|
158
|
-
.ez-icon-
|
|
159
|
-
.ez-icon-
|
|
160
|
-
.ez-icon-
|
|
161
|
-
.ez-icon-
|
|
162
|
-
.ez-icon-
|
|
163
|
-
.ez-icon-
|
|
164
|
-
.ez-icon-
|
|
165
|
-
.ez-icon-
|
|
166
|
-
.ez-icon-
|
|
167
|
-
.ez-icon-
|
|
168
|
-
.ez-icon-
|
|
169
|
-
.ez-icon-
|
|
170
|
-
.ez-icon-
|
|
171
|
-
.ez-icon-
|
|
172
|
-
.ez-icon-
|
|
173
|
-
.ez-icon-
|
|
174
|
-
.ez-icon-
|
|
175
|
-
.ez-icon-
|
|
176
|
-
.ez-icon-
|
|
177
|
-
.ez-icon-
|
|
178
|
-
.ez-icon-
|
|
179
|
-
.ez-icon-
|
|
180
|
-
.ez-icon-
|
|
181
|
-
.ez-icon-
|
|
182
|
-
.ez-icon-
|
|
183
|
-
.ez-icon-
|
|
184
|
-
.ez-icon-
|
|
185
|
-
.ez-icon-
|
|
186
|
-
.ez-icon-
|
|
187
|
-
.ez-icon-
|
|
188
|
-
.ez-icon-
|
|
189
|
-
.ez-icon-
|
|
190
|
-
.ez-icon-
|
|
191
|
-
.ez-icon-
|
|
192
|
-
.ez-icon-
|
|
193
|
-
.ez-icon-
|
|
194
|
-
.ez-icon-
|
|
195
|
-
.ez-icon-
|
|
196
|
-
.ez-icon-
|
|
197
|
-
.ez-icon-
|
|
198
|
-
.ez-icon-
|
|
199
|
-
.ez-icon-
|
|
200
|
-
.ez-icon-
|
|
201
|
-
.ez-icon-
|
|
202
|
-
.ez-icon-
|
|
203
|
-
.ez-icon-
|
|
204
|
-
.ez-icon-
|
|
205
|
-
.ez-icon-
|
|
206
|
-
.ez-icon-
|
|
207
|
-
.ez-icon-
|
|
208
|
-
.ez-icon-
|
|
209
|
-
.ez-icon-
|
|
210
|
-
.ez-icon-
|
|
211
|
-
.ez-icon-
|
|
212
|
-
.ez-icon-
|
|
213
|
-
.ez-icon-
|
|
214
|
-
.ez-icon-
|
|
215
|
-
.ez-icon-
|
|
216
|
-
.ez-icon-
|
|
217
|
-
.ez-icon-
|
|
218
|
-
.ez-icon-
|
|
79
|
+
.ez-icon-bold:before { content: "\ea16"; }
|
|
80
|
+
.ez-icon-boleto:before { content: "\ea17"; }
|
|
81
|
+
.ez-icon-boolean:before { content: "\ea18"; }
|
|
82
|
+
.ez-icon-business-center:before { content: "\ea19"; }
|
|
83
|
+
.ez-icon-calendar-clock:before { content: "\ea1a"; }
|
|
84
|
+
.ez-icon-calendar:before { content: "\ea1b"; }
|
|
85
|
+
.ez-icon-cart-history:before { content: "\ea1c"; }
|
|
86
|
+
.ez-icon-cash-remove:before { content: "\ea1d"; }
|
|
87
|
+
.ez-icon-check-circle-inverted:before { content: "\ea1e"; }
|
|
88
|
+
.ez-icon-check-circle:before { content: "\ea1f"; }
|
|
89
|
+
.ez-icon-check:before { content: "\ea20"; }
|
|
90
|
+
.ez-icon-chevron-down:before { content: "\ea21"; }
|
|
91
|
+
.ez-icon-chevron-left:before { content: "\ea22"; }
|
|
92
|
+
.ez-icon-chevron-right:before { content: "\ea23"; }
|
|
93
|
+
.ez-icon-chevron-up:before { content: "\ea24"; }
|
|
94
|
+
.ez-icon-circle--medium:before { content: "\ea25"; }
|
|
95
|
+
.ez-icon-circle:before { content: "\ea26"; }
|
|
96
|
+
.ez-icon-clean-cart:before { content: "\ea27"; }
|
|
97
|
+
.ez-icon-cleaning:before { content: "\ea28"; }
|
|
98
|
+
.ez-icon-clipboard:before { content: "\ea29"; }
|
|
99
|
+
.ez-icon-clock-rotate-left:before { content: "\ea2a"; }
|
|
100
|
+
.ez-icon-close:before { content: "\ea2b"; }
|
|
101
|
+
.ez-icon-cobrar:before { content: "\ea2c"; }
|
|
102
|
+
.ez-icon-code:before { content: "\ea2d"; }
|
|
103
|
+
.ez-icon-configuration:before { content: "\ea2e"; }
|
|
104
|
+
.ez-icon-content-cut:before { content: "\ea2f"; }
|
|
105
|
+
.ez-icon-copy:before { content: "\ea30"; }
|
|
106
|
+
.ez-icon-credit_card:before { content: "\ea31"; }
|
|
107
|
+
.ez-icon-crop:before { content: "\ea32"; }
|
|
108
|
+
.ez-icon-custom:before { content: "\ea33"; }
|
|
109
|
+
.ez-icon-delete-file:before { content: "\ea34"; }
|
|
110
|
+
.ez-icon-delete:before { content: "\ea35"; }
|
|
111
|
+
.ez-icon-description:before { content: "\ea36"; }
|
|
112
|
+
.ez-icon-dividir:before { content: "\ea37"; }
|
|
113
|
+
.ez-icon-docx:before { content: "\ea38"; }
|
|
114
|
+
.ez-icon-dot-notification:before { content: "\ea39"; }
|
|
115
|
+
.ez-icon-dots-horizontal:before { content: "\ea3a"; }
|
|
116
|
+
.ez-icon-dots-vertical:before { content: "\ea3b"; }
|
|
117
|
+
.ez-icon-drag-indicator:before { content: "\ea3c"; }
|
|
118
|
+
.ez-icon-dual-chevron-down:before { content: "\ea3d"; }
|
|
119
|
+
.ez-icon-dual-chevron-left:before { content: "\ea3e"; }
|
|
120
|
+
.ez-icon-dual-chevron-right:before { content: "\ea3f"; }
|
|
121
|
+
.ez-icon-dual-chevron-up:before { content: "\ea40"; }
|
|
122
|
+
.ez-icon-edit-file:before { content: "\ea41"; }
|
|
123
|
+
.ez-icon-edit-table:before { content: "\ea42"; }
|
|
124
|
+
.ez-icon-edit-time:before { content: "\ea43"; }
|
|
125
|
+
.ez-icon-edit-value:before { content: "\ea44"; }
|
|
126
|
+
.ez-icon-edit:before { content: "\ea45"; }
|
|
127
|
+
.ez-icon-email:before { content: "\ea46"; }
|
|
128
|
+
.ez-icon-estorno:before { content: "\ea47"; }
|
|
129
|
+
.ez-icon-exe:before { content: "\ea48"; }
|
|
130
|
+
.ez-icon-expand:before { content: "\ea49"; }
|
|
131
|
+
.ez-icon-expandir_card:before { content: "\ea4a"; }
|
|
132
|
+
.ez-icon-extrato:before { content: "\ea4b"; }
|
|
133
|
+
.ez-icon-eye-off:before { content: "\ea4c"; }
|
|
134
|
+
.ez-icon-eye:before { content: "\ea4d"; }
|
|
135
|
+
.ez-icon-favorite:before { content: "\ea4e"; }
|
|
136
|
+
.ez-icon-figma:before { content: "\ea4f"; }
|
|
137
|
+
.ez-icon-file-download:before { content: "\ea50"; }
|
|
138
|
+
.ez-icon-file-upload:before { content: "\ea51"; }
|
|
139
|
+
.ez-icon-filter:before { content: "\ea52"; }
|
|
140
|
+
.ez-icon-find-file:before { content: "\ea53"; }
|
|
141
|
+
.ez-icon-find-page:before { content: "\ea54"; }
|
|
142
|
+
.ez-icon-format-color-fill:before { content: "\ea55"; }
|
|
143
|
+
.ez-icon-generic:before { content: "\ea56"; }
|
|
144
|
+
.ez-icon-gif:before { content: "\ea57"; }
|
|
145
|
+
.ez-icon-graph_bar:before { content: "\ea58"; }
|
|
146
|
+
.ez-icon-handshake:before { content: "\ea59"; }
|
|
147
|
+
.ez-icon-help-inverted:before { content: "\ea5a"; }
|
|
148
|
+
.ez-icon-help:before { content: "\ea5b"; }
|
|
149
|
+
.ez-icon-hide-list:before { content: "\ea5c"; }
|
|
150
|
+
.ez-icon-hide_menu:before { content: "\ea5d"; }
|
|
151
|
+
.ez-icon-hierarchical-tree:before { content: "\ea5e"; }
|
|
152
|
+
.ez-icon-home:before { content: "\ea5f"; }
|
|
153
|
+
.ez-icon-icons104:before { content: "\ea60"; }
|
|
154
|
+
.ez-icon-image-plus:before { content: "\ea61"; }
|
|
155
|
+
.ez-icon-italic:before { content: "\ea62"; }
|
|
156
|
+
.ez-icon-language:before { content: "\ea63"; }
|
|
157
|
+
.ez-icon-launch:before { content: "\ea64"; }
|
|
158
|
+
.ez-icon-lightbulb:before { content: "\ea65"; }
|
|
159
|
+
.ez-icon-link:before { content: "\ea66"; }
|
|
160
|
+
.ez-icon-list:before { content: "\ea67"; }
|
|
161
|
+
.ez-icon-location:before { content: "\ea68"; }
|
|
162
|
+
.ez-icon-lock-outline:before { content: "\ea69"; }
|
|
163
|
+
.ez-icon-lock:before { content: "\ea6a"; }
|
|
164
|
+
.ez-icon-menu:before { content: "\ea6b"; }
|
|
165
|
+
.ez-icon-mid:before { content: "\ea6c"; }
|
|
166
|
+
.ez-icon-minus:before { content: "\ea6d"; }
|
|
167
|
+
.ez-icon-money-off:before { content: "\ea6e"; }
|
|
168
|
+
.ez-icon-money:before { content: "\ea6f"; }
|
|
169
|
+
.ez-icon-more:before { content: "\ea70"; }
|
|
170
|
+
.ez-icon-mp3:before { content: "\ea71"; }
|
|
171
|
+
.ez-icon-mp4:before { content: "\ea72"; }
|
|
172
|
+
.ez-icon-multiple-files:before { content: "\ea73"; }
|
|
173
|
+
.ez-icon-north-west:before { content: "\ea74"; }
|
|
174
|
+
.ez-icon-number:before { content: "\ea75"; }
|
|
175
|
+
.ez-icon-ordem-ascendente:before { content: "\ea76"; }
|
|
176
|
+
.ez-icon-ordem-descendente:before { content: "\ea77"; }
|
|
177
|
+
.ez-icon-parcelar:before { content: "\ea78"; }
|
|
178
|
+
.ez-icon-pause:before { content: "\ea79"; }
|
|
179
|
+
.ez-icon-payments:before { content: "\ea7a"; }
|
|
180
|
+
.ez-icon-pdf:before { content: "\ea7b"; }
|
|
181
|
+
.ez-icon-play:before { content: "\ea7c"; }
|
|
182
|
+
.ez-icon-plus:before { content: "\ea7d"; }
|
|
183
|
+
.ez-icon-png:before { content: "\ea7e"; }
|
|
184
|
+
.ez-icon-power:before { content: "\ea7f"; }
|
|
185
|
+
.ez-icon-pptx:before { content: "\ea80"; }
|
|
186
|
+
.ez-icon-preview:before { content: "\ea81"; }
|
|
187
|
+
.ez-icon-print:before { content: "\ea82"; }
|
|
188
|
+
.ez-icon-push-pin:before { content: "\ea83"; }
|
|
189
|
+
.ez-icon-rateio:before { content: "\ea84"; }
|
|
190
|
+
.ez-icon-receipt:before { content: "\ea85"; }
|
|
191
|
+
.ez-icon-recolher_card:before { content: "\ea86"; }
|
|
192
|
+
.ez-icon-redo:before { content: "\ea87"; }
|
|
193
|
+
.ez-icon-remove-from-cart:before { content: "\ea88"; }
|
|
194
|
+
.ez-icon-restore:before { content: "\ea89"; }
|
|
195
|
+
.ez-icon-return:before { content: "\ea8a"; }
|
|
196
|
+
.ez-icon-sankhya-place:before { content: "\ea8b"; }
|
|
197
|
+
.ez-icon-save:before { content: "\ea8c"; }
|
|
198
|
+
.ez-icon-search:before { content: "\ea8d"; }
|
|
199
|
+
.ez-icon-settings-inverted:before { content: "\ea8e"; }
|
|
200
|
+
.ez-icon-settings:before { content: "\ea8f"; }
|
|
201
|
+
.ez-icon-share:before { content: "\ea90"; }
|
|
202
|
+
.ez-icon-shield:before { content: "\ea91"; }
|
|
203
|
+
.ez-icon-show-list:before { content: "\ea92"; }
|
|
204
|
+
.ez-icon-show_menu:before { content: "\ea93"; }
|
|
205
|
+
.ez-icon-south-east:before { content: "\ea94"; }
|
|
206
|
+
.ez-icon-sync:before { content: "\ea95"; }
|
|
207
|
+
.ez-icon-table:before { content: "\ea96"; }
|
|
208
|
+
.ez-icon-tag_code:before { content: "\ea97"; }
|
|
209
|
+
.ez-icon-text:before { content: "\ea98"; }
|
|
210
|
+
.ez-icon-timeline:before { content: "\ea99"; }
|
|
211
|
+
.ez-icon-timer-outline:before { content: "\ea9a"; }
|
|
212
|
+
.ez-icon-trending-up:before { content: "\ea9b"; }
|
|
213
|
+
.ez-icon-tune:before { content: "\ea9c"; }
|
|
214
|
+
.ez-icon-txt:before { content: "\ea9d"; }
|
|
215
|
+
.ez-icon-un-pin:before { content: "\ea9e"; }
|
|
216
|
+
.ez-icon-underline:before { content: "\ea9f"; }
|
|
217
|
+
.ez-icon-undo:before { content: "\eaa0"; }
|
|
218
|
+
.ez-icon-unfold_less:before { content: "\eaa1"; }
|
|
219
|
+
.ez-icon-unfold_more:before { content: "\eaa2"; }
|
|
220
|
+
.ez-icon-user-circle:before { content: "\eaa3"; }
|
|
221
|
+
.ez-icon-warning-outline:before { content: "\eaa4"; }
|
|
222
|
+
.ez-icon-warning_triangle:before { content: "\eaa5"; }
|
|
223
|
+
.ez-icon-whatshot:before { content: "\eaa6"; }
|
|
224
|
+
.ez-icon-xlsx:before { content: "\eaa7"; }
|
|
225
|
+
.ez-icon-zip:before { content: "\eaa8"; }
|
|
219
226
|
/*
|
|
220
227
|
END CSS GENERATED BY EZ-DESIGN ICONS
|
|
221
228
|
*/
|