@tilde-nlp/ngx-common 4.0.28 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/close-button/close-button.component.mjs +34 -34
- package/esm2022/lib/close-button/close-button.module.mjs +36 -36
- package/esm2022/lib/close-button/index.mjs +2 -2
- package/esm2022/lib/company-product/company-product.component.mjs +20 -20
- package/esm2022/lib/company-product/company-product.module.mjs +22 -22
- package/esm2022/lib/company-product/index.mjs +2 -2
- package/esm2022/lib/confirmation-modal/confirmation-modal.component.mjs +25 -25
- package/esm2022/lib/confirmation-modal/confirmation-modal.module.mjs +21 -21
- package/esm2022/lib/confirmation-modal/index.mjs +5 -5
- package/esm2022/lib/confirmation-modal/models/confirmation-body.model.mjs +1 -1
- package/esm2022/lib/confirmation-modal/models/confirmation.enum.mjs +5 -5
- package/esm2022/lib/confirmation-modal/services/confirmation.service.mjs +25 -25
- package/esm2022/lib/confirmation-modal/services/index.mjs +1 -1
- package/esm2022/lib/constants/index.mjs +1 -1
- package/esm2022/lib/constants/screen-size.const.mjs +10 -10
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +29 -29
- package/esm2022/lib/directives/click-outside/click-outside.module.mjs +24 -24
- package/esm2022/lib/directives/click-outside/index.mjs +2 -2
- package/esm2022/lib/directives/drag-and-drop/drag-and-drop.directive.mjs +62 -62
- package/esm2022/lib/directives/drag-and-drop/drag-and-drop.module.mjs +24 -24
- package/esm2022/lib/directives/drag-and-drop/index.mjs +2 -2
- package/esm2022/lib/directives/index.mjs +3 -3
- package/esm2022/lib/directives/mat-button-loading/index.mjs +2 -2
- package/esm2022/lib/directives/mat-button-loading/mat-button-loading.directive.mjs +59 -59
- package/esm2022/lib/directives/mat-button-loading/mat-button-loading.module.mjs +20 -20
- package/esm2022/lib/extension-dialog/components/index.mjs +1 -1
- package/esm2022/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.mjs +22 -22
- package/esm2022/lib/extension-dialog/extension-dialog.component.mjs +142 -142
- package/esm2022/lib/extension-dialog/extension-dialog.module.mjs +51 -51
- package/esm2022/lib/extension-dialog/icons/file-types/excel.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/index.mjs +9 -9
- package/esm2022/lib/extension-dialog/icons/file-types/interchange.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/office-other.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/other.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/pdf.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/powerpoint.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/scanned.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/web.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/file-types/word.icon.mjs +1 -1
- package/esm2022/lib/extension-dialog/icons/index.mjs +1 -1
- package/esm2022/lib/extension-dialog/index.mjs +5 -5
- package/esm2022/lib/extension-dialog/models/enums/file-categories.enum.mjs +8 -8
- package/esm2022/lib/extension-dialog/models/enums/file-extensions.enum.mjs +34 -34
- package/esm2022/lib/extension-dialog/models/enums/file-type-icons.enum.mjs +12 -12
- package/esm2022/lib/extension-dialog/models/enums/file-types.enum.mjs +12 -12
- package/esm2022/lib/extension-dialog/models/enums/index.mjs +4 -4
- package/esm2022/lib/extension-dialog/models/index.mjs +2 -2
- package/esm2022/lib/extension-dialog/models/interfaces/config.mjs +1 -1
- package/esm2022/lib/extension-dialog/models/interfaces/dialog-data.model.mjs +1 -1
- package/esm2022/lib/extension-dialog/models/interfaces/index.mjs +2 -2
- package/esm2022/lib/extension-dialog/services/extension-dialog.service.mjs +22 -22
- package/esm2022/lib/extension-dialog/services/index.mjs +1 -1
- package/esm2022/lib/file-upload/file-upload.component.mjs +107 -107
- package/esm2022/lib/file-upload/file-upload.module.mjs +42 -42
- package/esm2022/lib/file-upload/index.mjs +3 -3
- package/esm2022/lib/file-upload/models/file-upload-error-type.enum.mjs +7 -7
- package/esm2022/lib/file-upload/models/file-upload-error.model.mjs +1 -1
- package/esm2022/lib/file-upload/models/index.mjs +2 -2
- package/esm2022/lib/filter-bar/filter-bar.component.mjs +146 -146
- package/esm2022/lib/filter-bar/filter-bar.module.mjs +71 -71
- package/esm2022/lib/filter-bar/index.mjs +3 -3
- package/esm2022/lib/filter-bar/models/filter-bar-change-event.model.mjs +1 -1
- package/esm2022/lib/filter-bar/models/filter-bar-filter-item.model.mjs +1 -1
- package/esm2022/lib/filter-bar/models/filter-bar-filter.model.mjs +1 -1
- package/esm2022/lib/filter-bar/models/filter-bar-settings.model.mjs +1 -1
- package/esm2022/lib/filter-bar/models/index.mjs +3 -3
- package/esm2022/lib/footer/footer.component.mjs +37 -37
- package/esm2022/lib/footer/footer.module.mjs +34 -34
- package/esm2022/lib/footer/index.mjs +2 -2
- package/esm2022/lib/helpers/auth-headers.helper.mjs +24 -21
- package/esm2022/lib/helpers/conversion.helper.mjs +10 -10
- package/esm2022/lib/helpers/file-extension.helper.mjs +5 -5
- package/esm2022/lib/helpers/html-element-parse.helper.mjs +15 -15
- package/esm2022/lib/helpers/html.helper.mjs +54 -54
- package/esm2022/lib/helpers/index.mjs +9 -9
- package/esm2022/lib/helpers/missing-translation.helper.mjs +6 -6
- package/esm2022/lib/helpers/resolution.helper.mjs +6 -6
- package/esm2022/lib/helpers/save-file.helper.mjs +10 -10
- package/esm2022/lib/helpers/sort.helper.mjs +11 -10
- package/esm2022/lib/inline-message/index.mjs +3 -3
- package/esm2022/lib/inline-message/inline-message.component.mjs +23 -23
- package/esm2022/lib/inline-message/inline-message.module.mjs +32 -32
- package/esm2022/lib/inline-message/models/index.mjs +3 -3
- package/esm2022/lib/inline-message/models/inline-message-icon-position.enum.mjs +5 -5
- package/esm2022/lib/inline-message/models/inline-message-type.enum.mjs +6 -6
- package/esm2022/lib/inline-message/models/inline-message.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/constants/disable-export-attribute-name.const.mjs +1 -1
- package/esm2022/lib/multi-functional-table/constants/index.mjs +1 -1
- package/esm2022/lib/multi-functional-table/index.mjs +4 -4
- package/esm2022/lib/multi-functional-table/models/batch-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/column-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/column-select-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/export-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/export-format.enum.mjs +4 -4
- package/esm2022/lib/multi-functional-table/models/filter-config.model.mjs +2 -2
- package/esm2022/lib/multi-functional-table/models/index.mjs +6 -6
- package/esm2022/lib/multi-functional-table/models/multi-functional-table-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/models/selected-column-local-storage-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/multi-functional-table.component.mjs +228 -229
- package/esm2022/lib/multi-functional-table/multi-functional-table.module.mjs +72 -72
- package/esm2022/lib/notification-message/enums/index.mjs +1 -1
- package/esm2022/lib/notification-message/enums/notification-message-type.enum.mjs +8 -8
- package/esm2022/lib/notification-message/index.mjs +4 -4
- package/esm2022/lib/notification-message/interfaces/index.mjs +1 -1
- package/esm2022/lib/notification-message/interfaces/notification-message.model.mjs +1 -1
- package/esm2022/lib/notification-message/notification-message.component.mjs +52 -52
- package/esm2022/lib/notification-message/notification-message.module.mjs +44 -44
- package/esm2022/lib/open-close-button/index.mjs +4 -4
- package/esm2022/lib/open-close-button/injection-tokens/index.mjs +1 -1
- package/esm2022/lib/open-close-button/injection-tokens/open-close-btn-icons.token.mjs +1 -1
- package/esm2022/lib/open-close-button/models/index.mjs +1 -1
- package/esm2022/lib/open-close-button/models/open-close-btn-icons.model.mjs +1 -1
- package/esm2022/lib/open-close-button/open-close-button.component.mjs +53 -53
- package/esm2022/lib/open-close-button/open-close-button.module.mjs +21 -21
- package/esm2022/lib/pipes/date-ago/date-ago.module.mjs +28 -28
- package/esm2022/lib/pipes/date-ago/date-ago.pipe.mjs +114 -114
- package/esm2022/lib/pipes/date-ago/index.mjs +2 -2
- package/esm2022/lib/pipes/date-ago/models/date-ago-interval.model.mjs +1 -1
- package/esm2022/lib/pipes/date-ago/models/date-ago-settings.model.mjs +1 -1
- package/esm2022/lib/pipes/date-ago/models/date-ago-settings.token.mjs +1 -1
- package/esm2022/lib/pipes/date-ago/models/date-ago.model.mjs +1 -1
- package/esm2022/lib/pipes/date-ago/models/index.mjs +4 -4
- package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.module.mjs +24 -24
- package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.mjs +43 -42
- package/esm2022/lib/pipes/filter-with-highlight/index.mjs +2 -2
- package/esm2022/lib/pipes/index.mjs +6 -7
- package/esm2022/lib/pipes/language-translate/index.mjs +2 -2
- package/esm2022/lib/pipes/language-translate/language-translate.module.mjs +18 -18
- package/esm2022/lib/pipes/language-translate/language-translate.pipe.mjs +100 -99
- package/esm2022/lib/pipes/sort-translations/index.mjs +2 -2
- package/esm2022/lib/pipes/sort-translations/sort-translations.module.mjs +22 -22
- package/esm2022/lib/pipes/sort-translations/sort-translations.pipe.mjs +60 -60
- package/esm2022/lib/pipes/sort-translations-by-property/index.mjs +2 -2
- package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.mjs +18 -18
- package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.mjs +40 -40
- package/esm2022/lib/plausible/index.mjs +4 -4
- package/esm2022/lib/plausible/models/index.mjs +1 -1
- package/esm2022/lib/plausible/models/plausible-event.model.mjs +1 -1
- package/esm2022/lib/plausible/plausible-event.directive.mjs +40 -40
- package/esm2022/lib/plausible/plausible.helper.mjs +37 -37
- package/esm2022/lib/plausible/plausible.module.mjs +24 -24
- package/esm2022/lib/services/alert/alert.service.mjs +167 -165
- package/esm2022/lib/services/alert/index.mjs +3 -3
- package/esm2022/lib/services/alert/injection-tokens/alert-configuration.token.mjs +1 -1
- package/esm2022/lib/services/alert/injection-tokens/index.mjs +1 -1
- package/esm2022/lib/services/alert/models/alert-configuration.model.mjs +2 -2
- package/esm2022/lib/services/alert/models/index.mjs +1 -1
- package/esm2022/lib/services/dom/dom.service.mjs +21 -21
- package/esm2022/lib/services/dom/index.mjs +1 -1
- package/esm2022/lib/services/icon/icon.service.mjs +35 -35
- package/esm2022/lib/services/icon/index.mjs +1 -1
- package/esm2022/lib/services/index.mjs +6 -6
- package/esm2022/lib/services/language-translate/index.mjs +1 -1
- package/esm2022/lib/services/language-translate/language-translate.service.mjs +25 -25
- package/esm2022/lib/services/notification/index.mjs +2 -2
- package/esm2022/lib/services/notification/models/index.mjs +2 -2
- package/esm2022/lib/services/notification/models/notification.model.mjs +1 -1
- package/esm2022/lib/services/notification/models/operations.enum.mjs +5 -5
- package/esm2022/lib/services/notification/notification.service.mjs +35 -35
- package/esm2022/lib/services/system/index.mjs +1 -1
- package/esm2022/lib/services/system/system.service.mjs +23 -23
- package/esm2022/lib/status-display/index.mjs +3 -3
- package/esm2022/lib/status-display/models/index.mjs +1 -1
- package/esm2022/lib/status-display/models/status-display-config.model.mjs +1 -1
- package/esm2022/lib/status-display/status-display.component.mjs +17 -17
- package/esm2022/lib/status-display/status-display.module.mjs +21 -21
- package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.mjs +65 -65
- package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.mjs +70 -70
- package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.mjs +60 -58
- package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.mjs +56 -56
- package/esm2022/lib/terminology/components/terminology-panel/terminology-panel.component.mjs +49 -49
- package/esm2022/lib/terminology/config/models/index.mjs +1 -1
- package/esm2022/lib/terminology/config/models/terminology-config.model.mjs +1 -1
- package/esm2022/lib/terminology/config/services/index.mjs +1 -1
- package/esm2022/lib/terminology/config/services/terminology-config/terminology-config.service.mjs +45 -48
- package/esm2022/lib/terminology/enums/combined-collection-tooltip-key.enum.mjs +5 -5
- package/esm2022/lib/terminology/enums/engine-term-collection-scope.enum.mjs +6 -6
- package/esm2022/lib/terminology/enums/engine-term-collection-source.enum.mjs +5 -5
- package/esm2022/lib/terminology/enums/engine-term-collection-status.enum.mjs +7 -7
- package/esm2022/lib/terminology/enums/engine-term-collection-sub-status.enum.mjs +13 -13
- package/esm2022/lib/terminology/enums/index.mjs +6 -6
- package/esm2022/lib/terminology/enums/mt-collection-status.enum.mjs +10 -10
- package/esm2022/lib/terminology/enums/mt-term-collection-v1-status.enum.mjs +6 -6
- package/esm2022/lib/terminology/enums/system-metadata-key.enum.mjs +6 -6
- package/esm2022/lib/terminology/enums/translation-api-version.model.mjs +5 -5
- package/esm2022/lib/terminology/factories/terminology-api.factory.mjs +12 -12
- package/esm2022/lib/terminology/factories/terminology-system.factory.mjs +13 -13
- package/esm2022/lib/terminology/icons/collections-menu.icon.mjs +1 -1
- package/esm2022/lib/terminology/icons/index.mjs +1 -1
- package/esm2022/lib/terminology/index.mjs +9 -9
- package/esm2022/lib/terminology/injection-tokens/terminology-api.token.mjs +1 -1
- package/esm2022/lib/terminology/injection-tokens/terminology-system.token.mjs +1 -1
- package/esm2022/lib/terminology/models/active-data.model.mjs +2 -2
- package/esm2022/lib/terminology/models/add-engine-terms-request-params.model.mjs +1 -1
- package/esm2022/lib/terminology/models/api-system.model.mjs +2 -2
- package/esm2022/lib/terminology/models/combined-collection.model.mjs +189 -189
- package/esm2022/lib/terminology/models/default-term-collection-order-update.model.mjs +1 -1
- package/esm2022/lib/terminology/models/domain.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-access-scope-update.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-access-scope.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-access-update.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-access.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection-list.model.mjs +1 -1
- package/esm2022/lib/terminology/models/engine-term-collection.model.mjs +1 -1
- package/esm2022/lib/terminology/models/index.mjs +20 -20
- package/esm2022/lib/terminology/models/lang-list-item.model.mjs +1 -1
- package/esm2022/lib/terminology/models/mt-collection.model.mjs +1 -1
- package/esm2022/lib/terminology/models/mt-term-collection-v1.model.mjs +1 -1
- package/esm2022/lib/terminology/models/mt-term-service.model.mjs +1 -1
- package/esm2022/lib/terminology/models/system-api-service.model.mjs +1 -1
- package/esm2022/lib/terminology/models/system.model.mjs +2 -2
- package/esm2022/lib/terminology/models/terminology-engine.model.mjs +2 -2
- package/esm2022/lib/terminology/models/tld-term-collection-languages.model.mjs +1 -1
- package/esm2022/lib/terminology/models/tld-term-collection.model.mjs +2 -2
- package/esm2022/lib/terminology/models/update-engine-terms-request-params.model.mjs +1 -1
- package/esm2022/lib/terminology/models/vendor.model.mjs +1 -1
- package/esm2022/lib/terminology/services/engine-term-api/engine-term-api.service.mjs +51 -51
- package/esm2022/lib/terminology/services/engine-term-api/index.mjs +1 -1
- package/esm2022/lib/terminology/services/index.mjs +5 -5
- package/esm2022/lib/terminology/services/system-api-v1/system-api-v1.service.mjs +60 -59
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-deployment.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-domain-list.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-domain.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-list.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-status.enum.mjs +10 -10
- package/esm2022/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.mjs +17 -17
- package/esm2022/lib/terminology/services/system-api-v2/models/engine.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/index.mjs +8 -8
- package/esm2022/lib/terminology/services/system-api-v2/models/revision.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/models/worker-status.model.mjs +1 -1
- package/esm2022/lib/terminology/services/system-api-v2/system-api-v2.service.mjs +81 -81
- package/esm2022/lib/terminology/services/terminology/terminology.service.mjs +325 -324
- package/esm2022/lib/terminology/services/terminology-api-v1/terminology-api-v1.service.mjs +59 -58
- package/esm2022/lib/terminology/services/terminology-api-v2/terminology-api-v2.service.mjs +85 -84
- package/esm2022/lib/terminology/services/terminology-collection/index.mjs +1 -1
- package/esm2022/lib/terminology/services/terminology-collection/terminology-collection.service.mjs +54 -54
- package/esm2022/lib/terminology/terminology.component.mjs +137 -137
- package/esm2022/lib/terminology/terminology.module.mjs +132 -132
- package/esm2022/lib/tld-loader/index.mjs +2 -2
- package/esm2022/lib/tld-loader/tld-loader.component.mjs +11 -11
- package/esm2022/lib/tld-loader/tld-loader.module.mjs +20 -20
- package/esm2022/public-api.mjs +23 -23
- package/esm2022/tilde-nlp-ngx-common.mjs +4 -4
- package/fesm2022/tilde-nlp-ngx-common.mjs +3768 -3791
- package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/close-button/close-button.component.d.ts +13 -13
- package/lib/close-button/close-button.module.d.ts +11 -11
- package/lib/close-button/index.d.ts +2 -2
- package/lib/company-product/company-product.component.d.ts +7 -7
- package/lib/company-product/company-product.module.d.ts +8 -8
- package/lib/company-product/index.d.ts +2 -2
- package/lib/confirmation-modal/confirmation-modal.component.d.ts +12 -12
- package/lib/confirmation-modal/confirmation-modal.module.d.ts +11 -11
- package/lib/confirmation-modal/index.d.ts +5 -5
- package/lib/confirmation-modal/models/confirmation-body.model.d.ts +8 -8
- package/lib/confirmation-modal/models/confirmation.enum.d.ts +4 -4
- package/lib/confirmation-modal/services/confirmation.service.d.ts +12 -12
- package/lib/confirmation-modal/services/index.d.ts +1 -1
- package/lib/constants/index.d.ts +1 -1
- package/lib/constants/screen-size.const.d.ts +10 -10
- package/lib/directives/click-outside/click-outside.directive.d.ts +10 -10
- package/lib/directives/click-outside/click-outside.module.d.ts +8 -8
- package/lib/directives/click-outside/index.d.ts +2 -2
- package/lib/directives/drag-and-drop/drag-and-drop.directive.d.ts +14 -14
- package/lib/directives/drag-and-drop/drag-and-drop.module.d.ts +8 -8
- package/lib/directives/drag-and-drop/index.d.ts +2 -2
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/mat-button-loading/index.d.ts +2 -2
- package/lib/directives/mat-button-loading/mat-button-loading.directive.d.ts +18 -18
- package/lib/directives/mat-button-loading/mat-button-loading.module.d.ts +8 -8
- package/lib/extension-dialog/components/index.d.ts +1 -1
- package/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.d.ts +10 -10
- package/lib/extension-dialog/extension-dialog.component.d.ts +21 -21
- package/lib/extension-dialog/extension-dialog.module.d.ts +15 -15
- package/lib/extension-dialog/icons/file-types/excel.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/index.d.ts +9 -9
- package/lib/extension-dialog/icons/file-types/interchange.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/office-other.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/other.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/pdf.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/powerpoint.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/scanned.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/web.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/file-types/word.icon.d.ts +1 -1
- package/lib/extension-dialog/icons/index.d.ts +1 -1
- package/lib/extension-dialog/index.d.ts +5 -5
- package/lib/extension-dialog/models/enums/file-categories.enum.d.ts +7 -7
- package/lib/extension-dialog/models/enums/file-extensions.enum.d.ts +33 -33
- package/lib/extension-dialog/models/enums/file-type-icons.enum.d.ts +11 -11
- package/lib/extension-dialog/models/enums/file-types.enum.d.ts +11 -11
- package/lib/extension-dialog/models/enums/index.d.ts +4 -4
- package/lib/extension-dialog/models/index.d.ts +2 -2
- package/lib/extension-dialog/models/interfaces/config.d.ts +18 -18
- package/lib/extension-dialog/models/interfaces/dialog-data.model.d.ts +3 -3
- package/lib/extension-dialog/models/interfaces/index.d.ts +2 -2
- package/lib/extension-dialog/services/extension-dialog.service.d.ts +9 -9
- package/lib/extension-dialog/services/index.d.ts +1 -1
- package/lib/file-upload/file-upload.component.d.ts +29 -29
- package/lib/file-upload/file-upload.module.d.ts +13 -13
- package/lib/file-upload/index.d.ts +3 -3
- package/lib/file-upload/models/file-upload-error-type.enum.d.ts +6 -6
- package/lib/file-upload/models/file-upload-error.model.d.ts +6 -6
- package/lib/file-upload/models/index.d.ts +2 -2
- package/lib/filter-bar/filter-bar.component.d.ts +54 -54
- package/lib/filter-bar/filter-bar.module.d.ts +19 -19
- package/lib/filter-bar/index.d.ts +3 -3
- package/lib/filter-bar/models/filter-bar-change-event.model.d.ts +6 -6
- package/lib/filter-bar/models/filter-bar-filter-item.model.d.ts +4 -4
- package/lib/filter-bar/models/filter-bar-filter.model.d.ts +6 -6
- package/lib/filter-bar/models/filter-bar-settings.model.d.ts +19 -19
- package/lib/filter-bar/models/index.d.ts +3 -3
- package/lib/footer/footer.component.d.ts +15 -15
- package/lib/footer/footer.module.d.ts +11 -11
- package/lib/footer/index.d.ts +2 -2
- package/lib/helpers/auth-headers.helper.d.ts +4 -4
- package/lib/helpers/conversion.helper.d.ts +4 -4
- package/lib/helpers/file-extension.helper.d.ts +3 -3
- package/lib/helpers/html-element-parse.helper.d.ts +3 -3
- package/lib/helpers/html.helper.d.ts +17 -17
- package/lib/helpers/index.d.ts +9 -9
- package/lib/helpers/missing-translation.helper.d.ts +4 -4
- package/lib/helpers/resolution.helper.d.ts +3 -3
- package/lib/helpers/save-file.helper.d.ts +3 -3
- package/lib/helpers/sort.helper.d.ts +3 -3
- package/lib/inline-message/index.d.ts +3 -3
- package/lib/inline-message/inline-message.component.d.ts +10 -10
- package/lib/inline-message/inline-message.module.d.ts +10 -10
- package/lib/inline-message/models/index.d.ts +3 -3
- package/lib/inline-message/models/inline-message-icon-position.enum.d.ts +4 -4
- package/lib/inline-message/models/inline-message-type.enum.d.ts +5 -5
- package/lib/inline-message/models/inline-message.model.d.ts +10 -10
- package/lib/multi-functional-table/constants/disable-export-attribute-name.const.d.ts +1 -1
- package/lib/multi-functional-table/constants/index.d.ts +1 -1
- package/lib/multi-functional-table/index.d.ts +4 -4
- package/lib/multi-functional-table/models/batch-config.model.d.ts +4 -4
- package/lib/multi-functional-table/models/column-config.model.d.ts +18 -18
- package/lib/multi-functional-table/models/column-select-config.model.d.ts +14 -14
- package/lib/multi-functional-table/models/export-config.model.d.ts +9 -9
- package/lib/multi-functional-table/models/export-format.enum.d.ts +3 -3
- package/lib/multi-functional-table/models/filter-config.model.d.ts +6 -7
- package/lib/multi-functional-table/models/index.d.ts +6 -6
- package/lib/multi-functional-table/models/multi-functional-table-config.model.d.ts +36 -36
- package/lib/multi-functional-table/models/selected-column-local-storage-config.model.d.ts +20 -20
- package/lib/multi-functional-table/multi-functional-table.component.d.ts +66 -67
- package/lib/multi-functional-table/multi-functional-table.module.d.ts +20 -20
- package/lib/notification-message/enums/index.d.ts +1 -1
- package/lib/notification-message/enums/notification-message-type.enum.d.ts +7 -7
- package/lib/notification-message/index.d.ts +4 -4
- package/lib/notification-message/interfaces/index.d.ts +1 -1
- package/lib/notification-message/interfaces/notification-message.model.d.ts +22 -22
- package/lib/notification-message/notification-message.component.d.ts +22 -22
- package/lib/notification-message/notification-message.module.d.ts +13 -13
- package/lib/open-close-button/index.d.ts +4 -4
- package/lib/open-close-button/injection-tokens/index.d.ts +1 -1
- package/lib/open-close-button/injection-tokens/open-close-btn-icons.token.d.ts +1 -1
- package/lib/open-close-button/models/index.d.ts +1 -1
- package/lib/open-close-button/models/open-close-btn-icons.model.d.ts +4 -4
- package/lib/open-close-button/open-close-button.component.d.ts +22 -22
- package/lib/open-close-button/open-close-button.module.d.ts +11 -11
- package/lib/pipes/date-ago/date-ago.module.d.ts +9 -9
- package/lib/pipes/date-ago/date-ago.pipe.d.ts +20 -20
- package/lib/pipes/date-ago/index.d.ts +2 -2
- package/lib/pipes/date-ago/models/date-ago-interval.model.d.ts +5 -5
- package/lib/pipes/date-ago/models/date-ago-settings.model.d.ts +26 -26
- package/lib/pipes/date-ago/models/date-ago-settings.token.d.ts +1 -1
- package/lib/pipes/date-ago/models/date-ago.model.d.ts +4 -4
- package/lib/pipes/date-ago/models/index.d.ts +4 -4
- package/lib/pipes/filter-with-highlight/filter-with-highlight.module.d.ts +8 -8
- package/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.d.ts +7 -7
- package/lib/pipes/filter-with-highlight/index.d.ts +2 -2
- package/lib/pipes/index.d.ts +5 -6
- package/lib/pipes/language-translate/index.d.ts +2 -2
- package/lib/pipes/language-translate/language-translate.module.d.ts +8 -8
- package/lib/pipes/language-translate/language-translate.pipe.d.ts +19 -19
- package/lib/pipes/sort-translations/index.d.ts +2 -2
- package/lib/pipes/sort-translations/sort-translations.module.d.ts +8 -8
- package/lib/pipes/sort-translations/sort-translations.pipe.d.ts +20 -20
- package/lib/pipes/sort-translations-by-property/index.d.ts +2 -2
- package/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.d.ts +8 -8
- package/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.d.ts +15 -15
- package/lib/plausible/index.d.ts +4 -4
- package/lib/plausible/models/index.d.ts +1 -1
- package/lib/plausible/models/plausible-event.model.d.ts +7 -7
- package/lib/plausible/plausible-event.directive.d.ts +11 -11
- package/lib/plausible/plausible.helper.d.ts +15 -15
- package/lib/plausible/plausible.module.d.ts +8 -8
- package/lib/services/alert/alert.service.d.ts +37 -37
- package/lib/services/alert/index.d.ts +3 -3
- package/lib/services/alert/injection-tokens/alert-configuration.token.d.ts +1 -1
- package/lib/services/alert/injection-tokens/index.d.ts +1 -1
- package/lib/services/alert/models/alert-configuration.model.d.ts +7 -7
- package/lib/services/alert/models/index.d.ts +1 -1
- package/lib/services/dom/dom.service.d.ts +7 -7
- package/lib/services/dom/index.d.ts +1 -1
- package/lib/services/icon/icon.service.d.ts +14 -14
- package/lib/services/icon/index.d.ts +1 -1
- package/lib/services/index.d.ts +6 -6
- package/lib/services/language-translate/index.d.ts +1 -1
- package/lib/services/language-translate/language-translate.service.d.ts +10 -10
- package/lib/services/notification/index.d.ts +2 -2
- package/lib/services/notification/models/index.d.ts +2 -2
- package/lib/services/notification/models/notification.model.d.ts +6 -6
- package/lib/services/notification/models/operations.enum.d.ts +4 -4
- package/lib/services/notification/notification.service.d.ts +15 -15
- package/lib/services/system/index.d.ts +1 -1
- package/lib/services/system/system.service.d.ts +11 -11
- package/lib/status-display/index.d.ts +3 -3
- package/lib/status-display/models/index.d.ts +1 -1
- package/lib/status-display/models/status-display-config.model.d.ts +9 -9
- package/lib/status-display/status-display.component.d.ts +7 -7
- package/lib/status-display/status-display.module.d.ts +11 -11
- package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.d.ts +28 -28
- package/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.d.ts +30 -30
- package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.d.ts +32 -32
- package/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.d.ts +20 -20
- package/lib/terminology/components/terminology-panel/terminology-panel.component.d.ts +30 -30
- package/lib/terminology/config/models/index.d.ts +1 -1
- package/lib/terminology/config/models/terminology-config.model.d.ts +39 -39
- package/lib/terminology/config/services/index.d.ts +1 -1
- package/lib/terminology/config/services/terminology-config/terminology-config.service.d.ts +9 -10
- package/lib/terminology/enums/combined-collection-tooltip-key.enum.d.ts +4 -4
- package/lib/terminology/enums/engine-term-collection-scope.enum.d.ts +5 -5
- package/lib/terminology/enums/engine-term-collection-source.enum.d.ts +4 -4
- package/lib/terminology/enums/engine-term-collection-status.enum.d.ts +6 -6
- package/lib/terminology/enums/engine-term-collection-sub-status.enum.d.ts +12 -12
- package/lib/terminology/enums/index.d.ts +6 -6
- package/lib/terminology/enums/mt-collection-status.enum.d.ts +8 -8
- package/lib/terminology/enums/mt-term-collection-v1-status.enum.d.ts +5 -5
- package/lib/terminology/enums/system-metadata-key.enum.d.ts +5 -5
- package/lib/terminology/enums/translation-api-version.model.d.ts +4 -4
- package/lib/terminology/factories/terminology-api.factory.d.ts +5 -5
- package/lib/terminology/factories/terminology-system.factory.d.ts +5 -5
- package/lib/terminology/icons/collections-menu.icon.d.ts +1 -1
- package/lib/terminology/icons/index.d.ts +1 -1
- package/lib/terminology/index.d.ts +9 -9
- package/lib/terminology/injection-tokens/terminology-api.token.d.ts +1 -1
- package/lib/terminology/injection-tokens/terminology-system.token.d.ts +1 -1
- package/lib/terminology/models/active-data.model.d.ts +22 -23
- package/lib/terminology/models/add-engine-terms-request-params.model.d.ts +7 -7
- package/lib/terminology/models/api-system.model.d.ts +27 -27
- package/lib/terminology/models/combined-collection.model.d.ts +92 -92
- package/lib/terminology/models/default-term-collection-order-update.model.d.ts +5 -5
- package/lib/terminology/models/domain.model.d.ts +9 -9
- package/lib/terminology/models/engine-term-collection-access-scope-update.model.d.ts +3 -3
- package/lib/terminology/models/engine-term-collection-access-scope.model.d.ts +4 -4
- package/lib/terminology/models/engine-term-collection-access-update.model.d.ts +6 -6
- package/lib/terminology/models/engine-term-collection-access.model.d.ts +6 -6
- package/lib/terminology/models/engine-term-collection-list.model.d.ts +4 -4
- package/lib/terminology/models/engine-term-collection.model.d.ts +24 -24
- package/lib/terminology/models/index.d.ts +20 -20
- package/lib/terminology/models/lang-list-item.model.d.ts +6 -6
- package/lib/terminology/models/mt-collection.model.d.ts +17 -17
- package/lib/terminology/models/mt-term-collection-v1.model.d.ts +12 -12
- package/lib/terminology/models/mt-term-service.model.d.ts +8 -8
- package/lib/terminology/models/system-api-service.model.d.ts +5 -5
- package/lib/terminology/models/system.model.d.ts +19 -20
- package/lib/terminology/models/terminology-engine.model.d.ts +15 -15
- package/lib/terminology/models/tld-term-collection-languages.model.d.ts +11 -11
- package/lib/terminology/models/tld-term-collection.model.d.ts +46 -46
- package/lib/terminology/models/update-engine-terms-request-params.model.d.ts +4 -4
- package/lib/terminology/models/vendor.model.d.ts +5 -5
- package/lib/terminology/services/engine-term-api/engine-term-api.service.d.ts +19 -19
- package/lib/terminology/services/engine-term-api/index.d.ts +1 -1
- package/lib/terminology/services/index.d.ts +5 -5
- package/lib/terminology/services/system-api-v1/system-api-v1.service.d.ts +15 -15
- package/lib/terminology/services/system-api-v2/models/engine-deployment.model.d.ts +9 -9
- package/lib/terminology/services/system-api-v2/models/engine-domain-list.model.d.ts +4 -4
- package/lib/terminology/services/system-api-v2/models/engine-domain.model.d.ts +5 -5
- package/lib/terminology/services/system-api-v2/models/engine-list.model.d.ts +4 -4
- package/lib/terminology/services/system-api-v2/models/engine-status.enum.d.ts +9 -9
- package/lib/terminology/services/system-api-v2/models/engine-sub-status.enum.d.ts +16 -16
- package/lib/terminology/services/system-api-v2/models/engine.model.d.ts +24 -24
- package/lib/terminology/services/system-api-v2/models/index.d.ts +8 -8
- package/lib/terminology/services/system-api-v2/models/revision.model.d.ts +9 -9
- package/lib/terminology/services/system-api-v2/models/worker-status.model.d.ts +12 -12
- package/lib/terminology/services/system-api-v2/system-api-v2.service.d.ts +16 -16
- package/lib/terminology/services/terminology/terminology.service.d.ts +61 -61
- package/lib/terminology/services/terminology-api-v1/terminology-api-v1.service.d.ts +17 -17
- package/lib/terminology/services/terminology-api-v2/terminology-api-v2.service.d.ts +18 -18
- package/lib/terminology/services/terminology-collection/index.d.ts +1 -1
- package/lib/terminology/services/terminology-collection/terminology-collection.service.d.ts +17 -17
- package/lib/terminology/terminology.component.d.ts +37 -37
- package/lib/terminology/terminology.module.d.ts +29 -29
- package/lib/tld-loader/index.d.ts +2 -2
- package/lib/tld-loader/tld-loader.component.d.ts +5 -5
- package/lib/tld-loader/tld-loader.module.d.ts +7 -7
- package/package.json +5 -4
- package/public-api.d.ts +20 -20
- package/styles/custom/containers.scss +1 -1
- package/styles/typography.scss +1 -1
- package/esm2022/lib/pipes/object-length/index.mjs +0 -3
- package/esm2022/lib/pipes/object-length/object-length.module.mjs +0 -18
- package/esm2022/lib/pipes/object-length/object-length.pipe.mjs +0 -22
- package/lib/pipes/object-length/index.d.ts +0 -2
- package/lib/pipes/object-length/object-length.module.d.ts +0 -8
- package/lib/pipes/object-length/object-length.pipe.d.ts +0 -7
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { LanguageTranslatePipe } from '../../pipes';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@ngx-translate/core";
|
|
5
|
-
export class LanguageTranslateService {
|
|
6
|
-
constructor(translateService) {
|
|
7
|
-
this.translateService = translateService;
|
|
8
|
-
}
|
|
9
|
-
getLanguageCodeTranslation(code, hideRegion = false) {
|
|
10
|
-
const languageTranslate = new LanguageTranslatePipe(this.translateService);
|
|
11
|
-
return languageTranslate.transform(code, hideRegion);
|
|
12
|
-
}
|
|
13
|
-
removeRegionFromLanguageCode(code) {
|
|
14
|
-
return code.split('-')[0];
|
|
15
|
-
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
-
type: Injectable,
|
|
21
|
-
args: [{
|
|
22
|
-
providedIn: 'root',
|
|
23
|
-
}]
|
|
24
|
-
}], ctorParameters:
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { LanguageTranslatePipe } from '../../pipes';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@ngx-translate/core";
|
|
5
|
+
export class LanguageTranslateService {
|
|
6
|
+
constructor(translateService) {
|
|
7
|
+
this.translateService = translateService;
|
|
8
|
+
}
|
|
9
|
+
getLanguageCodeTranslation(code, hideRegion = false) {
|
|
10
|
+
const languageTranslate = new LanguageTranslatePipe(this.translateService);
|
|
11
|
+
return languageTranslate.transform(code, hideRegion);
|
|
12
|
+
}
|
|
13
|
+
removeRegionFromLanguageCode(code) {
|
|
14
|
+
return code.split('-')[0];
|
|
15
|
+
}
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: LanguageTranslateService, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: LanguageTranslateService, providedIn: 'root' }); }
|
|
18
|
+
}
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: LanguageTranslateService, decorators: [{
|
|
20
|
+
type: Injectable,
|
|
21
|
+
args: [{
|
|
22
|
+
providedIn: 'root',
|
|
23
|
+
}]
|
|
24
|
+
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZ3VhZ2UtdHJhbnNsYXRlLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvc2VydmljZXMvbGFuZ3VhZ2UtdHJhbnNsYXRlL2xhbmd1YWdlLXRyYW5zbGF0ZS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFM0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sYUFBYSxDQUFDOzs7QUFLcEQsTUFBTSxPQUFPLHdCQUF3QjtJQUNuQyxZQUE2QixnQkFBa0M7UUFBbEMscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtJQUFHLENBQUM7SUFFbkUsMEJBQTBCLENBQUMsSUFBWSxFQUFFLFVBQVUsR0FBRyxLQUFLO1FBQ3pELE1BQU0saUJBQWlCLEdBQUcsSUFBSSxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUMzRSxPQUFPLGlCQUFpQixDQUFDLFNBQVMsQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLENBQUM7SUFDdkQsQ0FBQztJQUVELDRCQUE0QixDQUFDLElBQVk7UUFDdkMsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzVCLENBQUM7OEdBVlUsd0JBQXdCO2tIQUF4Qix3QkFBd0IsY0FGdkIsTUFBTTs7MkZBRVAsd0JBQXdCO2tCQUhwQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xyXG5pbXBvcnQgeyBMYW5ndWFnZVRyYW5zbGF0ZVBpcGUgfSBmcm9tICcuLi8uLi9waXBlcyc7XHJcblxyXG5ASW5qZWN0YWJsZSh7XHJcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTGFuZ3VhZ2VUcmFuc2xhdGVTZXJ2aWNlIHtcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IHRyYW5zbGF0ZVNlcnZpY2U6IFRyYW5zbGF0ZVNlcnZpY2UpIHt9XHJcblxyXG4gIGdldExhbmd1YWdlQ29kZVRyYW5zbGF0aW9uKGNvZGU6IHN0cmluZywgaGlkZVJlZ2lvbiA9IGZhbHNlKTogc3RyaW5nIHtcclxuICAgIGNvbnN0IGxhbmd1YWdlVHJhbnNsYXRlID0gbmV3IExhbmd1YWdlVHJhbnNsYXRlUGlwZSh0aGlzLnRyYW5zbGF0ZVNlcnZpY2UpO1xyXG4gICAgcmV0dXJuIGxhbmd1YWdlVHJhbnNsYXRlLnRyYW5zZm9ybShjb2RlLCBoaWRlUmVnaW9uKTtcclxuICB9XHJcblxyXG4gIHJlbW92ZVJlZ2lvbkZyb21MYW5ndWFnZUNvZGUoY29kZTogc3RyaW5nKTogc3RyaW5nIHtcclxuICAgIHJldHVybiBjb2RlLnNwbGl0KCctJylbMF07XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './notification.service';
|
|
2
|
-
export * from './models';
|
|
1
|
+
export * from './notification.service';
|
|
2
|
+
export * from './models';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvc2VydmljZXMvbm90aWZpY2F0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxVQUFVLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL25vdGlmaWNhdGlvbi5zZXJ2aWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbHMnOyJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './notification.model';
|
|
2
|
-
export * from './operations.enum';
|
|
1
|
+
export * from './notification.model';
|
|
2
|
+
export * from './operations.enum';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvc2VydmljZXMvbm90aWZpY2F0aW9uL21vZGVscy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL25vdGlmaWNhdGlvbi5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vb3BlcmF0aW9ucy5lbnVtJzsiXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL3NlcnZpY2VzL25vdGlmaWNhdGlvbi9tb2RlbHMvbm90aWZpY2F0aW9uLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOb3RpZmljYXRpb25NZXNzYWdlIH0gZnJvbSAnLi4vLi4vLi4vbm90aWZpY2F0aW9uLW1lc3NhZ2UnO1xyXG5pbXBvcnQgeyBPcGVyYXRpb25zIH0gZnJvbSAnLi9vcGVyYXRpb25zLmVudW0nO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBOb3RpZmljYXRpb25XaXRoT3BlcmF0aW9uIHtcclxuXHRtZXNzYWdlOiBOb3RpZmljYXRpb25NZXNzYWdlO1xyXG5cdG9wZXJhdGlvbjogT3BlcmF0aW9ucztcclxufVxyXG4iXX0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export var Operations;
|
|
2
|
-
(function (Operations) {
|
|
3
|
-
Operations["CREATE"] = "CREATE";
|
|
4
|
-
Operations["DELETE"] = "DELETE";
|
|
5
|
-
})(Operations || (Operations = {}));
|
|
1
|
+
export var Operations;
|
|
2
|
+
(function (Operations) {
|
|
3
|
+
Operations["CREATE"] = "CREATE";
|
|
4
|
+
Operations["DELETE"] = "DELETE";
|
|
5
|
+
})(Operations || (Operations = {}));
|
|
6
6
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL3NlcnZpY2VzL25vdGlmaWNhdGlvbi9tb2RlbHMvb3BlcmF0aW9ucy5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLFVBR1g7QUFIRCxXQUFZLFVBQVU7SUFDckIsK0JBQWlCLENBQUE7SUFDakIsK0JBQWlCLENBQUE7QUFDbEIsQ0FBQyxFQUhXLFVBQVUsS0FBVixVQUFVLFFBR3JCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gT3BlcmF0aW9ucyB7XHJcblx0Q1JFQVRFID0gJ0NSRUFURScsXHJcblx0REVMRVRFID0gJ0RFTEVURSdcclxufVxyXG4iXX0=
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import { Operations } from './models/operations.enum';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class NotificationService {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.messageSubject = new Subject();
|
|
8
|
-
this.notificationMessage = this.messageSubject.asObservable();
|
|
9
|
-
this.clearMessageSubject = new Subject();
|
|
10
|
-
this.clearMessage = this.clearMessageSubject.asObservable();
|
|
11
|
-
}
|
|
12
|
-
addMessage(message) {
|
|
13
|
-
this.messageSubject.next({ message, operation: Operations.CREATE });
|
|
14
|
-
}
|
|
15
|
-
deleteMessage(message) {
|
|
16
|
-
this.messageSubject.next({ message, operation: Operations.DELETE });
|
|
17
|
-
}
|
|
18
|
-
clearMessages() {
|
|
19
|
-
this.clearMessageSubject.next([]);
|
|
20
|
-
}
|
|
21
|
-
// Returns True if the message is not found in the messages array, false otherwise.
|
|
22
|
-
isMessageUnique(messages, newMessage) {
|
|
23
|
-
const newMessageJSON = JSON.stringify(newMessage);
|
|
24
|
-
return !messages.some(existingMessage => JSON.stringify(existingMessage) === newMessageJSON);
|
|
25
|
-
}
|
|
26
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
27
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
28
|
-
}
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
-
type: Injectable,
|
|
31
|
-
args: [{
|
|
32
|
-
providedIn: 'root'
|
|
33
|
-
}]
|
|
34
|
-
}] });
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import { Operations } from './models/operations.enum';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class NotificationService {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.messageSubject = new Subject();
|
|
8
|
+
this.notificationMessage = this.messageSubject.asObservable();
|
|
9
|
+
this.clearMessageSubject = new Subject();
|
|
10
|
+
this.clearMessage = this.clearMessageSubject.asObservable();
|
|
11
|
+
}
|
|
12
|
+
addMessage(message) {
|
|
13
|
+
this.messageSubject.next({ message, operation: Operations.CREATE });
|
|
14
|
+
}
|
|
15
|
+
deleteMessage(message) {
|
|
16
|
+
this.messageSubject.next({ message, operation: Operations.DELETE });
|
|
17
|
+
}
|
|
18
|
+
clearMessages() {
|
|
19
|
+
this.clearMessageSubject.next([]);
|
|
20
|
+
}
|
|
21
|
+
// Returns True if the message is not found in the messages array, false otherwise.
|
|
22
|
+
isMessageUnique(messages, newMessage) {
|
|
23
|
+
const newMessageJSON = JSON.stringify(newMessage);
|
|
24
|
+
return !messages.some(existingMessage => JSON.stringify(existingMessage) === newMessageJSON);
|
|
25
|
+
}
|
|
26
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
27
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
|
|
28
|
+
}
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: NotificationService, decorators: [{
|
|
30
|
+
type: Injectable,
|
|
31
|
+
args: [{
|
|
32
|
+
providedIn: 'root'
|
|
33
|
+
}]
|
|
34
|
+
}] });
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvc2VydmljZXMvbm90aWZpY2F0aW9uL25vdGlmaWNhdGlvbi5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUUvQixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBTXRELE1BQU0sT0FBTyxtQkFBbUI7SUFIaEM7UUFJUyxtQkFBYyxHQUFHLElBQUksT0FBTyxFQUE2QixDQUFDO1FBQ2xFLHdCQUFtQixHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxFQUFFLENBQUM7UUFFakQsd0JBQW1CLEdBQUcsSUFBSSxPQUFPLEVBQXlCLENBQUM7UUFDbkUsaUJBQVksR0FBRyxJQUFJLENBQUMsbUJBQW1CLENBQUMsWUFBWSxFQUFFLENBQUM7S0FtQnZEO0lBakJBLFVBQVUsQ0FBQyxPQUE0QjtRQUN0QyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxFQUFFLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUM7SUFDckUsQ0FBQztJQUVELGFBQWEsQ0FBQyxPQUE0QjtRQUN6QyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxFQUFFLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUM7SUFDckUsQ0FBQztJQUVELGFBQWE7UUFDWixJQUFJLENBQUMsbUJBQW1CLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxDQUFDO0lBQ25DLENBQUM7SUFFRCxtRkFBbUY7SUFDbkYsZUFBZSxDQUFDLFFBQStCLEVBQUUsVUFBK0I7UUFDL0UsTUFBTSxjQUFjLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUNsRCxPQUFPLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsZUFBZSxDQUFDLEtBQUssY0FBYyxDQUFDLENBQUM7SUFDOUYsQ0FBQzs4R0F2QlcsbUJBQW1CO2tIQUFuQixtQkFBbUIsY0FGbkIsTUFBTTs7MkZBRU4sbUJBQW1CO2tCQUgvQixVQUFVO21CQUFDO29CQUNYLFVBQVUsRUFBRSxNQUFNO2lCQUNsQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyBOb3RpZmljYXRpb25XaXRoT3BlcmF0aW9uIH0gZnJvbSAnLi9tb2RlbHMvbm90aWZpY2F0aW9uLm1vZGVsJztcclxuaW1wb3J0IHsgT3BlcmF0aW9ucyB9IGZyb20gJy4vbW9kZWxzL29wZXJhdGlvbnMuZW51bSc7XHJcbmltcG9ydCB7IE5vdGlmaWNhdGlvbk1lc3NhZ2UgfSBmcm9tICcuLi8uLi9ub3RpZmljYXRpb24tbWVzc2FnZSc7XHJcblxyXG5ASW5qZWN0YWJsZSh7XHJcblx0cHJvdmlkZWRJbjogJ3Jvb3QnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25TZXJ2aWNlIHtcclxuXHRwcml2YXRlIG1lc3NhZ2VTdWJqZWN0ID0gbmV3IFN1YmplY3Q8Tm90aWZpY2F0aW9uV2l0aE9wZXJhdGlvbj4oKTtcclxuXHRub3RpZmljYXRpb25NZXNzYWdlID0gdGhpcy5tZXNzYWdlU3ViamVjdC5hc09ic2VydmFibGUoKTtcclxuXHJcblx0cHJpdmF0ZSBjbGVhck1lc3NhZ2VTdWJqZWN0ID0gbmV3IFN1YmplY3Q8Tm90aWZpY2F0aW9uTWVzc2FnZVtdPigpO1xyXG5cdGNsZWFyTWVzc2FnZSA9IHRoaXMuY2xlYXJNZXNzYWdlU3ViamVjdC5hc09ic2VydmFibGUoKTtcclxuXHJcblx0YWRkTWVzc2FnZShtZXNzYWdlOiBOb3RpZmljYXRpb25NZXNzYWdlKTogdm9pZCB7XHJcblx0XHR0aGlzLm1lc3NhZ2VTdWJqZWN0Lm5leHQoeyBtZXNzYWdlLCBvcGVyYXRpb246IE9wZXJhdGlvbnMuQ1JFQVRFIH0pO1xyXG5cdH1cclxuXHJcblx0ZGVsZXRlTWVzc2FnZShtZXNzYWdlOiBOb3RpZmljYXRpb25NZXNzYWdlKTogdm9pZCB7XHJcblx0XHR0aGlzLm1lc3NhZ2VTdWJqZWN0Lm5leHQoeyBtZXNzYWdlLCBvcGVyYXRpb246IE9wZXJhdGlvbnMuREVMRVRFIH0pO1xyXG5cdH1cclxuXHJcblx0Y2xlYXJNZXNzYWdlcygpIHtcclxuXHRcdHRoaXMuY2xlYXJNZXNzYWdlU3ViamVjdC5uZXh0KFtdKTtcclxuXHR9XHJcblxyXG5cdC8vIFJldHVybnMgVHJ1ZSBpZiB0aGUgbWVzc2FnZSBpcyBub3QgZm91bmQgaW4gdGhlIG1lc3NhZ2VzIGFycmF5LCBmYWxzZSBvdGhlcndpc2UuXHJcblx0aXNNZXNzYWdlVW5pcXVlKG1lc3NhZ2VzOiBOb3RpZmljYXRpb25NZXNzYWdlW10sIG5ld01lc3NhZ2U6IE5vdGlmaWNhdGlvbk1lc3NhZ2UpOiBib29sZWFuIHtcclxuXHRcdGNvbnN0IG5ld01lc3NhZ2VKU09OID0gSlNPTi5zdHJpbmdpZnkobmV3TWVzc2FnZSk7XHJcblx0XHRyZXR1cm4gIW1lc3NhZ2VzLnNvbWUoZXhpc3RpbmdNZXNzYWdlID0+IEpTT04uc3RyaW5naWZ5KGV4aXN0aW5nTWVzc2FnZSkgPT09IG5ld01lc3NhZ2VKU09OKTtcclxuXHR9XHJcbn1cclxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './system.service';
|
|
1
|
+
export * from './system.service';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvc2VydmljZXMvc3lzdGVtL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3N5c3RlbS5zZXJ2aWNlJzsiXX0=
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { Inject, Injectable } from '@angular/core';
|
|
2
|
-
import { TERMINOLOGY_SYSTEM_TOKEN } from '../../terminology/injection-tokens/terminology-system.token';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class SystemService {
|
|
5
|
-
constructor(api) {
|
|
6
|
-
this.api = api;
|
|
7
|
-
}
|
|
8
|
-
getSystemList() {
|
|
9
|
-
return this.api.getSystemList();
|
|
10
|
-
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
-
type: Injectable,
|
|
16
|
-
args: [{
|
|
17
|
-
providedIn: 'root',
|
|
18
|
-
}]
|
|
19
|
-
}], ctorParameters:
|
|
20
|
-
type: Inject,
|
|
21
|
-
args: [TERMINOLOGY_SYSTEM_TOKEN]
|
|
22
|
-
}] }]
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Inject, Injectable } from '@angular/core';
|
|
2
|
+
import { TERMINOLOGY_SYSTEM_TOKEN } from '../../terminology/injection-tokens/terminology-system.token';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class SystemService {
|
|
5
|
+
constructor(api) {
|
|
6
|
+
this.api = api;
|
|
7
|
+
}
|
|
8
|
+
getSystemList() {
|
|
9
|
+
return this.api.getSystemList();
|
|
10
|
+
}
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SystemService, deps: [{ token: TERMINOLOGY_SYSTEM_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SystemService, providedIn: 'root' }); }
|
|
13
|
+
}
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SystemService, decorators: [{
|
|
15
|
+
type: Injectable,
|
|
16
|
+
args: [{
|
|
17
|
+
providedIn: 'root',
|
|
18
|
+
}]
|
|
19
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
20
|
+
type: Inject,
|
|
21
|
+
args: [TERMINOLOGY_SYSTEM_TOKEN]
|
|
22
|
+
}] }] });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3lzdGVtLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvc2VydmljZXMvc3lzdGVtL3N5c3RlbS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBR25ELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZEQUE2RCxDQUFDOztBQU12RyxNQUFNLE9BQU8sYUFBYTtJQUN4QixZQUNxRCxHQUFzQjtRQUF0QixRQUFHLEdBQUgsR0FBRyxDQUFtQjtJQUN4RSxDQUFDO0lBRUosYUFBYTtRQUNYLE9BQU8sSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUNsQyxDQUFDOzhHQVBVLGFBQWEsa0JBRWQsd0JBQXdCO2tIQUZ2QixhQUFhLGNBRlosTUFBTTs7MkZBRVAsYUFBYTtrQkFIekIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkI7OzBCQUdJLE1BQU07MkJBQUMsd0JBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0LCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgSVN5c3RlbUFwaVNlcnZpY2UgfSBmcm9tICcuLi8uLi90ZXJtaW5vbG9neS9tb2RlbHMvc3lzdGVtLWFwaS1zZXJ2aWNlLm1vZGVsJztcclxuaW1wb3J0IHsgVEVSTUlOT0xPR1lfU1lTVEVNX1RPS0VOIH0gZnJvbSAnLi4vLi4vdGVybWlub2xvZ3kvaW5qZWN0aW9uLXRva2Vucy90ZXJtaW5vbG9neS1zeXN0ZW0udG9rZW4nO1xyXG5pbXBvcnQgeyBTeXN0ZW0gfSBmcm9tICcuLi8uLi90ZXJtaW5vbG9neS9tb2RlbHMvc3lzdGVtLm1vZGVsJztcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTeXN0ZW1TZXJ2aWNlIHtcclxuICBjb25zdHJ1Y3RvcihcclxuICAgIEBJbmplY3QoVEVSTUlOT0xPR1lfU1lTVEVNX1RPS0VOKSBwcml2YXRlIHJlYWRvbmx5IGFwaTogSVN5c3RlbUFwaVNlcnZpY2VcclxuICApIHt9XHJcblxyXG4gIGdldFN5c3RlbUxpc3QoKTogT2JzZXJ2YWJsZTxTeXN0ZW1bXT4ge1xyXG4gICAgcmV0dXJuIHRoaXMuYXBpLmdldFN5c3RlbUxpc3QoKTtcclxuICB9XHJcbn1cclxuIl19
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './status-display.component';
|
|
2
|
-
export * from './status-display.module';
|
|
3
|
-
export * from './models';
|
|
1
|
+
export * from './status-display.component';
|
|
2
|
+
export * from './status-display.module';
|
|
3
|
+
export * from './models';
|
|
4
4
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvc3RhdHVzLWRpc3BsYXkvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsVUFBVSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zdGF0dXMtZGlzcGxheS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3N0YXR1cy1kaXNwbGF5Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWxzJzsiXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './status-display-config.model';
|
|
1
|
+
export * from './status-display-config.model';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tbW9uL3NyYy9saWIvc3RhdHVzLWRpc3BsYXkvbW9kZWxzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsK0JBQStCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3N0YXR1cy1kaXNwbGF5LWNvbmZpZy5tb2RlbCc7Il19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdHVzLWRpc3BsYXktY29uZmlnLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL3N0YXR1cy1kaXNwbGF5L21vZGVscy9zdGF0dXMtZGlzcGxheS1jb25maWcubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgU3RhdHVzRGlzcGxheUNvbmZpZyB7XHJcbiAgZW5hYmxlZDogYm9vbGVhbjtcclxuICB0aXRsZTogc3RyaW5nO1xyXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tZXhwbGljaXQtYW55XHJcbiAgdGl0bGVQYXJhbXM/OiBhbnk7XHJcbiAgZGVzY3JpcHRpb246IHN0cmluZztcclxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLWV4cGxpY2l0LWFueVxyXG4gIGRlc2NyaXB0aW9uUGFyYW1zPzogYW55O1xyXG4gIGljb24/OiBzdHJpbmc7XHJcbiAgbG9hZGluZz86IGJvb2xlYW47XHJcbn0iXX0=
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "@angular/material/progress-spinner";
|
|
5
|
-
import * as i3 from "@ngx-translate/core";
|
|
6
|
-
export class StatusDisplayComponent {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
-
type: Component,
|
|
12
|
-
args: [{ selector: 'lib-status-display', template: "<div class=\"status-display-wrapper\">\r\n <ng-container *ngIf=\"!config.loading; else loading\">\r\n <div>\r\n <span class=\"material-icons-outlined\">\r\n {{ config.icon }}\r\n </span>\r\n </div>\r\n <div\r\n class=\"text-xl-semi-bold status-display-row-title\"\r\n *ngIf=\"config.title\"\r\n [innerHtml]=\"config.title | translate : config.titleParams\"\r\n ></div>\r\n <div\r\n *ngIf=\"config.description\"\r\n class=\"text-l status-display-row-description\"\r\n [innerHtml]=\"config.description | translate : config.descriptionParams\"\r\n ></div>\r\n <ng-content></ng-content>\r\n </ng-container>\r\n <ng-template #loading>\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </ng-template>\r\n</div>\r\n", styles: [".status-display-wrapper{margin:4rem 0;display:flex;flex-direction:column;align-items:center}.status-display-row-title,.status-display-row-description{text-align:center}.status-display-row-description{max-width:500px;white-space:wrap}.material-icons-outlined{font-size:4rem;color:var(--base-70)}mat-spinner{margin:auto}.material-icons,.material-icons-outlined{margin-right:.5rem}\n"] }]
|
|
13
|
-
}], propDecorators: { config: [{
|
|
14
|
-
type: Input,
|
|
15
|
-
args: [{ required: true }]
|
|
16
|
-
}] } });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/material/progress-spinner";
|
|
5
|
+
import * as i3 from "@ngx-translate/core";
|
|
6
|
+
export class StatusDisplayComponent {
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: StatusDisplayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: StatusDisplayComponent, selector: "lib-status-display", inputs: { config: "config" }, ngImport: i0, template: "<div class=\"status-display-wrapper\">\r\n <ng-container *ngIf=\"!config.loading; else loading\">\r\n <div>\r\n <span class=\"material-icons-outlined\">\r\n {{ config.icon }}\r\n </span>\r\n </div>\r\n <div\r\n class=\"text-xl-semi-bold status-display-row-title\"\r\n *ngIf=\"config.title\"\r\n [innerHtml]=\"config.title | translate : config.titleParams\"\r\n ></div>\r\n <div\r\n *ngIf=\"config.description\"\r\n class=\"text-l status-display-row-description\"\r\n [innerHtml]=\"config.description | translate : config.descriptionParams\"\r\n ></div>\r\n <ng-content></ng-content>\r\n </ng-container>\r\n <ng-template #loading>\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </ng-template>\r\n</div>\r\n", styles: [".status-display-wrapper{margin:4rem 0;display:flex;flex-direction:column;align-items:center}.status-display-row-title,.status-display-row-description{text-align:center}.status-display-row-description{max-width:500px;white-space:wrap}.material-icons-outlined{font-size:4rem;color:var(--base-70)}mat-spinner{margin:auto}.material-icons,.material-icons-outlined{margin-right:.5rem}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: StatusDisplayComponent, decorators: [{
|
|
11
|
+
type: Component,
|
|
12
|
+
args: [{ selector: 'lib-status-display', template: "<div class=\"status-display-wrapper\">\r\n <ng-container *ngIf=\"!config.loading; else loading\">\r\n <div>\r\n <span class=\"material-icons-outlined\">\r\n {{ config.icon }}\r\n </span>\r\n </div>\r\n <div\r\n class=\"text-xl-semi-bold status-display-row-title\"\r\n *ngIf=\"config.title\"\r\n [innerHtml]=\"config.title | translate : config.titleParams\"\r\n ></div>\r\n <div\r\n *ngIf=\"config.description\"\r\n class=\"text-l status-display-row-description\"\r\n [innerHtml]=\"config.description | translate : config.descriptionParams\"\r\n ></div>\r\n <ng-content></ng-content>\r\n </ng-container>\r\n <ng-template #loading>\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </ng-template>\r\n</div>\r\n", styles: [".status-display-wrapper{margin:4rem 0;display:flex;flex-direction:column;align-items:center}.status-display-row-title,.status-display-row-description{text-align:center}.status-display-row-description{max-width:500px;white-space:wrap}.material-icons-outlined{font-size:4rem;color:var(--base-70)}mat-spinner{margin:auto}.material-icons,.material-icons-outlined{margin-right:.5rem}\n"] }]
|
|
13
|
+
}], propDecorators: { config: [{
|
|
14
|
+
type: Input,
|
|
15
|
+
args: [{ required: true }]
|
|
16
|
+
}] } });
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdHVzLWRpc3BsYXkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL3N0YXR1cy1kaXNwbGF5L3N0YXR1cy1kaXNwbGF5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9zdGF0dXMtZGlzcGxheS9zdGF0dXMtZGlzcGxheS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFRakQsTUFBTSxPQUFPLHNCQUFzQjs4R0FBdEIsc0JBQXNCO2tHQUF0QixzQkFBc0Isd0ZDUm5DLG94QkF1QkE7OzJGRGZhLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxvQkFBb0I7OEJBS0gsTUFBTTtzQkFBaEMsS0FBSzt1QkFBQyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFN0YXR1c0Rpc3BsYXlDb25maWcgfSBmcm9tICcuL21vZGVscy9zdGF0dXMtZGlzcGxheS1jb25maWcubW9kZWwnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItc3RhdHVzLWRpc3BsYXknLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zdGF0dXMtZGlzcGxheS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vc3RhdHVzLWRpc3BsYXkuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgU3RhdHVzRGlzcGxheUNvbXBvbmVudCB7XHJcbiAgQElucHV0KHsgcmVxdWlyZWQ6IHRydWUgfSkgY29uZmlnITogU3RhdHVzRGlzcGxheUNvbmZpZztcclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwic3RhdHVzLWRpc3BsYXktd3JhcHBlclwiPlxyXG4gIDxuZy1jb250YWluZXIgKm5nSWY9XCIhY29uZmlnLmxvYWRpbmc7IGVsc2UgbG9hZGluZ1wiPlxyXG4gICAgPGRpdj5cclxuICAgICAgPHNwYW4gY2xhc3M9XCJtYXRlcmlhbC1pY29ucy1vdXRsaW5lZFwiPlxyXG4gICAgICAgIHt7IGNvbmZpZy5pY29uIH19XHJcbiAgICAgIDwvc3Bhbj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdlxyXG4gICAgICBjbGFzcz1cInRleHQteGwtc2VtaS1ib2xkIHN0YXR1cy1kaXNwbGF5LXJvdy10aXRsZVwiXHJcbiAgICAgICpuZ0lmPVwiY29uZmlnLnRpdGxlXCJcclxuICAgICAgW2lubmVySHRtbF09XCJjb25maWcudGl0bGUgfCB0cmFuc2xhdGUgOiBjb25maWcudGl0bGVQYXJhbXNcIlxyXG4gICAgPjwvZGl2PlxyXG4gICAgPGRpdlxyXG4gICAgICAqbmdJZj1cImNvbmZpZy5kZXNjcmlwdGlvblwiXHJcbiAgICAgIGNsYXNzPVwidGV4dC1sIHN0YXR1cy1kaXNwbGF5LXJvdy1kZXNjcmlwdGlvblwiXHJcbiAgICAgIFtpbm5lckh0bWxdPVwiY29uZmlnLmRlc2NyaXB0aW9uIHwgdHJhbnNsYXRlIDogY29uZmlnLmRlc2NyaXB0aW9uUGFyYW1zXCJcclxuICAgID48L2Rpdj5cclxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuICA8L25nLWNvbnRhaW5lcj5cclxuICA8bmctdGVtcGxhdGUgI2xvYWRpbmc+XHJcbiAgICA8bWF0LXNwaW5uZXIgY29sb3I9XCJhY2NlbnRcIj48L21hdC1zcGlubmVyPlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcbjwvZGl2PlxyXG4iXX0=
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { RouterModule } from '@angular/router';
|
|
4
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
5
|
-
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
6
|
-
import { StatusDisplayComponent } from './status-display.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class StatusDisplayModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
declarations: [StatusDisplayComponent],
|
|
17
|
-
imports: [CommonModule, TranslateModule, MatProgressSpinnerModule, RouterModule],
|
|
18
|
-
exports: [StatusDisplayComponent]
|
|
19
|
-
}]
|
|
20
|
-
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { RouterModule } from '@angular/router';
|
|
4
|
+
import { TranslateModule } from '@ngx-translate/core';
|
|
5
|
+
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
6
|
+
import { StatusDisplayComponent } from './status-display.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export class StatusDisplayModule {
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: StatusDisplayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: StatusDisplayModule, declarations: [StatusDisplayComponent], imports: [CommonModule, TranslateModule, MatProgressSpinnerModule, RouterModule], exports: [StatusDisplayComponent] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: StatusDisplayModule, imports: [CommonModule, TranslateModule, MatProgressSpinnerModule, RouterModule] }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: StatusDisplayModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
declarations: [StatusDisplayComponent],
|
|
17
|
+
imports: [CommonModule, TranslateModule, MatProgressSpinnerModule, RouterModule],
|
|
18
|
+
exports: [StatusDisplayComponent]
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdHVzLWRpc3BsYXkubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL3N0YXR1cy1kaXNwbGF5L3N0YXR1cy1kaXNwbGF5Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQU9wRSxNQUFNLE9BQU8sbUJBQW1COzhHQUFuQixtQkFBbUI7K0dBQW5CLG1CQUFtQixpQkFKZixzQkFBc0IsYUFDM0IsWUFBWSxFQUFFLGVBQWUsRUFBRSx3QkFBd0IsRUFBRSxZQUFZLGFBQ3JFLHNCQUFzQjsrR0FFckIsbUJBQW1CLFlBSHBCLFlBQVksRUFBRSxlQUFlLEVBQUUsd0JBQXdCLEVBQUUsWUFBWTs7MkZBR3BFLG1CQUFtQjtrQkFML0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsRUFBRSx3QkFBd0IsRUFBRSxZQUFZLENBQUM7b0JBQ2hGLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9wcm9ncmVzcy1zcGlubmVyJztcclxuaW1wb3J0IHsgU3RhdHVzRGlzcGxheUNvbXBvbmVudCB9IGZyb20gJy4vc3RhdHVzLWRpc3BsYXkuY29tcG9uZW50JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbU3RhdHVzRGlzcGxheUNvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgVHJhbnNsYXRlTW9kdWxlLCBNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGUsIFJvdXRlck1vZHVsZV0sXHJcbiAgZXhwb3J0czogW1N0YXR1c0Rpc3BsYXlDb21wb25lbnRdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTdGF0dXNEaXNwbGF5TW9kdWxlIHt9XHJcbiJdfQ==
|