@tilde-nlp/ngx-common 7.0.1 → 8.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/fesm2022/tilde-nlp-ngx-common.mjs +88 -102
- package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
- package/index.d.ts +2469 -3
- package/package.json +6 -6
- package/web-components/index.html +1 -1
- package/web-components/main.js +26 -32
- package/web-components/polyfills.js +4 -3
- package/web-components/styles.css +1 -1
- package/lib/close-button/close-button.component.d.ts +0 -13
- package/lib/close-button/close-button.module.d.ts +0 -11
- package/lib/close-button/index.d.ts +0 -2
- package/lib/company-product/company-product.component.d.ts +0 -7
- package/lib/company-product/company-product.module.d.ts +0 -8
- package/lib/company-product/index.d.ts +0 -2
- package/lib/confirmation-modal/confirmation-modal.component.d.ts +0 -12
- package/lib/confirmation-modal/confirmation-modal.module.d.ts +0 -11
- package/lib/confirmation-modal/index.d.ts +0 -5
- package/lib/confirmation-modal/models/confirmation-body.model.d.ts +0 -8
- package/lib/confirmation-modal/models/confirmation.enum.d.ts +0 -4
- package/lib/confirmation-modal/services/confirmation.service.d.ts +0 -12
- package/lib/confirmation-modal/services/index.d.ts +0 -1
- package/lib/constants/error-codes.const.d.ts +0 -3
- package/lib/constants/index.d.ts +0 -3
- package/lib/constants/last-used-system-local-storage-key.const.d.ts +0 -5
- package/lib/constants/screen-size.const.d.ts +0 -10
- package/lib/core/auth/addon.model.d.ts +0 -4
- package/lib/core/auth/auth-subscription.model.d.ts +0 -12
- package/lib/core/auth/index.d.ts +0 -4
- package/lib/core/auth/jwt-token.model.d.ts +0 -30
- package/lib/core/auth/subscription-plan.enum.d.ts +0 -16
- package/lib/core/index.d.ts +0 -3
- package/lib/core/localization/index.d.ts +0 -2
- package/lib/core/localization/missing-translation-handler.service.d.ts +0 -8
- package/lib/core/localization/select-language-dialog-component/index.d.ts +0 -1
- package/lib/core/localization/select-language-dialog-component/select-language-dialog.component.d.ts +0 -15
- package/lib/core/title-strategy/custom-title-strategy.provider.d.ts +0 -2
- package/lib/core/title-strategy/custom-title-strategy.service.d.ts +0 -14
- package/lib/core/title-strategy/index.d.ts +0 -2
- package/lib/directives/click-outside/click-outside.directive.d.ts +0 -10
- package/lib/directives/click-outside/click-outside.module.d.ts +0 -8
- package/lib/directives/click-outside/index.d.ts +0 -2
- package/lib/directives/drag-and-drop/drag-and-drop.directive.d.ts +0 -14
- package/lib/directives/drag-and-drop/drag-and-drop.module.d.ts +0 -8
- package/lib/directives/drag-and-drop/index.d.ts +0 -2
- package/lib/directives/index.d.ts +0 -3
- package/lib/directives/mat-button-loading/index.d.ts +0 -2
- package/lib/directives/mat-button-loading/mat-button-loading.directive.d.ts +0 -18
- package/lib/directives/mat-button-loading/mat-button-loading.module.d.ts +0 -8
- package/lib/extension-dialog/components/index.d.ts +0 -1
- package/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.d.ts +0 -10
- package/lib/extension-dialog/extension-dialog.component.d.ts +0 -21
- package/lib/extension-dialog/extension-dialog.module.d.ts +0 -15
- package/lib/extension-dialog/icons/file-types/excel.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/file-types/index.d.ts +0 -9
- package/lib/extension-dialog/icons/file-types/interchange.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/file-types/office-other.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/file-types/other.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/file-types/pdf.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/file-types/powerpoint.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/file-types/scanned.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/file-types/web.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/file-types/word.icon.d.ts +0 -1
- package/lib/extension-dialog/icons/index.d.ts +0 -1
- package/lib/extension-dialog/index.d.ts +0 -5
- package/lib/extension-dialog/models/enums/file-categories.enum.d.ts +0 -7
- package/lib/extension-dialog/models/enums/file-extensions.enum.d.ts +0 -34
- package/lib/extension-dialog/models/enums/file-type-icons.enum.d.ts +0 -11
- package/lib/extension-dialog/models/enums/file-types.enum.d.ts +0 -11
- package/lib/extension-dialog/models/enums/index.d.ts +0 -4
- package/lib/extension-dialog/models/index.d.ts +0 -2
- package/lib/extension-dialog/models/interfaces/config.d.ts +0 -18
- package/lib/extension-dialog/models/interfaces/dialog-data.model.d.ts +0 -3
- package/lib/extension-dialog/models/interfaces/index.d.ts +0 -2
- package/lib/extension-dialog/services/extension-dialog.service.d.ts +0 -9
- package/lib/extension-dialog/services/index.d.ts +0 -1
- package/lib/file-upload/file-upload.component.d.ts +0 -39
- package/lib/file-upload/file-upload.module.d.ts +0 -15
- package/lib/file-upload/index.d.ts +0 -3
- package/lib/file-upload/models/file-upload-error-type.enum.d.ts +0 -6
- package/lib/file-upload/models/file-upload-error.model.d.ts +0 -7
- package/lib/file-upload/models/file-upload.icon.d.ts +0 -1
- package/lib/file-upload/models/index.d.ts +0 -2
- package/lib/filter-bar/filter-bar.component.d.ts +0 -54
- package/lib/filter-bar/filter-bar.module.d.ts +0 -19
- package/lib/filter-bar/index.d.ts +0 -3
- package/lib/filter-bar/models/filter-bar-change-event.model.d.ts +0 -6
- package/lib/filter-bar/models/filter-bar-filter-item.model.d.ts +0 -11
- package/lib/filter-bar/models/filter-bar-filter-search.model.d.ts +0 -10
- package/lib/filter-bar/models/filter-bar-filter-single-selection.model.d.ts +0 -13
- package/lib/filter-bar/models/filter-bar-filter.model.d.ts +0 -24
- package/lib/filter-bar/models/filter-bar-settings.model.d.ts +0 -20
- package/lib/filter-bar/models/index.d.ts +0 -4
- package/lib/footer/footer.component.d.ts +0 -15
- package/lib/footer/footer.module.d.ts +0 -11
- package/lib/footer/index.d.ts +0 -2
- package/lib/global-message/global-message.component.d.ts +0 -10
- package/lib/global-message/index.d.ts +0 -1
- package/lib/helpers/auth-headers.helper.d.ts +0 -4
- package/lib/helpers/conversion.helper.d.ts +0 -4
- package/lib/helpers/custom-paginator-internatioinalization.helper.d.ts +0 -9
- package/lib/helpers/file-extension.helper.d.ts +0 -3
- package/lib/helpers/file-size-label.helper.d.ts +0 -2
- package/lib/helpers/hash.helper.d.ts +0 -3
- package/lib/helpers/html-element-parse.helper.d.ts +0 -3
- package/lib/helpers/html.helper.d.ts +0 -18
- package/lib/helpers/index.d.ts +0 -12
- package/lib/helpers/missing-translation.helper.d.ts +0 -4
- package/lib/helpers/resolution.helper.d.ts +0 -3
- package/lib/helpers/save-file.helper.d.ts +0 -4
- package/lib/helpers/sort.helper.d.ts +0 -32
- package/lib/inline-message/index.d.ts +0 -3
- package/lib/inline-message/inline-message.component.d.ts +0 -10
- package/lib/inline-message/inline-message.module.d.ts +0 -10
- package/lib/inline-message/models/index.d.ts +0 -3
- package/lib/inline-message/models/inline-message-icon-position.enum.d.ts +0 -4
- package/lib/inline-message/models/inline-message-type.enum.d.ts +0 -5
- package/lib/inline-message/models/inline-message.model.d.ts +0 -10
- package/lib/llm/components/llm-rephrase/llm-rephrase.component.d.ts +0 -11
- package/lib/llm/components/llm-summary/llm-summary.component.d.ts +0 -11
- package/lib/llm/components/llm-textarea-with-actions/llm-textarea-with-actions.component.d.ts +0 -61
- package/lib/llm/icons/index.d.ts +0 -1
- package/lib/llm/icons/llm-menu.icon.d.ts +0 -2
- package/lib/llm/index.d.ts +0 -3
- package/lib/llm/llm.component.d.ts +0 -30
- package/lib/llm/llm.module.d.ts +0 -24
- package/lib/llm/models/index.d.ts +0 -3
- package/lib/llm/models/llm-actions.enum.d.ts +0 -4
- package/lib/llm/models/llm-configuration.model.d.ts +0 -6
- package/lib/llm/models/llm-configuration.token.d.ts +0 -3
- package/lib/llm/models/llm-data.model.d.ts +0 -12
- package/lib/llm/models/llm-writing-style.enum.d.ts +0 -5
- package/lib/llm/services/llm-helper.service.d.ts +0 -23
- package/lib/llm/shared/llm-textarea/llm-textarea.component.d.ts +0 -25
- package/lib/multi-functional-table/constants/disable-export-attribute-name.const.d.ts +0 -1
- package/lib/multi-functional-table/constants/index.d.ts +0 -1
- package/lib/multi-functional-table/index.d.ts +0 -4
- package/lib/multi-functional-table/models/batch-config.model.d.ts +0 -4
- package/lib/multi-functional-table/models/column-config.model.d.ts +0 -18
- package/lib/multi-functional-table/models/column-select-config.model.d.ts +0 -14
- package/lib/multi-functional-table/models/export-config.model.d.ts +0 -9
- package/lib/multi-functional-table/models/export-format.enum.d.ts +0 -3
- package/lib/multi-functional-table/models/filter-config.model.d.ts +0 -7
- package/lib/multi-functional-table/models/index.d.ts +0 -7
- package/lib/multi-functional-table/models/multi-functional-table-config.model.d.ts +0 -53
- package/lib/multi-functional-table/models/paginator-config.model.d.ts +0 -8
- package/lib/multi-functional-table/models/selected-column-local-storage-config.model.d.ts +0 -20
- package/lib/multi-functional-table/multi-functional-table.component.d.ts +0 -116
- package/lib/multi-functional-table/multi-functional-table.module.d.ts +0 -22
- package/lib/new-feature-dialog/index.d.ts +0 -2
- package/lib/new-feature-dialog/models/index.d.ts +0 -1
- package/lib/new-feature-dialog/models/mobile-screen-custom-position.model.d.ts +0 -5
- package/lib/new-feature-dialog/new-feature-dialog-wrapper/new-feature-dialog-wrapper.component.d.ts +0 -26
- package/lib/new-feature-dialog/new-feature-dialog-wrapper/new-feature-dialog.service.d.ts +0 -10
- package/lib/new-feature-dialog/new-feature-dialog.component.d.ts +0 -6
- package/lib/notification-message/enums/index.d.ts +0 -1
- package/lib/notification-message/enums/notification-message-type.enum.d.ts +0 -7
- package/lib/notification-message/index.d.ts +0 -4
- package/lib/notification-message/interfaces/index.d.ts +0 -1
- package/lib/notification-message/interfaces/notification-message.model.d.ts +0 -28
- package/lib/notification-message/notification-message.component.d.ts +0 -22
- package/lib/notification-message/notification-message.module.d.ts +0 -14
- package/lib/open-close-button/index.d.ts +0 -4
- package/lib/open-close-button/injection-tokens/index.d.ts +0 -1
- package/lib/open-close-button/injection-tokens/open-close-btn-icons.token.d.ts +0 -1
- package/lib/open-close-button/models/index.d.ts +0 -1
- package/lib/open-close-button/models/open-close-btn-icons.model.d.ts +0 -4
- package/lib/open-close-button/open-close-button.component.d.ts +0 -22
- package/lib/open-close-button/open-close-button.module.d.ts +0 -11
- package/lib/pipes/date-ago/date-ago.module.d.ts +0 -9
- package/lib/pipes/date-ago/date-ago.pipe.d.ts +0 -20
- package/lib/pipes/date-ago/index.d.ts +0 -2
- package/lib/pipes/date-ago/models/date-ago-interval.model.d.ts +0 -5
- package/lib/pipes/date-ago/models/date-ago-settings.model.d.ts +0 -26
- package/lib/pipes/date-ago/models/date-ago-settings.token.d.ts +0 -1
- package/lib/pipes/date-ago/models/date-ago.model.d.ts +0 -4
- package/lib/pipes/date-ago/models/index.d.ts +0 -4
- package/lib/pipes/domain-translate/domain-translate.pipe.d.ts +0 -10
- package/lib/pipes/domain-translate/index.d.ts +0 -1
- package/lib/pipes/file-size-label/enums/file-size-unit.enum.d.ts +0 -6
- package/lib/pipes/file-size-label/enums/index.d.ts +0 -1
- package/lib/pipes/file-size-label/file-size-label.pipe.d.ts +0 -8
- package/lib/pipes/file-size-label/index.d.ts +0 -2
- package/lib/pipes/filter-with-highlight/filter-with-highlight.module.d.ts +0 -8
- package/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.d.ts +0 -7
- package/lib/pipes/filter-with-highlight/index.d.ts +0 -2
- package/lib/pipes/index.d.ts +0 -12
- package/lib/pipes/language-translate/index.d.ts +0 -2
- package/lib/pipes/language-translate/language-translate.module.d.ts +0 -8
- package/lib/pipes/language-translate/language-translate.pipe.d.ts +0 -21
- 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
- package/lib/pipes/sort-alphabetically/index.d.ts +0 -2
- package/lib/pipes/sort-alphabetically/sort-alphabetically.module.d.ts +0 -8
- package/lib/pipes/sort-alphabetically/sort-alphabetically.pipe.d.ts +0 -7
- package/lib/pipes/sort-by-number/index.d.ts +0 -1
- package/lib/pipes/sort-by-number/sort-by-number.pipe.d.ts +0 -7
- package/lib/pipes/sort-domains/index.d.ts +0 -1
- package/lib/pipes/sort-domains/sort-domains.pipe.d.ts +0 -15
- package/lib/pipes/sort-language-list/index.d.ts +0 -2
- package/lib/pipes/sort-language-list/models/index.d.ts +0 -1
- package/lib/pipes/sort-language-list/models/translated-language.model.d.ts +0 -4
- package/lib/pipes/sort-language-list/sort-language-list.pipe.d.ts +0 -10
- package/lib/pipes/sort-translations/index.d.ts +0 -2
- package/lib/pipes/sort-translations/sort-translations.module.d.ts +0 -8
- package/lib/pipes/sort-translations/sort-translations.pipe.d.ts +0 -20
- package/lib/pipes/sort-translations-by-property/index.d.ts +0 -2
- package/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.d.ts +0 -8
- package/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.d.ts +0 -16
- package/lib/plausible/index.d.ts +0 -4
- package/lib/plausible/models/index.d.ts +0 -1
- package/lib/plausible/models/plausible-event.model.d.ts +0 -7
- package/lib/plausible/plausible-event.directive.d.ts +0 -11
- package/lib/plausible/plausible.helper.d.ts +0 -15
- package/lib/plausible/plausible.module.d.ts +0 -8
- package/lib/services/alert/alert.service.d.ts +0 -37
- package/lib/services/alert/index.d.ts +0 -3
- package/lib/services/alert/injection-tokens/alert-configuration.token.d.ts +0 -1
- package/lib/services/alert/injection-tokens/index.d.ts +0 -1
- package/lib/services/alert/models/alert-configuration.model.d.ts +0 -7
- package/lib/services/alert/models/index.d.ts +0 -1
- package/lib/services/dom/dom.service.d.ts +0 -7
- package/lib/services/dom/index.d.ts +0 -1
- package/lib/services/icon/icon.service.d.ts +0 -14
- package/lib/services/icon/index.d.ts +0 -1
- package/lib/services/index.d.ts +0 -6
- package/lib/services/language-translate/index.d.ts +0 -1
- package/lib/services/language-translate/language-translate.service.d.ts +0 -10
- package/lib/services/notification/index.d.ts +0 -2
- package/lib/services/notification/models/index.d.ts +0 -2
- package/lib/services/notification/models/notification.model.d.ts +0 -6
- package/lib/services/notification/models/operations.enum.d.ts +0 -4
- package/lib/services/notification/notification.service.d.ts +0 -15
- package/lib/services/system/index.d.ts +0 -1
- package/lib/services/system/system.service.d.ts +0 -11
- package/lib/sidebar/index.d.ts +0 -2
- package/lib/sidebar/services/index.d.ts +0 -1
- package/lib/sidebar/services/sidebar.service.d.ts +0 -10
- package/lib/sidebar/sidebar.component.d.ts +0 -8
- package/lib/status-display/index.d.ts +0 -3
- package/lib/status-display/models/index.d.ts +0 -1
- package/lib/status-display/models/status-display-config.model.d.ts +0 -15
- package/lib/status-display/status-display.component.d.ts +0 -7
- package/lib/status-display/status-display.module.d.ts +0 -11
- package/lib/subscription/chargebee-mount.service.d.ts +0 -6
- package/lib/subscription/index.d.ts +0 -2
- package/lib/subscription/models/chargebee-settings.model.d.ts +0 -4
- package/lib/subscription/models/index.d.ts +0 -1
- package/lib/subscription/models/subscription-quota-display.model.d.ts +0 -9
- package/lib/subscription/models/subscription-state.enum.d.ts +0 -6
- package/lib/subscription/subscription.component.d.ts +0 -30
- package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.d.ts +0 -28
- package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.d.ts +0 -30
- package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.d.ts +0 -32
- package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.d.ts +0 -20
- package/lib/terminology/components/terminology-panel/terminology-panel.component.d.ts +0 -37
- package/lib/terminology/config/models/index.d.ts +0 -1
- package/lib/terminology/config/models/terminology-config.model.d.ts +0 -45
- package/lib/terminology/config/services/index.d.ts +0 -1
- package/lib/terminology/config/services/terminology-config/terminology-config.service.d.ts +0 -10
- package/lib/terminology/enums/combined-collection-tooltip-key.enum.d.ts +0 -4
- package/lib/terminology/enums/engine-term-collection-scope.enum.d.ts +0 -4
- package/lib/terminology/enums/engine-term-collection-source.enum.d.ts +0 -4
- package/lib/terminology/enums/engine-term-collection-status.enum.d.ts +0 -6
- package/lib/terminology/enums/engine-term-collection-sub-status.enum.d.ts +0 -12
- package/lib/terminology/enums/index.d.ts +0 -6
- package/lib/terminology/enums/mt-collection-status.enum.d.ts +0 -8
- package/lib/terminology/icons/collections-menu.icon.d.ts +0 -1
- package/lib/terminology/icons/index.d.ts +0 -1
- package/lib/terminology/index.d.ts +0 -9
- package/lib/terminology/models/active-data.model.d.ts +0 -23
- package/lib/terminology/models/add-engine-terms-request-params.model.d.ts +0 -7
- package/lib/terminology/models/combined-collection.model.d.ts +0 -91
- package/lib/terminology/models/default-term-collection-order-update.model.d.ts +0 -5
- package/lib/terminology/models/domain.model.d.ts +0 -9
- package/lib/terminology/models/engine-term-collection-access-scope-update.model.d.ts +0 -3
- package/lib/terminology/models/engine-term-collection-access-scope.model.d.ts +0 -4
- package/lib/terminology/models/engine-term-collection-access-update.model.d.ts +0 -5
- package/lib/terminology/models/engine-term-collection-access.model.d.ts +0 -6
- package/lib/terminology/models/engine-term-collection-list.model.d.ts +0 -4
- package/lib/terminology/models/engine-term-collection.model.d.ts +0 -24
- package/lib/terminology/models/index.d.ts +0 -18
- package/lib/terminology/models/lang-list-item.model.d.ts +0 -6
- package/lib/terminology/models/mt-collection.model.d.ts +0 -17
- package/lib/terminology/models/system.model.d.ts +0 -12
- package/lib/terminology/models/terminology-engine.model.d.ts +0 -15
- package/lib/terminology/models/tld-term-collection-languages.model.d.ts +0 -11
- package/lib/terminology/models/tld-term-collection.model.d.ts +0 -46
- package/lib/terminology/models/update-engine-terms-request-params.model.d.ts +0 -4
- package/lib/terminology/models/vendor.model.d.ts +0 -5
- package/lib/terminology/services/engine-term-api/engine-term-api.service.d.ts +0 -19
- package/lib/terminology/services/engine-term-api/index.d.ts +0 -1
- package/lib/terminology/services/index.d.ts +0 -4
- package/lib/terminology/services/system-api-v2/models/engine-deployment.model.d.ts +0 -9
- package/lib/terminology/services/system-api-v2/models/engine-domain-list.model.d.ts +0 -4
- package/lib/terminology/services/system-api-v2/models/engine-domain.model.d.ts +0 -5
- package/lib/terminology/services/system-api-v2/models/engine-list.model.d.ts +0 -4
- package/lib/terminology/services/system-api-v2/models/engine-status.enum.d.ts +0 -9
- package/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.d.ts +0 -16
- package/lib/terminology/services/system-api-v2/models/engine.model.d.ts +0 -24
- package/lib/terminology/services/system-api-v2/models/index.d.ts +0 -8
- package/lib/terminology/services/system-api-v2/models/revision.model.d.ts +0 -9
- package/lib/terminology/services/system-api-v2/models/tilde-vendor.const.d.ts +0 -1
- package/lib/terminology/services/system-api-v2/models/worker-status.model.d.ts +0 -12
- package/lib/terminology/services/system-api-v2/system-api.service.d.ts +0 -17
- package/lib/terminology/services/terminology/terminology.service.d.ts +0 -62
- package/lib/terminology/services/terminology-api/terminology-api.service.d.ts +0 -18
- package/lib/terminology/services/terminology-collection/index.d.ts +0 -1
- package/lib/terminology/services/terminology-collection/terminology-collection.service.d.ts +0 -17
- package/lib/terminology/terminology.component.d.ts +0 -42
- package/lib/terminology/terminology.module.d.ts +0 -28
- package/lib/text-to-speech/index.d.ts +0 -2
- package/lib/text-to-speech/models/index.d.ts +0 -1
- package/lib/text-to-speech/models/voice.model.d.ts +0 -4
- package/lib/text-to-speech/services/tts-api.service.d.ts +0 -9
- package/lib/text-to-speech/text-to-speech.component.d.ts +0 -21
- package/lib/tld-loader/index.d.ts +0 -2
- package/lib/tld-loader/tld-loader.component.d.ts +0 -5
- package/lib/tld-loader/tld-loader.module.d.ts +0 -7
- package/lib/toast/index.d.ts +0 -2
- package/lib/toast/models/toast.model.d.ts +0 -5
- package/lib/toast/toast-service/index.d.ts +0 -1
- package/lib/toast/toast-service/toast-service.service.d.ts +0 -12
- package/lib/toast/toast.component.d.ts +0 -11
- package/public-api.d.ts +0 -28
|
@@ -328,7 +328,7 @@ class NotificationMessageComponent {
|
|
|
328
328
|
i0.ɵɵtemplate(11, NotificationMessageComponent_div_11_Template, 4, 3, "div", 9);
|
|
329
329
|
i0.ɵɵelementEnd()()();
|
|
330
330
|
} if (rf & 2) {
|
|
331
|
-
i0.ɵɵ
|
|
331
|
+
i0.ɵɵclassMap(i0.ɵɵinterpolate1("notification-message ", ctx.className));
|
|
332
332
|
i0.ɵɵadvance();
|
|
333
333
|
i0.ɵɵclassProp("inline", ctx.inline);
|
|
334
334
|
i0.ɵɵproperty("ngClass.lt-md", "mobile");
|
|
@@ -1465,8 +1465,9 @@ class DateAgoPipe {
|
|
|
1465
1465
|
get localizationPrefix() { return this.settings?.localizationPrefix ?? this.defaultSettings.localizationPrefix; }
|
|
1466
1466
|
get justNowKey() { return this.settings?.justNowKey ?? this.defaultSettings.justNowKey; }
|
|
1467
1467
|
get justNowSeconds() { return this.settings?.justNowSeconds ?? this.defaultSettings.justNowSeconds; }
|
|
1468
|
-
constructor(translate, _ref, settings) {
|
|
1468
|
+
constructor(translate, translatePipe, _ref, settings) {
|
|
1469
1469
|
this.translate = translate;
|
|
1470
|
+
this.translatePipe = translatePipe;
|
|
1470
1471
|
this._ref = _ref;
|
|
1471
1472
|
this.settings = settings;
|
|
1472
1473
|
this.defaultSettings = {
|
|
@@ -1522,8 +1523,7 @@ class DateAgoPipe {
|
|
|
1522
1523
|
if (!dateAgo) {
|
|
1523
1524
|
return "";
|
|
1524
1525
|
}
|
|
1525
|
-
|
|
1526
|
-
return translatePipe.transform(`${this.localizationPrefix}.${dateAgo.key}`, { value: dateAgo.howMany });
|
|
1526
|
+
return this.translatePipe.transform(`${this.localizationPrefix}.${dateAgo.key}`, { value: dateAgo.howMany });
|
|
1527
1527
|
}
|
|
1528
1528
|
calculateDateAgo(value, enableMultiplePostfix) {
|
|
1529
1529
|
if (value) {
|
|
@@ -1549,7 +1549,7 @@ class DateAgoPipe {
|
|
|
1549
1549
|
}
|
|
1550
1550
|
return null;
|
|
1551
1551
|
}
|
|
1552
|
-
static { this.ɵfac = function DateAgoPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DateAgoPipe)(i0.ɵɵdirectiveInject(i1$1.TranslateService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16), i0.ɵɵdirectiveInject(DateAgoSettingsToken, 24)); }; }
|
|
1552
|
+
static { this.ɵfac = function DateAgoPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DateAgoPipe)(i0.ɵɵdirectiveInject(i1$1.TranslateService, 16), i0.ɵɵdirectiveInject(i1$1.TranslatePipe, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16), i0.ɵɵdirectiveInject(DateAgoSettingsToken, 24)); }; }
|
|
1553
1553
|
static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "dateAgo", type: DateAgoPipe, pure: false, standalone: false }); }
|
|
1554
1554
|
}
|
|
1555
1555
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateAgoPipe, [{
|
|
@@ -1559,7 +1559,7 @@ class DateAgoPipe {
|
|
|
1559
1559
|
pure: false,
|
|
1560
1560
|
standalone: false
|
|
1561
1561
|
}]
|
|
1562
|
-
}], () => [{ type: i1$1.TranslateService }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
1562
|
+
}], () => [{ type: i1$1.TranslateService }, { type: i1$1.TranslatePipe }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
1563
1563
|
type: Inject,
|
|
1564
1564
|
args: [DateAgoSettingsToken]
|
|
1565
1565
|
}, {
|
|
@@ -2015,7 +2015,7 @@ class InlineMessageComponent {
|
|
|
2015
2015
|
i0.ɵɵtemplate(1, InlineMessageComponent_span_1_Template, 3, 7, "span", 0)(2, InlineMessageComponent_section_2_Template, 3, 2, "section", 1);
|
|
2016
2016
|
i0.ɵɵelementEnd();
|
|
2017
2017
|
} if (rf & 2) {
|
|
2018
|
-
i0.ɵɵ
|
|
2018
|
+
i0.ɵɵclassMap(i0.ɵɵinterpolate1("tld-inline-message ", ctx.message.type));
|
|
2019
2019
|
i0.ɵɵadvance();
|
|
2020
2020
|
i0.ɵɵproperty("ngIf", ctx.iconName);
|
|
2021
2021
|
i0.ɵɵadvance();
|
|
@@ -2079,7 +2079,7 @@ class ClickOutsideDirective {
|
|
|
2079
2079
|
}
|
|
2080
2080
|
static { this.ɵfac = function ClickOutsideDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ClickOutsideDirective)(i0.ɵɵdirectiveInject(i0.ElementRef)); }; }
|
|
2081
2081
|
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ClickOutsideDirective, selectors: [["", "clickOutside", ""]], hostBindings: function ClickOutsideDirective_HostBindings(rf, ctx) { if (rf & 1) {
|
|
2082
|
-
i0.ɵɵlistener("click", function ClickOutsideDirective_click_HostBindingHandler($event) { return ctx.onClick($event.target); },
|
|
2082
|
+
i0.ɵɵlistener("click", function ClickOutsideDirective_click_HostBindingHandler($event) { return ctx.onClick($event.target); }, i0.ɵɵresolveDocument);
|
|
2083
2083
|
} }, outputs: { clickOutside: "clickOutside" }, standalone: false }); }
|
|
2084
2084
|
}
|
|
2085
2085
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ClickOutsideDirective, [{
|
|
@@ -2375,7 +2375,7 @@ function FooterComponent_ng_container_6_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
2375
2375
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
2376
2376
|
i0.ɵɵattribute("href", ctx_r0.termsOfUseRoute, i0.ɵɵsanitizeUrl);
|
|
2377
2377
|
i0.ɵɵadvance();
|
|
2378
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE")
|
|
2378
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE"));
|
|
2379
2379
|
} }
|
|
2380
2380
|
function FooterComponent_ng_container_6_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
2381
2381
|
i0.ɵɵelementStart(0, "a", 7);
|
|
@@ -2386,7 +2386,7 @@ function FooterComponent_ng_container_6_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
2386
2386
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
2387
2387
|
i0.ɵɵattribute("href", ctx_r0.privacyRoute, i0.ɵɵsanitizeUrl);
|
|
2388
2388
|
i0.ɵɵadvance();
|
|
2389
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY")
|
|
2389
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY"));
|
|
2390
2390
|
} }
|
|
2391
2391
|
function FooterComponent_ng_container_6_a_3_Template(rf, ctx) { if (rf & 1) {
|
|
2392
2392
|
i0.ɵɵelementStart(0, "a", 8);
|
|
@@ -2397,7 +2397,7 @@ function FooterComponent_ng_container_6_a_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
2397
2397
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
2398
2398
|
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1$6, ctx_r0.contactUsRoute));
|
|
2399
2399
|
i0.ɵɵadvance();
|
|
2400
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US")
|
|
2400
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US"));
|
|
2401
2401
|
} }
|
|
2402
2402
|
function FooterComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
|
|
2403
2403
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -2421,7 +2421,7 @@ function FooterComponent_ng_template_7_a_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
2421
2421
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
2422
2422
|
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1$6, ctx_r0.termsOfUseRoute));
|
|
2423
2423
|
i0.ɵɵadvance();
|
|
2424
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE")
|
|
2424
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE"));
|
|
2425
2425
|
} }
|
|
2426
2426
|
function FooterComponent_ng_template_7_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
2427
2427
|
i0.ɵɵelementStart(0, "a", 8);
|
|
@@ -2432,7 +2432,7 @@ function FooterComponent_ng_template_7_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
2432
2432
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
2433
2433
|
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1$6, ctx_r0.privacyRoute));
|
|
2434
2434
|
i0.ɵɵadvance();
|
|
2435
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY")
|
|
2435
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY"));
|
|
2436
2436
|
} }
|
|
2437
2437
|
function FooterComponent_ng_template_7_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
2438
2438
|
i0.ɵɵelementStart(0, "a", 8);
|
|
@@ -2443,7 +2443,7 @@ function FooterComponent_ng_template_7_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
2443
2443
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
2444
2444
|
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1$6, ctx_r0.contactUsRoute));
|
|
2445
2445
|
i0.ɵɵadvance();
|
|
2446
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US")
|
|
2446
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US"));
|
|
2447
2447
|
} }
|
|
2448
2448
|
function FooterComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
2449
2449
|
i0.ɵɵtemplate(0, FooterComponent_ng_template_7_a_0_Template, 3, 6, "a", 6)(1, FooterComponent_ng_template_7_a_1_Template, 3, 6, "a", 6)(2, FooterComponent_ng_template_7_a_2_Template, 3, 6, "a", 6);
|
|
@@ -2715,14 +2715,14 @@ function ExtensionDialogComponent_ng_container_9_div_1_div_5_ul_1_ng_container_1
|
|
|
2715
2715
|
} if (rf & 2) {
|
|
2716
2716
|
const extension_r1 = i0.ɵɵnextContext().$implicit;
|
|
2717
2717
|
i0.ɵɵadvance();
|
|
2718
|
-
i0.ɵɵ
|
|
2718
|
+
i0.ɵɵproperty("svgIcon", i0.ɵɵinterpolate(extension_r1.icon));
|
|
2719
2719
|
i0.ɵɵattribute("aria-label", extension_r1.extension);
|
|
2720
2720
|
i0.ɵɵadvance(2);
|
|
2721
2721
|
i0.ɵɵtextInterpolate(extension_r1.extension);
|
|
2722
2722
|
} }
|
|
2723
2723
|
function ExtensionDialogComponent_ng_container_9_div_1_div_5_ul_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
2724
2724
|
i0.ɵɵelementContainerStart(0);
|
|
2725
|
-
i0.ɵɵtemplate(1, ExtensionDialogComponent_ng_container_9_div_1_div_5_ul_1_ng_container_1_li_1_Template, 4,
|
|
2725
|
+
i0.ɵɵtemplate(1, ExtensionDialogComponent_ng_container_9_div_1_div_5_ul_1_ng_container_1_li_1_Template, 4, 4, "li", 13);
|
|
2726
2726
|
i0.ɵɵelementContainerEnd();
|
|
2727
2727
|
} if (rf & 2) {
|
|
2728
2728
|
const extension_r1 = ctx.$implicit;
|
|
@@ -3056,7 +3056,7 @@ function FileUploadComponent_ng_template_3_span_8_Template(rf, ctx) { if (rf & 1
|
|
|
3056
3056
|
const i_r7 = ctx.index;
|
|
3057
3057
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
3058
3058
|
i0.ɵɵadvance();
|
|
3059
|
-
i0.ɵɵtextInterpolate2("", format_r6, "", ctx_r1.accept.length - 1 === i_r7 ? "." : ", "
|
|
3059
|
+
i0.ɵɵtextInterpolate2("", format_r6, "", ctx_r1.accept.length - 1 === i_r7 ? "." : ", ");
|
|
3060
3060
|
} }
|
|
3061
3061
|
function FileUploadComponent_ng_template_3_span_9_Template(rf, ctx) { if (rf & 1) {
|
|
3062
3062
|
i0.ɵɵelement(0, "span", 19);
|
|
@@ -3091,7 +3091,7 @@ function FileUploadComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
3091
3091
|
i0.ɵɵtemplate(8, FileUploadComponent_ng_template_3_span_8_Template, 2, 2, "span", 16)(9, FileUploadComponent_ng_template_3_span_9_Template, 2, 6, "span", 17);
|
|
3092
3092
|
i0.ɵɵtext(10, ") ");
|
|
3093
3093
|
i0.ɵɵelementEnd();
|
|
3094
|
-
i0.ɵɵ
|
|
3094
|
+
i0.ɵɵconditionalCreate(11, FileUploadComponent_ng_template_3_Conditional_11_Template, 2, 1, "a", 18);
|
|
3095
3095
|
i0.ɵɵelementEnd()();
|
|
3096
3096
|
} if (rf & 2) {
|
|
3097
3097
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -3316,11 +3316,10 @@ function FilterBarComponent_div_0_For_5_ng_container_10_Template(rf, ctx) { if (
|
|
|
3316
3316
|
i0.ɵɵelementEnd();
|
|
3317
3317
|
i0.ɵɵelementContainerEnd();
|
|
3318
3318
|
} if (rf & 2) {
|
|
3319
|
-
let tmp_17_0;
|
|
3320
3319
|
const filter_r3 = i0.ɵɵnextContext().$implicit;
|
|
3321
3320
|
i0.ɵɵadvance();
|
|
3322
3321
|
i0.ɵɵclassProp("hidden", filter_r3.values.length < 10);
|
|
3323
|
-
i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 3, (
|
|
3322
|
+
i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 3, (filter_r3.search == null ? null : filter_r3.search.placeholder) ?? ""));
|
|
3324
3323
|
} }
|
|
3325
3324
|
function FilterBarComponent_div_0_For_5_ng_container_11_ng_container_1_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
3326
3325
|
i0.ɵɵelementStart(0, "mat-option", 19);
|
|
@@ -3341,10 +3340,9 @@ function FilterBarComponent_div_0_For_5_ng_container_11_ng_container_1_Template(
|
|
|
3341
3340
|
i0.ɵɵpipe(3, "sortAlphabetically");
|
|
3342
3341
|
i0.ɵɵelementContainerEnd();
|
|
3343
3342
|
} if (rf & 2) {
|
|
3344
|
-
let tmp_17_0;
|
|
3345
3343
|
const filter_r3 = i0.ɵɵnextContext(2).$implicit;
|
|
3346
3344
|
i0.ɵɵadvance();
|
|
3347
|
-
i0.ɵɵrepeater(i0.ɵɵpipeBind2(3, 0, (
|
|
3345
|
+
i0.ɵɵrepeater(i0.ɵɵpipeBind2(3, 0, (filter_r3.search == null ? null : filter_r3.search.filteredValues) ?? filter_r3.values, "key"));
|
|
3348
3346
|
} }
|
|
3349
3347
|
function FilterBarComponent_div_0_For_5_ng_container_11_ng_template_2_For_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
3350
3348
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -3381,9 +3379,8 @@ function FilterBarComponent_div_0_For_5_ng_container_11_ng_template_2_Template(r
|
|
|
3381
3379
|
i0.ɵɵrepeaterCreate(0, FilterBarComponent_div_0_For_5_ng_container_11_ng_template_2_For_1_Template, 4, 6, "mat-option", 18, _forTrack2);
|
|
3382
3380
|
i0.ɵɵpipe(2, "sortTranslationsByProperty");
|
|
3383
3381
|
} if (rf & 2) {
|
|
3384
|
-
let tmp_17_0;
|
|
3385
3382
|
const filter_r3 = i0.ɵɵnextContext(2).$implicit;
|
|
3386
|
-
i0.ɵɵrepeater(i0.ɵɵpipeBind3(2, 0, (
|
|
3383
|
+
i0.ɵɵrepeater(i0.ɵɵpipeBind3(2, 0, (filter_r3.search == null ? null : filter_r3.search.filteredValues) ?? filter_r3.values, "key", "value"));
|
|
3387
3384
|
} }
|
|
3388
3385
|
function FilterBarComponent_div_0_For_5_ng_container_11_Template(rf, ctx) { if (rf & 1) {
|
|
3389
3386
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -3412,7 +3409,6 @@ function FilterBarComponent_div_0_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
3412
3409
|
i0.ɵɵtemplate(10, FilterBarComponent_div_0_For_5_ng_container_10_Template, 4, 5, "ng-container", 10)(11, FilterBarComponent_div_0_For_5_ng_container_11_Template, 4, 2, "ng-container", 10);
|
|
3413
3410
|
i0.ɵɵelementEnd()();
|
|
3414
3411
|
} if (rf & 2) {
|
|
3415
|
-
let tmp_19_0;
|
|
3416
3412
|
const filter_r3 = ctx.$implicit;
|
|
3417
3413
|
const select_r2 = i0.ɵɵreference(9);
|
|
3418
3414
|
i0.ɵɵclassProp("filter-active", filter_r3.selectedValues == null ? null : filter_r3.selectedValues.length);
|
|
@@ -3423,7 +3419,7 @@ function FilterBarComponent_div_0_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
3423
3419
|
i0.ɵɵadvance(2);
|
|
3424
3420
|
i0.ɵɵtextInterpolate(select_r2.panelOpen ? "keyboard_arrow_up" : "keyboard_arrow_down");
|
|
3425
3421
|
i0.ɵɵadvance();
|
|
3426
|
-
i0.ɵɵproperty("panelClass", "filter-panel")("panelWidth", (
|
|
3422
|
+
i0.ɵɵproperty("panelClass", "filter-panel")("panelWidth", (filter_r3 == null ? null : filter_r3.maxPanelWidth) ?? "auto")("formControlName", filter_r3.fieldName);
|
|
3427
3423
|
i0.ɵɵadvance(2);
|
|
3428
3424
|
i0.ɵɵproperty("ngIf", filter_r3 == null ? null : filter_r3.search == null ? null : filter_r3.search.placeholder);
|
|
3429
3425
|
i0.ɵɵadvance();
|
|
@@ -3660,16 +3656,16 @@ class FilterBarComponent {
|
|
|
3660
3656
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.filterWrapper = _t.first);
|
|
3661
3657
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.optionSearchInputs = _t);
|
|
3662
3658
|
} }, hostBindings: function FilterBarComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
3663
|
-
i0.ɵɵlistener("resize", function FilterBarComponent_resize_HostBindingHandler() { return ctx.onResize(); },
|
|
3659
|
+
i0.ɵɵlistener("resize", function FilterBarComponent_resize_HostBindingHandler() { return ctx.onResize(); }, i0.ɵɵresolveWindow);
|
|
3664
3660
|
} }, inputs: { settings: "settings", filterRowVisible: "filterRowVisible" }, outputs: { filterBarChange: "filterBarChange" }, standalone: false, decls: 1, vars: 1, consts: [["filterWrapper", ""], ["select", ""], ["optionSearchInput", ""], ["sortedValuesByProperty", ""], ["defaultCase", ""], ["class", "filter-row", 4, "ngIf"], [1, "filter-row"], ["fxLayout", "row", 1, "filter-wrapper", 3, "formGroup"], [3, "formGroup"], ["mat-stroked-button", "", "color", "accent", 1, "select-trigger-btn", 3, "filter-active"], [4, "ngIf"], ["mat-stroked-button", "", "color", "accent", 1, "select-trigger-btn", 3, "click"], [1, "select-trigger-btn-label"], ["class", "selected-count", 4, "ngIf"], ["multiple", "", 3, "openedChange", "selectionChange", "panelClass", "panelWidth", "formControlName"], [1, "selected-count"], ["type", "text", 1, "option-search-input", 3, "keyup", "keydown", "placeholder"], [4, "ngIf", "ngIfElse"], [1, "filter-option", 3, "hidden", "disabled", "value"], [1, "filter-option", 3, "disabled", "value"], [1, "filter-arrows"], ["mat-icon-button", "", 3, "click"], [1, "material-icons-outlined"]], template: function FilterBarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3665
3661
|
i0.ɵɵtemplate(0, FilterBarComponent_div_0_Template, 7, 3, "div", 5);
|
|
3666
3662
|
} if (rf & 2) {
|
|
3667
3663
|
i0.ɵɵproperty("ngIf", ctx.filterRowVisible);
|
|
3668
|
-
} }, dependencies: [i1$2.NgIf, i2$3.DefaultLayoutDirective, i4.MatSelect, i4.MatOption, i4$1.NgControlStatus, i4$1.NgControlStatusGroup, i2$1.MatButton, i2$1.MatIconButton, i1.MatIcon, i4$1.FormGroupDirective, i4$1.FormControlName, i1$2.TitleCasePipe, i1$1.TranslatePipe, SortTranslationsByPropertyPipe, SortAlphabeticallyPipe], styles: ["[_nghost-%COMP%]{display:inline-block}.select-trigger-btn[_ngcontent-%COMP%]{position:relative}.select-trigger-btn[_ngcontent-%COMP%] mat-select[_ngcontent-%COMP%]{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.select-trigger-btn-label[_ngcontent-%COMP%]{display:flex;align-items:center;white-space:nowrap}.selected-count[_ngcontent-%COMP%]{margin-left:3px}.filter-row[_ngcontent-%COMP%]{display:flex;min-height:40px;min-width:100%;border-radius:.5rem;max-width:100%;align-items:center;margin-bottom:.5rem}.option-search-input[_ngcontent-%COMP%]{font-size:14px;width:100%;padding:.5rem 1rem;margin-bottom:.5rem}.material-icons-outlined[_ngcontent-%COMP%]{color:var(--base-40)}.filter-wrapper[_ngcontent-%COMP%]{max-width:100%;overflow-x:hidden;overflow-y:hidden;display:flex;gap:8px;flex:1}.hidden[_ngcontent-%COMP%]{display:none} .cdk-overlay-pane:has(.filter-panel){margin:15px 0 0 -15px} .filter-panel{border-radius:4px!important}[_nghost-%COMP%] .mat-mdc-form-field-flex{background-color:var(--base-100);max-height:36px}[_nghost-%COMP%] .mat-mdc-form-field-infix{padding-top:6px!important}[_nghost-%COMP%] .mat-mdc-form-field-focus-overlay, [_nghost-%COMP%] .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--base-95)}[_nghost-%COMP%] .mdc-text-field--focused{background-color:var(--base-70)!important}[_nghost-%COMP%] .mat-mdc-select-placeholder, [_nghost-%COMP%] .mat-mdc-select-value-text, [_nghost-%COMP%] .mdc-floating-label{font-size:14px!important}[_nghost-%COMP%] .mdc-text-field--filled{--
|
|
3664
|
+
} }, dependencies: [i1$2.NgIf, i2$3.DefaultLayoutDirective, i4.MatSelect, i4.MatOption, i4$1.NgControlStatus, i4$1.NgControlStatusGroup, i2$1.MatButton, i2$1.MatIconButton, i1.MatIcon, i4$1.FormGroupDirective, i4$1.FormControlName, i1$2.TitleCasePipe, i1$1.TranslatePipe, SortTranslationsByPropertyPipe, SortAlphabeticallyPipe], styles: ["[_nghost-%COMP%]{display:inline-block}.select-trigger-btn[_ngcontent-%COMP%]{position:relative}.select-trigger-btn[_ngcontent-%COMP%] mat-select[_ngcontent-%COMP%]{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.select-trigger-btn-label[_ngcontent-%COMP%]{display:flex;align-items:center;white-space:nowrap}.selected-count[_ngcontent-%COMP%]{margin-left:3px}.filter-row[_ngcontent-%COMP%]{display:flex;min-height:40px;min-width:100%;border-radius:.5rem;max-width:100%;align-items:center;margin-bottom:.5rem}.option-search-input[_ngcontent-%COMP%]{font-size:14px;width:100%;padding:.5rem 1rem;margin-bottom:.5rem}.material-icons-outlined[_ngcontent-%COMP%]{color:var(--base-40)}.filter-wrapper[_ngcontent-%COMP%]{max-width:100%;overflow-x:hidden;overflow-y:hidden;display:flex;gap:8px;flex:1}.hidden[_ngcontent-%COMP%]{display:none} .cdk-overlay-pane:has(.filter-panel){margin:15px 0 0 -15px} .filter-panel{border-radius:4px!important}[_nghost-%COMP%] .mat-mdc-form-field-flex{background-color:var(--base-100);max-height:36px}[_nghost-%COMP%] .mat-mdc-form-field-infix{padding-top:6px!important}[_nghost-%COMP%] .mat-mdc-form-field-focus-overlay, [_nghost-%COMP%] .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--base-95)}[_nghost-%COMP%] .mdc-text-field--focused{background-color:var(--base-70)!important}[_nghost-%COMP%] .mat-mdc-select-placeholder, [_nghost-%COMP%] .mat-mdc-select-value-text, [_nghost-%COMP%] .mdc-floating-label{font-size:14px!important}[_nghost-%COMP%] .mdc-text-field--filled{--mat-form-field-filled-active-indicator-height: 0;--mat-form-field-filled-focus-active-indicator-height: 0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}[_nghost-%COMP%] .mat-mdc-text-field-wrapper:hover{background-color:var(--base-70)!important;transition:.1s}[_nghost-%COMP%] .mat-mdc-form-field-subscript-wrapper{display:none}[_nghost-%COMP%] .mdc-floating-label--float-above{margin-top:3px}"] }); }
|
|
3669
3665
|
}
|
|
3670
3666
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FilterBarComponent, [{
|
|
3671
3667
|
type: Component,
|
|
3672
|
-
args: [{ selector: 'tld-filter-bar', standalone: false, template: "<div class=\"filter-row\" *ngIf=\"filterRowVisible\">\r\n <div fxLayout=\"row\" class=\"filter-wrapper\" #filterWrapper [formGroup]=\"form\">\r\n <ng-container [formGroup]=\"filterFormGroup\">\r\n @for (filter of currentFilters; track filter.fieldName; let i = $index) {\r\n <button [class.filter-active]=\"filter.selectedValues?.length\" class=\"select-trigger-btn\" mat-stroked-button color=\"accent\" (click)=\"select.open()\">\r\n <div class=\"select-trigger-btn-label\">\r\n <span>{{filter.title | translate}}</span>\r\n <span *ngIf=\"filter.selectedValues?.length\" class=\"selected-count\">({{filter.selectedValues?.length}})</span>\r\n <mat-icon>{{ select.panelOpen ? \"keyboard_arrow_up\" : \"keyboard_arrow_down\" }}</mat-icon>\r\n </div>\r\n\r\n <mat-select\r\n multiple \r\n #select\r\n [panelClass]=\"'filter-panel'\"\r\n [panelWidth]=\"filter?.maxPanelWidth ?? 'auto'\" \r\n [formControlName]=\"filter.fieldName\" \r\n (openedChange)=\"$event === true ? focusOptionSearchInput(filter, i) : clearOptionSearchInput(filter, i)\"\r\n (selectionChange)=\"selectEvent($event, filter)\" \r\n >\r\n <ng-container *ngIf=\"filter?.search?.placeholder\">\r\n <input #optionSearchInput class=\"option-search-input\" [class.hidden]=\"filter.values!.length < 10\" type=\"text\" [placeholder]=\"filter.search?.placeholder ?? '' | translate\" (keyup)=\"filterOptions($event, filter)\" (keydown)=\"$event.stopPropagation()\">\r\n </ng-container>\r\n \r\n <ng-container *ngIf=\"filter.values.length\">\r\n <ng-container *ngIf=\"filter.translated; else sortedValuesByProperty\">\r\n @for (value of (filter.search?.filteredValues ?? filter.values) | sortAlphabetically:'key'; track value.key) {\r\n <mat-option [class.hidden]=\"filter.search?.searchCriteria && value.isSelected && !value.matchesSearchCriteria\" class=\"filter-option\" [disabled]=\"filter.singleSelection?.selected && filter.singleSelection?.value !== value.value\" [value]=\"value\">\r\n {{ filter.disableTitleCase ? value.key : (value.key | titlecase) }}\r\n </mat-option>\r\n }\r\n </ng-container>\r\n \r\n <ng-template #sortedValuesByProperty>\r\n @for (value of (filter.search?.filteredValues ?? filter.values) | sortTranslationsByProperty:'key':'value'; track value.value) {\r\n <mat-option [class.hidden]=\"filter.search?.searchCriteria && value.isSelected && !value.matchesSearchCriteria\" class=\"filter-option\" [disabled]=\"filter.singleSelection?.selected && filter.singleSelection?.value !== value.value\" [value]=\"value\">\r\n <ng-container *ngIf=\"!filter.disableTitleCase; else defaultCase\">\r\n {{ value.key | translate : { default: value.value | titlecase } }}\r\n </ng-container>\r\n \r\n <ng-template #defaultCase>\r\n {{ value.key | translate : { default: value.value } }} \r\n </ng-template>\r\n </mat-option>\r\n }\r\n </ng-template>\r\n </ng-container>\r\n </mat-select>\r\n </button>\r\n }\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"filterOverflow\">\r\n <div class=\"filter-arrows\">\r\n <button mat-icon-button (click)=\"switchLeft()\">\r\n <span class=\"material-icons-outlined\">\r\n chevron_left\r\n </span>\r\n </button>\r\n <button mat-icon-button (click)=\"switchRight()\">\r\n <span class=\"material-icons-outlined\">\r\n chevron_right\r\n </span>\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", styles: [":host{display:inline-block}.select-trigger-btn{position:relative}.select-trigger-btn mat-select{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.select-trigger-btn-label{display:flex;align-items:center;white-space:nowrap}.selected-count{margin-left:3px}.filter-row{display:flex;min-height:40px;min-width:100%;border-radius:.5rem;max-width:100%;align-items:center;margin-bottom:.5rem}.option-search-input{font-size:14px;width:100%;padding:.5rem 1rem;margin-bottom:.5rem}.material-icons-outlined{color:var(--base-40)}.filter-wrapper{max-width:100%;overflow-x:hidden;overflow-y:hidden;display:flex;gap:8px;flex:1}.hidden{display:none}::ng-deep .cdk-overlay-pane:has(.filter-panel){margin:15px 0 0 -15px}::ng-deep .filter-panel{border-radius:4px!important}:host ::ng-deep .mat-mdc-form-field-flex{background-color:var(--base-100);max-height:36px}:host ::ng-deep .mat-mdc-form-field-infix{padding-top:6px!important}:host ::ng-deep .mat-mdc-form-field-focus-overlay,:host ::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--base-95)}:host ::ng-deep .mdc-text-field--focused{background-color:var(--base-70)!important}:host ::ng-deep .mat-mdc-select-placeholder,:host ::ng-deep .mat-mdc-select-value-text,:host ::ng-deep .mdc-floating-label{font-size:14px!important}:host ::ng-deep .mdc-text-field--filled{--
|
|
3668
|
+
args: [{ selector: 'tld-filter-bar', standalone: false, template: "<div class=\"filter-row\" *ngIf=\"filterRowVisible\">\r\n <div fxLayout=\"row\" class=\"filter-wrapper\" #filterWrapper [formGroup]=\"form\">\r\n <ng-container [formGroup]=\"filterFormGroup\">\r\n @for (filter of currentFilters; track filter.fieldName; let i = $index) {\r\n <button [class.filter-active]=\"filter.selectedValues?.length\" class=\"select-trigger-btn\" mat-stroked-button color=\"accent\" (click)=\"select.open()\">\r\n <div class=\"select-trigger-btn-label\">\r\n <span>{{filter.title | translate}}</span>\r\n <span *ngIf=\"filter.selectedValues?.length\" class=\"selected-count\">({{filter.selectedValues?.length}})</span>\r\n <mat-icon>{{ select.panelOpen ? \"keyboard_arrow_up\" : \"keyboard_arrow_down\" }}</mat-icon>\r\n </div>\r\n\r\n <mat-select\r\n multiple \r\n #select\r\n [panelClass]=\"'filter-panel'\"\r\n [panelWidth]=\"filter?.maxPanelWidth ?? 'auto'\" \r\n [formControlName]=\"filter.fieldName\" \r\n (openedChange)=\"$event === true ? focusOptionSearchInput(filter, i) : clearOptionSearchInput(filter, i)\"\r\n (selectionChange)=\"selectEvent($event, filter)\" \r\n >\r\n <ng-container *ngIf=\"filter?.search?.placeholder\">\r\n <input #optionSearchInput class=\"option-search-input\" [class.hidden]=\"filter.values!.length < 10\" type=\"text\" [placeholder]=\"filter.search?.placeholder ?? '' | translate\" (keyup)=\"filterOptions($event, filter)\" (keydown)=\"$event.stopPropagation()\">\r\n </ng-container>\r\n \r\n <ng-container *ngIf=\"filter.values.length\">\r\n <ng-container *ngIf=\"filter.translated; else sortedValuesByProperty\">\r\n @for (value of (filter.search?.filteredValues ?? filter.values) | sortAlphabetically:'key'; track value.key) {\r\n <mat-option [class.hidden]=\"filter.search?.searchCriteria && value.isSelected && !value.matchesSearchCriteria\" class=\"filter-option\" [disabled]=\"filter.singleSelection?.selected && filter.singleSelection?.value !== value.value\" [value]=\"value\">\r\n {{ filter.disableTitleCase ? value.key : (value.key | titlecase) }}\r\n </mat-option>\r\n }\r\n </ng-container>\r\n \r\n <ng-template #sortedValuesByProperty>\r\n @for (value of (filter.search?.filteredValues ?? filter.values) | sortTranslationsByProperty:'key':'value'; track value.value) {\r\n <mat-option [class.hidden]=\"filter.search?.searchCriteria && value.isSelected && !value.matchesSearchCriteria\" class=\"filter-option\" [disabled]=\"filter.singleSelection?.selected && filter.singleSelection?.value !== value.value\" [value]=\"value\">\r\n <ng-container *ngIf=\"!filter.disableTitleCase; else defaultCase\">\r\n {{ value.key | translate : { default: value.value | titlecase } }}\r\n </ng-container>\r\n \r\n <ng-template #defaultCase>\r\n {{ value.key | translate : { default: value.value } }} \r\n </ng-template>\r\n </mat-option>\r\n }\r\n </ng-template>\r\n </ng-container>\r\n </mat-select>\r\n </button>\r\n }\r\n </ng-container>\r\n </div>\r\n <ng-container *ngIf=\"filterOverflow\">\r\n <div class=\"filter-arrows\">\r\n <button mat-icon-button (click)=\"switchLeft()\">\r\n <span class=\"material-icons-outlined\">\r\n chevron_left\r\n </span>\r\n </button>\r\n <button mat-icon-button (click)=\"switchRight()\">\r\n <span class=\"material-icons-outlined\">\r\n chevron_right\r\n </span>\r\n </button>\r\n </div>\r\n </ng-container>\r\n</div>\r\n", styles: [":host{display:inline-block}.select-trigger-btn{position:relative}.select-trigger-btn mat-select{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.select-trigger-btn-label{display:flex;align-items:center;white-space:nowrap}.selected-count{margin-left:3px}.filter-row{display:flex;min-height:40px;min-width:100%;border-radius:.5rem;max-width:100%;align-items:center;margin-bottom:.5rem}.option-search-input{font-size:14px;width:100%;padding:.5rem 1rem;margin-bottom:.5rem}.material-icons-outlined{color:var(--base-40)}.filter-wrapper{max-width:100%;overflow-x:hidden;overflow-y:hidden;display:flex;gap:8px;flex:1}.hidden{display:none}::ng-deep .cdk-overlay-pane:has(.filter-panel){margin:15px 0 0 -15px}::ng-deep .filter-panel{border-radius:4px!important}:host ::ng-deep .mat-mdc-form-field-flex{background-color:var(--base-100);max-height:36px}:host ::ng-deep .mat-mdc-form-field-infix{padding-top:6px!important}:host ::ng-deep .mat-mdc-form-field-focus-overlay,:host ::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--base-95)}:host ::ng-deep .mdc-text-field--focused{background-color:var(--base-70)!important}:host ::ng-deep .mat-mdc-select-placeholder,:host ::ng-deep .mat-mdc-select-value-text,:host ::ng-deep .mdc-floating-label{font-size:14px!important}:host ::ng-deep .mdc-text-field--filled{--mat-form-field-filled-active-indicator-height: 0;--mat-form-field-filled-focus-active-indicator-height: 0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}:host ::ng-deep .mat-mdc-text-field-wrapper:hover{background-color:var(--base-70)!important;transition:.1s}:host ::ng-deep .mat-mdc-form-field-subscript-wrapper{display:none}:host ::ng-deep .mdc-floating-label--float-above{margin-top:3px}\n"] }]
|
|
3673
3669
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }], { filterWrapper: [{
|
|
3674
3670
|
type: ViewChild,
|
|
3675
3671
|
args: ["filterWrapper"]
|
|
@@ -3889,13 +3885,12 @@ function MultiFunctionalTableComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
3889
3885
|
i0.ɵɵtemplate(7, MultiFunctionalTableComponent_div_5_button_7_Template, 3, 0, "button", 36);
|
|
3890
3886
|
i0.ɵɵelementEnd();
|
|
3891
3887
|
} if (rf & 2) {
|
|
3892
|
-
let tmp_6_0;
|
|
3893
3888
|
const wildSearch_r8 = i0.ɵɵreference(5);
|
|
3894
3889
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
3895
3890
|
i0.ɵɵadvance();
|
|
3896
3891
|
i0.ɵɵproperty("matTooltip", ctx_r2.hideSearchTooltip ? "" : i0.ɵɵpipeBind1(2, 4, ctx_r2.searchTooltip));
|
|
3897
3892
|
i0.ɵɵadvance(3);
|
|
3898
|
-
i0.ɵɵproperty("value", (
|
|
3893
|
+
i0.ɵɵproperty("value", (ctx_r2.config.filter == null ? null : ctx_r2.config.filter.settings == null ? null : ctx_r2.config.filter.settings.searchValue) ?? "")("placeholder", i0.ɵɵpipeBind1(6, 6, ctx_r2.searchTitle));
|
|
3899
3894
|
i0.ɵɵadvance(3);
|
|
3900
3895
|
i0.ɵɵproperty("ngIf", ctx_r2.showSearchClearButton && wildSearch_r8.value);
|
|
3901
3896
|
} }
|
|
@@ -3910,17 +3905,14 @@ function MultiFunctionalTableComponent_tld_filter_bar_7_Template(rf, ctx) { if (
|
|
|
3910
3905
|
} }
|
|
3911
3906
|
function MultiFunctionalTableComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
3912
3907
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
3913
|
-
i0.ɵɵ
|
|
3914
|
-
i0.ɵɵ
|
|
3915
|
-
i0.ɵɵ
|
|
3916
|
-
i0.ɵɵlistener("page", function MultiFunctionalTableComponent_Conditional_9_Template_mat_paginator_page_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.paginatorChange($event)); });
|
|
3908
|
+
i0.ɵɵelementStart(0, "mat-paginator", 39);
|
|
3909
|
+
i0.ɵɵpipe(1, "translate");
|
|
3910
|
+
i0.ɵɵlistener("page", function MultiFunctionalTableComponent_Conditional_9_Template_mat_paginator_page_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.paginatorChange($event)); });
|
|
3917
3911
|
i0.ɵɵelementEnd();
|
|
3918
3912
|
} if (rf & 2) {
|
|
3919
|
-
let tmp_7_0;
|
|
3920
3913
|
const paginatorConfig_r11 = i0.ɵɵnextContext().config.paginator;
|
|
3921
|
-
i0.ɵɵ
|
|
3922
|
-
i0.ɵɵ
|
|
3923
|
-
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(2, 4, "MULTI_FUNCTIONAL_TABLE.PAGINATOR_LABEL"));
|
|
3914
|
+
i0.ɵɵproperty("hidePageSize", !paginatorConfig_r11.showPageSize)("showFirstLastButtons", paginatorConfig_r11.showFirstLastButtons)("pageSizeOptions", paginatorConfig_r11.pageSizeOptions ?? i0.ɵɵpureFunction0(6, _c4));
|
|
3915
|
+
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(1, 4, "MULTI_FUNCTIONAL_TABLE.PAGINATOR_LABEL"));
|
|
3924
3916
|
} }
|
|
3925
3917
|
function MultiFunctionalTableComponent_th_16_Template(rf, ctx) { if (rf & 1) {
|
|
3926
3918
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
@@ -4035,8 +4027,8 @@ class MultiFunctionalTableComponent {
|
|
|
4035
4027
|
this.exported = new EventEmitter();
|
|
4036
4028
|
this.selectionChange = this.matSelection.changed.asObservable().pipe(map(() => { return this.matSelection.selected; }));
|
|
4037
4029
|
/** This property will be taken into account only if config.DataSource not set. */
|
|
4038
|
-
this.data = input();
|
|
4039
|
-
this.dataSourceUpdateEffect = effect(() => { this.updateDataSourceData(); });
|
|
4030
|
+
this.data = input(...(ngDevMode ? [undefined, { debugName: "data" }] : []));
|
|
4031
|
+
this.dataSourceUpdateEffect = effect(() => { this.updateDataSourceData(); }, ...(ngDevMode ? [{ debugName: "dataSourceUpdateEffect" }] : []));
|
|
4040
4032
|
this.noDataRowIcon = "manage_search";
|
|
4041
4033
|
this.isDragging = false;
|
|
4042
4034
|
this.startX = 0;
|
|
@@ -4370,7 +4362,7 @@ class MultiFunctionalTableComponent {
|
|
|
4370
4362
|
i0.ɵɵelementEnd();
|
|
4371
4363
|
i0.ɵɵtemplate(7, MultiFunctionalTableComponent_tld_filter_bar_7_Template, 2, 2, "tld-filter-bar", 11);
|
|
4372
4364
|
i0.ɵɵprojection(8, 1);
|
|
4373
|
-
i0.ɵɵ
|
|
4365
|
+
i0.ɵɵconditionalCreate(9, MultiFunctionalTableComponent_Conditional_9_Template, 2, 7, "mat-paginator", 12);
|
|
4374
4366
|
i0.ɵɵelementStart(10, "div", 13, 0);
|
|
4375
4367
|
i0.ɵɵlistener("mousedown", function MultiFunctionalTableComponent_Template_div_mousedown_10_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onMouseDown($event)); })("mouseup", function MultiFunctionalTableComponent_Template_div_mouseup_10_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onMouseUp()); })("mouseleave", function MultiFunctionalTableComponent_Template_div_mouseleave_10_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onMouseUp()); })("mousemove", function MultiFunctionalTableComponent_Template_div_mousemove_10_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onMouseMove($event)); });
|
|
4376
4368
|
i0.ɵɵelementStart(12, "table", 14, 1);
|
|
@@ -4393,7 +4385,6 @@ class MultiFunctionalTableComponent {
|
|
|
4393
4385
|
i0.ɵɵpipe(31, "translate");
|
|
4394
4386
|
i0.ɵɵelementEnd()()()();
|
|
4395
4387
|
} if (rf & 2) {
|
|
4396
|
-
let tmp_15_0;
|
|
4397
4388
|
i0.ɵɵproperty("ngClass.lt-md", "mobile");
|
|
4398
4389
|
i0.ɵɵadvance(3);
|
|
4399
4390
|
i0.ɵɵproperty("ngIf", ctx.exportActive);
|
|
@@ -4412,7 +4403,7 @@ class MultiFunctionalTableComponent {
|
|
|
4412
4403
|
i0.ɵɵadvance(3);
|
|
4413
4404
|
i0.ɵɵproperty("matColumnDef", ctx.batchColumnName);
|
|
4414
4405
|
i0.ɵɵadvance(3);
|
|
4415
|
-
i0.ɵɵproperty("matHeaderRowDef", ctx.displayColumns)("matHeaderRowDefSticky", (
|
|
4406
|
+
i0.ɵɵproperty("matHeaderRowDef", ctx.displayColumns)("matHeaderRowDefSticky", (ctx.config == null ? null : ctx.config.stickyHeader) ?? false);
|
|
4416
4407
|
i0.ɵɵadvance();
|
|
4417
4408
|
i0.ɵɵproperty("matRowDefColumns", ctx.displayColumns);
|
|
4418
4409
|
i0.ɵɵadvance();
|
|
@@ -5527,9 +5518,8 @@ function TerminologyCollectionCardComponent_ng_container_0_span_6_Template(rf, c
|
|
|
5527
5518
|
i0.ɵɵtext(1);
|
|
5528
5519
|
i0.ɵɵelementEnd();
|
|
5529
5520
|
} if (rf & 2) {
|
|
5530
|
-
let tmp_3_0;
|
|
5531
5521
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
5532
|
-
i0.ɵɵproperty("matTooltip",
|
|
5522
|
+
i0.ɵɵproperty("matTooltip", ctx_r1.collection.name ?? "");
|
|
5533
5523
|
i0.ɵɵadvance();
|
|
5534
5524
|
i0.ɵɵtextInterpolate1(" ", ctx_r1.collection.name, " ");
|
|
5535
5525
|
} }
|
|
@@ -5760,7 +5750,7 @@ class TerminologyCollectionCardComponent {
|
|
|
5760
5750
|
i0.ɵɵtemplate(0, TerminologyCollectionCardComponent_ng_container_0_Template, 20, 17, "ng-container", 1);
|
|
5761
5751
|
} if (rf & 2) {
|
|
5762
5752
|
i0.ɵɵproperty("ngIf", ctx.collection);
|
|
5763
|
-
} }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2$3.DefaultLayoutDirective, i2$3.DefaultLayoutGapDirective, i2$3.DefaultLayoutAlignDirective, i2$3.DefaultFlexDirective, i2$1.MatButton, i2$1.
|
|
5753
|
+
} }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2$3.DefaultLayoutDirective, i2$3.DefaultLayoutGapDirective, i2$3.DefaultLayoutAlignDirective, i2$3.DefaultFlexDirective, i2$1.MatButton, i2$1.MatIconButton, i1.MatIcon, i2$5.MatProgressSpinner, i5.MatRadioButton, i2$2.MatTooltip, i1$2.UpperCasePipe, i1$1.TranslatePipe, DateAgoPipe], styles: [".collection-languages[_ngcontent-%COMP%]{display:flex;gap:2px}.collection-languages[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:12px;border-radius:100px;padding-right:8px;padding-left:8px;color:var(--base-40);background-color:var(--base-70)}"] }); }
|
|
5764
5754
|
}
|
|
5765
5755
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TerminologyCollectionCardComponent, [{
|
|
5766
5756
|
type: Component,
|
|
@@ -6287,15 +6277,13 @@ function TerminologyComponent_div_0_lib_open_close_button_4_Template(rf, ctx) {
|
|
|
6287
6277
|
i0.ɵɵtemplate(6, TerminologyComponent_div_0_lib_open_close_button_4_mat_spinner_6_Template, 1, 0, "mat-spinner", 13);
|
|
6288
6278
|
i0.ɵɵelementEnd();
|
|
6289
6279
|
} if (rf & 2) {
|
|
6290
|
-
let tmp_7_0;
|
|
6291
|
-
let tmp_10_0;
|
|
6292
6280
|
const state_r4 = i0.ɵɵreference(1);
|
|
6293
6281
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
6294
6282
|
const menu_r5 = i0.ɵɵreference(2);
|
|
6295
|
-
i0.ɵɵproperty("isOpened", state_r4.menuOpen)("matMenuTriggerFor", menu_r5)("matTooltip", (
|
|
6283
|
+
i0.ɵɵproperty("isOpened", state_r4.menuOpen)("matMenuTriggerFor", menu_r5)("matTooltip", (ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) ?? (ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) ?? "")("disabled", ctx_r2.disabled);
|
|
6296
6284
|
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(2, 7, "TERM_COLLECTIONS.ARIA_LABELS.OTHER_COLLECTIONS"));
|
|
6297
6285
|
i0.ɵɵadvance(4);
|
|
6298
|
-
i0.ɵɵtextInterpolate1(" ", (
|
|
6286
|
+
i0.ɵɵtextInterpolate1(" ", (ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) ?? (ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) ?? i0.ɵɵpipeBind1(5, 9, "TERM_COLLECTIONS.SELECTED_NONE"), " ");
|
|
6299
6287
|
i0.ɵɵadvance(2);
|
|
6300
6288
|
i0.ɵɵproperty("ngIf", ctx_r2.selected == null ? null : ctx_r2.selected.isImporting);
|
|
6301
6289
|
} }
|
|
@@ -6318,15 +6306,13 @@ function TerminologyComponent_div_0_ng_template_5_Template(rf, ctx) { if (rf & 1
|
|
|
6318
6306
|
i0.ɵɵelement(9, "mat-icon", 17);
|
|
6319
6307
|
i0.ɵɵelementEnd();
|
|
6320
6308
|
} if (rf & 2) {
|
|
6321
|
-
let tmp_8_0;
|
|
6322
|
-
let tmp_11_0;
|
|
6323
6309
|
const state_r7 = i0.ɵɵreference(1);
|
|
6324
6310
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
6325
6311
|
const menu_r5 = i0.ɵɵreference(2);
|
|
6326
|
-
i0.ɵɵproperty("isOpened", state_r7.menuOpen)("matMenuTriggerFor", menu_r5)("matTooltip", (
|
|
6312
|
+
i0.ɵɵproperty("isOpened", state_r7.menuOpen)("matMenuTriggerFor", menu_r5)("matTooltip", (ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) ?? (ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) ?? "")("disabled", ctx_r2.disabled);
|
|
6327
6313
|
i0.ɵɵattribute("aria-label", i0.ɵɵpipeBind1(2, 9, "TERM_COLLECTIONS.ARIA_LABELS.OTHER_COLLECTIONS"));
|
|
6328
6314
|
i0.ɵɵadvance(4);
|
|
6329
|
-
i0.ɵɵtextInterpolate1(" ", (
|
|
6315
|
+
i0.ɵɵtextInterpolate1(" ", (ctx_r2.selected == null ? null : ctx_r2.selected.mtCollection == null ? null : ctx_r2.selected.mtCollection.name) ?? (ctx_r2.selected == null ? null : ctx_r2.selected.termCollection == null ? null : ctx_r2.selected.termCollection.name) ?? i0.ɵɵpipeBind1(5, 11, "TERM_COLLECTIONS.SELECTED_NONE"), " ");
|
|
6330
6316
|
i0.ɵɵadvance(2);
|
|
6331
6317
|
i0.ɵɵproperty("ngIf", ctx_r2.selected == null ? null : ctx_r2.selected.isImporting);
|
|
6332
6318
|
i0.ɵɵadvance();
|
|
@@ -6687,7 +6673,6 @@ class TextToSpeechComponent {
|
|
|
6687
6673
|
i0.ɵɵtemplate(17, TextToSpeechComponent_mat_icon_17_Template, 2, 1, "mat-icon", 10)(18, TextToSpeechComponent_mat_spinner_18_Template, 1, 1, "mat-spinner", 11);
|
|
6688
6674
|
i0.ɵɵelementEnd()()()();
|
|
6689
6675
|
} if (rf & 2) {
|
|
6690
|
-
let tmp_7_0;
|
|
6691
6676
|
i0.ɵɵproperty("ngClass.lt-md", "mobile");
|
|
6692
6677
|
i0.ɵɵadvance(3);
|
|
6693
6678
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 15, "selectVoice"));
|
|
@@ -6701,7 +6686,7 @@ class TextToSpeechComponent {
|
|
|
6701
6686
|
i0.ɵɵadvance(2);
|
|
6702
6687
|
i0.ɵɵclassProp("text-overflow", ctx.hasOverflow);
|
|
6703
6688
|
i0.ɵɵadvance();
|
|
6704
|
-
i0.ɵɵtextInterpolate2(" ", (
|
|
6689
|
+
i0.ɵɵtextInterpolate2(" ", (ctx.text == null ? null : ctx.text.length) ?? 0, "/", ctx.maxCharLength, " ");
|
|
6705
6690
|
i0.ɵɵadvance(2);
|
|
6706
6691
|
i0.ɵɵproperty("matTooltip", !ctx.text ? i0.ɵɵpipeBind1(14, 19, "playDisabled") : "");
|
|
6707
6692
|
i0.ɵɵadvance(2);
|
|
@@ -6719,7 +6704,6 @@ class TextToSpeechComponent {
|
|
|
6719
6704
|
type: Component,
|
|
6720
6705
|
args: [{ selector: 'lib-text-to-speech', imports: [
|
|
6721
6706
|
CommonModule,
|
|
6722
|
-
MatButton,
|
|
6723
6707
|
MatIconButton,
|
|
6724
6708
|
MatIcon,
|
|
6725
6709
|
FormsModule,
|
|
@@ -6735,7 +6719,7 @@ class TextToSpeechComponent {
|
|
|
6735
6719
|
}], voices: [{
|
|
6736
6720
|
type: Input
|
|
6737
6721
|
}] }); })();
|
|
6738
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TextToSpeechComponent, { className: "TextToSpeechComponent", filePath: "lib/text-to-speech/text-to-speech.component.ts", lineNumber:
|
|
6722
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TextToSpeechComponent, { className: "TextToSpeechComponent", filePath: "lib/text-to-speech/text-to-speech.component.ts", lineNumber: 33 }); })();
|
|
6739
6723
|
|
|
6740
6724
|
var LLMActions;
|
|
6741
6725
|
(function (LLMActions) {
|
|
@@ -7317,7 +7301,7 @@ class NewFeatureDialogComponent {
|
|
|
7317
7301
|
|
|
7318
7302
|
class NewFeatureDialogService {
|
|
7319
7303
|
constructor() {
|
|
7320
|
-
this.current = signal(undefined);
|
|
7304
|
+
this.current = signal(undefined, ...(ngDevMode ? [{ debugName: "current" }] : []));
|
|
7321
7305
|
this.queue = [];
|
|
7322
7306
|
}
|
|
7323
7307
|
requestOpenFeature(component) {
|
|
@@ -7357,7 +7341,7 @@ class NewFeatureDialogWrapperComponent {
|
|
|
7357
7341
|
this.#dialog = inject(MatDialog);
|
|
7358
7342
|
this.#featureService = inject(NewFeatureDialogService);
|
|
7359
7343
|
this.#destroy = new Subject();
|
|
7360
|
-
this.featureActive = signal(false);
|
|
7344
|
+
this.featureActive = signal(false, ...(ngDevMode ? [{ debugName: "featureActive" }] : []));
|
|
7361
7345
|
this.isFeatureSeen = false;
|
|
7362
7346
|
}
|
|
7363
7347
|
#dialog;
|
|
@@ -7424,7 +7408,7 @@ class NewFeatureDialogWrapperComponent {
|
|
|
7424
7408
|
type: Component,
|
|
7425
7409
|
args: [{
|
|
7426
7410
|
selector: 'lib-new-feature-dialog-wrapper',
|
|
7427
|
-
imports: [CommonModule, MatDialogModule
|
|
7411
|
+
imports: [CommonModule, MatDialogModule],
|
|
7428
7412
|
template: ''
|
|
7429
7413
|
}]
|
|
7430
7414
|
}], null, { titleLocalizationKey: [{
|
|
@@ -7991,10 +7975,9 @@ class SelectLanguageDialogComponent {
|
|
|
7991
7975
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 16, "SELECT_LANGUAGE.CANCEL"), " ");
|
|
7992
7976
|
i0.ɵɵadvance(3);
|
|
7993
7977
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(22, 18, "SELECT_LANGUAGE.SAVE"), " ");
|
|
7994
|
-
} }, dependencies: [SortLanguageListPipe,
|
|
7978
|
+
} }, dependencies: [MatDialogModule, i1$4.MatDialogClose, i1$4.MatDialogTitle, i1$4.MatDialogActions, i1$4.MatDialogContent, MatButtonModule, i2$1.MatButton, MatSelectModule, i9.MatFormField, i9.MatLabel, i4.MatSelect, i4.MatOption, FormsModule, i4$1.NgControlStatus, i4$1.NgModel, SortLanguageListPipe,
|
|
7995
7979
|
AsyncPipe,
|
|
7996
|
-
TranslatePipe,
|
|
7997
|
-
MatDialogModule, i1$4.MatDialogClose, i1$4.MatDialogTitle, i1$4.MatDialogActions, i1$4.MatDialogContent, MatButtonModule, i2$1.MatButton, MatSelectModule, i9.MatFormField, i9.MatLabel, i4.MatSelect, i4.MatOption, FormsModule, i4$1.NgControlStatus, i4$1.NgModel], styles: [".description[_ngcontent-%COMP%]{color:var(--base-40)}.w-full[_ngcontent-%COMP%]{width:100%}.mt-4[_ngcontent-%COMP%]{margin-top:1.5rem!important}"] }); }
|
|
7980
|
+
TranslatePipe], styles: [".description[_ngcontent-%COMP%]{color:var(--base-40)}.w-full[_ngcontent-%COMP%]{width:100%}.mt-4[_ngcontent-%COMP%]{margin-top:1.5rem!important}"] }); }
|
|
7998
7981
|
}
|
|
7999
7982
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectLanguageDialogComponent, [{
|
|
8000
7983
|
type: Component,
|
|
@@ -8031,14 +8014,14 @@ class GlobalMessageComponent {
|
|
|
8031
8014
|
i0.ɵɵelementStart(0, "div", 0);
|
|
8032
8015
|
i0.ɵɵelement(1, "p", 1);
|
|
8033
8016
|
i0.ɵɵpipe(2, "translate");
|
|
8034
|
-
i0.ɵɵ
|
|
8017
|
+
i0.ɵɵconditionalCreate(3, GlobalMessageComponent_Conditional_3_Template, 3, 0, "button", 2);
|
|
8035
8018
|
i0.ɵɵelementEnd();
|
|
8036
8019
|
} if (rf & 2) {
|
|
8037
8020
|
i0.ɵɵadvance();
|
|
8038
8021
|
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(2, 2, ctx.text), i0.ɵɵsanitizeHtml);
|
|
8039
8022
|
i0.ɵɵadvance(2);
|
|
8040
8023
|
i0.ɵɵconditional(ctx.showCloseButton ? 3 : -1);
|
|
8041
|
-
} }, dependencies: [CommonModule, TranslateModule,
|
|
8024
|
+
} }, dependencies: [CommonModule, TranslateModule, MatButtonModule, i2$1.MatIconButton, MatIconModule, i1.MatIcon, i1$1.TranslatePipe], styles: [".tld-global-message[_ngcontent-%COMP%]{position:relative;background-color:#ffdad6;display:flex;justify-content:center;align-items:center;width:100%;padding:22px}.tld-global-message-close[_ngcontent-%COMP%]{position:absolute;right:5px}"] }); }
|
|
8042
8025
|
}
|
|
8043
8026
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalMessageComponent, [{
|
|
8044
8027
|
type: Component,
|
|
@@ -8078,35 +8061,34 @@ const _c0 = ["*"];
|
|
|
8078
8061
|
const _c1 = a0 => ({ date: a0 });
|
|
8079
8062
|
const _c2 = (a0, a1, a2) => ({ used: a0, limit: a1, percent: a2 });
|
|
8080
8063
|
function SubscriptionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
8081
|
-
i0.ɵɵ
|
|
8082
|
-
i0.ɵɵ
|
|
8083
|
-
i0.ɵɵ
|
|
8084
|
-
i0.ɵɵpipe(3, "translate");
|
|
8064
|
+
i0.ɵɵelementStart(0, "h3", 3);
|
|
8065
|
+
i0.ɵɵtext(1);
|
|
8066
|
+
i0.ɵɵpipe(2, "translate");
|
|
8085
8067
|
i0.ɵɵelementEnd();
|
|
8086
|
-
i0.ɵɵelementStart(
|
|
8087
|
-
i0.ɵɵtext(
|
|
8088
|
-
i0.ɵɵpipe(
|
|
8068
|
+
i0.ɵɵelementStart(3, "div", 4)(4, "div", 5)(5, "span", 6);
|
|
8069
|
+
i0.ɵɵtext(6);
|
|
8070
|
+
i0.ɵɵpipe(7, "translate");
|
|
8089
8071
|
i0.ɵɵelementEnd()();
|
|
8090
|
-
i0.ɵɵelementStart(
|
|
8091
|
-
i0.ɵɵtext(
|
|
8072
|
+
i0.ɵɵelementStart(8, "div", 7)(9, "span");
|
|
8073
|
+
i0.ɵɵtext(10);
|
|
8092
8074
|
i0.ɵɵelementEnd()()();
|
|
8093
|
-
i0.ɵɵelementStart(
|
|
8094
|
-
i0.ɵɵtext(
|
|
8095
|
-
i0.ɵɵpipe(
|
|
8075
|
+
i0.ɵɵelementStart(11, "div", 4)(12, "div", 5)(13, "span", 6);
|
|
8076
|
+
i0.ɵɵtext(14);
|
|
8077
|
+
i0.ɵɵpipe(15, "translate");
|
|
8096
8078
|
i0.ɵɵelementEnd()();
|
|
8097
|
-
i0.ɵɵelementStart(
|
|
8098
|
-
i0.ɵɵtext(
|
|
8079
|
+
i0.ɵɵelementStart(16, "div", 7)(17, "span");
|
|
8080
|
+
i0.ɵɵtext(18);
|
|
8099
8081
|
i0.ɵɵelementEnd()()();
|
|
8100
8082
|
} if (rf & 2) {
|
|
8101
8083
|
const userToken_r1 = i0.ɵɵnextContext().token();
|
|
8102
|
-
i0.ɵɵadvance(
|
|
8103
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
8084
|
+
i0.ɵɵadvance();
|
|
8085
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 5, "SUBSCRIPTION.USER_INFO"));
|
|
8104
8086
|
i0.ɵɵadvance(5);
|
|
8105
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
8087
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 7, "SUBSCRIPTION.LABEL_NAME"));
|
|
8106
8088
|
i0.ɵɵadvance(4);
|
|
8107
8089
|
i0.ɵɵtextInterpolate(userToken_r1.name);
|
|
8108
8090
|
i0.ɵɵadvance(4);
|
|
8109
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
8091
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 9, "SUBSCRIPTION.LABEL_EMAIL"));
|
|
8110
8092
|
i0.ɵɵadvance(4);
|
|
8111
8093
|
i0.ɵɵtextInterpolate(userToken_r1.email);
|
|
8112
8094
|
} }
|
|
@@ -8135,7 +8117,7 @@ function SubscriptionComponent_Conditional_1_Case_11_Conditional_0_Template(rf,
|
|
|
8135
8117
|
i0.ɵɵtextInterpolate1(" (", i0.ɵɵpipeBind2(3, 4, "SUBSCRIPTION.END_DATE", i0.ɵɵpureFunction1(7, _c1, i0.ɵɵpipeBind2(2, 1, currentSubscription_r2.EndDate, "dd.MM.yyyy."))), ") ");
|
|
8136
8118
|
} }
|
|
8137
8119
|
function SubscriptionComponent_Conditional_1_Case_11_Template(rf, ctx) { if (rf & 1) {
|
|
8138
|
-
i0.ɵɵ
|
|
8120
|
+
i0.ɵɵconditionalCreate(0, SubscriptionComponent_Conditional_1_Case_11_Conditional_0_Template, 4, 9, "span");
|
|
8139
8121
|
} if (rf & 2) {
|
|
8140
8122
|
i0.ɵɵnextContext();
|
|
8141
8123
|
const currentSubscription_r2 = i0.ɵɵreadContextLet(0);
|
|
@@ -8184,7 +8166,7 @@ function SubscriptionComponent_Conditional_1_Conditional_14_For_7_Template(rf, c
|
|
|
8184
8166
|
i0.ɵɵelementStart(0, "span");
|
|
8185
8167
|
i0.ɵɵtext(1);
|
|
8186
8168
|
i0.ɵɵelementEnd();
|
|
8187
|
-
i0.ɵɵ
|
|
8169
|
+
i0.ɵɵconditionalCreate(2, SubscriptionComponent_Conditional_1_Conditional_14_For_7_Conditional_2_Template, 2, 1, "span");
|
|
8188
8170
|
i0.ɵɵelementStart(3, "span");
|
|
8189
8171
|
i0.ɵɵtext(4);
|
|
8190
8172
|
i0.ɵɵelementEnd();
|
|
@@ -8226,11 +8208,12 @@ function SubscriptionComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
8226
8208
|
i0.ɵɵelementContainerStart(7);
|
|
8227
8209
|
i0.ɵɵelementStart(8, "span");
|
|
8228
8210
|
i0.ɵɵtext(9);
|
|
8229
|
-
i0.ɵɵ
|
|
8211
|
+
i0.ɵɵconditionalCreate(10, SubscriptionComponent_Conditional_1_Case_10_Template, 4, 9, "span")(11, SubscriptionComponent_Conditional_1_Case_11_Template, 1, 1)(12, SubscriptionComponent_Conditional_1_Case_12_Template, 3, 9);
|
|
8230
8212
|
i0.ɵɵelementEnd();
|
|
8231
8213
|
i0.ɵɵelementContainerEnd();
|
|
8232
8214
|
i0.ɵɵelementEnd()();
|
|
8233
|
-
i0.ɵɵ
|
|
8215
|
+
i0.ɵɵconditionalCreate(13, SubscriptionComponent_Conditional_1_Conditional_13_Template, 10, 7, "div", 4);
|
|
8216
|
+
i0.ɵɵconditionalCreate(14, SubscriptionComponent_Conditional_1_Conditional_14_Template, 8, 3, "div", 8);
|
|
8234
8217
|
} if (rf & 2) {
|
|
8235
8218
|
let tmp_4_0;
|
|
8236
8219
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
@@ -8302,14 +8285,14 @@ class SubscriptionComponent {
|
|
|
8302
8285
|
constructor() {
|
|
8303
8286
|
this.#chargebeeMountService = inject(ChargebeeMountService);
|
|
8304
8287
|
/** Parsed user token to get user related info */
|
|
8305
|
-
this.token = input.required();
|
|
8288
|
+
this.token = input.required(...(ngDevMode ? [{ debugName: "token" }] : []));
|
|
8306
8289
|
/** Current user plan that app has selected */
|
|
8307
|
-
this.subscription = input.required();
|
|
8290
|
+
this.subscription = input.required(...(ngDevMode ? [{ debugName: "subscription" }] : []));
|
|
8308
8291
|
/** Quota usage */
|
|
8309
|
-
this.quota = input.required();
|
|
8310
|
-
this.visibleQuotaTypes = input();
|
|
8311
|
-
this.contactUsUrl = input();
|
|
8312
|
-
this.chargebeeSettings = input();
|
|
8292
|
+
this.quota = input.required(...(ngDevMode ? [{ debugName: "quota" }] : []));
|
|
8293
|
+
this.visibleQuotaTypes = input(...(ngDevMode ? [undefined, { debugName: "visibleQuotaTypes" }] : []));
|
|
8294
|
+
this.contactUsUrl = input(...(ngDevMode ? [undefined, { debugName: "contactUsUrl" }] : []));
|
|
8295
|
+
this.chargebeeSettings = input(...(ngDevMode ? [undefined, { debugName: "chargebeeSettings" }] : []));
|
|
8313
8296
|
this.manageClick = output();
|
|
8314
8297
|
this.contactUsClick = output();
|
|
8315
8298
|
this.visibleQuotas = computed(() => {
|
|
@@ -8328,7 +8311,7 @@ class SubscriptionComponent {
|
|
|
8328
8311
|
return this.#convertUsageToDisplayQuota(quota);
|
|
8329
8312
|
});
|
|
8330
8313
|
return visibleQuotas;
|
|
8331
|
-
});
|
|
8314
|
+
}, ...(ngDevMode ? [{ debugName: "visibleQuotas" }] : []));
|
|
8332
8315
|
this.subscriptionStates = SUBSCRIPTION_STATE;
|
|
8333
8316
|
this.subscriptionState = computed(() => {
|
|
8334
8317
|
const subscription = this.subscription();
|
|
@@ -8345,7 +8328,7 @@ class SubscriptionComponent {
|
|
|
8345
8328
|
else {
|
|
8346
8329
|
return SUBSCRIPTION_STATE.ENDED;
|
|
8347
8330
|
}
|
|
8348
|
-
});
|
|
8331
|
+
}, ...(ngDevMode ? [{ debugName: "subscriptionState" }] : []));
|
|
8349
8332
|
}
|
|
8350
8333
|
#chargebeeMountService;
|
|
8351
8334
|
ngOnInit() {
|
|
@@ -8423,10 +8406,13 @@ class SubscriptionComponent {
|
|
|
8423
8406
|
static { this.ɵfac = function SubscriptionComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SubscriptionComponent)(); }; }
|
|
8424
8407
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscriptionComponent, selectors: [["lib-subscription"]], inputs: { token: [1, "token"], subscription: [1, "subscription"], quota: [1, "quota"], visibleQuotaTypes: [1, "visibleQuotaTypes"], contactUsUrl: [1, "contactUsUrl"], chargebeeSettings: [1, "chargebeeSettings"] }, outputs: { manageClick: "manageClick", contactUsClick: "contactUsClick" }, ngContentSelectors: _c0, decls: 7, vars: 5, consts: [[1, "subscription-actions-wrapper"], ["mat-flat-button", "", "color", "accent", "href", "javascript:void(0)", "data-cb-type", "portal", 1, "manage-sub-btn", "button-row-element"], ["mat-stroked-button", "", "target", "_blank", "color", "accent"], [1, "subscription-section-title", "text-l-semi-bold"], [1, "subscription-data-row"], [1, "subscription-label"], [1, "label"], [1, "subscription-data"], ["fxLayout", "row", 1, "subscription-data-row"], [1, "subscription-limit-wrapper"], [3, "value"], [1, "subscription-limit"], [1, "text-l-semi-bold"], ["mat-flat-button", "", "color", "accent", "href", "javascript:void(0)", "data-cb-type", "portal", 1, "manage-sub-btn", "button-row-element", 3, "click"], ["mat-stroked-button", "", "target", "_blank", "color", "accent", 3, "click"]], template: function SubscriptionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
8425
8408
|
i0.ɵɵprojectionDef();
|
|
8426
|
-
i0.ɵɵ
|
|
8409
|
+
i0.ɵɵconditionalCreate(0, SubscriptionComponent_Conditional_0_Template, 19, 11);
|
|
8410
|
+
i0.ɵɵconditionalCreate(1, SubscriptionComponent_Conditional_1_Template, 15, 8);
|
|
8411
|
+
i0.ɵɵconditionalCreate(2, SubscriptionComponent_Conditional_2_Template, 5, 3);
|
|
8427
8412
|
i0.ɵɵprojection(3);
|
|
8428
8413
|
i0.ɵɵelementStart(4, "div", 0);
|
|
8429
|
-
i0.ɵɵ
|
|
8414
|
+
i0.ɵɵconditionalCreate(5, SubscriptionComponent_Conditional_5_Template, 3, 3, "a", 1);
|
|
8415
|
+
i0.ɵɵconditionalCreate(6, SubscriptionComponent_Conditional_6_Template, 3, 4, "a", 2);
|
|
8430
8416
|
i0.ɵɵelementEnd();
|
|
8431
8417
|
} if (rf & 2) {
|
|
8432
8418
|
i0.ɵɵconditional(ctx.token() ? 0 : -1);
|
|
@@ -8438,9 +8424,9 @@ class SubscriptionComponent {
|
|
|
8438
8424
|
i0.ɵɵconditional(ctx.chargebeeSettings() ? 5 : -1);
|
|
8439
8425
|
i0.ɵɵadvance();
|
|
8440
8426
|
i0.ɵɵconditional(ctx.contactUsUrl() ? 6 : -1);
|
|
8441
|
-
} }, dependencies: [
|
|
8442
|
-
|
|
8443
|
-
|
|
8427
|
+
} }, dependencies: [MatProgressBarModule, i2$4.MatProgressBar, CommonModule,
|
|
8428
|
+
MatButtonModule, i2$1.MatButton, TranslatePipe,
|
|
8429
|
+
DatePipe, i1$2.UpperCasePipe], styles: ["[_nghost-%COMP%]{display:block}mat-card[_ngcontent-%COMP%]{margin:1.5rem}.subscription-container[_ngcontent-%COMP%]:not(.mobile){margin:16px 32px}.subscription-section-title[_ngcontent-%COMP%]{margin:32px 0 18px}.subscription-data-row[_ngcontent-%COMP%]{border-bottom:2px solid var(--base-70);margin-bottom:18px;flex-direction:row;display:flex}.subscription-data[_ngcontent-%COMP%]{color:var(--base-30);word-wrap:break-word;margin-left:.5rem}.subscription-limit-wrapper[_ngcontent-%COMP%], .subscription-limit[_ngcontent-%COMP%]{margin-top:16px}.subscription-actions-wrapper[_ngcontent-%COMP%]{padding:32px 0 18px;display:flex;flex-direction:row;gap:24px}.subscription-manage-link[_ngcontent-%COMP%]{text-decoration:none}.subscription-container[_ngcontent-%COMP%]:not(.mobile,.empty){width:75%}.subscription-label[_ngcontent-%COMP%]:not(.mobile,.empty){width:35%}.subscription-data[_ngcontent-%COMP%]:not(.mobile,.empty){width:65%}.untranslated-files-disclaimer[_ngcontent-%COMP%]{margin-top:16px;margin-bottom:10px;color:var(--base-40)}.no-subscription-message[_ngcontent-%COMP%]{margin-top:32px;color:var(--base-40)}.contact-sales-btn[_ngcontent-%COMP%]{text-align:center}.contact-sales-btn[_ngcontent-%COMP%]:hover{text-decoration:none}"] }); }
|
|
8444
8430
|
}
|
|
8445
8431
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscriptionComponent, [{
|
|
8446
8432
|
type: Component,
|