@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
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { MatTableDataSource } from "@angular/material/table";
|
|
2
|
-
import { BatchConfig } from "./batch-config.model";
|
|
3
|
-
import { ColumnSelectConfig } from "./column-select-config.model";
|
|
4
|
-
import { ExportConfig } from "./export-config.model";
|
|
5
|
-
import { FilterConfig } from "./filter-config.model";
|
|
6
|
-
import { StatusDisplayConfig } from "../../status-display/models/status-display-config.model";
|
|
7
|
-
import { PaginatorConfig } from "./paginator-config.model";
|
|
8
|
-
/**
|
|
9
|
-
* Configuration for table with multiple predefined actoins against mat table.
|
|
10
|
-
*/
|
|
11
|
-
export interface MultiFunctionalTableConfig<T> {
|
|
12
|
-
/**
|
|
13
|
-
* Mat table dataSource.
|
|
14
|
-
* @deprecated use Mat Table data property instead.
|
|
15
|
-
*/
|
|
16
|
-
dataSource?: MatTableDataSource<T>;
|
|
17
|
-
/**
|
|
18
|
-
* Configuration for toggling displayed columns in mat table
|
|
19
|
-
*/
|
|
20
|
-
columnSelect?: ColumnSelectConfig;
|
|
21
|
-
/**
|
|
22
|
-
* Configuration for filters. For filtering custom filterBar component is used. Note that component does not filter datasource by itself but only emits event when filters are changed.
|
|
23
|
-
*/
|
|
24
|
-
filter?: FilterConfig;
|
|
25
|
-
/**
|
|
26
|
-
* Configuration for exporting data.
|
|
27
|
-
*/
|
|
28
|
-
export?: ExportConfig;
|
|
29
|
-
/**
|
|
30
|
-
* Local storage key to store selected columns and filter visibilty.
|
|
31
|
-
*/
|
|
32
|
-
localStorageKey?: string;
|
|
33
|
-
/**
|
|
34
|
-
* Set to true, if mouse dragging is not required.
|
|
35
|
-
*/
|
|
36
|
-
disableMouseDragging?: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Configuration for texts and icon for no data row.
|
|
39
|
-
*/
|
|
40
|
-
noDataRow?: StatusDisplayConfig;
|
|
41
|
-
batchConfig?: BatchConfig;
|
|
42
|
-
stickyHeader?: boolean;
|
|
43
|
-
/** Table pagination configuration. Disabled by default. */
|
|
44
|
-
paginator?: PaginatorConfig;
|
|
45
|
-
/**
|
|
46
|
-
* Callback function for row click.
|
|
47
|
-
*/
|
|
48
|
-
rowClickCallback?: (param: T) => void;
|
|
49
|
-
/**
|
|
50
|
-
* Provide condition under which row clicking should be disabled.
|
|
51
|
-
*/
|
|
52
|
-
disableRowClick?: (param: T) => boolean;
|
|
53
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface PaginatorConfig {
|
|
2
|
-
enabled: boolean;
|
|
3
|
-
/** Initial page when loading table. Might be useful to keep some previously opened state of table. */
|
|
4
|
-
initialPage?: number;
|
|
5
|
-
showFirstLastButtons?: boolean;
|
|
6
|
-
pageSizeOptions?: number[];
|
|
7
|
-
showPageSize?: boolean;
|
|
8
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Object type that is stored in local storage for remembering user choices.
|
|
3
|
-
*/
|
|
4
|
-
export interface SelectedColumnLocalStorageConfig {
|
|
5
|
-
/**
|
|
6
|
-
* Settings related to column select.
|
|
7
|
-
*/
|
|
8
|
-
columns?: {
|
|
9
|
-
/**
|
|
10
|
-
* Wether given column was selected.
|
|
11
|
-
*/
|
|
12
|
-
[columnName: string]: boolean;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* Filter settings.
|
|
16
|
-
*/
|
|
17
|
-
filter?: {
|
|
18
|
-
visible?: boolean;
|
|
19
|
-
};
|
|
20
|
-
}
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { SelectionModel } from '@angular/cdk/collections';
|
|
2
|
-
import { AfterContentInit, AfterViewInit, ElementRef, EventEmitter, OnInit, QueryList } from '@angular/core';
|
|
3
|
-
import { MatPaginator, PageEvent } from '@angular/material/paginator';
|
|
4
|
-
import { MatSort } from '@angular/material/sort';
|
|
5
|
-
import { MatColumnDef, MatHeaderRowDef, MatNoDataRow, MatRowDef, MatTable, MatTableDataSource } from '@angular/material/table';
|
|
6
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
-
import { Observable } from 'rxjs';
|
|
8
|
-
import { FilterBarComponent } from '../filter-bar';
|
|
9
|
-
import { FilterBarChangeEvent } from '../filter-bar/models/filter-bar-change-event.model';
|
|
10
|
-
import { DOMService } from '../services';
|
|
11
|
-
import { StatusDisplayConfig } from '../status-display/models/status-display-config.model';
|
|
12
|
-
import { ColumnConfig } from './models/column-config.model';
|
|
13
|
-
import { MultiFunctionalTableConfig } from './models/multi-functional-table-config.model';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class MultiFunctionalTableComponent<T> implements OnInit, AfterContentInit, AfterViewInit {
|
|
16
|
-
#private;
|
|
17
|
-
private readonly domService;
|
|
18
|
-
private readonly translateService;
|
|
19
|
-
readonly matSelection: SelectionModel<T>;
|
|
20
|
-
get dataSource(): MatTableDataSource<T>;
|
|
21
|
-
config: MultiFunctionalTableConfig<T>;
|
|
22
|
-
highlightedElements: T[];
|
|
23
|
-
trackByFn: (ix: number, row: T) => string | number;
|
|
24
|
-
highlightedErrorElements: T[];
|
|
25
|
-
set selection(value: T[]);
|
|
26
|
-
isRowCheckboxAlwaysVisible: boolean;
|
|
27
|
-
disablePreselectedItems: boolean;
|
|
28
|
-
filterBarChange: EventEmitter<FilterBarChangeEvent>;
|
|
29
|
-
paginatorUpdate: EventEmitter<PageEvent>;
|
|
30
|
-
exported: EventEmitter<T[]>;
|
|
31
|
-
selectionChange: Observable<T[]>;
|
|
32
|
-
headerRowDefs: QueryList<MatHeaderRowDef>;
|
|
33
|
-
rowDefs: QueryList<MatRowDef<T>>;
|
|
34
|
-
columnDefs: QueryList<MatColumnDef>;
|
|
35
|
-
noDataRow: MatNoDataRow;
|
|
36
|
-
table: MatTable<T>;
|
|
37
|
-
sort: MatSort;
|
|
38
|
-
tableContainer: ElementRef<HTMLElement>;
|
|
39
|
-
filterBar: FilterBarComponent;
|
|
40
|
-
paginator: MatPaginator;
|
|
41
|
-
tableElementRef: ElementRef<HTMLElement>;
|
|
42
|
-
/** This property will be taken into account only if config.DataSource not set. */
|
|
43
|
-
data: import("@angular/core").InputSignal<T[] | undefined>;
|
|
44
|
-
dataSourceUpdateEffect: import("@angular/core").EffectRef;
|
|
45
|
-
preselectedItems: T[];
|
|
46
|
-
get ignoreAttributeName(): string;
|
|
47
|
-
displayColumns: string[];
|
|
48
|
-
columnSelectActive: boolean;
|
|
49
|
-
exportActive: boolean;
|
|
50
|
-
noDataRowActive: boolean;
|
|
51
|
-
filters: FilterBarChangeEvent;
|
|
52
|
-
filterBarVisible: boolean;
|
|
53
|
-
hideSearchTooltip: boolean;
|
|
54
|
-
showSearch: boolean;
|
|
55
|
-
showSearchClearButton: boolean;
|
|
56
|
-
searchTitle: string;
|
|
57
|
-
searchTooltip: string;
|
|
58
|
-
noDataRowConfig: StatusDisplayConfig;
|
|
59
|
-
noDataRowIcon: string;
|
|
60
|
-
configurableColumns: ColumnConfig[];
|
|
61
|
-
batchSelectedEnabled: boolean;
|
|
62
|
-
hoveredRow: any;
|
|
63
|
-
hoveredRowIndex: number | undefined;
|
|
64
|
-
tableOverflow: boolean;
|
|
65
|
-
private scrollMovement;
|
|
66
|
-
private isDragging;
|
|
67
|
-
private startX;
|
|
68
|
-
private startY;
|
|
69
|
-
private scrollLeft;
|
|
70
|
-
private scrollTop;
|
|
71
|
-
get filterActive(): boolean | undefined;
|
|
72
|
-
get showFilterToggle(): boolean;
|
|
73
|
-
get showFilterReset(): import("../filter-bar").FilterBarFilter | undefined;
|
|
74
|
-
private localStorageValue;
|
|
75
|
-
readonly batchColumnName = "batch";
|
|
76
|
-
readonly columnSelectColumnName = "columnSelect";
|
|
77
|
-
constructor(domService: DOMService, translateService: TranslateService);
|
|
78
|
-
ngOnInit(): void;
|
|
79
|
-
ngAfterContentInit(): void;
|
|
80
|
-
ngAfterViewInit(): void;
|
|
81
|
-
search(event: {
|
|
82
|
-
target: {
|
|
83
|
-
value: string;
|
|
84
|
-
};
|
|
85
|
-
} | KeyboardEvent): void;
|
|
86
|
-
updateDisplayColumns(initial?: boolean): void;
|
|
87
|
-
toggleFilterBar(): void;
|
|
88
|
-
filtersChanged(filters: FilterBarChangeEvent): void;
|
|
89
|
-
clearFilters(): void;
|
|
90
|
-
export(): void;
|
|
91
|
-
isElementHighlighted(ix: number, element: T): boolean;
|
|
92
|
-
highlightErrorElement(ix: number, element: T): boolean;
|
|
93
|
-
isAllSelected(): boolean;
|
|
94
|
-
toggleAllRowSelection(): void;
|
|
95
|
-
toggleElementSelection(element: T): void;
|
|
96
|
-
onMouseDown(event: MouseEvent): void;
|
|
97
|
-
onMouseMove(event: MouseEvent): void;
|
|
98
|
-
onMouseUp(): void;
|
|
99
|
-
paginatorChange(change: PageEvent): void;
|
|
100
|
-
rowHovered(index: number, row: T): void;
|
|
101
|
-
rowHoverLeave(): void;
|
|
102
|
-
defaultTrackBy(ix: number): number;
|
|
103
|
-
private checkTableOverflow;
|
|
104
|
-
private exportToFile;
|
|
105
|
-
private updateLocalStorage;
|
|
106
|
-
private readFromLocalStorage;
|
|
107
|
-
private setColumnSelectProperties;
|
|
108
|
-
private setFilterVisibility;
|
|
109
|
-
private setNoDataRowProperties;
|
|
110
|
-
private setExportProperties;
|
|
111
|
-
private createDataSource;
|
|
112
|
-
private updateDataSourceData;
|
|
113
|
-
private updatePaginator;
|
|
114
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiFunctionalTableComponent<any>, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiFunctionalTableComponent<any>, "tld-multi-functional-table", never, { "config": { "alias": "config"; "required": false; }; "highlightedElements": { "alias": "highlightedElements"; "required": false; }; "trackByFn": { "alias": "trackByFn"; "required": false; }; "highlightedErrorElements": { "alias": "highlightedErrorElements"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "isRowCheckboxAlwaysVisible": { "alias": "isRowCheckboxAlwaysVisible"; "required": false; }; "disablePreselectedItems": { "alias": "disablePreselectedItems"; "required": false; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, { "filterBarChange": "filterBarChange"; "paginatorUpdate": "paginatorUpdate"; "exported": "exported"; "selectionChange": "selectionChange"; }, ["noDataRow", "headerRowDefs", "rowDefs", "columnDefs"], ["[additionalActions]", "[batchActions]", "*"], false, never>;
|
|
116
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./multi-functional-table.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/table";
|
|
5
|
-
import * as i4 from "@angular/material/button";
|
|
6
|
-
import * as i5 from "@ngx-translate/core";
|
|
7
|
-
import * as i6 from "@angular/material/menu";
|
|
8
|
-
import * as i7 from "@angular/material/checkbox";
|
|
9
|
-
import * as i8 from "@angular/forms";
|
|
10
|
-
import * as i9 from "../filter-bar/filter-bar.module";
|
|
11
|
-
import * as i10 from "@ngbracket/ngx-layout";
|
|
12
|
-
import * as i11 from "@angular/material/sort";
|
|
13
|
-
import * as i12 from "@angular/material/progress-spinner";
|
|
14
|
-
import * as i13 from "@angular/material/tooltip";
|
|
15
|
-
import * as i14 from "../status-display/status-display.module";
|
|
16
|
-
import * as i15 from "@angular/material/icon";
|
|
17
|
-
import * as i16 from "@angular/material/paginator";
|
|
18
|
-
export declare class MultiFunctionalTableModule {
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiFunctionalTableModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiFunctionalTableModule, [typeof i1.MultiFunctionalTableComponent], [typeof i2.CommonModule, typeof i3.MatTableModule, typeof i4.MatButtonModule, typeof i5.TranslateModule, typeof i6.MatMenuModule, typeof i7.MatCheckboxModule, typeof i8.FormsModule, typeof i9.FilterBarModule, typeof i10.FlexLayoutModule, typeof i11.MatSortModule, typeof i12.MatProgressSpinnerModule, typeof i13.MatTooltipModule, typeof i14.StatusDisplayModule, typeof i15.MatIconModule, typeof i16.MatPaginatorModule], [typeof i1.MultiFunctionalTableComponent]>;
|
|
21
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MultiFunctionalTableModule>;
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './mobile-screen-custom-position.model';
|
package/lib/new-feature-dialog/new-feature-dialog-wrapper/new-feature-dialog-wrapper.component.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { NewFeatureDialogComponent } from '../new-feature-dialog.component';
|
|
4
|
-
import { MobileScreenCustomPosition } from '../models/mobile-screen-custom-position.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class NewFeatureDialogWrapperComponent implements OnInit, OnDestroy {
|
|
7
|
-
#private;
|
|
8
|
-
titleLocalizationKey: string;
|
|
9
|
-
descriptionLocalizationKey: string;
|
|
10
|
-
closeLocalizationKey: string;
|
|
11
|
-
featureClassName: string;
|
|
12
|
-
featureLocalStorageKey: string;
|
|
13
|
-
timeout: number;
|
|
14
|
-
maxWidth: number;
|
|
15
|
-
mobileScreenCustomPosition?: MobileScreenCustomPosition;
|
|
16
|
-
dialogRef: MatDialogRef<NewFeatureDialogComponent> | undefined;
|
|
17
|
-
featureActive: import("@angular/core").WritableSignal<boolean>;
|
|
18
|
-
isFeatureSeen: boolean;
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
showFeatureDialog(): void;
|
|
22
|
-
private setFeatureStatus;
|
|
23
|
-
private setFeatureSeen;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NewFeatureDialogWrapperComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NewFeatureDialogWrapperComponent, "lib-new-feature-dialog-wrapper", never, { "titleLocalizationKey": { "alias": "titleLocalizationKey"; "required": false; }; "descriptionLocalizationKey": { "alias": "descriptionLocalizationKey"; "required": false; }; "closeLocalizationKey": { "alias": "closeLocalizationKey"; "required": false; }; "featureClassName": { "alias": "featureClassName"; "required": false; }; "featureLocalStorageKey": { "alias": "featureLocalStorageKey"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "mobileScreenCustomPosition": { "alias": "mobileScreenCustomPosition"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { NewFeatureDialogWrapperComponent } from './new-feature-dialog-wrapper.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NewFeatureDialogService {
|
|
4
|
-
current: import("@angular/core").WritableSignal<NewFeatureDialogWrapperComponent | undefined>;
|
|
5
|
-
queue: NewFeatureDialogWrapperComponent[];
|
|
6
|
-
requestOpenFeature(component: NewFeatureDialogWrapperComponent): void;
|
|
7
|
-
showNextFeature(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NewFeatureDialogService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NewFeatureDialogService>;
|
|
10
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class NewFeatureDialogComponent {
|
|
3
|
-
data: any;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NewFeatureDialogComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NewFeatureDialogComponent, "lib-new-feature-dialog", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './notification-message-type.enum';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./notification-message.model";
|
|
@@ -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
|
-
}
|