@netgrif/components-core 6.2.3 → 6.2.5
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/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.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/text-field/abstract-text-field.component.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 +3 -3
- 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/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/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 +3 -3
- package/esm2020/lib/navigation/group-navigation-component-resolver/abstract-group-navigation-component-resolver.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.mjs +3 -3
- 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/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 +3 -3
- 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/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 +3 -3
- package/esm2020/lib/resources/engine-endpoint/public/public-task-resource.service.mjs +6 -6
- 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/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 +3 -3
- 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/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/test-mock-dependencies.module.mjs +4 -4
- package/esm2020/lib/utility/tests/test-view-service.mjs +3 -3
- 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 +18 -12
- 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 +882 -792
- package/fesm2015/netgrif-components-core.mjs.map +1 -1
- package/fesm2020/netgrif-components-core.mjs +879 -792
- 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/resources/engine-endpoint/public/public-task-resource.service.d.ts +2 -1
- package/lib/task/services/task-data.service.d.ts +9 -8
- package/lib/view/task-view/abstract-single-task-view.component.d.ts +4 -3
- package/package.json +1 -1
|
@@ -92,8 +92,8 @@ import { HttpClientTestingModule } from '@angular/common/http/testing';
|
|
|
92
92
|
|
|
93
93
|
class MaterialModule {
|
|
94
94
|
}
|
|
95
|
-
MaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
96
|
-
MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
95
|
+
MaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
96
|
+
MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, imports: [CommonModule,
|
|
97
97
|
FlexLayoutModule], exports: [FlexLayoutModule,
|
|
98
98
|
A11yModule,
|
|
99
99
|
CdkStepperModule,
|
|
@@ -141,7 +141,7 @@ MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
141
141
|
MatFormFieldModule,
|
|
142
142
|
FormsModule,
|
|
143
143
|
ReactiveFormsModule] });
|
|
144
|
-
MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
144
|
+
MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, imports: [[
|
|
145
145
|
CommonModule,
|
|
146
146
|
FlexLayoutModule
|
|
147
147
|
], FlexLayoutModule,
|
|
@@ -191,7 +191,7 @@ MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
|
191
191
|
MatFormFieldModule,
|
|
192
192
|
FormsModule,
|
|
193
193
|
ReactiveFormsModule] });
|
|
194
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, decorators: [{
|
|
195
195
|
type: NgModule,
|
|
196
196
|
args: [{
|
|
197
197
|
declarations: [],
|
|
@@ -253,10 +253,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
253
253
|
|
|
254
254
|
class CovalentModule {
|
|
255
255
|
}
|
|
256
|
-
CovalentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
257
|
-
CovalentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
258
|
-
CovalentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
256
|
+
CovalentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CovalentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
257
|
+
CovalentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CovalentModule, exports: [CovalentMarkdownModule] });
|
|
258
|
+
CovalentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CovalentModule, imports: [CovalentMarkdownModule] });
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CovalentModule, decorators: [{
|
|
260
260
|
type: NgModule,
|
|
261
261
|
args: [{
|
|
262
262
|
exports: [
|
|
@@ -272,12 +272,12 @@ class CurrencyModule {
|
|
|
272
272
|
registerLocaleData(de$1);
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
|
-
CurrencyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
276
|
-
CurrencyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
277
|
-
CurrencyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
275
|
+
CurrencyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CurrencyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
276
|
+
CurrencyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CurrencyModule, imports: [CommonModule] });
|
|
277
|
+
CurrencyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CurrencyModule, providers: [CurrencyPipe], imports: [[
|
|
278
278
|
CommonModule
|
|
279
279
|
]] });
|
|
280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CurrencyModule, decorators: [{
|
|
281
281
|
type: NgModule,
|
|
282
282
|
args: [{
|
|
283
283
|
declarations: [],
|
|
@@ -668,9 +668,9 @@ class LogPublisherService {
|
|
|
668
668
|
this._publishers.forEach(publisher => publisher.clear());
|
|
669
669
|
}
|
|
670
670
|
}
|
|
671
|
-
LogPublisherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
672
|
-
LogPublisherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
671
|
+
LogPublisherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
672
|
+
LogPublisherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, providedIn: 'root' });
|
|
673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, decorators: [{
|
|
674
674
|
type: Injectable,
|
|
675
675
|
args: [{
|
|
676
676
|
providedIn: 'root'
|
|
@@ -731,9 +731,9 @@ class LoggerService extends AbstractLoggerService {
|
|
|
731
731
|
super(publisherService, config);
|
|
732
732
|
}
|
|
733
733
|
}
|
|
734
|
-
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
735
|
-
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
734
|
+
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, deps: [{ token: LogPublisherService }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
735
|
+
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, providedIn: 'root' });
|
|
736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, decorators: [{
|
|
737
737
|
type: Injectable,
|
|
738
738
|
args: [{
|
|
739
739
|
providedIn: 'root'
|
|
@@ -747,9 +747,9 @@ class CustomDateAdapter extends MomentDateAdapter {
|
|
|
747
747
|
return 1;
|
|
748
748
|
}
|
|
749
749
|
}
|
|
750
|
-
CustomDateAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
751
|
-
CustomDateAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
750
|
+
CustomDateAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomDateAdapter, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
751
|
+
CustomDateAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomDateAdapter });
|
|
752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomDateAdapter, decorators: [{
|
|
753
753
|
type: Injectable
|
|
754
754
|
}] });
|
|
755
755
|
|
|
@@ -2395,9 +2395,9 @@ class SessionService {
|
|
|
2395
2395
|
}
|
|
2396
2396
|
SessionService.SESSION_TOKEN_STORAGE_KEY = 'naet';
|
|
2397
2397
|
SessionService.SESSION_BEARER_HEADER_DEFAULT = 'X-Auth-Token';
|
|
2398
|
-
SessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2399
|
-
SessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2398
|
+
SessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SessionService, deps: [{ token: ConfigurationService }, { token: LoggerService }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2399
|
+
SessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SessionService, providedIn: 'root' });
|
|
2400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SessionService, decorators: [{
|
|
2401
2401
|
type: Injectable,
|
|
2402
2402
|
args: [{
|
|
2403
2403
|
providedIn: 'root'
|
|
@@ -2413,9 +2413,9 @@ class UserTransformer {
|
|
|
2413
2413
|
return new User(user.id, user.email, user.name, user.surname, this.transformAuthorities(user.authorities), user.processRoles, groups, user.nextGroups);
|
|
2414
2414
|
}
|
|
2415
2415
|
}
|
|
2416
|
-
UserTransformer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2417
|
-
UserTransformer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2416
|
+
UserTransformer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserTransformer, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2417
|
+
UserTransformer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserTransformer, providedIn: 'root' });
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserTransformer, decorators: [{
|
|
2419
2419
|
type: Injectable,
|
|
2420
2420
|
args: [{
|
|
2421
2421
|
providedIn: 'root'
|
|
@@ -2462,9 +2462,9 @@ class AuthenticationService {
|
|
|
2462
2462
|
}
|
|
2463
2463
|
}
|
|
2464
2464
|
AuthenticationService.IDENTIFICATION_ATTRIBUTE = 'id';
|
|
2465
|
-
AuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2466
|
-
AuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2465
|
+
AuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationService, deps: [{ token: AuthenticationMethodService }, { token: ConfigurationService }, { token: SessionService }, { token: UserTransformer }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2466
|
+
AuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationService, providedIn: 'root' });
|
|
2467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationService, decorators: [{
|
|
2468
2468
|
type: Injectable,
|
|
2469
2469
|
args: [{
|
|
2470
2470
|
providedIn: 'root'
|
|
@@ -2721,9 +2721,9 @@ class ResourceProvider extends AbstractResourceProvider {
|
|
|
2721
2721
|
super(httpClient);
|
|
2722
2722
|
}
|
|
2723
2723
|
}
|
|
2724
|
-
ResourceProvider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2725
|
-
ResourceProvider.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2724
|
+
ResourceProvider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceProvider, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2725
|
+
ResourceProvider.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceProvider, providedIn: 'root' });
|
|
2726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceProvider, decorators: [{
|
|
2727
2727
|
type: Injectable,
|
|
2728
2728
|
args: [{
|
|
2729
2729
|
providedIn: 'root'
|
|
@@ -2898,9 +2898,9 @@ class UserResourceService extends AbstractResourceService {
|
|
|
2898
2898
|
.pipe(map(r => this.changeType(r, undefined)));
|
|
2899
2899
|
}
|
|
2900
2900
|
}
|
|
2901
|
-
UserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2902
|
-
UserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2901
|
+
UserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2902
|
+
UserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserResourceService, providedIn: 'root' });
|
|
2903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserResourceService, decorators: [{
|
|
2904
2904
|
type: Injectable,
|
|
2905
2905
|
args: [{
|
|
2906
2906
|
providedIn: 'root'
|
|
@@ -2951,9 +2951,9 @@ class AnonymousService {
|
|
|
2951
2951
|
}
|
|
2952
2952
|
}
|
|
2953
2953
|
AnonymousService.JWT_BEARER_HEADER_DEFAULT = 'X-Jwt-Token';
|
|
2954
|
-
AnonymousService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2955
|
-
AnonymousService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2954
|
+
AnonymousService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousService, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2955
|
+
AnonymousService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousService, providedIn: 'root' });
|
|
2956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousService, decorators: [{
|
|
2957
2957
|
type: Injectable,
|
|
2958
2958
|
args: [{
|
|
2959
2959
|
providedIn: 'root'
|
|
@@ -3122,9 +3122,9 @@ class UserService {
|
|
|
3122
3122
|
this._anonymousUserChange$.next(this.user);
|
|
3123
3123
|
}
|
|
3124
3124
|
}
|
|
3125
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3126
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3125
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserService, deps: [{ token: AuthenticationService }, { token: UserResourceService }, { token: UserTransformer }, { token: LoggerService }, { token: SessionService }, { token: AnonymousService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3126
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
3127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserService, decorators: [{
|
|
3128
3128
|
type: Injectable,
|
|
3129
3129
|
args: [{
|
|
3130
3130
|
providedIn: 'root'
|
|
@@ -3140,9 +3140,9 @@ class SnackBarComponent {
|
|
|
3140
3140
|
this.snackBarRef.dismiss();
|
|
3141
3141
|
}
|
|
3142
3142
|
}
|
|
3143
|
-
SnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3144
|
-
SnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3143
|
+
SnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarComponent, deps: [{ token: i1$1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
3144
|
+
SnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SnackBarComponent, selector: "ncc-abstract-snackbar", ngImport: i0, template: '', isInline: true });
|
|
3145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarComponent, decorators: [{
|
|
3146
3146
|
type: Component,
|
|
3147
3147
|
args: [{
|
|
3148
3148
|
selector: 'ncc-abstract-snackbar',
|
|
@@ -3160,9 +3160,9 @@ class GenericSnackBarComponent extends SnackBarComponent {
|
|
|
3160
3160
|
this.data = data;
|
|
3161
3161
|
}
|
|
3162
3162
|
}
|
|
3163
|
-
GenericSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3164
|
-
GenericSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3163
|
+
GenericSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GenericSnackBarComponent, deps: [{ token: i1$1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
3164
|
+
GenericSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GenericSnackBarComponent, selector: "ncc-generic-snack-bar", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon color=\"accent\" class=\"snack-bar-icon-margin\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [""], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GenericSnackBarComponent, decorators: [{
|
|
3166
3166
|
type: Component,
|
|
3167
3167
|
args: [{ selector: 'ncc-generic-snack-bar', template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon color=\"accent\" class=\"snack-bar-icon-margin\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [""] }]
|
|
3168
3168
|
}], ctorParameters: function () { return [{ type: i1$1.MatSnackBarRef }, { type: undefined, decorators: [{
|
|
@@ -3177,9 +3177,9 @@ class SuccessSnackBarComponent extends SnackBarComponent {
|
|
|
3177
3177
|
this.data = data;
|
|
3178
3178
|
}
|
|
3179
3179
|
}
|
|
3180
|
-
SuccessSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3181
|
-
SuccessSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3180
|
+
SuccessSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SuccessSnackBarComponent, deps: [{ token: i1$1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
3181
|
+
SuccessSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SuccessSnackBarComponent, selector: "ncc-success-snack-bar", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin success-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".success-color{color:#2ac262}\n"], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SuccessSnackBarComponent, decorators: [{
|
|
3183
3183
|
type: Component,
|
|
3184
3184
|
args: [{ selector: 'ncc-success-snack-bar', template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin success-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".success-color{color:#2ac262}\n"] }]
|
|
3185
3185
|
}], ctorParameters: function () { return [{ type: i1$1.MatSnackBarRef }, { type: undefined, decorators: [{
|
|
@@ -3194,9 +3194,9 @@ class ErrorSnackBarComponent extends SnackBarComponent {
|
|
|
3194
3194
|
this.data = data;
|
|
3195
3195
|
}
|
|
3196
3196
|
}
|
|
3197
|
-
ErrorSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3198
|
-
ErrorSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3197
|
+
ErrorSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ErrorSnackBarComponent, deps: [{ token: i1$1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
3198
|
+
ErrorSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ErrorSnackBarComponent, selector: "ncc-error-snack-bar", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon color=\"warn\" class=\"snack-bar-icon-margin\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [""], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ErrorSnackBarComponent, decorators: [{
|
|
3200
3200
|
type: Component,
|
|
3201
3201
|
args: [{ selector: 'ncc-error-snack-bar', template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon color=\"warn\" class=\"snack-bar-icon-margin\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [""] }]
|
|
3202
3202
|
}], ctorParameters: function () { return [{ type: i1$1.MatSnackBarRef }, { type: undefined, decorators: [{
|
|
@@ -3211,9 +3211,9 @@ class WarningSnackBarComponent extends SnackBarComponent {
|
|
|
3211
3211
|
this.data = data;
|
|
3212
3212
|
}
|
|
3213
3213
|
}
|
|
3214
|
-
WarningSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3215
|
-
WarningSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3214
|
+
WarningSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WarningSnackBarComponent, deps: [{ token: i1$1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
3215
|
+
WarningSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WarningSnackBarComponent, selector: "ncc-warning-snack-bar", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin warning-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".warning-color{color:#fb3}\n"], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WarningSnackBarComponent, decorators: [{
|
|
3217
3217
|
type: Component,
|
|
3218
3218
|
args: [{ selector: 'ncc-warning-snack-bar', template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin warning-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".warning-color{color:#fb3}\n"] }]
|
|
3219
3219
|
}], ctorParameters: function () { return [{ type: i1$1.MatSnackBarRef }, { type: undefined, decorators: [{
|
|
@@ -3300,9 +3300,9 @@ class SnackBarService {
|
|
|
3300
3300
|
}, config));
|
|
3301
3301
|
}
|
|
3302
3302
|
}
|
|
3303
|
-
SnackBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3304
|
-
SnackBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3303
|
+
SnackBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarService, deps: [{ token: i1$1.MatSnackBar }, { token: NAE_SNACKBAR_VERTICAL_POSITION, optional: true }, { token: NAE_SNACKBAR_HORIZONTAL_POSITION, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3304
|
+
SnackBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarService, providedIn: 'root' });
|
|
3305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarService, decorators: [{
|
|
3306
3306
|
type: Injectable,
|
|
3307
3307
|
args: [{
|
|
3308
3308
|
providedIn: 'root'
|
|
@@ -3436,9 +3436,9 @@ class UserPreferenceService {
|
|
|
3436
3436
|
};
|
|
3437
3437
|
}
|
|
3438
3438
|
}
|
|
3439
|
-
UserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3440
|
-
UserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3439
|
+
UserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserPreferenceService, deps: [{ token: UserService }, { token: UserResourceService }, { token: LoggerService }, { token: SnackBarService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3440
|
+
UserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserPreferenceService, providedIn: 'root' });
|
|
3441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserPreferenceService, decorators: [{
|
|
3442
3442
|
type: Injectable,
|
|
3443
3443
|
args: [{
|
|
3444
3444
|
providedIn: 'root'
|
|
@@ -3501,9 +3501,9 @@ class LanguageService {
|
|
|
3501
3501
|
return this._langChange$.asObservable();
|
|
3502
3502
|
}
|
|
3503
3503
|
}
|
|
3504
|
-
LanguageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3505
|
-
LanguageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3504
|
+
LanguageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageService, deps: [{ token: i1$2.TranslateService }, { token: UserPreferenceService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3505
|
+
LanguageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageService, providedIn: 'root' });
|
|
3506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageService, decorators: [{
|
|
3507
3507
|
type: Injectable,
|
|
3508
3508
|
args: [{
|
|
3509
3509
|
providedIn: 'root'
|
|
@@ -3521,9 +3521,9 @@ class TranslateInterceptor {
|
|
|
3521
3521
|
return next.handle(req);
|
|
3522
3522
|
}
|
|
3523
3523
|
}
|
|
3524
|
-
TranslateInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3525
|
-
TranslateInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3524
|
+
TranslateInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateInterceptor, deps: [{ token: LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3525
|
+
TranslateInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateInterceptor });
|
|
3526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateInterceptor, decorators: [{
|
|
3527
3527
|
type: Injectable
|
|
3528
3528
|
}], ctorParameters: function () { return [{ type: LanguageService }]; } });
|
|
3529
3529
|
|
|
@@ -3532,9 +3532,9 @@ function HttpLoaderFactory(http) {
|
|
|
3532
3532
|
}
|
|
3533
3533
|
class TranslateLibModule {
|
|
3534
3534
|
}
|
|
3535
|
-
TranslateLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3536
|
-
TranslateLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
3537
|
-
TranslateLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
3535
|
+
TranslateLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3536
|
+
TranslateLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateLibModule, imports: [CommonModule, i1$2.TranslateModule], exports: [TranslateModule] });
|
|
3537
|
+
TranslateLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateLibModule, providers: [
|
|
3538
3538
|
TranslateService,
|
|
3539
3539
|
TranslatePipe,
|
|
3540
3540
|
TranslateStore,
|
|
@@ -3550,7 +3550,7 @@ TranslateLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
3550
3550
|
}
|
|
3551
3551
|
})
|
|
3552
3552
|
], TranslateModule] });
|
|
3553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateLibModule, decorators: [{
|
|
3554
3554
|
type: NgModule,
|
|
3555
3555
|
args: [{
|
|
3556
3556
|
declarations: [],
|
|
@@ -3577,8 +3577,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3577
3577
|
|
|
3578
3578
|
class DataFieldsModule {
|
|
3579
3579
|
}
|
|
3580
|
-
DataFieldsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3581
|
-
DataFieldsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
3580
|
+
DataFieldsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFieldsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3581
|
+
DataFieldsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFieldsModule, imports: [CommonModule,
|
|
3582
3582
|
FlexLayoutModule,
|
|
3583
3583
|
MaterialModule,
|
|
3584
3584
|
CovalentModule,
|
|
@@ -3588,7 +3588,7 @@ DataFieldsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3588
3588
|
NgxMatDatetimePickerModule,
|
|
3589
3589
|
NgxMatMomentModule,
|
|
3590
3590
|
TranslateLibModule] });
|
|
3591
|
-
DataFieldsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
3591
|
+
DataFieldsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFieldsModule, providers: [
|
|
3592
3592
|
{ provide: DateAdapter, useClass: CustomDateAdapter }
|
|
3593
3593
|
], imports: [[
|
|
3594
3594
|
CommonModule,
|
|
@@ -3602,7 +3602,7 @@ DataFieldsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
3602
3602
|
NgxMatMomentModule,
|
|
3603
3603
|
TranslateLibModule
|
|
3604
3604
|
]] });
|
|
3605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFieldsModule, decorators: [{
|
|
3606
3606
|
type: NgModule,
|
|
3607
3607
|
args: [{
|
|
3608
3608
|
imports: [
|
|
@@ -3770,6 +3770,9 @@ class DataField {
|
|
|
3770
3770
|
set touch(set) {
|
|
3771
3771
|
this._touch.next(set);
|
|
3772
3772
|
}
|
|
3773
|
+
get touch$() {
|
|
3774
|
+
return this._touch.asObservable();
|
|
3775
|
+
}
|
|
3773
3776
|
get component() {
|
|
3774
3777
|
return this._component;
|
|
3775
3778
|
}
|
|
@@ -4089,9 +4092,9 @@ class AbstractDataFieldComponent {
|
|
|
4089
4092
|
return this._formControl;
|
|
4090
4093
|
}
|
|
4091
4094
|
}
|
|
4092
|
-
AbstractDataFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4093
|
-
AbstractDataFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4095
|
+
AbstractDataFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDataFieldComponent, deps: [{ token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4096
|
+
AbstractDataFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDataFieldComponent, selector: "ncc-abstract-datafield", inputs: { dataField: "dataField", taskOffset: "taskOffset" }, ngImport: i0, template: '', isInline: true });
|
|
4097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDataFieldComponent, decorators: [{
|
|
4095
4098
|
type: Component,
|
|
4096
4099
|
args: [{
|
|
4097
4100
|
selector: 'ncc-abstract-datafield',
|
|
@@ -4134,9 +4137,9 @@ class AbstractBooleanFieldComponent extends AbstractDataFieldComponent {
|
|
|
4134
4137
|
return generalMessage;
|
|
4135
4138
|
}
|
|
4136
4139
|
}
|
|
4137
|
-
AbstractBooleanFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4138
|
-
AbstractBooleanFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4140
|
+
AbstractBooleanFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBooleanFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4141
|
+
AbstractBooleanFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractBooleanFieldComponent, selector: "ncc-abstract-boolean-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
4142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBooleanFieldComponent, decorators: [{
|
|
4140
4143
|
type: Component,
|
|
4141
4144
|
args: [{
|
|
4142
4145
|
selector: 'ncc-abstract-boolean-field',
|
|
@@ -4173,9 +4176,9 @@ class AbstractDialogComponent {
|
|
|
4173
4176
|
this.data = data;
|
|
4174
4177
|
}
|
|
4175
4178
|
}
|
|
4176
|
-
AbstractDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4177
|
-
AbstractDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4179
|
+
AbstractDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDialogComponent, deps: [{ token: i1$3.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
4180
|
+
AbstractDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDialogComponent, selector: "ncc-abstract-dialog", ngImport: i0, template: '', isInline: true });
|
|
4181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDialogComponent, decorators: [{
|
|
4179
4182
|
type: Component,
|
|
4180
4183
|
args: [{
|
|
4181
4184
|
selector: 'ncc-abstract-dialog',
|
|
@@ -4216,9 +4219,9 @@ class ConfirmDialogComponent extends AbstractDialogComponent {
|
|
|
4216
4219
|
});
|
|
4217
4220
|
}
|
|
4218
4221
|
}
|
|
4219
|
-
ConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4220
|
-
ConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4222
|
+
ConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogComponent, deps: [{ token: i1$3.MatDialogRef }, { token: MAT_DIALOG_DATA }, { token: i2$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
4223
|
+
ConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ConfirmDialogComponent, selector: "ncc-question-dialog", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\" [innerHTML]=\"parsedContent\"></div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"warn\" (click)=\"onClose(false)\">{{data.negativeLabel}}</button>\n <button mat-flat-button color=\"primary\" (click)=\"onClose(true)\">{{data.positiveLabel}}</button>\n</mat-dialog-actions>\n", styles: [""], components: [{ type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i1$3.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1$3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1$3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }] });
|
|
4224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogComponent, decorators: [{
|
|
4222
4225
|
type: Component,
|
|
4223
4226
|
args: [{ selector: 'ncc-question-dialog', template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\" [innerHTML]=\"parsedContent\"></div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"warn\" (click)=\"onClose(false)\">{{data.negativeLabel}}</button>\n <button mat-flat-button color=\"primary\" (click)=\"onClose(true)\">{{data.positiveLabel}}</button>\n</mat-dialog-actions>\n", styles: [""] }]
|
|
4224
4227
|
}], ctorParameters: function () { return [{ type: i1$3.MatDialogRef }, { type: undefined, decorators: [{
|
|
@@ -4245,9 +4248,9 @@ class AlertDialogComponent extends AbstractDialogComponent {
|
|
|
4245
4248
|
this.dialogRef.close({});
|
|
4246
4249
|
}
|
|
4247
4250
|
}
|
|
4248
|
-
AlertDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4249
|
-
AlertDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4251
|
+
AlertDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogComponent, deps: [{ token: i1$3.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
4252
|
+
AlertDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AlertDialogComponent, selector: "ncc-simple-dialog", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\">{{data.content}}</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"primary\" (click)=\"onClose()\">OK</button>\n</mat-dialog-actions>\n", styles: [""], components: [{ type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i1$3.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1$3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1$3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }] });
|
|
4253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogComponent, decorators: [{
|
|
4251
4254
|
type: Component,
|
|
4252
4255
|
args: [{ selector: 'ncc-simple-dialog', template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\">{{data.content}}</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"primary\" (click)=\"onClose()\">OK</button>\n</mat-dialog-actions>\n", styles: [""] }]
|
|
4253
4256
|
}], ctorParameters: function () { return [{ type: i1$3.MatDialogRef }, { type: undefined, decorators: [{
|
|
@@ -4278,9 +4281,9 @@ class PromptDialogComponent extends AbstractDialogComponent {
|
|
|
4278
4281
|
} : {});
|
|
4279
4282
|
}
|
|
4280
4283
|
}
|
|
4281
|
-
PromptDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4282
|
-
PromptDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4284
|
+
PromptDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogComponent, deps: [{ token: i1$3.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
4285
|
+
PromptDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PromptDialogComponent, selector: "ncc-question-dialog-with-answer", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin netgrif-input netgrif-input-fix\">\n <span>{{data.content}}</span>\n <br>\n <mat-form-field class=\"dialog-prompt-margin\" appearance=\"outline\">\n <mat-label>{{data.placeholder}}</mat-label>\n <input matInput [(ngModel)]=\"prompt\" (ngModelChange)=\"disableButton = !prompt || prompt.trim().length === 0\">\n </mat-form-field>\n</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button (click)=\"onClose(false)\">{{ 'dialog.close' | translate}}</button>\n <button mat-flat-button color=\"primary\" [disabled]=\"disableButton\" (click)=\"onClose(true)\">{{ 'dialog.submit' | translate}}</button>\n</mat-dialog-actions>\n", styles: [".dialog-prompt-margin{margin-top:16px}\n"], components: [{ type: i2$2.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i1$3.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1$3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i2$2.MatLabel, selector: "mat-label" }, { type: i4$1.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i1$4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1$4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1$4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1$3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }], pipes: { "translate": i1$2.TranslatePipe } });
|
|
4286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogComponent, decorators: [{
|
|
4284
4287
|
type: Component,
|
|
4285
4288
|
args: [{ selector: 'ncc-question-dialog-with-answer', template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin netgrif-input netgrif-input-fix\">\n <span>{{data.content}}</span>\n <br>\n <mat-form-field class=\"dialog-prompt-margin\" appearance=\"outline\">\n <mat-label>{{data.placeholder}}</mat-label>\n <input matInput [(ngModel)]=\"prompt\" (ngModelChange)=\"disableButton = !prompt || prompt.trim().length === 0\">\n </mat-form-field>\n</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button (click)=\"onClose(false)\">{{ 'dialog.close' | translate}}</button>\n <button mat-flat-button color=\"primary\" [disabled]=\"disableButton\" (click)=\"onClose(true)\">{{ 'dialog.submit' | translate}}</button>\n</mat-dialog-actions>\n", styles: [".dialog-prompt-margin{margin-top:16px}\n"] }]
|
|
4286
4289
|
}], ctorParameters: function () { return [{ type: i1$3.MatDialogRef }, { type: undefined, decorators: [{
|
|
@@ -4350,9 +4353,9 @@ class DialogService {
|
|
|
4350
4353
|
}, configMatDialog));
|
|
4351
4354
|
}
|
|
4352
4355
|
}
|
|
4353
|
-
DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4354
|
-
DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
4355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4356
|
+
DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, deps: [{ token: i1$3.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4357
|
+
DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, providedIn: 'root' });
|
|
4358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, decorators: [{
|
|
4356
4359
|
type: Injectable,
|
|
4357
4360
|
args: [{
|
|
4358
4361
|
providedIn: 'root'
|
|
@@ -4395,9 +4398,9 @@ class AbstractButtonFieldComponent extends AbstractDataFieldComponent {
|
|
|
4395
4398
|
}
|
|
4396
4399
|
}
|
|
4397
4400
|
}
|
|
4398
|
-
AbstractButtonFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4399
|
-
AbstractButtonFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4401
|
+
AbstractButtonFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractButtonFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: DialogService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4402
|
+
AbstractButtonFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractButtonFieldComponent, selector: "ncc-abstract-button-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
4403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractButtonFieldComponent, decorators: [{
|
|
4401
4404
|
type: Component,
|
|
4402
4405
|
args: [{
|
|
4403
4406
|
selector: 'ncc-abstract-button-field',
|
|
@@ -4461,9 +4464,9 @@ class PaperViewService {
|
|
|
4461
4464
|
return this._paperView;
|
|
4462
4465
|
}
|
|
4463
4466
|
}
|
|
4464
|
-
PaperViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4465
|
-
PaperViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
4466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4467
|
+
PaperViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PaperViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4468
|
+
PaperViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PaperViewService, providedIn: 'root' });
|
|
4469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PaperViewService, decorators: [{
|
|
4467
4470
|
type: Injectable,
|
|
4468
4471
|
args: [{
|
|
4469
4472
|
providedIn: 'root'
|
|
@@ -4560,9 +4563,9 @@ class AbstractDataFieldTemplateComponent {
|
|
|
4560
4563
|
return this._paperView.paperView;
|
|
4561
4564
|
}
|
|
4562
4565
|
}
|
|
4563
|
-
AbstractDataFieldTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4564
|
-
AbstractDataFieldTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4566
|
+
AbstractDataFieldTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDataFieldTemplateComponent, deps: [{ token: PaperViewService }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4567
|
+
AbstractDataFieldTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDataFieldTemplateComponent, selector: "ncc-abstract-datafield-template", inputs: { dataFieldTemplate: "dataFieldTemplate", layoutChangeWidthBreakpoint: "layoutChangeWidthBreakpoint", offset: "offset", dataField: "dataField" }, viewQueries: [{ propertyName: "container", first: true, predicate: ["dataFieldContainer"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
4568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDataFieldTemplateComponent, decorators: [{
|
|
4566
4569
|
type: Component,
|
|
4567
4570
|
args: [{
|
|
4568
4571
|
selector: 'ncc-abstract-datafield-template',
|
|
@@ -4718,9 +4721,9 @@ class AbstractTimeInstanceFieldComponent extends AbstractDataFieldComponent {
|
|
|
4718
4721
|
return generalMessage;
|
|
4719
4722
|
}
|
|
4720
4723
|
}
|
|
4721
|
-
AbstractTimeInstanceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4722
|
-
AbstractTimeInstanceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4724
|
+
AbstractTimeInstanceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTimeInstanceFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4725
|
+
AbstractTimeInstanceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTimeInstanceFieldComponent, selector: "ncc-abstract-time-instance-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
4726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTimeInstanceFieldComponent, decorators: [{
|
|
4724
4727
|
type: Component,
|
|
4725
4728
|
args: [{
|
|
4726
4729
|
selector: 'ncc-abstract-time-instance-field',
|
|
@@ -4742,9 +4745,9 @@ class AbstractDateFieldComponent extends AbstractTimeInstanceFieldComponent {
|
|
|
4742
4745
|
return this.buildErrorMessage(this.dataField);
|
|
4743
4746
|
}
|
|
4744
4747
|
}
|
|
4745
|
-
AbstractDateFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4746
|
-
AbstractDateFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4748
|
+
AbstractDateFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4749
|
+
AbstractDateFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDateFieldComponent, selector: "ncc-abstract-date-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
4750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateFieldComponent, decorators: [{
|
|
4748
4751
|
type: Component,
|
|
4749
4752
|
args: [{
|
|
4750
4753
|
selector: 'ncc-abstract-date-field',
|
|
@@ -4768,9 +4771,9 @@ class AbstractDateTimeFieldComponent extends AbstractTimeInstanceFieldComponent
|
|
|
4768
4771
|
return this.buildErrorMessage(this.dataField);
|
|
4769
4772
|
}
|
|
4770
4773
|
}
|
|
4771
|
-
AbstractDateTimeFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4772
|
-
AbstractDateTimeFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4774
|
+
AbstractDateTimeFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateTimeFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4775
|
+
AbstractDateTimeFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDateTimeFieldComponent, selector: "ncc-abstract-date-time-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
4776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateTimeFieldComponent, decorators: [{
|
|
4774
4777
|
type: Component,
|
|
4775
4778
|
args: [{
|
|
4776
4779
|
selector: 'ncc-abstract-date-time-field',
|
|
@@ -4791,9 +4794,9 @@ class AbstractEnumerationFieldComponent extends AbstractDataFieldComponent {
|
|
|
4791
4794
|
this._formControl = new FormControl('');
|
|
4792
4795
|
}
|
|
4793
4796
|
}
|
|
4794
|
-
AbstractEnumerationFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4795
|
-
AbstractEnumerationFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4797
|
+
AbstractEnumerationFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationFieldComponent, deps: [{ token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4798
|
+
AbstractEnumerationFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEnumerationFieldComponent, selector: "ncc-abstract-enumeration-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
4799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationFieldComponent, decorators: [{
|
|
4797
4800
|
type: Component,
|
|
4798
4801
|
args: [{
|
|
4799
4802
|
selector: 'ncc-abstract-enumeration-field',
|
|
@@ -4810,9 +4813,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4810
4813
|
|
|
4811
4814
|
class AbstractEnumerationSelectFieldComponent {
|
|
4812
4815
|
}
|
|
4813
|
-
AbstractEnumerationSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4814
|
-
AbstractEnumerationSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4816
|
+
AbstractEnumerationSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationSelectFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4817
|
+
AbstractEnumerationSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEnumerationSelectFieldComponent, selector: "ncc-abstract-enumeration-select-field", inputs: { enumerationField: "enumerationField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, ngImport: i0, template: '', isInline: true });
|
|
4818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationSelectFieldComponent, decorators: [{
|
|
4816
4819
|
type: Component,
|
|
4817
4820
|
args: [{
|
|
4818
4821
|
selector: 'ncc-abstract-enumeration-select-field',
|
|
@@ -4831,9 +4834,9 @@ class AbstractEnumerationListFieldComponent {
|
|
|
4831
4834
|
this.formControlRef.reset();
|
|
4832
4835
|
}
|
|
4833
4836
|
}
|
|
4834
|
-
AbstractEnumerationListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4835
|
-
AbstractEnumerationListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4837
|
+
AbstractEnumerationListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationListFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4838
|
+
AbstractEnumerationListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEnumerationListFieldComponent, selector: "ncc-abstract-enumeration-list-field", inputs: { enumerationField: "enumerationField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, ngImport: i0, template: '', isInline: true });
|
|
4839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationListFieldComponent, decorators: [{
|
|
4837
4840
|
type: Component,
|
|
4838
4841
|
args: [{
|
|
4839
4842
|
selector: 'ncc-abstract-enumeration-list-field',
|
|
@@ -4881,6 +4884,7 @@ class EnumerationField extends DataField {
|
|
|
4881
4884
|
super(stringId, title, value, behavior, placeholder, description, layout, validations, component, parentTaskId);
|
|
4882
4885
|
this._choices = _choices;
|
|
4883
4886
|
this._fieldType = _fieldType;
|
|
4887
|
+
this.REQUEST_DEBOUNCE_TIME = 600;
|
|
4884
4888
|
}
|
|
4885
4889
|
set choices(choices) {
|
|
4886
4890
|
this._choices = choices;
|
|
@@ -4891,6 +4895,9 @@ class EnumerationField extends DataField {
|
|
|
4891
4895
|
get fieldType() {
|
|
4892
4896
|
return this._fieldType;
|
|
4893
4897
|
}
|
|
4898
|
+
valueChanges() {
|
|
4899
|
+
return this._value.pipe(debounceTime(this.REQUEST_DEBOUNCE_TIME));
|
|
4900
|
+
}
|
|
4894
4901
|
resolveFormControlValidators() {
|
|
4895
4902
|
const result = [];
|
|
4896
4903
|
if (this.behavior.required) {
|
|
@@ -4907,6 +4914,12 @@ class EnumerationField extends DataField {
|
|
|
4907
4914
|
}
|
|
4908
4915
|
}
|
|
4909
4916
|
|
|
4917
|
+
var EnumerationAutocompleteFilterProperty;
|
|
4918
|
+
(function (EnumerationAutocompleteFilterProperty) {
|
|
4919
|
+
EnumerationAutocompleteFilterProperty["PREFIX"] = "prefix";
|
|
4920
|
+
EnumerationAutocompleteFilterProperty["SUBSTRING"] = "substring";
|
|
4921
|
+
})(EnumerationAutocompleteFilterProperty || (EnumerationAutocompleteFilterProperty = {}));
|
|
4922
|
+
|
|
4910
4923
|
class AbstractEnumerationAutocompleteSelectFieldComponent {
|
|
4911
4924
|
constructor(_translate) {
|
|
4912
4925
|
this._translate = _translate;
|
|
@@ -4925,12 +4938,38 @@ class AbstractEnumerationAutocompleteSelectFieldComponent {
|
|
|
4925
4938
|
ngOnDestroy() {
|
|
4926
4939
|
this.filteredOptions = undefined;
|
|
4927
4940
|
}
|
|
4941
|
+
checkPropertyInComponent(property) {
|
|
4942
|
+
return !!this.enumerationField.component && !!this.enumerationField.component.properties && property in this.enumerationField.component.properties;
|
|
4943
|
+
}
|
|
4944
|
+
filterType() {
|
|
4945
|
+
if (this.checkPropertyInComponent('filter')) {
|
|
4946
|
+
return this.enumerationField.component.properties.filter;
|
|
4947
|
+
}
|
|
4948
|
+
}
|
|
4949
|
+
_filter(value) {
|
|
4950
|
+
let filterType = this.filterType()?.toLowerCase();
|
|
4951
|
+
switch (filterType) {
|
|
4952
|
+
case EnumerationAutocompleteFilterProperty.SUBSTRING:
|
|
4953
|
+
return this._filterInclude(value);
|
|
4954
|
+
case EnumerationAutocompleteFilterProperty.PREFIX:
|
|
4955
|
+
return this._filterIndexOf(value);
|
|
4956
|
+
default:
|
|
4957
|
+
return this._filterIndexOf(value);
|
|
4958
|
+
}
|
|
4959
|
+
}
|
|
4960
|
+
_filterInclude(value) {
|
|
4961
|
+
const filterValue = value?.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
4962
|
+
return this.enumerationField.choices.filter(option => option.value.toLowerCase()
|
|
4963
|
+
.normalize('NFD')
|
|
4964
|
+
.replace(/[\u0300-\u036f]/g, '')
|
|
4965
|
+
.includes(filterValue));
|
|
4966
|
+
}
|
|
4928
4967
|
/**
|
|
4929
4968
|
* Function to filter out matchless options without accent and case-sensitive differences
|
|
4930
4969
|
* @param value to compare matching options
|
|
4931
4970
|
* @return return matched options
|
|
4932
4971
|
*/
|
|
4933
|
-
|
|
4972
|
+
_filterIndexOf(value) {
|
|
4934
4973
|
const filterValue = value?.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
4935
4974
|
return this.enumerationField.choices.filter(option => option.value.toLowerCase().normalize('NFD')
|
|
4936
4975
|
.replace(/[\u0300-\u036f]/g, '').indexOf(filterValue) === 0);
|
|
@@ -4949,9 +4988,9 @@ class AbstractEnumerationAutocompleteSelectFieldComponent {
|
|
|
4949
4988
|
}
|
|
4950
4989
|
}
|
|
4951
4990
|
}
|
|
4952
|
-
AbstractEnumerationAutocompleteSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4953
|
-
AbstractEnumerationAutocompleteSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4991
|
+
AbstractEnumerationAutocompleteSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationAutocompleteSelectFieldComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4992
|
+
AbstractEnumerationAutocompleteSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEnumerationAutocompleteSelectFieldComponent, selector: "ncc-abstract-enumeration-autocomplete-field", inputs: { enumerationField: "enumerationField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, viewQueries: [{ propertyName: "text", first: true, predicate: ["input"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
4993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationAutocompleteSelectFieldComponent, decorators: [{
|
|
4955
4994
|
type: Component,
|
|
4956
4995
|
args: [{
|
|
4957
4996
|
selector: 'ncc-abstract-enumeration-autocomplete-field',
|
|
@@ -5000,9 +5039,9 @@ class AbstractEnumerationStepperFieldComponent {
|
|
|
5000
5039
|
}
|
|
5001
5040
|
}
|
|
5002
5041
|
}
|
|
5003
|
-
AbstractEnumerationStepperFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
5004
|
-
AbstractEnumerationStepperFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
5005
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
5042
|
+
AbstractEnumerationStepperFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationStepperFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5043
|
+
AbstractEnumerationStepperFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEnumerationStepperFieldComponent, selector: "ncc-abstract-enumeration-stepper-field", inputs: { enumerationField: "enumerationField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, viewQueries: [{ propertyName: "steps", predicate: ["oneStep"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
5044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationStepperFieldComponent, decorators: [{
|
|
5006
5045
|
type: Component,
|
|
5007
5046
|
args: [{
|
|
5008
5047
|
selector: 'ncc-abstract-enumeration-stepper-field',
|
|
@@ -6027,9 +6066,9 @@ class FieldConverterService {
|
|
|
6027
6066
|
return value;
|
|
6028
6067
|
}
|
|
6029
6068
|
}
|
|
6030
|
-
FieldConverterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
6031
|
-
FieldConverterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
6032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
6069
|
+
FieldConverterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldConverterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6070
|
+
FieldConverterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldConverterService, providedIn: 'root' });
|
|
6071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldConverterService, decorators: [{
|
|
6033
6072
|
type: Injectable,
|
|
6034
6073
|
args: [{
|
|
6035
6074
|
providedIn: 'root'
|
|
@@ -6313,9 +6352,9 @@ class TaskResourceService extends AbstractResourceService {
|
|
|
6313
6352
|
}), filter(value => !!value));
|
|
6314
6353
|
}
|
|
6315
6354
|
}
|
|
6316
|
-
TaskResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
6317
|
-
TaskResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
6318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
6355
|
+
TaskResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }, { token: FieldConverterService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6356
|
+
TaskResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskResourceService, providedIn: 'root' });
|
|
6357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskResourceService, decorators: [{
|
|
6319
6358
|
type: Injectable,
|
|
6320
6359
|
args: [{
|
|
6321
6360
|
providedIn: 'root'
|
|
@@ -6376,9 +6415,9 @@ class EventService {
|
|
|
6376
6415
|
return changedFieldsMap;
|
|
6377
6416
|
}
|
|
6378
6417
|
}
|
|
6379
|
-
EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
6380
|
-
EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
6381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
6418
|
+
EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6419
|
+
EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, providedIn: 'root' });
|
|
6420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, decorators: [{
|
|
6382
6421
|
type: Injectable,
|
|
6383
6422
|
args: [{
|
|
6384
6423
|
providedIn: 'root'
|
|
@@ -6450,6 +6489,8 @@ class AbstractFileFieldComponent extends AbstractDataFieldComponent {
|
|
|
6450
6489
|
if (!!this.filePreview
|
|
6451
6490
|
&& !!this.dataField.value
|
|
6452
6491
|
&& !!this.dataField.value.name) {
|
|
6492
|
+
this.fileForDownload = undefined;
|
|
6493
|
+
this.fileForPreview = undefined;
|
|
6453
6494
|
this.initializePreviewIfDisplayable();
|
|
6454
6495
|
}
|
|
6455
6496
|
});
|
|
@@ -6783,9 +6824,9 @@ AbstractFileFieldComponent.DEFAULT_PREVIEW_BORDER_STYLE = 'none';
|
|
|
6783
6824
|
* The CSS color string of the default file preview border.
|
|
6784
6825
|
*/
|
|
6785
6826
|
AbstractFileFieldComponent.DEFAULT_PREVIEW_BORDER_COLOR = 'black';
|
|
6786
|
-
AbstractFileFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
6787
|
-
AbstractFileFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
6788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
6827
|
+
AbstractFileFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFileFieldComponent, deps: [{ token: TaskResourceService }, { token: LoggerService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: EventService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }, { token: i2$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
6828
|
+
AbstractFileFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFileFieldComponent, selector: "ncc-abstract-file-field", inputs: { taskId: "taskId", dataField: "dataField" }, viewQueries: [{ propertyName: "fileUploadEl", first: true, predicate: ["fileUploadInput"], descendants: true }, { propertyName: "imageEl", first: true, predicate: ["imageEl"], descendants: true }, { propertyName: "imageDivEl", first: true, predicate: ["imageDiv"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
6829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFileFieldComponent, decorators: [{
|
|
6789
6830
|
type: Component,
|
|
6790
6831
|
args: [{
|
|
6791
6832
|
selector: 'ncc-abstract-file-field',
|
|
@@ -7074,9 +7115,9 @@ class AbstractFileListFieldComponent extends AbstractDataFieldComponent {
|
|
|
7074
7115
|
return !!this.dataField.parentTaskId ? this.dataField.parentTaskId : this.taskId;
|
|
7075
7116
|
}
|
|
7076
7117
|
}
|
|
7077
|
-
AbstractFileListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7078
|
-
AbstractFileListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7118
|
+
AbstractFileListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFileListFieldComponent, deps: [{ token: TaskResourceService }, { token: LoggerService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: EventService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
7119
|
+
AbstractFileListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFileListFieldComponent, selector: "ncc-abstract-filelist-field", inputs: { taskId: "taskId", dataField: "dataField" }, viewQueries: [{ propertyName: "fileUploadEl", first: true, predicate: ["fileUploadInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFileListFieldComponent, decorators: [{
|
|
7080
7121
|
type: Component,
|
|
7081
7122
|
args: [{
|
|
7082
7123
|
selector: 'ncc-abstract-filelist-field',
|
|
@@ -7102,9 +7143,9 @@ class AbstractMultichoiceFieldComponent extends AbstractDataFieldComponent {
|
|
|
7102
7143
|
this._formControl = new FormControl('');
|
|
7103
7144
|
}
|
|
7104
7145
|
}
|
|
7105
|
-
AbstractMultichoiceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7106
|
-
AbstractMultichoiceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7146
|
+
AbstractMultichoiceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceFieldComponent, deps: [{ token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
7147
|
+
AbstractMultichoiceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractMultichoiceFieldComponent, selector: "ncc-abstract-multichoice-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceFieldComponent, decorators: [{
|
|
7108
7149
|
type: Component,
|
|
7109
7150
|
args: [{
|
|
7110
7151
|
selector: 'ncc-abstract-multichoice-field',
|
|
@@ -7119,6 +7160,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
7119
7160
|
type: Input
|
|
7120
7161
|
}] } });
|
|
7121
7162
|
|
|
7163
|
+
var MultichoiceAutocompleteFilterProperty;
|
|
7164
|
+
(function (MultichoiceAutocompleteFilterProperty) {
|
|
7165
|
+
MultichoiceAutocompleteFilterProperty["PREFIX"] = "prefix";
|
|
7166
|
+
MultichoiceAutocompleteFilterProperty["SUBSTRING"] = "substring";
|
|
7167
|
+
})(MultichoiceAutocompleteFilterProperty || (MultichoiceAutocompleteFilterProperty = {}));
|
|
7168
|
+
|
|
7122
7169
|
class AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
7123
7170
|
constructor() {
|
|
7124
7171
|
this.separatorKeysCodes = [ENTER, COMMA];
|
|
@@ -7132,14 +7179,18 @@ class AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
|
7132
7179
|
};
|
|
7133
7180
|
}
|
|
7134
7181
|
ngOnInit() {
|
|
7135
|
-
this.
|
|
7182
|
+
this.subscriptionChangeData$ = this.formControlRef.valueChanges.subscribe(newVal => {
|
|
7183
|
+
this.filteredOptions = of(this._filter(newVal ?? '').filter((option) => !this.multichoiceField.value?.includes(option.key)));
|
|
7184
|
+
});
|
|
7136
7185
|
}
|
|
7137
7186
|
ngOnDestroy() {
|
|
7138
7187
|
this.filteredOptions = undefined;
|
|
7188
|
+
this.subscriptionChangeData$.unsubscribe();
|
|
7139
7189
|
}
|
|
7140
7190
|
add(event) {
|
|
7141
|
-
const value =
|
|
7191
|
+
const value = event['key'] ?? '';
|
|
7142
7192
|
if (value) {
|
|
7193
|
+
this.multichoiceField.value = this.multichoiceField.value === null ? [] : this.multichoiceField.value;
|
|
7143
7194
|
const choiceArray = [...this.multichoiceField.value];
|
|
7144
7195
|
choiceArray.push(value);
|
|
7145
7196
|
this.multichoiceField.value = choiceArray;
|
|
@@ -7165,7 +7216,33 @@ class AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
|
7165
7216
|
this.filteredOptions = of(this._filter(this.input.nativeElement.value).filter((option) => !this.multichoiceField.value.includes(option.key)));
|
|
7166
7217
|
}
|
|
7167
7218
|
}
|
|
7219
|
+
checkPropertyInComponent(property) {
|
|
7220
|
+
return !!this.multichoiceField.component && !!this.multichoiceField.component.properties && property in this.multichoiceField.component.properties;
|
|
7221
|
+
}
|
|
7222
|
+
filterType() {
|
|
7223
|
+
if (this.checkPropertyInComponent('filter')) {
|
|
7224
|
+
return this.multichoiceField.component.properties.filter;
|
|
7225
|
+
}
|
|
7226
|
+
}
|
|
7168
7227
|
_filter(value) {
|
|
7228
|
+
let filterType = this.filterType()?.toLowerCase();
|
|
7229
|
+
switch (filterType) {
|
|
7230
|
+
case MultichoiceAutocompleteFilterProperty.SUBSTRING:
|
|
7231
|
+
return this._filterInclude(value);
|
|
7232
|
+
case MultichoiceAutocompleteFilterProperty.PREFIX:
|
|
7233
|
+
return this._filterIndexOf(value);
|
|
7234
|
+
default:
|
|
7235
|
+
return this._filterIndexOf(value);
|
|
7236
|
+
}
|
|
7237
|
+
}
|
|
7238
|
+
_filterInclude(value) {
|
|
7239
|
+
if (Array.isArray(value)) {
|
|
7240
|
+
value = '';
|
|
7241
|
+
}
|
|
7242
|
+
const filterValue = value?.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
7243
|
+
return this.multichoiceField.choices.filter(option => option.value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '').includes(filterValue));
|
|
7244
|
+
}
|
|
7245
|
+
_filterIndexOf(value) {
|
|
7169
7246
|
if (Array.isArray(value)) {
|
|
7170
7247
|
value = '';
|
|
7171
7248
|
}
|
|
@@ -7177,9 +7254,9 @@ class AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
|
7177
7254
|
return this.multichoiceField.choices.find(choice => choice.key === key)?.value;
|
|
7178
7255
|
}
|
|
7179
7256
|
}
|
|
7180
|
-
AbstractMultichoiceAutocompleteFieldComponentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7181
|
-
AbstractMultichoiceAutocompleteFieldComponentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7257
|
+
AbstractMultichoiceAutocompleteFieldComponentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceAutocompleteFieldComponentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7258
|
+
AbstractMultichoiceAutocompleteFieldComponentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractMultichoiceAutocompleteFieldComponentComponent, selector: "ncc-abstract-multichoice-autocomplete-field", inputs: { multichoiceField: "multichoiceField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
7259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceAutocompleteFieldComponentComponent, decorators: [{
|
|
7183
7260
|
type: Component,
|
|
7184
7261
|
args: [{
|
|
7185
7262
|
selector: 'ncc-abstract-multichoice-autocomplete-field',
|
|
@@ -7198,9 +7275,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
7198
7275
|
|
|
7199
7276
|
class AbstractMultichoiceListFieldComponent {
|
|
7200
7277
|
}
|
|
7201
|
-
AbstractMultichoiceListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7202
|
-
AbstractMultichoiceListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7278
|
+
AbstractMultichoiceListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceListFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7279
|
+
AbstractMultichoiceListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractMultichoiceListFieldComponent, selector: "ncc-abstract-multichoice-list-field", inputs: { multichoiceField: "multichoiceField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, ngImport: i0, template: '', isInline: true });
|
|
7280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceListFieldComponent, decorators: [{
|
|
7204
7281
|
type: Component,
|
|
7205
7282
|
args: [{
|
|
7206
7283
|
selector: 'ncc-abstract-multichoice-list-field',
|
|
@@ -7216,9 +7293,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
7216
7293
|
|
|
7217
7294
|
class AbstractMultichoiceSelectFieldComponent {
|
|
7218
7295
|
}
|
|
7219
|
-
AbstractMultichoiceSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7220
|
-
AbstractMultichoiceSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7296
|
+
AbstractMultichoiceSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceSelectFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7297
|
+
AbstractMultichoiceSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractMultichoiceSelectFieldComponent, selector: "ncc-abstract-multichoice-select-field", inputs: { multichoiceField: "multichoiceField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, ngImport: i0, template: '', isInline: true });
|
|
7298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceSelectFieldComponent, decorators: [{
|
|
7222
7299
|
type: Component,
|
|
7223
7300
|
args: [{
|
|
7224
7301
|
selector: 'ncc-abstract-multichoice-select-field',
|
|
@@ -7238,9 +7315,9 @@ class AbstractNumberFieldComponent extends AbstractDataFieldComponent {
|
|
|
7238
7315
|
this._translate = _translate;
|
|
7239
7316
|
}
|
|
7240
7317
|
}
|
|
7241
|
-
AbstractNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7242
|
-
AbstractNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7318
|
+
AbstractNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNumberFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
7319
|
+
AbstractNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNumberFieldComponent, selector: "ncc-abstract-number-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNumberFieldComponent, decorators: [{
|
|
7244
7321
|
type: Component,
|
|
7245
7322
|
args: [{
|
|
7246
7323
|
selector: 'ncc-abstract-number-field',
|
|
@@ -7292,9 +7369,9 @@ class AbstractNumberErrorsComponent {
|
|
|
7292
7369
|
return generalMessage;
|
|
7293
7370
|
}
|
|
7294
7371
|
}
|
|
7295
|
-
AbstractNumberErrorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7296
|
-
AbstractNumberErrorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7372
|
+
AbstractNumberErrorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNumberErrorsComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7373
|
+
AbstractNumberErrorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNumberErrorsComponent, selector: "ncc-abstract-number-errors-field", inputs: { showLargeLayout: "showLargeLayout", formControlRef: "formControlRef", numberField: "numberField" }, ngImport: i0, template: '', isInline: true });
|
|
7374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNumberErrorsComponent, decorators: [{
|
|
7298
7375
|
type: Component,
|
|
7299
7376
|
args: [{
|
|
7300
7377
|
selector: 'ncc-abstract-number-errors-field',
|
|
@@ -7320,7 +7397,7 @@ class AbstractCurrencyNumberFieldComponent extends AbstractNumberErrorsComponent
|
|
|
7320
7397
|
this.fieldType = this.TEXT_TYPE;
|
|
7321
7398
|
this.transformedValue = this.transformCurrency(this.numberField.value?.toString());
|
|
7322
7399
|
this.numberField.valueChanges().subscribe(value => {
|
|
7323
|
-
if (value !== undefined) {
|
|
7400
|
+
if (value !== undefined && value !== null) {
|
|
7324
7401
|
if (this.fieldType === this.TEXT_TYPE) {
|
|
7325
7402
|
this.transformedValue = this.transformCurrency(value.toString()) + this.WHITESPACE;
|
|
7326
7403
|
}
|
|
@@ -7356,9 +7433,9 @@ class AbstractCurrencyNumberFieldComponent extends AbstractNumberErrorsComponent
|
|
|
7356
7433
|
return this._currencyPipe.transform(parseFloat(value), this.numberField._formatFilter.code, 'symbol', '1.' + this.numberField._formatFilter.fractionSize + '-' + this.numberField._formatFilter.fractionSize, this.numberField._formatFilter.locale);
|
|
7357
7434
|
}
|
|
7358
7435
|
}
|
|
7359
|
-
AbstractCurrencyNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7360
|
-
AbstractCurrencyNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7436
|
+
AbstractCurrencyNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCurrencyNumberFieldComponent, deps: [{ token: i5.CurrencyPipe }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7437
|
+
AbstractCurrencyNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCurrencyNumberFieldComponent, selector: "ncc-abstract-currency-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCurrencyNumberFieldComponent, decorators: [{
|
|
7362
7439
|
type: Component,
|
|
7363
7440
|
args: [{
|
|
7364
7441
|
selector: 'ncc-abstract-currency-field',
|
|
@@ -7371,9 +7448,9 @@ class AbstractDefaultNumberFieldComponent extends AbstractNumberErrorsComponent
|
|
|
7371
7448
|
super(translateService);
|
|
7372
7449
|
}
|
|
7373
7450
|
}
|
|
7374
|
-
AbstractDefaultNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7375
|
-
AbstractDefaultNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7451
|
+
AbstractDefaultNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultNumberFieldComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7452
|
+
AbstractDefaultNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDefaultNumberFieldComponent, selector: "ncc-abstract-number-default-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultNumberFieldComponent, decorators: [{
|
|
7377
7454
|
type: Component,
|
|
7378
7455
|
args: [{
|
|
7379
7456
|
selector: 'ncc-abstract-number-default-field',
|
|
@@ -7386,9 +7463,9 @@ class AbstractTextFieldComponent extends AbstractDataFieldComponent {
|
|
|
7386
7463
|
super(informAboutInvalidData);
|
|
7387
7464
|
}
|
|
7388
7465
|
}
|
|
7389
|
-
AbstractTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7390
|
-
AbstractTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7466
|
+
AbstractTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextFieldComponent, deps: [{ token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
7467
|
+
AbstractTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTextFieldComponent, selector: "ncc-abstract-text-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextFieldComponent, decorators: [{
|
|
7392
7469
|
type: Component,
|
|
7393
7470
|
args: [{
|
|
7394
7471
|
selector: 'ncc-abstract-text-field',
|
|
@@ -7446,9 +7523,9 @@ class AbstractSimpleTextFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7446
7523
|
return this.buildErrorMessage(this.textField, this.formControlRef);
|
|
7447
7524
|
}
|
|
7448
7525
|
}
|
|
7449
|
-
AbstractSimpleTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7450
|
-
AbstractSimpleTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7526
|
+
AbstractSimpleTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSimpleTextFieldComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7527
|
+
AbstractSimpleTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSimpleTextFieldComponent, selector: "ncc-abstract-simple-text-field", inputs: { textField: "textField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSimpleTextFieldComponent, decorators: [{
|
|
7452
7529
|
type: Component,
|
|
7453
7530
|
args: [{
|
|
7454
7531
|
selector: 'ncc-abstract-simple-text-field',
|
|
@@ -7472,9 +7549,9 @@ class AbstractRichTextareaFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7472
7549
|
return this.buildErrorMessage(this.textAreaField, this.formControlRef);
|
|
7473
7550
|
}
|
|
7474
7551
|
}
|
|
7475
|
-
AbstractRichTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7476
|
-
AbstractRichTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7552
|
+
AbstractRichTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRichTextareaFieldComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7553
|
+
AbstractRichTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractRichTextareaFieldComponent, selector: "ncc-abstract-rich-text-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRichTextareaFieldComponent, decorators: [{
|
|
7478
7555
|
type: Component,
|
|
7479
7556
|
args: [{
|
|
7480
7557
|
selector: 'ncc-abstract-rich-text-field',
|
|
@@ -7522,9 +7599,9 @@ class AbstractHtmlTextareaFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7522
7599
|
return this.buildErrorMessage(this.textAreaField, this.formControlRef);
|
|
7523
7600
|
}
|
|
7524
7601
|
}
|
|
7525
|
-
AbstractHtmlTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7526
|
-
AbstractHtmlTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7602
|
+
AbstractHtmlTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHtmlTextareaFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: i2$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
7603
|
+
AbstractHtmlTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractHtmlTextareaFieldComponent, selector: "ncc-abstract-html-area-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHtmlTextareaFieldComponent, decorators: [{
|
|
7528
7605
|
type: Component,
|
|
7529
7606
|
args: [{
|
|
7530
7607
|
selector: 'ncc-abstract-html-area-field',
|
|
@@ -7547,9 +7624,9 @@ class AbstractPasswordTextFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7547
7624
|
return this.buildErrorMessage(this.passwordTextField, this.formControlRef);
|
|
7548
7625
|
}
|
|
7549
7626
|
}
|
|
7550
|
-
AbstractPasswordTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7551
|
-
AbstractPasswordTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7627
|
+
AbstractPasswordTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPasswordTextFieldComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7628
|
+
AbstractPasswordTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractPasswordTextFieldComponent, selector: "ncc-abstract-password-text-field", inputs: { passwordTextField: "passwordTextField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPasswordTextFieldComponent, decorators: [{
|
|
7553
7630
|
type: Component,
|
|
7554
7631
|
args: [{
|
|
7555
7632
|
selector: 'ncc-abstract-password-text-field',
|
|
@@ -7590,9 +7667,9 @@ class AbstractTextareaFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7590
7667
|
return this.buildErrorMessage(this.textAreaField, this.formControlRef);
|
|
7591
7668
|
}
|
|
7592
7669
|
}
|
|
7593
|
-
AbstractTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7594
|
-
AbstractTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7670
|
+
AbstractTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextareaFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7671
|
+
AbstractTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTextareaFieldComponent, selector: "ncc-abstract-text-area-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, viewQueries: [{ propertyName: "dynamicTextArea", first: true, predicate: ["dynamicTextArea"], descendants: true }, { propertyName: "textArea", first: true, predicate: ["textArea"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextareaFieldComponent, decorators: [{
|
|
7596
7673
|
type: Component,
|
|
7597
7674
|
args: [{
|
|
7598
7675
|
selector: 'ncc-abstract-text-area-field',
|
|
@@ -7762,9 +7839,9 @@ class SideMenuService {
|
|
|
7762
7839
|
return !!this._sideMenuComponent;
|
|
7763
7840
|
}
|
|
7764
7841
|
}
|
|
7765
|
-
SideMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7766
|
-
SideMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
7767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7842
|
+
SideMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SideMenuService, deps: [{ token: NAE_NET_VERSION_VISIBLE, optional: true }, { token: NAE_NET_ALL_VERSIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7843
|
+
SideMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SideMenuService, providedIn: 'root' });
|
|
7844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SideMenuService, decorators: [{
|
|
7768
7845
|
type: Injectable,
|
|
7769
7846
|
args: [{
|
|
7770
7847
|
providedIn: 'root'
|
|
@@ -7823,9 +7900,9 @@ class AbstractUserFieldComponent extends AbstractDataFieldComponent {
|
|
|
7823
7900
|
});
|
|
7824
7901
|
}
|
|
7825
7902
|
}
|
|
7826
|
-
AbstractUserFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7827
|
-
AbstractUserFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7903
|
+
AbstractUserFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserFieldComponent, deps: [{ token: SideMenuService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
7904
|
+
AbstractUserFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserFieldComponent, selector: "ncc-abstract-user-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
7905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserFieldComponent, decorators: [{
|
|
7829
7906
|
type: Component,
|
|
7830
7907
|
args: [{
|
|
7831
7908
|
selector: 'ncc-abstract-user-field',
|
|
@@ -7864,9 +7941,9 @@ class AbstractEnumerationIconFieldComponent {
|
|
|
7864
7941
|
return key === this.enumerationField.value;
|
|
7865
7942
|
}
|
|
7866
7943
|
}
|
|
7867
|
-
AbstractEnumerationIconFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7868
|
-
AbstractEnumerationIconFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7944
|
+
AbstractEnumerationIconFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationIconFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7945
|
+
AbstractEnumerationIconFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEnumerationIconFieldComponent, selector: "ncc-abstract-enumerataion-icon-field", inputs: { enumerationField: "enumerationField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, ngImport: i0, template: '', isInline: true });
|
|
7946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationIconFieldComponent, decorators: [{
|
|
7870
7947
|
type: Component,
|
|
7871
7948
|
args: [{
|
|
7872
7949
|
selector: 'ncc-abstract-enumerataion-icon-field',
|
|
@@ -7912,9 +7989,9 @@ class AbstractEnumerationAutocompleteDynamicFieldComponent {
|
|
|
7912
7989
|
}
|
|
7913
7990
|
}
|
|
7914
7991
|
}
|
|
7915
|
-
AbstractEnumerationAutocompleteDynamicFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7916
|
-
AbstractEnumerationAutocompleteDynamicFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7992
|
+
AbstractEnumerationAutocompleteDynamicFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationAutocompleteDynamicFieldComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7993
|
+
AbstractEnumerationAutocompleteDynamicFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEnumerationAutocompleteDynamicFieldComponent, selector: "ncc-abstract-enumeration-autocomplete-dynamic-field", inputs: { enumerationField: "enumerationField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, viewQueries: [{ propertyName: "text", first: true, predicate: ["input"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
7994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationAutocompleteDynamicFieldComponent, decorators: [{
|
|
7918
7995
|
type: Component,
|
|
7919
7996
|
args: [{
|
|
7920
7997
|
selector: 'ncc-abstract-enumeration-autocomplete-dynamic-field',
|
|
@@ -7952,9 +8029,9 @@ class AbstractFilterFieldComponent extends AbstractDataFieldComponent {
|
|
|
7952
8029
|
this.initialized = true;
|
|
7953
8030
|
}
|
|
7954
8031
|
}
|
|
7955
|
-
AbstractFilterFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7956
|
-
AbstractFilterFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
8032
|
+
AbstractFilterFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterFieldComponent, deps: [{ token: i0.Injector }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
8033
|
+
AbstractFilterFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFilterFieldComponent, selector: "ncc-abstract-filter-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
8034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterFieldComponent, decorators: [{
|
|
7958
8035
|
type: Component,
|
|
7959
8036
|
args: [{
|
|
7960
8037
|
selector: 'ncc-abstract-filter-field',
|
|
@@ -9583,9 +9660,9 @@ class OperatorResolverService {
|
|
|
9583
9660
|
return undefined;
|
|
9584
9661
|
}
|
|
9585
9662
|
}
|
|
9586
|
-
OperatorResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
9587
|
-
OperatorResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
9588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
9663
|
+
OperatorResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorResolverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9664
|
+
OperatorResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorResolverService, providedIn: 'root' });
|
|
9665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorResolverService, decorators: [{
|
|
9589
9666
|
type: Injectable,
|
|
9590
9667
|
args: [{
|
|
9591
9668
|
providedIn: 'root'
|
|
@@ -9614,9 +9691,9 @@ class OperatorService {
|
|
|
9614
9691
|
}
|
|
9615
9692
|
}
|
|
9616
9693
|
}
|
|
9617
|
-
OperatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
9618
|
-
OperatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
9619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
9694
|
+
OperatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorService, deps: [{ token: OperatorResolverService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9695
|
+
OperatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorService, providedIn: 'root' });
|
|
9696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorService, decorators: [{
|
|
9620
9697
|
type: Injectable,
|
|
9621
9698
|
args: [{
|
|
9622
9699
|
providedIn: 'root'
|
|
@@ -9664,9 +9741,9 @@ class SearchIndexResolverService {
|
|
|
9664
9741
|
return `${index}${keyword ? this.KEYWORD : ''}`;
|
|
9665
9742
|
}
|
|
9666
9743
|
}
|
|
9667
|
-
SearchIndexResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
9668
|
-
SearchIndexResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
9669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
9744
|
+
SearchIndexResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchIndexResolverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9745
|
+
SearchIndexResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchIndexResolverService, providedIn: 'root' });
|
|
9746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchIndexResolverService, decorators: [{
|
|
9670
9747
|
type: Injectable,
|
|
9671
9748
|
args: [{
|
|
9672
9749
|
providedIn: 'root'
|
|
@@ -11887,9 +11964,9 @@ class CategoryResolverService {
|
|
|
11887
11964
|
};
|
|
11888
11965
|
}
|
|
11889
11966
|
}
|
|
11890
|
-
CategoryResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
11891
|
-
CategoryResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
11892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
11967
|
+
CategoryResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryResolverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11968
|
+
CategoryResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryResolverService, providedIn: 'root' });
|
|
11969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryResolverService, decorators: [{
|
|
11893
11970
|
type: Injectable,
|
|
11894
11971
|
args: [{
|
|
11895
11972
|
providedIn: 'root'
|
|
@@ -12164,9 +12241,9 @@ class PetriNetResourceService extends AbstractResourceService {
|
|
|
12164
12241
|
.pipe(switchMap(processMessageResponse));
|
|
12165
12242
|
}
|
|
12166
12243
|
}
|
|
12167
|
-
PetriNetResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12168
|
-
PetriNetResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12244
|
+
PetriNetResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PetriNetResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12245
|
+
PetriNetResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PetriNetResourceService, providedIn: 'root' });
|
|
12246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PetriNetResourceService, decorators: [{
|
|
12170
12247
|
type: Injectable,
|
|
12171
12248
|
args: [{
|
|
12172
12249
|
providedIn: 'root'
|
|
@@ -12455,9 +12532,9 @@ class ProcessService {
|
|
|
12455
12532
|
}
|
|
12456
12533
|
}
|
|
12457
12534
|
}
|
|
12458
|
-
ProcessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12459
|
-
ProcessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12535
|
+
ProcessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ProcessService, deps: [{ token: PetriNetResourceService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12536
|
+
ProcessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ProcessService, providedIn: 'root' });
|
|
12537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ProcessService, decorators: [{
|
|
12461
12538
|
type: Injectable,
|
|
12462
12539
|
args: [{
|
|
12463
12540
|
providedIn: 'root'
|
|
@@ -12522,9 +12599,9 @@ class AllowedNetsService {
|
|
|
12522
12599
|
this.subAllowedNets.unsubscribe();
|
|
12523
12600
|
}
|
|
12524
12601
|
}
|
|
12525
|
-
AllowedNetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12526
|
-
AllowedNetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12602
|
+
AllowedNetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsService, deps: [{ token: i1$5.Observable }, { token: ProcessService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12603
|
+
AllowedNetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsService });
|
|
12604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsService, decorators: [{
|
|
12528
12605
|
type: Injectable
|
|
12529
12606
|
}], ctorParameters: function () { return [{ type: i1$5.Observable }, { type: ProcessService }]; } });
|
|
12530
12607
|
|
|
@@ -12594,9 +12671,9 @@ class CategoryFactory {
|
|
|
12594
12671
|
return result$.asObservable();
|
|
12595
12672
|
}
|
|
12596
12673
|
}
|
|
12597
|
-
CategoryFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12598
|
-
CategoryFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12674
|
+
CategoryFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryFactory, deps: [{ token: OperatorService }, { token: LoggerService }, { token: SearchIndexResolverService }, { token: CategoryResolverService }, { token: AllowedNetsService }, { token: UserResourceService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12675
|
+
CategoryFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryFactory });
|
|
12676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryFactory, decorators: [{
|
|
12600
12677
|
type: Injectable
|
|
12601
12678
|
}], ctorParameters: function () { return [{ type: OperatorService }, { type: LoggerService }, { type: SearchIndexResolverService }, { type: CategoryResolverService }, { type: AllowedNetsService }, { type: UserResourceService, decorators: [{
|
|
12602
12679
|
type: Optional
|
|
@@ -12885,9 +12962,9 @@ class SearchService {
|
|
|
12885
12962
|
return this._rootPredicate.createFilterTextSegments();
|
|
12886
12963
|
}
|
|
12887
12964
|
}
|
|
12888
|
-
SearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12889
|
-
SearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12965
|
+
SearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchService, deps: [{ token: LoggerService }, { token: CategoryFactory, optional: true }, { token: NAE_BASE_FILTER }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12966
|
+
SearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchService });
|
|
12967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchService, decorators: [{
|
|
12891
12968
|
type: Injectable
|
|
12892
12969
|
}], ctorParameters: function () { return [{ type: LoggerService }, { type: CategoryFactory, decorators: [{
|
|
12893
12970
|
type: Optional
|
|
@@ -12915,9 +12992,9 @@ class AbstractFilterFieldContentComponent {
|
|
|
12915
12992
|
}
|
|
12916
12993
|
}
|
|
12917
12994
|
}
|
|
12918
|
-
AbstractFilterFieldContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12919
|
-
AbstractFilterFieldContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
12920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12995
|
+
AbstractFilterFieldContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterFieldContentComponent, deps: [{ token: NAE_FILTER_FIELD }, { token: SearchService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12996
|
+
AbstractFilterFieldContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFilterFieldContentComponent, selector: "ncc-abstract-filtercontent-field", ngImport: i0, template: '', isInline: true });
|
|
12997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterFieldContentComponent, decorators: [{
|
|
12921
12998
|
type: Component,
|
|
12922
12999
|
args: [{
|
|
12923
13000
|
selector: 'ncc-abstract-filtercontent-field',
|
|
@@ -12933,9 +13010,9 @@ class AbstractI18nFieldComponent extends AbstractDataFieldComponent {
|
|
|
12933
13010
|
super(informAboutInvalidData);
|
|
12934
13011
|
}
|
|
12935
13012
|
}
|
|
12936
|
-
AbstractI18nFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12937
|
-
AbstractI18nFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
12938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13013
|
+
AbstractI18nFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nFieldComponent, deps: [{ token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
13014
|
+
AbstractI18nFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractI18nFieldComponent, selector: "ncc-abstract-i18n-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
13015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nFieldComponent, decorators: [{
|
|
12939
13016
|
type: Component,
|
|
12940
13017
|
args: [{
|
|
12941
13018
|
selector: 'ncc-abstract-i18n-field',
|
|
@@ -13192,9 +13269,9 @@ class LanguageIconsService {
|
|
|
13192
13269
|
return this._languageIcons;
|
|
13193
13270
|
}
|
|
13194
13271
|
}
|
|
13195
|
-
LanguageIconsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13196
|
-
LanguageIconsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13272
|
+
LanguageIconsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageIconsService, deps: [{ token: i2$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13273
|
+
LanguageIconsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageIconsService, providedIn: 'root' });
|
|
13274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageIconsService, decorators: [{
|
|
13198
13275
|
type: Injectable,
|
|
13199
13276
|
args: [{
|
|
13200
13277
|
providedIn: 'root'
|
|
@@ -13239,9 +13316,9 @@ class AbstractI18nErrorsComponent {
|
|
|
13239
13316
|
return generalMessage;
|
|
13240
13317
|
}
|
|
13241
13318
|
}
|
|
13242
|
-
AbstractI18nErrorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13243
|
-
AbstractI18nErrorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13319
|
+
AbstractI18nErrorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nErrorsComponent, deps: [{ token: LanguageIconsService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13320
|
+
AbstractI18nErrorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractI18nErrorsComponent, selector: "ncc-abstract-i18n-errors", inputs: { showLargeLayout: "showLargeLayout", formControlRef: "formControlRef", textI18nField: "textI18nField" }, ngImport: i0, template: '', isInline: true });
|
|
13321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nErrorsComponent, decorators: [{
|
|
13245
13322
|
type: Component,
|
|
13246
13323
|
args: [{
|
|
13247
13324
|
selector: 'ncc-abstract-i18n-errors',
|
|
@@ -13368,9 +13445,9 @@ class AbstractI18nTextFieldComponent extends AbstractI18nErrorsComponent {
|
|
|
13368
13445
|
&& property in this.textI18nField.component.properties;
|
|
13369
13446
|
}
|
|
13370
13447
|
}
|
|
13371
|
-
AbstractI18nTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13372
|
-
AbstractI18nTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13448
|
+
AbstractI18nTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nTextFieldComponent, deps: [{ token: LanguageIconsService }, { token: i1$2.TranslateService }, { token: i2$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
13449
|
+
AbstractI18nTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractI18nTextFieldComponent, selector: "ncc-abstract-i18n-text-field", inputs: { textI18nField: "textI18nField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
13450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nTextFieldComponent, decorators: [{
|
|
13374
13451
|
type: Component,
|
|
13375
13452
|
args: [{
|
|
13376
13453
|
selector: 'ncc-abstract-i18n-text-field',
|
|
@@ -13406,9 +13483,9 @@ class AbstractI18nDividerFieldComponent {
|
|
|
13406
13483
|
&& property in this.dividerI18nField.component.properties;
|
|
13407
13484
|
}
|
|
13408
13485
|
}
|
|
13409
|
-
AbstractI18nDividerFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13410
|
-
AbstractI18nDividerFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13486
|
+
AbstractI18nDividerFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nDividerFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13487
|
+
AbstractI18nDividerFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractI18nDividerFieldComponent, selector: "ncc-abstract-i18n-divider-field", inputs: { dividerI18nField: "dividerI18nField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, ngImport: i0, template: '', isInline: true });
|
|
13488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nDividerFieldComponent, decorators: [{
|
|
13412
13489
|
type: Component,
|
|
13413
13490
|
args: [{
|
|
13414
13491
|
selector: 'ncc-abstract-i18n-divider-field',
|
|
@@ -13471,9 +13548,9 @@ class AbstractUserListFieldComponent extends AbstractDataFieldComponent {
|
|
|
13471
13548
|
this.dataField.value = existingUsers;
|
|
13472
13549
|
}
|
|
13473
13550
|
}
|
|
13474
|
-
AbstractUserListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13475
|
-
AbstractUserListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13551
|
+
AbstractUserListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserListFieldComponent, deps: [{ token: SideMenuService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
13552
|
+
AbstractUserListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserListFieldComponent, selector: "ncc-abstract-user-list-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
13553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserListFieldComponent, decorators: [{
|
|
13477
13554
|
type: Component,
|
|
13478
13555
|
args: [{
|
|
13479
13556
|
selector: 'ncc-abstract-user-list-field',
|
|
@@ -13583,9 +13660,9 @@ class RedirectService {
|
|
|
13583
13660
|
}
|
|
13584
13661
|
}
|
|
13585
13662
|
RedirectService.LOGIN_COMPONENT = 'login';
|
|
13586
|
-
RedirectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13587
|
-
RedirectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13663
|
+
RedirectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, deps: [{ token: i2$3.Router }, { token: LoggerService }, { token: ConfigurationService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13664
|
+
RedirectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, providedIn: 'root' });
|
|
13665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, decorators: [{
|
|
13589
13666
|
type: Injectable,
|
|
13590
13667
|
args: [{
|
|
13591
13668
|
providedIn: 'root'
|
|
@@ -13623,9 +13700,9 @@ class AuthenticationInterceptor {
|
|
|
13623
13700
|
}));
|
|
13624
13701
|
}
|
|
13625
13702
|
}
|
|
13626
|
-
AuthenticationInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13627
|
-
AuthenticationInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13703
|
+
AuthenticationInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationInterceptor, deps: [{ token: SessionService }, { token: RedirectService }, { token: AnonymousService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13704
|
+
AuthenticationInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationInterceptor });
|
|
13705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationInterceptor, decorators: [{
|
|
13629
13706
|
type: Injectable
|
|
13630
13707
|
}], ctorParameters: function () { return [{ type: SessionService }, { type: RedirectService }, { type: AnonymousService }]; } });
|
|
13631
13708
|
|
|
@@ -13640,9 +13717,9 @@ class NullAuthenticationService extends AuthenticationMethodService {
|
|
|
13640
13717
|
return of({});
|
|
13641
13718
|
}
|
|
13642
13719
|
}
|
|
13643
|
-
NullAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13644
|
-
NullAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13720
|
+
NullAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NullAuthenticationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13721
|
+
NullAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NullAuthenticationService });
|
|
13722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NullAuthenticationService, decorators: [{
|
|
13646
13723
|
type: Injectable
|
|
13647
13724
|
}], ctorParameters: function () { return []; } });
|
|
13648
13725
|
|
|
@@ -13684,9 +13761,9 @@ class BasicAuthenticationService extends AuthenticationMethodService {
|
|
|
13684
13761
|
return Buffer.Buffer.from(encoded, 'base64').toString('utf-8');
|
|
13685
13762
|
}
|
|
13686
13763
|
}
|
|
13687
|
-
BasicAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13688
|
-
BasicAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13689
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13764
|
+
BasicAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BasicAuthenticationService, deps: [{ token: i1.HttpClient }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13765
|
+
BasicAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BasicAuthenticationService });
|
|
13766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BasicAuthenticationService, decorators: [{
|
|
13690
13767
|
type: Injectable
|
|
13691
13768
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: ConfigurationService }]; } });
|
|
13692
13769
|
|
|
@@ -13733,20 +13810,20 @@ class AnonymousAuthenticationInterceptor {
|
|
|
13733
13810
|
}));
|
|
13734
13811
|
}
|
|
13735
13812
|
}
|
|
13736
|
-
AnonymousAuthenticationInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13737
|
-
AnonymousAuthenticationInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13813
|
+
AnonymousAuthenticationInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousAuthenticationInterceptor, deps: [{ token: AnonymousService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13814
|
+
AnonymousAuthenticationInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousAuthenticationInterceptor });
|
|
13815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousAuthenticationInterceptor, decorators: [{
|
|
13739
13816
|
type: Injectable
|
|
13740
13817
|
}], ctorParameters: function () { return [{ type: AnonymousService }]; } });
|
|
13741
13818
|
|
|
13742
13819
|
class AuthenticationModule {
|
|
13743
13820
|
}
|
|
13744
|
-
AuthenticationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13745
|
-
AuthenticationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
13821
|
+
AuthenticationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13822
|
+
AuthenticationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationModule, imports: [CommonModule,
|
|
13746
13823
|
HttpClientModule,
|
|
13747
13824
|
MatProgressSpinnerModule,
|
|
13748
13825
|
OverlayModule] });
|
|
13749
|
-
AuthenticationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
13826
|
+
AuthenticationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationModule, providers: [
|
|
13750
13827
|
{ provide: HTTP_INTERCEPTORS, useClass: AuthenticationInterceptor, multi: true },
|
|
13751
13828
|
{ provide: HTTP_INTERCEPTORS, useClass: AnonymousAuthenticationInterceptor, multi: true },
|
|
13752
13829
|
{ provide: AuthenticationMethodService, useFactory: authenticationServiceFactory, deps: [ConfigurationService, HttpClient] },
|
|
@@ -13760,7 +13837,7 @@ AuthenticationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
13760
13837
|
// EffectsModule.forFeature([AuthenticationEffects]),
|
|
13761
13838
|
// StoreDevtoolsModule.instrument({ maxAge: 25, logOnly: true }),
|
|
13762
13839
|
]] });
|
|
13763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationModule, decorators: [{
|
|
13764
13841
|
type: NgModule,
|
|
13765
13842
|
args: [{
|
|
13766
13843
|
declarations: [],
|
|
@@ -13794,9 +13871,9 @@ class AuthenticationGuardService {
|
|
|
13794
13871
|
return this._session.sessionToken && this._session.verified ? true : this._router.parseUrl(this._loginUrl);
|
|
13795
13872
|
}
|
|
13796
13873
|
}
|
|
13797
|
-
AuthenticationGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13798
|
-
AuthenticationGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13874
|
+
AuthenticationGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, deps: [{ token: SessionService }, { token: RedirectService }, { token: i2$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13875
|
+
AuthenticationGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, providedIn: AuthenticationModule });
|
|
13876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, decorators: [{
|
|
13800
13877
|
type: Injectable,
|
|
13801
13878
|
args: [{
|
|
13802
13879
|
providedIn: AuthenticationModule
|
|
@@ -13809,12 +13886,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
13809
13886
|
|
|
13810
13887
|
class SignUpModule {
|
|
13811
13888
|
}
|
|
13812
|
-
SignUpModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13813
|
-
SignUpModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
13814
|
-
SignUpModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
13889
|
+
SignUpModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13890
|
+
SignUpModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpModule, imports: [CommonModule] });
|
|
13891
|
+
SignUpModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpModule, imports: [[
|
|
13815
13892
|
CommonModule
|
|
13816
13893
|
]] });
|
|
13817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpModule, decorators: [{
|
|
13818
13895
|
type: NgModule,
|
|
13819
13896
|
args: [{
|
|
13820
13897
|
declarations: [],
|
|
@@ -13900,9 +13977,9 @@ class SignUpService {
|
|
|
13900
13977
|
return baseUrl + config.providers.auth.endpoints[endpointKey];
|
|
13901
13978
|
}
|
|
13902
13979
|
}
|
|
13903
|
-
SignUpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13904
|
-
SignUpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13980
|
+
SignUpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpService, deps: [{ token: ConfigurationService }, { token: i1.HttpClient }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13981
|
+
SignUpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpService, providedIn: SignUpModule });
|
|
13982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpService, decorators: [{
|
|
13906
13983
|
type: Injectable,
|
|
13907
13984
|
args: [{
|
|
13908
13985
|
providedIn: SignUpModule
|
|
@@ -13938,9 +14015,9 @@ class SpinnerOverlayService {
|
|
|
13938
14015
|
this._spinner.detach();
|
|
13939
14016
|
}
|
|
13940
14017
|
}
|
|
13941
|
-
SpinnerOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13942
|
-
SpinnerOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14018
|
+
SpinnerOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpinnerOverlayService, deps: [{ token: i1$6.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14019
|
+
SpinnerOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpinnerOverlayService, providedIn: 'root' });
|
|
14020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpinnerOverlayService, decorators: [{
|
|
13944
14021
|
type: Injectable,
|
|
13945
14022
|
args: [{
|
|
13946
14023
|
providedIn: 'root'
|
|
@@ -13999,9 +14076,9 @@ class AbstractAuthenticationOverlayComponent {
|
|
|
13999
14076
|
}
|
|
14000
14077
|
}
|
|
14001
14078
|
}
|
|
14002
|
-
AbstractAuthenticationOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14003
|
-
AbstractAuthenticationOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14004
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14079
|
+
AbstractAuthenticationOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAuthenticationOverlayComponent, deps: [{ token: SessionService }, { token: SpinnerOverlayService }, { token: i2$3.Router }, { token: RedirectService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14080
|
+
AbstractAuthenticationOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractAuthenticationOverlayComponent, selector: "ncc-abstract-auth-overlay", ngImport: i0, template: '', isInline: true });
|
|
14081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAuthenticationOverlayComponent, decorators: [{
|
|
14005
14082
|
type: Component,
|
|
14006
14083
|
args: [{
|
|
14007
14084
|
selector: 'ncc-abstract-auth-overlay',
|
|
@@ -14025,9 +14102,9 @@ class UserComparatorService {
|
|
|
14025
14102
|
user.email.includes('anonymous') && this._userService.user.email.includes('anonymous');
|
|
14026
14103
|
}
|
|
14027
14104
|
}
|
|
14028
|
-
UserComparatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14029
|
-
UserComparatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14105
|
+
UserComparatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserComparatorService, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14106
|
+
UserComparatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserComparatorService, providedIn: 'root' });
|
|
14107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserComparatorService, decorators: [{
|
|
14031
14108
|
type: Injectable,
|
|
14032
14109
|
args: [{
|
|
14033
14110
|
providedIn: 'root'
|
|
@@ -14195,9 +14272,9 @@ class UserListService {
|
|
|
14195
14272
|
return params;
|
|
14196
14273
|
}
|
|
14197
14274
|
}
|
|
14198
|
-
UserListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14199
|
-
UserListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14275
|
+
UserListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserListService, deps: [{ token: UserResourceService }, { token: LoggerService }, { token: SnackBarService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14276
|
+
UserListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserListService });
|
|
14277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserListService, decorators: [{
|
|
14201
14278
|
type: Injectable
|
|
14202
14279
|
}], ctorParameters: function () { return [{ type: UserResourceService }, { type: LoggerService }, { type: SnackBarService }, { type: i1$2.TranslateService }]; } });
|
|
14203
14280
|
|
|
@@ -14217,9 +14294,9 @@ class ViewIdService {
|
|
|
14217
14294
|
}
|
|
14218
14295
|
}
|
|
14219
14296
|
ViewIdService.VIEW_ID_SEGMENT_SEPARATOR = '-';
|
|
14220
|
-
ViewIdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14221
|
-
ViewIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14297
|
+
ViewIdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewIdService, deps: [{ token: i0.Injector, optional: true, skipSelf: true }, { token: NAE_VIEW_ID_SEGMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14298
|
+
ViewIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewIdService });
|
|
14299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewIdService, decorators: [{
|
|
14223
14300
|
type: Injectable
|
|
14224
14301
|
}], ctorParameters: function () { return [{ type: i0.Injector, decorators: [{
|
|
14225
14302
|
type: Optional
|
|
@@ -14239,9 +14316,9 @@ class AbstractNavigationResizableDrawerComponent {
|
|
|
14239
14316
|
}
|
|
14240
14317
|
}
|
|
14241
14318
|
}
|
|
14242
|
-
AbstractNavigationResizableDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14243
|
-
AbstractNavigationResizableDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14319
|
+
AbstractNavigationResizableDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationResizableDrawerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14320
|
+
AbstractNavigationResizableDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNavigationResizableDrawerComponent, selector: "ncc-abstract-navigation-resizable-drawer", inputs: { contentWidth: "contentWidth" }, ngImport: i0, template: '', isInline: true });
|
|
14321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationResizableDrawerComponent, decorators: [{
|
|
14245
14322
|
type: Component,
|
|
14246
14323
|
args: [{
|
|
14247
14324
|
selector: 'ncc-abstract-navigation-resizable-drawer',
|
|
@@ -14284,9 +14361,9 @@ class AbstractUserCardComponent extends AbstractNavigationResizableDrawerCompone
|
|
|
14284
14361
|
return this.user && this.user['avatar'] ? this.user['avatar'] : 'assets/default-user-avatar.png';
|
|
14285
14362
|
}
|
|
14286
14363
|
}
|
|
14287
|
-
AbstractUserCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14288
|
-
AbstractUserCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14364
|
+
AbstractUserCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserCardComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
14365
|
+
AbstractUserCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserCardComponent, selector: "ncc-abstract-user-card", inputs: { user: "user", mode: "mode", tooltipPosition: "tooltipPosition", iconStyle: "iconStyle", link: "link" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
14366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserCardComponent, decorators: [{
|
|
14290
14367
|
type: Component,
|
|
14291
14368
|
args: [{
|
|
14292
14369
|
selector: 'ncc-abstract-user-card',
|
|
@@ -14328,9 +14405,9 @@ class AbstractProfileComponent {
|
|
|
14328
14405
|
return this.user && this.user['avatar'] ? this.user['avatar'] : 'assets/default-user-avatar.png';
|
|
14329
14406
|
}
|
|
14330
14407
|
}
|
|
14331
|
-
AbstractProfileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14332
|
-
AbstractProfileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14408
|
+
AbstractProfileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractProfileComponent, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14409
|
+
AbstractProfileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractProfileComponent, selector: "ncc-abstract-profile", inputs: { user: "user" }, ngImport: i0, template: '', isInline: true });
|
|
14410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractProfileComponent, decorators: [{
|
|
14334
14411
|
type: Component,
|
|
14335
14412
|
args: [{
|
|
14336
14413
|
selector: 'ncc-abstract-profile',
|
|
@@ -14382,9 +14459,9 @@ class CaseListFontColorService {
|
|
|
14382
14459
|
return fontColor;
|
|
14383
14460
|
}
|
|
14384
14461
|
}
|
|
14385
|
-
CaseListFontColorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14386
|
-
CaseListFontColorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14462
|
+
CaseListFontColorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseListFontColorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14463
|
+
CaseListFontColorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseListFontColorService, providedIn: 'root' });
|
|
14464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseListFontColorService, decorators: [{
|
|
14388
14465
|
type: Injectable,
|
|
14389
14466
|
args: [{
|
|
14390
14467
|
providedIn: 'root'
|
|
@@ -14433,9 +14510,9 @@ class AbstractPanelComponent {
|
|
|
14433
14510
|
return this._caseListFontColorService.computeCaseFontColor(this.caseColor);
|
|
14434
14511
|
}
|
|
14435
14512
|
}
|
|
14436
|
-
AbstractPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14437
|
-
AbstractPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14513
|
+
AbstractPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelComponent, deps: [{ token: CaseListFontColorService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
14514
|
+
AbstractPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractPanelComponent, selector: "ncc-abstract-panel", inputs: { expansionDisabled: "expansionDisabled", preventExpand: "preventExpand", preventCollapse: "preventCollapse", hidePanelHeader: "hidePanelHeader", panelHeader: "panelHeader", panelContent: "panelContent", first: "first", last: "last", caseColor: "caseColor" }, outputs: { stopLoading: "stopLoading", getExpansionPanelRef: "getExpansionPanelRef" }, viewQueries: [{ propertyName: "matExpansionPanel", first: true, predicate: ["matExpansionPanel"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
14515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelComponent, decorators: [{
|
|
14439
14516
|
type: Component,
|
|
14440
14517
|
args: [{
|
|
14441
14518
|
selector: 'ncc-abstract-panel',
|
|
@@ -14585,9 +14662,9 @@ class OverflowService {
|
|
|
14585
14662
|
return undefined;
|
|
14586
14663
|
}
|
|
14587
14664
|
}
|
|
14588
|
-
OverflowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14589
|
-
OverflowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14665
|
+
OverflowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OverflowService, deps: [{ token: ViewIdService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14666
|
+
OverflowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OverflowService });
|
|
14667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OverflowService, decorators: [{
|
|
14591
14668
|
type: Injectable
|
|
14592
14669
|
}], ctorParameters: function () { return [{ type: ViewIdService, decorators: [{
|
|
14593
14670
|
type: Optional
|
|
@@ -14644,9 +14721,9 @@ class AbstractPanelWithHeaderBindingComponent {
|
|
|
14644
14721
|
return { value: '', icon: '', type: '' };
|
|
14645
14722
|
}
|
|
14646
14723
|
}
|
|
14647
|
-
AbstractPanelWithHeaderBindingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14648
|
-
AbstractPanelWithHeaderBindingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14724
|
+
AbstractPanelWithHeaderBindingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelWithHeaderBindingComponent, deps: [{ token: OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
14725
|
+
AbstractPanelWithHeaderBindingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractPanelWithHeaderBindingComponent, selector: "ncc-abstract-panel-with-header-binding", ngImport: i0, template: '', isInline: true });
|
|
14726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelWithHeaderBindingComponent, decorators: [{
|
|
14650
14727
|
type: Component,
|
|
14651
14728
|
args: [{
|
|
14652
14729
|
selector: 'ncc-abstract-panel-with-header-binding',
|
|
@@ -14747,9 +14824,9 @@ class AbstractPanelWithImmediateDataComponent extends AbstractPanelWithHeaderBin
|
|
|
14747
14824
|
};
|
|
14748
14825
|
}
|
|
14749
14826
|
}
|
|
14750
|
-
AbstractPanelWithImmediateDataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14751
|
-
AbstractPanelWithImmediateDataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14827
|
+
AbstractPanelWithImmediateDataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelWithImmediateDataComponent, deps: [{ token: i1$2.TranslateService }, { token: i5.CurrencyPipe }, { token: OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
14828
|
+
AbstractPanelWithImmediateDataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractPanelWithImmediateDataComponent, selector: "ncc-abstract-panel-with-immediate", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
14829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelWithImmediateDataComponent, decorators: [{
|
|
14753
14830
|
type: Component,
|
|
14754
14831
|
args: [{
|
|
14755
14832
|
selector: 'ncc-abstract-panel-with-immediate',
|
|
@@ -14889,9 +14966,9 @@ class CaseResourceService extends AbstractResourceService {
|
|
|
14889
14966
|
.pipe(map(r => this.changeType(r, undefined)));
|
|
14890
14967
|
}
|
|
14891
14968
|
}
|
|
14892
|
-
CaseResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14893
|
-
CaseResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14969
|
+
CaseResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14970
|
+
CaseResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseResourceService, providedIn: 'root' });
|
|
14971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseResourceService, decorators: [{
|
|
14895
14972
|
type: Injectable,
|
|
14896
14973
|
args: [{
|
|
14897
14974
|
providedIn: 'root'
|
|
@@ -15050,9 +15127,9 @@ class AbstractSortableViewComponent {
|
|
|
15050
15127
|
}
|
|
15051
15128
|
}
|
|
15052
15129
|
}
|
|
15053
|
-
AbstractSortableViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15054
|
-
AbstractSortableViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
15055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15130
|
+
AbstractSortableViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortableViewComponent, deps: [{ token: SearchIndexResolverService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15131
|
+
AbstractSortableViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSortableViewComponent, selector: "ncc-abstract-sortable-view", ngImport: i0, template: '', isInline: true });
|
|
15132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortableViewComponent, decorators: [{
|
|
15056
15133
|
type: Component,
|
|
15057
15134
|
args: [{
|
|
15058
15135
|
selector: 'ncc-abstract-sortable-view',
|
|
@@ -15197,9 +15274,9 @@ class PermissionService {
|
|
|
15197
15274
|
return userPermValue;
|
|
15198
15275
|
}
|
|
15199
15276
|
}
|
|
15200
|
-
PermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15201
|
-
PermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
15202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15277
|
+
PermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PermissionService, deps: [{ token: UserComparatorService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15278
|
+
PermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PermissionService, providedIn: 'root' });
|
|
15279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PermissionService, decorators: [{
|
|
15203
15280
|
type: Injectable,
|
|
15204
15281
|
args: [{
|
|
15205
15282
|
providedIn: 'root'
|
|
@@ -15435,9 +15512,9 @@ class CaseViewService extends AbstractSortableViewComponent {
|
|
|
15435
15512
|
return this._permissionService.hasCasePermission(aCase, PermissionType.VIEW);
|
|
15436
15513
|
}
|
|
15437
15514
|
}
|
|
15438
|
-
CaseViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15439
|
-
CaseViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
15440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15515
|
+
CaseViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseViewService, deps: [{ token: AllowedNetsService }, { token: SideMenuService }, { token: CaseResourceService }, { token: LoggerService }, { token: SnackBarService }, { token: SearchService }, { token: i1$2.TranslateService }, { token: UserService }, { token: ProcessService }, { token: SearchIndexResolverService }, { token: NAE_NEW_CASE_COMPONENT, optional: true }, { token: NAE_NEW_CASE_CONFIGURATION, optional: true }, { token: PermissionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15516
|
+
CaseViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseViewService });
|
|
15517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseViewService, decorators: [{
|
|
15441
15518
|
type: Injectable
|
|
15442
15519
|
}], ctorParameters: function () { return [{ type: AllowedNetsService }, { type: SideMenuService }, { type: CaseResourceService }, { type: LoggerService }, { type: SnackBarService }, { type: SearchService }, { type: i1$2.TranslateService }, { type: UserService }, { type: ProcessService }, { type: SearchIndexResolverService }, { type: undefined, decorators: [{
|
|
15443
15520
|
type: Optional
|
|
@@ -15520,9 +15597,9 @@ class AbstractCasePanelComponent extends AbstractPanelWithImmediateDataComponent
|
|
|
15520
15597
|
return (this._overflowService && this._overflowService.overflowMode) ? `${this._overflowService.columnWidth}px` : '0';
|
|
15521
15598
|
}
|
|
15522
15599
|
}
|
|
15523
|
-
AbstractCasePanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15524
|
-
AbstractCasePanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
15525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15600
|
+
AbstractCasePanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCasePanelComponent, deps: [{ token: CaseResourceService }, { token: CaseViewService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: LoggerService }, { token: UserService }, { token: i5.CurrencyPipe }, { token: PermissionService }, { token: OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
15601
|
+
AbstractCasePanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCasePanelComponent, selector: "ncc-abstract-case-panel", inputs: { case_: "case_", selectedHeaders$: "selectedHeaders$", responsiveBody: "responsiveBody", first: "first", last: "last", showCasePanelIcon: "showCasePanelIcon", showDeleteMenu: "showDeleteMenu", textEllipsis: "textEllipsis" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
15602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCasePanelComponent, decorators: [{
|
|
15526
15603
|
type: Component,
|
|
15527
15604
|
args: [{
|
|
15528
15605
|
selector: 'ncc-abstract-case-panel',
|
|
@@ -15852,9 +15929,9 @@ class TaskContentService {
|
|
|
15852
15929
|
}
|
|
15853
15930
|
TaskContentService.FRONTEND_ACTIONS_KEY = '_frontend_actions';
|
|
15854
15931
|
TaskContentService.VALIDATE_FRONTEND_ACTION = 'validate';
|
|
15855
|
-
TaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15856
|
-
TaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
15857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15932
|
+
TaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskContentService, deps: [{ token: FieldConverterService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15933
|
+
TaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskContentService });
|
|
15934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskContentService, decorators: [{
|
|
15858
15935
|
type: Injectable
|
|
15859
15936
|
}], ctorParameters: function () { return [{ type: FieldConverterService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: LoggerService }]; } });
|
|
15860
15937
|
|
|
@@ -16150,9 +16227,9 @@ class TaskViewService extends AbstractSortableViewComponent {
|
|
|
16150
16227
|
return params;
|
|
16151
16228
|
}
|
|
16152
16229
|
}
|
|
16153
|
-
TaskViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16154
|
-
TaskViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16230
|
+
TaskViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskViewService, deps: [{ token: TaskResourceService }, { token: UserService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: SearchService }, { token: LoggerService }, { token: UserComparatorService }, { token: SearchIndexResolverService }, { token: NAE_PREFERRED_TASK_ENDPOINT, optional: true }, { token: NAE_TASK_VIEW_CONFIGURATION, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16231
|
+
TaskViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskViewService });
|
|
16232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskViewService, decorators: [{
|
|
16156
16233
|
type: Injectable
|
|
16157
16234
|
}], ctorParameters: function () { return [{ type: TaskResourceService }, { type: UserService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: SearchService }, { type: LoggerService }, { type: UserComparatorService }, { type: SearchIndexResolverService }, { type: TaskEndpoint, decorators: [{
|
|
16158
16235
|
type: Optional
|
|
@@ -16254,9 +16331,9 @@ class TaskEventService extends TaskHandlingService {
|
|
|
16254
16331
|
this._taskEventNotifications$.next(event);
|
|
16255
16332
|
}
|
|
16256
16333
|
}
|
|
16257
|
-
TaskEventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16258
|
-
TaskEventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16334
|
+
TaskEventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskEventService, deps: [{ token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16335
|
+
TaskEventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskEventService });
|
|
16336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskEventService, decorators: [{
|
|
16260
16337
|
type: Injectable
|
|
16261
16338
|
}], ctorParameters: function () { return [{ type: TaskContentService }]; } });
|
|
16262
16339
|
|
|
@@ -16430,9 +16507,9 @@ class TaskRequestStateService extends TaskHandlingService {
|
|
|
16430
16507
|
this._updating.complete();
|
|
16431
16508
|
}
|
|
16432
16509
|
}
|
|
16433
|
-
TaskRequestStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16434
|
-
TaskRequestStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16510
|
+
TaskRequestStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskRequestStateService, deps: [{ token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16511
|
+
TaskRequestStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskRequestStateService });
|
|
16512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskRequestStateService, decorators: [{
|
|
16436
16513
|
type: Injectable
|
|
16437
16514
|
}], ctorParameters: function () { return [{ type: TaskContentService }]; } });
|
|
16438
16515
|
|
|
@@ -16467,9 +16544,9 @@ class SelectedCaseService {
|
|
|
16467
16544
|
return this._selectedCase$.getValue();
|
|
16468
16545
|
}
|
|
16469
16546
|
}
|
|
16470
|
-
SelectedCaseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16471
|
-
SelectedCaseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16547
|
+
SelectedCaseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16548
|
+
SelectedCaseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService });
|
|
16549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService, decorators: [{
|
|
16473
16550
|
type: Injectable
|
|
16474
16551
|
}], ctorParameters: function () { return []; } });
|
|
16475
16552
|
|
|
@@ -16496,9 +16573,9 @@ class CallChainService {
|
|
|
16496
16573
|
return chain;
|
|
16497
16574
|
}
|
|
16498
16575
|
}
|
|
16499
|
-
CallChainService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16500
|
-
CallChainService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16576
|
+
CallChainService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CallChainService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16577
|
+
CallChainService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CallChainService, providedIn: 'root' });
|
|
16578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CallChainService, decorators: [{
|
|
16502
16579
|
type: Injectable,
|
|
16503
16580
|
args: [{
|
|
16504
16581
|
providedIn: 'root'
|
|
@@ -16546,9 +16623,9 @@ class EventQueueService {
|
|
|
16546
16623
|
this.executeEvent(this._queue.shift());
|
|
16547
16624
|
}
|
|
16548
16625
|
}
|
|
16549
|
-
EventQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16550
|
-
EventQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16626
|
+
EventQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, deps: [{ token: LoggerService }, { token: CallChainService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16627
|
+
EventQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, providedIn: 'root' });
|
|
16628
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, decorators: [{
|
|
16552
16629
|
type: Injectable,
|
|
16553
16630
|
args: [{
|
|
16554
16631
|
providedIn: 'root'
|
|
@@ -16580,9 +16657,9 @@ class ChangedFieldsService {
|
|
|
16580
16657
|
return changedFields;
|
|
16581
16658
|
}
|
|
16582
16659
|
}
|
|
16583
|
-
ChangedFieldsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16584
|
-
ChangedFieldsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16660
|
+
ChangedFieldsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangedFieldsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16661
|
+
ChangedFieldsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangedFieldsService });
|
|
16662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangedFieldsService, decorators: [{
|
|
16586
16663
|
type: Injectable
|
|
16587
16664
|
}], ctorParameters: function () { return []; } });
|
|
16588
16665
|
|
|
@@ -16683,7 +16760,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16683
16760
|
}
|
|
16684
16761
|
/**
|
|
16685
16762
|
* Processes a successful outcome of a `getData` request
|
|
16686
|
-
* @param gottenTaskId the
|
|
16763
|
+
* @param gottenTaskId the ID of the task whose data was requested
|
|
16687
16764
|
* @param dataGroups the returned data groups of the task
|
|
16688
16765
|
* @param afterAction the action that should be performed after the request is processed
|
|
16689
16766
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -16766,7 +16843,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16766
16843
|
}
|
|
16767
16844
|
/**
|
|
16768
16845
|
* Processes an erroneous outcome of a `getData` request
|
|
16769
|
-
* @param gottenTaskId the
|
|
16846
|
+
* @param gottenTaskId the ID of the task whose data was requested
|
|
16770
16847
|
* @param error the returned error
|
|
16771
16848
|
* @param afterAction the action that should be performed after the request is processed
|
|
16772
16849
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -16866,12 +16943,15 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16866
16943
|
context.previousValues[field.stringId] = field.previousValue;
|
|
16867
16944
|
field.changed = false;
|
|
16868
16945
|
}
|
|
16946
|
+
isAutocompleteEnumException(field) {
|
|
16947
|
+
return (field instanceof EnumerationField) && (field.getComponentType() === 'autocomplete') && !field.valid;
|
|
16948
|
+
}
|
|
16869
16949
|
/**
|
|
16870
16950
|
* @param field the checked field
|
|
16871
16951
|
* @returns whether the field was updated on frontend and thus the backend should be notified
|
|
16872
16952
|
*/
|
|
16873
16953
|
wasFieldUpdated(field) {
|
|
16874
|
-
return field.initialized && field.changed && (field.valid || field.sendInvalidValues);
|
|
16954
|
+
return field.initialized && field.changed && (field.valid || field.sendInvalidValues) && (!this.isAutocompleteEnumException(field));
|
|
16875
16955
|
}
|
|
16876
16956
|
/**
|
|
16877
16957
|
* Checks whether the request could still be performed by the logged user
|
|
@@ -16911,7 +16991,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16911
16991
|
}
|
|
16912
16992
|
/**
|
|
16913
16993
|
* Performs a `setData` request on the task currently stored in the `taskContent` service
|
|
16914
|
-
* @param setTaskId
|
|
16994
|
+
* @param setTaskId ID of the task
|
|
16915
16995
|
* @param body content of the `setData` request
|
|
16916
16996
|
* @param afterAction the action that should be performed after the request is processed
|
|
16917
16997
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -16946,8 +17026,8 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16946
17026
|
});
|
|
16947
17027
|
}
|
|
16948
17028
|
/**
|
|
16949
|
-
* Processes
|
|
16950
|
-
* @param setTaskId the
|
|
17029
|
+
* Processes an unsuccessful outcome of a `setData` request
|
|
17030
|
+
* @param setTaskId the ID of the task whose data was set
|
|
16951
17031
|
* @param response the resulting Event outcome of the set data request
|
|
16952
17032
|
* @param afterAction the action that should be performed after the request is processed
|
|
16953
17033
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -16975,7 +17055,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16975
17055
|
}
|
|
16976
17056
|
/**
|
|
16977
17057
|
* Processes a successful outcome of a `setData` request
|
|
16978
|
-
* @param setTaskId the
|
|
17058
|
+
* @param setTaskId the ID of the task whose data was set
|
|
16979
17059
|
* @param response the resulting Event outcome of the set data request
|
|
16980
17060
|
* @param afterAction the action that should be performed after the request is processed
|
|
16981
17061
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -16994,7 +17074,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16994
17074
|
}
|
|
16995
17075
|
/**
|
|
16996
17076
|
* Processes an erroneous outcome of a `setData` request
|
|
16997
|
-
* @param setTaskId the
|
|
17077
|
+
* @param setTaskId the ID of the task whose data was set
|
|
16998
17078
|
* @param error the returned error
|
|
16999
17079
|
* @param afterAction the action that should be performed after the request is processed
|
|
17000
17080
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -17068,7 +17148,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
17068
17148
|
*
|
|
17069
17149
|
* @param afterAction the call chain steam of the update data method
|
|
17070
17150
|
* @param result result of the update data request
|
|
17071
|
-
* @param setTaskId the
|
|
17151
|
+
* @param setTaskId the ID of the {@link Task}, who's state should be updated
|
|
17072
17152
|
*/
|
|
17073
17153
|
updateStateInfo(afterAction, result, setTaskId) {
|
|
17074
17154
|
this._taskState.stopLoading(setTaskId);
|
|
@@ -17104,9 +17184,9 @@ class TaskDataService extends TaskHandlingService {
|
|
|
17104
17184
|
});
|
|
17105
17185
|
}
|
|
17106
17186
|
}
|
|
17107
|
-
TaskDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17108
|
-
TaskDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17187
|
+
TaskDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskDataService, deps: [{ token: TaskRequestStateService }, { token: i1$2.TranslateService }, { token: LoggerService }, { token: SnackBarService }, { token: TaskResourceService }, { token: FieldConverterService }, { token: TaskEventService }, { token: NAE_TASK_OPERATIONS }, { token: SelectedCaseService, optional: true }, { token: TaskContentService }, { token: CallChainService }, { token: EventQueueService }, { token: UserComparatorService }, { token: EventService }, { token: ChangedFieldsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17188
|
+
TaskDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskDataService });
|
|
17189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskDataService, decorators: [{
|
|
17110
17190
|
type: Injectable
|
|
17111
17191
|
}], ctorParameters: function () { return [{ type: TaskRequestStateService }, { type: i1$2.TranslateService }, { type: LoggerService }, { type: SnackBarService }, { type: TaskResourceService }, { type: FieldConverterService }, { type: TaskEventService }, { type: undefined, decorators: [{
|
|
17112
17192
|
type: Inject,
|
|
@@ -17250,9 +17330,9 @@ class AssignTaskService extends TaskHandlingService {
|
|
|
17250
17330
|
this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.ASSIGN, success, outcome));
|
|
17251
17331
|
}
|
|
17252
17332
|
}
|
|
17253
|
-
AssignTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17254
|
-
AssignTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17333
|
+
AssignTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignTaskService, deps: [{ token: LoggerService }, { token: TaskResourceService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: TaskRequestStateService }, { token: TaskEventService }, { token: TaskDataService }, { token: EventQueueService }, { token: EventService }, { token: ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: SelectedCaseService, optional: true }, { token: TaskViewService, optional: true }, { token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17334
|
+
AssignTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignTaskService });
|
|
17335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignTaskService, decorators: [{
|
|
17256
17336
|
type: Injectable
|
|
17257
17337
|
}], ctorParameters: function () { return [{ type: LoggerService }, { type: TaskResourceService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: TaskRequestStateService }, { type: TaskEventService }, { type: TaskDataService }, { type: EventQueueService }, { type: EventService }, { type: ChangedFieldsService }, { type: undefined, decorators: [{
|
|
17258
17338
|
type: Inject,
|
|
@@ -17387,9 +17467,9 @@ class DelegateTaskService extends TaskHandlingService {
|
|
|
17387
17467
|
this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.DELEGATE, success, outcome));
|
|
17388
17468
|
}
|
|
17389
17469
|
}
|
|
17390
|
-
DelegateTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17391
|
-
DelegateTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17470
|
+
DelegateTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DelegateTaskService, deps: [{ token: LoggerService }, { token: SideMenuService }, { token: TaskResourceService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: TaskRequestStateService }, { token: TaskEventService }, { token: TaskDataService }, { token: EventQueueService }, { token: EventService }, { token: ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: NAE_USER_ASSIGN_COMPONENT, optional: true }, { token: SelectedCaseService, optional: true }, { token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17471
|
+
DelegateTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DelegateTaskService });
|
|
17472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DelegateTaskService, decorators: [{
|
|
17393
17473
|
type: Injectable
|
|
17394
17474
|
}], ctorParameters: function () { return [{ type: LoggerService }, { type: SideMenuService }, { type: TaskResourceService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: TaskRequestStateService }, { type: TaskEventService }, { type: TaskDataService }, { type: EventQueueService }, { type: EventService }, { type: ChangedFieldsService }, { type: undefined, decorators: [{
|
|
17395
17475
|
type: Inject,
|
|
@@ -17528,9 +17608,9 @@ class CancelTaskService extends TaskHandlingService {
|
|
|
17528
17608
|
this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.CANCEL, success, outcome));
|
|
17529
17609
|
}
|
|
17530
17610
|
}
|
|
17531
|
-
CancelTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17532
|
-
CancelTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17611
|
+
CancelTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelTaskService, deps: [{ token: LoggerService }, { token: TaskEventService }, { token: TaskResourceService }, { token: i1$2.TranslateService }, { token: SnackBarService }, { token: TaskRequestStateService }, { token: UserComparatorService }, { token: TaskEventService }, { token: TaskDataService }, { token: EventQueueService }, { token: EventService }, { token: ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: SelectedCaseService, optional: true }, { token: TaskViewService, optional: true }, { token: TaskContentService }, { token: PermissionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17612
|
+
CancelTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelTaskService });
|
|
17613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelTaskService, decorators: [{
|
|
17534
17614
|
type: Injectable
|
|
17535
17615
|
}], ctorParameters: function () { return [{ type: LoggerService }, { type: TaskEventService }, { type: TaskResourceService }, { type: i1$2.TranslateService }, { type: SnackBarService }, { type: TaskRequestStateService }, { type: UserComparatorService }, { type: TaskEventService }, { type: TaskDataService }, { type: EventQueueService }, { type: EventService }, { type: ChangedFieldsService }, { type: undefined, decorators: [{
|
|
17536
17616
|
type: Inject,
|
|
@@ -17697,9 +17777,9 @@ class FinishTaskService extends TaskHandlingService {
|
|
|
17697
17777
|
return this._safeTask.dataSize <= 0 || !this._safeTask.dataGroups || this._safeTask.dataGroups.length <= 0;
|
|
17698
17778
|
}
|
|
17699
17779
|
}
|
|
17700
|
-
FinishTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17701
|
-
FinishTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17780
|
+
FinishTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishTaskService, deps: [{ token: LoggerService }, { token: TaskResourceService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: TaskRequestStateService }, { token: TaskDataService }, { token: CallChainService }, { token: TaskEventService }, { token: EventQueueService }, { token: EventService }, { token: ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: SelectedCaseService, optional: true }, { token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17781
|
+
FinishTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishTaskService });
|
|
17782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishTaskService, decorators: [{
|
|
17703
17783
|
type: Injectable
|
|
17704
17784
|
}], ctorParameters: function () { return [{ type: LoggerService }, { type: TaskResourceService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: TaskRequestStateService }, { type: TaskDataService }, { type: CallChainService }, { type: TaskEventService }, { type: EventQueueService }, { type: EventService }, { type: ChangedFieldsService }, { type: undefined, decorators: [{
|
|
17705
17785
|
type: Inject,
|
|
@@ -17730,9 +17810,9 @@ class DataFocusPolicyService extends TaskHandlingService {
|
|
|
17730
17810
|
// TODO Implement focus in FUTURE, if someone wants this feature (for now we don't want it )
|
|
17731
17811
|
}
|
|
17732
17812
|
}
|
|
17733
|
-
DataFocusPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17734
|
-
DataFocusPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17813
|
+
DataFocusPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService, deps: [{ token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17814
|
+
DataFocusPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService });
|
|
17815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService, decorators: [{
|
|
17736
17816
|
type: Injectable
|
|
17737
17817
|
}], ctorParameters: function () { return [{ type: TaskContentService }]; } });
|
|
17738
17818
|
|
|
@@ -17790,9 +17870,9 @@ class FinishPolicyService extends TaskHandlingService {
|
|
|
17790
17870
|
afterAction.complete();
|
|
17791
17871
|
}
|
|
17792
17872
|
}
|
|
17793
|
-
FinishPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17794
|
-
FinishPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17795
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17873
|
+
FinishPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishPolicyService, deps: [{ token: DataFocusPolicyService }, { token: FinishTaskService }, { token: NAE_TASK_OPERATIONS }, { token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17874
|
+
FinishPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishPolicyService });
|
|
17875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishPolicyService, decorators: [{
|
|
17796
17876
|
type: Injectable
|
|
17797
17877
|
}], ctorParameters: function () { return [{ type: DataFocusPolicyService }, { type: FinishTaskService }, { type: undefined, decorators: [{
|
|
17798
17878
|
type: Inject,
|
|
@@ -17934,9 +18014,9 @@ class AssignPolicyService extends TaskHandlingService {
|
|
|
17934
18014
|
}), this._isForced);
|
|
17935
18015
|
}
|
|
17936
18016
|
}
|
|
17937
|
-
AssignPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17938
|
-
AssignPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18017
|
+
AssignPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignPolicyService, deps: [{ token: TaskDataService }, { token: AssignTaskService }, { token: CancelTaskService }, { token: FinishPolicyService }, { token: CallChainService }, { token: UserComparatorService }, { token: NAE_TASK_OPERATIONS }, { token: TaskContentService }, { token: PermissionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18018
|
+
AssignPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignPolicyService });
|
|
18019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignPolicyService, decorators: [{
|
|
17940
18020
|
type: Injectable
|
|
17941
18021
|
}], ctorParameters: function () { return [{ type: TaskDataService }, { type: AssignTaskService }, { type: CancelTaskService }, { type: FinishPolicyService }, { type: CallChainService }, { type: UserComparatorService }, { type: undefined, decorators: [{
|
|
17942
18022
|
type: Inject,
|
|
@@ -18282,9 +18362,9 @@ class AbstractTaskPanelComponent extends AbstractPanelWithImmediateDataComponent
|
|
|
18282
18362
|
this.taskEvent.complete();
|
|
18283
18363
|
}
|
|
18284
18364
|
}
|
|
18285
|
-
AbstractTaskPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18286
|
-
AbstractTaskPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18365
|
+
AbstractTaskPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskPanelComponent, deps: [{ token: TaskContentService }, { token: LoggerService }, { token: TaskViewService }, { token: PaperViewService }, { token: TaskEventService }, { token: AssignTaskService }, { token: DelegateTaskService }, { token: CancelTaskService }, { token: FinishTaskService }, { token: TaskRequestStateService }, { token: TaskDataService }, { token: AssignPolicyService }, { token: FinishPolicyService }, { token: CallChainService }, { token: SubjectTaskOperations }, { token: NAE_TASK_PANEL_DISABLE_BUTTON_FUNCTIONS, optional: true }, { token: i1$2.TranslateService }, { token: i5.CurrencyPipe }, { token: ChangedFieldsService }, { token: PermissionService }, { token: OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
18366
|
+
AbstractTaskPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTaskPanelComponent, selector: "ncc-abstract-legal-notice", inputs: { panelContentComponent: "panelContentComponent", selectedHeaders$: "selectedHeaders$", first: "first", last: "last", responsiveBody: "responsiveBody", preventCollapse: "preventCollapse", hidePanelHeader: "hidePanelHeader", actionButtonTemplates: "actionButtonTemplates", actionRowJustifyContent: "actionRowJustifyContent", forceLoadDataOnOpen: "forceLoadDataOnOpen", textEllipsis: "textEllipsis", taskPanelData: "taskPanelData" }, outputs: { taskEvent: "taskEvent", panelRefOutput: "panelRefOutput" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
18367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskPanelComponent, decorators: [{
|
|
18288
18368
|
type: Component,
|
|
18289
18369
|
args: [{
|
|
18290
18370
|
selector: 'ncc-abstract-legal-notice',
|
|
@@ -18355,9 +18435,9 @@ class TabbedVirtualScrollComponent {
|
|
|
18355
18435
|
return this._showVirtualScroll;
|
|
18356
18436
|
}
|
|
18357
18437
|
}
|
|
18358
|
-
TabbedVirtualScrollComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18359
|
-
TabbedVirtualScrollComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18438
|
+
TabbedVirtualScrollComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabbedVirtualScrollComponent, deps: [{ token: NAE_TAB_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
18439
|
+
TabbedVirtualScrollComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TabbedVirtualScrollComponent, selector: "ncc-abstract-tabbed-virtual-scroll", ngImport: i0, template: '', isInline: true });
|
|
18440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabbedVirtualScrollComponent, decorators: [{
|
|
18361
18441
|
type: Component,
|
|
18362
18442
|
args: [{
|
|
18363
18443
|
selector: 'ncc-abstract-tabbed-virtual-scroll',
|
|
@@ -18426,9 +18506,9 @@ class AbstractDefaultTaskListComponent extends TabbedVirtualScrollComponent {
|
|
|
18426
18506
|
});
|
|
18427
18507
|
}
|
|
18428
18508
|
}
|
|
18429
|
-
AbstractDefaultTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18430
|
-
AbstractDefaultTaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18509
|
+
AbstractDefaultTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultTaskListComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
18510
|
+
AbstractDefaultTaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDefaultTaskListComponent, selector: "ncc-abstract-default-task-list", inputs: { loading$: "loading$", selectedHeaders$: "selectedHeaders$", responsiveBody: "responsiveBody", forceLoadDataOnOpen: "forceLoadDataOnOpen", textEllipsis: "textEllipsis", allowMultiOpen: "allowMultiOpen" }, outputs: { taskEvent: "taskEvent" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
18511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultTaskListComponent, decorators: [{
|
|
18432
18512
|
type: Component,
|
|
18433
18513
|
args: [{
|
|
18434
18514
|
selector: 'ncc-abstract-default-task-list',
|
|
@@ -18475,9 +18555,9 @@ class AbstractTaskListComponent extends AbstractDefaultTaskListComponent {
|
|
|
18475
18555
|
this._taskViewService.nextPage(this.viewport.getRenderedRange(), this.viewport.getDataLength());
|
|
18476
18556
|
}
|
|
18477
18557
|
}
|
|
18478
|
-
AbstractTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18479
|
-
AbstractTaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18558
|
+
AbstractTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
18559
|
+
AbstractTaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTaskListComponent, selector: "ncc-abstract-task-list", inputs: { tasks$: "tasks$" }, viewQueries: [{ propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
18560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListComponent, decorators: [{
|
|
18481
18561
|
type: Component,
|
|
18482
18562
|
args: [{
|
|
18483
18563
|
selector: 'ncc-abstract-task-list',
|
|
@@ -18520,9 +18600,9 @@ class AbstractTaskListPaginationComponent extends AbstractDefaultTaskListCompone
|
|
|
18520
18600
|
this._taskViewService.nextPagePagination(this.pageSize, this.pageIndex);
|
|
18521
18601
|
}
|
|
18522
18602
|
}
|
|
18523
|
-
AbstractTaskListPaginationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18524
|
-
AbstractTaskListPaginationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18603
|
+
AbstractTaskListPaginationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListPaginationComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
18604
|
+
AbstractTaskListPaginationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTaskListPaginationComponent, selector: "ncc-abstract-task-list-pagination-component", inputs: { tasks$: "tasks$" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
18605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListPaginationComponent, decorators: [{
|
|
18526
18606
|
type: Component,
|
|
18527
18607
|
args: [{
|
|
18528
18608
|
selector: 'ncc-abstract-task-list-pagination-component',
|
|
@@ -18719,9 +18799,9 @@ class WorkflowViewService extends AbstractSortableViewComponent {
|
|
|
18719
18799
|
return params;
|
|
18720
18800
|
}
|
|
18721
18801
|
}
|
|
18722
|
-
WorkflowViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18723
|
-
WorkflowViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
18724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18802
|
+
WorkflowViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowViewService, deps: [{ token: PetriNetResourceService }, { token: LoggerService }, { token: DialogService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: SearchIndexResolverService }, { token: NAE_WORKFLOW_SERVICE_FILTER, optional: true }, { token: NAE_WORKFLOW_SERVICE_CONFIRM_DELETE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18803
|
+
WorkflowViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowViewService });
|
|
18804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowViewService, decorators: [{
|
|
18725
18805
|
type: Injectable
|
|
18726
18806
|
}], ctorParameters: function () { return [{ type: PetriNetResourceService }, { type: LoggerService }, { type: DialogService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: SearchIndexResolverService }, { type: undefined, decorators: [{
|
|
18727
18807
|
type: Optional
|
|
@@ -18853,9 +18933,9 @@ class AbstractWorkflowPanelComponent extends AbstractPanelWithHeaderBindingCompo
|
|
|
18853
18933
|
return { value: '', icon: '', type: '' };
|
|
18854
18934
|
}
|
|
18855
18935
|
}
|
|
18856
|
-
AbstractWorkflowPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18857
|
-
AbstractWorkflowPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18858
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18936
|
+
AbstractWorkflowPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowPanelComponent, deps: [{ token: LoggerService }, { token: i1$2.TranslateService }, { token: WorkflowViewService }, { token: PetriNetResourceService }, { token: OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
18937
|
+
AbstractWorkflowPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractWorkflowPanelComponent, selector: "ncc-abstract-workflow-panel", inputs: { workflow: "workflow", selectedHeaders$: "selectedHeaders$", responsiveBody: "responsiveBody", showDeleteMenu: "showDeleteMenu" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
18938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowPanelComponent, decorators: [{
|
|
18859
18939
|
type: Component,
|
|
18860
18940
|
args: [{
|
|
18861
18941
|
selector: 'ncc-abstract-workflow-panel',
|
|
@@ -18891,9 +18971,9 @@ class AbstractImmediateFilterTextComponent {
|
|
|
18891
18971
|
this.initialized = true;
|
|
18892
18972
|
}
|
|
18893
18973
|
}
|
|
18894
|
-
AbstractImmediateFilterTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18895
|
-
AbstractImmediateFilterTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18974
|
+
AbstractImmediateFilterTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImmediateFilterTextComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
18975
|
+
AbstractImmediateFilterTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractImmediateFilterTextComponent, selector: "ncc-abstract-immediate-filter-text", inputs: { ellipsis: "ellipsis", filterMetadata: "filterMetadata" }, ngImport: i0, template: '', isInline: true });
|
|
18976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImmediateFilterTextComponent, decorators: [{
|
|
18897
18977
|
type: Component,
|
|
18898
18978
|
args: [{
|
|
18899
18979
|
selector: 'ncc-abstract-immediate-filter-text',
|
|
@@ -18932,9 +19012,9 @@ class AbstractImmediateFilterTextContentComponent {
|
|
|
18932
19012
|
}
|
|
18933
19013
|
}
|
|
18934
19014
|
}
|
|
18935
|
-
AbstractImmediateFilterTextContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18936
|
-
AbstractImmediateFilterTextContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19015
|
+
AbstractImmediateFilterTextContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImmediateFilterTextContentComponent, deps: [{ token: NAE_FILTER_TEXT }, { token: SearchService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19016
|
+
AbstractImmediateFilterTextContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractImmediateFilterTextContentComponent, selector: "ncc-abstract-immediate-filter-text-content", ngImport: i0, template: '', isInline: true });
|
|
19017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImmediateFilterTextContentComponent, decorators: [{
|
|
18938
19018
|
type: Component,
|
|
18939
19019
|
args: [{
|
|
18940
19020
|
selector: 'ncc-abstract-immediate-filter-text-content',
|
|
@@ -18950,9 +19030,9 @@ class AbstractPanelItemComponent {
|
|
|
18950
19030
|
this.textEllipsis = false;
|
|
18951
19031
|
}
|
|
18952
19032
|
}
|
|
18953
|
-
AbstractPanelItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18954
|
-
AbstractPanelItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19033
|
+
AbstractPanelItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
19034
|
+
AbstractPanelItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractPanelItemComponent, selector: "ncc-abstract-panel-item-component", inputs: { leadingIcon: "leadingIcon", leadingIconEnabled: "leadingIconEnabled", featuredValue: "featuredValue", textEllipsis: "textEllipsis" }, ngImport: i0, template: '', isInline: true });
|
|
19035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelItemComponent, decorators: [{
|
|
18956
19036
|
type: Component,
|
|
18957
19037
|
args: [{
|
|
18958
19038
|
selector: 'ncc-abstract-panel-item-component',
|
|
@@ -18998,9 +19078,9 @@ class AbstractSingleTaskComponent {
|
|
|
18998
19078
|
this.taskEvent.emit(event);
|
|
18999
19079
|
}
|
|
19000
19080
|
}
|
|
19001
|
-
AbstractSingleTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19002
|
-
AbstractSingleTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19081
|
+
AbstractSingleTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskComponent, deps: [{ token: LoggerService }, { token: i2$3.ActivatedRoute }, { token: NAE_TAB_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
19082
|
+
AbstractSingleTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSingleTaskComponent, selector: "ncc-abstract-single-task", inputs: { task$: "task$", loading$: "loading$", selectedHeaders$: "selectedHeaders$", responsiveBody: "responsiveBody", forceLoadDataOnOpen: "forceLoadDataOnOpen", textEllipsis: "textEllipsis", preventCollapse: "preventCollapse", hidePanelHeader: "hidePanelHeader", pageHeader: "pageHeader", pageFooter: "pageFooter", headerTitle: "headerTitle", footerText: "footerText", actionButtonTemplates: "actionButtonTemplates", actionRowJustifyContent: "actionRowJustifyContent" }, outputs: { taskEvent: "taskEvent" }, ngImport: i0, template: '', isInline: true });
|
|
19083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskComponent, decorators: [{
|
|
19004
19084
|
type: Component,
|
|
19005
19085
|
args: [{
|
|
19006
19086
|
selector: 'ncc-abstract-single-task',
|
|
@@ -19072,9 +19152,9 @@ class AbstractEmailSubmissionFormComponent {
|
|
|
19072
19152
|
this.formSubmit.emit({ email: this.rootFormGroup.controls['email'].value, loading: this.loading });
|
|
19073
19153
|
}
|
|
19074
19154
|
}
|
|
19075
|
-
AbstractEmailSubmissionFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19076
|
-
AbstractEmailSubmissionFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19155
|
+
AbstractEmailSubmissionFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEmailSubmissionFormComponent, deps: [{ token: i1$4.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
19156
|
+
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 });
|
|
19157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEmailSubmissionFormComponent, decorators: [{
|
|
19078
19158
|
type: Component,
|
|
19079
19159
|
args: [{
|
|
19080
19160
|
selector: 'ncc-abstract-email-submission-form',
|
|
@@ -19134,9 +19214,9 @@ class AbstractLoginFormComponent {
|
|
|
19134
19214
|
return 'end';
|
|
19135
19215
|
}
|
|
19136
19216
|
}
|
|
19137
|
-
AbstractLoginFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19138
|
-
AbstractLoginFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19217
|
+
AbstractLoginFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoginFormComponent, deps: [{ token: i1$4.FormBuilder }, { token: UserService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19218
|
+
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 });
|
|
19219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoginFormComponent, decorators: [{
|
|
19140
19220
|
type: Component,
|
|
19141
19221
|
args: [{
|
|
19142
19222
|
selector: 'ncc-abstract-login-field',
|
|
@@ -19266,9 +19346,9 @@ class AbstractRegistrationComponent {
|
|
|
19266
19346
|
}
|
|
19267
19347
|
}
|
|
19268
19348
|
}
|
|
19269
|
-
AbstractRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19270
|
-
AbstractRegistrationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19349
|
+
AbstractRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationComponent, deps: [{ token: SignUpService }, { token: LoggerService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19350
|
+
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 });
|
|
19351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationComponent, decorators: [{
|
|
19272
19352
|
type: Component,
|
|
19273
19353
|
args: [{
|
|
19274
19354
|
selector: 'ncc-abstract-registration',
|
|
@@ -19313,9 +19393,9 @@ class AbstractRegistrationFormComponent extends AbstractRegistrationComponent {
|
|
|
19313
19393
|
return this._signupService.signup(requestBody);
|
|
19314
19394
|
}
|
|
19315
19395
|
}
|
|
19316
|
-
AbstractRegistrationFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19317
|
-
AbstractRegistrationFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19396
|
+
AbstractRegistrationFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationFormComponent, deps: [{ token: i1$4.FormBuilder }, { token: SignUpService }, { token: LoggerService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19397
|
+
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 });
|
|
19398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationFormComponent, decorators: [{
|
|
19319
19399
|
type: Component,
|
|
19320
19400
|
args: [{
|
|
19321
19401
|
selector: 'ncc-abstract-registration-form',
|
|
@@ -19349,9 +19429,9 @@ class AbstractForgottenPasswordComponent extends AbstractRegistrationComponent {
|
|
|
19349
19429
|
return this._signupService.recoverPassword(requestBody.token, requestBody.password);
|
|
19350
19430
|
}
|
|
19351
19431
|
}
|
|
19352
|
-
AbstractForgottenPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19353
|
-
AbstractForgottenPasswordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19432
|
+
AbstractForgottenPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractForgottenPasswordComponent, deps: [{ token: i1$4.FormBuilder }, { token: SignUpService }, { token: LoggerService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19433
|
+
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 });
|
|
19434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractForgottenPasswordComponent, decorators: [{
|
|
19355
19435
|
type: Component,
|
|
19356
19436
|
args: [{
|
|
19357
19437
|
selector: 'ncc-abstract-forgotten-password',
|
|
@@ -19373,9 +19453,9 @@ class AbstractToolbarComponent {
|
|
|
19373
19453
|
return this.translate.currentLang === lang;
|
|
19374
19454
|
}
|
|
19375
19455
|
}
|
|
19376
|
-
AbstractToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19377
|
-
AbstractToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19456
|
+
AbstractToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractToolbarComponent, deps: [{ token: i1$2.TranslateService }, { token: LanguageService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19457
|
+
AbstractToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractToolbarComponent, selector: "ncc-abstract-toolbar", inputs: { loggedUser: "loggedUser", appName: "appName", logoSrc: "logoSrc", logoAlt: "logoAlt" }, ngImport: i0, template: '', isInline: true });
|
|
19458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractToolbarComponent, decorators: [{
|
|
19379
19459
|
type: Component,
|
|
19380
19460
|
args: [{
|
|
19381
19461
|
selector: 'ncc-abstract-toolbar',
|
|
@@ -19815,9 +19895,9 @@ class AbstractTabViewComponent {
|
|
|
19815
19895
|
this.offset = Array(count * 2).join('\xa0');
|
|
19816
19896
|
}
|
|
19817
19897
|
}
|
|
19818
|
-
AbstractTabViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19819
|
-
AbstractTabViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19898
|
+
AbstractTabViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabViewComponent, deps: [{ token: ViewService }, { token: LoggerService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
19899
|
+
AbstractTabViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTabViewComponent, selector: "ncc-abstract-tab-view", inputs: { initialTabs: "initialTabs", stretch: "stretch", align: "align" }, ngImport: i0, template: '', isInline: true });
|
|
19900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabViewComponent, decorators: [{
|
|
19821
19901
|
type: Component,
|
|
19822
19902
|
args: [{
|
|
19823
19903
|
selector: 'ncc-abstract-tab-view',
|
|
@@ -19842,9 +19922,9 @@ class AbstractTabCreationDetectorComponent {
|
|
|
19842
19922
|
this.initializeTabFunction(this.tabIndex);
|
|
19843
19923
|
}
|
|
19844
19924
|
}
|
|
19845
|
-
AbstractTabCreationDetectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19846
|
-
AbstractTabCreationDetectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19925
|
+
AbstractTabCreationDetectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabCreationDetectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
19926
|
+
AbstractTabCreationDetectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTabCreationDetectorComponent, selector: "ncc-abstract-tab-creation-detector", inputs: { initializeTabFunction: "initializeTabFunction", tabIndex: "tabIndex" }, ngImport: i0, template: '', isInline: true });
|
|
19927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabCreationDetectorComponent, decorators: [{
|
|
19848
19928
|
type: Component,
|
|
19849
19929
|
args: [{
|
|
19850
19930
|
selector: 'ncc-abstract-tab-creation-detector',
|
|
@@ -19973,9 +20053,9 @@ class AbstractImportNetComponent {
|
|
|
19973
20053
|
});
|
|
19974
20054
|
}
|
|
19975
20055
|
}
|
|
19976
|
-
AbstractImportNetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19977
|
-
AbstractImportNetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20056
|
+
AbstractImportNetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImportNetComponent, deps: [{ token: SideMenuControl }, { token: PetriNetResourceService }, { token: LoggerService }, { token: SnackBarService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20057
|
+
AbstractImportNetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractImportNetComponent, selector: "ncc-abstract-import-net", ngImport: i0, template: '', isInline: true });
|
|
20058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImportNetComponent, decorators: [{
|
|
19979
20059
|
type: Component,
|
|
19980
20060
|
args: [{
|
|
19981
20061
|
selector: 'ncc-abstract-import-net',
|
|
@@ -20212,9 +20292,9 @@ class AbstractNewCaseComponent {
|
|
|
20212
20292
|
}
|
|
20213
20293
|
}
|
|
20214
20294
|
}
|
|
20215
|
-
AbstractNewCaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20216
|
-
AbstractNewCaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20295
|
+
AbstractNewCaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNewCaseComponent, deps: [{ token: NAE_SIDE_MENU_CONTROL }, { token: i1$4.FormBuilder }, { token: SnackBarService }, { token: CaseResourceService }, { token: i4$2.HotkeysService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20296
|
+
AbstractNewCaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNewCaseComponent, selector: "ncc-abstract-new-case", viewQueries: [{ propertyName: "toolbar", first: true, predicate: ["toolbar"], descendants: true }, { propertyName: "stepper1", first: true, predicate: ["stepper1"], descendants: true }, { propertyName: "stepper2", first: true, predicate: ["stepper2"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
20297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNewCaseComponent, decorators: [{
|
|
20218
20298
|
type: Component,
|
|
20219
20299
|
args: [{
|
|
20220
20300
|
selector: 'ncc-abstract-new-case',
|
|
@@ -20292,9 +20372,9 @@ class AbstractUserAssignComponent {
|
|
|
20292
20372
|
}
|
|
20293
20373
|
}
|
|
20294
20374
|
}
|
|
20295
|
-
AbstractUserAssignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20296
|
-
AbstractUserAssignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20375
|
+
AbstractUserAssignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignComponent, deps: [{ token: SideMenuControl }], target: i0.ɵɵFactoryTarget.Component });
|
|
20376
|
+
AbstractUserAssignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserAssignComponent, selector: "ncc-abstract-user-assign", ngImport: i0, template: '', isInline: true });
|
|
20377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignComponent, decorators: [{
|
|
20298
20378
|
type: Component,
|
|
20299
20379
|
args: [{
|
|
20300
20380
|
selector: 'ncc-abstract-user-assign',
|
|
@@ -20390,9 +20470,9 @@ class AbstractUserAssignListComponent {
|
|
|
20390
20470
|
this._selectedUser$.next(selectedUser.id);
|
|
20391
20471
|
}
|
|
20392
20472
|
}
|
|
20393
|
-
AbstractUserAssignListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20394
|
-
AbstractUserAssignListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20473
|
+
AbstractUserAssignListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignListComponent, deps: [{ token: UserListService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20474
|
+
AbstractUserAssignListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserAssignListComponent, selector: "ncc-abstract-user-assign-list", inputs: { initiallySelectedUser: "initiallySelectedUser", searchUserControl: "searchUserControl", roles: "roles", negativeRoles: "negativeRoles" }, outputs: { userSelected: "userSelected" }, viewQueries: [{ propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
20475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignListComponent, decorators: [{
|
|
20396
20476
|
type: Component,
|
|
20397
20477
|
args: [{
|
|
20398
20478
|
selector: 'ncc-abstract-user-assign-list',
|
|
@@ -20420,9 +20500,9 @@ class AbstractUserAssignItemComponent {
|
|
|
20420
20500
|
constructor() {
|
|
20421
20501
|
}
|
|
20422
20502
|
}
|
|
20423
|
-
AbstractUserAssignItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20424
|
-
AbstractUserAssignItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20503
|
+
AbstractUserAssignItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
20504
|
+
AbstractUserAssignItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserAssignItemComponent, selector: "ncc-abstract-user-assign-item", inputs: { user: "user", selectedId$: "selectedId$" }, ngImport: i0, template: '', isInline: true });
|
|
20505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignItemComponent, decorators: [{
|
|
20426
20506
|
type: Component,
|
|
20427
20507
|
args: [{
|
|
20428
20508
|
selector: 'ncc-abstract-user-assign-item',
|
|
@@ -20583,9 +20663,9 @@ class FilterRepository {
|
|
|
20583
20663
|
return result;
|
|
20584
20664
|
}
|
|
20585
20665
|
}
|
|
20586
|
-
FilterRepository.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20587
|
-
FilterRepository.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
20588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20666
|
+
FilterRepository.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, deps: [{ token: ConfigurationService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
20667
|
+
FilterRepository.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, providedIn: 'root' });
|
|
20668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, decorators: [{
|
|
20589
20669
|
type: Injectable,
|
|
20590
20670
|
args: [{
|
|
20591
20671
|
providedIn: 'root'
|
|
@@ -20739,9 +20819,9 @@ class AbstractFilterSelectorComponent {
|
|
|
20739
20819
|
this.taskFilters.filter(newValue);
|
|
20740
20820
|
}
|
|
20741
20821
|
}
|
|
20742
|
-
AbstractFilterSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20743
|
-
AbstractFilterSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20822
|
+
AbstractFilterSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterSelectorComponent, deps: [{ token: NAE_SIDE_MENU_CONTROL }, { token: FilterRepository }], target: i0.ɵɵFactoryTarget.Component });
|
|
20823
|
+
AbstractFilterSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFilterSelectorComponent, selector: "ncc-abstract-filter-selector", viewQueries: [{ propertyName: "caseFilterList", first: true, predicate: ["caseFilterList"], descendants: true }, { propertyName: "taskFilterList", first: true, predicate: ["taskFilterList"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
20824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterSelectorComponent, decorators: [{
|
|
20745
20825
|
type: Component,
|
|
20746
20826
|
args: [{
|
|
20747
20827
|
selector: 'ncc-abstract-filter-selector',
|
|
@@ -20775,9 +20855,9 @@ class AbstractFilterSelectorListItemComponent {
|
|
|
20775
20855
|
}
|
|
20776
20856
|
}
|
|
20777
20857
|
}
|
|
20778
|
-
AbstractFilterSelectorListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20779
|
-
AbstractFilterSelectorListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20858
|
+
AbstractFilterSelectorListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterSelectorListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
20859
|
+
AbstractFilterSelectorListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFilterSelectorListItemComponent, selector: "ncc-abstract-filter-selector-list-item", inputs: { filter: "filter" }, ngImport: i0, template: '', isInline: true });
|
|
20860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterSelectorListItemComponent, decorators: [{
|
|
20781
20861
|
type: Component,
|
|
20782
20862
|
args: [{
|
|
20783
20863
|
selector: 'ncc-abstract-filter-selector-list-item',
|
|
@@ -20812,9 +20892,9 @@ class AbstractOptionSelectorComponent {
|
|
|
20812
20892
|
.replace(/[\u0300-\u036f]/g, '').indexOf(filterValue) === 0);
|
|
20813
20893
|
}
|
|
20814
20894
|
}
|
|
20815
|
-
AbstractOptionSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20816
|
-
AbstractOptionSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20895
|
+
AbstractOptionSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractOptionSelectorComponent, deps: [{ token: SideMenuControl }], target: i0.ɵɵFactoryTarget.Component });
|
|
20896
|
+
AbstractOptionSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractOptionSelectorComponent, selector: "ncc-abstract-option-selector", ngImport: i0, template: '', isInline: true });
|
|
20897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractOptionSelectorComponent, decorators: [{
|
|
20818
20898
|
type: Component,
|
|
20819
20899
|
args: [{
|
|
20820
20900
|
selector: 'ncc-abstract-option-selector',
|
|
@@ -20847,9 +20927,9 @@ class AbstractViewWithHeadersComponent {
|
|
|
20847
20927
|
return !(this.config?.[ConfigParams.PANEL_HEADER] === 'false');
|
|
20848
20928
|
}
|
|
20849
20929
|
}
|
|
20850
|
-
AbstractViewWithHeadersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20851
|
-
AbstractViewWithHeadersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20930
|
+
AbstractViewWithHeadersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractViewWithHeadersComponent, deps: [{ token: AbstractSortableViewComponent }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
20931
|
+
AbstractViewWithHeadersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractViewWithHeadersComponent, selector: "ncc-abstract-view-with-headers", ngImport: i0, template: '', isInline: true });
|
|
20932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractViewWithHeadersComponent, decorators: [{
|
|
20853
20933
|
type: Component,
|
|
20854
20934
|
args: [{
|
|
20855
20935
|
selector: 'ncc-abstract-view-with-headers',
|
|
@@ -20868,9 +20948,9 @@ class AbstractTaskViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
20868
20948
|
super.ngOnDestroy();
|
|
20869
20949
|
}
|
|
20870
20950
|
}
|
|
20871
|
-
AbstractTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20872
|
-
AbstractTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20951
|
+
AbstractTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskViewComponent, deps: [{ token: TaskViewService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
20952
|
+
AbstractTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTaskViewComponent, selector: "ncc-abstract-task-view", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
20953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskViewComponent, decorators: [{
|
|
20874
20954
|
type: Component,
|
|
20875
20955
|
args: [{
|
|
20876
20956
|
selector: 'ncc-abstract-task-view',
|
|
@@ -21248,9 +21328,9 @@ class UserFiltersService {
|
|
|
21248
21328
|
};
|
|
21249
21329
|
}
|
|
21250
21330
|
}
|
|
21251
|
-
UserFiltersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21252
|
-
UserFiltersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
21253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21331
|
+
UserFiltersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, deps: [{ token: CaseResourceService }, { token: TaskResourceService }, { token: ProcessService }, { token: CallChainService }, { token: SideMenuService }, { token: LoggerService }, { token: CategoryResolverService }, { token: NAE_SAVE_FILTER_COMPONENT, optional: true }, { token: NAE_LOAD_FILTER_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
21332
|
+
UserFiltersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, providedIn: 'root' });
|
|
21333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, decorators: [{
|
|
21254
21334
|
type: Injectable,
|
|
21255
21335
|
args: [{
|
|
21256
21336
|
providedIn: 'root'
|
|
@@ -21290,9 +21370,9 @@ class AbstractSaveFilterComponent extends AbstractTaskViewComponent {
|
|
|
21290
21370
|
}
|
|
21291
21371
|
}
|
|
21292
21372
|
}
|
|
21293
|
-
AbstractSaveFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21294
|
-
AbstractSaveFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21373
|
+
AbstractSaveFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSaveFilterComponent, deps: [{ token: NAE_SIDE_MENU_CONTROL }, { token: UserFiltersService }, { token: LoggerService }, { token: TaskViewService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
21374
|
+
AbstractSaveFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSaveFilterComponent, selector: "ncc-abstract-save-filter", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
21375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSaveFilterComponent, decorators: [{
|
|
21296
21376
|
type: Component,
|
|
21297
21377
|
args: [{
|
|
21298
21378
|
selector: 'ncc-abstract-save-filter',
|
|
@@ -21354,9 +21434,9 @@ class AbstractCaseViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
21354
21434
|
}
|
|
21355
21435
|
}
|
|
21356
21436
|
}
|
|
21357
|
-
AbstractCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21358
|
-
AbstractCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21437
|
+
AbstractCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseViewComponent, deps: [{ token: CaseViewService }, { token: OverflowService }, { token: Array }, { token: NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
21438
|
+
AbstractCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCaseViewComponent, selector: "ncc-abstract-case-view", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
21439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseViewComponent, decorators: [{
|
|
21360
21440
|
type: Component,
|
|
21361
21441
|
args: [{
|
|
21362
21442
|
selector: 'ncc-abstract-case-view',
|
|
@@ -21396,9 +21476,9 @@ class AbstractLoadFilterComponent extends AbstractCaseViewComponent {
|
|
|
21396
21476
|
});
|
|
21397
21477
|
}
|
|
21398
21478
|
}
|
|
21399
|
-
AbstractLoadFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21400
|
-
AbstractLoadFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21479
|
+
AbstractLoadFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadFilterComponent, deps: [{ token: NAE_SIDE_MENU_CONTROL }, { token: LoggerService }, { token: CaseViewService }], target: i0.ɵɵFactoryTarget.Component });
|
|
21480
|
+
AbstractLoadFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLoadFilterComponent, selector: "ncc-abstract-load-filter", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
21481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadFilterComponent, decorators: [{
|
|
21402
21482
|
type: Component,
|
|
21403
21483
|
args: [{
|
|
21404
21484
|
selector: 'ncc-abstract-load-filter',
|
|
@@ -21437,9 +21517,9 @@ class AbstractSideMenuContainerComponent {
|
|
|
21437
21517
|
return this.sideMenu.openedChange.asObservable();
|
|
21438
21518
|
}
|
|
21439
21519
|
}
|
|
21440
|
-
AbstractSideMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21441
|
-
AbstractSideMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21520
|
+
AbstractSideMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSideMenuContainerComponent, deps: [{ token: SideMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
|
21521
|
+
AbstractSideMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSideMenuContainerComponent, selector: "ncc-abstract-side-menu-container", viewQueries: [{ propertyName: "sideMenu", first: true, predicate: ["rightSideMenu"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
21522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSideMenuContainerComponent, decorators: [{
|
|
21443
21523
|
type: Component,
|
|
21444
21524
|
args: [{
|
|
21445
21525
|
selector: 'ncc-abstract-side-menu-container',
|
|
@@ -21454,18 +21534,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
21454
21534
|
|
|
21455
21535
|
class AlertDialogModule {
|
|
21456
21536
|
}
|
|
21457
|
-
AlertDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21458
|
-
AlertDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
21537
|
+
AlertDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21538
|
+
AlertDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, declarations: [AlertDialogComponent], imports: [CommonModule,
|
|
21459
21539
|
MaterialModule,
|
|
21460
21540
|
FormsModule,
|
|
21461
21541
|
FlexLayoutModule], exports: [AlertDialogComponent] });
|
|
21462
|
-
AlertDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
21542
|
+
AlertDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, imports: [[
|
|
21463
21543
|
CommonModule,
|
|
21464
21544
|
MaterialModule,
|
|
21465
21545
|
FormsModule,
|
|
21466
21546
|
FlexLayoutModule
|
|
21467
21547
|
]] });
|
|
21468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, decorators: [{
|
|
21469
21549
|
type: NgModule,
|
|
21470
21550
|
args: [{
|
|
21471
21551
|
declarations: [
|
|
@@ -21485,18 +21565,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
21485
21565
|
|
|
21486
21566
|
class ConfirmDialogModule {
|
|
21487
21567
|
}
|
|
21488
|
-
ConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21489
|
-
ConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
21568
|
+
ConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21569
|
+
ConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, declarations: [ConfirmDialogComponent], imports: [CommonModule,
|
|
21490
21570
|
MaterialModule,
|
|
21491
21571
|
FormsModule,
|
|
21492
21572
|
FlexLayoutModule], exports: [ConfirmDialogComponent] });
|
|
21493
|
-
ConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
21573
|
+
ConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, imports: [[
|
|
21494
21574
|
CommonModule,
|
|
21495
21575
|
MaterialModule,
|
|
21496
21576
|
FormsModule,
|
|
21497
21577
|
FlexLayoutModule
|
|
21498
21578
|
]] });
|
|
21499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, decorators: [{
|
|
21500
21580
|
type: NgModule,
|
|
21501
21581
|
args: [{
|
|
21502
21582
|
declarations: [
|
|
@@ -21516,20 +21596,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
21516
21596
|
|
|
21517
21597
|
class PromptDialogModule {
|
|
21518
21598
|
}
|
|
21519
|
-
PromptDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21520
|
-
PromptDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
21599
|
+
PromptDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21600
|
+
PromptDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, declarations: [PromptDialogComponent], imports: [CommonModule,
|
|
21521
21601
|
MaterialModule,
|
|
21522
21602
|
FormsModule,
|
|
21523
21603
|
FlexLayoutModule,
|
|
21524
21604
|
TranslateLibModule], exports: [PromptDialogComponent] });
|
|
21525
|
-
PromptDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
21605
|
+
PromptDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, imports: [[
|
|
21526
21606
|
CommonModule,
|
|
21527
21607
|
MaterialModule,
|
|
21528
21608
|
FormsModule,
|
|
21529
21609
|
FlexLayoutModule,
|
|
21530
21610
|
TranslateLibModule
|
|
21531
21611
|
]] });
|
|
21532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, decorators: [{
|
|
21533
21613
|
type: NgModule,
|
|
21534
21614
|
args: [{
|
|
21535
21615
|
declarations: [
|
|
@@ -21550,8 +21630,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
21550
21630
|
|
|
21551
21631
|
class DialogModule {
|
|
21552
21632
|
}
|
|
21553
|
-
DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21554
|
-
DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
21633
|
+
DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21634
|
+
DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, imports: [CommonModule,
|
|
21555
21635
|
MaterialModule,
|
|
21556
21636
|
FormsModule,
|
|
21557
21637
|
FlexLayoutModule,
|
|
@@ -21560,7 +21640,7 @@ DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
21560
21640
|
PromptDialogModule], exports: [AlertDialogModule,
|
|
21561
21641
|
ConfirmDialogModule,
|
|
21562
21642
|
PromptDialogModule] });
|
|
21563
|
-
DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
21643
|
+
DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, imports: [[
|
|
21564
21644
|
CommonModule,
|
|
21565
21645
|
MaterialModule,
|
|
21566
21646
|
FormsModule,
|
|
@@ -21571,7 +21651,7 @@ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
21571
21651
|
], AlertDialogModule,
|
|
21572
21652
|
ConfirmDialogModule,
|
|
21573
21653
|
PromptDialogModule] });
|
|
21574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, decorators: [{
|
|
21575
21655
|
type: NgModule,
|
|
21576
21656
|
args: [{
|
|
21577
21657
|
imports: [
|
|
@@ -22030,9 +22110,9 @@ class AbstractHeaderService {
|
|
|
22030
22110
|
}
|
|
22031
22111
|
AbstractHeaderService.DEFAULT_HEADER_COUNT = 5;
|
|
22032
22112
|
AbstractHeaderService.DEFAULT_HEADER_RESPONSIVITY = true;
|
|
22033
|
-
AbstractHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22034
|
-
AbstractHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22113
|
+
AbstractHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderService, deps: [{ token: HeaderType }, { token: UserPreferenceService }, { token: LoggerService }, { token: ViewIdService, optional: true }, { token: OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22114
|
+
AbstractHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderService });
|
|
22115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderService, decorators: [{
|
|
22036
22116
|
type: Injectable
|
|
22037
22117
|
}], ctorParameters: function () { return [{ type: HeaderType }, { type: UserPreferenceService }, { type: LoggerService }, { type: ViewIdService, decorators: [{
|
|
22038
22118
|
type: Optional
|
|
@@ -22092,9 +22172,9 @@ class CaseHeaderService extends AbstractHeaderService {
|
|
|
22092
22172
|
}
|
|
22093
22173
|
}
|
|
22094
22174
|
}
|
|
22095
|
-
CaseHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22096
|
-
CaseHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22175
|
+
CaseHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseHeaderService, deps: [{ token: AllowedNetsService }, { token: UserPreferenceService }, { token: LoggerService }, { token: ViewIdService, optional: true }, { token: OverflowService, optional: true }, { token: NAE_DEFAULT_HEADERS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22176
|
+
CaseHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseHeaderService });
|
|
22177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseHeaderService, decorators: [{
|
|
22098
22178
|
type: Injectable
|
|
22099
22179
|
}], ctorParameters: function () { return [{ type: AllowedNetsService }, { type: UserPreferenceService }, { type: LoggerService }, { type: ViewIdService, decorators: [{
|
|
22100
22180
|
type: Optional
|
|
@@ -22145,9 +22225,9 @@ class TaskHeaderService extends AbstractHeaderService {
|
|
|
22145
22225
|
this.subAllowedNets.unsubscribe();
|
|
22146
22226
|
}
|
|
22147
22227
|
}
|
|
22148
|
-
TaskHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22149
|
-
TaskHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22228
|
+
TaskHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskHeaderService, deps: [{ token: AllowedNetsService }, { token: UserPreferenceService }, { token: LoggerService }, { token: ViewIdService, optional: true }, { token: OverflowService, optional: true }, { token: NAE_DEFAULT_HEADERS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22229
|
+
TaskHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskHeaderService });
|
|
22230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskHeaderService, decorators: [{
|
|
22151
22231
|
type: Injectable
|
|
22152
22232
|
}], ctorParameters: function () { return [{ type: AllowedNetsService }, { type: UserPreferenceService }, { type: LoggerService }, { type: ViewIdService, decorators: [{
|
|
22153
22233
|
type: Optional
|
|
@@ -22186,9 +22266,9 @@ class WorkflowHeaderService extends AbstractHeaderService {
|
|
|
22186
22266
|
restoreLastState() {
|
|
22187
22267
|
}
|
|
22188
22268
|
}
|
|
22189
|
-
WorkflowHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22190
|
-
WorkflowHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22269
|
+
WorkflowHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowHeaderService, deps: [{ token: UserPreferenceService }, { token: LoggerService }, { token: ViewIdService, optional: true }, { token: OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22270
|
+
WorkflowHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowHeaderService });
|
|
22271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowHeaderService, decorators: [{
|
|
22192
22272
|
type: Injectable
|
|
22193
22273
|
}], ctorParameters: function () { return [{ type: UserPreferenceService }, { type: LoggerService }, { type: ViewIdService, decorators: [{
|
|
22194
22274
|
type: Optional
|
|
@@ -22392,9 +22472,9 @@ class HeaderSearchService {
|
|
|
22392
22472
|
this._columnToConfiguration.delete(removedId);
|
|
22393
22473
|
}
|
|
22394
22474
|
}
|
|
22395
|
-
HeaderSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22396
|
-
HeaderSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22475
|
+
HeaderSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderSearchService, deps: [{ token: CategoryFactory }, { token: ProcessService }, { token: i1$2.TranslateService }, { token: LoggerService }, { token: SearchService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22476
|
+
HeaderSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderSearchService });
|
|
22477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderSearchService, decorators: [{
|
|
22398
22478
|
type: Injectable
|
|
22399
22479
|
}], ctorParameters: function () { return [{ type: CategoryFactory }, { type: ProcessService }, { type: i1$2.TranslateService }, { type: LoggerService }, { type: SearchService, decorators: [{
|
|
22400
22480
|
type: Optional
|
|
@@ -22548,9 +22628,9 @@ class AbstractHeaderComponent {
|
|
|
22548
22628
|
});
|
|
22549
22629
|
}
|
|
22550
22630
|
}
|
|
22551
|
-
AbstractHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22552
|
-
AbstractHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22631
|
+
AbstractHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderComponent, deps: [{ token: i0.Injector }, { token: i1$2.TranslateService }, { token: OverflowService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
22632
|
+
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 });
|
|
22633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderComponent, decorators: [{
|
|
22554
22634
|
type: Component,
|
|
22555
22635
|
args: [{
|
|
22556
22636
|
selector: 'ncc-abstract-header',
|
|
@@ -22575,9 +22655,9 @@ class AbstractHeaderModeComponent {
|
|
|
22575
22655
|
return this.overflowWidth;
|
|
22576
22656
|
}
|
|
22577
22657
|
}
|
|
22578
|
-
AbstractHeaderModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22579
|
-
AbstractHeaderModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22658
|
+
AbstractHeaderModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22659
|
+
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 });
|
|
22660
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderModeComponent, decorators: [{
|
|
22581
22661
|
type: Component,
|
|
22582
22662
|
args: [{
|
|
22583
22663
|
selector: 'ncc-abstract-header-mode',
|
|
@@ -22596,9 +22676,9 @@ class AbstractSortModeComponent extends AbstractHeaderModeComponent {
|
|
|
22596
22676
|
this.headerService.sortHeaderChanged(parseInt(sortEvent.active.substring(0, firstDash), 10), sortEvent.active.substr(firstDash + 1, sortEvent.active.length), sortEvent.direction);
|
|
22597
22677
|
}
|
|
22598
22678
|
}
|
|
22599
|
-
AbstractSortModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22600
|
-
AbstractSortModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22679
|
+
AbstractSortModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22680
|
+
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 });
|
|
22681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortModeComponent, decorators: [{
|
|
22602
22682
|
type: Component,
|
|
22603
22683
|
args: [{
|
|
22604
22684
|
selector: 'ncc-abstract-sort-mode',
|
|
@@ -22672,9 +22752,9 @@ class AbstractEditModeComponent extends AbstractHeaderModeComponent {
|
|
|
22672
22752
|
return true;
|
|
22673
22753
|
}
|
|
22674
22754
|
}
|
|
22675
|
-
AbstractEditModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22676
|
-
AbstractEditModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22755
|
+
AbstractEditModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEditModeComponent, deps: [{ token: i1$2.TranslateService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22756
|
+
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 });
|
|
22757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEditModeComponent, decorators: [{
|
|
22678
22758
|
type: Component,
|
|
22679
22759
|
args: [{
|
|
22680
22760
|
selector: 'ncc-abstract-edit-mode',
|
|
@@ -22689,9 +22769,9 @@ class AbstractLoadingModeComponent extends AbstractHeaderModeComponent {
|
|
|
22689
22769
|
super();
|
|
22690
22770
|
}
|
|
22691
22771
|
}
|
|
22692
|
-
AbstractLoadingModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22693
|
-
AbstractLoadingModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22772
|
+
AbstractLoadingModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadingModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22773
|
+
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 });
|
|
22774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadingModeComponent, decorators: [{
|
|
22695
22775
|
type: Component,
|
|
22696
22776
|
args: [{
|
|
22697
22777
|
selector: 'ncc-abstract-loading-mode',
|
|
@@ -22779,9 +22859,9 @@ class AbstractSearchModeComponent extends AbstractHeaderModeComponent {
|
|
|
22779
22859
|
}
|
|
22780
22860
|
}
|
|
22781
22861
|
}
|
|
22782
|
-
AbstractSearchModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22783
|
-
AbstractSearchModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22862
|
+
AbstractSearchModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchModeComponent, deps: [{ token: SideMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22863
|
+
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 });
|
|
22864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchModeComponent, decorators: [{
|
|
22785
22865
|
type: Component,
|
|
22786
22866
|
args: [{
|
|
22787
22867
|
selector: 'ncc-abstract-seatch-mode',
|
|
@@ -22805,9 +22885,9 @@ class DashboardResourceService extends AbstractResourceService {
|
|
|
22805
22885
|
return this._resourceProvider.post$('/dashboard/search', this.SERVER_URL, jsonQuery, params);
|
|
22806
22886
|
}
|
|
22807
22887
|
}
|
|
22808
|
-
DashboardResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22809
|
-
DashboardResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22888
|
+
DashboardResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DashboardResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22889
|
+
DashboardResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DashboardResourceService, providedIn: 'root' });
|
|
22890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DashboardResourceService, decorators: [{
|
|
22811
22891
|
type: Injectable,
|
|
22812
22892
|
args: [{
|
|
22813
22893
|
providedIn: 'root'
|
|
@@ -22841,9 +22921,9 @@ class LdapGroupResourceService extends AbstractResourceService {
|
|
|
22841
22921
|
.pipe(map(r => this.changeType(r, undefined)));
|
|
22842
22922
|
}
|
|
22843
22923
|
}
|
|
22844
|
-
LdapGroupResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22845
|
-
LdapGroupResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22846
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22924
|
+
LdapGroupResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22925
|
+
LdapGroupResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupResourceService, providedIn: 'root' });
|
|
22926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupResourceService, decorators: [{
|
|
22847
22927
|
type: Injectable,
|
|
22848
22928
|
args: [{
|
|
22849
22929
|
providedIn: 'root'
|
|
@@ -22873,9 +22953,9 @@ class PublicCaseResourceService extends CaseResourceService {
|
|
|
22873
22953
|
.pipe(map(r => this.changeType(r, undefined)));
|
|
22874
22954
|
}
|
|
22875
22955
|
}
|
|
22876
|
-
PublicCaseResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22877
|
-
PublicCaseResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22956
|
+
PublicCaseResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicCaseResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
22957
|
+
PublicCaseResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicCaseResourceService, providedIn: 'root' });
|
|
22958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicCaseResourceService, decorators: [{
|
|
22879
22959
|
type: Injectable,
|
|
22880
22960
|
args: [{
|
|
22881
22961
|
providedIn: 'root'
|
|
@@ -22966,9 +23046,9 @@ class PublicPetriNetResourceService extends PetriNetResourceService {
|
|
|
22966
23046
|
.pipe(map(r => this.changeType(r, 'transitionReferences')));
|
|
22967
23047
|
}
|
|
22968
23048
|
}
|
|
22969
|
-
PublicPetriNetResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22970
|
-
PublicPetriNetResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23049
|
+
PublicPetriNetResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicPetriNetResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23050
|
+
PublicPetriNetResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicPetriNetResourceService, providedIn: 'root' });
|
|
23051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicPetriNetResourceService, decorators: [{
|
|
22972
23052
|
type: Injectable,
|
|
22973
23053
|
args: [{
|
|
22974
23054
|
providedIn: 'root'
|
|
@@ -23104,9 +23184,9 @@ class PublicTaskResourceService extends TaskResourceService {
|
|
|
23104
23184
|
* Delete file from the task
|
|
23105
23185
|
* DELETE
|
|
23106
23186
|
*/
|
|
23107
|
-
deleteFile(taskId, fieldId, name) {
|
|
23187
|
+
deleteFile(taskId, fieldId, name, param) {
|
|
23108
23188
|
const url = !!name ? `public/task/${taskId}/file/${fieldId}/${name}` : `public/task/${taskId}/file/${fieldId}`;
|
|
23109
|
-
return this._resourceProvider.delete$(url, this.SERVER_URL).pipe(map(r => this.changeType(r, undefined)));
|
|
23189
|
+
return this._resourceProvider.delete$(url, this.SERVER_URL, param).pipe(map(r => this.changeType(r, undefined)));
|
|
23110
23190
|
}
|
|
23111
23191
|
/**
|
|
23112
23192
|
* Download task file preview for field value
|
|
@@ -23127,9 +23207,9 @@ class PublicTaskResourceService extends TaskResourceService {
|
|
|
23127
23207
|
}), filter(value => !!value));
|
|
23128
23208
|
}
|
|
23129
23209
|
}
|
|
23130
|
-
PublicTaskResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23131
|
-
PublicTaskResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23210
|
+
PublicTaskResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }, { token: FieldConverterService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23211
|
+
PublicTaskResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskResourceService, providedIn: 'root' });
|
|
23212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskResourceService, decorators: [{
|
|
23133
23213
|
type: Injectable,
|
|
23134
23214
|
args: [{
|
|
23135
23215
|
providedIn: 'root'
|
|
@@ -23186,9 +23266,9 @@ class AbstractQuickPanelComponent extends AbstractNavigationResizableDrawerCompo
|
|
|
23186
23266
|
return this._paperView.paperView;
|
|
23187
23267
|
}
|
|
23188
23268
|
}
|
|
23189
|
-
AbstractQuickPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23190
|
-
AbstractQuickPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
23191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23269
|
+
AbstractQuickPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractQuickPanelComponent, deps: [{ token: LanguageService }, { token: PaperViewService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23270
|
+
AbstractQuickPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractQuickPanelComponent, selector: "ncc-abstract-quick-panel", inputs: { items: "items" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
23271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractQuickPanelComponent, decorators: [{
|
|
23192
23272
|
type: Component,
|
|
23193
23273
|
args: [{
|
|
23194
23274
|
selector: 'ncc-abstract-quick-panel',
|
|
@@ -23202,9 +23282,9 @@ class AbstractInternalLinkComponent {
|
|
|
23202
23282
|
constructor() {
|
|
23203
23283
|
}
|
|
23204
23284
|
}
|
|
23205
|
-
AbstractInternalLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23206
|
-
AbstractInternalLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
23207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23285
|
+
AbstractInternalLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractInternalLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
23286
|
+
AbstractInternalLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractInternalLinkComponent, selector: "ncc-abstract-internal-link", inputs: { link: "link", icon: "icon" }, ngImport: i0, template: '', isInline: true });
|
|
23287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractInternalLinkComponent, decorators: [{
|
|
23208
23288
|
type: Component,
|
|
23209
23289
|
args: [{
|
|
23210
23290
|
selector: 'ncc-abstract-internal-link',
|
|
@@ -23234,9 +23314,9 @@ class AbstractLogoutShortcutComponent {
|
|
|
23234
23314
|
});
|
|
23235
23315
|
}
|
|
23236
23316
|
}
|
|
23237
|
-
AbstractLogoutShortcutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23238
|
-
AbstractLogoutShortcutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
23239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23317
|
+
AbstractLogoutShortcutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLogoutShortcutComponent, deps: [{ token: UserService }, { token: LoggerService }, { token: ConfigurationService }, { token: i2$3.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
23318
|
+
AbstractLogoutShortcutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLogoutShortcutComponent, selector: "ncc-abstract-logout-shortcut", ngImport: i0, template: '', isInline: true });
|
|
23319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLogoutShortcutComponent, decorators: [{
|
|
23240
23320
|
type: Component,
|
|
23241
23321
|
args: [{
|
|
23242
23322
|
selector: 'ncc-abstract-logout-shortcut',
|
|
@@ -23289,9 +23369,9 @@ class AbstractLanguageSelectorComponent {
|
|
|
23289
23369
|
this._select.setLanguage(lang, true);
|
|
23290
23370
|
}
|
|
23291
23371
|
}
|
|
23292
|
-
AbstractLanguageSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23293
|
-
AbstractLanguageSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
23294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23372
|
+
AbstractLanguageSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLanguageSelectorComponent, deps: [{ token: LanguageService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23373
|
+
AbstractLanguageSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLanguageSelectorComponent, selector: "ncc-abstract-language-selector", inputs: { language: "language" }, ngImport: i0, template: '', isInline: true });
|
|
23374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLanguageSelectorComponent, decorators: [{
|
|
23295
23375
|
type: Component,
|
|
23296
23376
|
args: [{
|
|
23297
23377
|
selector: 'ncc-abstract-language-selector',
|
|
@@ -23543,9 +23623,9 @@ class RoleGuardService {
|
|
|
23543
23623
|
}
|
|
23544
23624
|
}
|
|
23545
23625
|
}
|
|
23546
|
-
RoleGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23547
|
-
RoleGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23626
|
+
RoleGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleGuardService, deps: [{ token: RedirectService }, { token: UserService }, { token: ConfigurationService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23627
|
+
RoleGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleGuardService, providedIn: AuthenticationModule });
|
|
23628
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleGuardService, decorators: [{
|
|
23549
23629
|
type: Injectable,
|
|
23550
23630
|
args: [{
|
|
23551
23631
|
providedIn: AuthenticationModule
|
|
@@ -23571,9 +23651,9 @@ class AuthorityGuardService {
|
|
|
23571
23651
|
}
|
|
23572
23652
|
}
|
|
23573
23653
|
}
|
|
23574
|
-
AuthorityGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23575
|
-
AuthorityGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23654
|
+
AuthorityGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, deps: [{ token: RedirectService }, { token: UserService }, { token: ConfigurationService }, { token: i2$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23655
|
+
AuthorityGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, providedIn: AuthenticationModule });
|
|
23656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, decorators: [{
|
|
23577
23657
|
type: Injectable,
|
|
23578
23658
|
args: [{
|
|
23579
23659
|
providedIn: AuthenticationModule
|
|
@@ -23659,9 +23739,9 @@ class NextGroupService {
|
|
|
23659
23739
|
return this.ownerGroups;
|
|
23660
23740
|
}
|
|
23661
23741
|
}
|
|
23662
|
-
NextGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23663
|
-
NextGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23742
|
+
NextGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, deps: [{ token: UserService }, { token: CaseResourceService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23743
|
+
NextGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, providedIn: 'root' });
|
|
23744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, decorators: [{
|
|
23665
23745
|
type: Injectable,
|
|
23666
23746
|
args: [{
|
|
23667
23747
|
providedIn: 'root'
|
|
@@ -23700,9 +23780,9 @@ class GroupGuardService {
|
|
|
23700
23780
|
+ ` Add group guard configuration for view at ${url}, or remove the guard.`);
|
|
23701
23781
|
}
|
|
23702
23782
|
}
|
|
23703
|
-
GroupGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23704
|
-
GroupGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23783
|
+
GroupGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GroupGuardService, deps: [{ token: RedirectService }, { token: UserService }, { token: NextGroupService }, { token: ConfigurationService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23784
|
+
GroupGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GroupGuardService, providedIn: AuthenticationModule });
|
|
23785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GroupGuardService, decorators: [{
|
|
23706
23786
|
type: Injectable,
|
|
23707
23787
|
args: [{
|
|
23708
23788
|
providedIn: AuthenticationModule
|
|
@@ -23767,9 +23847,9 @@ class AccessService {
|
|
|
23767
23847
|
return !view.access.hasOwnProperty('group') || this._groupGuard.canAccessView(view, url);
|
|
23768
23848
|
}
|
|
23769
23849
|
}
|
|
23770
|
-
AccessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23771
|
-
AccessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23850
|
+
AccessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AccessService, deps: [{ token: ConfigurationService }, { token: UserService }, { token: RoleGuardService }, { token: AuthorityGuardService }, { token: GroupGuardService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23851
|
+
AccessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AccessService, providedIn: 'root' });
|
|
23852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AccessService, decorators: [{
|
|
23773
23853
|
type: Injectable,
|
|
23774
23854
|
args: [{
|
|
23775
23855
|
providedIn: 'root'
|
|
@@ -23845,9 +23925,9 @@ class ActiveGroupService {
|
|
|
23845
23925
|
}
|
|
23846
23926
|
}
|
|
23847
23927
|
}
|
|
23848
|
-
ActiveGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23849
|
-
ActiveGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23928
|
+
ActiveGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, deps: [{ token: NextGroupService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23929
|
+
ActiveGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, providedIn: 'root' });
|
|
23930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, decorators: [{
|
|
23851
23931
|
type: Injectable,
|
|
23852
23932
|
args: [{
|
|
23853
23933
|
providedIn: 'root'
|
|
@@ -23872,9 +23952,9 @@ class DynamicNavigationRouteProviderService {
|
|
|
23872
23952
|
return this._config.getServicesConfiguration()?.groupNavigation?.groupNavigationRoute;
|
|
23873
23953
|
}
|
|
23874
23954
|
}
|
|
23875
|
-
DynamicNavigationRouteProviderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23876
|
-
DynamicNavigationRouteProviderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23877
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23955
|
+
DynamicNavigationRouteProviderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DynamicNavigationRouteProviderService, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23956
|
+
DynamicNavigationRouteProviderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DynamicNavigationRouteProviderService, providedIn: 'root' });
|
|
23957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DynamicNavigationRouteProviderService, decorators: [{
|
|
23878
23958
|
type: Injectable,
|
|
23879
23959
|
args: [{
|
|
23880
23960
|
providedIn: 'root'
|
|
@@ -24186,9 +24266,9 @@ class AbstractNavigationTreeComponent extends AbstractNavigationResizableDrawerC
|
|
|
24186
24266
|
return split;
|
|
24187
24267
|
}
|
|
24188
24268
|
}
|
|
24189
|
-
AbstractNavigationTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24190
|
-
AbstractNavigationTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
24191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24269
|
+
AbstractNavigationTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationTreeComponent, deps: [{ token: ConfigurationService }, { token: i2$3.Router }, { token: LoggerService }, { token: UserService }, { token: AccessService }, { token: ActiveGroupService }, { token: TaskResourceService }, { token: LanguageService }, { token: DynamicNavigationRouteProviderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
24270
|
+
AbstractNavigationTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNavigationTreeComponent, selector: "ncc-abstract-navigation-tree", inputs: { viewPath: "viewPath", parentUrl: "parentUrl", routerChange: "routerChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
24271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationTreeComponent, decorators: [{
|
|
24192
24272
|
type: Component,
|
|
24193
24273
|
args: [{
|
|
24194
24274
|
selector: 'ncc-abstract-navigation-tree',
|
|
@@ -24318,9 +24398,9 @@ class AbstractNavigationDrawerComponent {
|
|
|
24318
24398
|
this.contentWidth.next(this.width);
|
|
24319
24399
|
}
|
|
24320
24400
|
}
|
|
24321
|
-
AbstractNavigationDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24322
|
-
AbstractNavigationDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
24323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24401
|
+
AbstractNavigationDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDrawerComponent, deps: [{ token: i1$7.BreakpointObserver }, { token: LoggerService }, { token: UserPreferenceService }], target: i0.ɵɵFactoryTarget.Component });
|
|
24402
|
+
AbstractNavigationDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNavigationDrawerComponent, selector: "ncc-abstract-navigation-drawer", inputs: { showUser: ["user", "showUser"], user: ["userObject", "user"], showQuickPanel: ["quickPanel", "showQuickPanel"], quickPanelItems: ["panelItems", "quickPanelItems"], navigation: "navigation", fixed: "fixed" }, outputs: { openedChange: "openedChange" }, viewQueries: [{ propertyName: "_sideNav", first: true, predicate: ["sidenav"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
24403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDrawerComponent, decorators: [{
|
|
24324
24404
|
type: Component,
|
|
24325
24405
|
args: [{
|
|
24326
24406
|
selector: 'ncc-abstract-navigation-drawer',
|
|
@@ -24727,9 +24807,9 @@ class RoutingBuilderService {
|
|
|
24727
24807
|
return result;
|
|
24728
24808
|
}
|
|
24729
24809
|
}
|
|
24730
|
-
RoutingBuilderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24731
|
-
RoutingBuilderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
24732
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24810
|
+
RoutingBuilderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, deps: [{ token: i2$3.Router }, { token: ConfigurationService }, { token: ViewService }, { token: LoggerService }, { token: DynamicNavigationRouteProviderService }, { token: NAE_GROUP_NAVIGATION_COMPONENT_RESOLVER_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
24811
|
+
RoutingBuilderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, providedIn: 'root' });
|
|
24812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, decorators: [{
|
|
24733
24813
|
type: Injectable,
|
|
24734
24814
|
args: [{
|
|
24735
24815
|
providedIn: 'root'
|
|
@@ -24761,9 +24841,9 @@ class UriResourceService extends AbstractResourceService {
|
|
|
24761
24841
|
return this._resourceProvider.get$('uri/' + btoa(uriPath), this.SERVER_URL).pipe(map(r => this.changeType(r, 'uriNode')));
|
|
24762
24842
|
}
|
|
24763
24843
|
}
|
|
24764
|
-
UriResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24765
|
-
UriResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
24766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24844
|
+
UriResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriResourceService, deps: [{ token: ResourceProvider }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
24845
|
+
UriResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriResourceService, providedIn: 'root' });
|
|
24846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriResourceService, decorators: [{
|
|
24767
24847
|
type: Injectable,
|
|
24768
24848
|
args: [{
|
|
24769
24849
|
providedIn: 'root'
|
|
@@ -24949,9 +25029,9 @@ class UriService {
|
|
|
24949
25029
|
}
|
|
24950
25030
|
}
|
|
24951
25031
|
UriService.ROOT = 'root';
|
|
24952
|
-
UriService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24953
|
-
UriService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
24954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25032
|
+
UriService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriService, deps: [{ token: LoggerService }, { token: UriResourceService }, { token: CaseResourceService }, { token: ActiveGroupService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
25033
|
+
UriService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriService, providedIn: 'root' });
|
|
25034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriService, decorators: [{
|
|
24955
25035
|
type: Injectable,
|
|
24956
25036
|
args: [{
|
|
24957
25037
|
providedIn: 'root'
|
|
@@ -25292,9 +25372,9 @@ class AbstractNavigationDoubleDrawerComponent {
|
|
|
25292
25372
|
// this.contentWidth.next(this.width);
|
|
25293
25373
|
}
|
|
25294
25374
|
}
|
|
25295
|
-
AbstractNavigationDoubleDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25296
|
-
AbstractNavigationDoubleDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25375
|
+
AbstractNavigationDoubleDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDoubleDrawerComponent, deps: [{ token: i2$3.Router }, { token: i2$3.ActivatedRoute }, { token: i1$7.BreakpointObserver }, { token: LanguageService }, { token: UserService }, { token: AccessService }, { token: LoggerService }, { token: ConfigurationService }, { token: UriService }, { token: DynamicNavigationRouteProviderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
25376
|
+
AbstractNavigationDoubleDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNavigationDoubleDrawerComponent, selector: "ncc-abstract-navigation-double-drawer", inputs: { portalLeftMenu: "portalLeftMenu", portalRightMenu: "portalRightMenu", imageRouterLink: "imageRouterLink", imageAlt: "imageAlt", image: "image", profileRouterLink: "profileRouterLink", includeUser: "includeUser", includeLanguage: "includeLanguage", includeMoreMenu: "includeMoreMenu", allClosable: "allClosable", folderIcon: "folderIcon", openedFolderIcon: "openedFolderIcon", filterIcon: "filterIcon", foldersCategoryName: "foldersCategoryName", viewsCategoryName: "viewsCategoryName" }, ngImport: i0, template: '', isInline: true });
|
|
25377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDoubleDrawerComponent, decorators: [{
|
|
25298
25378
|
type: Component,
|
|
25299
25379
|
args: [{
|
|
25300
25380
|
selector: 'ncc-abstract-navigation-double-drawer',
|
|
@@ -25357,9 +25437,9 @@ class AbstractNavigationRailComponent {
|
|
|
25357
25437
|
this.expandChange.emit(this._expanded);
|
|
25358
25438
|
}
|
|
25359
25439
|
}
|
|
25360
|
-
AbstractNavigationRailComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25361
|
-
AbstractNavigationRailComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25440
|
+
AbstractNavigationRailComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationRailComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
25441
|
+
AbstractNavigationRailComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNavigationRailComponent, selector: "ncc-abstract-navigation-rail", inputs: { expandOnHover: "expandOnHover" }, outputs: { expandChange: "expandChange" }, viewQueries: [{ propertyName: "_rail", first: true, predicate: ["sideRail"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
25442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationRailComponent, decorators: [{
|
|
25363
25443
|
type: Component,
|
|
25364
25444
|
args: [{
|
|
25365
25445
|
selector: 'ncc-abstract-navigation-rail',
|
|
@@ -25449,9 +25529,9 @@ class AbstractGroupNavigationComponentResolverComponent {
|
|
|
25449
25529
|
});
|
|
25450
25530
|
}
|
|
25451
25531
|
}
|
|
25452
|
-
AbstractGroupNavigationComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25453
|
-
AbstractGroupNavigationComponentResolverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25532
|
+
AbstractGroupNavigationComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractGroupNavigationComponentResolverComponent, deps: [{ token: GroupNavigationComponentResolverService }, { token: i0.Injector }, { token: i2$3.ActivatedRoute }, { token: i2$3.Router }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
25533
|
+
AbstractGroupNavigationComponentResolverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractGroupNavigationComponentResolverComponent, selector: "ncc-abstract-group-nagiation-resolver", ngImport: i0, template: '', isInline: true });
|
|
25534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractGroupNavigationComponentResolverComponent, decorators: [{
|
|
25455
25535
|
type: Component,
|
|
25456
25536
|
args: [{
|
|
25457
25537
|
selector: 'ncc-abstract-group-nagiation-resolver',
|
|
@@ -25509,9 +25589,9 @@ class AbstractBreadcrumbsComponent {
|
|
|
25509
25589
|
}
|
|
25510
25590
|
AbstractBreadcrumbsComponent.DOTS = '...';
|
|
25511
25591
|
AbstractBreadcrumbsComponent.DELIMETER = '/';
|
|
25512
|
-
AbstractBreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25513
|
-
AbstractBreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25592
|
+
AbstractBreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBreadcrumbsComponent, deps: [{ token: UriService }], target: i0.ɵɵFactoryTarget.Component });
|
|
25593
|
+
AbstractBreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractBreadcrumbsComponent, selector: "ncc-breadcrumbs-component", inputs: { showHome: "showHome", lengthOfPath: "lengthOfPath", partsAfterDots: "partsAfterDots" }, ngImport: i0, template: '', isInline: true });
|
|
25594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBreadcrumbsComponent, decorators: [{
|
|
25515
25595
|
type: Component,
|
|
25516
25596
|
args: [{
|
|
25517
25597
|
selector: 'ncc-breadcrumbs-component',
|
|
@@ -25581,9 +25661,9 @@ class FilterExtractionService {
|
|
|
25581
25661
|
}
|
|
25582
25662
|
// the same regexs is used in a backend filter process action. Please keep them in sync
|
|
25583
25663
|
FilterExtractionService.UNTABBED_VIEW_ID_EXTRACTOR = '^.*?(-\\d+)?$';
|
|
25584
|
-
FilterExtractionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25585
|
-
FilterExtractionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
25586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25664
|
+
FilterExtractionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterExtractionService, deps: [{ token: FilterRepository }, { token: TaskResourceService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
25665
|
+
FilterExtractionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterExtractionService, providedIn: 'root' });
|
|
25666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterExtractionService, decorators: [{
|
|
25587
25667
|
type: Injectable,
|
|
25588
25668
|
args: [{
|
|
25589
25669
|
providedIn: 'root'
|
|
@@ -25791,9 +25871,9 @@ class AbstractTabbedCaseViewComponent extends AbstractCaseViewComponent {
|
|
|
25791
25871
|
}, this._autoswitchToTaskTab, this._openExistingTab);
|
|
25792
25872
|
}
|
|
25793
25873
|
}
|
|
25794
|
-
AbstractTabbedCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25795
|
-
AbstractTabbedCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25874
|
+
AbstractTabbedCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedCaseViewComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA }, { token: OverflowService }, { token: NAE_AUTOSWITCH_TAB_TOKEN, optional: true }, { token: NAE_OPEN_EXISTING_TAB, optional: true }, { token: NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
25875
|
+
AbstractTabbedCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTabbedCaseViewComponent, selector: "ncc-abstract-tabbed-case-view", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
25876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedCaseViewComponent, decorators: [{
|
|
25797
25877
|
type: Component,
|
|
25798
25878
|
args: [{
|
|
25799
25879
|
selector: 'ncc-abstract-tabbed-case-view',
|
|
@@ -25832,9 +25912,9 @@ class AbstractTabbedTaskViewComponent extends AbstractTaskViewComponent {
|
|
|
25832
25912
|
this.subTaskView.unsubscribe();
|
|
25833
25913
|
}
|
|
25834
25914
|
}
|
|
25835
|
-
AbstractTabbedTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25836
|
-
AbstractTabbedTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25915
|
+
AbstractTabbedTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedTaskViewComponent, deps: [{ token: TaskViewService }, { token: NAE_TAB_DATA }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
25916
|
+
AbstractTabbedTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTabbedTaskViewComponent, selector: "ncc-abstract-tabbed-task-view", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
25917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedTaskViewComponent, decorators: [{
|
|
25838
25918
|
type: Component,
|
|
25839
25919
|
args: [{
|
|
25840
25920
|
selector: 'ncc-abstract-tabbed-task-view',
|
|
@@ -25857,9 +25937,9 @@ class TreeCaseViewService {
|
|
|
25857
25937
|
this.reloadCase$.complete();
|
|
25858
25938
|
}
|
|
25859
25939
|
}
|
|
25860
|
-
TreeCaseViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25861
|
-
TreeCaseViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
25862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25940
|
+
TreeCaseViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeCaseViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
25941
|
+
TreeCaseViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeCaseViewService });
|
|
25942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeCaseViewService, decorators: [{
|
|
25863
25943
|
type: Injectable
|
|
25864
25944
|
}], ctorParameters: function () { return []; } });
|
|
25865
25945
|
|
|
@@ -26697,9 +26777,9 @@ class CaseTreeService {
|
|
|
26697
26777
|
}
|
|
26698
26778
|
}
|
|
26699
26779
|
CaseTreeService.DEFAULT_PAGE_SIZE = 50;
|
|
26700
|
-
CaseTreeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
26701
|
-
CaseTreeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
26702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26780
|
+
CaseTreeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseTreeService, deps: [{ token: CaseResourceService }, { token: TreeCaseViewService }, { token: TaskResourceService }, { token: LoggerService }, { token: ProcessService }, { token: SideMenuService }, { token: i1$2.TranslateService }, { token: NAE_OPTION_SELECTOR_COMPONENT, optional: true }, { token: NAE_TREE_CASE_VIEW_CONFIGURATION, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
26781
|
+
CaseTreeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseTreeService });
|
|
26782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseTreeService, decorators: [{
|
|
26703
26783
|
type: Injectable
|
|
26704
26784
|
}], ctorParameters: function () { return [{ type: CaseResourceService }, { type: TreeCaseViewService }, { type: TaskResourceService }, { type: LoggerService }, { type: ProcessService }, { type: SideMenuService }, { type: i1$2.TranslateService }, { type: undefined, decorators: [{
|
|
26705
26785
|
type: Optional
|
|
@@ -26944,9 +27024,9 @@ class TreeTaskContentService {
|
|
|
26944
27024
|
return `${this._selectedCaseService.selectedCase.stringId}#${this.getTransitionId(this._selectedCaseService.selectedCase)}`;
|
|
26945
27025
|
}
|
|
26946
27026
|
}
|
|
26947
|
-
TreeTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
26948
|
-
TreeTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
26949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27027
|
+
TreeTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeTaskContentService, deps: [{ token: TreeCaseViewService }, { token: TaskDataService }, { token: TaskContentService }, { token: TaskResourceService }, { token: TaskEventService }, { token: AssignPolicyService }, { token: CancelTaskService }, { token: UserComparatorService }, { token: CallChainService }, { token: LoggerService }, { token: SelectedCaseService }, { token: ChangedFieldsService }, { token: PermissionService }, { token: NAE_TASK_OPERATIONS }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
27028
|
+
TreeTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeTaskContentService });
|
|
27029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeTaskContentService, decorators: [{
|
|
26950
27030
|
type: Injectable
|
|
26951
27031
|
}], ctorParameters: function () { return [{ type: TreeCaseViewService }, { type: TaskDataService }, { type: TaskContentService }, { type: TaskResourceService }, { type: TaskEventService }, { type: AssignPolicyService }, { type: CancelTaskService }, { type: UserComparatorService }, { type: CallChainService }, { type: LoggerService }, { type: SelectedCaseService }, { type: ChangedFieldsService }, { type: PermissionService }, { type: SubjectTaskOperations, decorators: [{
|
|
26952
27032
|
type: Inject,
|
|
@@ -26964,9 +27044,9 @@ class PublicTaskLoadingService {
|
|
|
26964
27044
|
this._loading$.next(bool);
|
|
26965
27045
|
}
|
|
26966
27046
|
}
|
|
26967
|
-
PublicTaskLoadingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
26968
|
-
PublicTaskLoadingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
26969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27047
|
+
PublicTaskLoadingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskLoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
27048
|
+
PublicTaskLoadingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskLoadingService });
|
|
27049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskLoadingService, decorators: [{
|
|
26970
27050
|
type: Injectable
|
|
26971
27051
|
}], ctorParameters: function () { return []; } });
|
|
26972
27052
|
|
|
@@ -27025,9 +27105,9 @@ class AbstractWorkflowViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
27025
27105
|
}
|
|
27026
27106
|
}
|
|
27027
27107
|
}
|
|
27028
|
-
AbstractWorkflowViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27029
|
-
AbstractWorkflowViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27108
|
+
AbstractWorkflowViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowViewComponent, deps: [{ token: SideMenuService }, { token: WorkflowViewService }, { token: LoggerService }, { token: ProcessService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
27109
|
+
AbstractWorkflowViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractWorkflowViewComponent, selector: "ncc-abstract-workflow-view", inputs: { footerSize: "footerSize", showDeleteMenu: "showDeleteMenu" }, viewQueries: [{ propertyName: "workflowHeader", first: true, predicate: ["header"], descendants: true }, { propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
27110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowViewComponent, decorators: [{
|
|
27031
27111
|
type: Component,
|
|
27032
27112
|
args: [{
|
|
27033
27113
|
selector: 'ncc-abstract-workflow-view',
|
|
@@ -27086,9 +27166,9 @@ class AbstractDefaultCaseListComponent extends TabbedVirtualScrollComponent {
|
|
|
27086
27166
|
});
|
|
27087
27167
|
}
|
|
27088
27168
|
}
|
|
27089
|
-
AbstractDefaultCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27090
|
-
AbstractDefaultCaseListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27169
|
+
AbstractDefaultCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultCaseListComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
27170
|
+
AbstractDefaultCaseListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDefaultCaseListComponent, selector: "ncc-abstract-default-case-list", inputs: { selectedHeaders$: "selectedHeaders$", responsiveBody: "responsiveBody", showCasePanelIcon: "showCasePanelIcon", showDeleteMenu: "showDeleteMenu", textEllipsis: "textEllipsis", width: "width", redirectEnabled: "redirectEnabled" }, outputs: { caseClick: "caseClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
27171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultCaseListComponent, decorators: [{
|
|
27092
27172
|
type: Component,
|
|
27093
27173
|
args: [{
|
|
27094
27174
|
selector: 'ncc-abstract-default-case-list',
|
|
@@ -27139,9 +27219,9 @@ class AbstractCaseListComponent extends AbstractDefaultCaseListComponent {
|
|
|
27139
27219
|
this._caseViewService.nextPage(this.viewport.getRenderedRange(), this.viewport.getDataLength());
|
|
27140
27220
|
}
|
|
27141
27221
|
}
|
|
27142
|
-
AbstractCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27143
|
-
AbstractCaseListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27222
|
+
AbstractCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
27223
|
+
AbstractCaseListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCaseListComponent, selector: "ncc-abstract-case-list", viewQueries: [{ propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
27224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListComponent, decorators: [{
|
|
27145
27225
|
type: Component,
|
|
27146
27226
|
args: [{
|
|
27147
27227
|
selector: 'ncc-abstract-case-list',
|
|
@@ -27181,9 +27261,9 @@ class AbstractCaseListPaginatorComponent extends AbstractDefaultCaseListComponen
|
|
|
27181
27261
|
return caze.stringId;
|
|
27182
27262
|
}
|
|
27183
27263
|
}
|
|
27184
|
-
AbstractCaseListPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27185
|
-
AbstractCaseListPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27264
|
+
AbstractCaseListPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListPaginatorComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
27265
|
+
AbstractCaseListPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCaseListPaginatorComponent, selector: "ncc-abstract-case-list-paginator", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
27266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListPaginatorComponent, decorators: [{
|
|
27187
27267
|
type: Component,
|
|
27188
27268
|
args: [{
|
|
27189
27269
|
selector: 'ncc-abstract-case-list-paginator',
|
|
@@ -27327,9 +27407,9 @@ class AbstractTreeComponent {
|
|
|
27327
27407
|
this._treeService.expandPath(path);
|
|
27328
27408
|
}
|
|
27329
27409
|
}
|
|
27330
|
-
AbstractTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27331
|
-
AbstractTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27410
|
+
AbstractTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTreeComponent, deps: [{ token: CaseTreeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27411
|
+
AbstractTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTreeComponent, selector: "ncc-abstract-tree", inputs: { filter: "filter", showTreeRoot: "showTreeRoot", eagerLoaded: "eagerLoaded" }, outputs: { treeRootLoading: "treeRootLoading", treeRootAddingChild: "treeRootAddingChild" }, ngImport: i0, template: '', isInline: true });
|
|
27412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTreeComponent, decorators: [{
|
|
27333
27413
|
type: Component,
|
|
27334
27414
|
args: [{
|
|
27335
27415
|
selector: 'ncc-abstract-tree',
|
|
@@ -27356,9 +27436,9 @@ class AbstractAddChildNodeComponent {
|
|
|
27356
27436
|
this._treeService.addChildNode(this.node);
|
|
27357
27437
|
}
|
|
27358
27438
|
}
|
|
27359
|
-
AbstractAddChildNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27360
|
-
AbstractAddChildNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27439
|
+
AbstractAddChildNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAddChildNodeComponent, deps: [{ token: CaseTreeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27440
|
+
AbstractAddChildNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractAddChildNodeComponent, selector: "ncc-abstract-add-child-node", inputs: { node: "node" }, ngImport: i0, template: '', isInline: true });
|
|
27441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAddChildNodeComponent, decorators: [{
|
|
27362
27442
|
type: Component,
|
|
27363
27443
|
args: [{
|
|
27364
27444
|
selector: 'ncc-abstract-add-child-node',
|
|
@@ -27377,9 +27457,9 @@ class AbstractRemoveNodeComponent {
|
|
|
27377
27457
|
this._treeService.removeNode(this.node);
|
|
27378
27458
|
}
|
|
27379
27459
|
}
|
|
27380
|
-
AbstractRemoveNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27381
|
-
AbstractRemoveNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27460
|
+
AbstractRemoveNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRemoveNodeComponent, deps: [{ token: CaseTreeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27461
|
+
AbstractRemoveNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractRemoveNodeComponent, selector: "ncc-abstract-remove-node", inputs: { node: "node" }, ngImport: i0, template: '', isInline: true });
|
|
27462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRemoveNodeComponent, decorators: [{
|
|
27383
27463
|
type: Component,
|
|
27384
27464
|
args: [{
|
|
27385
27465
|
selector: 'ncc-abstract-remove-node',
|
|
@@ -27439,9 +27519,9 @@ class AbstractTreeTaskContentComponent {
|
|
|
27439
27519
|
return this._treeTaskContentService.taskContentText$;
|
|
27440
27520
|
}
|
|
27441
27521
|
}
|
|
27442
|
-
AbstractTreeTaskContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27443
|
-
AbstractTreeTaskContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27522
|
+
AbstractTreeTaskContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTreeTaskContentComponent, deps: [{ token: TreeTaskContentService }, { token: TaskEventService }, { token: AssignTaskService }, { token: CancelTaskService }, { token: FinishTaskService }, { token: TaskContentService }, { token: PermissionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27523
|
+
AbstractTreeTaskContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTreeTaskContentComponent, selector: "ncc-abstract-tree-task-content", inputs: { displayTaskControlButtons: "displayTaskControlButtons" }, ngImport: i0, template: '', isInline: true });
|
|
27524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTreeTaskContentComponent, decorators: [{
|
|
27445
27525
|
type: Component,
|
|
27446
27526
|
args: [{
|
|
27447
27527
|
selector: 'ncc-abstract-tree-task-content',
|
|
@@ -27460,13 +27540,16 @@ class AbstractSingleTaskViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
27460
27540
|
this.taskViewService = taskViewService;
|
|
27461
27541
|
this.initiallyExpanded = true;
|
|
27462
27542
|
this.preventCollapse = true;
|
|
27463
|
-
this.
|
|
27543
|
+
this.taskPanelData = new ReplaySubject(1);
|
|
27464
27544
|
this.subRoute = this._activatedRoute.paramMap.subscribe(paramMap => {
|
|
27465
27545
|
if (!!(paramMap?.['params']?.[TaskConst.TRANSITION_ID])) {
|
|
27466
27546
|
this.transitionId = paramMap['params'][TaskConst.TRANSITION_ID];
|
|
27467
|
-
this.
|
|
27468
|
-
|
|
27469
|
-
|
|
27547
|
+
this.subPanelData.unsubscribe();
|
|
27548
|
+
this.subPanelData = this.taskViewService.tasks$.subscribe(tasks => {
|
|
27549
|
+
if (!!tasks && tasks.length > 0) {
|
|
27550
|
+
this.taskPanelData.next(this.resolveTransitionTask(tasks));
|
|
27551
|
+
}
|
|
27552
|
+
});
|
|
27470
27553
|
}
|
|
27471
27554
|
});
|
|
27472
27555
|
this.loading$ = this.taskViewService.loading$;
|
|
@@ -27474,8 +27557,12 @@ class AbstractSingleTaskViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
27474
27557
|
ngOnDestroy() {
|
|
27475
27558
|
super.ngOnDestroy();
|
|
27476
27559
|
this.subRoute.unsubscribe();
|
|
27477
|
-
this.
|
|
27478
|
-
|
|
27560
|
+
if (!!this.subPanelData) {
|
|
27561
|
+
this.subPanelData.unsubscribe();
|
|
27562
|
+
}
|
|
27563
|
+
}
|
|
27564
|
+
get task$() {
|
|
27565
|
+
return this.taskPanelData.asObservable();
|
|
27479
27566
|
}
|
|
27480
27567
|
resolveTransitionTask(tasks) {
|
|
27481
27568
|
const transitionTask = tasks.find(t => t.task.transitionId === this.transitionId);
|
|
@@ -27485,9 +27572,9 @@ class AbstractSingleTaskViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
27485
27572
|
return transitionTask;
|
|
27486
27573
|
}
|
|
27487
27574
|
}
|
|
27488
|
-
AbstractSingleTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27489
|
-
AbstractSingleTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27575
|
+
AbstractSingleTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskViewComponent, deps: [{ token: TaskViewService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
27576
|
+
AbstractSingleTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSingleTaskViewComponent, selector: "ncc-abstract-single-task-view", inputs: { initiallyExpanded: "initiallyExpanded", preventCollapse: "preventCollapse" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
27577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskViewComponent, decorators: [{
|
|
27491
27578
|
type: Component,
|
|
27492
27579
|
args: [{
|
|
27493
27580
|
selector: 'ncc-abstract-single-task-view',
|
|
@@ -27508,9 +27595,9 @@ class PublicProcessService extends ProcessService {
|
|
|
27508
27595
|
this._logger = _logger;
|
|
27509
27596
|
}
|
|
27510
27597
|
}
|
|
27511
|
-
PublicProcessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27512
|
-
PublicProcessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
27513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27598
|
+
PublicProcessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicProcessService, deps: [{ token: PublicPetriNetResourceService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
27599
|
+
PublicProcessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicProcessService, providedIn: 'root' });
|
|
27600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicProcessService, decorators: [{
|
|
27514
27601
|
type: Injectable,
|
|
27515
27602
|
args: [{
|
|
27516
27603
|
providedIn: 'root'
|
|
@@ -27574,9 +27661,9 @@ class AbstractCountCardComponent {
|
|
|
27574
27661
|
this.subCount.unsubscribe();
|
|
27575
27662
|
}
|
|
27576
27663
|
}
|
|
27577
|
-
AbstractCountCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27578
|
-
AbstractCountCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27664
|
+
AbstractCountCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCountCardComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
27665
|
+
AbstractCountCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCountCardComponent, selector: "ncc-abstract-count-card", inputs: { card: "card" }, ngImport: i0, template: '', isInline: true });
|
|
27666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCountCardComponent, decorators: [{
|
|
27580
27667
|
type: Component,
|
|
27581
27668
|
args: [{
|
|
27582
27669
|
selector: 'ncc-abstract-count-card',
|
|
@@ -27595,9 +27682,9 @@ class AbstractIframeCardComponent {
|
|
|
27595
27682
|
this.sanitizedURL = this._sanitizer.bypassSecurityTrustResourceUrl(this.card.url);
|
|
27596
27683
|
}
|
|
27597
27684
|
}
|
|
27598
|
-
AbstractIframeCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27599
|
-
AbstractIframeCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27685
|
+
AbstractIframeCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractIframeCardComponent, deps: [{ token: i2$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
27686
|
+
AbstractIframeCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractIframeCardComponent, selector: "ncc-abstract-iframe-card", inputs: { card: "card" }, ngImport: i0, template: '', isInline: true });
|
|
27687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractIframeCardComponent, decorators: [{
|
|
27601
27688
|
type: Component,
|
|
27602
27689
|
args: [{
|
|
27603
27690
|
selector: 'ncc-abstract-iframe-card',
|
|
@@ -27649,9 +27736,9 @@ class AbstractCustomCardComponent {
|
|
|
27649
27736
|
return this.card.resourceType.toLowerCase();
|
|
27650
27737
|
}
|
|
27651
27738
|
}
|
|
27652
|
-
AbstractCustomCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27653
|
-
AbstractCustomCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27739
|
+
AbstractCustomCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCustomCardComponent, deps: [{ token: i0.Injector }, { token: DashboardResourceService }, { token: i1$2.TranslateService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27740
|
+
AbstractCustomCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCustomCardComponent, selector: "ncc-abstract-custom-card", inputs: { card: "card", single: "single" }, ngImport: i0, template: '', isInline: true });
|
|
27741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCustomCardComponent, decorators: [{
|
|
27655
27742
|
type: Component,
|
|
27656
27743
|
args: [{
|
|
27657
27744
|
selector: 'ncc-abstract-custom-card',
|
|
@@ -27799,9 +27886,9 @@ class AbstractDashboardContentComponent {
|
|
|
27799
27886
|
this.gridElements = gridLayoutHelper.fillBlankSpace(this.params.cards, this.params.columns);
|
|
27800
27887
|
}
|
|
27801
27888
|
}
|
|
27802
|
-
AbstractDashboardContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27803
|
-
AbstractDashboardContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27889
|
+
AbstractDashboardContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDashboardContentComponent, deps: [{ token: LoggerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27890
|
+
AbstractDashboardContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDashboardContentComponent, selector: "ncc-abstract-dashboard-content", inputs: { params: "params", portalComponent: "portalComponent" }, ngImport: i0, template: '', isInline: true });
|
|
27891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDashboardContentComponent, decorators: [{
|
|
27805
27892
|
type: Component,
|
|
27806
27893
|
args: [{
|
|
27807
27894
|
selector: 'ncc-abstract-dashboard-content',
|
|
@@ -27827,21 +27914,21 @@ const NAE_FILTERS_FILTER = new InjectionToken('NaeFiltersFilter');
|
|
|
27827
27914
|
|
|
27828
27915
|
class SnackBarModule {
|
|
27829
27916
|
}
|
|
27830
|
-
SnackBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27831
|
-
SnackBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
27917
|
+
SnackBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
27918
|
+
SnackBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, declarations: [GenericSnackBarComponent,
|
|
27832
27919
|
WarningSnackBarComponent,
|
|
27833
27920
|
ErrorSnackBarComponent,
|
|
27834
27921
|
SuccessSnackBarComponent], imports: [CommonModule,
|
|
27835
27922
|
MaterialModule,
|
|
27836
27923
|
FlexLayoutModule,
|
|
27837
27924
|
FlexModule] });
|
|
27838
|
-
SnackBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
27925
|
+
SnackBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, imports: [[
|
|
27839
27926
|
CommonModule,
|
|
27840
27927
|
MaterialModule,
|
|
27841
27928
|
FlexLayoutModule,
|
|
27842
27929
|
FlexModule
|
|
27843
27930
|
]] });
|
|
27844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, decorators: [{
|
|
27845
27932
|
type: NgModule,
|
|
27846
27933
|
args: [{
|
|
27847
27934
|
declarations: [
|
|
@@ -27973,9 +28060,9 @@ class AdvancedSearchComponentInitializationService {
|
|
|
27973
28060
|
this._initialized.on();
|
|
27974
28061
|
}
|
|
27975
28062
|
}
|
|
27976
|
-
AdvancedSearchComponentInitializationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27977
|
-
AdvancedSearchComponentInitializationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
27978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28063
|
+
AdvancedSearchComponentInitializationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AdvancedSearchComponentInitializationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
28064
|
+
AdvancedSearchComponentInitializationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AdvancedSearchComponentInitializationService });
|
|
28065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AdvancedSearchComponentInitializationService, decorators: [{
|
|
27979
28066
|
type: Injectable
|
|
27980
28067
|
}], ctorParameters: function () { return []; } });
|
|
27981
28068
|
|
|
@@ -28133,9 +28220,9 @@ class AbstractSearchComponent {
|
|
|
28133
28220
|
});
|
|
28134
28221
|
}
|
|
28135
28222
|
}
|
|
28136
|
-
AbstractSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28137
|
-
AbstractSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28223
|
+
AbstractSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchComponent, deps: [{ token: SearchService }, { token: LoggerService }, { token: DialogService }, { token: i1$2.TranslateService }, { token: UserFiltersService }, { token: AllowedNetsService }, { token: ViewIdService }, { token: NAE_SEARCH_CATEGORIES }, { token: NAE_SEARCH_COMPONENT_CONFIGURATION, optional: true }, { token: NAE_FILTERS_FILTER, optional: true }, { token: NAE_NAVIGATION_ITEM_TASK_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
28224
|
+
AbstractSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSearchComponent, selector: "ncc-abstract-search", inputs: { additionalFilterData: "additionalFilterData", showSearchIcon: "showSearchIcon", showAdvancedSearchHelp: "showAdvancedSearchHelp", showSaveFilterButton: "showSaveFilterButton", showLoadFilterButton: "showLoadFilterButton", initialSearchMode: "initialSearchMode", showSearchToggleButton: "showSearchToggleButton" }, outputs: { filterLoaded: "filterLoaded", filterSaved: "filterSaved" }, ngImport: i0, template: '', isInline: true });
|
|
28225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchComponent, decorators: [{
|
|
28139
28226
|
type: Component,
|
|
28140
28227
|
args: [{
|
|
28141
28228
|
selector: 'ncc-abstract-search',
|
|
@@ -28193,9 +28280,9 @@ class AbstractFulltextSearchComponent {
|
|
|
28193
28280
|
});
|
|
28194
28281
|
}
|
|
28195
28282
|
}
|
|
28196
|
-
AbstractFulltextSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28197
|
-
AbstractFulltextSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28283
|
+
AbstractFulltextSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFulltextSearchComponent, deps: [{ token: SearchService }], target: i0.ɵɵFactoryTarget.Component });
|
|
28284
|
+
AbstractFulltextSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFulltextSearchComponent, selector: "ncc-abstract-fulltext-search", ngImport: i0, template: '', isInline: true });
|
|
28285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFulltextSearchComponent, decorators: [{
|
|
28199
28286
|
type: Component,
|
|
28200
28287
|
args: [{
|
|
28201
28288
|
selector: 'ncc-abstract-fulltext-search',
|
|
@@ -28245,9 +28332,9 @@ class AbstractAdvancedSearchComponent {
|
|
|
28245
28332
|
}
|
|
28246
28333
|
}
|
|
28247
28334
|
}
|
|
28248
|
-
AbstractAdvancedSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28249
|
-
AbstractAdvancedSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28335
|
+
AbstractAdvancedSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAdvancedSearchComponent, deps: [{ token: SearchService }, { token: AdvancedSearchComponentInitializationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
28336
|
+
AbstractAdvancedSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractAdvancedSearchComponent, selector: "ncc-abstract-advanced-search", inputs: { editable: "editable" }, ngImport: i0, template: '', isInline: true });
|
|
28337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAdvancedSearchComponent, decorators: [{
|
|
28251
28338
|
type: Component,
|
|
28252
28339
|
args: [{
|
|
28253
28340
|
selector: 'ncc-abstract-advanced-search',
|
|
@@ -28300,9 +28387,9 @@ class AbstractSearchClauseComponent {
|
|
|
28300
28387
|
this.predicate.addNewElementaryPredicate();
|
|
28301
28388
|
}
|
|
28302
28389
|
}
|
|
28303
|
-
AbstractSearchClauseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28304
|
-
AbstractSearchClauseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28390
|
+
AbstractSearchClauseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchClauseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28391
|
+
AbstractSearchClauseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSearchClauseComponent, selector: "ncc-abstract-search-clause", inputs: { editable: "editable", predicate: "predicate", predicateId: "predicateId", remove$: "remove$" }, ngImport: i0, template: '', isInline: true });
|
|
28392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchClauseComponent, decorators: [{
|
|
28306
28393
|
type: Component,
|
|
28307
28394
|
args: [{
|
|
28308
28395
|
selector: 'ncc-abstract-search-clause',
|
|
@@ -28441,9 +28528,9 @@ class AbstractSearchPredicateComponent {
|
|
|
28441
28528
|
}
|
|
28442
28529
|
}
|
|
28443
28530
|
}
|
|
28444
|
-
AbstractSearchPredicateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28445
|
-
AbstractSearchPredicateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28531
|
+
AbstractSearchPredicateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchPredicateComponent, deps: [{ token: NAE_SEARCH_CATEGORIES }, { token: LoggerService }, { token: AdvancedSearchComponentInitializationService }, { token: CategoryFactory }], target: i0.ɵɵFactoryTarget.Component });
|
|
28532
|
+
AbstractSearchPredicateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSearchPredicateComponent, selector: "ncc-abstract-search-predicate", inputs: { editable: "editable", predicate: "predicate", predicateId: "predicateId", remove$: "remove$", generator: "generator" }, viewQueries: [{ propertyName: "categoryInput", first: true, predicate: ["categoryInput"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
28533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchPredicateComponent, decorators: [{
|
|
28447
28534
|
type: Component,
|
|
28448
28535
|
args: [{
|
|
28449
28536
|
selector: 'ncc-abstract-search-predicate',
|
|
@@ -28552,9 +28639,9 @@ class AbstractSearchOperandInputComponent {
|
|
|
28552
28639
|
&& this.inputFormControl.value !== null;
|
|
28553
28640
|
}
|
|
28554
28641
|
}
|
|
28555
|
-
AbstractSearchOperandInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28556
|
-
AbstractSearchOperandInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28642
|
+
AbstractSearchOperandInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchOperandInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28643
|
+
AbstractSearchOperandInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSearchOperandInputComponent, selector: "ncc-abstract-search-operand-input", inputs: { editable: "editable", inputFormControl: "inputFormControl", inputType: "inputType", first: "first", filterOptionsFunction: "filterOptionsFunction" }, viewQueries: [{ propertyName: "categoryInput", first: true, predicate: ["operandInput"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
28644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchOperandInputComponent, decorators: [{
|
|
28558
28645
|
type: Component,
|
|
28559
28646
|
args: [{
|
|
28560
28647
|
selector: 'ncc-abstract-search-operand-input',
|
|
@@ -28642,9 +28729,9 @@ class AbstractSearchConfigurationInputComponent {
|
|
|
28642
28729
|
return option ? option.text : '';
|
|
28643
28730
|
}
|
|
28644
28731
|
}
|
|
28645
|
-
AbstractSearchConfigurationInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28646
|
-
AbstractSearchConfigurationInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28732
|
+
AbstractSearchConfigurationInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchConfigurationInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28733
|
+
AbstractSearchConfigurationInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSearchConfigurationInputComponent, selector: "ncc-abstract-search-configuration-input", inputs: { editable: "editable", configuration: "configuration", selectedCategory: "selectedCategory" }, viewQueries: [{ propertyName: "configurationInput", first: true, predicate: ["configurationInput"], descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
28734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchConfigurationInputComponent, decorators: [{
|
|
28648
28735
|
type: Component,
|
|
28649
28736
|
args: [{
|
|
28650
28737
|
selector: 'ncc-abstract-search-configuration-input',
|
|
@@ -28717,9 +28804,9 @@ function defaultTaskSearchCategoriesFactory(factory) {
|
|
|
28717
28804
|
|
|
28718
28805
|
class DefaultSearchCategoriesModule {
|
|
28719
28806
|
}
|
|
28720
|
-
DefaultSearchCategoriesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28721
|
-
DefaultSearchCategoriesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
28722
|
-
DefaultSearchCategoriesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
28807
|
+
DefaultSearchCategoriesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DefaultSearchCategoriesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28808
|
+
DefaultSearchCategoriesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DefaultSearchCategoriesModule });
|
|
28809
|
+
DefaultSearchCategoriesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DefaultSearchCategoriesModule, providers: [
|
|
28723
28810
|
{
|
|
28724
28811
|
provide: NAE_DEFAULT_CASE_SEARCH_CATEGORIES,
|
|
28725
28812
|
useValue: [
|
|
@@ -28743,7 +28830,7 @@ DefaultSearchCategoriesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12
|
|
|
28743
28830
|
]
|
|
28744
28831
|
}
|
|
28745
28832
|
], imports: [[]] });
|
|
28746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DefaultSearchCategoriesModule, decorators: [{
|
|
28747
28834
|
type: NgModule,
|
|
28748
28835
|
args: [{
|
|
28749
28836
|
declarations: [],
|
|
@@ -28951,9 +29038,9 @@ class RoleAssignmentService {
|
|
|
28951
29038
|
return this._processList;
|
|
28952
29039
|
}
|
|
28953
29040
|
}
|
|
28954
|
-
RoleAssignmentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28955
|
-
RoleAssignmentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
28956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29041
|
+
RoleAssignmentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentService, deps: [{ token: UserResourceService }, { token: PetriNetResourceService }, { token: SnackBarService }, { token: LoggerService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29042
|
+
RoleAssignmentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentService });
|
|
29043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentService, decorators: [{
|
|
28957
29044
|
type: Injectable
|
|
28958
29045
|
}], ctorParameters: function () { return [{ type: UserResourceService }, { type: PetriNetResourceService }, { type: SnackBarService }, { type: LoggerService }, { type: i1$2.TranslateService }]; } });
|
|
28959
29046
|
|
|
@@ -29025,9 +29112,9 @@ class AbstractRoleAssignmentComponent {
|
|
|
29025
29112
|
});
|
|
29026
29113
|
}
|
|
29027
29114
|
}
|
|
29028
|
-
AbstractRoleAssignmentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29029
|
-
AbstractRoleAssignmentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
29030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29115
|
+
AbstractRoleAssignmentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRoleAssignmentComponent, deps: [{ token: RoleAssignmentService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29116
|
+
AbstractRoleAssignmentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractRoleAssignmentComponent, selector: "ncc-abstract-role", viewQueries: [{ propertyName: "userList", first: true, predicate: ["userList"], descendants: true }, { propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
29117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRoleAssignmentComponent, decorators: [{
|
|
29031
29118
|
type: Component,
|
|
29032
29119
|
args: [{
|
|
29033
29120
|
selector: 'ncc-abstract-role',
|
|
@@ -29050,9 +29137,9 @@ class UserInviteService {
|
|
|
29050
29137
|
return this._processList;
|
|
29051
29138
|
}
|
|
29052
29139
|
}
|
|
29053
|
-
UserInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29054
|
-
UserInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29140
|
+
UserInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserInviteService, deps: [{ token: PetriNetResourceService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29141
|
+
UserInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserInviteService, providedIn: 'root' });
|
|
29142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserInviteService, decorators: [{
|
|
29056
29143
|
type: Injectable,
|
|
29057
29144
|
args: [{
|
|
29058
29145
|
providedIn: 'root'
|
|
@@ -29098,9 +29185,9 @@ class OrganizationListService {
|
|
|
29098
29185
|
});
|
|
29099
29186
|
}
|
|
29100
29187
|
}
|
|
29101
|
-
OrganizationListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29102
|
-
OrganizationListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29188
|
+
OrganizationListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OrganizationListService, deps: [{ token: UserResourceService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29189
|
+
OrganizationListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OrganizationListService, providedIn: 'root' });
|
|
29190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OrganizationListService, decorators: [{
|
|
29104
29191
|
type: Injectable,
|
|
29105
29192
|
args: [{
|
|
29106
29193
|
providedIn: 'root'
|
|
@@ -29180,9 +29267,9 @@ class AbstractUserInviteComponent {
|
|
|
29180
29267
|
});
|
|
29181
29268
|
}
|
|
29182
29269
|
}
|
|
29183
|
-
AbstractUserInviteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29184
|
-
AbstractUserInviteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
29185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29270
|
+
AbstractUserInviteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserInviteComponent, deps: [{ token: UserInviteService }, { token: OrganizationListService }, { token: SignUpService }, { token: SnackBarService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29271
|
+
AbstractUserInviteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserInviteComponent, selector: "ncc-abstract-user-invite", ngImport: i0, template: '', isInline: true });
|
|
29272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserInviteComponent, decorators: [{
|
|
29186
29273
|
type: Component,
|
|
29187
29274
|
args: [{
|
|
29188
29275
|
selector: 'ncc-abstract-user-invite',
|
|
@@ -29350,9 +29437,9 @@ class LdapGroupListService {
|
|
|
29350
29437
|
return params;
|
|
29351
29438
|
}
|
|
29352
29439
|
}
|
|
29353
|
-
LdapGroupListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29354
|
-
LdapGroupListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29440
|
+
LdapGroupListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService, deps: [{ token: LdapGroupResourceService }, { token: LoggerService }, { token: SnackBarService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29441
|
+
LdapGroupListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService });
|
|
29442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService, decorators: [{
|
|
29356
29443
|
type: Injectable
|
|
29357
29444
|
}], ctorParameters: function () { return [{ type: LdapGroupResourceService }, { type: LoggerService }, { type: SnackBarService }, { type: i1$2.TranslateService }]; } });
|
|
29358
29445
|
|
|
@@ -29373,9 +29460,9 @@ class RoleAssignmentLdapGroupService {
|
|
|
29373
29460
|
return this._processList;
|
|
29374
29461
|
}
|
|
29375
29462
|
}
|
|
29376
|
-
RoleAssignmentLdapGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29377
|
-
RoleAssignmentLdapGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29463
|
+
RoleAssignmentLdapGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentLdapGroupService, deps: [{ token: LdapGroupResourceService }, { token: PetriNetResourceService }, { token: SnackBarService }, { token: LoggerService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29464
|
+
RoleAssignmentLdapGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentLdapGroupService });
|
|
29465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentLdapGroupService, decorators: [{
|
|
29379
29466
|
type: Injectable
|
|
29380
29467
|
}], ctorParameters: function () { return [{ type: LdapGroupResourceService }, { type: PetriNetResourceService }, { type: SnackBarService }, { type: LoggerService }, { type: i1$2.TranslateService }]; } });
|
|
29381
29468
|
|
|
@@ -29445,9 +29532,9 @@ class AbstractLdapGroupRoleAssignmentComponent {
|
|
|
29445
29532
|
});
|
|
29446
29533
|
}
|
|
29447
29534
|
}
|
|
29448
|
-
AbstractLdapGroupRoleAssignmentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29449
|
-
AbstractLdapGroupRoleAssignmentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
29450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29535
|
+
AbstractLdapGroupRoleAssignmentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLdapGroupRoleAssignmentComponent, deps: [{ token: RoleAssignmentLdapGroupService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29536
|
+
AbstractLdapGroupRoleAssignmentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLdapGroupRoleAssignmentComponent, selector: "ncc-abstract-ldap-group-role-assignment", viewQueries: [{ propertyName: "ldapGroupList", first: true, predicate: ["ldapGroupList"], descendants: true }, { propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], ngImport: i0, template: '', isInline: true });
|
|
29537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLdapGroupRoleAssignmentComponent, decorators: [{
|
|
29451
29538
|
type: Component,
|
|
29452
29539
|
args: [{
|
|
29453
29540
|
selector: 'ncc-abstract-ldap-group-role-assignment',
|
|
@@ -29562,9 +29649,9 @@ class MockAuthenticationService extends AuthenticationService {
|
|
|
29562
29649
|
return of(true);
|
|
29563
29650
|
}
|
|
29564
29651
|
}
|
|
29565
|
-
MockAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29566
|
-
MockAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29652
|
+
MockAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
29653
|
+
MockAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService });
|
|
29654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService, decorators: [{
|
|
29568
29655
|
type: Injectable
|
|
29569
29656
|
}] });
|
|
29570
29657
|
|
|
@@ -29599,9 +29686,9 @@ class MockUserPreferenceService {
|
|
|
29599
29686
|
return of();
|
|
29600
29687
|
}
|
|
29601
29688
|
}
|
|
29602
|
-
MockUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29603
|
-
MockUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29689
|
+
MockUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserPreferenceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29690
|
+
MockUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserPreferenceService, providedIn: 'root' });
|
|
29691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserPreferenceService, decorators: [{
|
|
29605
29692
|
type: Injectable,
|
|
29606
29693
|
args: [{
|
|
29607
29694
|
providedIn: 'root'
|
|
@@ -29650,9 +29737,9 @@ class MockUserResourceService {
|
|
|
29650
29737
|
throw new Error('Method not yet mocked - updateUser');
|
|
29651
29738
|
}
|
|
29652
29739
|
}
|
|
29653
|
-
MockUserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29654
|
-
MockUserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29740
|
+
MockUserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserResourceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29741
|
+
MockUserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserResourceService });
|
|
29742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserResourceService, decorators: [{
|
|
29656
29743
|
type: Injectable
|
|
29657
29744
|
}] });
|
|
29658
29745
|
|
|
@@ -30521,9 +30608,9 @@ class TestViewService extends ViewService {
|
|
|
30521
30608
|
super([], config, router, logger);
|
|
30522
30609
|
}
|
|
30523
30610
|
}
|
|
30524
|
-
TestViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30525
|
-
TestViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
30526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
30611
|
+
TestViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService, deps: [{ token: ConfigurationService }, { token: i2$3.Router }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
30612
|
+
TestViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService });
|
|
30613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService, decorators: [{
|
|
30527
30614
|
type: Injectable
|
|
30528
30615
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: i2$3.Router }, { type: LoggerService }]; } });
|
|
30529
30616
|
|
|
@@ -30582,15 +30669,15 @@ class MockEndpoint {
|
|
|
30582
30669
|
*/
|
|
30583
30670
|
class TestMockDependenciesModule {
|
|
30584
30671
|
}
|
|
30585
|
-
TestMockDependenciesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30586
|
-
TestMockDependenciesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
30587
|
-
TestMockDependenciesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
30672
|
+
TestMockDependenciesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestMockDependenciesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
30673
|
+
TestMockDependenciesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestMockDependenciesModule, imports: [HttpClientTestingModule] });
|
|
30674
|
+
TestMockDependenciesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestMockDependenciesModule, providers: [
|
|
30588
30675
|
{ provide: AuthenticationMethodService, useClass: MockAuthenticationMethodService },
|
|
30589
30676
|
{ provide: ConfigurationService, useClass: TestConfigurationService }
|
|
30590
30677
|
], imports: [[
|
|
30591
30678
|
HttpClientTestingModule
|
|
30592
30679
|
]] });
|
|
30593
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
30680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestMockDependenciesModule, decorators: [{
|
|
30594
30681
|
type: NgModule,
|
|
30595
30682
|
args: [{
|
|
30596
30683
|
declarations: [],
|
|
@@ -30655,9 +30742,9 @@ class SingleTaskContentService extends TaskContentService {
|
|
|
30655
30742
|
}
|
|
30656
30743
|
}
|
|
30657
30744
|
}
|
|
30658
|
-
SingleTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30659
|
-
SingleTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
30660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
30745
|
+
SingleTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SingleTaskContentService, deps: [{ token: FieldConverterService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
30746
|
+
SingleTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SingleTaskContentService });
|
|
30747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SingleTaskContentService, decorators: [{
|
|
30661
30748
|
type: Injectable
|
|
30662
30749
|
}], ctorParameters: function () { return [{ type: FieldConverterService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: LoggerService }]; } });
|
|
30663
30750
|
|
|
@@ -30702,9 +30789,9 @@ class UnlimitedTaskContentService extends TaskContentService {
|
|
|
30702
30789
|
this._task$.complete();
|
|
30703
30790
|
}
|
|
30704
30791
|
}
|
|
30705
|
-
UnlimitedTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30706
|
-
UnlimitedTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
30707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
30792
|
+
UnlimitedTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UnlimitedTaskContentService, deps: [{ token: FieldConverterService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
30793
|
+
UnlimitedTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UnlimitedTaskContentService });
|
|
30794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UnlimitedTaskContentService, decorators: [{
|
|
30708
30795
|
type: Injectable
|
|
30709
30796
|
}], ctorParameters: function () { return [{ type: FieldConverterService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: LoggerService }]; } });
|
|
30710
30797
|
|
|
@@ -31585,9 +31672,9 @@ class AbstractTaskContentComponent {
|
|
|
31585
31672
|
}
|
|
31586
31673
|
}
|
|
31587
31674
|
}
|
|
31588
|
-
AbstractTaskContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31589
|
-
AbstractTaskContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
31590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31675
|
+
AbstractTaskContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskContentComponent, deps: [{ token: FieldConverterService }, { token: TaskContentService }, { token: PaperViewService }, { token: LoggerService }, { token: TaskEventService, optional: true }, { token: NAE_ASYNC_RENDERING_CONFIGURATION, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
31676
|
+
AbstractTaskContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTaskContentComponent, selector: "ncc-abstract-task-content", inputs: { noDataText: "noDataText", noDataIcon: "noDataIcon", displayNoDataIcon: "displayNoDataIcon" }, outputs: { taskEvent: "taskEvent" }, ngImport: i0, template: '', isInline: true });
|
|
31677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskContentComponent, decorators: [{
|
|
31591
31678
|
type: Component,
|
|
31592
31679
|
args: [{
|
|
31593
31680
|
selector: 'ncc-abstract-task-content',
|
|
@@ -31647,9 +31734,9 @@ class AbstractFieldComponentResolverComponent {
|
|
|
31647
31734
|
|| (!!component.properties && 'plainText' in component.properties && component.properties.plaintText === 'true'));
|
|
31648
31735
|
}
|
|
31649
31736
|
}
|
|
31650
|
-
AbstractFieldComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31651
|
-
AbstractFieldComponentResolverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
31652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31737
|
+
AbstractFieldComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFieldComponentResolverComponent, deps: [{ token: TaskContentService }], target: i0.ɵɵFactoryTarget.Component });
|
|
31738
|
+
AbstractFieldComponentResolverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFieldComponentResolverComponent, selector: "ncc-abstract-field-component-resolver", inputs: { gridElement: "gridElement" }, ngImport: i0, template: '', isInline: true });
|
|
31739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFieldComponentResolverComponent, decorators: [{
|
|
31653
31740
|
type: Component,
|
|
31654
31741
|
args: [{
|
|
31655
31742
|
selector: 'ncc-abstract-field-component-resolver',
|
|
@@ -31758,9 +31845,9 @@ class PublicUrlResolverService {
|
|
|
31758
31845
|
return this._url;
|
|
31759
31846
|
}
|
|
31760
31847
|
}
|
|
31761
|
-
PublicUrlResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31762
|
-
PublicUrlResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
31763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31848
|
+
PublicUrlResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicUrlResolverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
31849
|
+
PublicUrlResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicUrlResolverService, providedIn: 'root' });
|
|
31850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicUrlResolverService, decorators: [{
|
|
31764
31851
|
type: Injectable,
|
|
31765
31852
|
args: [{
|
|
31766
31853
|
providedIn: 'root'
|
|
@@ -31778,9 +31865,9 @@ class AbstractLegalNoticeComponent {
|
|
|
31778
31865
|
return this._legalConfig.privacyPolicy;
|
|
31779
31866
|
}
|
|
31780
31867
|
}
|
|
31781
|
-
AbstractLegalNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31782
|
-
AbstractLegalNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
31783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31868
|
+
AbstractLegalNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLegalNoticeComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
31869
|
+
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 });
|
|
31870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLegalNoticeComponent, decorators: [{
|
|
31784
31871
|
type: Component,
|
|
31785
31872
|
args: [{
|
|
31786
31873
|
selector: 'ncc-abstract-legal-notice',
|
|
@@ -31834,9 +31921,9 @@ class BaseAllowedNetsService {
|
|
|
31834
31921
|
return this._baseAllowedNets.asObservable();
|
|
31835
31922
|
}
|
|
31836
31923
|
}
|
|
31837
|
-
BaseAllowedNetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31838
|
-
BaseAllowedNetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
31839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31924
|
+
BaseAllowedNetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseAllowedNetsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
31925
|
+
BaseAllowedNetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseAllowedNetsService, providedIn: 'root' });
|
|
31926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseAllowedNetsService, decorators: [{
|
|
31840
31927
|
type: Injectable,
|
|
31841
31928
|
args: [{
|
|
31842
31929
|
providedIn: 'root'
|
|
@@ -31937,9 +32024,9 @@ class AllowedNetsServiceFactory {
|
|
|
31937
32024
|
return new AllowedNetsService(of(filterData.allowedNets), this._processService);
|
|
31938
32025
|
}
|
|
31939
32026
|
}
|
|
31940
|
-
AllowedNetsServiceFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31941
|
-
AllowedNetsServiceFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
31942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
32027
|
+
AllowedNetsServiceFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsServiceFactory, deps: [{ token: ProcessService }, { token: PetriNetResourceService }, { token: ConfigurationService }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
32028
|
+
AllowedNetsServiceFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsServiceFactory, providedIn: 'root' });
|
|
32029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsServiceFactory, decorators: [{
|
|
31943
32030
|
type: Injectable,
|
|
31944
32031
|
args: [{
|
|
31945
32032
|
providedIn: 'root'
|
|
@@ -31958,5 +32045,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
31958
32045
|
* Generated bundle index. Do not edit.
|
|
31959
32046
|
*/
|
|
31960
32047
|
|
|
31961
|
-
export { AbstractAddChildNodeComponent, AbstractAdvancedSearchComponent, AbstractAuthenticationOverlayComponent, AbstractBooleanFieldComponent, AbstractBreadcrumbsComponent, AbstractButtonFieldComponent, AbstractCaseListComponent, AbstractCaseListPaginatorComponent, AbstractCasePanelComponent, AbstractCaseViewComponent, AbstractCountCardComponent, AbstractCurrencyNumberFieldComponent, AbstractCustomCardComponent, AbstractDashboardContentComponent, AbstractDataFieldTemplateComponent, AbstractDateFieldComponent, AbstractDateTimeFieldComponent, AbstractDefaultNumberFieldComponent, AbstractEditModeComponent, AbstractEmailSubmissionFormComponent, AbstractEnumerationAutocompleteDynamicFieldComponent, AbstractEnumerationAutocompleteSelectFieldComponent, AbstractEnumerationFieldComponent, AbstractEnumerationIconFieldComponent, AbstractEnumerationListFieldComponent, AbstractEnumerationSelectFieldComponent, AbstractEnumerationStepperFieldComponent, AbstractFieldComponentResolverComponent, AbstractFileFieldComponent, AbstractFileListFieldComponent, AbstractFilterFieldComponent, AbstractFilterFieldContentComponent, AbstractFilterSelectorComponent, AbstractFilterSelectorListItemComponent, AbstractForgottenPasswordComponent, AbstractFulltextSearchComponent, AbstractGroupNavigationComponentResolverComponent, AbstractHeaderComponent, AbstractHeaderService, AbstractHtmlTextareaFieldComponent, AbstractI18nDividerFieldComponent, AbstractI18nErrorsComponent, AbstractI18nFieldComponent, AbstractI18nTextFieldComponent, AbstractIframeCardComponent, AbstractImmediateFilterTextComponent, AbstractImmediateFilterTextContentComponent, AbstractImportNetComponent, AbstractInternalLinkComponent, AbstractLanguageSelectorComponent, AbstractLdapGroupRoleAssignmentComponent, AbstractLegalNoticeComponent, AbstractLoadFilterComponent, AbstractLoadingModeComponent, AbstractLoggerService, AbstractLoginFormComponent, AbstractLogoutShortcutComponent, AbstractMultichoiceAutocompleteFieldComponentComponent, AbstractMultichoiceFieldComponent, AbstractMultichoiceListFieldComponent, AbstractMultichoiceSelectFieldComponent, AbstractNavigationDoubleDrawerComponent, AbstractNavigationDrawerComponent, AbstractNavigationRailComponent, AbstractNavigationTreeComponent, AbstractNewCaseComponent, AbstractNumberErrorsComponent, AbstractNumberFieldComponent, AbstractOptionSelectorComponent, AbstractPanelComponent, AbstractPanelItemComponent, AbstractPasswordTextFieldComponent, AbstractProfileComponent, AbstractQuickPanelComponent, AbstractRegistrationComponent, AbstractRegistrationFormComponent, AbstractRemoveNodeComponent, AbstractResourceProvider, AbstractResourceService, AbstractRichTextareaFieldComponent, AbstractRoleAssignmentComponent, AbstractSaveFilterComponent, AbstractSearchClauseComponent, AbstractSearchComponent, AbstractSearchConfigurationInputComponent, AbstractSearchModeComponent, AbstractSearchOperandInputComponent, AbstractSearchPredicateComponent, AbstractSideMenuContainerComponent, AbstractSimpleTextFieldComponent, AbstractSingleTaskComponent, AbstractSingleTaskViewComponent, AbstractSortModeComponent, AbstractSortableViewComponent, AbstractTabCreationDetectorComponent, AbstractTabViewComponent, AbstractTabbedCaseViewComponent, AbstractTabbedTaskViewComponent, AbstractTaskContentComponent, AbstractTaskListComponent, AbstractTaskListPaginationComponent, AbstractTaskPanelComponent, AbstractTaskViewComponent, AbstractTextErrorsComponent, AbstractTextFieldComponent, AbstractTextareaFieldComponent, AbstractToolbarComponent, AbstractTreeComponent, AbstractTreeTaskContentComponent, AbstractUserAssignComponent, AbstractUserAssignItemComponent, AbstractUserAssignListComponent, AbstractUserCardComponent, AbstractUserFieldComponent, AbstractUserInviteComponent, AbstractUserListFieldComponent, AbstractViewWithHeadersComponent, AbstractWorkflowPanelComponent, AbstractWorkflowViewComponent, AccessService, ActiveGroupService, AdvancedSearchComponentInitializationService, AfterAction, AlertDialogComponent, AlertDialogModule, AllowedNetsService, AllowedNetsServiceFactory, AnonymousService, AssignPolicy, AssignPolicyService, AssignTaskService, AuthenticationGuardService, AuthenticationMethodService, AuthenticationModule, AuthenticationService, AuthorityGuardService, AutocompleteCategory, BOOLEAN_VALUE_LABEL_ENABLED, BaseAllowedNetsService, BasicAuthenticationService, BooleanField, BooleanFieldValidation, BooleanOperator, ButtonField, ButtonFieldValidation, CallChainService, CancelTaskService, CaseAuthor, CaseCreationDate, CaseCreationDateTime, CaseDataset, CaseHeaderService, CaseListFontColorService, CaseMetaField, CaseNetAttributeAutocompleteCategory, CaseProcess, CaseResourceService, CaseRole, CaseSearch, CaseSimpleDataset, CaseStringId, CaseTask, CaseTitle, CaseTreeNode, CaseTreeService, CaseViewService, CaseVisualId, Categories, Category, CategoryFactory, CategoryResolverService, ChangedFieldsService, ClausePredicate, ConfigParams, ConfigurationInput, ConfigurationService, ConfirmDialogComponent, ConfirmDialogModule, ConsoleLogPublisher, CovalentModule, CurrencyModule, CustomDateAdapter, DATE_FORMAT, DATE_FORMAT_STRING, DATE_TIME_FORMAT, DATE_TIME_FORMAT_STRING, DEFAULT_LANGUAGE_CODE, DashboardCardTypes, DashboardMultiData, DashboardResourceService, DashboardSingleData, DataField, DataFieldsModule, DataFocusPolicy, DataFocusPolicyService, DataGroupAlignment, DatafieldMapKey, DateField, DateTimeField, DefaultSearchCategoriesModule, DelegateTaskService, DialogModule, DialogService, DynamicEnumerationField, DynamicNavigationRouteProviderService, EditableClausePredicate, EditableClausePredicateWithGenerators, EditableElementaryPredicate, EditablePredicate, EditablePredicateWithGenerator, ElementaryPredicate, EnumerationField, EnumerationFieldValidation, Equals, EqualsDate, ErrorSnackBarComponent, EventConstants, EventQueueService, EventService, FILTER_IDENTIFIERS, FILTER_VIEW_TASK_TRANSITION_ID, FieldAlignment, FieldConverterService, FieldTypeResource, FileField, FileListField, FileListFieldValidation, FilePreviewType, FileUploadMIMEType, FileUploadModel, Filter, FilterExtractionService, FilterField, FilterRepository, FilterType, FinishPolicy, FinishPolicyService, FinishTaskService, GenericSnackBarComponent, GroupGuardService, GroupNavigationComponentResolverService, GroupNavigationConstants, HeaderColumn, HeaderColumnType, HeaderMode, HeaderSearchService, HeaderType, HttpLoaderFactory, I18nField, I18nFieldValidation, InRange, InRangeDate, IncrementingCounter, IsNull, LanguageIconsService, LanguageService, LdapGroupListService, LdapGroupResourceService, LessThan, LessThanDate, LessThanDateTime, Like, LoadingEmitter, LoadingWithFilterEmitter, LocalStorageLogPublisher, LogEntry, LogLevel, LogPublisher, LogPublisherService, LoggerService, MaterialAppearance, MaterialModule, MergeOperator, MergedFilter, MockAuthenticationMethodService, MockAuthenticationService, MockEndpoint, MockSignUpService, MockUserPreferenceService, MockUserResourceService, MoreThan, MoreThanDate, MoreThanDateTime, MultichoiceField, NAE_ASYNC_RENDERING_CONFIGURATION, NAE_AUTOSWITCH_TAB_TOKEN, NAE_BASE_FILTER, NAE_DEFAULT_CASE_SEARCH_CATEGORIES, NAE_DEFAULT_HEADERS, NAE_DEFAULT_TASK_SEARCH_CATEGORIES, NAE_FILES_UPLOAD_COMPONENT, NAE_FILTERS_FILTER, NAE_FILTER_FIELD, NAE_FILTER_TEXT, NAE_GROUP_NAVIGATION_COMPONENT_RESOLVER_COMPONENT, NAE_INFORM_ABOUT_INVALID_DATA, NAE_LOAD_FILTER_COMPONENT, NAE_NAVIGATION_ITEM_TASK_DATA, NAE_NET_ALL_VERSIONS, NAE_NET_VERSION_VISIBLE, NAE_NEW_CASE_COMPONENT, NAE_NEW_CASE_CONFIGURATION, NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, NAE_OPEN_EXISTING_TAB, NAE_OPTION_SELECTOR_COMPONENT, NAE_PREFERRED_TASK_ENDPOINT, NAE_ROUTING_CONFIGURATION_PATH, NAE_SAVE_FILTER_COMPONENT, NAE_SEARCH_CATEGORIES, NAE_SEARCH_COMPONENT_CONFIGURATION, NAE_SIDE_MENU_CONTROL, NAE_SNACKBAR_HORIZONTAL_POSITION, NAE_SNACKBAR_VERTICAL_POSITION, NAE_TAB_DATA, NAE_TASK_OPERATIONS, NAE_TASK_PANEL_DISABLE_BUTTON_FUNCTIONS, NAE_TASK_VIEW_CONFIGURATION, NAE_TREE_CASE_VIEW_CONFIGURATION, NAE_USER_ASSIGN_COMPONENT, NAE_VIEW_ID, NAE_VIEW_ID_SEGMENT, NAE_WORKFLOW_SERVICE_CONFIRM_DELETE, NAE_WORKFLOW_SERVICE_FILTER, Net, NetAttributeAutocompleteCategory, NextGroupService, NoConfigurationAutocompleteCategory, NoConfigurationCategory, NoConfigurationUserAutocompleteCategory, NotEquals, NotEqualsDate, NotEqualsDateTime, NullAuthenticationService, NullTaskOperations, NumberField, NumberFieldValidation, OpenedTab, Operator, OperatorResolverService, OperatorService, OperatorTemplatePart, OperatorTemplatePartType, Operators, OrganizationListService, OverflowService, PUBLISHERS, PageLoadRequestContext, PaginationParams, PaginationSort, PaperViewService, PermissionService, PermissionType, PetriNetResourceService, Predicate, PredicateWithGenerator, ProcessList, ProcessService, ProgressType, PromptDialogComponent, PromptDialogModule, PublicCaseResourceService, PublicPetriNetResourceService, PublicProcessService, PublicTaskLoadingService, PublicTaskResourceService, PublicUrlResolverService, Query, QueuedEvent, RedirectService, ResourceProvider, ResultWithAfterActions, RoleAssignmentLdapGroupService, RoleAssignmentService, RoleGuardService, RoutingBuilderService, SearchIndex, SearchIndexResolverService, SearchInputType, SearchMode, SearchService, SelectedCaseService, SessionService, SideMenuControl, SideMenuRef, SideMenuService, SideMenuSize, SignUpModule, SignUpService, SimpleFilter, SingleTaskContentService, SnackBarComponent, SnackBarHorizontalPosition, SnackBarModule, SnackBarService, SnackBarVerticalPosition, SpinnerOverlayService, Subgrid, SubjectTaskOperations, Substring, SuccessSnackBarComponent, TabLabelStream, TabView, TabbedVirtualScrollComponent, TaskAssignee, TaskConst, TaskContentService, TaskDataService, TaskElementType, TaskEndpoint, TaskEvent, TaskEventService, TaskHandlingService, TaskHeaderService, TaskMetaField, TaskNetAttributeAutocompleteCategory, TaskProcess, TaskRefField, TaskRequestStateService, TaskResourceService, TaskRole, TaskTask, TaskViewService, TemplateAppearance, TestCaseBaseFilterProvider, TestCaseViewAllowedNetsFactory, TestConfigurationService, TestMockDependenciesModule, TestNoAllowedNetsFactory, TestTaskBaseFilterProvider, TestTaskViewAllowedNetsFactory, TestViewService, TextAreaField, TextAreaHeight, TextField, TextFieldValidation, TranslateLibModule, TreeCaseViewService, TreePetriflowIdentifiers, TreeTaskContentService, UnlimitedTaskContentService, UriContentType, UriResourceService, UriService, User, UserAutocomplete, UserComparatorService, UserField, UserFilterConstants, UserFiltersService, UserInviteService, UserListField, UserListService, UserPreferenceService, UserResourceService, UserService, UserTransformer, UserValue, ViewIdService, ViewService, WarningSnackBarComponent, WorkflowHeaderService, WorkflowMetaField, WorkflowViewService, WrappedBoolean, arrayToObservable, authenticationServiceFactory, clearTimeInformation, configureCategory, createMockCase, createMockCaseOutcome, createMockDataGroup, createMockDependencies, createMockField, createMockGetDataOutcome, createMockImmediateData, createMockNet, createMockPage, createMockPetriNetOutcome, createMockSetDataOutcome, createMockTask, createMockTaskOutcome, createSortParam, createTaskEventNotification, defaultCaseSearchCategoriesFactory, defaultTaskSearchCategoriesFactory, destroySubscription, extractFilterFieldFromData, extractFilterFromData, extractFilterFromFilterField, extractIconAndTitle, extractRoles, getField, getFieldFromDataGroups, getFieldIndex, getFieldIndexFromDataGroups, getImmediateData, getNetAndCreateCase, groupNavigationViewIdSegmentFactory, hasContent, loadAllPages, mockUserAutocompleteValue, navigationItemTaskAllowedNetsServiceFactory, navigationItemTaskCategoryFactory, navigationItemTaskFilterFactory, ofVoid, processMessageResponse, publicBaseFilterFactory, publicFactoryResolver, refreshTree, tabbedAllowedNetsServiceFactory, tabbedTaskViewConfigurationFactory, toMoment };
|
|
32048
|
+
export { AbstractAddChildNodeComponent, AbstractAdvancedSearchComponent, AbstractAuthenticationOverlayComponent, AbstractBooleanFieldComponent, AbstractBreadcrumbsComponent, AbstractButtonFieldComponent, AbstractCaseListComponent, AbstractCaseListPaginatorComponent, AbstractCasePanelComponent, AbstractCaseViewComponent, AbstractCountCardComponent, AbstractCurrencyNumberFieldComponent, AbstractCustomCardComponent, AbstractDashboardContentComponent, AbstractDataFieldTemplateComponent, AbstractDateFieldComponent, AbstractDateTimeFieldComponent, AbstractDefaultNumberFieldComponent, AbstractEditModeComponent, AbstractEmailSubmissionFormComponent, AbstractEnumerationAutocompleteDynamicFieldComponent, AbstractEnumerationAutocompleteSelectFieldComponent, AbstractEnumerationFieldComponent, AbstractEnumerationIconFieldComponent, AbstractEnumerationListFieldComponent, AbstractEnumerationSelectFieldComponent, AbstractEnumerationStepperFieldComponent, AbstractFieldComponentResolverComponent, AbstractFileFieldComponent, AbstractFileListFieldComponent, AbstractFilterFieldComponent, AbstractFilterFieldContentComponent, AbstractFilterSelectorComponent, AbstractFilterSelectorListItemComponent, AbstractForgottenPasswordComponent, AbstractFulltextSearchComponent, AbstractGroupNavigationComponentResolverComponent, AbstractHeaderComponent, AbstractHeaderService, AbstractHtmlTextareaFieldComponent, AbstractI18nDividerFieldComponent, AbstractI18nErrorsComponent, AbstractI18nFieldComponent, AbstractI18nTextFieldComponent, AbstractIframeCardComponent, AbstractImmediateFilterTextComponent, AbstractImmediateFilterTextContentComponent, AbstractImportNetComponent, AbstractInternalLinkComponent, AbstractLanguageSelectorComponent, AbstractLdapGroupRoleAssignmentComponent, AbstractLegalNoticeComponent, AbstractLoadFilterComponent, AbstractLoadingModeComponent, AbstractLoggerService, AbstractLoginFormComponent, AbstractLogoutShortcutComponent, AbstractMultichoiceAutocompleteFieldComponentComponent, AbstractMultichoiceFieldComponent, AbstractMultichoiceListFieldComponent, AbstractMultichoiceSelectFieldComponent, AbstractNavigationDoubleDrawerComponent, AbstractNavigationDrawerComponent, AbstractNavigationRailComponent, AbstractNavigationTreeComponent, AbstractNewCaseComponent, AbstractNumberErrorsComponent, AbstractNumberFieldComponent, AbstractOptionSelectorComponent, AbstractPanelComponent, AbstractPanelItemComponent, AbstractPasswordTextFieldComponent, AbstractProfileComponent, AbstractQuickPanelComponent, AbstractRegistrationComponent, AbstractRegistrationFormComponent, AbstractRemoveNodeComponent, AbstractResourceProvider, AbstractResourceService, AbstractRichTextareaFieldComponent, AbstractRoleAssignmentComponent, AbstractSaveFilterComponent, AbstractSearchClauseComponent, AbstractSearchComponent, AbstractSearchConfigurationInputComponent, AbstractSearchModeComponent, AbstractSearchOperandInputComponent, AbstractSearchPredicateComponent, AbstractSideMenuContainerComponent, AbstractSimpleTextFieldComponent, AbstractSingleTaskComponent, AbstractSingleTaskViewComponent, AbstractSortModeComponent, AbstractSortableViewComponent, AbstractTabCreationDetectorComponent, AbstractTabViewComponent, AbstractTabbedCaseViewComponent, AbstractTabbedTaskViewComponent, AbstractTaskContentComponent, AbstractTaskListComponent, AbstractTaskListPaginationComponent, AbstractTaskPanelComponent, AbstractTaskViewComponent, AbstractTextErrorsComponent, AbstractTextFieldComponent, AbstractTextareaFieldComponent, AbstractToolbarComponent, AbstractTreeComponent, AbstractTreeTaskContentComponent, AbstractUserAssignComponent, AbstractUserAssignItemComponent, AbstractUserAssignListComponent, AbstractUserCardComponent, AbstractUserFieldComponent, AbstractUserInviteComponent, AbstractUserListFieldComponent, AbstractViewWithHeadersComponent, AbstractWorkflowPanelComponent, AbstractWorkflowViewComponent, AccessService, ActiveGroupService, AdvancedSearchComponentInitializationService, AfterAction, AlertDialogComponent, AlertDialogModule, AllowedNetsService, AllowedNetsServiceFactory, AnonymousService, AssignPolicy, AssignPolicyService, AssignTaskService, AuthenticationGuardService, AuthenticationMethodService, AuthenticationModule, AuthenticationService, AuthorityGuardService, AutocompleteCategory, BOOLEAN_VALUE_LABEL_ENABLED, BaseAllowedNetsService, BasicAuthenticationService, BooleanField, BooleanFieldValidation, BooleanOperator, ButtonField, ButtonFieldValidation, CallChainService, CancelTaskService, CaseAuthor, CaseCreationDate, CaseCreationDateTime, CaseDataset, CaseHeaderService, CaseListFontColorService, CaseMetaField, CaseNetAttributeAutocompleteCategory, CaseProcess, CaseResourceService, CaseRole, CaseSearch, CaseSimpleDataset, CaseStringId, CaseTask, CaseTitle, CaseTreeNode, CaseTreeService, CaseViewService, CaseVisualId, Categories, Category, CategoryFactory, CategoryResolverService, ChangedFieldsService, ClausePredicate, ConfigParams, ConfigurationInput, ConfigurationService, ConfirmDialogComponent, ConfirmDialogModule, ConsoleLogPublisher, CovalentModule, CurrencyModule, CustomDateAdapter, DATE_FORMAT, DATE_FORMAT_STRING, DATE_TIME_FORMAT, DATE_TIME_FORMAT_STRING, DEFAULT_LANGUAGE_CODE, DashboardCardTypes, DashboardMultiData, DashboardResourceService, DashboardSingleData, DataField, DataFieldsModule, DataFocusPolicy, DataFocusPolicyService, DataGroupAlignment, DatafieldMapKey, DateField, DateTimeField, DefaultSearchCategoriesModule, DelegateTaskService, DialogModule, DialogService, DynamicEnumerationField, DynamicNavigationRouteProviderService, EditableClausePredicate, EditableClausePredicateWithGenerators, EditableElementaryPredicate, EditablePredicate, EditablePredicateWithGenerator, ElementaryPredicate, EnumerationAutocompleteFilterProperty, EnumerationField, EnumerationFieldValidation, Equals, EqualsDate, ErrorSnackBarComponent, EventConstants, EventQueueService, EventService, FILTER_IDENTIFIERS, FILTER_VIEW_TASK_TRANSITION_ID, FieldAlignment, FieldConverterService, FieldTypeResource, FileField, FileListField, FileListFieldValidation, FilePreviewType, FileUploadMIMEType, FileUploadModel, Filter, FilterExtractionService, FilterField, FilterRepository, FilterType, FinishPolicy, FinishPolicyService, FinishTaskService, GenericSnackBarComponent, GroupGuardService, GroupNavigationComponentResolverService, GroupNavigationConstants, HeaderColumn, HeaderColumnType, HeaderMode, HeaderSearchService, HeaderType, HttpLoaderFactory, I18nField, I18nFieldValidation, InRange, InRangeDate, IncrementingCounter, IsNull, LanguageIconsService, LanguageService, LdapGroupListService, LdapGroupResourceService, LessThan, LessThanDate, LessThanDateTime, Like, LoadingEmitter, LoadingWithFilterEmitter, LocalStorageLogPublisher, LogEntry, LogLevel, LogPublisher, LogPublisherService, LoggerService, MaterialAppearance, MaterialModule, MergeOperator, MergedFilter, MockAuthenticationMethodService, MockAuthenticationService, MockEndpoint, MockSignUpService, MockUserPreferenceService, MockUserResourceService, MoreThan, MoreThanDate, MoreThanDateTime, MultichoiceAutocompleteFilterProperty, MultichoiceField, NAE_ASYNC_RENDERING_CONFIGURATION, NAE_AUTOSWITCH_TAB_TOKEN, NAE_BASE_FILTER, NAE_DEFAULT_CASE_SEARCH_CATEGORIES, NAE_DEFAULT_HEADERS, NAE_DEFAULT_TASK_SEARCH_CATEGORIES, NAE_FILES_UPLOAD_COMPONENT, NAE_FILTERS_FILTER, NAE_FILTER_FIELD, NAE_FILTER_TEXT, NAE_GROUP_NAVIGATION_COMPONENT_RESOLVER_COMPONENT, NAE_INFORM_ABOUT_INVALID_DATA, NAE_LOAD_FILTER_COMPONENT, NAE_NAVIGATION_ITEM_TASK_DATA, NAE_NET_ALL_VERSIONS, NAE_NET_VERSION_VISIBLE, NAE_NEW_CASE_COMPONENT, NAE_NEW_CASE_CONFIGURATION, NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, NAE_OPEN_EXISTING_TAB, NAE_OPTION_SELECTOR_COMPONENT, NAE_PREFERRED_TASK_ENDPOINT, NAE_ROUTING_CONFIGURATION_PATH, NAE_SAVE_FILTER_COMPONENT, NAE_SEARCH_CATEGORIES, NAE_SEARCH_COMPONENT_CONFIGURATION, NAE_SIDE_MENU_CONTROL, NAE_SNACKBAR_HORIZONTAL_POSITION, NAE_SNACKBAR_VERTICAL_POSITION, NAE_TAB_DATA, NAE_TASK_OPERATIONS, NAE_TASK_PANEL_DISABLE_BUTTON_FUNCTIONS, NAE_TASK_VIEW_CONFIGURATION, NAE_TREE_CASE_VIEW_CONFIGURATION, NAE_USER_ASSIGN_COMPONENT, NAE_VIEW_ID, NAE_VIEW_ID_SEGMENT, NAE_WORKFLOW_SERVICE_CONFIRM_DELETE, NAE_WORKFLOW_SERVICE_FILTER, Net, NetAttributeAutocompleteCategory, NextGroupService, NoConfigurationAutocompleteCategory, NoConfigurationCategory, NoConfigurationUserAutocompleteCategory, NotEquals, NotEqualsDate, NotEqualsDateTime, NullAuthenticationService, NullTaskOperations, NumberField, NumberFieldValidation, OpenedTab, Operator, OperatorResolverService, OperatorService, OperatorTemplatePart, OperatorTemplatePartType, Operators, OrganizationListService, OverflowService, PUBLISHERS, PageLoadRequestContext, PaginationParams, PaginationSort, PaperViewService, PermissionService, PermissionType, PetriNetResourceService, Predicate, PredicateWithGenerator, ProcessList, ProcessService, ProgressType, PromptDialogComponent, PromptDialogModule, PublicCaseResourceService, PublicPetriNetResourceService, PublicProcessService, PublicTaskLoadingService, PublicTaskResourceService, PublicUrlResolverService, Query, QueuedEvent, RedirectService, ResourceProvider, ResultWithAfterActions, RoleAssignmentLdapGroupService, RoleAssignmentService, RoleGuardService, RoutingBuilderService, SearchIndex, SearchIndexResolverService, SearchInputType, SearchMode, SearchService, SelectedCaseService, SessionService, SideMenuControl, SideMenuRef, SideMenuService, SideMenuSize, SignUpModule, SignUpService, SimpleFilter, SingleTaskContentService, SnackBarComponent, SnackBarHorizontalPosition, SnackBarModule, SnackBarService, SnackBarVerticalPosition, SpinnerOverlayService, Subgrid, SubjectTaskOperations, Substring, SuccessSnackBarComponent, TabLabelStream, TabView, TabbedVirtualScrollComponent, TaskAssignee, TaskConst, TaskContentService, TaskDataService, TaskElementType, TaskEndpoint, TaskEvent, TaskEventService, TaskHandlingService, TaskHeaderService, TaskMetaField, TaskNetAttributeAutocompleteCategory, TaskProcess, TaskRefField, TaskRequestStateService, TaskResourceService, TaskRole, TaskTask, TaskViewService, TemplateAppearance, TestCaseBaseFilterProvider, TestCaseViewAllowedNetsFactory, TestConfigurationService, TestMockDependenciesModule, TestNoAllowedNetsFactory, TestTaskBaseFilterProvider, TestTaskViewAllowedNetsFactory, TestViewService, TextAreaField, TextAreaHeight, TextField, TextFieldValidation, TranslateLibModule, TreeCaseViewService, TreePetriflowIdentifiers, TreeTaskContentService, UnlimitedTaskContentService, UriContentType, UriResourceService, UriService, User, UserAutocomplete, UserComparatorService, UserField, UserFilterConstants, UserFiltersService, UserInviteService, UserListField, UserListService, UserPreferenceService, UserResourceService, UserService, UserTransformer, UserValue, ViewIdService, ViewService, WarningSnackBarComponent, WorkflowHeaderService, WorkflowMetaField, WorkflowViewService, WrappedBoolean, arrayToObservable, authenticationServiceFactory, clearTimeInformation, configureCategory, createMockCase, createMockCaseOutcome, createMockDataGroup, createMockDependencies, createMockField, createMockGetDataOutcome, createMockImmediateData, createMockNet, createMockPage, createMockPetriNetOutcome, createMockSetDataOutcome, createMockTask, createMockTaskOutcome, createSortParam, createTaskEventNotification, defaultCaseSearchCategoriesFactory, defaultTaskSearchCategoriesFactory, destroySubscription, extractFilterFieldFromData, extractFilterFromData, extractFilterFromFilterField, extractIconAndTitle, extractRoles, getField, getFieldFromDataGroups, getFieldIndex, getFieldIndexFromDataGroups, getImmediateData, getNetAndCreateCase, groupNavigationViewIdSegmentFactory, hasContent, loadAllPages, mockUserAutocompleteValue, navigationItemTaskAllowedNetsServiceFactory, navigationItemTaskCategoryFactory, navigationItemTaskFilterFactory, ofVoid, processMessageResponse, publicBaseFilterFactory, publicFactoryResolver, refreshTree, tabbedAllowedNetsServiceFactory, tabbedTaskViewConfigurationFactory, toMoment };
|
|
31962
32049
|
//# sourceMappingURL=netgrif-components-core.mjs.map
|