@netgrif/components-core 6.3.0-beta.2 → 6.3.0-beta.4
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/esm2020/assets/i18n/de.json +4 -1
- package/esm2020/assets/i18n/en.json +4 -1
- package/esm2020/assets/i18n/sk.json +4 -1
- package/esm2020/lib/admin/role-assignment/abstract-role-assignment.component.mjs +3 -3
- package/esm2020/lib/admin/role-assignment/services/role-assignment.service.mjs +3 -3
- package/esm2020/lib/admin/role-assignment-ldap-group/abstract-ldap-group-role-assignment.component.mjs +3 -3
- package/esm2020/lib/admin/role-assignment-ldap-group/services/role-assignment-ldap-group.service.mjs +3 -3
- package/esm2020/lib/admin/user-invite/abstract-user-invite.component.mjs +3 -3
- package/esm2020/lib/admin/user-invite/services/organization-list.service.mjs +3 -3
- package/esm2020/lib/admin/user-invite/services/user-invite.service.mjs +3 -3
- package/esm2020/lib/allowed-nets/services/allowed-nets.service.mjs +3 -3
- package/esm2020/lib/allowed-nets/services/base-allowed-nets.service.mjs +3 -3
- package/esm2020/lib/allowed-nets/services/factory/allowed-nets-service-factory.mjs +3 -3
- package/esm2020/lib/authentication/anonymous/anonymous.service.mjs +3 -3
- package/esm2020/lib/authentication/authentication.module.mjs +4 -4
- package/esm2020/lib/authentication/components/abstract-authentication-overlay.mjs +3 -3
- package/esm2020/lib/authentication/models/user.transformer.mjs +3 -3
- package/esm2020/lib/authentication/services/anonymous-authentication-interceptor.mjs +3 -3
- package/esm2020/lib/authentication/services/authentication/authentication.service.mjs +3 -3
- package/esm2020/lib/authentication/services/authentication-interceptor.mjs +3 -3
- package/esm2020/lib/authentication/services/guard/authentication-guard.service.mjs +3 -3
- package/esm2020/lib/authentication/services/methods/basic-authentication/basic-authentication.service.mjs +3 -3
- package/esm2020/lib/authentication/services/methods/null-authentication/null-authentication.service.mjs +3 -3
- package/esm2020/lib/authentication/session/services/session.service.mjs +3 -3
- package/esm2020/lib/authentication/sign-up/services/sign-up.service.mjs +3 -3
- package/esm2020/lib/authentication/sign-up/sign-up.module.mjs +4 -4
- package/esm2020/lib/authorization/authority/authority-guard.service.mjs +3 -3
- package/esm2020/lib/authorization/group/group-guard.service.mjs +3 -3
- package/esm2020/lib/authorization/permission/access.service.mjs +3 -3
- package/esm2020/lib/authorization/permission/permission.service.mjs +3 -3
- package/esm2020/lib/authorization/role/role-guard.service.mjs +3 -3
- package/esm2020/lib/changed-fields/services/changed-fields.service.mjs +3 -3
- package/esm2020/lib/covalent/covalent.module.mjs +4 -4
- package/esm2020/lib/currency/currency.module.mjs +4 -4
- package/esm2020/lib/dashboard/cards/count-card/abstract-count-card.mjs +3 -3
- package/esm2020/lib/dashboard/cards/custom-card/abstract-custom-card.mjs +3 -3
- package/esm2020/lib/dashboard/cards/iframe-card/abstract-iframe-card.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard-content/abstract-dashboard-content.mjs +3 -3
- package/esm2020/lib/data-fields/boolean-field/abstract-boolean-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/button-field/abstract-button-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/data-field-template/abstract-data-field-template.component.mjs +3 -3
- package/esm2020/lib/data-fields/data-fields.module.mjs +4 -4
- package/esm2020/lib/data-fields/date-field/abstract-date-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/date-field/models/custom-date-adapter.mjs +3 -3
- package/esm2020/lib/data-fields/date-time-field/abstract-date-time-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/abstract-enumeration-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/abstract-enumeration-autocomplete-dynamic-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.mjs +32 -5
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-filter-property.mjs +6 -0
- package/esm2020/lib/data-fields/enumeration-field/enumeration-icon-field/abstract-enumeration-icon-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-list-field/abstract-enumeration-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-select-field/abstract-enumeration-select-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-stepper-field/abstract-enumeration-stepper-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/models/enumeration-field.mjs +6 -1
- package/esm2020/lib/data-fields/file-field/abstract-file-field.component.mjs +6 -4
- package/esm2020/lib/data-fields/file-list-field/abstract-file-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/abstract-filter-field-content.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/abstract-filter-field-tab-view-content.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/abstract-filter-field-tab-view.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/abstract-filter-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/abstract-i18n-errors.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/abstract-i18n-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/i18n-divider-field/abstract-i18n-divider-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/i18n-text-field/abstract-i18n-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/language-icons.service.mjs +3 -3
- package/esm2020/lib/data-fields/models/abstract-data-field-component.mjs +3 -3
- package/esm2020/lib/data-fields/models/abstract-data-field.mjs +4 -1
- package/esm2020/lib/data-fields/multichoice-field/abstract-multichoice-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.mjs +37 -7
- package/esm2020/lib/data-fields/multichoice-field/multichoice-autocomplete-field/multichoice-autocomplete-filter-property.mjs +6 -0
- package/esm2020/lib/data-fields/multichoice-field/multichoice-list-field/abstract-multichoice-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/multichoice-field/multichoice-select-field/abstract-multichoice-select-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/number-field/abstract-number-errors.component.mjs +3 -3
- package/esm2020/lib/data-fields/number-field/abstract-number-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/number-field/currency-number-field/abstract-currency-number-field.component.mjs +5 -5
- package/esm2020/lib/data-fields/number-field/number-default-field/abstract-default-number-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/public-api.mjs +3 -1
- package/esm2020/lib/data-fields/task-ref-field/abstract-task-ref-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/task-ref-field/task-ref-dashboard-field/task-ref-dashboard-tile/abstract-task-ref-dashboard-tile.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/abstract-dashboard-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/abstract-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-bar-chart-text-field/abstract-dashboard-bar-chart-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-iframe-text-field/abstract-dashboard-iframe-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-line-chart-text-field/abstract-dashboard-line-chart-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-pie-chart-text-field/abstract-dashboard-pie-chart-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-portal-text-field/abstract-dashboard-portal-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-portal-text-field/dashboard-portal-component-registry.service.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/html-textarea-field/abstract-html-textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/password-text-field/abstract-password-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/rich-textarea-field/abstract-rich-textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/simple-text-field/abstract-simple-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/textarea-field/abstract-textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/time-instance-abstract-field/abstract-time-instance-field.component.mjs +10 -4
- package/esm2020/lib/data-fields/user-field/abstract-user-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/user-list-field/abstract-user-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/user-list-field/models/user-list-field.mjs +37 -1
- package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/models/abstract-dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/services/dialog.service.mjs +3 -3
- package/esm2020/lib/event/services/event.service.mjs +3 -3
- package/esm2020/lib/event-queue/services/event-queue.service.mjs +3 -3
- package/esm2020/lib/filter/filter.repository.mjs +3 -3
- package/esm2020/lib/filter/user-filters.service.mjs +3 -3
- package/esm2020/lib/forms/email-submission/abstract-email-submission-form.component.mjs +3 -3
- package/esm2020/lib/forms/forgotten-password/abstract-forgotten-password.component.mjs +3 -3
- package/esm2020/lib/forms/login/abstract-login-form.component.mjs +3 -3
- package/esm2020/lib/forms/models/abstract-registration.component.mjs +3 -3
- package/esm2020/lib/forms/registration/abstract-registration-form.component.mjs +3 -3
- package/esm2020/lib/groups/services/active-group.service.mjs +3 -3
- package/esm2020/lib/groups/services/ldap-group-list.service.mjs +3 -3
- package/esm2020/lib/groups/services/next-group.service.mjs +3 -3
- package/esm2020/lib/header/abstract-header-service.mjs +3 -3
- package/esm2020/lib/header/abstract-header.component.mjs +3 -3
- package/esm2020/lib/header/case-header/case-header.service.mjs +3 -3
- package/esm2020/lib/header/header-modes/abstract-header-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/edit-mode/abstract-edit-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/loading-mode/abstract-loading-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/search-mode/abstract-search-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/sort-mode/abstract-sort-mode.component.mjs +3 -3
- package/esm2020/lib/header/services/overflow.service.mjs +3 -3
- package/esm2020/lib/header/task-header/task-header.service.mjs +3 -3
- package/esm2020/lib/header/workflow-header/workflow-header.service.mjs +3 -3
- package/esm2020/lib/impersonation/services/impersonation-user-list.service.mjs +3 -3
- package/esm2020/lib/impersonation/services/impersonation-user-resource.service.mjs +3 -3
- package/esm2020/lib/impersonation/services/impersonation-user-select.service.mjs +3 -3
- package/esm2020/lib/impersonation/services/impersonation.service.mjs +3 -3
- package/esm2020/lib/legal/legal-notice/abstract-legal-notice.component.mjs +3 -3
- package/esm2020/lib/logger/services/log-publisher.service.mjs +3 -3
- package/esm2020/lib/logger/services/logger.service.mjs +3 -3
- package/esm2020/lib/material/material.module.mjs +4 -4
- package/esm2020/lib/navigation/breadcrumbs/abstract-breadcrumbs.component.mjs +6 -6
- package/esm2020/lib/navigation/group-navigation-component-resolver/abstract-group-navigation-component-resolver.component.mjs +3 -3
- package/esm2020/lib/navigation/model/size-menu-injection-token.mjs +6 -0
- package/esm2020/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.mjs +101 -64
- package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-drawer.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-resizable-drawer.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-rail/abstract-navigation-rail.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-tree/abstract-navigation-tree.component.mjs +3 -3
- package/esm2020/lib/navigation/public-api.mjs +2 -1
- package/esm2020/lib/navigation/quick-panel/components/abstract-quick-panel.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/internal-link/abstract-internal-link.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/language-selector/abstract-language-selector.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/logout-shortcut/abstract-logout-shortcut.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/paper-view.service.mjs +3 -3
- package/esm2020/lib/navigation/service/uri-resource.service.mjs +3 -3
- package/esm2020/lib/navigation/service/uri.service.mjs +35 -15
- package/esm2020/lib/navigation/utility/filter-extraction.service.mjs +3 -3
- package/esm2020/lib/panel/abstract/panel-with-header-binding.mjs +3 -3
- package/esm2020/lib/panel/abstract/panel-with-immediate-data.mjs +3 -3
- package/esm2020/lib/panel/abstract/tabbed-virtual-scroll.component.mjs +3 -3
- package/esm2020/lib/panel/abstract-panel.component.mjs +3 -3
- package/esm2020/lib/panel/case-panel/abstract-case-panel.component.mjs +3 -3
- package/esm2020/lib/panel/immediate/abstract-immediate-filter-text-content.component.mjs +3 -3
- package/esm2020/lib/panel/immediate/abstract-immediate-filter-text.component.mjs +3 -3
- package/esm2020/lib/panel/panel-item/abstract-panel-item.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel/abstract-task-panel.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-list/abstract-task-list.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-list/default-task-panel-list/abstract-default-task-list.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-list/task-panel-list-pagination/abstract-task-list-pagination.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-single/abstract-single-task.component.mjs +3 -3
- package/esm2020/lib/panel/workflow-panel/abstract-workflow-panel.component.mjs +3 -3
- package/esm2020/lib/process/process.service.mjs +3 -3
- package/esm2020/lib/process/public-process.service.mjs +3 -3
- package/esm2020/lib/public/factories/get-net-and-create-case.mjs +2 -2
- package/esm2020/lib/public/services/public-url-resolver.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/case-resource.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/dashboard-resource.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/ldap-group-resource.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/petri-net-resource.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/public/public-case-resource.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/public/public-petri-net-resource.service.mjs +5 -5
- package/esm2020/lib/resources/engine-endpoint/public/public-task-resource.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/task-resource.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/user-resource.service.mjs +3 -3
- package/esm2020/lib/resources/resource-provider.service.mjs +3 -3
- package/esm2020/lib/routing/dynamic-navigation-route-provider/dynamic-navigation-route-provider.service.mjs +3 -3
- package/esm2020/lib/routing/redirect-service/redirect.service.mjs +3 -3
- package/esm2020/lib/routing/routing-builder/routing-builder.service.mjs +3 -3
- package/esm2020/lib/search/advanced-search-component/abstract-advanced-search.component.mjs +3 -3
- package/esm2020/lib/search/advanced-search-component-initialization-service/advanced-search-component-initialization.service.mjs +3 -3
- package/esm2020/lib/search/category-factory/category-factory.mjs +3 -3
- package/esm2020/lib/search/category-factory/category-resolver.service.mjs +3 -3
- package/esm2020/lib/search/category-factory/default-search-categories.module.mjs +4 -4
- package/esm2020/lib/search/fulltext-search-component/abstract-fulltext-search.component.mjs +3 -3
- package/esm2020/lib/search/header-search-service/header-search.service.mjs +3 -3
- package/esm2020/lib/search/operator-service/operator-resolver.service.mjs +3 -3
- package/esm2020/lib/search/operator-service/operator.service.mjs +3 -3
- package/esm2020/lib/search/search-clause-component/abstract-search-clause.component.mjs +3 -3
- package/esm2020/lib/search/search-component/abstract-search.component.mjs +3 -3
- package/esm2020/lib/search/search-configuration-input-component/abstract-search-configuration-input.component.mjs +3 -3
- package/esm2020/lib/search/search-keyword-resolver-service/search-index-resolver.service.mjs +3 -3
- package/esm2020/lib/search/search-operand-input-component/abstract-search-operand-input.component.mjs +3 -3
- package/esm2020/lib/search/search-predicate-component/abstract-search-predicate.component.mjs +3 -3
- package/esm2020/lib/search/search-service/search.service.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/filter-selector/abstract-filter-selector.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector-list-item/abstract-filter-selector-list-item.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/import-net/abstract-import-net.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/load-filter/abstract-load-filter.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/new-case/abstract-new-case.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/option-selector/abstract-option-selector.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/save-filter/abstract-save-filter.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-assign/abstract-user-assign.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/abstract-user-assign-list.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/abstract-user-assign-item.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-impersonate/abstract-user-impersonate.component.mjs +3 -3
- package/esm2020/lib/side-menu/services/side-menu.service.mjs +3 -3
- package/esm2020/lib/side-menu/side-menu-container/abstract-side-menu-container.component.mjs +3 -3
- package/esm2020/lib/snack-bar/components/error-snack-bar/error-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/components/generic-snack-bar/generic-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/components/success-snack-bar/success-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/components/warning-snack-bar/warning-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/models/abstract-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/services/snack-bar.service.mjs +3 -3
- package/esm2020/lib/snack-bar/snack-bar.module.mjs +4 -4
- package/esm2020/lib/tabs/tab-creation-detector/abstract-tab-creation-detector.component.mjs +3 -3
- package/esm2020/lib/tabs/tab-view/abstract-tab-view.component.mjs +3 -3
- package/esm2020/lib/task/services/assign-policy.service.mjs +3 -3
- package/esm2020/lib/task/services/assign-task.service.mjs +3 -3
- package/esm2020/lib/task/services/cancel-task.service.mjs +3 -3
- package/esm2020/lib/task/services/data-focus-policy.service.mjs +3 -3
- package/esm2020/lib/task/services/delegate-task.service.mjs +3 -3
- package/esm2020/lib/task/services/finish-policy.service.mjs +3 -3
- package/esm2020/lib/task/services/finish-task.service.mjs +3 -3
- package/esm2020/lib/task/services/selected-case.service.mjs +3 -3
- package/esm2020/lib/task/services/task-data.service.mjs +17 -13
- package/esm2020/lib/task/services/task-request-state.service.mjs +3 -3
- package/esm2020/lib/task-content/field-component-resolver/abstract-field-component-resolver.component.mjs +3 -3
- package/esm2020/lib/task-content/services/field-converter.service.mjs +3 -3
- package/esm2020/lib/task-content/services/single-task-content.service.mjs +3 -3
- package/esm2020/lib/task-content/services/task-content.service.mjs +4 -4
- package/esm2020/lib/task-content/services/task-event.service.mjs +3 -3
- package/esm2020/lib/task-content/services/unlimited-task-content.service.mjs +3 -3
- package/esm2020/lib/task-content/task-content/abstract-task-content.component.mjs +5 -4
- package/esm2020/lib/toolbar/abstract-toolbar.component.mjs +3 -3
- package/esm2020/lib/translate/language.service.mjs +3 -3
- package/esm2020/lib/translate/translate-interceptor.mjs +3 -3
- package/esm2020/lib/translate/translate-lib.module.mjs +4 -4
- package/esm2020/lib/user/components/user-card/abstract-user-card.component.mjs +3 -3
- package/esm2020/lib/user/profile/abstract-profile.component.mjs +3 -3
- package/esm2020/lib/user/services/user-comparator.service.mjs +3 -3
- package/esm2020/lib/user/services/user-list.service.mjs +3 -3
- package/esm2020/lib/user/services/user-preference.service.mjs +3 -3
- package/esm2020/lib/user/services/user.service.mjs +3 -3
- package/esm2020/lib/user/services/view-id.service.mjs +3 -3
- package/esm2020/lib/utility/call-chain/call-chain.service.mjs +3 -3
- package/esm2020/lib/utility/is-empty.pipe.mjs +40 -0
- package/esm2020/lib/utility/is-non-empty.pipe.mjs +40 -0
- package/esm2020/lib/utility/public-api.mjs +4 -1
- package/esm2020/lib/utility/service/case-list-font-color.service.mjs +3 -3
- package/esm2020/lib/utility/service/spinner-overlay.service.mjs +3 -3
- package/esm2020/lib/utility/tests/mocks/mock-authentication.service.mjs +3 -3
- package/esm2020/lib/utility/tests/mocks/mock-user-preference.service.mjs +3 -3
- package/esm2020/lib/utility/tests/mocks/mock-user-resource.service.mjs +3 -3
- package/esm2020/lib/utility/tests/mocks/mock-user.service.mjs +3 -3
- package/esm2020/lib/utility/tests/test-mock-dependencies.module.mjs +4 -4
- package/esm2020/lib/utility/tests/test-view-service.mjs +3 -3
- package/esm2020/lib/utility/utility.module.mjs +31 -0
- package/esm2020/lib/view/abstract/sortable-view.mjs +3 -3
- package/esm2020/lib/view/abstract/view-with-headers.mjs +3 -3
- package/esm2020/lib/view/case-view/abstract-case-view.mjs +3 -3
- package/esm2020/lib/view/case-view/components/case-list/abstract-case-list.component.mjs +3 -3
- package/esm2020/lib/view/case-view/components/case-list-paginator/abstract-case-list-paginator.component.mjs +3 -3
- package/esm2020/lib/view/case-view/components/default-case-list/abstract-default-case-list.component.mjs +3 -3
- package/esm2020/lib/view/case-view/service/case-view-service.mjs +3 -3
- package/esm2020/lib/view/case-view/tabbed-case-view.mjs +3 -3
- package/esm2020/lib/view/task-view/abstract-single-task-view.component.mjs +20 -13
- package/esm2020/lib/view/task-view/abstract-task-view.mjs +3 -3
- package/esm2020/lib/view/task-view/service/public-task-loading.service.mjs +3 -3
- package/esm2020/lib/view/task-view/service/task-view.service.mjs +3 -3
- package/esm2020/lib/view/task-view/tabbed-task-view.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-case-view.service.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/abstract-tree.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/add-child-node/abstract-add-child-node.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/case-tree.service.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/remove-node/abstract-remove-node.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-task-content/abstract-tree-task-content.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-task-content/tree-task-content.service.mjs +3 -3
- package/esm2020/lib/view/workflow-view/abstract-workflow-view.component.mjs +3 -3
- package/esm2020/lib/view/workflow-view/workflow-view.service.mjs +3 -3
- package/fesm2015/netgrif-components-core.mjs +1218 -913
- package/fesm2015/netgrif-components-core.mjs.map +1 -1
- package/fesm2020/netgrif-components-core.mjs +1214 -914
- package/fesm2020/netgrif-components-core.mjs.map +1 -1
- package/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.d.ts +5 -1
- package/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-filter-property.d.ts +4 -0
- package/lib/data-fields/enumeration-field/models/enumeration-field.d.ts +3 -0
- package/lib/data-fields/models/abstract-data-field.d.ts +1 -0
- package/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.d.ts +7 -2
- package/lib/data-fields/multichoice-field/multichoice-autocomplete-field/multichoice-autocomplete-filter-property.d.ts +4 -0
- package/lib/data-fields/public-api.d.ts +2 -0
- package/lib/data-fields/user-list-field/models/user-list-field.d.ts +4 -0
- package/lib/navigation/breadcrumbs/abstract-breadcrumbs.component.d.ts +1 -1
- package/lib/navigation/model/size-menu-injection-token.d.ts +5 -0
- package/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.d.ts +20 -16
- package/lib/navigation/public-api.d.ts +1 -0
- package/lib/navigation/service/uri.service.d.ts +14 -10
- package/lib/task/services/task-data.service.d.ts +9 -8
- package/lib/utility/is-empty.pipe.d.ts +19 -0
- package/lib/utility/is-non-empty.pipe.d.ts +19 -0
- package/lib/utility/public-api.d.ts +3 -0
- package/lib/utility/utility.module.d.ts +9 -0
- package/lib/view/task-view/abstract-single-task-view.component.d.ts +4 -3
- package/package.json +1 -1
- package/src/assets/i18n/de.json +4 -1
- package/src/assets/i18n/en.json +4 -1
- package/src/assets/i18n/sk.json +4 -1
|
@@ -14,9 +14,9 @@ export class AbstractDialogComponent {
|
|
|
14
14
|
this.data = data;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
AbstractDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
-
AbstractDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
+
AbstractDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
AbstractDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDialogComponent, selector: "ncc-abstract-dialog", ngImport: i0, template: '', isInline: true });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDialogComponent, decorators: [{
|
|
20
20
|
type: Component,
|
|
21
21
|
args: [{
|
|
22
22
|
selector: 'ncc-abstract-dialog',
|
|
@@ -66,9 +66,9 @@ export class DialogService {
|
|
|
66
66
|
}, configMatDialog));
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
70
|
-
DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
69
|
+
DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
70
|
+
DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, providedIn: 'root' });
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, decorators: [{
|
|
72
72
|
type: Injectable,
|
|
73
73
|
args: [{
|
|
74
74
|
providedIn: 'root'
|
|
@@ -47,9 +47,9 @@ export class EventService {
|
|
|
47
47
|
return changedFieldsMap;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
51
|
-
EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
52
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
50
|
+
EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
51
|
+
EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, providedIn: 'root' });
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, decorators: [{
|
|
53
53
|
type: Injectable,
|
|
54
54
|
args: [{
|
|
55
55
|
providedIn: 'root'
|
|
@@ -44,9 +44,9 @@ export class EventQueueService {
|
|
|
44
44
|
this.executeEvent(this._queue.shift());
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
EventQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
48
|
-
EventQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
47
|
+
EventQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, deps: [{ token: i1.LoggerService }, { token: i2.CallChainService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
48
|
+
EventQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, providedIn: 'root' });
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, decorators: [{
|
|
50
50
|
type: Injectable,
|
|
51
51
|
args: [{
|
|
52
52
|
providedIn: 'root'
|
|
@@ -128,9 +128,9 @@ export class FilterRepository {
|
|
|
128
128
|
this._filters = new Map();
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
FilterRepository.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
132
|
-
FilterRepository.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
131
|
+
FilterRepository.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, deps: [{ token: i1.ConfigurationService }, { token: i2.LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
132
|
+
FilterRepository.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, providedIn: 'root' });
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, decorators: [{
|
|
134
134
|
type: Injectable,
|
|
135
135
|
args: [{
|
|
136
136
|
providedIn: 'root'
|
|
@@ -303,9 +303,9 @@ export class UserFiltersService {
|
|
|
303
303
|
};
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
|
-
UserFiltersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
307
|
-
UserFiltersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
306
|
+
UserFiltersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, deps: [{ token: i1.CaseResourceService }, { token: i2.TaskResourceService }, { token: i3.ProcessService }, { token: i4.CallChainService }, { token: i5.SideMenuService }, { token: i6.LoggerService }, { token: i7.CategoryResolverService }, { token: NAE_SAVE_FILTER_COMPONENT, optional: true }, { token: NAE_LOAD_FILTER_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
307
|
+
UserFiltersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, providedIn: 'root' });
|
|
308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, decorators: [{
|
|
309
309
|
type: Injectable,
|
|
310
310
|
args: [{
|
|
311
311
|
providedIn: 'root'
|
|
@@ -28,9 +28,9 @@ export class AbstractEmailSubmissionFormComponent {
|
|
|
28
28
|
this.formSubmit.emit({ email: this.rootFormGroup.controls['email'].value, loading: this.loading });
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
AbstractEmailSubmissionFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
32
|
-
AbstractEmailSubmissionFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31
|
+
AbstractEmailSubmissionFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEmailSubmissionFormComponent, deps: [{ token: i1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
32
|
+
AbstractEmailSubmissionFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEmailSubmissionFormComponent, selector: "ncc-abstract-email-submission-form", inputs: { displayLegalNotice: "displayLegalNotice" }, outputs: { formSubmit: "formSubmit", goBackButton: "goBackButton" }, ngImport: i0, template: '', isInline: true });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEmailSubmissionFormComponent, decorators: [{
|
|
34
34
|
type: Component,
|
|
35
35
|
args: [{
|
|
36
36
|
selector: 'ncc-abstract-email-submission-form',
|
|
@@ -31,9 +31,9 @@ export class AbstractForgottenPasswordComponent extends AbstractRegistrationComp
|
|
|
31
31
|
return this._signupService.recoverPassword(requestBody.token, requestBody.password);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
AbstractForgottenPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
35
|
-
AbstractForgottenPasswordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
34
|
+
AbstractForgottenPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractForgottenPasswordComponent, deps: [{ token: i1.FormBuilder }, { token: i2.SignUpService }, { token: i3.LoggerService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
+
AbstractForgottenPasswordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractForgottenPasswordComponent, selector: "ncc-abstract-forgotten-password", inputs: { displayLegalNotice: "displayLegalNotice" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractForgottenPasswordComponent, decorators: [{
|
|
37
37
|
type: Component,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: 'ncc-abstract-forgotten-password',
|
|
@@ -50,9 +50,9 @@ export class AbstractLoginFormComponent {
|
|
|
50
50
|
return 'end';
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
|
-
AbstractLoginFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
54
|
-
AbstractLoginFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
53
|
+
AbstractLoginFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoginFormComponent, deps: [{ token: i1.FormBuilder }, { token: i2.UserService }], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
AbstractLoginFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLoginFormComponent, selector: "ncc-abstract-login-field", inputs: { showSignUpButton: "showSignUpButton", showForgottenPasswordButton: "showForgottenPasswordButton" }, outputs: { login: "login", resetPassword: "resetPassword", signUp: "signUp", formSubmit: "formSubmit" }, ngImport: i0, template: '', isInline: true });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoginFormComponent, decorators: [{
|
|
56
56
|
type: Component,
|
|
57
57
|
args: [{
|
|
58
58
|
selector: 'ncc-abstract-login-field',
|
|
@@ -94,9 +94,9 @@ export class AbstractRegistrationComponent {
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
|
-
AbstractRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
98
|
-
AbstractRegistrationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
99
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
97
|
+
AbstractRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationComponent, deps: [{ token: i1.SignUpService }, { token: i2.LoggerService }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
98
|
+
AbstractRegistrationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractRegistrationComponent, selector: "ncc-abstract-registration", inputs: { token: "token" }, outputs: { formSubmit: "formSubmit", register: "register", invalidToken: "invalidToken" }, ngImport: i0, template: '', isInline: true });
|
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationComponent, decorators: [{
|
|
100
100
|
type: Component,
|
|
101
101
|
args: [{
|
|
102
102
|
selector: 'ncc-abstract-registration',
|
|
@@ -36,9 +36,9 @@ export class AbstractRegistrationFormComponent extends AbstractRegistrationCompo
|
|
|
36
36
|
return this._signupService.signup(requestBody);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
AbstractRegistrationFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
40
|
-
AbstractRegistrationFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
39
|
+
AbstractRegistrationFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationFormComponent, deps: [{ token: i1.FormBuilder }, { token: i2.SignUpService }, { token: i3.LoggerService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
+
AbstractRegistrationFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractRegistrationFormComponent, selector: "ncc-abstract-registration-form", inputs: { displayLegalNotice: "displayLegalNotice" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationFormComponent, decorators: [{
|
|
42
42
|
type: Component,
|
|
43
43
|
args: [{
|
|
44
44
|
selector: 'ncc-abstract-registration-form',
|
|
@@ -72,9 +72,9 @@ export class ActiveGroupService {
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
ActiveGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
76
|
-
ActiveGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
75
|
+
ActiveGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, deps: [{ token: i1.NextGroupService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
76
|
+
ActiveGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, providedIn: 'root' });
|
|
77
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, decorators: [{
|
|
78
78
|
type: Injectable,
|
|
79
79
|
args: [{
|
|
80
80
|
providedIn: 'root'
|
|
@@ -169,9 +169,9 @@ export class LdapGroupListService {
|
|
|
169
169
|
return params;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
LdapGroupListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
173
|
-
LdapGroupListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
172
|
+
LdapGroupListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService, deps: [{ token: i1.LdapGroupResourceService }, { token: i2.LoggerService }, { token: i3.SnackBarService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
173
|
+
LdapGroupListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService });
|
|
174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService, decorators: [{
|
|
175
175
|
type: Injectable
|
|
176
176
|
}], ctorParameters: function () { return [{ type: i1.LdapGroupResourceService }, { type: i2.LoggerService }, { type: i3.SnackBarService }, { type: i4.TranslateService }]; } });
|
|
177
177
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGRhcC1ncm91cC1saXN0LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZXRncmlmLWNvbXBvbmVudHMtY29yZS9zcmMvbGliL2dyb3Vwcy9zZXJ2aWNlcy9sZGFwLWdyb3VwLWxpc3Quc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsVUFBVSxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBQ3BELE9BQU8sRUFBQyxlQUFlLEVBQUUsUUFBUSxFQUFjLEVBQUUsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFDLE1BQU0sTUFBTSxDQUFDO0FBQy9FLE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUs3RCxPQUFPLEVBQUMsVUFBVSxFQUFFLEdBQUcsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBQ3BFLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUNoRCxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSw0Q0FBNEMsQ0FBQzs7Ozs7O0FBYTVFLE1BQU0sT0FBTyxvQkFBb0I7SUEwQzdCOzs7Ozs7Ozs7T0FTRztJQUNILFlBQXNCLFVBQW9DLEVBQ3BDLElBQW1CLEVBQ25CLFNBQTBCLEVBQzFCLFVBQTRCO1FBSDVCLGVBQVUsR0FBVixVQUFVLENBQTBCO1FBQ3BDLFNBQUksR0FBSixJQUFJLENBQWU7UUFDbkIsY0FBUyxHQUFULFNBQVMsQ0FBaUI7UUFDMUIsZUFBVSxHQUFWLFVBQVUsQ0FBa0I7UUFDOUMsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLGNBQWMsRUFBRSxDQUFDO1FBQ3RDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLGNBQWMsRUFBRSxDQUFDO1FBQzdDLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBQzlDLElBQUks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QUM3RCxPQUFPLE1BQU0sQ0FBQztJQUNsQixDQUFDOztrSEFsT1Esb0JBQW9CO3NIQUFwQixvQkFBb0I7NEZBQXBCLG9CQUFvQjtrQkFEaEMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7SW5qZWN0YWJsZSwgT25EZXN0cm95fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7QmVoYXZpb3JTdWJqZWN0LCBmb3JrSm9pbiwgT2JzZXJ2YWJsZSwgb2YsIFN1YmplY3QsIHRpbWVyfSBmcm9tICdyeGpzJztcbmltcG9ydCB7TG9hZGluZ0VtaXR0ZXJ9IGZyb20gJy4uLy4uL3V0aWxpdHkvbG9hZGluZy1lbWl0dGVyJztcbmltcG9ydCB7UGFnaW5hdGlvbn0gZnJvbSAnLi4vLi4vcmVzb3VyY2VzL2ludGVyZmFjZS9wYWdpbmF0aW9uJztcbmltcG9ydCB7TG9nZ2VyU2VydmljZX0gZnJvbSAnLi4vLi4vbG9nZ2VyL3NlcnZpY2VzL2xvZ2dlci5zZXJ2aWNlJztcbmltcG9ydCB7U25hY2tCYXJTZXJ2aWNlfSBmcm9tICcuLi8uLi9zbmFjay1iYXIvc2VydmljZXMvc25hY2stYmFyLnNlcnZpY2UnO1xuaW1wb3J0IHtUcmFuc2xhdGVTZXJ2aWNlfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcbmltcG9ydCB7Y2F0Y2hFcnJvciwgbWFwLCBtZXJnZU1hcCwgc2NhbiwgdGFwfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQge0h0dHBQYXJhbXN9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcbmltcG9ydCB7UGFnaW5hdGlvblBhcmFtc30gZnJvbSAnLi4vLi4vdXRpbGl0eS9wYWdpbmF0aW9uL3BhZ2luYXRpb24tcGFyYW1zJztcbmltcG9ydCB7TGRhcEdyb3VwLCBMZGFwR3JvdXBSZXNwb25zZUJvZHl9IGZyb20gJy4uLy4uL3Jlc291cmNlcy9pbnRlcmZhY2UvbGRhcEdyb3VwUmVzcG9uc2VCb2R5JztcbmltcG9ydCB7TGRhcEdyb3VwUmVzb3VyY2VTZXJ2aWNlfSBmcm9tICcuLi8uLi9yZXNvdXJjZXMvZW5naW5lLWVuZHBvaW50L2xkYXAtZ3JvdXAtcmVzb3VyY2Uuc2VydmljZSc7XG5pbXBvcnQge01lc3NhZ2VSZXNvdXJjZX0gZnJvbSAnLi4vLi4vcmVzb3VyY2VzL2ludGVyZmFjZS9tZXNzYWdlLXJlc291cmNlJztcblxuZXhwb3J0IGludGVyZmFjZSBMZGFwR3JvdXBMaXN0SXRlbSBleHRlbmRzIExkYXBHcm91cCB7XG4gICAgc2VsZWN0ZWQ6IGJvb2xlYW47XG4gICAgcm9sZXM6IFNldDxzdHJpbmc+O1xuXG4gICAgdG9nZ2xlKCk6IHZvaWQ7XG59XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBMZGFwR3JvdXBMaXN0U2VydmljZSBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG5cbiAgICAvKipcbiAgICAgKiBMZGFwIEdyb3VwIFZhbHVlIGFycmF5IHN0cmVhbSwgdGhhdCByZXByZXNlbnRzIGxkYXAgZ3JvdXAgbG9hZGluZyBmcm9tIGJhY2tlbmQuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IF9sZGFwR3JvdXBzJDogT2JzZXJ2YWJsZTxBcnJheTxMZGFwR3JvdXBMaXN0SXRlbT4+O1xuICAgIC8qKlxuICAgICAqIEVtaXQgbGRhcCBncm91cCBsb2FkaW5nIHN0YXR1cyBmcm9tIGJhY2tlbmQuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9sb2FkaW5nJDogTG9hZGluZ0VtaXR0ZXI7XG4gICAgLyoqXG4gICAgICogTnVtYmVyIHN0cmVhbSBvZiBuZXh0IHBhZ2UgbGRhcCBncm91cCBsaXN0LCB0aGF0IHRvIGJlIHJlcXVlc3RlZCBmcm9tIGJhY2tlbmQuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9uZXh0UGFnZSQ6IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+O1xuICAgIC8qKlxuICAgICAqIFNpZ25hbHMgdGhlIGVuZCBvZiBsb2FkZWQgbGRhcCBncm91cHMuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9lbmRPZkRhdGE6IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogTmVjZXNzYXJ5IGZvciBwYWdpbmF0aW9uIHBhcmFtZXRlcnMgaW4gbGRhcCBncm91cCBhc3NpZ24gbG9hZGluZyBmcm9tIGJhY2tlbmQuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9wYWdpbmF0aW9uOiBQYWdpbmF0aW9uO1xuICAgIC8qKlxuICAgICAqIFNpZ25hbHMgaWYgcmVzcG9uc2UgaXMgZW1wdHkgb3Igbm8uXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9jbGVhcjogYm9vbGVhbjtcbiAgICAvKipcbiAgICAgKiBUaGUgc2VhcmNoIGNvbnRlbnQgdGhhdCBzaG91bGQgYmUgYXBwbGllZCB0byB0aGUgcmVxdWVzdFxuICAgICAqL1xuICAgIHByb3RlY3RlZCBfc2VhcmNoUXVlcnk6IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBSb2xlcyB0aGF0IHNob3VsZCBiZSBhcHBsaWVkIHRvIHRoZSByZXF1ZXN0XG4gICAgICovXG4gICAgcHVibGljIHJvbGVzUXVlcnk6IEFycmF5PHN0cmluZz47XG4gICAgLyoqXG4gICAgICogbmVnYXRpdmUgUm9sZXMgdGhhdCBzaG91bGQgYmUgYXBwbGllZCB0byB0aGUgcmVxdWVzdFxuICAgICAqL1xuICAgIHB1YmxpYyBuZWdhdGl2ZVJvbGVzUXVlcnk6IEFycmF5PHN0cmluZz47XG4gICAgcHJvdGVjdGVkIF91cGRhdGVQcm9ncmVzcyQ6IExvYWRpbmdFbWl0dGVyO1xuICAgIHByb3RlY3RlZCBfbGRhcEdyb3Vwc1JlbG9hZCQ6IFN1YmplY3Q8dm9pZD47XG5cblxuICAgIC8qKlxuICAgICAqIEluamVjdCBzZXJ2aWNlcy5cbiAgICAgKiBJbml0aWFsaXplIGRlY2xhcmVkIGF0dHJpYnV0ZXMuXG4gICAgICpcbiAgICAgKiBMb2FkaW5nIGFuZCBtYXBwZWQgc3RyZWFtIG9mIGxkYXAgZ3JvdXBzLlxuICAgICAqIEBwYXJhbSBfcmVzb3VyY2VzIExvYWRpbmcgbGRhcCBncm91cHMgZnJvbSBiYWNrZW5kLlxuICAgICAqIEBwYXJhbSBfbG9nIExvZ2dpbmcgYWN0aW9uIHN0YXR1cy5cbiAgICAgKiBAcGFyYW0gX3NuYWNrYmFyIERpc3BsYXkgaW5mbyBhYm91dCBsb2FkaW5nIGZyb20gYmFja2VuZCBmb3IgbGRhcCBncm91cC5cbiAgICAgKiBAcGFyYW0gX3RyYW5zbGF0ZSBUcmFuc2xhdGUgbWVzc2FnZXMgZm9yIGxkYXAgZ3JvdXAuXG4gICAgICovXG4gICAgY29uc3RydWN0b3IocHJvdGVjdGVkIF9yZXNvdXJjZXM6IExkYXBHcm91cFJlc291cmNlU2VydmljZSxcbiAgICAgICAgICAgICAgICBwcm90ZWN0ZWQgX2xvZzogTG9nZ2VyU2VydmljZSxcbiAgICAgICAgICAgICAgICBwcm90ZWN0ZWQgX3NuYWNrYmFyOiBTbmFja0JhclNlcnZpY2UsXG4gICAgICAgICAgICAgICAgcHJvdGVjdGVkIF90cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHtcbiAgICAgICAgdGhpcy5fbG9hZGluZyQgPSBuZXcgTG9hZGluZ0VtaXR0ZXIoKTtcbiAgICAgICAgdGhpcy5fdXBkYXRlUHJvZ3Jlc3MkID0gbmV3IExvYWRpbmdFbWl0dGVyKCk7XG4gICAgICAgIHRoaXMuX2xkYXBHcm91cHNSZWxvYWQkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgICAgICAgdGhpcy5fbmV4dFBhZ2UkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+KG51bGwpO1xuICAgICAgICB0aGlzLl9lbmRPZkRhdGEgPSBmYWxzZTtcbiAgICAgICAgdGhpcy5fcGFnaW5hdGlvbiA9IHtcbiAgICAgICAgICAgIHNpemU6IDIwLFxuICAgICAgICAgICAgdG90YWxFbGVtZW50czogdW5kZWZpbmVkLFxuICAgICAgICAgICAgdG90YWxQYWdlczogdW5kZWZpbmVkLFxuICAgICAgICAgICAgbnVtYmVyOiAtMVxuICAgICAgICB9O1xuICAgICAgICB0aGlzLl9zZWFyY2hRdWVyeSA9ICcnO1xuICAgICAgICB0aGlzLl9jbGVhciA9IGZhbHNlO1xuICAgICAgICB0aGlzLm5lZ2F0aXZlUm9sZXNRdWVyeSA9IG5ldyBBcnJheTxzdHJpbmc+KCk7XG4gICAgICAgIHRoaXMucm9sZXNRdWVyeSA9IG5ldyBBcnJheTxzdHJpbmc+KCk7XG5cbiAgICAgICAgY29uc3QgbGRhcEdyb3Vwc01hcCA9IHRoaXMuX25leHRQYWdlJC5waXBlKFxuICAgICAgICAgICAgbWVyZ2VNYXAocCA9PiB0aGlzLmxvYWRQYWdlKHApKSxcbiAgICAgICAgICAgIHRhcCgoKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKCF0aGlzLl9jbGVhcikge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLl9sZGFwR3JvdXBzUmVsb2FkJC5uZXh0KCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICBzY2FuKChhY2MsIHZhbHVlKSA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3QgcmVzdWx0ID0gdGhpcy5fY2xlYXIgPyB7fSA6IHsuLi5hY2MsIC4uLnZhbHVlfTtcbiAgICAgICAgICAgICAgICB0aGlzLl9jbGVhciA9IGZhbHNlO1xuICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICAgICAgICB9LCB7fSlcbiAgICAgICAgKTtcbiAgICAgICAgdGhpcy5fbGRhcEdyb3VwcyQgPSBsZGFwR3JvdXBzTWFwLnBpcGUoXG4gICAgICAgICAgICBtYXAodiA9PiBPYmplY3QudmFsdWVzKHYpIGFzIEFycmF5PExkYXBHcm91cExpc3RJdGVtPiksXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX2xvYWRpbmckLmNvbXBsZXRlKCk7XG4gICAgICAgIHRoaXMuX3VwZGF0ZVByb2dyZXNzJC5jb21wbGV0ZSgpO1xuICAgICAgICB0aGlzLl9sZGFwR3JvdXBzUmVsb2FkJC5jb21wbGV0ZSgpO1xuICAgICAgICB0aGlzLl9uZXh0UGFnZSQuY29tcGxldGUoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IGxvYWRpbmcoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9sb2FkaW5nJC5pc0FjdGl2ZTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IGxvYWRpbmckKCk6IE9ic2VydmFibGU8Ym9vbGVhbj4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fbG9hZGluZyQuYXNPYnNlcnZhYmxlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBsZGFwR3JvdXBzUmVsb2FkJCgpOiBPYnNlcnZhYmxlPHZvaWQ+IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2xkYXBHcm91cHNSZWxvYWQkLmFzT2JzZXJ2YWJsZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgbGRhcEdyb3VwcyQoKTogT2JzZXJ2YWJsZTxBcnJheTxMZGFwR3JvdXBMaXN0SXRlbT4+IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2xkYXBHcm91cHMkO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgdXBkYXRpbmckKCk6IE9ic2VydmFibGU8Ym9vbGVhbj4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fdXBkYXRlUHJvZ3Jlc3MkLmFzT2JzZXJ2YWJsZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgdG90YWxMZGFwR3JvdXBzKCk6IG51bWJlciB7XG4gICAgICAgIHJldHVybiB0aGlzLl9wYWdpbmF0aW9uLnRvdGFsRWxlbWVudHMgPyB0aGlzLl9wYWdpbmF0aW9uLnRvdGFsRWxlbWVudHMgOiAwO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIEdldCBhbGwgbGRhcEdyb3VwcyBmcm9tIGJhY2tlbmQgYW5kIG1hcHBlZCB0byBbbGRhcEdyb3VwVmFsdWVde0BsaW5rIGxkYXBHcm91cFZhbHVlfSBpbnRlcmZhY2Ugd2l0aCBjYXRjaGluZyBlcnJvcnMuXG4gICAgICogQHBhcmFtIHBhZ2UgUGFnZSBudW1iZXIgdGhhdCBpcyByZXF1ZXN0ZWQuIC8gTmV4dCBwYWdlIGxkYXBHcm91cHMgbGlzdC5cbiAgICAgKi9cbiAgICBwdWJsaWMgbG9hZFBhZ2UocGFnZTogbnVtYmVyKTogT2JzZXJ2YWJsZTx7IFtrOiBzdHJpbmddOiBMZGFwR3JvdXBMaXN0SXRlbSB9PiB7XG4gICAgICAgIGlmIChwYWdlID09PSBudWxsIHx8IHBhZ2UgPT09IHVuZGVmaW5lZCB8fCB0aGlzLl9jbGVhcikge1xuICAgICAgICAgICAgcmV0dXJuIG9mKHt9KTtcbiAgICAgICAgfVxuICAgICAgICBsZXQgcGFyYW1zOiBIdHRwUGFyYW1zID0gbmV3IEh0dHBQYXJhbXMoKTtcbiAgICAgICAgcGFyYW1zID0gdGhpcy5hZGRQYWdlUGFyYW1zKHBhcmFtcywgcGFnZSk7XG4gICAgICAgIHRoaXMuX2xvYWRpbmckLm9uKCk7XG4gICAgICAgIHJldHVybiB0aGlzLl9yZXNvdXJjZXMuc2VhcmNoTGRhcEdyb3Vwcyh7ZnVsbHRleHQ6IHRoaXMuX3NlYXJjaFF1ZXJ5fSkucGlwZShcbiAgICAgICAgICAgIGNhdGNoRXJyb3IoZXJyID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLl9sb2cuZXJyb3IoJ0xvYWRpbmcgbGRhcCBncm91cHMgaGFzIGZhaWxlZCBvbiBwYWdlICcgKyB0aGlzLl9wYWdpbmF0aW9uLm51bWJlciwgZXJyKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gb2Yoe2xkYXBHcm91cFJlc3BvbnNlQm9kaWVzOiBbXSwgcGFnaW5hdGlvbjogey4uLnRoaXMuX3BhZ2luYXRpb24sIG51bWJlcjogdGhpcy5fcGFnaW5hdGlvbi5udW1iZXIgLSAxfX0pO1xuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICB0YXAobGRhcEdyb3VwUmVzcG9uc2VCb2R5ID0+IHRoaXMuX2VuZE9mRGF0YSA9ICFBcnJheS5pc0FycmF5KGxkYXBHcm91cFJlc3BvbnNlQm9keS5sZGFwR3JvdXBSZXNwb25zZUJvZGllcykgfHxcbiAgICAgICAgICAgICAgICAoQXJyYXkuaXNBcnJheShsZGFwR3JvdXBSZXNwb25zZUJvZHkubGRhcEdyb3VwUmVzcG9uc2VCb2RpZXMpXG4gICAgICAgICAgICAgICAgICAgICYmIGxkYXBHcm91cFJlc3BvbnNlQm9keS5sZGFwR3JvdXBSZXNwb25zZUJvZGllcy5sZW5ndGggPT09IDApKSxcbiAgICAgICAgICAgIG1hcChsZGFwR3JvdXBSZXNwb25zZUJvZHkgPT4gKEFycmF5LmlzQXJyYXkobGRhcEdyb3VwUmVzcG9uc2VCb2R5LmxkYXBHcm91cFJlc3BvbnNlQm9kaWVzKSA/XG4gICAgICAgICAgICAgICAgbGRhcEdyb3VwUmVzcG9uc2VCb2R5IDogey4uLmxkYXBHcm91cFJlc3BvbnNlQm9keSwgbGRhcEdyb3VwUmVzcG9uc2VCb2RpZXM6IFtdfSkpLFxuICAgICAgICAgICAgbWFwKCBsZGFwR3JvdXBSZXNwb25zZUJvZHkgPT4ge1xuICAgICAgICAgICAgICAgIGNvbnN0IHJlc3VsdCA9IHt9O1xuICAgICAgICAgICAgICAgIGxkYXBHcm91cFJlc3BvbnNlQm9keS5sZGFwR3JvdXBSZXNwb25zZUJvZGllcy5mb3JFYWNoKCBsZGFwR3JvdXAgPT4ge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBpdGVtID0gbGRhcEdyb3VwIGFzIExkYXBHcm91cExpc3RJdGVtO1xuICAgICAgICAgICAgICAgICAgICBpdGVtLnJvbGVzID0gbmV3IFNldDxzdHJpbmc+KGxkYXBHcm91cC5wcm9jZXNzUm9sZXMubWFwKHByID0+IHByLnN0cmluZ0lkKSk7XG4gICAgICAgICAgICAgICAgICAgIGl0ZW0ucHJvY2Vzc1JvbGVzID0gdW5kZWZpbmVkO1xuICAgICAgICAgICAgICAgICAgICBpdGVtLnNlbGVjdGVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgIGl0ZW0udG9nZ2xlID0gZnVuY3Rpb24oKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnNlbGVjdGVkID0gIXRoaXMuc2VsZWN0ZWQ7XG4gICAgICAgICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdFtsZGFwR3JvdXAuZG5dID0gaXRlbTtcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICB0YXAoXyA9PiB0aGlzLl9sb2FkaW5nJC5vZmYoKSlcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBTZXQgdmFsdWUgdG8gbmV4dFBhZ2Ugc3RyZWFtIGFzIG5leHQgcGFnZSBsZGFwR3JvdXBzIGxpc3QuXG4gICAgICogQHBhcmFtIGxhc3RSZW5kZXJlZCBMYXN0IHJlbmRlcmVkIGxkYXBHcm91cCBpbmRleC5cbiAgICAgKiBAcGFyYW0gdG90YWxSZW5kZXJlZCBUb3RhbCBsb2FkZWQgc2l6ZSBsZGFwR3JvdXBzLlxuICAgICAqL1xuICAgIHB1YmxpYyBuZXh0UGFnZShsYXN0UmVuZGVyZWQ6IG51bWJlciwgdG90YWxSZW5kZXJlZDogbnVtYmVyKSB7XG4gICAgICAgIGlmICh0aGlzLmxvYWRpbmcgfHwgdGhpcy5fZW5kT2ZEYXRhKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBpZiAobGFzdFJlbmRlcmVkID09PSB0b3RhbFJlbmRlcmVkKSB7XG4gICAgICAgICAgICB0aGlzLl9uZXh0UGFnZSQubmV4dCh0aGlzLl9wYWdpbmF0aW9uLm51bWJlciArIDEpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogUmVsb2FkIHBhZ2Ugd2l0aCBsZGFwR3JvdXBzLlxuICAgICAqL1xuICAgIHB1YmxpYyByZWxvYWQobmV3U2VhcmNoUXVlcnkgPSAnJyk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuX2xkYXBHcm91cHMkIHx8ICF0aGlzLl9wYWdpbmF0aW9uKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5fY2xlYXIgPSB0cnVlO1xuICAgICAgICB0aGlzLl9lbmRPZkRhdGEgPSBmYWxzZTtcbiAgICAgICAgdGhpcy5fcGFnaW5hdGlvbi5udW1iZXIgPSAtMTtcbiAgICAgICAgdGhpcy5fc2VhcmNoUXVlcnkgPSBuZXdTZWFyY2hRdWVyeTtcbiAgICAgICAgdGhpcy5uZXh0UGFnZSgwLCAwKTtcbiAgICAgICAgdGltZXIoMTAwKS5zdWJzY3JpYmUoXyA9PiB7XG4gICAgICAgICAgICB0aGlzLl9wYWdpbmF0aW9uLm51bWJlciA9IC0xO1xuICAgICAgICAgICAgdGhpcy5uZXh0UGFnZSgwLCAwKTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHVibGljIHVwZGF0ZVJvbGVzKHNlbGVjdGVkTGRhcEdyb3VwczogQXJyYXk8TGRhcEdyb3VwTGlzdEl0ZW0+LCBzZWxlY3RlZFJvbGVzOiBBcnJheTxzdHJpbmc+ID0gW10pOlxuICAgIE9ic2VydmFibGU8QXJyYXk8TWVzc2FnZVJlc291cmNlPj4ge1xuICAgICAgICBpZiAoIXNlbGVjdGVkTGRhcEdyb3VwcyB8fCBzZWxlY3RlZExkYXBHcm91cHMubGVuZ3RoID09PSAwKSB7XG4gICAgICAgICAgICByZXR1cm4gb2YoW10pO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuX3VwZGF0ZVByb2dyZXNzJC5vbigpO1xuICAgICAgICByZXR1cm4gZm9ya0pvaW4oc2VsZWN0ZWRMZGFwR3JvdXBzLm1hcChsZGFwR3JvdXAgPT4gdGhpcy5fcmVzb3VyY2VzLmFzc2lnblJvbGVzVG9MZGFwR3JvdXAoXG4gICAgICAgICAgICB7Z3JvdXBEbjogbGRhcEdyb3VwLmRuLCByb2xlSWRzOiBzZWxlY3RlZFJvbGVzfSkpKS5waXBlKFxuICAgICAgICAgICAgdGFwKG1lc3NhZ2VzID0+IHtcbiAgICAgICAgICAgICAgICBtZXNzYWdlcy5mb3JFYWNoKChtZXNzYWdlLCBpZHgpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKG1lc3NhZ2UuZXJyb3IpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuX2xvZy5lcnJvcihtZXNzYWdlLmVycm9yLCBtZXNzYWdlKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuX3NuYWNrYmFyLm9wZW5FcnJvclNuYWNrQmFyKG1lc3NhZ2UuZXJyb3IpO1xuICAgICAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5fbG9nLmluZm8obWVzc2FnZS5zdWNjZXNzKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHNlbGVjdGVkTGRhcEdyb3Vwc1tpZHhdLnJvbGVzID0gbmV3IFNldDxzdHJpbmc+KHNlbGVjdGVkUm9sZXMpO1xuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5fc25hY2tiYXIub3BlblN1Y2Nlc3NTbmFja0Jhcih0aGlzLl90cmFuc2xhdGUuaW5zdGFudCgndGFza3Muc25hY2tiYXIucm9sZXNTdWNjZXNzQXNzaWduJykpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgdGhpcy5fdXBkYXRlUHJvZ3Jlc3MkLm9mZigpO1xuICAgICAgICAgICAgfSkpO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIFJldHVybnMgSHR0cFBhcmFtcyB3aXRoIHBhZ2UgcGFyYW1zIGFkZGl0aW9uLlxuICAgICAqIEBwYXJhbSBwYXJhbXMgRXhpc3RpbmcgSHR0cFBhcmFtcy5cbiAgICAgKiBAcGFyYW0gcGFnZSBQYWdlIG51bWJlciB0aGF0IGlzIHJlcXVlc3RlZC4gLyBOZXh0IHBhZ2UgbGRhcEdyb3VwcyBsaXN0LlxuICAgICAqL1xuICAgIHByb3RlY3RlZCBhZGRQYWdlUGFyYW1zKHBhcmFtczogSHR0cFBhcmFtcywgcGFnZT86IG51bWJlcik6IEh0dHBQYXJhbXMge1xuICAgICAgICBwYXJhbXMgPSBwYXJhbXMuc2V0KFBhZ2luYXRpb25QYXJhbXMuUEFHRV9TSVpFLCBgJHt0aGlzLl9wYWdpbmF0aW9uLnNpemV9YCk7XG4gICAgICAgIHBhZ2UgPSBwYWdlICE9PSBudWxsID8gcGFnZSA6IHRoaXMuX3BhZ2luYXRpb24ubnVtYmVyO1xuICAgICAgICBwYXJhbXMgPSBwYXJhbXMuc2V0KFBhZ2luYXRpb25QYXJhbXMuUEFHRV9OVU1CRVIsIGAke3BhZ2V9YCk7XG4gICAgICAgIHJldHVybiBwYXJhbXM7XG4gICAgfVxufVxuIl19
|
|
@@ -86,9 +86,9 @@ export class NextGroupService {
|
|
|
86
86
|
return this.ownerGroups;
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
NextGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
90
|
-
NextGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
91
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
89
|
+
NextGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, deps: [{ token: i1.UserService }, { token: i2.CaseResourceService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
90
|
+
NextGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, providedIn: 'root' });
|
|
91
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, decorators: [{
|
|
92
92
|
type: Injectable,
|
|
93
93
|
args: [{
|
|
94
94
|
providedIn: 'root'
|
|
@@ -400,9 +400,9 @@ export class AbstractHeaderService {
|
|
|
400
400
|
}
|
|
401
401
|
AbstractHeaderService.DEFAULT_HEADER_COUNT = 5;
|
|
402
402
|
AbstractHeaderService.DEFAULT_HEADER_RESPONSIVITY = true;
|
|
403
|
-
AbstractHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
404
|
-
AbstractHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
403
|
+
AbstractHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderService, deps: [{ token: i1.HeaderType }, { token: i2.UserPreferenceService }, { token: i3.LoggerService }, { token: i4.ViewIdService, optional: true }, { token: i5.OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
404
|
+
AbstractHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderService });
|
|
405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderService, decorators: [{
|
|
406
406
|
type: Injectable
|
|
407
407
|
}], ctorParameters: function () { return [{ type: i1.HeaderType }, { type: i2.UserPreferenceService }, { type: i3.LoggerService }, { type: i4.ViewIdService, decorators: [{
|
|
408
408
|
type: Optional
|
|
@@ -153,9 +153,9 @@ export class AbstractHeaderComponent {
|
|
|
153
153
|
});
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
AbstractHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
157
|
-
AbstractHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
156
|
+
AbstractHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderComponent, deps: [{ token: i0.Injector }, { token: i1.TranslateService }, { token: i2.OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
157
|
+
AbstractHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractHeaderComponent, selector: "ncc-abstract-header", inputs: { type: "type", hideEditMode: "hideEditMode", maxHeaderColumns: "maxHeaderColumns", responsiveHeaders: "responsiveHeaders" }, ngImport: i0, template: '', isInline: true });
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderComponent, decorators: [{
|
|
159
159
|
type: Component,
|
|
160
160
|
args: [{
|
|
161
161
|
selector: 'ncc-abstract-header',
|
|
@@ -60,9 +60,9 @@ export class CaseHeaderService extends AbstractHeaderService {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
CaseHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
64
|
-
CaseHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
63
|
+
CaseHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseHeaderService, deps: [{ token: i1.AllowedNetsService }, { token: i2.UserPreferenceService }, { token: i3.LoggerService }, { token: i4.ViewIdService, optional: true }, { token: i5.OverflowService, optional: true }, { token: NAE_DEFAULT_HEADERS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
64
|
+
CaseHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseHeaderService });
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseHeaderService, decorators: [{
|
|
66
66
|
type: Injectable
|
|
67
67
|
}], ctorParameters: function () { return [{ type: i1.AllowedNetsService }, { type: i2.UserPreferenceService }, { type: i3.LoggerService }, { type: i4.ViewIdService, decorators: [{
|
|
68
68
|
type: Optional
|
|
@@ -7,9 +7,9 @@ export class AbstractHeaderModeComponent {
|
|
|
7
7
|
return this.overflowWidth;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
AbstractHeaderModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
-
AbstractHeaderModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
10
|
+
AbstractHeaderModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
AbstractHeaderModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractHeaderModeComponent, selector: "ncc-abstract-header-mode", inputs: { overflowWidth: "overflowWidth" }, ngImport: i0, template: '', isInline: true });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderModeComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{
|
|
15
15
|
selector: 'ncc-abstract-header-mode',
|
|
@@ -70,9 +70,9 @@ export class AbstractEditModeComponent extends AbstractHeaderModeComponent {
|
|
|
70
70
|
return true;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
AbstractEditModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
74
|
-
AbstractEditModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
73
|
+
AbstractEditModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEditModeComponent, deps: [{ token: i1.TranslateService }, { token: i2.LoggerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
74
|
+
AbstractEditModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEditModeComponent, selector: "ncc-abstract-edit-mode", inputs: { headerService: "headerService" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEditModeComponent, decorators: [{
|
|
76
76
|
type: Component,
|
|
77
77
|
args: [{
|
|
78
78
|
selector: 'ncc-abstract-edit-mode',
|
|
@@ -6,9 +6,9 @@ export class AbstractLoadingModeComponent extends AbstractHeaderModeComponent {
|
|
|
6
6
|
super();
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
AbstractLoadingModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
10
|
-
AbstractLoadingModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
9
|
+
AbstractLoadingModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadingModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
AbstractLoadingModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLoadingModeComponent, selector: "ncc-abstract-loading-mode", inputs: { headerService: "headerService" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadingModeComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{
|
|
14
14
|
selector: 'ncc-abstract-loading-mode',
|
|
@@ -83,9 +83,9 @@ export class AbstractSearchModeComponent extends AbstractHeaderModeComponent {
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
|
-
AbstractSearchModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
87
|
-
AbstractSearchModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
88
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
86
|
+
AbstractSearchModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchModeComponent, deps: [{ token: i1.SideMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
|
87
|
+
AbstractSearchModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSearchModeComponent, selector: "ncc-abstract-seatch-mode", inputs: { headerService: "headerService" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
88
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchModeComponent, decorators: [{
|
|
89
89
|
type: Component,
|
|
90
90
|
args: [{
|
|
91
91
|
selector: 'ncc-abstract-seatch-mode',
|
|
@@ -10,9 +10,9 @@ export class AbstractSortModeComponent extends AbstractHeaderModeComponent {
|
|
|
10
10
|
this.headerService.sortHeaderChanged(parseInt(sortEvent.active.substring(0, firstDash), 10), sortEvent.active.substr(firstDash + 1, sortEvent.active.length), sortEvent.direction);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
AbstractSortModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
-
AbstractSortModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13
|
+
AbstractSortModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
AbstractSortModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSortModeComponent, selector: "ncc-abstract-sort-mode", inputs: { headerService: "headerService" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortModeComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{
|
|
18
18
|
selector: 'ncc-abstract-sort-mode',
|
|
@@ -83,9 +83,9 @@ export class OverflowService {
|
|
|
83
83
|
return undefined;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
|
-
OverflowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
87
|
-
OverflowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
88
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
86
|
+
OverflowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OverflowService, deps: [{ token: i1.ViewIdService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
87
|
+
OverflowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OverflowService });
|
|
88
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OverflowService, decorators: [{
|
|
89
89
|
type: Injectable
|
|
90
90
|
}], ctorParameters: function () { return [{ type: i1.ViewIdService, decorators: [{
|
|
91
91
|
type: Optional
|
|
@@ -48,9 +48,9 @@ export class TaskHeaderService extends AbstractHeaderService {
|
|
|
48
48
|
this.subAllowedNets.unsubscribe();
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
TaskHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
52
|
-
TaskHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
51
|
+
TaskHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskHeaderService, deps: [{ token: i1.AllowedNetsService }, { token: i2.UserPreferenceService }, { token: i3.LoggerService }, { token: i4.ViewIdService, optional: true }, { token: i5.OverflowService, optional: true }, { token: NAE_DEFAULT_HEADERS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
52
|
+
TaskHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskHeaderService });
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskHeaderService, decorators: [{
|
|
54
54
|
type: Injectable
|
|
55
55
|
}], ctorParameters: function () { return [{ type: i1.AllowedNetsService }, { type: i2.UserPreferenceService }, { type: i3.LoggerService }, { type: i4.ViewIdService, decorators: [{
|
|
56
56
|
type: Optional
|
|
@@ -34,9 +34,9 @@ export class WorkflowHeaderService extends AbstractHeaderService {
|
|
|
34
34
|
restoreLastState() {
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
WorkflowHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
38
|
-
WorkflowHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
37
|
+
WorkflowHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowHeaderService, deps: [{ token: i1.UserPreferenceService }, { token: i2.LoggerService }, { token: i3.ViewIdService, optional: true }, { token: i4.OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
38
|
+
WorkflowHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowHeaderService });
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowHeaderService, decorators: [{
|
|
40
40
|
type: Injectable
|
|
41
41
|
}], ctorParameters: function () { return [{ type: i1.UserPreferenceService }, { type: i2.LoggerService }, { type: i3.ViewIdService, decorators: [{
|
|
42
42
|
type: Optional
|
|
@@ -11,9 +11,9 @@ export class ImpersonationUserListService extends UserListService {
|
|
|
11
11
|
this._logService = _logService;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
ImpersonationUserListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
-
ImpersonationUserListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
+
ImpersonationUserListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserListService, deps: [{ token: i1.ImpersonationUserResourceService }, { token: i2.LoggerService }, { token: i3.SnackBarService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15
|
+
ImpersonationUserListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserListService });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserListService, decorators: [{
|
|
17
17
|
type: Injectable
|
|
18
18
|
}], ctorParameters: function () { return [{ type: i1.ImpersonationUserResourceService }, { type: i2.LoggerService }, { type: i3.SnackBarService }, { type: i4.TranslateService }]; } });
|
|
19
19
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1wZXJzb25hdGlvbi11c2VyLWxpc3Quc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy1jb3JlL3NyYy9saWIvaW1wZXJzb25hdGlvbi9zZXJ2aWNlcy9pbXBlcnNvbmF0aW9uLXVzZXItbGlzdC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxlQUFlLEVBQUMsTUFBTSx1Q0FBdUMsQ0FBQztBQUN0RSxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFPekMsTUFBTSxPQUFPLDRCQUE2QixTQUFRLGVBQWU7SUFFN0QsWUFBWSxVQUE0QyxFQUNsQyxXQUEwQixFQUNwQyxTQUEwQixFQUMxQixVQUE0QjtRQUNwQyxLQUFLLENBQUMsVUFBVSxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFIcEMsZ0JBQVcsR0FBWCxXQUFXLENBQWU7SUFJaEQsQ0FBQzs7MEhBUFEsNEJBQTRCOzhIQUE1Qiw0QkFBNEI7NEZBQTVCLDRCQUE0QjtrQkFEeEMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7VXNlckxpc3RTZXJ2aWNlfSBmcm9tICcuLi8uLi91c2VyL3NlcnZpY2VzL3VzZXItbGlzdC5zZXJ2aWNlJztcbmltcG9ydCB7SW5qZWN0YWJsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1NuYWNrQmFyU2VydmljZX0gZnJvbSAnLi4vLi4vc25hY2stYmFyL3NlcnZpY2VzL3NuYWNrLWJhci5zZXJ2aWNlJztcbmltcG9ydCB7VHJhbnNsYXRlU2VydmljZX0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XG5pbXBvcnQge0xvZ2dlclNlcnZpY2V9IGZyb20gJy4uLy4uL2xvZ2dlci9zZXJ2aWNlcy9sb2dnZXIuc2VydmljZSc7XG5pbXBvcnQge0ltcGVyc29uYXRpb25Vc2VyUmVzb3VyY2VTZXJ2aWNlfSBmcm9tICcuL2ltcGVyc29uYXRpb24tdXNlci1yZXNvdXJjZS5zZXJ2aWNlJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEltcGVyc29uYXRpb25Vc2VyTGlzdFNlcnZpY2UgZXh0ZW5kcyBVc2VyTGlzdFNlcnZpY2Uge1xuXG4gICAgY29uc3RydWN0b3IoX3Jlc291cmNlczogSW1wZXJzb25hdGlvblVzZXJSZXNvdXJjZVNlcnZpY2UsXG4gICAgICAgICAgICAgICAgcHJvdGVjdGVkIF9sb2dTZXJ2aWNlOiBMb2dnZXJTZXJ2aWNlLFxuICAgICAgICAgICAgICAgIF9zbmFja2JhcjogU25hY2tCYXJTZXJ2aWNlLFxuICAgICAgICAgICAgICAgIF90cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHtcbiAgICAgICAgc3VwZXIoX3Jlc291cmNlcywgX2xvZ1NlcnZpY2UsIF9zbmFja2JhciwgX3RyYW5zbGF0ZSk7XG4gICAgfVxuXG59XG4iXX0=
|
|
@@ -14,9 +14,9 @@ export class ImpersonationUserResourceService extends UserResourceService {
|
|
|
14
14
|
.pipe(map((r) => this.getResourcePage(r, 'users')));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
ImpersonationUserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
-
ImpersonationUserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
+
ImpersonationUserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserResourceService, deps: [{ token: i1.ResourceProvider }, { token: i2.ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18
|
+
ImpersonationUserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserResourceService, providedIn: 'root' });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserResourceService, decorators: [{
|
|
20
20
|
type: Injectable,
|
|
21
21
|
args: [{
|
|
22
22
|
providedIn: 'root'
|
|
@@ -64,9 +64,9 @@ export class ImpersonationUserSelectService {
|
|
|
64
64
|
return this._user.hasAuthority('ROLE_ADMIN');
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
ImpersonationUserSelectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
68
|
-
ImpersonationUserSelectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
67
|
+
ImpersonationUserSelectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserSelectService, deps: [{ token: i1.LoggerService }, { token: i2.SideMenuService }, { token: i3.SnackBarService }, { token: i4.ImpersonationService }, { token: i5.UserService }, { token: NAE_USER_IMPERSONATE_COMPONENT, optional: true }, { token: NAE_ADMIN_IMPERSONATE_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
68
|
+
ImpersonationUserSelectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserSelectService, providedIn: 'root' });
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserSelectService, decorators: [{
|
|
70
70
|
type: Injectable,
|
|
71
71
|
args: [{
|
|
72
72
|
providedIn: 'root'
|
|
@@ -79,9 +79,9 @@ export class ImpersonationService extends AbstractResourceService {
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
|
-
ImpersonationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
83
|
-
ImpersonationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
82
|
+
ImpersonationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, deps: [{ token: i1.ResourceProvider }, { token: i2.Router }, { token: i3.ConfigurationService }, { token: i4.UserService }, { token: i5.SnackBarService }, { token: i6.FilterRepository }, { token: i7.LoggerService }, { token: i8.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
83
|
+
ImpersonationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, providedIn: 'root' });
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, decorators: [{
|
|
85
85
|
type: Injectable,
|
|
86
86
|
args: [{
|
|
87
87
|
providedIn: 'root'
|
|
@@ -12,9 +12,9 @@ export class AbstractLegalNoticeComponent {
|
|
|
12
12
|
return this._legalConfig.privacyPolicy;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
AbstractLegalNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
AbstractLegalNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
+
AbstractLegalNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLegalNoticeComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
AbstractLegalNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLegalNoticeComponent, selector: "ncc-abstract-legal-notice", inputs: { buttonName: "buttonName" }, ngImport: i0, template: '', isInline: true });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLegalNoticeComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: 'ncc-abstract-legal-notice',
|
|
@@ -43,9 +43,9 @@ export class LogPublisherService {
|
|
|
43
43
|
this._publishers.forEach(publisher => publisher.clear());
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
LogPublisherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
47
|
-
LogPublisherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
46
|
+
LogPublisherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
47
|
+
LogPublisherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, providedIn: 'root' });
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, decorators: [{
|
|
49
49
|
type: Injectable,
|
|
50
50
|
args: [{
|
|
51
51
|
providedIn: 'root'
|
|
@@ -58,9 +58,9 @@ export class LoggerService extends AbstractLoggerService {
|
|
|
58
58
|
super(publisherService, config);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
62
|
-
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
63
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
61
|
+
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, deps: [{ token: i1.LogPublisherService }, { token: i2.ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
62
|
+
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, providedIn: 'root' });
|
|
63
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, decorators: [{
|
|
64
64
|
type: Injectable,
|
|
65
65
|
args: [{
|
|
66
66
|
providedIn: 'root'
|
|
@@ -48,8 +48,8 @@ import { MatFormFieldModule } from '@angular/material/form-field';
|
|
|
48
48
|
import * as i0 from "@angular/core";
|
|
49
49
|
export class MaterialModule {
|
|
50
50
|
}
|
|
51
|
-
MaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
52
|
-
MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
51
|
+
MaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
52
|
+
MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, imports: [CommonModule,
|
|
53
53
|
FlexLayoutModule], exports: [FlexLayoutModule,
|
|
54
54
|
A11yModule,
|
|
55
55
|
CdkStepperModule,
|
|
@@ -97,7 +97,7 @@ MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
97
97
|
MatFormFieldModule,
|
|
98
98
|
FormsModule,
|
|
99
99
|
ReactiveFormsModule] });
|
|
100
|
-
MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
100
|
+
MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, imports: [[
|
|
101
101
|
CommonModule,
|
|
102
102
|
FlexLayoutModule
|
|
103
103
|
], FlexLayoutModule,
|
|
@@ -147,7 +147,7 @@ MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
|
147
147
|
MatFormFieldModule,
|
|
148
148
|
FormsModule,
|
|
149
149
|
ReactiveFormsModule] });
|
|
150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, decorators: [{
|
|
151
151
|
type: NgModule,
|
|
152
152
|
args: [{
|
|
153
153
|
declarations: [],
|