@tilde-nlp/ngx-common 6.1.94 → 8.0.1
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 +227 -233
- package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
- package/index.d.ts +2468 -3
- package/package.json +7 -9
- package/styles/tilde-theme.scss +2 -1
- package/web-components/3rdpartylicenses.txt +22 -22
- package/web-components/index.html +2 -2
- package/web-components/main.js +26 -15
- package/web-components/polyfills.js +3 -3
- package/web-components/prerendered-routes.json +3 -0
- package/web-components/styles.css +1 -1
- package/esm2022/lib/close-button/close-button.component.mjs +0 -53
- package/esm2022/lib/close-button/close-button.module.mjs +0 -37
- package/esm2022/lib/close-button/index.mjs +0 -3
- package/esm2022/lib/company-product/company-product.component.mjs +0 -34
- package/esm2022/lib/company-product/company-product.module.mjs +0 -23
- package/esm2022/lib/company-product/index.mjs +0 -3
- package/esm2022/lib/confirmation-modal/confirmation-modal.component.mjs +0 -78
- package/esm2022/lib/confirmation-modal/confirmation-modal.module.mjs +0 -22
- package/esm2022/lib/confirmation-modal/index.mjs +0 -6
- package/esm2022/lib/confirmation-modal/models/confirmation-body.model.mjs +0 -2
- package/esm2022/lib/confirmation-modal/models/confirmation.enum.mjs +0 -6
- package/esm2022/lib/confirmation-modal/services/confirmation.service.mjs +0 -25
- package/esm2022/lib/confirmation-modal/services/index.mjs +0 -2
- package/esm2022/lib/constants/error-codes.const.mjs +0 -5
- package/esm2022/lib/constants/index.mjs +0 -4
- package/esm2022/lib/constants/last-used-system-local-storage-key.const.mjs +0 -6
- package/esm2022/lib/constants/screen-size.const.mjs +0 -11
- package/esm2022/lib/core/auth/addon.model.mjs +0 -2
- package/esm2022/lib/core/auth/auth-subscription.model.mjs +0 -2
- package/esm2022/lib/core/auth/index.mjs +0 -5
- package/esm2022/lib/core/auth/jwt-token.model.mjs +0 -2
- package/esm2022/lib/core/auth/subscription-plan.enum.mjs +0 -18
- package/esm2022/lib/core/index.mjs +0 -4
- package/esm2022/lib/core/localization/index.mjs +0 -3
- package/esm2022/lib/core/localization/missing-translation-handler.service.mjs +0 -21
- package/esm2022/lib/core/localization/select-language-dialog-component/index.mjs +0 -2
- package/esm2022/lib/core/localization/select-language-dialog-component/select-language-dialog.component.mjs +0 -109
- package/esm2022/lib/core/title-strategy/custom-title-strategy.provider.mjs +0 -9
- package/esm2022/lib/core/title-strategy/custom-title-strategy.service.mjs +0 -41
- package/esm2022/lib/core/title-strategy/index.mjs +0 -3
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +0 -31
- package/esm2022/lib/directives/click-outside/click-outside.module.mjs +0 -25
- package/esm2022/lib/directives/click-outside/index.mjs +0 -3
- package/esm2022/lib/directives/drag-and-drop/drag-and-drop.directive.mjs +0 -66
- package/esm2022/lib/directives/drag-and-drop/drag-and-drop.module.mjs +0 -25
- package/esm2022/lib/directives/drag-and-drop/index.mjs +0 -3
- package/esm2022/lib/directives/index.mjs +0 -4
- package/esm2022/lib/directives/mat-button-loading/index.mjs +0 -3
- package/esm2022/lib/directives/mat-button-loading/mat-button-loading.directive.mjs +0 -65
- package/esm2022/lib/directives/mat-button-loading/mat-button-loading.module.mjs +0 -21
- package/esm2022/lib/extension-dialog/components/index.mjs +0 -2
- package/esm2022/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.mjs +0 -32
- package/esm2022/lib/extension-dialog/extension-dialog.component.mjs +0 -231
- package/esm2022/lib/extension-dialog/extension-dialog.module.mjs +0 -52
- package/esm2022/lib/extension-dialog/icons/file-types/excel.icon.mjs +0 -22
- package/esm2022/lib/extension-dialog/icons/file-types/index.mjs +0 -10
- package/esm2022/lib/extension-dialog/icons/file-types/interchange.icon.mjs +0 -6
- package/esm2022/lib/extension-dialog/icons/file-types/office-other.icon.mjs +0 -6
- package/esm2022/lib/extension-dialog/icons/file-types/other.icon.mjs +0 -6
- package/esm2022/lib/extension-dialog/icons/file-types/pdf.icon.mjs +0 -12
- package/esm2022/lib/extension-dialog/icons/file-types/powerpoint.icon.mjs +0 -10
- package/esm2022/lib/extension-dialog/icons/file-types/scanned.icon.mjs +0 -6
- package/esm2022/lib/extension-dialog/icons/file-types/web.icon.mjs +0 -6
- package/esm2022/lib/extension-dialog/icons/file-types/word.icon.mjs +0 -11
- package/esm2022/lib/extension-dialog/icons/index.mjs +0 -2
- package/esm2022/lib/extension-dialog/index.mjs +0 -6
- package/esm2022/lib/extension-dialog/models/enums/file-categories.enum.mjs +0 -9
- package/esm2022/lib/extension-dialog/models/enums/file-extensions.enum.mjs +0 -36
- package/esm2022/lib/extension-dialog/models/enums/file-type-icons.enum.mjs +0 -13
- package/esm2022/lib/extension-dialog/models/enums/file-types.enum.mjs +0 -13
- package/esm2022/lib/extension-dialog/models/enums/index.mjs +0 -5
- package/esm2022/lib/extension-dialog/models/index.mjs +0 -3
- package/esm2022/lib/extension-dialog/models/interfaces/config.mjs +0 -2
- package/esm2022/lib/extension-dialog/models/interfaces/dialog-data.model.mjs +0 -2
- package/esm2022/lib/extension-dialog/models/interfaces/index.mjs +0 -3
- package/esm2022/lib/extension-dialog/services/extension-dialog.service.mjs +0 -22
- package/esm2022/lib/extension-dialog/services/index.mjs +0 -2
- package/esm2022/lib/file-upload/file-upload.component.mjs +0 -254
- package/esm2022/lib/file-upload/file-upload.module.mjs +0 -51
- package/esm2022/lib/file-upload/index.mjs +0 -4
- package/esm2022/lib/file-upload/models/file-upload-error-type.enum.mjs +0 -8
- package/esm2022/lib/file-upload/models/file-upload-error.model.mjs +0 -2
- package/esm2022/lib/file-upload/models/file-upload.icon.mjs +0 -2
- package/esm2022/lib/file-upload/models/index.mjs +0 -3
- package/esm2022/lib/filter-bar/filter-bar.component.mjs +0 -409
- package/esm2022/lib/filter-bar/filter-bar.module.mjs +0 -72
- package/esm2022/lib/filter-bar/index.mjs +0 -4
- package/esm2022/lib/filter-bar/models/filter-bar-change-event.model.mjs +0 -2
- package/esm2022/lib/filter-bar/models/filter-bar-filter-item.model.mjs +0 -2
- package/esm2022/lib/filter-bar/models/filter-bar-filter-search.model.mjs +0 -2
- package/esm2022/lib/filter-bar/models/filter-bar-filter-single-selection.model.mjs +0 -2
- package/esm2022/lib/filter-bar/models/filter-bar-filter.model.mjs +0 -2
- package/esm2022/lib/filter-bar/models/filter-bar-settings.model.mjs +0 -2
- package/esm2022/lib/filter-bar/models/index.mjs +0 -5
- package/esm2022/lib/footer/footer.component.mjs +0 -143
- package/esm2022/lib/footer/footer.module.mjs +0 -35
- package/esm2022/lib/footer/index.mjs +0 -3
- package/esm2022/lib/global-message/global-message.component.mjs +0 -51
- package/esm2022/lib/global-message/index.mjs +0 -2
- package/esm2022/lib/helpers/auth-headers.helper.mjs +0 -19
- package/esm2022/lib/helpers/conversion.helper.mjs +0 -11
- package/esm2022/lib/helpers/custom-paginator-internatioinalization.helper.mjs +0 -56
- package/esm2022/lib/helpers/file-extension.helper.mjs +0 -6
- package/esm2022/lib/helpers/file-size-label.helper.mjs +0 -27
- package/esm2022/lib/helpers/hash.helper.mjs +0 -14
- package/esm2022/lib/helpers/html-element-parse.helper.mjs +0 -15
- package/esm2022/lib/helpers/html.helper.mjs +0 -57
- package/esm2022/lib/helpers/index.mjs +0 -13
- package/esm2022/lib/helpers/missing-translation.helper.mjs +0 -7
- package/esm2022/lib/helpers/resolution.helper.mjs +0 -7
- package/esm2022/lib/helpers/save-file.helper.mjs +0 -14
- package/esm2022/lib/helpers/sort.helper.mjs +0 -73
- package/esm2022/lib/inline-message/index.mjs +0 -4
- package/esm2022/lib/inline-message/inline-message.component.mjs +0 -71
- package/esm2022/lib/inline-message/inline-message.module.mjs +0 -33
- package/esm2022/lib/inline-message/models/index.mjs +0 -4
- package/esm2022/lib/inline-message/models/inline-message-icon-position.enum.mjs +0 -6
- package/esm2022/lib/inline-message/models/inline-message-type.enum.mjs +0 -7
- package/esm2022/lib/inline-message/models/inline-message.model.mjs +0 -2
- package/esm2022/lib/llm/components/llm-rephrase/llm-rephrase.component.mjs +0 -48
- package/esm2022/lib/llm/components/llm-summary/llm-summary.component.mjs +0 -48
- package/esm2022/lib/llm/components/llm-textarea-with-actions/llm-textarea-with-actions.component.mjs +0 -337
- package/esm2022/lib/llm/icons/index.mjs +0 -2
- package/esm2022/lib/llm/icons/llm-menu.icon.mjs +0 -14
- package/esm2022/lib/llm/index.mjs +0 -4
- package/esm2022/lib/llm/llm.component.mjs +0 -122
- package/esm2022/lib/llm/llm.module.mjs +0 -86
- package/esm2022/lib/llm/models/index.mjs +0 -4
- package/esm2022/lib/llm/models/llm-actions.enum.mjs +0 -6
- package/esm2022/lib/llm/models/llm-configuration.model.mjs +0 -2
- package/esm2022/lib/llm/models/llm-configuration.token.mjs +0 -3
- package/esm2022/lib/llm/models/llm-data.model.mjs +0 -2
- package/esm2022/lib/llm/models/llm-writing-style.enum.mjs +0 -7
- package/esm2022/lib/llm/services/llm-helper.service.mjs +0 -102
- package/esm2022/lib/llm/shared/llm-textarea/llm-textarea.component.mjs +0 -111
- package/esm2022/lib/multi-functional-table/constants/disable-export-attribute-name.const.mjs +0 -2
- package/esm2022/lib/multi-functional-table/constants/index.mjs +0 -2
- package/esm2022/lib/multi-functional-table/index.mjs +0 -5
- package/esm2022/lib/multi-functional-table/models/batch-config.model.mjs +0 -2
- package/esm2022/lib/multi-functional-table/models/column-config.model.mjs +0 -2
- package/esm2022/lib/multi-functional-table/models/column-select-config.model.mjs +0 -2
- package/esm2022/lib/multi-functional-table/models/export-config.model.mjs +0 -2
- package/esm2022/lib/multi-functional-table/models/export-format.enum.mjs +0 -5
- package/esm2022/lib/multi-functional-table/models/filter-config.model.mjs +0 -2
- package/esm2022/lib/multi-functional-table/models/index.mjs +0 -8
- package/esm2022/lib/multi-functional-table/models/multi-functional-table-config.model.mjs +0 -2
- package/esm2022/lib/multi-functional-table/models/paginator-config.model.mjs +0 -2
- package/esm2022/lib/multi-functional-table/models/selected-column-local-storage-config.model.mjs +0 -2
- package/esm2022/lib/multi-functional-table/multi-functional-table.component.mjs +0 -691
- package/esm2022/lib/multi-functional-table/multi-functional-table.module.mjs +0 -93
- package/esm2022/lib/new-feature-dialog/index.mjs +0 -3
- package/esm2022/lib/new-feature-dialog/models/index.mjs +0 -2
- package/esm2022/lib/new-feature-dialog/models/mobile-screen-custom-position.model.mjs +0 -2
- package/esm2022/lib/new-feature-dialog/new-feature-dialog-wrapper/new-feature-dialog-wrapper.component.mjs +0 -105
- package/esm2022/lib/new-feature-dialog/new-feature-dialog-wrapper/new-feature-dialog.service.mjs +0 -37
- package/esm2022/lib/new-feature-dialog/new-feature-dialog.component.mjs +0 -40
- package/esm2022/lib/notification-message/enums/index.mjs +0 -2
- package/esm2022/lib/notification-message/enums/notification-message-type.enum.mjs +0 -9
- package/esm2022/lib/notification-message/index.mjs +0 -5
- package/esm2022/lib/notification-message/interfaces/index.mjs +0 -2
- package/esm2022/lib/notification-message/interfaces/notification-message.model.mjs +0 -2
- package/esm2022/lib/notification-message/notification-message.component.mjs +0 -195
- package/esm2022/lib/notification-message/notification-message.module.mjs +0 -49
- package/esm2022/lib/open-close-button/index.mjs +0 -5
- package/esm2022/lib/open-close-button/injection-tokens/index.mjs +0 -2
- package/esm2022/lib/open-close-button/injection-tokens/open-close-btn-icons.token.mjs +0 -2
- package/esm2022/lib/open-close-button/models/index.mjs +0 -2
- package/esm2022/lib/open-close-button/models/open-close-btn-icons.model.mjs +0 -2
- package/esm2022/lib/open-close-button/open-close-button.component.mjs +0 -114
- package/esm2022/lib/open-close-button/open-close-button.module.mjs +0 -22
- package/esm2022/lib/pipes/date-ago/date-ago.module.mjs +0 -29
- package/esm2022/lib/pipes/date-ago/date-ago.pipe.mjs +0 -114
- package/esm2022/lib/pipes/date-ago/index.mjs +0 -3
- package/esm2022/lib/pipes/date-ago/models/date-ago-interval.model.mjs +0 -2
- package/esm2022/lib/pipes/date-ago/models/date-ago-settings.model.mjs +0 -2
- package/esm2022/lib/pipes/date-ago/models/date-ago-settings.token.mjs +0 -2
- package/esm2022/lib/pipes/date-ago/models/date-ago.model.mjs +0 -2
- package/esm2022/lib/pipes/date-ago/models/index.mjs +0 -5
- package/esm2022/lib/pipes/domain-translate/domain-translate.pipe.mjs +0 -30
- package/esm2022/lib/pipes/domain-translate/index.mjs +0 -2
- package/esm2022/lib/pipes/file-size-label/enums/file-size-unit.enum.mjs +0 -8
- package/esm2022/lib/pipes/file-size-label/enums/index.mjs +0 -2
- package/esm2022/lib/pipes/file-size-label/file-size-label.pipe.mjs +0 -22
- package/esm2022/lib/pipes/file-size-label/index.mjs +0 -3
- package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.module.mjs +0 -25
- package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.mjs +0 -43
- package/esm2022/lib/pipes/filter-with-highlight/index.mjs +0 -3
- package/esm2022/lib/pipes/index.mjs +0 -13
- package/esm2022/lib/pipes/language-translate/index.mjs +0 -3
- package/esm2022/lib/pipes/language-translate/language-translate.module.mjs +0 -19
- package/esm2022/lib/pipes/language-translate/language-translate.pipe.mjs +0 -126
- package/esm2022/lib/pipes/object-length/index.mjs +0 -3
- package/esm2022/lib/pipes/object-length/object-length.module.mjs +0 -19
- package/esm2022/lib/pipes/object-length/object-length.pipe.mjs +0 -23
- package/esm2022/lib/pipes/sort-alphabetically/index.mjs +0 -3
- package/esm2022/lib/pipes/sort-alphabetically/sort-alphabetically.module.mjs +0 -19
- package/esm2022/lib/pipes/sort-alphabetically/sort-alphabetically.pipe.mjs +0 -21
- package/esm2022/lib/pipes/sort-by-number/index.mjs +0 -2
- package/esm2022/lib/pipes/sort-by-number/sort-by-number.pipe.mjs +0 -23
- package/esm2022/lib/pipes/sort-domains/index.mjs +0 -2
- package/esm2022/lib/pipes/sort-domains/sort-domains.pipe.mjs +0 -51
- package/esm2022/lib/pipes/sort-language-list/index.mjs +0 -3
- package/esm2022/lib/pipes/sort-language-list/models/index.mjs +0 -2
- package/esm2022/lib/pipes/sort-language-list/models/translated-language.model.mjs +0 -2
- package/esm2022/lib/pipes/sort-language-list/sort-language-list.pipe.mjs +0 -58
- package/esm2022/lib/pipes/sort-translations/index.mjs +0 -3
- package/esm2022/lib/pipes/sort-translations/sort-translations.module.mjs +0 -23
- package/esm2022/lib/pipes/sort-translations/sort-translations.pipe.mjs +0 -60
- package/esm2022/lib/pipes/sort-translations-by-property/index.mjs +0 -3
- package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.mjs +0 -19
- package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.mjs +0 -43
- package/esm2022/lib/plausible/index.mjs +0 -5
- package/esm2022/lib/plausible/models/index.mjs +0 -2
- package/esm2022/lib/plausible/models/plausible-event.model.mjs +0 -2
- package/esm2022/lib/plausible/plausible-event.directive.mjs +0 -42
- package/esm2022/lib/plausible/plausible.helper.mjs +0 -37
- package/esm2022/lib/plausible/plausible.module.mjs +0 -25
- package/esm2022/lib/services/alert/alert.service.mjs +0 -172
- package/esm2022/lib/services/alert/index.mjs +0 -4
- package/esm2022/lib/services/alert/injection-tokens/alert-configuration.token.mjs +0 -2
- package/esm2022/lib/services/alert/injection-tokens/index.mjs +0 -2
- package/esm2022/lib/services/alert/models/alert-configuration.model.mjs +0 -2
- package/esm2022/lib/services/alert/models/index.mjs +0 -2
- package/esm2022/lib/services/dom/dom.service.mjs +0 -21
- package/esm2022/lib/services/dom/index.mjs +0 -2
- package/esm2022/lib/services/icon/icon.service.mjs +0 -35
- package/esm2022/lib/services/icon/index.mjs +0 -2
- package/esm2022/lib/services/index.mjs +0 -7
- package/esm2022/lib/services/language-translate/index.mjs +0 -2
- package/esm2022/lib/services/language-translate/language-translate.service.mjs +0 -25
- package/esm2022/lib/services/notification/index.mjs +0 -3
- package/esm2022/lib/services/notification/models/index.mjs +0 -3
- package/esm2022/lib/services/notification/models/notification.model.mjs +0 -2
- package/esm2022/lib/services/notification/models/operations.enum.mjs +0 -6
- package/esm2022/lib/services/notification/notification.service.mjs +0 -35
- package/esm2022/lib/services/system/index.mjs +0 -2
- package/esm2022/lib/services/system/system.service.mjs +0 -20
- package/esm2022/lib/sidebar/index.mjs +0 -3
- package/esm2022/lib/sidebar/services/index.mjs +0 -2
- package/esm2022/lib/sidebar/services/sidebar.service.mjs +0 -24
- package/esm2022/lib/sidebar/sidebar.component.mjs +0 -30
- package/esm2022/lib/status-display/index.mjs +0 -4
- package/esm2022/lib/status-display/models/index.mjs +0 -2
- package/esm2022/lib/status-display/models/status-display-config.model.mjs +0 -2
- package/esm2022/lib/status-display/status-display.component.mjs +0 -71
- package/esm2022/lib/status-display/status-display.module.mjs +0 -22
- package/esm2022/lib/subscription/chargebee-mount.service.mjs +0 -16
- package/esm2022/lib/subscription/index.mjs +0 -3
- package/esm2022/lib/subscription/models/chargebee-settings.model.mjs +0 -2
- package/esm2022/lib/subscription/models/index.mjs +0 -2
- package/esm2022/lib/subscription/models/subscription-quota-display.model.mjs +0 -2
- package/esm2022/lib/subscription/models/subscription-state.enum.mjs +0 -8
- package/esm2022/lib/subscription/subscription.component.mjs +0 -392
- package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.mjs +0 -279
- package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.mjs +0 -161
- package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.mjs +0 -121
- package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.mjs +0 -72
- package/esm2022/lib/terminology/components/terminology-panel/terminology-panel.component.mjs +0 -151
- package/esm2022/lib/terminology/config/models/index.mjs +0 -2
- package/esm2022/lib/terminology/config/models/terminology-config.model.mjs +0 -2
- package/esm2022/lib/terminology/config/services/index.mjs +0 -2
- package/esm2022/lib/terminology/config/services/terminology-config/terminology-config.service.mjs +0 -47
- package/esm2022/lib/terminology/enums/combined-collection-tooltip-key.enum.mjs +0 -6
- package/esm2022/lib/terminology/enums/engine-term-collection-scope.enum.mjs +0 -6
- package/esm2022/lib/terminology/enums/engine-term-collection-source.enum.mjs +0 -6
- package/esm2022/lib/terminology/enums/engine-term-collection-status.enum.mjs +0 -8
- package/esm2022/lib/terminology/enums/engine-term-collection-sub-status.enum.mjs +0 -14
- package/esm2022/lib/terminology/enums/index.mjs +0 -7
- package/esm2022/lib/terminology/enums/mt-collection-status.enum.mjs +0 -11
- package/esm2022/lib/terminology/icons/collections-menu.icon.mjs +0 -18
- package/esm2022/lib/terminology/icons/index.mjs +0 -2
- package/esm2022/lib/terminology/index.mjs +0 -10
- package/esm2022/lib/terminology/models/active-data.model.mjs +0 -2
- package/esm2022/lib/terminology/models/add-engine-terms-request-params.model.mjs +0 -2
- package/esm2022/lib/terminology/models/combined-collection.model.mjs +0 -181
- package/esm2022/lib/terminology/models/default-term-collection-order-update.model.mjs +0 -2
- package/esm2022/lib/terminology/models/domain.model.mjs +0 -2
- package/esm2022/lib/terminology/models/engine-term-collection-access-scope-update.model.mjs +0 -2
- package/esm2022/lib/terminology/models/engine-term-collection-access-scope.model.mjs +0 -2
- package/esm2022/lib/terminology/models/engine-term-collection-access-update.model.mjs +0 -2
- package/esm2022/lib/terminology/models/engine-term-collection-access.model.mjs +0 -2
- package/esm2022/lib/terminology/models/engine-term-collection-list.model.mjs +0 -2
- package/esm2022/lib/terminology/models/engine-term-collection.model.mjs +0 -2
- package/esm2022/lib/terminology/models/index.mjs +0 -19
- package/esm2022/lib/terminology/models/lang-list-item.model.mjs +0 -2
- package/esm2022/lib/terminology/models/mt-collection.model.mjs +0 -2
- package/esm2022/lib/terminology/models/system.model.mjs +0 -2
- package/esm2022/lib/terminology/models/terminology-engine.model.mjs +0 -2
- package/esm2022/lib/terminology/models/tld-term-collection-languages.model.mjs +0 -2
- package/esm2022/lib/terminology/models/tld-term-collection.model.mjs +0 -2
- package/esm2022/lib/terminology/models/update-engine-terms-request-params.model.mjs +0 -2
- package/esm2022/lib/terminology/models/vendor.model.mjs +0 -2
- package/esm2022/lib/terminology/services/engine-term-api/engine-term-api.service.mjs +0 -48
- package/esm2022/lib/terminology/services/engine-term-api/index.mjs +0 -2
- package/esm2022/lib/terminology/services/index.mjs +0 -5
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-deployment.model.mjs +0 -2
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-domain-list.model.mjs +0 -2
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-domain.model.mjs +0 -2
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-list.model.mjs +0 -2
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-status.enum.mjs +0 -11
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.mjs +0 -18
- package/esm2022/lib/terminology/services/system-api-v2/models/engine.model.mjs +0 -2
- package/esm2022/lib/terminology/services/system-api-v2/models/index.mjs +0 -9
- package/esm2022/lib/terminology/services/system-api-v2/models/revision.model.mjs +0 -2
- package/esm2022/lib/terminology/services/system-api-v2/models/tilde-vendor.const.mjs +0 -2
- package/esm2022/lib/terminology/services/system-api-v2/models/worker-status.model.mjs +0 -2
- package/esm2022/lib/terminology/services/system-api-v2/system-api.service.mjs +0 -109
- package/esm2022/lib/terminology/services/terminology/terminology.service.mjs +0 -323
- package/esm2022/lib/terminology/services/terminology-api/terminology-api.service.mjs +0 -86
- package/esm2022/lib/terminology/services/terminology-collection/index.mjs +0 -2
- package/esm2022/lib/terminology/services/terminology-collection/terminology-collection.service.mjs +0 -54
- package/esm2022/lib/terminology/terminology.component.mjs +0 -241
- package/esm2022/lib/terminology/terminology.module.mjs +0 -102
- package/esm2022/lib/text-to-speech/index.mjs +0 -3
- package/esm2022/lib/text-to-speech/models/index.mjs +0 -2
- package/esm2022/lib/text-to-speech/models/voice.model.mjs +0 -2
- package/esm2022/lib/text-to-speech/services/tts-api.service.mjs +0 -18
- package/esm2022/lib/text-to-speech/text-to-speech.component.mjs +0 -172
- package/esm2022/lib/tld-loader/index.mjs +0 -3
- package/esm2022/lib/tld-loader/tld-loader.component.mjs +0 -16
- package/esm2022/lib/tld-loader/tld-loader.module.mjs +0 -21
- package/esm2022/lib/toast/index.mjs +0 -3
- package/esm2022/lib/toast/models/toast.model.mjs +0 -2
- package/esm2022/lib/toast/toast-service/index.mjs +0 -2
- package/esm2022/lib/toast/toast-service/toast-service.service.mjs +0 -42
- package/esm2022/lib/toast/toast.component.mjs +0 -57
- package/esm2022/public-api.mjs +0 -32
- package/esm2022/tilde-nlp-ngx-common.mjs +0 -5
- 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
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NotificationMessageType } from "../enums/notification-message-type.enum";
|
|
2
|
-
export interface NotificationMessage {
|
|
3
|
-
type: NotificationMessageType;
|
|
4
|
-
id?: string;
|
|
5
|
-
title?: string;
|
|
6
|
-
body?: string;
|
|
7
|
-
localizationParams?: any;
|
|
8
|
-
buttonText?: string;
|
|
9
|
-
linkText?: string;
|
|
10
|
-
linkHref?: string;
|
|
11
|
-
routerLink?: string;
|
|
12
|
-
hideClose?: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* Provide following params to use callback button instead of close button.
|
|
15
|
-
*/
|
|
16
|
-
callbackButtonText?: string;
|
|
17
|
-
callbackButtonIcon?: string;
|
|
18
|
-
callbackButtonClick?: () => void;
|
|
19
|
-
error?: any;
|
|
20
|
-
/**
|
|
21
|
-
* Localization key for support info for message. If value is not null, it is displayed right after body text.
|
|
22
|
-
*/
|
|
23
|
-
support?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Set this to true and provide same message object in case you want to remove message from outside.
|
|
26
|
-
*/
|
|
27
|
-
delete?: boolean;
|
|
28
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { NotificationMessageType } from './enums/notification-message-type.enum';
|
|
3
|
-
import { NotificationMessage } from './interfaces/notification-message.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class NotificationMessageComponent implements OnInit {
|
|
6
|
-
message: NotificationMessage;
|
|
7
|
-
buttonClicked: EventEmitter<any>;
|
|
8
|
-
closeClicked: EventEmitter<any>;
|
|
9
|
-
linkClicked: EventEmitter<any>;
|
|
10
|
-
/** Adds additional class that makes message to take less space on screen. */
|
|
11
|
-
inline: boolean;
|
|
12
|
-
readonly iconNames: {
|
|
13
|
-
[key in NotificationMessageType]: string;
|
|
14
|
-
};
|
|
15
|
-
className: string;
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
buttonClick(): void;
|
|
18
|
-
closeClick(): void;
|
|
19
|
-
linkClick(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationMessageComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationMessageComponent, "lib-tld-notification-message", never, { "message": { "alias": "message"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; }, { "buttonClicked": "buttonClicked"; "closeClicked": "closeClicked"; "linkClicked": "linkClicked"; }, never, never, false, never>;
|
|
22
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./notification-message.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ngbracket/ngx-layout";
|
|
5
|
-
import * as i4 from "../close-button/close-button.module";
|
|
6
|
-
import * as i5 from "@angular/material/button";
|
|
7
|
-
import * as i6 from "@ngx-translate/core";
|
|
8
|
-
import * as i7 from "@angular/router";
|
|
9
|
-
import * as i8 from "@angular/material/icon";
|
|
10
|
-
export declare class NotificationMessageModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationMessageModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationMessageModule, [typeof i1.NotificationMessageComponent], [typeof i2.CommonModule, typeof i3.FlexLayoutModule, typeof i4.CloseButtonModule, typeof i5.MatButtonModule, typeof i6.TranslateModule, typeof i7.RouterModule, typeof i8.MatIconModule], [typeof i1.NotificationMessageComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NotificationMessageModule>;
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './open-close-btn-icons.token';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const OPEN_CLOSE_BTN_ICONS_TOKEN = "OPEN_CLOSE_BTN_ICONS_TOKEN";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './open-close-btn-icons.model';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatButton } from '@angular/material/button';
|
|
3
|
-
import { OpenCloseBtnIcons } from './models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class OpenCloseButtonComponent implements OnInit {
|
|
6
|
-
private readonly openCloseBtnIcons;
|
|
7
|
-
private _isOpened;
|
|
8
|
-
disableFocusOnAction: boolean;
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
isIcon: boolean;
|
|
11
|
-
ariaLabelCode: string;
|
|
12
|
-
set isOpened(value: boolean);
|
|
13
|
-
get isOpened(): boolean;
|
|
14
|
-
button: MatButton;
|
|
15
|
-
icons: OpenCloseBtnIcons;
|
|
16
|
-
defaultIcons: OpenCloseBtnIcons;
|
|
17
|
-
constructor(openCloseBtnIcons: OpenCloseBtnIcons);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
focus(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenCloseButtonComponent, [{ optional: true; }]>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OpenCloseButtonComponent, "lib-open-close-button", never, { "disableFocusOnAction": { "alias": "disableFocusOnAction"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isIcon": { "alias": "isIcon"; "required": false; }; "ariaLabelCode": { "alias": "ariaLabelCode"; "required": false; }; "isOpened": { "alias": "isOpened"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
22
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./open-close-button.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ngx-translate/core";
|
|
5
|
-
import * as i4 from "@angular/material/button";
|
|
6
|
-
import * as i5 from "@ngbracket/ngx-layout";
|
|
7
|
-
export declare class OpenCloseButtonModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OpenCloseButtonModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OpenCloseButtonModule, [typeof i1.OpenCloseButtonComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.MatButtonModule, typeof i5.FlexLayoutModule], [typeof i1.OpenCloseButtonComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OpenCloseButtonModule>;
|
|
11
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./date-ago.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ngx-translate/core";
|
|
5
|
-
export declare class DateAgoModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateAgoModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DateAgoModule, [typeof i1.DateAgoPipe], [typeof i2.CommonModule, typeof i3.TranslateModule], [typeof i1.DateAgoPipe]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DateAgoModule>;
|
|
9
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, PipeTransform } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { DateAgo, DateAgoSettings } from './models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DateAgoPipe implements PipeTransform {
|
|
6
|
-
private readonly translate;
|
|
7
|
-
private readonly _ref;
|
|
8
|
-
private readonly settings;
|
|
9
|
-
readonly defaultSettings: DateAgoSettings;
|
|
10
|
-
get intervals(): import("./models").DateAgoInterval[];
|
|
11
|
-
get multiplePostfix(): string;
|
|
12
|
-
get localizationPrefix(): string;
|
|
13
|
-
get justNowKey(): string;
|
|
14
|
-
get justNowSeconds(): number;
|
|
15
|
-
constructor(translate: TranslateService, _ref: ChangeDetectorRef, settings: DateAgoSettings);
|
|
16
|
-
transform(value: Date, enableMultiplePostfix?: boolean): string;
|
|
17
|
-
calculateDateAgo(value: Date, enableMultiplePostfix: boolean): DateAgo | null;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateAgoPipe, [null, null, { optional: true; }]>;
|
|
19
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DateAgoPipe, "dateAgo", false>;
|
|
20
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { DateAgoInterval } from "./date-ago-interval.model";
|
|
2
|
-
/**
|
|
3
|
-
* Configuration settings for DateAgo pipe.
|
|
4
|
-
*/
|
|
5
|
-
export interface DateAgoSettings {
|
|
6
|
-
/**
|
|
7
|
-
* Intervals for defined groups.
|
|
8
|
-
*/
|
|
9
|
-
intervals: DateAgoInterval[];
|
|
10
|
-
/**
|
|
11
|
-
* String to be added to original key if interval group value is bigger than 1. Typically you want to add 'S' to the key, if value is multiple.
|
|
12
|
-
*/
|
|
13
|
-
multiplePostfix: string;
|
|
14
|
-
/**
|
|
15
|
-
* Localization key, that should be before interval key. Do not place '.' at the end of key.
|
|
16
|
-
*/
|
|
17
|
-
localizationPrefix: string;
|
|
18
|
-
/**
|
|
19
|
-
* Key for "Just now"
|
|
20
|
-
*/
|
|
21
|
-
justNowKey: string;
|
|
22
|
-
/**
|
|
23
|
-
* For how many seconds should show just now.
|
|
24
|
-
*/
|
|
25
|
-
justNowSeconds: number;
|
|
26
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const DateAgoSettingsToken = "DATE_AGO_SETTINGS";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DomainTranslatePipe implements PipeTransform {
|
|
5
|
-
readonly translate: TranslateService;
|
|
6
|
-
constructor(translate: TranslateService);
|
|
7
|
-
transform(value: string, isDomain: boolean): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DomainTranslatePipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DomainTranslatePipe, "domainTranslate", true>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './domain-translate.pipe';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './file-size-unit.enum';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { FILE_SIZE_UNIT } from './enums/file-size-unit.enum';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FileSizeLabelPipe implements PipeTransform {
|
|
5
|
-
transform(value: number, decimalPlaces?: number, unit?: FILE_SIZE_UNIT): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileSizeLabelPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FileSizeLabelPipe, "fileSizeLabel", true>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./filter-with-highlight.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class FilterWithHighlightModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterWithHighlightModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterWithHighlightModule, [typeof i1.FilterWithHighlightPipe], [typeof i2.CommonModule], [typeof i1.FilterWithHighlightPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FilterWithHighlightModule>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FilterWithHighlightPipe implements PipeTransform {
|
|
4
|
-
transform(value: any[], filter: string, key?: string): any[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterWithHighlightPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FilterWithHighlightPipe, "filterWithHighlight", false>;
|
|
7
|
-
}
|
package/lib/pipes/index.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export * from './filter-with-highlight';
|
|
2
|
-
export * from './sort-translations';
|
|
3
|
-
export * from './sort-translations-by-property';
|
|
4
|
-
export * from './language-translate';
|
|
5
|
-
export * from './date-ago';
|
|
6
|
-
export * from './object-length';
|
|
7
|
-
export * from './sort-by-number';
|
|
8
|
-
export * from './sort-alphabetically';
|
|
9
|
-
export * from './sort-language-list';
|
|
10
|
-
export * from './file-size-label';
|
|
11
|
-
export * from './domain-translate';
|
|
12
|
-
export * from './sort-domains';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./language-translate.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class LanguageTranslateModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageTranslateModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LanguageTranslateModule, never, [typeof i1.LanguageTranslatePipe, typeof i2.CommonModule], [typeof i1.LanguageTranslatePipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LanguageTranslateModule>;
|
|
8
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LanguageTranslatePipe implements PipeTransform {
|
|
5
|
-
private readonly translate;
|
|
6
|
-
private readonly languagesLocalizationKey;
|
|
7
|
-
private lastUiLanguage;
|
|
8
|
-
private readonly translationCache;
|
|
9
|
-
private readonly localeSameRegions;
|
|
10
|
-
private readonly translations;
|
|
11
|
-
constructor(translate: TranslateService);
|
|
12
|
-
transform(fullLangCode: string, hideRegion?: boolean): string;
|
|
13
|
-
private getTranslation;
|
|
14
|
-
private getLanguageTranslationFromLanguageCode;
|
|
15
|
-
private isLanguageCodeSameAsRegion;
|
|
16
|
-
private getRegionFromLanguageCode;
|
|
17
|
-
private getLanguageFromLanguageCode;
|
|
18
|
-
private capitalizeFirstLetter;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageTranslatePipe, never>;
|
|
20
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<LanguageTranslatePipe, "languageTranslate", true>;
|
|
21
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./object-length.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class ObjectLengthModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectLengthModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectLengthModule, [typeof i1.ObjectLengthPipe], [typeof i2.CommonModule], [typeof i1.ObjectLengthPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ObjectLengthModule>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ObjectLengthPipe implements PipeTransform {
|
|
4
|
-
transform(value: any): number;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectLengthPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ObjectLengthPipe, "objectLength", false>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./sort-alphabetically.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class SortAlphabeticallyModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortAlphabeticallyModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SortAlphabeticallyModule, [typeof i1.SortAlphabeticallyPipe], [typeof i2.CommonModule], [typeof i1.SortAlphabeticallyPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SortAlphabeticallyModule>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SortAlphabeticallyPipe implements PipeTransform {
|
|
4
|
-
transform(values: any[], sortingValueKey?: string): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortAlphabeticallyPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SortAlphabeticallyPipe, "sortAlphabetically", false>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './sort-by-number.pipe';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SortByNumberPipe implements PipeTransform {
|
|
4
|
-
transform(values: any[], sortingValueKey?: string, desc?: boolean): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortByNumberPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SortByNumberPipe, "sortByNumber", true>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './sort-domains.pipe';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* This is a custom pipe for sorting domains.
|
|
6
|
-
* It prioritizes the most important entries using a specific order:
|
|
7
|
-
* "General" first, followed by LLM-related domains, and then the rest in alphabetical order.
|
|
8
|
-
*/
|
|
9
|
-
export declare class SortDomainsPipe implements PipeTransform {
|
|
10
|
-
readonly translate: TranslateService;
|
|
11
|
-
constructor(translate: TranslateService);
|
|
12
|
-
transform(value: any[], isDomainList: boolean, key: string): any[];
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortDomainsPipe, never>;
|
|
14
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SortDomainsPipe, "sortDomains", true>;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './translated-language.model';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { TranslatedLanguage } from './models/translated-language.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SortLanguageListPipe implements PipeTransform {
|
|
6
|
-
#private;
|
|
7
|
-
transform<T>(list: T[], key?: string): Observable<TranslatedLanguage<T>[]>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortLanguageListPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SortLanguageListPipe, "sortLanguageList", true>;
|
|
10
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./sort-translations.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class SortTranslationsModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortTranslationsModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SortTranslationsModule, [typeof i1.SortTranslationsPipe], [typeof i2.CommonModule], [typeof i1.SortTranslationsPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SortTranslationsModule>;
|
|
8
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SortTranslationsPipe implements PipeTransform {
|
|
6
|
-
private translate;
|
|
7
|
-
constructor(translate: TranslateService);
|
|
8
|
-
/**
|
|
9
|
-
*
|
|
10
|
-
* @param objects array of objects to be sorted
|
|
11
|
-
* @param localizationPrefix prefix for localization code. This is used to get necessary object translations.
|
|
12
|
-
* @param key Which object property needs to be used for sorting.
|
|
13
|
-
* @param currentLanguage This is necessary to update values if language is changed.
|
|
14
|
-
* @returns
|
|
15
|
-
*/
|
|
16
|
-
transform(objects: Array<any>, localizationPrefix: string | null, key: (string | null) | undefined, currentLanguage: string, translationKey?: string | null): Observable<Array<any>>;
|
|
17
|
-
private sortObjects;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortTranslationsPipe, never>;
|
|
19
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SortTranslationsPipe, "sortTranslations", false>;
|
|
20
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./sort-translations-by-property.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class SortTranslationsByPropertyModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortTranslationsByPropertyModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SortTranslationsByPropertyModule, [typeof i1.SortTranslationsByPropertyPipe], [typeof i2.CommonModule], [typeof i1.SortTranslationsByPropertyPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SortTranslationsByPropertyModule>;
|
|
8
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SortTranslationsByPropertyPipe implements PipeTransform {
|
|
5
|
-
private translate;
|
|
6
|
-
constructor(translate: TranslateService);
|
|
7
|
-
/**
|
|
8
|
-
* Transforms the input array of objects by sorting them based on the specified sortingValueKey.
|
|
9
|
-
* @param values An array of objects to be sorted.
|
|
10
|
-
* @param sortingValueKey The key by which the provided values should be sorted.
|
|
11
|
-
* @param defaultValueKey For missing translations there is option to provide a default key to take value from.
|
|
12
|
-
*/
|
|
13
|
-
transform(values: any[], sortingValueKey: string, defaultValueKey?: string): any;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortTranslationsByPropertyPipe, never>;
|
|
15
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SortTranslationsByPropertyPipe, "sortTranslationsByProperty", false>;
|
|
16
|
-
}
|
package/lib/plausible/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './plausible-event.model';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PlausibleEvent } from './models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PlausibleEventDirective {
|
|
4
|
-
private id;
|
|
5
|
-
private properties;
|
|
6
|
-
/** Plausible event id. */
|
|
7
|
-
set libPlausibleEvent(value: PlausibleEvent | undefined);
|
|
8
|
-
onClick(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PlausibleEventDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PlausibleEventDirective, "[libPlausibleEvent]", never, { "libPlausibleEvent": { "alias": "libPlausibleEvent"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare class PlausibleHelper {
|
|
2
|
-
/**
|
|
3
|
-
* Adds plausible for selected domain and adds additional script for custom event (goal) triggering
|
|
4
|
-
* @param domain domain that is registered in your plausible account
|
|
5
|
-
* @returns
|
|
6
|
-
*/
|
|
7
|
-
static addPlausible(domain: string): void;
|
|
8
|
-
/**
|
|
9
|
-
* Emits custom plausible event
|
|
10
|
-
* @param id plausible event id that should be the same as registered in plausible
|
|
11
|
-
* @param properties an object with custom properties for the event
|
|
12
|
-
* @returns
|
|
13
|
-
*/
|
|
14
|
-
static customEvent(id: string, properties?: any): void;
|
|
15
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./plausible-event.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class PlausibleModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PlausibleModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PlausibleModule, [typeof i1.PlausibleEventDirective], [typeof i2.CommonModule], [typeof i1.PlausibleEventDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PlausibleModule>;
|
|
8
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { NotificationMessage, NotificationMessageType } from '../../notification-message';
|
|
2
|
-
import { AlertConfiguration } from './models/alert-configuration.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AlertService {
|
|
5
|
-
private readonly config;
|
|
6
|
-
constructor(config: AlertConfiguration);
|
|
7
|
-
private messageSubject;
|
|
8
|
-
get defaultParams(): {
|
|
9
|
-
email: string;
|
|
10
|
-
registerLink: string;
|
|
11
|
-
};
|
|
12
|
-
private readonly defaultErrorKey;
|
|
13
|
-
private readonly errorKey;
|
|
14
|
-
private readonly numericErrorKeyPrefix;
|
|
15
|
-
private readonly titlePostFix;
|
|
16
|
-
private readonly supportPostFix;
|
|
17
|
-
private readonly subscriptionPostFix;
|
|
18
|
-
defaultError(error?: any): void;
|
|
19
|
-
getMessages(): import("rxjs").Observable<NotificationMessage>;
|
|
20
|
-
basic(text: string, params?: any): void;
|
|
21
|
-
info(text: string, params?: any): void;
|
|
22
|
-
success(text: string, params?: any): void;
|
|
23
|
-
error(text: string, error: any, params?: any): void;
|
|
24
|
-
warning(text: string, params?: any, hideClose?: boolean): void;
|
|
25
|
-
deleteMessage(type: NotificationMessageType, text: string, params?: any, hideClose?: boolean): void;
|
|
26
|
-
unhandeledError(error: any, errorTranslationSubKeys?: string[], params?: any): void;
|
|
27
|
-
findErrorTitleAndLocalizationKey(error: unknown, errorTranslationSubKeys: string[]): {
|
|
28
|
-
title: string;
|
|
29
|
-
description: string;
|
|
30
|
-
};
|
|
31
|
-
private findErrorKey;
|
|
32
|
-
private emit;
|
|
33
|
-
private getSupportMessage;
|
|
34
|
-
private findPostfix;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, [{ optional: true; }]>;
|
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
|
|
37
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ALERT_CONFIGURATION_TOKEN = "ALERT_CONFIGURATION_TOKEN";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './alert-configuration.token';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './alert-configuration.model';
|