@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,34 +1,34 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/material/button";
|
|
4
|
-
import * as i2 from "@angular/material/tooltip";
|
|
5
|
-
import * as i3 from "@ngx-translate/core";
|
|
6
|
-
export class CloseButtonComponent {
|
|
7
|
-
constructor() {
|
|
8
|
-
// any type because emitter doesn't really need a value
|
|
9
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
10
|
-
this.tldClick = new EventEmitter();
|
|
11
|
-
this.ariaCode = "CLOSE_BUTTON";
|
|
12
|
-
}
|
|
13
|
-
clicked() {
|
|
14
|
-
this.tldClick.emit(null);
|
|
15
|
-
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
-
type: Component,
|
|
21
|
-
args: [{ selector: 'tld-close-button', template: "<button [matTooltip]=\"tooltip | translate\"\r\n#clearButton mat-icon-button (click)=\"clicked()\" [attr.aria-label]=\"'ARIA_LABELS.'+ariaCode | translate\"\r\n [disabled]=\"disabled\">\r\n <span class=\"material-icons\">\r\n close\r\n </span>\r\n</button>" }]
|
|
22
|
-
}], propDecorators: { tldClick: [{
|
|
23
|
-
type: Output
|
|
24
|
-
}], ariaCode: [{
|
|
25
|
-
type: Input
|
|
26
|
-
}], clearButton: [{
|
|
27
|
-
type: ViewChild,
|
|
28
|
-
args: ["clearButton"]
|
|
29
|
-
}], disabled: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], tooltip: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}] } });
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/material/button";
|
|
4
|
+
import * as i2 from "@angular/material/tooltip";
|
|
5
|
+
import * as i3 from "@ngx-translate/core";
|
|
6
|
+
export class CloseButtonComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
// any type because emitter doesn't really need a value
|
|
9
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
10
|
+
this.tldClick = new EventEmitter();
|
|
11
|
+
this.ariaCode = "CLOSE_BUTTON";
|
|
12
|
+
}
|
|
13
|
+
clicked() {
|
|
14
|
+
this.tldClick.emit(null);
|
|
15
|
+
}
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CloseButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: CloseButtonComponent, selector: "tld-close-button", inputs: { ariaCode: "ariaCode", disabled: "disabled", tooltip: "tooltip" }, outputs: { tldClick: "tldClick" }, viewQueries: [{ propertyName: "clearButton", first: true, predicate: ["clearButton"], descendants: true }], ngImport: i0, template: "<button [matTooltip]=\"tooltip | translate\"\r\n#clearButton mat-icon-button (click)=\"clicked()\" [attr.aria-label]=\"'ARIA_LABELS.'+ariaCode | translate\"\r\n [disabled]=\"disabled\">\r\n <span class=\"material-icons\">\r\n close\r\n </span>\r\n</button>", dependencies: [{ kind: "component", type: i1.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "directive", type: i2.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
18
|
+
}
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CloseButtonComponent, decorators: [{
|
|
20
|
+
type: Component,
|
|
21
|
+
args: [{ selector: 'tld-close-button', template: "<button [matTooltip]=\"tooltip | translate\"\r\n#clearButton mat-icon-button (click)=\"clicked()\" [attr.aria-label]=\"'ARIA_LABELS.'+ariaCode | translate\"\r\n [disabled]=\"disabled\">\r\n <span class=\"material-icons\">\r\n close\r\n </span>\r\n</button>" }]
|
|
22
|
+
}], propDecorators: { tldClick: [{
|
|
23
|
+
type: Output
|
|
24
|
+
}], ariaCode: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}], clearButton: [{
|
|
27
|
+
type: ViewChild,
|
|
28
|
+
args: ["clearButton"]
|
|
29
|
+
}], disabled: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], tooltip: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}] } });
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xvc2UtYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jbG9zZS1idXR0b24vY2xvc2UtYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jbG9zZS1idXR0b24vY2xvc2UtYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVFsRixNQUFNLE9BQU8sb0JBQW9CO0lBTGpDO1FBTUUsdURBQXVEO1FBQ3ZELDhEQUE4RDtRQUNwRCxhQUFRLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFDbEQsYUFBUSxHQUFHLGNBQWMsQ0FBQztLQVNwQztJQUhDLE9BQU87UUFDTCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQixDQUFDOzhHQVpVLG9CQUFvQjtrR0FBcEIsb0JBQW9CLG1SQ1JqQyxrUkFNUzs7MkZERUksb0JBQW9CO2tCQUxoQyxTQUFTOytCQUVFLGtCQUFrQjs4QkFNbEIsUUFBUTtzQkFBakIsTUFBTTtnQkFDRSxRQUFRO3NCQUFoQixLQUFLO2dCQUVvQixXQUFXO3NCQUFwQyxTQUFTO3VCQUFDLGFBQWE7Z0JBQ2YsUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1hdEJ1dHRvbiB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxyXG4gIHNlbGVjdG9yOiAndGxkLWNsb3NlLWJ1dHRvbicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2Nsb3NlLWJ1dHRvbi5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIENsb3NlQnV0dG9uQ29tcG9uZW50IHtcclxuICAvLyBhbnkgdHlwZSBiZWNhdXNlIGVtaXR0ZXIgZG9lc24ndCByZWFsbHkgbmVlZCBhIHZhbHVlXHJcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby1leHBsaWNpdC1hbnlcclxuICBAT3V0cHV0KCkgdGxkQ2xpY2s6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG4gIEBJbnB1dCgpIGFyaWFDb2RlID0gXCJDTE9TRV9CVVRUT05cIjtcclxuICAvLyBUaGlzIHByb3BlcnR5IGlzIGNyZWF0ZWQgc28gaXQgaXMgZWFzaWVyIHRvIGFjY2VzcyByZWFsIGJ1dHRvbiBmcm9tIG91dHNpZGUgY29tcG9uZW50LlxyXG4gIEBWaWV3Q2hpbGQoXCJjbGVhckJ1dHRvblwiKSBjbGVhckJ1dHRvbiE6IE1hdEJ1dHRvbjtcclxuICBASW5wdXQoKSBkaXNhYmxlZCE6IGJvb2xlYW47XHJcbiAgQElucHV0KCkgdG9vbHRpcCE6IHN0cmluZztcclxuXHJcbiAgY2xpY2tlZCgpIHtcclxuICAgIHRoaXMudGxkQ2xpY2suZW1pdChudWxsKTtcclxuICB9XHJcbn1cclxuIiwiPGJ1dHRvbiBbbWF0VG9vbHRpcF09XCJ0b29sdGlwIHwgdHJhbnNsYXRlXCJcclxuI2NsZWFyQnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwiY2xpY2tlZCgpXCIgW2F0dHIuYXJpYS1sYWJlbF09XCInQVJJQV9MQUJFTFMuJythcmlhQ29kZSB8IHRyYW5zbGF0ZVwiXHJcbiAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIj5cclxuICAgIDxzcGFuIGNsYXNzPVwibWF0ZXJpYWwtaWNvbnNcIj5cclxuICAgICAgICBjbG9zZVxyXG4gICAgPC9zcGFuPlxyXG48L2J1dHRvbj4iXX0=
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { CloseButtonComponent } from './close-button.component';
|
|
4
|
-
import { MatButtonModule } from '@angular/material/button';
|
|
5
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
6
|
-
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class CloseButtonModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
11
|
-
MatButtonModule,
|
|
12
|
-
TranslateModule,
|
|
13
|
-
MatTooltipModule], exports: [CloseButtonComponent] }); }
|
|
14
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
15
|
-
MatButtonModule,
|
|
16
|
-
TranslateModule,
|
|
17
|
-
MatTooltipModule] }); }
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
-
type: NgModule,
|
|
21
|
-
args: [{
|
|
22
|
-
declarations: [
|
|
23
|
-
CloseButtonComponent
|
|
24
|
-
],
|
|
25
|
-
imports: [
|
|
26
|
-
CommonModule,
|
|
27
|
-
MatButtonModule,
|
|
28
|
-
TranslateModule,
|
|
29
|
-
MatTooltipModule
|
|
30
|
-
],
|
|
31
|
-
exports: [
|
|
32
|
-
CloseButtonComponent
|
|
33
|
-
]
|
|
34
|
-
}]
|
|
35
|
-
}] });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { CloseButtonComponent } from './close-button.component';
|
|
4
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
5
|
+
import { TranslateModule } from '@ngx-translate/core';
|
|
6
|
+
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export class CloseButtonModule {
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CloseButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: CloseButtonModule, declarations: [CloseButtonComponent], imports: [CommonModule,
|
|
11
|
+
MatButtonModule,
|
|
12
|
+
TranslateModule,
|
|
13
|
+
MatTooltipModule], exports: [CloseButtonComponent] }); }
|
|
14
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CloseButtonModule, imports: [CommonModule,
|
|
15
|
+
MatButtonModule,
|
|
16
|
+
TranslateModule,
|
|
17
|
+
MatTooltipModule] }); }
|
|
18
|
+
}
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CloseButtonModule, decorators: [{
|
|
20
|
+
type: NgModule,
|
|
21
|
+
args: [{
|
|
22
|
+
declarations: [
|
|
23
|
+
CloseButtonComponent
|
|
24
|
+
],
|
|
25
|
+
imports: [
|
|
26
|
+
CommonModule,
|
|
27
|
+
MatButtonModule,
|
|
28
|
+
TranslateModule,
|
|
29
|
+
MatTooltipModule
|
|
30
|
+
],
|
|
31
|
+
exports: [
|
|
32
|
+
CloseButtonComponent
|
|
33
|
+
]
|
|
34
|
+
}]
|
|
35
|
+
}] });
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xvc2UtYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jbG9zZS1idXR0b24vY2xvc2UtYnV0dG9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQWtCN0QsTUFBTSxPQUFPLGlCQUFpQjs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsaUJBWjFCLG9CQUFvQixhQUdwQixZQUFZO1lBQ1osZUFBZTtZQUNmLGVBQWU7WUFDZixnQkFBZ0IsYUFHaEIsb0JBQW9COytHQUdYLGlCQUFpQixZQVQxQixZQUFZO1lBQ1osZUFBZTtZQUNmLGVBQWU7WUFDZixnQkFBZ0I7OzJGQU1QLGlCQUFpQjtrQkFkN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3FCQUNyQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixlQUFlO3dCQUNmLGVBQWU7d0JBQ2YsZ0JBQWdCO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3FCQUNyQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENsb3NlQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9jbG9zZS1idXR0b24uY29tcG9uZW50JztcclxuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcbmltcG9ydCB7IE1hdFRvb2x0aXBNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcclxuXHJcblxyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIENsb3NlQnV0dG9uQ29tcG9uZW50XHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBNYXRCdXR0b25Nb2R1bGUsXHJcbiAgICBUcmFuc2xhdGVNb2R1bGUsXHJcbiAgICBNYXRUb29sdGlwTW9kdWxlXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBDbG9zZUJ1dHRvbkNvbXBvbmVudFxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIENsb3NlQnV0dG9uTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./close-button.component";
|
|
2
|
-
export * from "./close-button.module";
|
|
1
|
+
export * from "./close-button.component";
|
|
2
|
+
export * from "./close-button.module";
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY2xvc2UtYnV0dG9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gXCIuL2Nsb3NlLWJ1dHRvbi5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vY2xvc2UtYnV0dG9uLm1vZHVsZVwiOyJdfQ==
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class CompanyProductComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.company = "";
|
|
7
|
-
this.product = "";
|
|
8
|
-
}
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
-
type: Component,
|
|
14
|
-
args: [{ selector: 'lib-company-product', template: "<div fxHide.lt-md class=\"tilde-product-title\">\r\n <span class=\"company\">\r\n {{company | uppercase}}\r\n </span>\r\n <span class=\"product\">\r\n {{product}}\r\n </span>\r\n</div>", styles: [".tilde-product-title{font-family:Roboto;text-decoration:none!important}.tilde-product-title .company{font-weight:700;font-size:.75rem;line-height:1rem;color:#616e7c;letter-spacing:1px;display:block}.tilde-product-title .product{font-weight:500;font-size:1.25rem;line-height:1.5rem;color:#1f2933;display:block}\n"] }]
|
|
15
|
-
}], propDecorators: { company: [{
|
|
16
|
-
type: Input
|
|
17
|
-
}], product: [{
|
|
18
|
-
type: Input
|
|
19
|
-
}] } });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
export class CompanyProductComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.company = "";
|
|
7
|
+
this.product = "";
|
|
8
|
+
}
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CompanyProductComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: CompanyProductComponent, selector: "lib-company-product", inputs: { company: "company", product: "product" }, ngImport: i0, template: "<div fxHide.lt-md class=\"tilde-product-title\">\r\n <span class=\"company\">\r\n {{company | uppercase}}\r\n </span>\r\n <span class=\"product\">\r\n {{product}}\r\n </span>\r\n</div>", styles: [".tilde-product-title{font-family:Roboto;text-decoration:none!important}.tilde-product-title .company{font-weight:700;font-size:.75rem;line-height:1rem;color:#616e7c;letter-spacing:1px;display:block}.tilde-product-title .product{font-weight:500;font-size:1.25rem;line-height:1.5rem;color:#1f2933;display:block}\n"], dependencies: [{ kind: "pipe", type: i1.UpperCasePipe, name: "uppercase" }] }); }
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CompanyProductComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: 'lib-company-product', template: "<div fxHide.lt-md class=\"tilde-product-title\">\r\n <span class=\"company\">\r\n {{company | uppercase}}\r\n </span>\r\n <span class=\"product\">\r\n {{product}}\r\n </span>\r\n</div>", styles: [".tilde-product-title{font-family:Roboto;text-decoration:none!important}.tilde-product-title .company{font-weight:700;font-size:.75rem;line-height:1rem;color:#616e7c;letter-spacing:1px;display:block}.tilde-product-title .product{font-weight:500;font-size:1.25rem;line-height:1.5rem;color:#1f2933;display:block}\n"] }]
|
|
15
|
+
}], propDecorators: { company: [{
|
|
16
|
+
type: Input
|
|
17
|
+
}], product: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}] } });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGFueS1wcm9kdWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jb21wYW55LXByb2R1Y3QvY29tcGFueS1wcm9kdWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jb21wYW55LXByb2R1Y3QvY29tcGFueS1wcm9kdWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPakQsTUFBTSxPQUFPLHVCQUF1QjtJQUxwQztRQU9XLFlBQU8sR0FBRyxFQUFFLENBQUM7UUFDYixZQUFPLEdBQUcsRUFBRSxDQUFDO0tBRXZCOzhHQUxZLHVCQUF1QjtrR0FBdkIsdUJBQXVCLCtHQ1BwQyxvTkFPTTs7MkZEQU8sdUJBQXVCO2tCQUxuQyxTQUFTOytCQUNFLHFCQUFxQjs4QkFNdEIsT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWNvbXBhbnktcHJvZHVjdCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NvbXBhbnktcHJvZHVjdC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vY29tcGFueS1wcm9kdWN0LmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIENvbXBhbnlQcm9kdWN0Q29tcG9uZW50e1xyXG5cclxuICBASW5wdXQoKSBjb21wYW55ID0gXCJcIjtcclxuICBASW5wdXQoKSBwcm9kdWN0ID0gXCJcIjtcclxuXHJcbn1cclxuIiwiPGRpdiBmeEhpZGUubHQtbWQgY2xhc3M9XCJ0aWxkZS1wcm9kdWN0LXRpdGxlXCI+XHJcbiAgICA8c3BhbiBjbGFzcz1cImNvbXBhbnlcIj5cclxuICAgICAgICB7e2NvbXBhbnkgfCB1cHBlcmNhc2V9fVxyXG4gICAgPC9zcGFuPlxyXG4gICAgPHNwYW4gY2xhc3M9XCJwcm9kdWN0XCI+XHJcbiAgICAgICAge3twcm9kdWN0fX1cclxuICAgIDwvc3Bhbj5cclxuPC9kaXY+Il19
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { CompanyProductComponent } from './company-product.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class CompanyProductModule {
|
|
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
|
-
CompanyProductComponent
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule
|
|
18
|
-
],
|
|
19
|
-
exports: [CompanyProductComponent]
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { CompanyProductComponent } from './company-product.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class CompanyProductModule {
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CompanyProductModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: CompanyProductModule, declarations: [CompanyProductComponent], imports: [CommonModule], exports: [CompanyProductComponent] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CompanyProductModule, imports: [CommonModule] }); }
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: CompanyProductModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [
|
|
14
|
+
CompanyProductComponent
|
|
15
|
+
],
|
|
16
|
+
imports: [
|
|
17
|
+
CommonModule
|
|
18
|
+
],
|
|
19
|
+
exports: [CompanyProductComponent]
|
|
20
|
+
}]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGFueS1wcm9kdWN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jb21wYW55LXByb2R1Y3QvY29tcGFueS1wcm9kdWN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7QUFhdEUsTUFBTSxPQUFPLG9CQUFvQjs4R0FBcEIsb0JBQW9COytHQUFwQixvQkFBb0IsaUJBUDdCLHVCQUF1QixhQUd2QixZQUFZLGFBRUosdUJBQXVCOytHQUV0QixvQkFBb0IsWUFKN0IsWUFBWTs7MkZBSUgsb0JBQW9CO2tCQVRoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWix1QkFBdUI7cUJBQ3hCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRSxDQUFDLHVCQUF1QixDQUFDO2lCQUNuQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENvbXBhbnlQcm9kdWN0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wYW55LXByb2R1Y3QuY29tcG9uZW50JztcclxuXHJcblxyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIENvbXBhbnlQcm9kdWN0Q29tcG9uZW50XHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtDb21wYW55UHJvZHVjdENvbXBvbmVudF1cclxufSlcclxuZXhwb3J0IGNsYXNzIENvbXBhbnlQcm9kdWN0TW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./company-product.component";
|
|
2
|
-
export * from "./company-product.module";
|
|
1
|
+
export * from "./company-product.component";
|
|
2
|
+
export * from "./company-product.module";
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY29tcGFueS1wcm9kdWN0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gXCIuL2NvbXBhbnktcHJvZHVjdC5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vY29tcGFueS1wcm9kdWN0Lm1vZHVsZVwiOyJdfQ==
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Component, Inject } from '@angular/core';
|
|
2
|
-
import { MAT_DIALOG_DATA } from '@angular/material/dialog';
|
|
3
|
-
import { Confirmation } from './models/confirmation.enum';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/material/dialog";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "@angular/material/button";
|
|
8
|
-
import * as i4 from "@ngx-translate/core";
|
|
9
|
-
export class ConfirmationModalComponent {
|
|
10
|
-
constructor(dialogRef, data) {
|
|
11
|
-
this.dialogRef = dialogRef;
|
|
12
|
-
this.data = data;
|
|
13
|
-
this.confirmation = Confirmation;
|
|
14
|
-
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
17
|
-
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
-
type: Component,
|
|
20
|
-
args: [{ selector: 'lib-confirmation-modal', template: "<h1 mat-dialog-title>{{ data.title | translate }}</h1>\r\n<div mat-dialog-content>\r\n <p>{{ data.descriptioon | translate }}</p>\r\n \r\n <ul *ngIf=\"data.details\">\r\n <li *ngFor=\"let extraData of data.details\">\r\n {{ extraData }}\r\n </li>\r\n </ul>\r\n</div>\r\n<div class=\"d-flex justify-content-center\" mat-dialog-actions>\r\n <button mat-flat-button color=\"accent\" [mat-dialog-close]=\"confirmation.PRIMARY\">\r\n {{ data.confirmationText | translate }}\r\n </button>\r\n <button mat-stroked-button color=\"accent\" class=\"ml-3\" [mat-dialog-close]=\"confirmation.SECONDARY\">\r\n {{ data.rejectionText | translate }}\r\n </button>\r\n</div>\r\n" }]
|
|
21
|
-
}], ctorParameters:
|
|
22
|
-
type: Inject,
|
|
23
|
-
args: [MAT_DIALOG_DATA]
|
|
24
|
-
}] }]
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Inject } from '@angular/core';
|
|
2
|
+
import { MAT_DIALOG_DATA } from '@angular/material/dialog';
|
|
3
|
+
import { Confirmation } from './models/confirmation.enum';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/material/dialog";
|
|
6
|
+
import * as i2 from "@angular/common";
|
|
7
|
+
import * as i3 from "@angular/material/button";
|
|
8
|
+
import * as i4 from "@ngx-translate/core";
|
|
9
|
+
export class ConfirmationModalComponent {
|
|
10
|
+
constructor(dialogRef, data) {
|
|
11
|
+
this.dialogRef = dialogRef;
|
|
12
|
+
this.data = data;
|
|
13
|
+
this.confirmation = Confirmation;
|
|
14
|
+
}
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationModalComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
16
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: ConfirmationModalComponent, selector: "lib-confirmation-modal", ngImport: i0, template: "<h1 mat-dialog-title>{{ data.title | translate }}</h1>\r\n<div mat-dialog-content>\r\n <p>{{ data.descriptioon | translate }}</p>\r\n \r\n <ul *ngIf=\"data.details\">\r\n <li *ngFor=\"let extraData of data.details\">\r\n {{ extraData }}\r\n </li>\r\n </ul>\r\n</div>\r\n<div class=\"d-flex justify-content-center\" mat-dialog-actions>\r\n <button mat-flat-button color=\"accent\" [mat-dialog-close]=\"confirmation.PRIMARY\">\r\n {{ data.confirmationText | translate }}\r\n </button>\r\n <button mat-stroked-button color=\"accent\" class=\"ml-3\" [mat-dialog-close]=\"confirmation.SECONDARY\">\r\n {{ data.rejectionText | translate }}\r\n </button>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "component", type: i3.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "pipe", type: i4.TranslatePipe, name: "translate" }] }); }
|
|
17
|
+
}
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationModalComponent, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'lib-confirmation-modal', template: "<h1 mat-dialog-title>{{ data.title | translate }}</h1>\r\n<div mat-dialog-content>\r\n <p>{{ data.descriptioon | translate }}</p>\r\n \r\n <ul *ngIf=\"data.details\">\r\n <li *ngFor=\"let extraData of data.details\">\r\n {{ extraData }}\r\n </li>\r\n </ul>\r\n</div>\r\n<div class=\"d-flex justify-content-center\" mat-dialog-actions>\r\n <button mat-flat-button color=\"accent\" [mat-dialog-close]=\"confirmation.PRIMARY\">\r\n {{ data.confirmationText | translate }}\r\n </button>\r\n <button mat-stroked-button color=\"accent\" class=\"ml-3\" [mat-dialog-close]=\"confirmation.SECONDARY\">\r\n {{ data.rejectionText | translate }}\r\n </button>\r\n</div>\r\n" }]
|
|
21
|
+
}], ctorParameters: () => [{ type: i1.MatDialogRef }, { type: undefined, decorators: [{
|
|
22
|
+
type: Inject,
|
|
23
|
+
args: [MAT_DIALOG_DATA]
|
|
24
|
+
}] }] });
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBZ0IsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFekUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDRCQUE0QixDQUFDOzs7Ozs7QUFPMUQsTUFBTSxPQUFPLDBCQUEwQjtJQUdyQyxZQUNTLFNBQW1ELEVBQzFCLElBQXNCO1FBRC9DLGNBQVMsR0FBVCxTQUFTLENBQTBDO1FBQzFCLFNBQUksR0FBSixJQUFJLENBQWtCO1FBSnhELGlCQUFZLEdBQUcsWUFBWSxDQUFDO0lBTTVCLENBQUM7OEdBUFUsMEJBQTBCLDhDQUszQixlQUFlO2tHQUxkLDBCQUEwQiw4RENWdkMsZ3JCQWtCQTs7MkZEUmEsMEJBQTBCO2tCQUx0QyxTQUFTOytCQUNFLHdCQUF3Qjs7MEJBUy9CLE1BQU07MkJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5qZWN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1hdERpYWxvZ1JlZiwgTUFUX0RJQUxPR19EQVRBIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcclxuaW1wb3J0IHsgQ29uZmlybWF0aW9uQm9keSB9IGZyb20gJy4vbW9kZWxzL2NvbmZpcm1hdGlvbi1ib2R5Lm1vZGVsJztcclxuaW1wb3J0IHsgQ29uZmlybWF0aW9uIH0gZnJvbSAnLi9tb2RlbHMvY29uZmlybWF0aW9uLmVudW0nO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItY29uZmlybWF0aW9uLW1vZGFsJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9jb25maXJtYXRpb24tbW9kYWwuY29tcG9uZW50LnNjc3MnXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIENvbmZpcm1hdGlvbk1vZGFsQ29tcG9uZW50IHtcclxuICBjb25maXJtYXRpb24gPSBDb25maXJtYXRpb247XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIGRpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPENvbmZpcm1hdGlvbk1vZGFsQ29tcG9uZW50PixcclxuICAgIEBJbmplY3QoTUFUX0RJQUxPR19EQVRBKSBwdWJsaWMgZGF0YTogQ29uZmlybWF0aW9uQm9keVxyXG4gICkge1xyXG4gIH1cclxufVxyXG4iLCI8aDEgbWF0LWRpYWxvZy10aXRsZT57eyBkYXRhLnRpdGxlIHwgdHJhbnNsYXRlIH19PC9oMT5cclxuPGRpdiBtYXQtZGlhbG9nLWNvbnRlbnQ+XHJcbiAgPHA+e3sgZGF0YS5kZXNjcmlwdGlvb24gfCB0cmFuc2xhdGUgfX08L3A+XHJcbiAgXHJcbiAgPHVsICpuZ0lmPVwiZGF0YS5kZXRhaWxzXCI+XHJcbiAgICA8bGkgKm5nRm9yPVwibGV0IGV4dHJhRGF0YSBvZiBkYXRhLmRldGFpbHNcIj5cclxuICAgICAge3sgZXh0cmFEYXRhIH19XHJcbiAgICA8L2xpPlxyXG4gIDwvdWw+XHJcbjwvZGl2PlxyXG48ZGl2IGNsYXNzPVwiZC1mbGV4IGp1c3RpZnktY29udGVudC1jZW50ZXJcIiBtYXQtZGlhbG9nLWFjdGlvbnM+XHJcbiAgPGJ1dHRvbiBtYXQtZmxhdC1idXR0b24gY29sb3I9XCJhY2NlbnRcIiBbbWF0LWRpYWxvZy1jbG9zZV09XCJjb25maXJtYXRpb24uUFJJTUFSWVwiPlxyXG4gICAge3sgZGF0YS5jb25maXJtYXRpb25UZXh0IHwgdHJhbnNsYXRlIH19XHJcbiAgPC9idXR0b24+XHJcbiAgPGJ1dHRvbiBtYXQtc3Ryb2tlZC1idXR0b24gY29sb3I9XCJhY2NlbnRcIiBjbGFzcz1cIm1sLTNcIiBbbWF0LWRpYWxvZy1jbG9zZV09XCJjb25maXJtYXRpb24uU0VDT05EQVJZXCI+XHJcbiAgICB7eyBkYXRhLnJlamVjdGlvblRleHQgfCB0cmFuc2xhdGUgfX1cclxuICA8L2J1dHRvbj5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { MatDialogModule } from '@angular/material/dialog';
|
|
4
|
-
import { MatButtonModule } from '@angular/material/button';
|
|
5
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
6
|
-
import { ConfirmationModalComponent } from './confirmation-modal.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class ConfirmationModalModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
declarations: [ConfirmationModalComponent],
|
|
17
|
-
imports: [CommonModule, MatDialogModule, MatButtonModule, TranslateModule],
|
|
18
|
-
exports: [ConfirmationModalComponent],
|
|
19
|
-
}]
|
|
20
|
-
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { MatDialogModule } from '@angular/material/dialog';
|
|
4
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
5
|
+
import { TranslateModule } from '@ngx-translate/core';
|
|
6
|
+
import { ConfirmationModalComponent } from './confirmation-modal.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export class ConfirmationModalModule {
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationModalModule, declarations: [ConfirmationModalComponent], imports: [CommonModule, MatDialogModule, MatButtonModule, TranslateModule], exports: [ConfirmationModalComponent] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationModalModule, imports: [CommonModule, MatDialogModule, MatButtonModule, TranslateModule] }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationModalModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
declarations: [ConfirmationModalComponent],
|
|
17
|
+
imports: [CommonModule, MatDialogModule, MatButtonModule, TranslateModule],
|
|
18
|
+
exports: [ConfirmationModalComponent],
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uLW1vZGFsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7QUFPNUUsTUFBTSxPQUFPLHVCQUF1Qjs4R0FBdkIsdUJBQXVCOytHQUF2Qix1QkFBdUIsaUJBSm5CLDBCQUEwQixhQUMvQixZQUFZLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSxlQUFlLGFBQy9ELDBCQUEwQjsrR0FFekIsdUJBQXVCLFlBSHhCLFlBQVksRUFBRSxlQUFlLEVBQUUsZUFBZSxFQUFFLGVBQWU7OzJGQUc5RCx1QkFBdUI7a0JBTG5DLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsMEJBQTBCLENBQUM7b0JBQzFDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxlQUFlLEVBQUUsZUFBZSxFQUFFLGVBQWUsQ0FBQztvQkFDMUUsT0FBTyxFQUFFLENBQUMsMEJBQTBCLENBQUM7aUJBQ3RDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTWF0RGlhbG9nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcclxuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcbmltcG9ydCB7IENvbmZpcm1hdGlvbk1vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi9jb25maXJtYXRpb24tbW9kYWwuY29tcG9uZW50JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbQ29uZmlybWF0aW9uTW9kYWxDb21wb25lbnRdLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE1hdERpYWxvZ01vZHVsZSwgTWF0QnV0dG9uTW9kdWxlLCBUcmFuc2xhdGVNb2R1bGVdLFxyXG4gIGV4cG9ydHM6IFtDb25maXJtYXRpb25Nb2RhbENvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDb25maXJtYXRpb25Nb2RhbE1vZHVsZSB7fVxyXG4iXX0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './confirmation-modal.component';
|
|
2
|
-
export * from './confirmation-modal.module';
|
|
3
|
-
export * from './models/confirmation-body.model';
|
|
4
|
-
export * from './models/confirmation.enum';
|
|
5
|
-
export * from './services';
|
|
1
|
+
export * from './confirmation-modal.component';
|
|
2
|
+
export * from './confirmation-modal.module';
|
|
3
|
+
export * from './models/confirmation-body.model';
|
|
4
|
+
export * from './models/confirmation.enum';
|
|
5
|
+
export * from './services';
|
|
6
6
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxZQUFZLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbmZpcm1hdGlvbi1tb2RhbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2NvbmZpcm1hdGlvbi1tb2RhbC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL21vZGVscy9jb25maXJtYXRpb24tYm9keS5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWxzL2NvbmZpcm1hdGlvbi5lbnVtJztcclxuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcyc7XHJcbiJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uLWJvZHkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL21vZGVscy9jb25maXJtYXRpb24tYm9keS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBDb25maXJtYXRpb25Cb2R5IHtcclxuICB0aXRsZTogc3RyaW5nO1xyXG4gIGRlc2NyaXB0aW9vbjogc3RyaW5nO1xyXG4gIGNvbmZpcm1hdGlvblRleHQ6IHN0cmluZztcclxuICByZWplY3Rpb25UZXh0OiBzdHJpbmc7XHJcblxyXG4gIC8qKiBwcm9wZXJ0eSB0byBkaXNwbGF5IGV4dHJhIGNvbmZpcm1hdGlvbiBkZXRhaWxzIChlZy4gc2VsZWN0ZWQgZW5naW5lIG5hbWVzKSAqL1xyXG4gIGRldGFpbHM/OiBzdHJpbmdbXTtcclxufVxyXG4iXX0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export var Confirmation;
|
|
2
|
-
(function (Confirmation) {
|
|
3
|
-
Confirmation[Confirmation["PRIMARY"] = 1] = "PRIMARY";
|
|
4
|
-
Confirmation[Confirmation["SECONDARY"] = 2] = "SECONDARY";
|
|
5
|
-
})(Confirmation || (Confirmation = {}));
|
|
1
|
+
export var Confirmation;
|
|
2
|
+
(function (Confirmation) {
|
|
3
|
+
Confirmation[Confirmation["PRIMARY"] = 1] = "PRIMARY";
|
|
4
|
+
Confirmation[Confirmation["SECONDARY"] = 2] = "SECONDARY";
|
|
5
|
+
})(Confirmation || (Confirmation = {}));
|
|
6
6
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL21vZGVscy9jb25maXJtYXRpb24uZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxZQUdYO0FBSEQsV0FBWSxZQUFZO0lBQ3RCLHFEQUFXLENBQUE7SUFDWCx5REFBYSxDQUFBO0FBQ2YsQ0FBQyxFQUhXLFlBQVksS0FBWixZQUFZLFFBR3ZCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gQ29uZmlybWF0aW9uIHtcclxuICBQUklNQVJZID0gMSxcclxuICBTRUNPTkRBUlkgPSAyLFxyXG59XHJcbiJdfQ==
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { ConfirmationModalComponent } from '../confirmation-modal.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/material/dialog";
|
|
5
|
-
export class ConfirmationService {
|
|
6
|
-
constructor(dialog) {
|
|
7
|
-
this.dialog = dialog;
|
|
8
|
-
}
|
|
9
|
-
openDialog(data) {
|
|
10
|
-
const dialogRef = this.dialog.open(ConfirmationModalComponent, {
|
|
11
|
-
data: data,
|
|
12
|
-
width: '40rem'
|
|
13
|
-
});
|
|
14
|
-
return dialogRef.afterClosed();
|
|
15
|
-
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
-
type: Injectable,
|
|
21
|
-
args: [{
|
|
22
|
-
providedIn: 'root'
|
|
23
|
-
}]
|
|
24
|
-
}], ctorParameters:
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { ConfirmationModalComponent } from '../confirmation-modal.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/material/dialog";
|
|
5
|
+
export class ConfirmationService {
|
|
6
|
+
constructor(dialog) {
|
|
7
|
+
this.dialog = dialog;
|
|
8
|
+
}
|
|
9
|
+
openDialog(data) {
|
|
10
|
+
const dialogRef = this.dialog.open(ConfirmationModalComponent, {
|
|
11
|
+
data: data,
|
|
12
|
+
width: '40rem'
|
|
13
|
+
});
|
|
14
|
+
return dialogRef.afterClosed();
|
|
15
|
+
}
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationService, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationService, providedIn: 'root' }); }
|
|
18
|
+
}
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ConfirmationService, decorators: [{
|
|
20
|
+
type: Injectable,
|
|
21
|
+
args: [{
|
|
22
|
+
providedIn: 'root'
|
|
23
|
+
}]
|
|
24
|
+
}], ctorParameters: () => [{ type: i1.MatDialog }] });
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL3NlcnZpY2VzL2NvbmZpcm1hdGlvbi5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHM0MsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0saUNBQWlDLENBQUM7OztBQU83RSxNQUFNLE9BQU8sbUJBQW1CO0lBRTlCLFlBQTZCLE1BQWlCO1FBQWpCLFdBQU0sR0FBTixNQUFNLENBQVc7SUFBSSxDQUFDO0lBRW5ELFVBQVUsQ0FBQyxJQUFzQjtRQUMvQixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQywwQkFBMEIsRUFBRTtZQUM3RCxJQUFJLEVBQUUsSUFBSTtZQUNWLEtBQUssRUFBRSxPQUFPO1NBQ2YsQ0FBQyxDQUFDO1FBRUgsT0FBTyxTQUFTLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDakMsQ0FBQzs4R0FYVSxtQkFBbUI7a0hBQW5CLG1CQUFtQixjQUZsQixNQUFNOzsyRkFFUCxtQkFBbUI7a0JBSC9CLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXREaWFsb2cgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IENvbmZpcm1hdGlvbk1vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi4vY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IENvbmZpcm1hdGlvbkJvZHkgfSBmcm9tICcuLi9tb2RlbHMvY29uZmlybWF0aW9uLWJvZHkubW9kZWwnO1xyXG5pbXBvcnQgeyBDb25maXJtYXRpb24gfSBmcm9tICcuLi9tb2RlbHMvY29uZmlybWF0aW9uLmVudW0nO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290J1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ29uZmlybWF0aW9uU2VydmljZSB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgZGlhbG9nOiBNYXREaWFsb2cpIHsgfVxyXG5cclxuICBvcGVuRGlhbG9nKGRhdGE6IENvbmZpcm1hdGlvbkJvZHkpOiBPYnNlcnZhYmxlPENvbmZpcm1hdGlvbj4ge1xyXG4gICAgY29uc3QgZGlhbG9nUmVmID0gdGhpcy5kaWFsb2cub3BlbihDb25maXJtYXRpb25Nb2RhbENvbXBvbmVudCwge1xyXG4gICAgICBkYXRhOiBkYXRhLFxyXG4gICAgICB3aWR0aDogJzQwcmVtJ1xyXG4gICAgfSk7XHJcblxyXG4gICAgcmV0dXJuIGRpYWxvZ1JlZi5hZnRlckNsb3NlZCgpO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './confirmation.service';
|
|
1
|
+
export * from './confirmation.service';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL3NlcnZpY2VzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbmZpcm1hdGlvbi5zZXJ2aWNlJztcclxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './screen-size.const';
|
|
1
|
+
export * from './screen-size.const';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY29uc3RhbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NjcmVlbi1zaXplLmNvbnN0JzsiXX0=
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/**
|
|
2
|
-
This properties are same defined as Angular material min-width breakpoints.
|
|
3
|
-
https://material.angular.io/cdk/layout/overview
|
|
4
|
-
*/
|
|
5
|
-
export const SCREEN_SIZE = {
|
|
6
|
-
SMALL: 600,
|
|
7
|
-
MEDIUM: 960,
|
|
8
|
-
LARGE: 1280,
|
|
9
|
-
XLARGE: 1920,
|
|
10
|
-
};
|
|
1
|
+
/**
|
|
2
|
+
This properties are same defined as Angular material min-width breakpoints.
|
|
3
|
+
https://material.angular.io/cdk/layout/overview
|
|
4
|
+
*/
|
|
5
|
+
export const SCREEN_SIZE = {
|
|
6
|
+
SMALL: 600,
|
|
7
|
+
MEDIUM: 960,
|
|
8
|
+
LARGE: 1280,
|
|
9
|
+
XLARGE: 1920,
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NyZWVuLXNpemUuY29uc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvY29uc3RhbnRzL3NjcmVlbi1zaXplLmNvbnN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7RUFHRTtBQUVGLE1BQU0sQ0FBQyxNQUFNLFdBQVcsR0FBRztJQUN6QixLQUFLLEVBQUUsR0FBRztJQUNWLE1BQU0sRUFBRSxHQUFHO0lBQ1gsS0FBSyxFQUFFLElBQUk7SUFDWCxNQUFNLEVBQUUsSUFBSTtDQUNiLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiogXHJcbiAgVGhpcyBwcm9wZXJ0aWVzIGFyZSBzYW1lIGRlZmluZWQgYXMgQW5ndWxhciBtYXRlcmlhbCBtaW4td2lkdGggYnJlYWtwb2ludHMuXHJcbiAgaHR0cHM6Ly9tYXRlcmlhbC5hbmd1bGFyLmlvL2Nkay9sYXlvdXQvb3ZlcnZpZXdcclxuKi9cclxuXHJcbmV4cG9ydCBjb25zdCBTQ1JFRU5fU0laRSA9IHtcclxuICBTTUFMTDogNjAwLFxyXG4gIE1FRElVTTogOTYwLFxyXG4gIExBUkdFOiAxMjgwLFxyXG4gIFhMQVJHRTogMTkyMCxcclxufTtcclxuIl19
|