@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,122 @@
|
|
|
1
|
+
import { h } from '@stencil/core';
|
|
2
|
+
export class EzRichToolbarItem {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.icon = undefined;
|
|
5
|
+
this.command = undefined;
|
|
6
|
+
this.title = undefined;
|
|
7
|
+
this.value = undefined;
|
|
8
|
+
}
|
|
9
|
+
async triggerAction() {
|
|
10
|
+
this.actionTriggered.emit({ command: this.command, value: this.value });
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h("div", { id: `rich-toolbar-item-${this.icon}`, class: `rich-toolbar-item`, title: this.title, onClick: this.triggerAction.bind(this) }, h("ez-icon", { class: 'toolbar-item', iconName: this.icon })));
|
|
14
|
+
}
|
|
15
|
+
static get is() { return "ez-rich-toolbar-item"; }
|
|
16
|
+
static get encapsulation() { return "scoped"; }
|
|
17
|
+
static get originalStyleUrls() {
|
|
18
|
+
return {
|
|
19
|
+
"$": ["ez-rich-toolbar-item.css"]
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
static get styleUrls() {
|
|
23
|
+
return {
|
|
24
|
+
"$": ["ez-rich-toolbar-item.css"]
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
static get properties() {
|
|
28
|
+
return {
|
|
29
|
+
"icon": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"mutable": false,
|
|
32
|
+
"complexType": {
|
|
33
|
+
"original": "string",
|
|
34
|
+
"resolved": "string",
|
|
35
|
+
"references": {}
|
|
36
|
+
},
|
|
37
|
+
"required": false,
|
|
38
|
+
"optional": false,
|
|
39
|
+
"docs": {
|
|
40
|
+
"tags": [],
|
|
41
|
+
"text": ""
|
|
42
|
+
},
|
|
43
|
+
"attribute": "icon",
|
|
44
|
+
"reflect": false
|
|
45
|
+
},
|
|
46
|
+
"command": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"mutable": false,
|
|
49
|
+
"complexType": {
|
|
50
|
+
"original": "string",
|
|
51
|
+
"resolved": "string",
|
|
52
|
+
"references": {}
|
|
53
|
+
},
|
|
54
|
+
"required": false,
|
|
55
|
+
"optional": false,
|
|
56
|
+
"docs": {
|
|
57
|
+
"tags": [],
|
|
58
|
+
"text": ""
|
|
59
|
+
},
|
|
60
|
+
"attribute": "command",
|
|
61
|
+
"reflect": false
|
|
62
|
+
},
|
|
63
|
+
"title": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"mutable": false,
|
|
66
|
+
"complexType": {
|
|
67
|
+
"original": "string",
|
|
68
|
+
"resolved": "string",
|
|
69
|
+
"references": {}
|
|
70
|
+
},
|
|
71
|
+
"required": false,
|
|
72
|
+
"optional": false,
|
|
73
|
+
"docs": {
|
|
74
|
+
"tags": [],
|
|
75
|
+
"text": ""
|
|
76
|
+
},
|
|
77
|
+
"attribute": "title",
|
|
78
|
+
"reflect": false
|
|
79
|
+
},
|
|
80
|
+
"value": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"mutable": false,
|
|
83
|
+
"complexType": {
|
|
84
|
+
"original": "string",
|
|
85
|
+
"resolved": "string",
|
|
86
|
+
"references": {}
|
|
87
|
+
},
|
|
88
|
+
"required": false,
|
|
89
|
+
"optional": true,
|
|
90
|
+
"docs": {
|
|
91
|
+
"tags": [],
|
|
92
|
+
"text": ""
|
|
93
|
+
},
|
|
94
|
+
"attribute": "value",
|
|
95
|
+
"reflect": false
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
static get events() {
|
|
100
|
+
return [{
|
|
101
|
+
"method": "actionTriggered",
|
|
102
|
+
"name": "actionTriggered",
|
|
103
|
+
"bubbles": true,
|
|
104
|
+
"cancelable": true,
|
|
105
|
+
"composed": true,
|
|
106
|
+
"docs": {
|
|
107
|
+
"tags": [],
|
|
108
|
+
"text": ""
|
|
109
|
+
},
|
|
110
|
+
"complexType": {
|
|
111
|
+
"original": "RichToolbarCommand",
|
|
112
|
+
"resolved": "RichToolbarCommand",
|
|
113
|
+
"references": {
|
|
114
|
+
"RichToolbarCommand": {
|
|
115
|
+
"location": "import",
|
|
116
|
+
"path": "../RichToolbarHelper"
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}];
|
|
121
|
+
}
|
|
122
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { h, Host } from '@stencil/core';
|
|
2
|
+
import { RICH_TOOLBAR_COMMAND_ICON, RICH_TOOLBAR_COMMANDS, RICH_TOOLBAR_FORMAT_TAGS, } from '../RichToolbarHelper';
|
|
3
|
+
import initI18n from '../../../../utils/i18n';
|
|
4
|
+
export class EzRichToolbarLetters {
|
|
5
|
+
async componentWillLoad() {
|
|
6
|
+
this.i18n = await initI18n();
|
|
7
|
+
}
|
|
8
|
+
render() {
|
|
9
|
+
return (h(Host, null, h("ez-rich-toolbar-item", { icon: RICH_TOOLBAR_COMMAND_ICON.BOLD, command: RICH_TOOLBAR_COMMANDS.FORMAT, value: RICH_TOOLBAR_FORMAT_TAGS.BOLD, title: this.i18n("ez-rich-text.title.bold") }), h("ez-rich-toolbar-item", { icon: RICH_TOOLBAR_COMMAND_ICON.ITALIC, command: RICH_TOOLBAR_COMMANDS.FORMAT, value: RICH_TOOLBAR_FORMAT_TAGS.ITALIC, title: this.i18n("ez-rich-text.title.italic") }), h("ez-rich-toolbar-item", { icon: RICH_TOOLBAR_COMMAND_ICON.UNDERLINE, command: RICH_TOOLBAR_COMMANDS.FORMAT, value: RICH_TOOLBAR_FORMAT_TAGS.UNDERLINE, title: this.i18n("ez-rich-text.title.underline") })));
|
|
10
|
+
}
|
|
11
|
+
static get is() { return "ez-rich-toolbar-letters"; }
|
|
12
|
+
static get encapsulation() { return "scoped"; }
|
|
13
|
+
static get originalStyleUrls() {
|
|
14
|
+
return {
|
|
15
|
+
"$": ["ez-rich-toolbar-letters.css"]
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
static get styleUrls() {
|
|
19
|
+
return {
|
|
20
|
+
"$": ["ez-rich-toolbar-letters.css"]
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
display: block;
|
|
3
|
+
width: 100%;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.taskbar {
|
|
7
|
+
display: flex;
|
|
8
|
+
padding: 8px;
|
|
9
|
+
border-radius: 4px 4px 0 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.taskbar-group {
|
|
13
|
+
display: flex;
|
|
14
|
+
margin-right: 15px;
|
|
15
|
+
padding-right: 15px;
|
|
16
|
+
border-right: 1px solid #ddd;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.taskbar-group:last-child {
|
|
20
|
+
border-right: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
.preview-btn {
|
|
25
|
+
font-family: Roboto;
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
background: none;
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
padding: 0 8px;
|
|
31
|
+
border-radius: 4px;
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
color: var(--color--secondary, #383c45);
|
|
34
|
+
transition: 0.3s all ease-in-out;
|
|
35
|
+
width: 110px;
|
|
36
|
+
justify-content: center;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
.preview-btn:hover {
|
|
41
|
+
background-color: #f5f5f5;
|
|
42
|
+
}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import { h, Host } from '@stencil/core';
|
|
2
|
+
import { RICH_TOOLBAR_COMMANDS } from './RichToolbarHelper';
|
|
3
|
+
import initI18n from '../../../utils/i18n';
|
|
4
|
+
export class EzRichToolbar {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.showPreview = true;
|
|
7
|
+
this.isPreviewMode = false;
|
|
8
|
+
this.showConfigs = true;
|
|
9
|
+
this.showTextFormat = true;
|
|
10
|
+
this.showUndoRedo = true;
|
|
11
|
+
}
|
|
12
|
+
async componentWillLoad() {
|
|
13
|
+
this.i18n = await initI18n();
|
|
14
|
+
}
|
|
15
|
+
handleActionTriggered(event) {
|
|
16
|
+
this.executeToolbarCommand.emit({ command: event.detail.command, value: event.detail.value });
|
|
17
|
+
}
|
|
18
|
+
handleClickPreview() {
|
|
19
|
+
this.executeToolbarCommand.emit({ command: RICH_TOOLBAR_COMMANDS.PREVIEW });
|
|
20
|
+
}
|
|
21
|
+
renderArrows() {
|
|
22
|
+
if (!this.showUndoRedo)
|
|
23
|
+
return;
|
|
24
|
+
return (h("div", { id: "rich-toolbar-undo-redo", class: "taskbar-group" }, h("ez-rich-toolbar-arrows", null)));
|
|
25
|
+
}
|
|
26
|
+
renderLetters() {
|
|
27
|
+
if (!this.showTextFormat)
|
|
28
|
+
return;
|
|
29
|
+
return (h("div", { id: "rich-toolbar-text-format", class: "taskbar-group" }, h("ez-rich-toolbar-letters", null)));
|
|
30
|
+
}
|
|
31
|
+
renderConfigs() {
|
|
32
|
+
if (!this.showConfigs)
|
|
33
|
+
return;
|
|
34
|
+
return (h("div", { id: "rich-toolbar-options-configs", class: "taskbar-group" }, h("ez-rich-toolbar-configs", null)));
|
|
35
|
+
}
|
|
36
|
+
renderPreview() {
|
|
37
|
+
if (!this.showPreview)
|
|
38
|
+
return;
|
|
39
|
+
return (h("div", { class: "taskbar-group" }, h("span", { id: 'rich-text-preview-btn', class: "preview-btn", title: this.getPreviewTitle(), onClick: this.handleClickPreview.bind(this) }, this.isPreviewMode ? this.i18n("ez-rich-text.edit") : this.i18n("ez-rich-text.preview"))));
|
|
40
|
+
}
|
|
41
|
+
getPreviewTitle() {
|
|
42
|
+
return this.isPreviewMode
|
|
43
|
+
? this.i18n("ez-rich-text.title.edit")
|
|
44
|
+
: this.i18n("ez-rich-text.title.preview");
|
|
45
|
+
}
|
|
46
|
+
render() {
|
|
47
|
+
return (h(Host, null, h("div", { class: "taskbar" }, this.renderPreview(), this.renderArrows(), this.renderLetters(), this.renderConfigs())));
|
|
48
|
+
}
|
|
49
|
+
static get is() { return "ez-rich-toolbar"; }
|
|
50
|
+
static get encapsulation() { return "scoped"; }
|
|
51
|
+
static get originalStyleUrls() {
|
|
52
|
+
return {
|
|
53
|
+
"$": ["ez-rich-toolbar.css"]
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
static get styleUrls() {
|
|
57
|
+
return {
|
|
58
|
+
"$": ["ez-rich-toolbar.css"]
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
static get properties() {
|
|
62
|
+
return {
|
|
63
|
+
"showPreview": {
|
|
64
|
+
"type": "boolean",
|
|
65
|
+
"mutable": false,
|
|
66
|
+
"complexType": {
|
|
67
|
+
"original": "boolean",
|
|
68
|
+
"resolved": "boolean",
|
|
69
|
+
"references": {}
|
|
70
|
+
},
|
|
71
|
+
"required": false,
|
|
72
|
+
"optional": false,
|
|
73
|
+
"docs": {
|
|
74
|
+
"tags": [],
|
|
75
|
+
"text": "Informa se as op\u00E7\u00F5es a op\u00E7\u00E3o de pr\u00E9-visualiza\u00E7\u00E3o deve ser apresentada."
|
|
76
|
+
},
|
|
77
|
+
"attribute": "show-preview",
|
|
78
|
+
"reflect": false,
|
|
79
|
+
"defaultValue": "true"
|
|
80
|
+
},
|
|
81
|
+
"isPreviewMode": {
|
|
82
|
+
"type": "boolean",
|
|
83
|
+
"mutable": false,
|
|
84
|
+
"complexType": {
|
|
85
|
+
"original": "boolean",
|
|
86
|
+
"resolved": "boolean",
|
|
87
|
+
"references": {}
|
|
88
|
+
},
|
|
89
|
+
"required": false,
|
|
90
|
+
"optional": false,
|
|
91
|
+
"docs": {
|
|
92
|
+
"tags": [],
|
|
93
|
+
"text": "Informa se o editor est\u00E1 em modo preview."
|
|
94
|
+
},
|
|
95
|
+
"attribute": "is-preview-mode",
|
|
96
|
+
"reflect": false,
|
|
97
|
+
"defaultValue": "false"
|
|
98
|
+
},
|
|
99
|
+
"showConfigs": {
|
|
100
|
+
"type": "boolean",
|
|
101
|
+
"mutable": false,
|
|
102
|
+
"complexType": {
|
|
103
|
+
"original": "boolean",
|
|
104
|
+
"resolved": "boolean",
|
|
105
|
+
"references": {}
|
|
106
|
+
},
|
|
107
|
+
"required": false,
|
|
108
|
+
"optional": false,
|
|
109
|
+
"docs": {
|
|
110
|
+
"tags": [],
|
|
111
|
+
"text": "Informa se as op\u00E7\u00F5es de configura\u00E7\u00F5es (lista, imagem e link) devem ser apresentadas."
|
|
112
|
+
},
|
|
113
|
+
"attribute": "show-configs",
|
|
114
|
+
"reflect": false,
|
|
115
|
+
"defaultValue": "true"
|
|
116
|
+
},
|
|
117
|
+
"showTextFormat": {
|
|
118
|
+
"type": "boolean",
|
|
119
|
+
"mutable": false,
|
|
120
|
+
"complexType": {
|
|
121
|
+
"original": "boolean",
|
|
122
|
+
"resolved": "boolean",
|
|
123
|
+
"references": {}
|
|
124
|
+
},
|
|
125
|
+
"required": false,
|
|
126
|
+
"optional": false,
|
|
127
|
+
"docs": {
|
|
128
|
+
"tags": [],
|
|
129
|
+
"text": "Informa se as op\u00E7\u00F5es de formata\u00E7\u00E3o de texto (it\u00E1lico, sublinhado e negrito) devem ser apresentadas."
|
|
130
|
+
},
|
|
131
|
+
"attribute": "show-text-format",
|
|
132
|
+
"reflect": false,
|
|
133
|
+
"defaultValue": "true"
|
|
134
|
+
},
|
|
135
|
+
"showUndoRedo": {
|
|
136
|
+
"type": "boolean",
|
|
137
|
+
"mutable": false,
|
|
138
|
+
"complexType": {
|
|
139
|
+
"original": "boolean",
|
|
140
|
+
"resolved": "boolean",
|
|
141
|
+
"references": {}
|
|
142
|
+
},
|
|
143
|
+
"required": false,
|
|
144
|
+
"optional": false,
|
|
145
|
+
"docs": {
|
|
146
|
+
"tags": [],
|
|
147
|
+
"text": "Informa se as op\u00E7\u00F5es de desfazer e refazer devem ser apresentadas."
|
|
148
|
+
},
|
|
149
|
+
"attribute": "show-undo-redo",
|
|
150
|
+
"reflect": false,
|
|
151
|
+
"defaultValue": "true"
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
static get events() {
|
|
156
|
+
return [{
|
|
157
|
+
"method": "executeToolbarCommand",
|
|
158
|
+
"name": "executeToolbarCommand",
|
|
159
|
+
"bubbles": true,
|
|
160
|
+
"cancelable": true,
|
|
161
|
+
"composed": true,
|
|
162
|
+
"docs": {
|
|
163
|
+
"tags": [],
|
|
164
|
+
"text": ""
|
|
165
|
+
},
|
|
166
|
+
"complexType": {
|
|
167
|
+
"original": "RichToolbarCommand",
|
|
168
|
+
"resolved": "RichToolbarCommand",
|
|
169
|
+
"references": {
|
|
170
|
+
"RichToolbarCommand": {
|
|
171
|
+
"location": "import",
|
|
172
|
+
"path": "./RichToolbarHelper"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}];
|
|
177
|
+
}
|
|
178
|
+
static get listeners() {
|
|
179
|
+
return [{
|
|
180
|
+
"name": "actionTriggered",
|
|
181
|
+
"method": "handleActionTriggered",
|
|
182
|
+
"target": undefined,
|
|
183
|
+
"capture": false,
|
|
184
|
+
"passive": false
|
|
185
|
+
}];
|
|
186
|
+
}
|
|
187
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
.image-uploader-container {
|
|
2
|
+
font-family: "Roboto";
|
|
3
|
+
color: #2b3a54;
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
gap: var(--space--10, 10px);
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
align-items: center;
|
|
9
|
+
padding-bottom: var(--space--8, 8px);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.header {
|
|
13
|
+
display: flex;
|
|
14
|
+
font-weight: 500;
|
|
15
|
+
font-size: var(--font-size--medium, 16px);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.actions {
|
|
19
|
+
display: flex;
|
|
20
|
+
justify-content: flex-end;
|
|
21
|
+
gap: var(--space--12, 12px);
|
|
22
|
+
margin-top: var(--space--12, 12px);
|
|
23
|
+
width: 100%;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.drop-zone-section {
|
|
27
|
+
width: 100%;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.drop-zone {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-wrap: wrap;
|
|
33
|
+
background-color: var(--color--petroleum-70, #F4F6F9);
|
|
34
|
+
padding: var(--space--6, 6px);
|
|
35
|
+
width: 100%;
|
|
36
|
+
border-radius: var(--space--12, 12px);
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
min-height: 100px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.clickable {
|
|
42
|
+
cursor: pointer;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.dragging {
|
|
46
|
+
background-color: var(--color--petroleum-100, #C8CCD3);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.drop-zone-container {
|
|
50
|
+
width: 100%;
|
|
51
|
+
display: flex;
|
|
52
|
+
flex-wrap: wrap;
|
|
53
|
+
justify-content: center;
|
|
54
|
+
align-items: center;
|
|
55
|
+
border: 2px dashed var(--color-strokes, #DCE0E8);
|
|
56
|
+
border-radius: 6px;
|
|
57
|
+
box-sizing: border-box;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.text-error {
|
|
61
|
+
font-family: var(--font--pattern, "Roboto");
|
|
62
|
+
color: var(--color--red-600, #BD0025);
|
|
63
|
+
font-size: var(--font-size--small, 12px);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.button-close {
|
|
67
|
+
border: none;
|
|
68
|
+
background: none;
|
|
69
|
+
cursor: pointer;
|
|
70
|
+
}
|
package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js
ADDED
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
import { Fragment, h } from "@stencil/core";
|
|
2
|
+
import { RICH_TOOLBAR_COMMANDS } from "../ez-rich-toolbar/RichToolbarHelper";
|
|
3
|
+
import { formatBytes } from "./utils/formatBytes";
|
|
4
|
+
import { fileToBase64 } from "./utils/fileToBase64";
|
|
5
|
+
import initI18n from '../../../utils/i18n';
|
|
6
|
+
export class EzSimpleImageUploader {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.link = undefined;
|
|
9
|
+
this.base64 = undefined;
|
|
10
|
+
this.messageError = undefined;
|
|
11
|
+
this.selectedFile = undefined;
|
|
12
|
+
this.maxSize = 500;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Método responsável pela abertura do popup.
|
|
16
|
+
*/
|
|
17
|
+
async show() {
|
|
18
|
+
this._popupElement.opened = true;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Método responsável pelo fechamento do popup.
|
|
22
|
+
*/
|
|
23
|
+
async hide() {
|
|
24
|
+
this._popupElement.opened = false;
|
|
25
|
+
}
|
|
26
|
+
async componentWillLoad() {
|
|
27
|
+
this.i18n = await initI18n();
|
|
28
|
+
}
|
|
29
|
+
async handleCancel() {
|
|
30
|
+
this.removeSelectedFile();
|
|
31
|
+
this.executeToolbarCommand.emit({ command: RICH_TOOLBAR_COMMANDS.FOCUS });
|
|
32
|
+
await this.hide();
|
|
33
|
+
}
|
|
34
|
+
removeSelectedFile(event) {
|
|
35
|
+
event === null || event === void 0 ? void 0 : event.stopPropagation();
|
|
36
|
+
this.link = undefined;
|
|
37
|
+
this.base64 = undefined;
|
|
38
|
+
this.selectedFile = undefined;
|
|
39
|
+
this.messageError = undefined;
|
|
40
|
+
}
|
|
41
|
+
triggerFileSelect() {
|
|
42
|
+
if (!this.selectedFile) {
|
|
43
|
+
this._fileInput.click();
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
async handleImage(files) {
|
|
47
|
+
const file = files && files[0];
|
|
48
|
+
if (!file) {
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
if (file.size < (this.maxSize * 1000)) {
|
|
52
|
+
this.selectedFile = file;
|
|
53
|
+
this.base64 = await fileToBase64(file);
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
this.messageError = this.i18n("ez-simple-image-uploader.imageTooLarge", { maxSize: formatBytes(this.maxSize) });
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
getFileList(event) {
|
|
60
|
+
if (event instanceof DragEvent) {
|
|
61
|
+
return Array.from(event.dataTransfer.files);
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
const input = event.target;
|
|
65
|
+
return input.files;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
handleFileChange(event) {
|
|
69
|
+
event.preventDefault();
|
|
70
|
+
this.messageError = undefined;
|
|
71
|
+
this._dropZone.classList.remove("dragging");
|
|
72
|
+
const files = this.getFileList(event);
|
|
73
|
+
this.handleImage(files);
|
|
74
|
+
const input = event.target;
|
|
75
|
+
input.value = "";
|
|
76
|
+
}
|
|
77
|
+
handleDragOver(event) {
|
|
78
|
+
event.stopPropagation();
|
|
79
|
+
event.preventDefault();
|
|
80
|
+
}
|
|
81
|
+
handleDragEnter(event) {
|
|
82
|
+
event.preventDefault();
|
|
83
|
+
this._dropZone.classList.add("dragging");
|
|
84
|
+
}
|
|
85
|
+
handleDragLeave(event) {
|
|
86
|
+
event.preventDefault();
|
|
87
|
+
if (!this._dropZone.contains(event.relatedTarget)) {
|
|
88
|
+
this._dropZone.classList.remove("dragging");
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
async handleActionPopup(event) {
|
|
92
|
+
if (event.detail === "OK") {
|
|
93
|
+
await this.handleCreateImgTag();
|
|
94
|
+
}
|
|
95
|
+
else if (event.detail === "CANCEL" || event.detail === "CLOSE") {
|
|
96
|
+
await this.handleCancel();
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
async handleCreateImgTag() {
|
|
100
|
+
var _a;
|
|
101
|
+
const tag = `<img src="${(_a = this.base64) !== null && _a !== void 0 ? _a : this.link}" alt="${this.i18n("ez-simple-image-uploader.imageAlt")}" />`;
|
|
102
|
+
this.executeToolbarCommand.emit({ command: RICH_TOOLBAR_COMMANDS.FORMAT, value: tag });
|
|
103
|
+
this.removeSelectedFile();
|
|
104
|
+
await this.hide();
|
|
105
|
+
}
|
|
106
|
+
getOkButtonStatus() {
|
|
107
|
+
var _a;
|
|
108
|
+
return (!this.base64 && !((_a = this.link) === null || _a === void 0 ? void 0 : _a.trim())) ? 'DISABLED' : 'ENABLED';
|
|
109
|
+
}
|
|
110
|
+
render() {
|
|
111
|
+
return (h("ez-popup", { ref: ref => this._popupElement = ref, heightMode: "auto", size: "small", useHeader: false, onEzClosePopup: () => this.handleCancel() }, h("div", null, h("ez-modal-container", { modalTitle: this.i18n("ez-simple-image-uploader.uploadTitle"), modalSubTitle: this.i18n("ez-simple-image-uploader.uploadSubtitle"), okButtonLabel: this.i18n("ez-simple-image-uploader.submit"), cancelButtonLabel: this.i18n("app.cancel"), onEzModalAction: this.handleActionPopup.bind(this), okButtonStatus: this.getOkButtonStatus() }, h("div", { class: "image-uploader-container" }, h("ez-tooltip", { message: this.i18n("ez-simple-image-uploader.tooltipMessage"), active: !!this.selectedFile }, h("ez-text-input", { label: this.i18n("ez-simple-image-uploader.urlInputLabel"), value: this.link, onEzChange: (e) => this.link = e.detail, enabled: !this.selectedFile })), h("span", null, this.i18n("ez-simple-image-uploader.orText")), h("section", { class: "drop-zone-section" }, h("div", { ref: (ref) => this._dropZone = ref, class: "drop-zone", onDrop: (ev) => this.handleFileChange(ev), onDragOver: (ev) => this.handleDragOver(ev), onDragEnter: (ev) => this.handleDragEnter(ev), onDragLeave: (ev) => this.handleDragLeave(ev) }, h("div", { class: {
|
|
112
|
+
"drop-zone-container": true,
|
|
113
|
+
"clickable": !this.selectedFile,
|
|
114
|
+
}, onClick: () => this.triggerFileSelect() }, !!this.selectedFile ?
|
|
115
|
+
h(Fragment, null, h("span", { class: "ez-text ez-text--primary ez-text--medium" }, this.selectedFile.name, " (", formatBytes(this.selectedFile.size), ")"), h("button", { class: "button-close", onClick: (event) => this.removeSelectedFile(event), title: this.i18n("ez-simple-image-uploader.removeFile") }, h("ez-icon", { iconName: "close" })))
|
|
116
|
+
:
|
|
117
|
+
h(Fragment, null, h("ez-icon", { iconName: "anexo" }), h("span", { class: "ez-text ez-text--primary ez-text--medium" }, this.i18n("ez-simple-image-uploader.dragDropText")))), h("input", { ref: (el) => this._fileInput = el, type: "file", accept: "image/*", style: { display: "none" }, onChange: (ev) => this.handleFileChange(ev) })), !!this.messageError && h("span", { class: "text-error" }, this.messageError)))))));
|
|
118
|
+
}
|
|
119
|
+
static get is() { return "ez-simple-image-uploader"; }
|
|
120
|
+
static get encapsulation() { return "scoped"; }
|
|
121
|
+
static get originalStyleUrls() {
|
|
122
|
+
return {
|
|
123
|
+
"$": ["ez-simple-image-uploader.css"]
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
static get styleUrls() {
|
|
127
|
+
return {
|
|
128
|
+
"$": ["ez-simple-image-uploader.css"]
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
static get properties() {
|
|
132
|
+
return {
|
|
133
|
+
"maxSize": {
|
|
134
|
+
"type": "number",
|
|
135
|
+
"mutable": false,
|
|
136
|
+
"complexType": {
|
|
137
|
+
"original": "number",
|
|
138
|
+
"resolved": "number",
|
|
139
|
+
"references": {}
|
|
140
|
+
},
|
|
141
|
+
"required": false,
|
|
142
|
+
"optional": false,
|
|
143
|
+
"docs": {
|
|
144
|
+
"tags": [],
|
|
145
|
+
"text": "Tamanho m\u00E1ximo que a imagem poder\u00E1 ter em kilobytes."
|
|
146
|
+
},
|
|
147
|
+
"attribute": "max-size",
|
|
148
|
+
"reflect": false,
|
|
149
|
+
"defaultValue": "500"
|
|
150
|
+
}
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
static get states() {
|
|
154
|
+
return {
|
|
155
|
+
"link": {},
|
|
156
|
+
"base64": {},
|
|
157
|
+
"messageError": {},
|
|
158
|
+
"selectedFile": {}
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
static get events() {
|
|
162
|
+
return [{
|
|
163
|
+
"method": "executeToolbarCommand",
|
|
164
|
+
"name": "executeToolbarCommand",
|
|
165
|
+
"bubbles": true,
|
|
166
|
+
"cancelable": true,
|
|
167
|
+
"composed": true,
|
|
168
|
+
"docs": {
|
|
169
|
+
"tags": [],
|
|
170
|
+
"text": ""
|
|
171
|
+
},
|
|
172
|
+
"complexType": {
|
|
173
|
+
"original": "RichToolbarCommand",
|
|
174
|
+
"resolved": "RichToolbarCommand",
|
|
175
|
+
"references": {
|
|
176
|
+
"RichToolbarCommand": {
|
|
177
|
+
"location": "import",
|
|
178
|
+
"path": "../ez-rich-toolbar/RichToolbarHelper"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}];
|
|
183
|
+
}
|
|
184
|
+
static get methods() {
|
|
185
|
+
return {
|
|
186
|
+
"show": {
|
|
187
|
+
"complexType": {
|
|
188
|
+
"signature": "() => Promise<void>",
|
|
189
|
+
"parameters": [],
|
|
190
|
+
"references": {
|
|
191
|
+
"Promise": {
|
|
192
|
+
"location": "global"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"return": "Promise<void>"
|
|
196
|
+
},
|
|
197
|
+
"docs": {
|
|
198
|
+
"text": "M\u00E9todo respons\u00E1vel pela abertura do popup.",
|
|
199
|
+
"tags": []
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"hide": {
|
|
203
|
+
"complexType": {
|
|
204
|
+
"signature": "() => Promise<void>",
|
|
205
|
+
"parameters": [],
|
|
206
|
+
"references": {
|
|
207
|
+
"Promise": {
|
|
208
|
+
"location": "global"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"return": "Promise<void>"
|
|
212
|
+
},
|
|
213
|
+
"docs": {
|
|
214
|
+
"text": "M\u00E9todo respons\u00E1vel pelo fechamento do popup.",
|
|
215
|
+
"tags": []
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
};
|
|
219
|
+
}
|
|
220
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const imageTestBase64 = "data:image/jpeg;base64,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";
|