@tilde-nlp/ngx-common 4.0.28 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/close-button/close-button.component.mjs +34 -34
- package/esm2022/lib/close-button/close-button.module.mjs +36 -36
- package/esm2022/lib/close-button/index.mjs +2 -2
- package/esm2022/lib/company-product/company-product.component.mjs +20 -20
- package/esm2022/lib/company-product/company-product.module.mjs +22 -22
- package/esm2022/lib/company-product/index.mjs +2 -2
- package/esm2022/lib/confirmation-modal/confirmation-modal.component.mjs +25 -25
- package/esm2022/lib/confirmation-modal/confirmation-modal.module.mjs +21 -21
- package/esm2022/lib/confirmation-modal/index.mjs +5 -5
- package/esm2022/lib/confirmation-modal/models/confirmation-body.model.mjs +1 -1
- package/esm2022/lib/confirmation-modal/models/confirmation.enum.mjs +5 -5
- package/esm2022/lib/confirmation-modal/services/confirmation.service.mjs +25 -25
- package/esm2022/lib/confirmation-modal/services/index.mjs +1 -1
- package/esm2022/lib/constants/index.mjs +1 -1
- package/esm2022/lib/constants/screen-size.const.mjs +10 -10
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +29 -29
- package/esm2022/lib/directives/click-outside/click-outside.module.mjs +24 -24
- package/esm2022/lib/directives/click-outside/index.mjs +2 -2
- package/esm2022/lib/directives/drag-and-drop/drag-and-drop.directive.mjs +62 -62
- package/esm2022/lib/directives/drag-and-drop/drag-and-drop.module.mjs +24 -24
- package/esm2022/lib/directives/drag-and-drop/index.mjs +2 -2
- package/esm2022/lib/directives/index.mjs +3 -3
- package/esm2022/lib/directives/mat-button-loading/index.mjs +2 -2
- package/esm2022/lib/directives/mat-button-loading/mat-button-loading.directive.mjs +59 -59
- package/esm2022/lib/directives/mat-button-loading/mat-button-loading.module.mjs +20 -20
- package/esm2022/lib/extension-dialog/components/index.mjs +1 -1
- package/esm2022/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.mjs +22 -22
- package/esm2022/lib/extension-dialog/extension-dialog.component.mjs +142 -142
- package/esm2022/lib/extension-dialog/extension-dialog.module.mjs +51 -51
- package/esm2022/lib/extension-dialog/icons/file-types/excel.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/index.mjs +9 -9
- package/esm2022/lib/extension-dialog/icons/file-types/interchange.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/office-other.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/other.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/pdf.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/powerpoint.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/scanned.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/web.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/word.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/index.mjs +1 -1
- package/esm2022/lib/extension-dialog/index.mjs +5 -5
- package/esm2022/lib/extension-dialog/models/enums/file-categories.enum.mjs +8 -8
- package/esm2022/lib/extension-dialog/models/enums/file-extensions.enum.mjs +34 -34
- package/esm2022/lib/extension-dialog/models/enums/file-type-icons.enum.mjs +12 -12
- package/esm2022/lib/extension-dialog/models/enums/file-types.enum.mjs +12 -12
- package/esm2022/lib/extension-dialog/models/enums/index.mjs +4 -4
- package/esm2022/lib/extension-dialog/models/index.mjs +2 -2
- package/esm2022/lib/extension-dialog/models/interfaces/config.mjs +1 -1
- package/esm2022/lib/extension-dialog/models/interfaces/dialog-data.model.mjs +1 -1
- package/esm2022/lib/extension-dialog/models/interfaces/index.mjs +2 -2
- package/esm2022/lib/extension-dialog/services/extension-dialog.service.mjs +22 -22
- package/esm2022/lib/extension-dialog/services/index.mjs +1 -1
- package/esm2022/lib/file-upload/file-upload.component.mjs +107 -107
- package/esm2022/lib/file-upload/file-upload.module.mjs +42 -42
- package/esm2022/lib/file-upload/index.mjs +3 -3
- package/esm2022/lib/file-upload/models/file-upload-error-type.enum.mjs +7 -7
- package/esm2022/lib/file-upload/models/file-upload-error.model.mjs +1 -1
- package/esm2022/lib/file-upload/models/index.mjs +2 -2
- package/esm2022/lib/filter-bar/filter-bar.component.mjs +146 -146
- package/esm2022/lib/filter-bar/filter-bar.module.mjs +71 -71
- package/esm2022/lib/filter-bar/index.mjs +3 -3
- package/esm2022/lib/filter-bar/models/filter-bar-change-event.model.mjs +1 -1
- package/esm2022/lib/filter-bar/models/filter-bar-filter-item.model.mjs +1 -1
- package/esm2022/lib/filter-bar/models/filter-bar-filter.model.mjs +1 -1
- package/esm2022/lib/filter-bar/models/filter-bar-settings.model.mjs +1 -1
- package/esm2022/lib/filter-bar/models/index.mjs +3 -3
- package/esm2022/lib/footer/footer.component.mjs +37 -37
- package/esm2022/lib/footer/footer.module.mjs +34 -34
- package/esm2022/lib/footer/index.mjs +2 -2
- package/esm2022/lib/helpers/auth-headers.helper.mjs +24 -21
- package/esm2022/lib/helpers/conversion.helper.mjs +10 -10
- package/esm2022/lib/helpers/file-extension.helper.mjs +5 -5
- package/esm2022/lib/helpers/html-element-parse.helper.mjs +15 -15
- package/esm2022/lib/helpers/html.helper.mjs +54 -54
- package/esm2022/lib/helpers/index.mjs +9 -9
- package/esm2022/lib/helpers/missing-translation.helper.mjs +6 -6
- package/esm2022/lib/helpers/resolution.helper.mjs +6 -6
- package/esm2022/lib/helpers/save-file.helper.mjs +10 -10
- package/esm2022/lib/helpers/sort.helper.mjs +11 -10
- package/esm2022/lib/inline-message/index.mjs +3 -3
- package/esm2022/lib/inline-message/inline-message.component.mjs +23 -23
- package/esm2022/lib/inline-message/inline-message.module.mjs +32 -32
- package/esm2022/lib/inline-message/models/index.mjs +3 -3
- package/esm2022/lib/inline-message/models/inline-message-icon-position.enum.mjs +5 -5
- package/esm2022/lib/inline-message/models/inline-message-type.enum.mjs +6 -6
- package/esm2022/lib/inline-message/models/inline-message.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/constants/disable-export-attribute-name.const.mjs +1 -1
- package/esm2022/lib/multi-functional-table/constants/index.mjs +1 -1
- package/esm2022/lib/multi-functional-table/index.mjs +4 -4
- package/esm2022/lib/multi-functional-table/models/batch-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/column-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/column-select-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/export-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/export-format.enum.mjs +4 -4
- package/esm2022/lib/multi-functional-table/models/filter-config.model.mjs +2 -2
- package/esm2022/lib/multi-functional-table/models/index.mjs +6 -6
- package/esm2022/lib/multi-functional-table/models/multi-functional-table-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/selected-column-local-storage-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/multi-functional-table.component.mjs +228 -229
- package/esm2022/lib/multi-functional-table/multi-functional-table.module.mjs +72 -72
- package/esm2022/lib/notification-message/enums/index.mjs +1 -1
- package/esm2022/lib/notification-message/enums/notification-message-type.enum.mjs +8 -8
- package/esm2022/lib/notification-message/index.mjs +4 -4
- package/esm2022/lib/notification-message/interfaces/index.mjs +1 -1
- package/esm2022/lib/notification-message/interfaces/notification-message.model.mjs +1 -1
- package/esm2022/lib/notification-message/notification-message.component.mjs +52 -52
- package/esm2022/lib/notification-message/notification-message.module.mjs +44 -44
- package/esm2022/lib/open-close-button/index.mjs +4 -4
- package/esm2022/lib/open-close-button/injection-tokens/index.mjs +1 -1
- package/esm2022/lib/open-close-button/injection-tokens/open-close-btn-icons.token.mjs +1 -1
- package/esm2022/lib/open-close-button/models/index.mjs +1 -1
- package/esm2022/lib/open-close-button/models/open-close-btn-icons.model.mjs +1 -1
- package/esm2022/lib/open-close-button/open-close-button.component.mjs +53 -53
- package/esm2022/lib/open-close-button/open-close-button.module.mjs +21 -21
- package/esm2022/lib/pipes/date-ago/date-ago.module.mjs +28 -28
- package/esm2022/lib/pipes/date-ago/date-ago.pipe.mjs +114 -114
- package/esm2022/lib/pipes/date-ago/index.mjs +2 -2
- package/esm2022/lib/pipes/date-ago/models/date-ago-interval.model.mjs +1 -1
- package/esm2022/lib/pipes/date-ago/models/date-ago-settings.model.mjs +1 -1
- package/esm2022/lib/pipes/date-ago/models/date-ago-settings.token.mjs +1 -1
- package/esm2022/lib/pipes/date-ago/models/date-ago.model.mjs +1 -1
- package/esm2022/lib/pipes/date-ago/models/index.mjs +4 -4
- package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.module.mjs +24 -24
- package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.mjs +43 -42
- package/esm2022/lib/pipes/filter-with-highlight/index.mjs +2 -2
- package/esm2022/lib/pipes/index.mjs +6 -7
- package/esm2022/lib/pipes/language-translate/index.mjs +2 -2
- package/esm2022/lib/pipes/language-translate/language-translate.module.mjs +18 -18
- package/esm2022/lib/pipes/language-translate/language-translate.pipe.mjs +100 -99
- package/esm2022/lib/pipes/sort-translations/index.mjs +2 -2
- package/esm2022/lib/pipes/sort-translations/sort-translations.module.mjs +22 -22
- package/esm2022/lib/pipes/sort-translations/sort-translations.pipe.mjs +60 -60
- package/esm2022/lib/pipes/sort-translations-by-property/index.mjs +2 -2
- package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.mjs +18 -18
- package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.mjs +40 -40
- package/esm2022/lib/plausible/index.mjs +4 -4
- package/esm2022/lib/plausible/models/index.mjs +1 -1
- package/esm2022/lib/plausible/models/plausible-event.model.mjs +1 -1
- package/esm2022/lib/plausible/plausible-event.directive.mjs +40 -40
- package/esm2022/lib/plausible/plausible.helper.mjs +37 -37
- package/esm2022/lib/plausible/plausible.module.mjs +24 -24
- package/esm2022/lib/services/alert/alert.service.mjs +167 -165
- package/esm2022/lib/services/alert/index.mjs +3 -3
- package/esm2022/lib/services/alert/injection-tokens/alert-configuration.token.mjs +1 -1
- package/esm2022/lib/services/alert/injection-tokens/index.mjs +1 -1
- package/esm2022/lib/services/alert/models/alert-configuration.model.mjs +2 -2
- package/esm2022/lib/services/alert/models/index.mjs +1 -1
- package/esm2022/lib/services/dom/dom.service.mjs +21 -21
- package/esm2022/lib/services/dom/index.mjs +1 -1
- package/esm2022/lib/services/icon/icon.service.mjs +35 -35
- package/esm2022/lib/services/icon/index.mjs +1 -1
- package/esm2022/lib/services/index.mjs +6 -6
- package/esm2022/lib/services/language-translate/index.mjs +1 -1
- package/esm2022/lib/services/language-translate/language-translate.service.mjs +25 -25
- package/esm2022/lib/services/notification/index.mjs +2 -2
- package/esm2022/lib/services/notification/models/index.mjs +2 -2
- package/esm2022/lib/services/notification/models/notification.model.mjs +1 -1
- package/esm2022/lib/services/notification/models/operations.enum.mjs +5 -5
- package/esm2022/lib/services/notification/notification.service.mjs +35 -35
- package/esm2022/lib/services/system/index.mjs +1 -1
- package/esm2022/lib/services/system/system.service.mjs +23 -23
- package/esm2022/lib/status-display/index.mjs +3 -3
- package/esm2022/lib/status-display/models/index.mjs +1 -1
- package/esm2022/lib/status-display/models/status-display-config.model.mjs +1 -1
- package/esm2022/lib/status-display/status-display.component.mjs +17 -17
- package/esm2022/lib/status-display/status-display.module.mjs +21 -21
- package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.mjs +65 -65
- package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.mjs +70 -70
- package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.mjs +60 -58
- package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.mjs +56 -56
- package/esm2022/lib/terminology/components/terminology-panel/terminology-panel.component.mjs +49 -49
- package/esm2022/lib/terminology/config/models/index.mjs +1 -1
- package/esm2022/lib/terminology/config/models/terminology-config.model.mjs +1 -1
- package/esm2022/lib/terminology/config/services/index.mjs +1 -1
- package/esm2022/lib/terminology/config/services/terminology-config/terminology-config.service.mjs +45 -48
- package/esm2022/lib/terminology/enums/combined-collection-tooltip-key.enum.mjs +5 -5
- package/esm2022/lib/terminology/enums/engine-term-collection-scope.enum.mjs +6 -6
- package/esm2022/lib/terminology/enums/engine-term-collection-source.enum.mjs +5 -5
- package/esm2022/lib/terminology/enums/engine-term-collection-status.enum.mjs +7 -7
- package/esm2022/lib/terminology/enums/engine-term-collection-sub-status.enum.mjs +13 -13
- package/esm2022/lib/terminology/enums/index.mjs +6 -6
- package/esm2022/lib/terminology/enums/mt-collection-status.enum.mjs +10 -10
- package/esm2022/lib/terminology/enums/mt-term-collection-v1-status.enum.mjs +6 -6
- package/esm2022/lib/terminology/enums/system-metadata-key.enum.mjs +6 -6
- package/esm2022/lib/terminology/enums/translation-api-version.model.mjs +5 -5
- package/esm2022/lib/terminology/factories/terminology-api.factory.mjs +12 -12
- package/esm2022/lib/terminology/factories/terminology-system.factory.mjs +13 -13
- package/esm2022/lib/terminology/icons/collections-menu.icon.mjs +1 -1
- package/esm2022/lib/terminology/icons/index.mjs +1 -1
- package/esm2022/lib/terminology/index.mjs +9 -9
- package/esm2022/lib/terminology/injection-tokens/terminology-api.token.mjs +1 -1
- package/esm2022/lib/terminology/injection-tokens/terminology-system.token.mjs +1 -1
- package/esm2022/lib/terminology/models/active-data.model.mjs +2 -2
- package/esm2022/lib/terminology/models/add-engine-terms-request-params.model.mjs +1 -1
- package/esm2022/lib/terminology/models/api-system.model.mjs +2 -2
- package/esm2022/lib/terminology/models/combined-collection.model.mjs +189 -189
- package/esm2022/lib/terminology/models/default-term-collection-order-update.model.mjs +1 -1
- package/esm2022/lib/terminology/models/domain.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-access-scope-update.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-access-scope.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-access-update.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-access.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-list.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection.model.mjs +1 -1
- package/esm2022/lib/terminology/models/index.mjs +20 -20
- package/esm2022/lib/terminology/models/lang-list-item.model.mjs +1 -1
- package/esm2022/lib/terminology/models/mt-collection.model.mjs +1 -1
- package/esm2022/lib/terminology/models/mt-term-collection-v1.model.mjs +1 -1
- package/esm2022/lib/terminology/models/mt-term-service.model.mjs +1 -1
- package/esm2022/lib/terminology/models/system-api-service.model.mjs +1 -1
- package/esm2022/lib/terminology/models/system.model.mjs +2 -2
- package/esm2022/lib/terminology/models/terminology-engine.model.mjs +2 -2
- package/esm2022/lib/terminology/models/tld-term-collection-languages.model.mjs +1 -1
- package/esm2022/lib/terminology/models/tld-term-collection.model.mjs +2 -2
- package/esm2022/lib/terminology/models/update-engine-terms-request-params.model.mjs +1 -1
- package/esm2022/lib/terminology/models/vendor.model.mjs +1 -1
- package/esm2022/lib/terminology/services/engine-term-api/engine-term-api.service.mjs +51 -51
- package/esm2022/lib/terminology/services/engine-term-api/index.mjs +1 -1
- package/esm2022/lib/terminology/services/index.mjs +5 -5
- package/esm2022/lib/terminology/services/system-api-v1/system-api-v1.service.mjs +60 -59
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-deployment.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-domain-list.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-domain.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-list.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-status.enum.mjs +10 -10
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.mjs +17 -17
- package/esm2022/lib/terminology/services/system-api-v2/models/engine.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/index.mjs +8 -8
- package/esm2022/lib/terminology/services/system-api-v2/models/revision.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/worker-status.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/system-api-v2.service.mjs +81 -81
- package/esm2022/lib/terminology/services/terminology/terminology.service.mjs +325 -324
- package/esm2022/lib/terminology/services/terminology-api-v1/terminology-api-v1.service.mjs +59 -58
- package/esm2022/lib/terminology/services/terminology-api-v2/terminology-api-v2.service.mjs +85 -84
- package/esm2022/lib/terminology/services/terminology-collection/index.mjs +1 -1
- package/esm2022/lib/terminology/services/terminology-collection/terminology-collection.service.mjs +54 -54
- package/esm2022/lib/terminology/terminology.component.mjs +137 -137
- package/esm2022/lib/terminology/terminology.module.mjs +132 -132
- package/esm2022/lib/tld-loader/index.mjs +2 -2
- package/esm2022/lib/tld-loader/tld-loader.component.mjs +11 -11
- package/esm2022/lib/tld-loader/tld-loader.module.mjs +20 -20
- package/esm2022/public-api.mjs +23 -23
- package/esm2022/tilde-nlp-ngx-common.mjs +4 -4
- package/fesm2022/tilde-nlp-ngx-common.mjs +3768 -3791
- package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/close-button/close-button.component.d.ts +13 -13
- package/lib/close-button/close-button.module.d.ts +11 -11
- package/lib/close-button/index.d.ts +2 -2
- package/lib/company-product/company-product.component.d.ts +7 -7
- package/lib/company-product/company-product.module.d.ts +8 -8
- package/lib/company-product/index.d.ts +2 -2
- package/lib/confirmation-modal/confirmation-modal.component.d.ts +12 -12
- package/lib/confirmation-modal/confirmation-modal.module.d.ts +11 -11
- package/lib/confirmation-modal/index.d.ts +5 -5
- package/lib/confirmation-modal/models/confirmation-body.model.d.ts +8 -8
- package/lib/confirmation-modal/models/confirmation.enum.d.ts +4 -4
- package/lib/confirmation-modal/services/confirmation.service.d.ts +12 -12
- package/lib/confirmation-modal/services/index.d.ts +1 -1
- package/lib/constants/index.d.ts +1 -1
- package/lib/constants/screen-size.const.d.ts +10 -10
- package/lib/directives/click-outside/click-outside.directive.d.ts +10 -10
- package/lib/directives/click-outside/click-outside.module.d.ts +8 -8
- package/lib/directives/click-outside/index.d.ts +2 -2
- package/lib/directives/drag-and-drop/drag-and-drop.directive.d.ts +14 -14
- package/lib/directives/drag-and-drop/drag-and-drop.module.d.ts +8 -8
- package/lib/directives/drag-and-drop/index.d.ts +2 -2
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/mat-button-loading/index.d.ts +2 -2
- package/lib/directives/mat-button-loading/mat-button-loading.directive.d.ts +18 -18
- package/lib/directives/mat-button-loading/mat-button-loading.module.d.ts +8 -8
- package/lib/extension-dialog/components/index.d.ts +1 -1
- package/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.d.ts +10 -10
- package/lib/extension-dialog/extension-dialog.component.d.ts +21 -21
- package/lib/extension-dialog/extension-dialog.module.d.ts +15 -15
- package/lib/extension-dialog/icons/file-types/excel.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/index.d.ts +9 -9
- package/lib/extension-dialog/icons/file-types/interchange.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/office-other.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/other.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/pdf.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/powerpoint.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/scanned.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/web.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/word.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/index.d.ts +1 -1
- package/lib/extension-dialog/index.d.ts +5 -5
- package/lib/extension-dialog/models/enums/file-categories.enum.d.ts +7 -7
- package/lib/extension-dialog/models/enums/file-extensions.enum.d.ts +33 -33
- package/lib/extension-dialog/models/enums/file-type-icons.enum.d.ts +11 -11
- package/lib/extension-dialog/models/enums/file-types.enum.d.ts +11 -11
- package/lib/extension-dialog/models/enums/index.d.ts +4 -4
- package/lib/extension-dialog/models/index.d.ts +2 -2
- package/lib/extension-dialog/models/interfaces/config.d.ts +18 -18
- package/lib/extension-dialog/models/interfaces/dialog-data.model.d.ts +3 -3
- package/lib/extension-dialog/models/interfaces/index.d.ts +2 -2
- package/lib/extension-dialog/services/extension-dialog.service.d.ts +9 -9
- package/lib/extension-dialog/services/index.d.ts +1 -1
- package/lib/file-upload/file-upload.component.d.ts +29 -29
- package/lib/file-upload/file-upload.module.d.ts +13 -13
- package/lib/file-upload/index.d.ts +3 -3
- package/lib/file-upload/models/file-upload-error-type.enum.d.ts +6 -6
- package/lib/file-upload/models/file-upload-error.model.d.ts +6 -6
- package/lib/file-upload/models/index.d.ts +2 -2
- package/lib/filter-bar/filter-bar.component.d.ts +54 -54
- package/lib/filter-bar/filter-bar.module.d.ts +19 -19
- package/lib/filter-bar/index.d.ts +3 -3
- package/lib/filter-bar/models/filter-bar-change-event.model.d.ts +6 -6
- package/lib/filter-bar/models/filter-bar-filter-item.model.d.ts +4 -4
- package/lib/filter-bar/models/filter-bar-filter.model.d.ts +6 -6
- package/lib/filter-bar/models/filter-bar-settings.model.d.ts +19 -19
- package/lib/filter-bar/models/index.d.ts +3 -3
- package/lib/footer/footer.component.d.ts +15 -15
- package/lib/footer/footer.module.d.ts +11 -11
- package/lib/footer/index.d.ts +2 -2
- package/lib/helpers/auth-headers.helper.d.ts +4 -4
- package/lib/helpers/conversion.helper.d.ts +4 -4
- package/lib/helpers/file-extension.helper.d.ts +3 -3
- package/lib/helpers/html-element-parse.helper.d.ts +3 -3
- package/lib/helpers/html.helper.d.ts +17 -17
- package/lib/helpers/index.d.ts +9 -9
- package/lib/helpers/missing-translation.helper.d.ts +4 -4
- package/lib/helpers/resolution.helper.d.ts +3 -3
- package/lib/helpers/save-file.helper.d.ts +3 -3
- package/lib/helpers/sort.helper.d.ts +3 -3
- package/lib/inline-message/index.d.ts +3 -3
- package/lib/inline-message/inline-message.component.d.ts +10 -10
- package/lib/inline-message/inline-message.module.d.ts +10 -10
- package/lib/inline-message/models/index.d.ts +3 -3
- package/lib/inline-message/models/inline-message-icon-position.enum.d.ts +4 -4
- package/lib/inline-message/models/inline-message-type.enum.d.ts +5 -5
- package/lib/inline-message/models/inline-message.model.d.ts +10 -10
- package/lib/multi-functional-table/constants/disable-export-attribute-name.const.d.ts +1 -1
- package/lib/multi-functional-table/constants/index.d.ts +1 -1
- package/lib/multi-functional-table/index.d.ts +4 -4
- package/lib/multi-functional-table/models/batch-config.model.d.ts +4 -4
- package/lib/multi-functional-table/models/column-config.model.d.ts +18 -18
- package/lib/multi-functional-table/models/column-select-config.model.d.ts +14 -14
- package/lib/multi-functional-table/models/export-config.model.d.ts +9 -9
- package/lib/multi-functional-table/models/export-format.enum.d.ts +3 -3
- package/lib/multi-functional-table/models/filter-config.model.d.ts +6 -7
- package/lib/multi-functional-table/models/index.d.ts +6 -6
- package/lib/multi-functional-table/models/multi-functional-table-config.model.d.ts +36 -36
- package/lib/multi-functional-table/models/selected-column-local-storage-config.model.d.ts +20 -20
- package/lib/multi-functional-table/multi-functional-table.component.d.ts +66 -67
- package/lib/multi-functional-table/multi-functional-table.module.d.ts +20 -20
- package/lib/notification-message/enums/index.d.ts +1 -1
- package/lib/notification-message/enums/notification-message-type.enum.d.ts +7 -7
- package/lib/notification-message/index.d.ts +4 -4
- package/lib/notification-message/interfaces/index.d.ts +1 -1
- package/lib/notification-message/interfaces/notification-message.model.d.ts +22 -22
- package/lib/notification-message/notification-message.component.d.ts +22 -22
- package/lib/notification-message/notification-message.module.d.ts +13 -13
- package/lib/open-close-button/index.d.ts +4 -4
- package/lib/open-close-button/injection-tokens/index.d.ts +1 -1
- package/lib/open-close-button/injection-tokens/open-close-btn-icons.token.d.ts +1 -1
- package/lib/open-close-button/models/index.d.ts +1 -1
- package/lib/open-close-button/models/open-close-btn-icons.model.d.ts +4 -4
- package/lib/open-close-button/open-close-button.component.d.ts +22 -22
- package/lib/open-close-button/open-close-button.module.d.ts +11 -11
- package/lib/pipes/date-ago/date-ago.module.d.ts +9 -9
- package/lib/pipes/date-ago/date-ago.pipe.d.ts +20 -20
- package/lib/pipes/date-ago/index.d.ts +2 -2
- package/lib/pipes/date-ago/models/date-ago-interval.model.d.ts +5 -5
- package/lib/pipes/date-ago/models/date-ago-settings.model.d.ts +26 -26
- package/lib/pipes/date-ago/models/date-ago-settings.token.d.ts +1 -1
- package/lib/pipes/date-ago/models/date-ago.model.d.ts +4 -4
- package/lib/pipes/date-ago/models/index.d.ts +4 -4
- package/lib/pipes/filter-with-highlight/filter-with-highlight.module.d.ts +8 -8
- package/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.d.ts +7 -7
- package/lib/pipes/filter-with-highlight/index.d.ts +2 -2
- package/lib/pipes/index.d.ts +5 -6
- package/lib/pipes/language-translate/index.d.ts +2 -2
- package/lib/pipes/language-translate/language-translate.module.d.ts +8 -8
- package/lib/pipes/language-translate/language-translate.pipe.d.ts +19 -19
- package/lib/pipes/sort-translations/index.d.ts +2 -2
- package/lib/pipes/sort-translations/sort-translations.module.d.ts +8 -8
- package/lib/pipes/sort-translations/sort-translations.pipe.d.ts +20 -20
- package/lib/pipes/sort-translations-by-property/index.d.ts +2 -2
- package/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.d.ts +8 -8
- package/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.d.ts +15 -15
- package/lib/plausible/index.d.ts +4 -4
- package/lib/plausible/models/index.d.ts +1 -1
- package/lib/plausible/models/plausible-event.model.d.ts +7 -7
- package/lib/plausible/plausible-event.directive.d.ts +11 -11
- package/lib/plausible/plausible.helper.d.ts +15 -15
- package/lib/plausible/plausible.module.d.ts +8 -8
- package/lib/services/alert/alert.service.d.ts +37 -37
- package/lib/services/alert/index.d.ts +3 -3
- package/lib/services/alert/injection-tokens/alert-configuration.token.d.ts +1 -1
- package/lib/services/alert/injection-tokens/index.d.ts +1 -1
- package/lib/services/alert/models/alert-configuration.model.d.ts +7 -7
- package/lib/services/alert/models/index.d.ts +1 -1
- package/lib/services/dom/dom.service.d.ts +7 -7
- package/lib/services/dom/index.d.ts +1 -1
- package/lib/services/icon/icon.service.d.ts +14 -14
- package/lib/services/icon/index.d.ts +1 -1
- package/lib/services/index.d.ts +6 -6
- package/lib/services/language-translate/index.d.ts +1 -1
- package/lib/services/language-translate/language-translate.service.d.ts +10 -10
- package/lib/services/notification/index.d.ts +2 -2
- package/lib/services/notification/models/index.d.ts +2 -2
- package/lib/services/notification/models/notification.model.d.ts +6 -6
- package/lib/services/notification/models/operations.enum.d.ts +4 -4
- package/lib/services/notification/notification.service.d.ts +15 -15
- package/lib/services/system/index.d.ts +1 -1
- package/lib/services/system/system.service.d.ts +11 -11
- package/lib/status-display/index.d.ts +3 -3
- package/lib/status-display/models/index.d.ts +1 -1
- package/lib/status-display/models/status-display-config.model.d.ts +9 -9
- package/lib/status-display/status-display.component.d.ts +7 -7
- package/lib/status-display/status-display.module.d.ts +11 -11
- package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.d.ts +28 -28
- package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.d.ts +30 -30
- package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.d.ts +32 -32
- package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.d.ts +20 -20
- package/lib/terminology/components/terminology-panel/terminology-panel.component.d.ts +30 -30
- package/lib/terminology/config/models/index.d.ts +1 -1
- package/lib/terminology/config/models/terminology-config.model.d.ts +39 -39
- package/lib/terminology/config/services/index.d.ts +1 -1
- package/lib/terminology/config/services/terminology-config/terminology-config.service.d.ts +9 -10
- package/lib/terminology/enums/combined-collection-tooltip-key.enum.d.ts +4 -4
- package/lib/terminology/enums/engine-term-collection-scope.enum.d.ts +5 -5
- package/lib/terminology/enums/engine-term-collection-source.enum.d.ts +4 -4
- package/lib/terminology/enums/engine-term-collection-status.enum.d.ts +6 -6
- package/lib/terminology/enums/engine-term-collection-sub-status.enum.d.ts +12 -12
- package/lib/terminology/enums/index.d.ts +6 -6
- package/lib/terminology/enums/mt-collection-status.enum.d.ts +8 -8
- package/lib/terminology/enums/mt-term-collection-v1-status.enum.d.ts +5 -5
- package/lib/terminology/enums/system-metadata-key.enum.d.ts +5 -5
- package/lib/terminology/enums/translation-api-version.model.d.ts +4 -4
- package/lib/terminology/factories/terminology-api.factory.d.ts +5 -5
- package/lib/terminology/factories/terminology-system.factory.d.ts +5 -5
- package/lib/terminology/icons/collections-menu.icon.d.ts +1 -1
- package/lib/terminology/icons/index.d.ts +1 -1
- package/lib/terminology/index.d.ts +9 -9
- package/lib/terminology/injection-tokens/terminology-api.token.d.ts +1 -1
- package/lib/terminology/injection-tokens/terminology-system.token.d.ts +1 -1
- package/lib/terminology/models/active-data.model.d.ts +22 -23
- package/lib/terminology/models/add-engine-terms-request-params.model.d.ts +7 -7
- package/lib/terminology/models/api-system.model.d.ts +27 -27
- package/lib/terminology/models/combined-collection.model.d.ts +92 -92
- package/lib/terminology/models/default-term-collection-order-update.model.d.ts +5 -5
- package/lib/terminology/models/domain.model.d.ts +9 -9
- package/lib/terminology/models/engine-term-collection-access-scope-update.model.d.ts +3 -3
- package/lib/terminology/models/engine-term-collection-access-scope.model.d.ts +4 -4
- package/lib/terminology/models/engine-term-collection-access-update.model.d.ts +6 -6
- package/lib/terminology/models/engine-term-collection-access.model.d.ts +6 -6
- package/lib/terminology/models/engine-term-collection-list.model.d.ts +4 -4
- package/lib/terminology/models/engine-term-collection.model.d.ts +24 -24
- package/lib/terminology/models/index.d.ts +20 -20
- package/lib/terminology/models/lang-list-item.model.d.ts +6 -6
- package/lib/terminology/models/mt-collection.model.d.ts +17 -17
- package/lib/terminology/models/mt-term-collection-v1.model.d.ts +12 -12
- package/lib/terminology/models/mt-term-service.model.d.ts +8 -8
- package/lib/terminology/models/system-api-service.model.d.ts +5 -5
- package/lib/terminology/models/system.model.d.ts +19 -20
- package/lib/terminology/models/terminology-engine.model.d.ts +15 -15
- package/lib/terminology/models/tld-term-collection-languages.model.d.ts +11 -11
- package/lib/terminology/models/tld-term-collection.model.d.ts +46 -46
- package/lib/terminology/models/update-engine-terms-request-params.model.d.ts +4 -4
- package/lib/terminology/models/vendor.model.d.ts +5 -5
- package/lib/terminology/services/engine-term-api/engine-term-api.service.d.ts +19 -19
- package/lib/terminology/services/engine-term-api/index.d.ts +1 -1
- package/lib/terminology/services/index.d.ts +5 -5
- package/lib/terminology/services/system-api-v1/system-api-v1.service.d.ts +15 -15
- package/lib/terminology/services/system-api-v2/models/engine-deployment.model.d.ts +9 -9
- package/lib/terminology/services/system-api-v2/models/engine-domain-list.model.d.ts +4 -4
- package/lib/terminology/services/system-api-v2/models/engine-domain.model.d.ts +5 -5
- package/lib/terminology/services/system-api-v2/models/engine-list.model.d.ts +4 -4
- package/lib/terminology/services/system-api-v2/models/engine-status.enum.d.ts +9 -9
- package/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.d.ts +16 -16
- package/lib/terminology/services/system-api-v2/models/engine.model.d.ts +24 -24
- package/lib/terminology/services/system-api-v2/models/index.d.ts +8 -8
- package/lib/terminology/services/system-api-v2/models/revision.model.d.ts +9 -9
- package/lib/terminology/services/system-api-v2/models/worker-status.model.d.ts +12 -12
- package/lib/terminology/services/system-api-v2/system-api-v2.service.d.ts +16 -16
- package/lib/terminology/services/terminology/terminology.service.d.ts +61 -61
- package/lib/terminology/services/terminology-api-v1/terminology-api-v1.service.d.ts +17 -17
- package/lib/terminology/services/terminology-api-v2/terminology-api-v2.service.d.ts +18 -18
- package/lib/terminology/services/terminology-collection/index.d.ts +1 -1
- package/lib/terminology/services/terminology-collection/terminology-collection.service.d.ts +17 -17
- package/lib/terminology/terminology.component.d.ts +37 -37
- package/lib/terminology/terminology.module.d.ts +29 -29
- package/lib/tld-loader/index.d.ts +2 -2
- package/lib/tld-loader/tld-loader.component.d.ts +5 -5
- package/lib/tld-loader/tld-loader.module.d.ts +7 -7
- package/package.json +5 -4
- package/public-api.d.ts +20 -20
- package/styles/custom/containers.scss +1 -1
- package/styles/typography.scss +1 -1
- package/esm2022/lib/pipes/object-length/index.mjs +0 -3
- package/esm2022/lib/pipes/object-length/object-length.module.mjs +0 -18
- package/esm2022/lib/pipes/object-length/object-length.pipe.mjs +0 -22
- package/lib/pipes/object-length/index.d.ts +0 -2
- package/lib/pipes/object-length/object-length.module.d.ts +0 -8
- package/lib/pipes/object-length/object-length.pipe.d.ts +0 -7
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Directive, EventEmitter, HostListener, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class ClickOutsideDirective {
|
|
4
|
-
constructor(elementRef) {
|
|
5
|
-
this.elementRef = elementRef;
|
|
6
|
-
this.clickOutside = new EventEmitter();
|
|
7
|
-
}
|
|
8
|
-
onClick(target) {
|
|
9
|
-
const clickedInside = this.elementRef.nativeElement.contains(target);
|
|
10
|
-
if (!clickedInside) {
|
|
11
|
-
this.clickOutside.emit();
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16
|
-
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18
|
-
type: Directive,
|
|
19
|
-
args: [{
|
|
20
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
21
|
-
selector: '[clickOutside]'
|
|
22
|
-
}]
|
|
23
|
-
}], ctorParameters:
|
|
24
|
-
type: Output
|
|
25
|
-
}], onClick: [{
|
|
26
|
-
type: HostListener,
|
|
27
|
-
args: ['document:click', ['$event.target']]
|
|
28
|
-
}] } });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Directive, EventEmitter, HostListener, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ClickOutsideDirective {
|
|
4
|
+
constructor(elementRef) {
|
|
5
|
+
this.elementRef = elementRef;
|
|
6
|
+
this.clickOutside = new EventEmitter();
|
|
7
|
+
}
|
|
8
|
+
onClick(target) {
|
|
9
|
+
const clickedInside = this.elementRef.nativeElement.contains(target);
|
|
10
|
+
if (!clickedInside) {
|
|
11
|
+
this.clickOutside.emit();
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
15
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.4", type: ClickOutsideDirective, selector: "[clickOutside]", outputs: { clickOutside: "clickOutside" }, host: { listeners: { "document:click": "onClick($event.target)" } }, ngImport: i0 }); }
|
|
16
|
+
}
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ClickOutsideDirective, decorators: [{
|
|
18
|
+
type: Directive,
|
|
19
|
+
args: [{
|
|
20
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
21
|
+
selector: '[clickOutside]'
|
|
22
|
+
}]
|
|
23
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { clickOutside: [{
|
|
24
|
+
type: Output
|
|
25
|
+
}], onClick: [{
|
|
26
|
+
type: HostListener,
|
|
27
|
+
args: ['document:click', ['$event.target']]
|
|
28
|
+
}] } });
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xpY2stb3V0c2lkZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9jbGljay1vdXRzaWRlL2NsaWNrLW91dHNpZGUuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsWUFBWSxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTTFGLE1BQU0sT0FBTyxxQkFBcUI7SUFHaEMsWUFBb0IsVUFBc0I7UUFBdEIsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQUZoQyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFRLENBQUM7SUFFSixDQUFDO0lBR3hDLE9BQU8sQ0FBQyxNQUFtQjtRQUNoQyxNQUFNLGFBQWEsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDckUsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQ25CLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDM0IsQ0FBQztJQUNILENBQUM7OEdBWFUscUJBQXFCO2tHQUFyQixxQkFBcUI7OzJGQUFyQixxQkFBcUI7a0JBSmpDLFNBQVM7bUJBQUM7b0JBQ1QsOERBQThEO29CQUM5RCxRQUFRLEVBQUUsZ0JBQWdCO2lCQUMzQjsrRUFFVyxZQUFZO3NCQUFyQixNQUFNO2dCQUtBLE9BQU87c0JBRGIsWUFBWTt1QkFBQyxnQkFBZ0IsRUFBRSxDQUFDLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgRXZlbnRFbWl0dGVyLCBIb3N0TGlzdGVuZXIsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQERpcmVjdGl2ZSh7XHJcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9kaXJlY3RpdmUtc2VsZWN0b3JcclxuICBzZWxlY3RvcjogJ1tjbGlja091dHNpZGVdJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ2xpY2tPdXRzaWRlRGlyZWN0aXZlIHtcclxuICBAT3V0cHV0KCkgY2xpY2tPdXRzaWRlID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYpIHsgfVxyXG5cclxuICBASG9zdExpc3RlbmVyKCdkb2N1bWVudDpjbGljaycsIFsnJGV2ZW50LnRhcmdldCddKVxyXG4gIHB1YmxpYyBvbkNsaWNrKHRhcmdldDogSFRNTEVsZW1lbnQpIHtcclxuICAgIGNvbnN0IGNsaWNrZWRJbnNpZGUgPSB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jb250YWlucyh0YXJnZXQpO1xyXG4gICAgaWYgKCFjbGlja2VkSW5zaWRlKSB7XHJcbiAgICAgIHRoaXMuY2xpY2tPdXRzaWRlLmVtaXQoKTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIl19
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { ClickOutsideDirective } from './click-outside.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class ClickOutsideModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
ClickOutsideDirective
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
ClickOutsideDirective
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { ClickOutsideDirective } from './click-outside.directive';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class ClickOutsideModule {
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ClickOutsideModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: ClickOutsideModule, declarations: [ClickOutsideDirective], imports: [CommonModule], exports: [ClickOutsideDirective] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ClickOutsideModule, imports: [CommonModule] }); }
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ClickOutsideModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [
|
|
14
|
+
ClickOutsideDirective
|
|
15
|
+
],
|
|
16
|
+
imports: [
|
|
17
|
+
CommonModule
|
|
18
|
+
],
|
|
19
|
+
exports: [
|
|
20
|
+
ClickOutsideDirective
|
|
21
|
+
]
|
|
22
|
+
}]
|
|
23
|
+
}] });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xpY2stb3V0c2lkZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9jbGljay1vdXRzaWRlL2NsaWNrLW91dHNpZGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQWVsRSxNQUFNLE9BQU8sa0JBQWtCOzhHQUFsQixrQkFBa0I7K0dBQWxCLGtCQUFrQixpQkFUM0IscUJBQXFCLGFBR3JCLFlBQVksYUFHWixxQkFBcUI7K0dBR1osa0JBQWtCLFlBTjNCLFlBQVk7OzJGQU1ILGtCQUFrQjtrQkFYOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AscUJBQXFCO3FCQUN0QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENsaWNrT3V0c2lkZURpcmVjdGl2ZSB9IGZyb20gJy4vY2xpY2stb3V0c2lkZS5kaXJlY3RpdmUnO1xyXG5cclxuXHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgQ2xpY2tPdXRzaWRlRGlyZWN0aXZlXHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIENsaWNrT3V0c2lkZURpcmVjdGl2ZVxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIENsaWNrT3V0c2lkZU1vZHVsZSB7IH1cclxuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './click-outside.directive';
|
|
2
|
-
export * from './click-outside.module';
|
|
1
|
+
export * from './click-outside.directive';
|
|
2
|
+
export * from './click-outside.module';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9jbGljay1vdXRzaWRlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2xpY2stb3V0c2lkZS5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2NsaWNrLW91dHNpZGUubW9kdWxlJztcclxuIl19
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
import { Directive, EventEmitter, HostBinding, HostListener, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class DragAndDropDirective {
|
|
4
|
-
get disabled() { return this.element.nativeElement.disabled; }
|
|
5
|
-
// Dragover listener
|
|
6
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
7
|
-
onDragOver(evt) {
|
|
8
|
-
evt.preventDefault();
|
|
9
|
-
evt.stopPropagation();
|
|
10
|
-
this.active = !this.disabled;
|
|
11
|
-
}
|
|
12
|
-
// Dragleave listener
|
|
13
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
14
|
-
onDragLeave(evt) {
|
|
15
|
-
evt.preventDefault();
|
|
16
|
-
evt.stopPropagation();
|
|
17
|
-
this.active = false;
|
|
18
|
-
}
|
|
19
|
-
// Drop listener
|
|
20
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
21
|
-
ondrop(evt) {
|
|
22
|
-
evt.preventDefault();
|
|
23
|
-
evt.stopPropagation();
|
|
24
|
-
this.active = false;
|
|
25
|
-
if (this.disabled) {
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
const files = evt.dataTransfer.files;
|
|
29
|
-
if (files.length > 0) {
|
|
30
|
-
this.fileDropped.emit(files);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
constructor(element) {
|
|
34
|
-
this.element = element;
|
|
35
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
36
|
-
this.fileDropped = new EventEmitter();
|
|
37
|
-
}
|
|
38
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
39
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
40
|
-
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
42
|
-
type: Directive,
|
|
43
|
-
args: [{
|
|
44
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
45
|
-
selector: '[tldDragAndDrop]'
|
|
46
|
-
}]
|
|
47
|
-
}], ctorParameters:
|
|
48
|
-
type: HostBinding,
|
|
49
|
-
args: ['class.tld-file-over']
|
|
50
|
-
}], fileDropped: [{
|
|
51
|
-
type: Output
|
|
52
|
-
}], onDragOver: [{
|
|
53
|
-
type: HostListener,
|
|
54
|
-
args: ['dragover', ['$event']]
|
|
55
|
-
}], onDragLeave: [{
|
|
56
|
-
type: HostListener,
|
|
57
|
-
args: ['dragleave', ['$event']]
|
|
58
|
-
}], ondrop: [{
|
|
59
|
-
type: HostListener,
|
|
60
|
-
args: ['drop', ['$event']]
|
|
61
|
-
}] } });
|
|
62
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Directive, EventEmitter, HostBinding, HostListener, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class DragAndDropDirective {
|
|
4
|
+
get disabled() { return this.element.nativeElement.disabled; }
|
|
5
|
+
// Dragover listener
|
|
6
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
7
|
+
onDragOver(evt) {
|
|
8
|
+
evt.preventDefault();
|
|
9
|
+
evt.stopPropagation();
|
|
10
|
+
this.active = !this.disabled;
|
|
11
|
+
}
|
|
12
|
+
// Dragleave listener
|
|
13
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
14
|
+
onDragLeave(evt) {
|
|
15
|
+
evt.preventDefault();
|
|
16
|
+
evt.stopPropagation();
|
|
17
|
+
this.active = false;
|
|
18
|
+
}
|
|
19
|
+
// Drop listener
|
|
20
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
21
|
+
ondrop(evt) {
|
|
22
|
+
evt.preventDefault();
|
|
23
|
+
evt.stopPropagation();
|
|
24
|
+
this.active = false;
|
|
25
|
+
if (this.disabled) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
const files = evt.dataTransfer.files;
|
|
29
|
+
if (files.length > 0) {
|
|
30
|
+
this.fileDropped.emit(files);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
constructor(element) {
|
|
34
|
+
this.element = element;
|
|
35
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
36
|
+
this.fileDropped = new EventEmitter();
|
|
37
|
+
}
|
|
38
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DragAndDropDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
39
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.4", type: DragAndDropDirective, selector: "[tldDragAndDrop]", outputs: { fileDropped: "fileDropped" }, host: { listeners: { "dragover": "onDragOver($event)", "dragleave": "onDragLeave($event)", "drop": "ondrop($event)" }, properties: { "class.tld-file-over": "this.active" } }, ngImport: i0 }); }
|
|
40
|
+
}
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DragAndDropDirective, decorators: [{
|
|
42
|
+
type: Directive,
|
|
43
|
+
args: [{
|
|
44
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
45
|
+
selector: '[tldDragAndDrop]'
|
|
46
|
+
}]
|
|
47
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { active: [{
|
|
48
|
+
type: HostBinding,
|
|
49
|
+
args: ['class.tld-file-over']
|
|
50
|
+
}], fileDropped: [{
|
|
51
|
+
type: Output
|
|
52
|
+
}], onDragOver: [{
|
|
53
|
+
type: HostListener,
|
|
54
|
+
args: ['dragover', ['$event']]
|
|
55
|
+
}], onDragLeave: [{
|
|
56
|
+
type: HostListener,
|
|
57
|
+
args: ['dragleave', ['$event']]
|
|
58
|
+
}], ondrop: [{
|
|
59
|
+
type: HostListener,
|
|
60
|
+
args: ['drop', ['$event']]
|
|
61
|
+
}] } });
|
|
62
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhZy1hbmQtZHJvcC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9kcmFnLWFuZC1kcm9wL2RyYWctYW5kLWRyb3AuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsWUFBWSxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU12RyxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLElBQUksUUFBUSxLQUFLLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFBLENBQUMsQ0FBQztJQU03RCxvQkFBb0I7SUFDcEIsOERBQThEO0lBQ3hCLFVBQVUsQ0FBQyxHQUFRO1FBQ3ZELEdBQUcsQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUNyQixHQUFHLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDdEIsSUFBSSxDQUFDLE1BQU0sR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDL0IsQ0FBQztJQUVELHFCQUFxQjtJQUNyQiw4REFBOEQ7SUFDaEIsV0FBVyxDQUFDLEdBQVE7UUFDaEUsR0FBRyxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3JCLEdBQUcsQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN0QixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCO0lBQ2hCLDhEQUE4RDtJQUNyQixNQUFNLENBQUMsR0FBUTtRQUN0RCxHQUFHLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDckIsR0FBRyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3RCLElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1FBQ3BCLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2xCLE9BQU87UUFDVCxDQUFDO1FBQ0QsTUFBTSxLQUFLLEdBQUcsR0FBRyxDQUFDLFlBQVksQ0FBQyxLQUFLLENBQUM7UUFDckMsSUFBSSxLQUFLLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQ3JCLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQy9CLENBQUM7SUFDSCxDQUFDO0lBRUQsWUFBNkIsT0FBbUI7UUFBbkIsWUFBTyxHQUFQLE9BQU8sQ0FBWTtRQWxDaEQsOERBQThEO1FBQ3BELGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQWlDSSxDQUFDOzhHQXZDMUMsb0JBQW9CO2tHQUFwQixvQkFBb0I7OzJGQUFwQixvQkFBb0I7a0JBSmhDLFNBQVM7bUJBQUM7b0JBQ1QsOERBQThEO29CQUM5RCxRQUFRLEVBQUUsa0JBQWtCO2lCQUM3QjsrRUFLcUMsTUFBTTtzQkFBekMsV0FBVzt1QkFBQyxxQkFBcUI7Z0JBRXhCLFdBQVc7c0JBQXBCLE1BQU07Z0JBSStCLFVBQVU7c0JBQS9DLFlBQVk7dUJBQUMsVUFBVSxFQUFFLENBQUMsUUFBUSxDQUFDO2dCQVFVLFdBQVc7c0JBQXhELFlBQVk7dUJBQUMsV0FBVyxFQUFFLENBQUMsUUFBUSxDQUFDO2dCQVFJLE1BQU07c0JBQTlDLFlBQVk7dUJBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBFdmVudEVtaXR0ZXIsIEhvc3RCaW5kaW5nLCBIb3N0TGlzdGVuZXIsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQERpcmVjdGl2ZSh7XHJcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9kaXJlY3RpdmUtc2VsZWN0b3JcclxuICBzZWxlY3RvcjogJ1t0bGREcmFnQW5kRHJvcF0nXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBEcmFnQW5kRHJvcERpcmVjdGl2ZSB7XHJcblxyXG4gIGdldCBkaXNhYmxlZCgpIHsgcmV0dXJuIHRoaXMuZWxlbWVudC5uYXRpdmVFbGVtZW50LmRpc2FibGVkIH1cclxuXHJcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy50bGQtZmlsZS1vdmVyJykgYWN0aXZlITogYm9vbGVhbjtcclxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLWV4cGxpY2l0LWFueVxyXG4gIEBPdXRwdXQoKSBmaWxlRHJvcHBlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xyXG5cclxuICAvLyBEcmFnb3ZlciBsaXN0ZW5lclxyXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tZXhwbGljaXQtYW55XHJcbiAgQEhvc3RMaXN0ZW5lcignZHJhZ292ZXInLCBbJyRldmVudCddKSBvbkRyYWdPdmVyKGV2dDogYW55KSB7XHJcbiAgICBldnQucHJldmVudERlZmF1bHQoKTtcclxuICAgIGV2dC5zdG9wUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMuYWN0aXZlID0gIXRoaXMuZGlzYWJsZWQ7XHJcbiAgfVxyXG5cclxuICAvLyBEcmFnbGVhdmUgbGlzdGVuZXJcclxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLWV4cGxpY2l0LWFueVxyXG4gIEBIb3N0TGlzdGVuZXIoJ2RyYWdsZWF2ZScsIFsnJGV2ZW50J10pIHB1YmxpYyBvbkRyYWdMZWF2ZShldnQ6IGFueSkge1xyXG4gICAgZXZ0LnByZXZlbnREZWZhdWx0KCk7XHJcbiAgICBldnQuc3RvcFByb3BhZ2F0aW9uKCk7XHJcbiAgICB0aGlzLmFjdGl2ZSA9IGZhbHNlO1xyXG4gIH1cclxuXHJcbiAgLy8gRHJvcCBsaXN0ZW5lclxyXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tZXhwbGljaXQtYW55XHJcbiAgQEhvc3RMaXN0ZW5lcignZHJvcCcsIFsnJGV2ZW50J10pIHB1YmxpYyBvbmRyb3AoZXZ0OiBhbnkpIHtcclxuICAgIGV2dC5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gICAgZXZ0LnN0b3BQcm9wYWdhdGlvbigpO1xyXG4gICAgdGhpcy5hY3RpdmUgPSBmYWxzZTtcclxuICAgIGlmICh0aGlzLmRpc2FibGVkKSB7XHJcbiAgICAgIHJldHVybjtcclxuICAgIH1cclxuICAgIGNvbnN0IGZpbGVzID0gZXZ0LmRhdGFUcmFuc2Zlci5maWxlcztcclxuICAgIGlmIChmaWxlcy5sZW5ndGggPiAwKSB7XHJcbiAgICAgIHRoaXMuZmlsZURyb3BwZWQuZW1pdChmaWxlcyk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGVsZW1lbnQ6IEVsZW1lbnRSZWYpIHsgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { DragAndDropDirective } from './drag-and-drop.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class DragAndDropModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
DragAndDropDirective
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
DragAndDropDirective
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { DragAndDropDirective } from './drag-and-drop.directive';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class DragAndDropModule {
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: DragAndDropModule, declarations: [DragAndDropDirective], imports: [CommonModule], exports: [DragAndDropDirective] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DragAndDropModule, imports: [CommonModule] }); }
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: DragAndDropModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [
|
|
14
|
+
DragAndDropDirective
|
|
15
|
+
],
|
|
16
|
+
imports: [
|
|
17
|
+
CommonModule
|
|
18
|
+
],
|
|
19
|
+
exports: [
|
|
20
|
+
DragAndDropDirective
|
|
21
|
+
]
|
|
22
|
+
}]
|
|
23
|
+
}] });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhZy1hbmQtZHJvcC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9kcmFnLWFuZC1kcm9wL2RyYWctYW5kLWRyb3AubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQWVqRSxNQUFNLE9BQU8saUJBQWlCOzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFUMUIsb0JBQW9CLGFBR3BCLFlBQVksYUFHWixvQkFBb0I7K0dBR1gsaUJBQWlCLFlBTjFCLFlBQVk7OzJGQU1ILGlCQUFpQjtrQkFYN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3FCQUNyQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IERyYWdBbmREcm9wRGlyZWN0aXZlIH0gZnJvbSAnLi9kcmFnLWFuZC1kcm9wLmRpcmVjdGl2ZSc7XHJcblxyXG5cclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBEcmFnQW5kRHJvcERpcmVjdGl2ZVxyXG4gIF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBEcmFnQW5kRHJvcERpcmVjdGl2ZVxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIERyYWdBbmREcm9wTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './drag-and-drop.directive';
|
|
2
|
-
export * from './drag-and-drop.module';
|
|
1
|
+
export * from './drag-and-drop.directive';
|
|
2
|
+
export * from './drag-and-drop.module';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9kcmFnLWFuZC1kcm9wL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZHJhZy1hbmQtZHJvcC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2RyYWctYW5kLWRyb3AubW9kdWxlJztcclxuIl19
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './click-outside';
|
|
2
|
-
export * from './drag-and-drop';
|
|
3
|
-
export * from './mat-button-loading';
|
|
1
|
+
export * from './click-outside';
|
|
2
|
+
export * from './drag-and-drop';
|
|
3
|
+
export * from './mat-button-loading';
|
|
4
4
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxzQkFBc0IsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2xpY2stb3V0c2lkZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZHJhZy1hbmQtZHJvcCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbWF0LWJ1dHRvbi1sb2FkaW5nJ1xyXG5cclxuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./mat-button-loading.directive";
|
|
2
|
-
export * from "./mat-button-loading.module";
|
|
1
|
+
export * from "./mat-button-loading.directive";
|
|
2
|
+
export * from "./mat-button-loading.module";
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9tYXQtYnV0dG9uLWxvYWRpbmcvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDZCQUE2QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vbWF0LWJ1dHRvbi1sb2FkaW5nLmRpcmVjdGl2ZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9tYXQtYnV0dG9uLWxvYWRpbmcubW9kdWxlXCI7XHJcbiJdfQ==
|
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
import { Directive, Input } from '@angular/core';
|
|
2
|
-
import { MatProgressSpinner } from '@angular/material/progress-spinner';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/material/button";
|
|
5
|
-
export class MatButtonLoadingDirective {
|
|
6
|
-
set loading(value) {
|
|
7
|
-
if (value != this._loading) {
|
|
8
|
-
this._loading = value;
|
|
9
|
-
this.updateState();
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
constructor(matButton, viewContainerRef, renderer) {
|
|
13
|
-
this.matButton = matButton;
|
|
14
|
-
this.viewContainerRef = viewContainerRef;
|
|
15
|
-
this.renderer = renderer;
|
|
16
|
-
this._loading = false;
|
|
17
|
-
}
|
|
18
|
-
get nativeElement() {
|
|
19
|
-
return this.matButton._elementRef.nativeElement;
|
|
20
|
-
}
|
|
21
|
-
updateState() {
|
|
22
|
-
if (this._loading) {
|
|
23
|
-
this.nativeElement.classList.add('mat-loading');
|
|
24
|
-
this.matButton.disabled = true;
|
|
25
|
-
this.createSpinner();
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
this.nativeElement.classList.remove('mat-loading');
|
|
29
|
-
this.matButton.disabled = false;
|
|
30
|
-
this.destroySpinner();
|
|
31
|
-
}
|
|
32
|
-
createSpinner() {
|
|
33
|
-
if (!this.spinner) {
|
|
34
|
-
this.spinner = this.viewContainerRef.createComponent(MatProgressSpinner);
|
|
35
|
-
this.spinner.instance.color = this.matButton.color;
|
|
36
|
-
this.spinner.instance.diameter = 20;
|
|
37
|
-
this.spinner.instance.mode = 'indeterminate';
|
|
38
|
-
this.renderer.appendChild(this.matButton._elementRef.nativeElement, this.spinner.instance._elementRef.nativeElement);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
destroySpinner() {
|
|
42
|
-
if (this.spinner) {
|
|
43
|
-
this.spinner.destroy();
|
|
44
|
-
this.spinner = null;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
48
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
49
|
-
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
51
|
-
type: Directive,
|
|
52
|
-
args: [{
|
|
53
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import { MatProgressSpinner } from '@angular/material/progress-spinner';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/material/button";
|
|
5
|
+
export class MatButtonLoadingDirective {
|
|
6
|
+
set loading(value) {
|
|
7
|
+
if (value != this._loading) {
|
|
8
|
+
this._loading = value;
|
|
9
|
+
this.updateState();
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
constructor(matButton, viewContainerRef, renderer) {
|
|
13
|
+
this.matButton = matButton;
|
|
14
|
+
this.viewContainerRef = viewContainerRef;
|
|
15
|
+
this.renderer = renderer;
|
|
16
|
+
this._loading = false;
|
|
17
|
+
}
|
|
18
|
+
get nativeElement() {
|
|
19
|
+
return this.matButton._elementRef.nativeElement;
|
|
20
|
+
}
|
|
21
|
+
updateState() {
|
|
22
|
+
if (this._loading) {
|
|
23
|
+
this.nativeElement.classList.add('mat-loading');
|
|
24
|
+
this.matButton.disabled = true;
|
|
25
|
+
this.createSpinner();
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
this.nativeElement.classList.remove('mat-loading');
|
|
29
|
+
this.matButton.disabled = false;
|
|
30
|
+
this.destroySpinner();
|
|
31
|
+
}
|
|
32
|
+
createSpinner() {
|
|
33
|
+
if (!this.spinner) {
|
|
34
|
+
this.spinner = this.viewContainerRef.createComponent(MatProgressSpinner);
|
|
35
|
+
this.spinner.instance.color = this.matButton.color;
|
|
36
|
+
this.spinner.instance.diameter = 20;
|
|
37
|
+
this.spinner.instance.mode = 'indeterminate';
|
|
38
|
+
this.renderer.appendChild(this.matButton._elementRef.nativeElement, this.spinner.instance._elementRef.nativeElement);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
destroySpinner() {
|
|
42
|
+
if (this.spinner) {
|
|
43
|
+
this.spinner.destroy();
|
|
44
|
+
this.spinner = null;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MatButtonLoadingDirective, deps: [{ token: i1.MatButton }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
48
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.4", type: MatButtonLoadingDirective, selector: "button[mat-button][loading],\n button[mat-raised-button][loading],\n button[mat-icon-button][loading],\n button[mat-fab][loading],\n button[mat-mini-fab][loading],\n button[mat-stroked-button][loading],\n button[mat-flat-button][loading]", inputs: { loading: "loading" }, ngImport: i0 }); }
|
|
49
|
+
}
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MatButtonLoadingDirective, decorators: [{
|
|
51
|
+
type: Directive,
|
|
52
|
+
args: [{
|
|
53
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
54
54
|
selector: `button[mat-button][loading],
|
|
55
55
|
button[mat-raised-button][loading],
|
|
56
56
|
button[mat-icon-button][loading],
|
|
57
57
|
button[mat-fab][loading],
|
|
58
58
|
button[mat-mini-fab][loading],
|
|
59
59
|
button[mat-stroked-button][loading],
|
|
60
|
-
button[mat-flat-button][loading]`
|
|
61
|
-
}]
|
|
62
|
-
}], ctorParameters:
|
|
63
|
-
type: Input
|
|
64
|
-
}] } });
|
|
65
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
60
|
+
button[mat-flat-button][loading]`
|
|
61
|
+
}]
|
|
62
|
+
}], ctorParameters: () => [{ type: i1.MatButton }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }], propDecorators: { loading: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}] } });
|
|
65
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0LWJ1dHRvbi1sb2FkaW5nLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9kaXJlY3RpdmVzL21hdC1idXR0b24tbG9hZGluZy9tYXQtYnV0dG9uLWxvYWRpbmcuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBZ0IsU0FBUyxFQUFFLEtBQUssRUFBK0IsTUFBTSxlQUFlLENBQUM7QUFFNUYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7OztBQVl4RSxNQUFNLE9BQU8seUJBQXlCO0lBR3BDLElBQWEsT0FBTyxDQUFDLEtBQWM7UUFDakMsSUFBSSxLQUFLLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQzNCLElBQUksQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO1lBQ3RCLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUNyQixDQUFDO0lBQ0gsQ0FBQztJQUlELFlBQW9CLFNBQW9CLEVBQzlCLGdCQUFrQyxFQUNsQyxRQUFtQjtRQUZULGNBQVMsR0FBVCxTQUFTLENBQVc7UUFDOUIscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUNsQyxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBWnJCLGFBQVEsR0FBRyxLQUFLLENBQUM7SUFZUSxDQUFDO0lBRWxDLElBQUksYUFBYTtRQUNmLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDO0lBQ2xELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLGFBQWEsQ0FBQyxDQUFDO1lBQ2hELElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztZQUMvQixJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDckIsT0FBTztRQUNULENBQUM7UUFDRCxJQUFJLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDbkQsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2hDLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBRU8sYUFBYTtRQUNuQixJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ2xCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGVBQWUsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1lBQ3pFLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQztZQUNuRCxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO1lBQ3BDLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLElBQUksR0FBRyxlQUFlLENBQUM7WUFDN0MsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLENBQUMsYUFBYSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUN2SCxDQUFDO0lBQ0gsQ0FBQztJQUVPLGNBQWM7UUFDcEIsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDakIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUN0QixDQUFDO0lBQ0gsQ0FBQzs4R0EvQ1UseUJBQXlCO2tHQUF6Qix5QkFBeUI7OzJGQUF6Qix5QkFBeUI7a0JBVnJDLFNBQVM7bUJBQUM7b0JBQ1QsOERBQThEO29CQUM5RCxRQUFRLEVBQUU7Ozs7OzttQ0FNdUI7aUJBQ2xDO3FJQUljLE9BQU87c0JBQW5CLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRSZWYsIERpcmVjdGl2ZSwgSW5wdXQsIFJlbmRlcmVyMiwgVmlld0NvbnRhaW5lclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXRCdXR0b24gfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xyXG5pbXBvcnQgeyBNYXRQcm9ncmVzc1NwaW5uZXIgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9wcm9ncmVzcy1zcGlubmVyJztcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvZGlyZWN0aXZlLXNlbGVjdG9yXHJcbiAgc2VsZWN0b3I6IGBidXR0b25bbWF0LWJ1dHRvbl1bbG9hZGluZ10sXHJcbiAgYnV0dG9uW21hdC1yYWlzZWQtYnV0dG9uXVtsb2FkaW5nXSxcclxuICBidXR0b25bbWF0LWljb24tYnV0dG9uXVtsb2FkaW5nXSxcclxuICBidXR0b25bbWF0LWZhYl1bbG9hZGluZ10sXHJcbiAgYnV0dG9uW21hdC1taW5pLWZhYl1bbG9hZGluZ10sXHJcbiAgYnV0dG9uW21hdC1zdHJva2VkLWJ1dHRvbl1bbG9hZGluZ10sXHJcbiAgYnV0dG9uW21hdC1mbGF0LWJ1dHRvbl1bbG9hZGluZ11gXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNYXRCdXR0b25Mb2FkaW5nRGlyZWN0aXZlIHtcclxuXHJcbiAgcHJpdmF0ZSBfbG9hZGluZyA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpIHNldCBsb2FkaW5nKHZhbHVlOiBib29sZWFuKSB7XHJcbiAgICBpZiAodmFsdWUgIT0gdGhpcy5fbG9hZGluZykge1xyXG4gICAgICB0aGlzLl9sb2FkaW5nID0gdmFsdWU7XHJcbiAgICAgIHRoaXMudXBkYXRlU3RhdGUoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHByaXZhdGUgc3Bpbm5lciE6IENvbXBvbmVudFJlZjxNYXRQcm9ncmVzc1NwaW5uZXI+IHwgbnVsbDtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBtYXRCdXR0b246IE1hdEJ1dHRvbixcclxuICAgIHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZixcclxuICAgIHByaXZhdGUgcmVuZGVyZXI6IFJlbmRlcmVyMikgeyB9XHJcblxyXG4gIGdldCBuYXRpdmVFbGVtZW50KCk6IEhUTUxFbGVtZW50IHtcclxuICAgIHJldHVybiB0aGlzLm1hdEJ1dHRvbi5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xyXG4gIH1cclxuXHJcbiAgdXBkYXRlU3RhdGUoKTogdm9pZCB7XHJcbiAgICBpZiAodGhpcy5fbG9hZGluZykge1xyXG4gICAgICB0aGlzLm5hdGl2ZUVsZW1lbnQuY2xhc3NMaXN0LmFkZCgnbWF0LWxvYWRpbmcnKTtcclxuICAgICAgdGhpcy5tYXRCdXR0b24uZGlzYWJsZWQgPSB0cnVlO1xyXG4gICAgICB0aGlzLmNyZWF0ZVNwaW5uZXIoKTtcclxuICAgICAgcmV0dXJuO1xyXG4gICAgfVxyXG4gICAgdGhpcy5uYXRpdmVFbGVtZW50LmNsYXNzTGlzdC5yZW1vdmUoJ21hdC1sb2FkaW5nJyk7XHJcbiAgICB0aGlzLm1hdEJ1dHRvbi5kaXNhYmxlZCA9IGZhbHNlO1xyXG4gICAgdGhpcy5kZXN0cm95U3Bpbm5lcigpO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBjcmVhdGVTcGlubmVyKCk6IHZvaWQge1xyXG4gICAgaWYgKCF0aGlzLnNwaW5uZXIpIHtcclxuICAgICAgdGhpcy5zcGlubmVyID0gdGhpcy52aWV3Q29udGFpbmVyUmVmLmNyZWF0ZUNvbXBvbmVudChNYXRQcm9ncmVzc1NwaW5uZXIpO1xyXG4gICAgICB0aGlzLnNwaW5uZXIuaW5zdGFuY2UuY29sb3IgPSB0aGlzLm1hdEJ1dHRvbi5jb2xvcjtcclxuICAgICAgdGhpcy5zcGlubmVyLmluc3RhbmNlLmRpYW1ldGVyID0gMjA7XHJcbiAgICAgIHRoaXMuc3Bpbm5lci5pbnN0YW5jZS5tb2RlID0gJ2luZGV0ZXJtaW5hdGUnO1xyXG4gICAgICB0aGlzLnJlbmRlcmVyLmFwcGVuZENoaWxkKHRoaXMubWF0QnV0dG9uLl9lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsIHRoaXMuc3Bpbm5lci5pbnN0YW5jZS5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50KTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHByaXZhdGUgZGVzdHJveVNwaW5uZXIoKTogdm9pZCB7XHJcbiAgICBpZiAodGhpcy5zcGlubmVyKSB7XHJcbiAgICAgIHRoaXMuc3Bpbm5lci5kZXN0cm95KCk7XHJcbiAgICAgIHRoaXMuc3Bpbm5lciA9IG51bGw7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { MatButtonLoadingDirective } from './mat-button-loading.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class MatButtonLoadingModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [MatButtonLoadingDirective],
|
|
14
|
-
imports: [
|
|
15
|
-
CommonModule
|
|
16
|
-
],
|
|
17
|
-
exports: [MatButtonLoadingDirective]
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { MatButtonLoadingDirective } from './mat-button-loading.directive';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class MatButtonLoadingModule {
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MatButtonLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: MatButtonLoadingModule, declarations: [MatButtonLoadingDirective], imports: [CommonModule], exports: [MatButtonLoadingDirective] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MatButtonLoadingModule, imports: [CommonModule] }); }
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MatButtonLoadingModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [MatButtonLoadingDirective],
|
|
14
|
+
imports: [
|
|
15
|
+
CommonModule
|
|
16
|
+
],
|
|
17
|
+
exports: [MatButtonLoadingDirective]
|
|
18
|
+
}]
|
|
19
|
+
}] });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0LWJ1dHRvbi1sb2FkaW5nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9kaXJlY3RpdmVzL21hdC1idXR0b24tbG9hZGluZy9tYXQtYnV0dG9uLWxvYWRpbmcubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOztBQVczRSxNQUFNLE9BQU8sc0JBQXNCOzhHQUF0QixzQkFBc0I7K0dBQXRCLHNCQUFzQixpQkFObEIseUJBQXlCLGFBRXRDLFlBQVksYUFFSix5QkFBeUI7K0dBRXhCLHNCQUFzQixZQUovQixZQUFZOzsyRkFJSCxzQkFBc0I7a0JBUGxDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMseUJBQXlCLENBQUM7b0JBQ3pDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRSxDQUFDLHlCQUF5QixDQUFDO2lCQUNyQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1hdEJ1dHRvbkxvYWRpbmdEaXJlY3RpdmUgfSBmcm9tICcuL21hdC1idXR0b24tbG9hZGluZy5kaXJlY3RpdmUnO1xyXG5cclxuXHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW01hdEJ1dHRvbkxvYWRpbmdEaXJlY3RpdmVdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZVxyXG4gIF0sXHJcbiAgZXhwb3J0czogW01hdEJ1dHRvbkxvYWRpbmdEaXJlY3RpdmVdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNYXRCdXR0b25Mb2FkaW5nTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./open-extension-dialog/open-extension-dialog.component";
|
|
1
|
+
export * from "./open-extension-dialog/open-extension-dialog.component";
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZXh0ZW5zaW9uLWRpYWxvZy9jb21wb25lbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseURBQXlELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tIFwiLi9vcGVuLWV4dGVuc2lvbi1kaWFsb2cvb3Blbi1leHRlbnNpb24tZGlhbG9nLmNvbXBvbmVudFwiOyJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../services";
|
|
4
|
-
import * as i2 from "@ngx-translate/core";
|
|
5
|
-
export class OpenExtensionDialogComponent {
|
|
6
|
-
constructor(service) {
|
|
7
|
-
this.service = service;
|
|
8
|
-
this.extensions = [];
|
|
9
|
-
}
|
|
10
|
-
open() {
|
|
11
|
-
this.service.open(this.extensions);
|
|
12
|
-
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
-
type: Component,
|
|
18
|
-
args: [{ selector: 'lib-open-extension-dialog', template: "<button type=\"button\" class=\"open-extension-popup btn-as-link\" (click)=\"open()\">\r\n {{'EXTENSION_POPUP.OPEN' | translate}}\r\n</button>", styles: ["button.open-extension-popup{font-size:.875em}\n"] }]
|
|
19
|
-
}], ctorParameters:
|
|
20
|
-
type: Input
|
|
21
|
-
}] } });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../services";
|
|
4
|
+
import * as i2 from "@ngx-translate/core";
|
|
5
|
+
export class OpenExtensionDialogComponent {
|
|
6
|
+
constructor(service) {
|
|
7
|
+
this.service = service;
|
|
8
|
+
this.extensions = [];
|
|
9
|
+
}
|
|
10
|
+
open() {
|
|
11
|
+
this.service.open(this.extensions);
|
|
12
|
+
}
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: OpenExtensionDialogComponent, deps: [{ token: i1.ExtensionDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: OpenExtensionDialogComponent, selector: "lib-open-extension-dialog", inputs: { extensions: "extensions" }, ngImport: i0, template: "<button type=\"button\" class=\"open-extension-popup btn-as-link\" (click)=\"open()\">\r\n {{'EXTENSION_POPUP.OPEN' | translate}}\r\n</button>", styles: ["button.open-extension-popup{font-size:.875em}\n"], dependencies: [{ kind: "pipe", type: i2.TranslatePipe, name: "translate" }] }); }
|
|
15
|
+
}
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: OpenExtensionDialogComponent, decorators: [{
|
|
17
|
+
type: Component,
|
|
18
|
+
args: [{ selector: 'lib-open-extension-dialog', template: "<button type=\"button\" class=\"open-extension-popup btn-as-link\" (click)=\"open()\">\r\n {{'EXTENSION_POPUP.OPEN' | translate}}\r\n</button>", styles: ["button.open-extension-popup{font-size:.875em}\n"] }]
|
|
19
|
+
}], ctorParameters: () => [{ type: i1.ExtensionDialogService }], propDecorators: { extensions: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}] } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3Blbi1leHRlbnNpb24tZGlhbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9leHRlbnNpb24tZGlhbG9nL2NvbXBvbmVudHMvb3Blbi1leHRlbnNpb24tZGlhbG9nL29wZW4tZXh0ZW5zaW9uLWRpYWxvZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvZXh0ZW5zaW9uLWRpYWxvZy9jb21wb25lbnRzL29wZW4tZXh0ZW5zaW9uLWRpYWxvZy9vcGVuLWV4dGVuc2lvbi1kaWFsb2cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFRakQsTUFBTSxPQUFPLDRCQUE0QjtJQUd2QyxZQUE2QixPQUErQjtRQUEvQixZQUFPLEdBQVAsT0FBTyxDQUF3QjtRQUZuRCxlQUFVLEdBQWEsRUFBRSxDQUFDO0lBRTZCLENBQUM7SUFFakUsSUFBSTtRQUNGLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUNyQyxDQUFDOzhHQVBVLDRCQUE0QjtrR0FBNUIsNEJBQTRCLHVHQ1J6QyxtSkFFUzs7MkZETUksNEJBQTRCO2tCQUx4QyxTQUFTOytCQUNFLDJCQUEyQjsyRkFLNUIsVUFBVTtzQkFBbEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRXh0ZW5zaW9uRGlhbG9nU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLW9wZW4tZXh0ZW5zaW9uLWRpYWxvZycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL29wZW4tZXh0ZW5zaW9uLWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vb3Blbi1leHRlbnNpb24tZGlhbG9nLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIE9wZW5FeHRlbnNpb25EaWFsb2dDb21wb25lbnQge1xyXG4gIEBJbnB1dCgpIGV4dGVuc2lvbnM6IHN0cmluZ1tdID0gW107XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgc2VydmljZTogRXh0ZW5zaW9uRGlhbG9nU2VydmljZSkgeyB9XHJcblxyXG4gIG9wZW4oKSB7XHJcbiAgICB0aGlzLnNlcnZpY2Uub3Blbih0aGlzLmV4dGVuc2lvbnMpO1xyXG4gIH1cclxuXHJcbn1cclxuIiwiPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJvcGVuLWV4dGVuc2lvbi1wb3B1cCBidG4tYXMtbGlua1wiIChjbGljayk9XCJvcGVuKClcIj5cclxuICAgIHt7J0VYVEVOU0lPTl9QT1BVUC5PUEVOJyB8IHRyYW5zbGF0ZX19XHJcbjwvYnV0dG9uPiJdfQ==
|