@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
|
@@ -90,8 +90,8 @@ import { HttpClientTestingModule } from '@angular/common/http/testing';
|
|
|
90
90
|
|
|
91
91
|
class MaterialModule {
|
|
92
92
|
}
|
|
93
|
-
MaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
94
|
-
MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
93
|
+
MaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
94
|
+
MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, imports: [CommonModule,
|
|
95
95
|
FlexLayoutModule], exports: [FlexLayoutModule,
|
|
96
96
|
A11yModule,
|
|
97
97
|
CdkStepperModule,
|
|
@@ -139,7 +139,7 @@ MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
139
139
|
MatFormFieldModule,
|
|
140
140
|
FormsModule,
|
|
141
141
|
ReactiveFormsModule] });
|
|
142
|
-
MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
142
|
+
MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, imports: [[
|
|
143
143
|
CommonModule,
|
|
144
144
|
FlexLayoutModule
|
|
145
145
|
], FlexLayoutModule,
|
|
@@ -189,7 +189,7 @@ MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
|
189
189
|
MatFormFieldModule,
|
|
190
190
|
FormsModule,
|
|
191
191
|
ReactiveFormsModule] });
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, decorators: [{
|
|
193
193
|
type: NgModule,
|
|
194
194
|
args: [{
|
|
195
195
|
declarations: [],
|
|
@@ -251,10 +251,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
251
251
|
|
|
252
252
|
class CovalentModule {
|
|
253
253
|
}
|
|
254
|
-
CovalentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
255
|
-
CovalentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
256
|
-
CovalentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
254
|
+
CovalentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CovalentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
255
|
+
CovalentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CovalentModule, exports: [CovalentMarkdownModule] });
|
|
256
|
+
CovalentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CovalentModule, imports: [CovalentMarkdownModule] });
|
|
257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CovalentModule, decorators: [{
|
|
258
258
|
type: NgModule,
|
|
259
259
|
args: [{
|
|
260
260
|
exports: [
|
|
@@ -270,12 +270,12 @@ class CurrencyModule {
|
|
|
270
270
|
registerLocaleData(de$1);
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
|
-
CurrencyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
274
|
-
CurrencyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
275
|
-
CurrencyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
273
|
+
CurrencyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CurrencyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
274
|
+
CurrencyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CurrencyModule, imports: [CommonModule] });
|
|
275
|
+
CurrencyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CurrencyModule, providers: [CurrencyPipe], imports: [[
|
|
276
276
|
CommonModule
|
|
277
277
|
]] });
|
|
278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CurrencyModule, decorators: [{
|
|
279
279
|
type: NgModule,
|
|
280
280
|
args: [{
|
|
281
281
|
declarations: [],
|
|
@@ -667,9 +667,9 @@ class LogPublisherService {
|
|
|
667
667
|
this._publishers.forEach(publisher => publisher.clear());
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
|
-
LogPublisherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
671
|
-
LogPublisherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
670
|
+
LogPublisherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
671
|
+
LogPublisherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, providedIn: 'root' });
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, decorators: [{
|
|
673
673
|
type: Injectable,
|
|
674
674
|
args: [{
|
|
675
675
|
providedIn: 'root'
|
|
@@ -730,9 +730,9 @@ class LoggerService extends AbstractLoggerService {
|
|
|
730
730
|
super(publisherService, config);
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
734
|
-
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
733
|
+
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 });
|
|
734
|
+
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, providedIn: 'root' });
|
|
735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, decorators: [{
|
|
736
736
|
type: Injectable,
|
|
737
737
|
args: [{
|
|
738
738
|
providedIn: 'root'
|
|
@@ -746,9 +746,9 @@ class CustomDateAdapter extends MomentDateAdapter {
|
|
|
746
746
|
return 1;
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
|
-
CustomDateAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
750
|
-
CustomDateAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
749
|
+
CustomDateAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomDateAdapter, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
750
|
+
CustomDateAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomDateAdapter });
|
|
751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomDateAdapter, decorators: [{
|
|
752
752
|
type: Injectable
|
|
753
753
|
}] });
|
|
754
754
|
|
|
@@ -2394,9 +2394,9 @@ class SessionService {
|
|
|
2394
2394
|
}
|
|
2395
2395
|
SessionService.SESSION_TOKEN_STORAGE_KEY = 'naet';
|
|
2396
2396
|
SessionService.SESSION_BEARER_HEADER_DEFAULT = 'X-Auth-Token';
|
|
2397
|
-
SessionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2398
|
-
SessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2397
|
+
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 });
|
|
2398
|
+
SessionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SessionService, providedIn: 'root' });
|
|
2399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SessionService, decorators: [{
|
|
2400
2400
|
type: Injectable,
|
|
2401
2401
|
args: [{
|
|
2402
2402
|
providedIn: 'root'
|
|
@@ -2412,9 +2412,9 @@ class UserTransformer {
|
|
|
2412
2412
|
return new User(user.id, user.email, user.name, user.surname, this.transformAuthorities(user.authorities), user.processRoles, groups, user.nextGroups);
|
|
2413
2413
|
}
|
|
2414
2414
|
}
|
|
2415
|
-
UserTransformer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2416
|
-
UserTransformer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2415
|
+
UserTransformer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserTransformer, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2416
|
+
UserTransformer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserTransformer, providedIn: 'root' });
|
|
2417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserTransformer, decorators: [{
|
|
2418
2418
|
type: Injectable,
|
|
2419
2419
|
args: [{
|
|
2420
2420
|
providedIn: 'root'
|
|
@@ -2461,9 +2461,9 @@ class AuthenticationService {
|
|
|
2461
2461
|
}
|
|
2462
2462
|
}
|
|
2463
2463
|
AuthenticationService.IDENTIFICATION_ATTRIBUTE = 'id';
|
|
2464
|
-
AuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2465
|
-
AuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2464
|
+
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 });
|
|
2465
|
+
AuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationService, providedIn: 'root' });
|
|
2466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationService, decorators: [{
|
|
2467
2467
|
type: Injectable,
|
|
2468
2468
|
args: [{
|
|
2469
2469
|
providedIn: 'root'
|
|
@@ -2719,9 +2719,9 @@ class ResourceProvider extends AbstractResourceProvider {
|
|
|
2719
2719
|
super(httpClient);
|
|
2720
2720
|
}
|
|
2721
2721
|
}
|
|
2722
|
-
ResourceProvider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2723
|
-
ResourceProvider.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2722
|
+
ResourceProvider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceProvider, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2723
|
+
ResourceProvider.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceProvider, providedIn: 'root' });
|
|
2724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceProvider, decorators: [{
|
|
2725
2725
|
type: Injectable,
|
|
2726
2726
|
args: [{
|
|
2727
2727
|
providedIn: 'root'
|
|
@@ -2896,9 +2896,9 @@ class UserResourceService extends AbstractResourceService {
|
|
|
2896
2896
|
.pipe(map(r => this.changeType(r, undefined)));
|
|
2897
2897
|
}
|
|
2898
2898
|
}
|
|
2899
|
-
UserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2900
|
-
UserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2899
|
+
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 });
|
|
2900
|
+
UserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserResourceService, providedIn: 'root' });
|
|
2901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserResourceService, decorators: [{
|
|
2902
2902
|
type: Injectable,
|
|
2903
2903
|
args: [{
|
|
2904
2904
|
providedIn: 'root'
|
|
@@ -2949,9 +2949,9 @@ class AnonymousService {
|
|
|
2949
2949
|
}
|
|
2950
2950
|
}
|
|
2951
2951
|
AnonymousService.JWT_BEARER_HEADER_DEFAULT = 'X-Jwt-Token';
|
|
2952
|
-
AnonymousService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
2953
|
-
AnonymousService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
2954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
2952
|
+
AnonymousService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousService, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2953
|
+
AnonymousService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousService, providedIn: 'root' });
|
|
2954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousService, decorators: [{
|
|
2955
2955
|
type: Injectable,
|
|
2956
2956
|
args: [{
|
|
2957
2957
|
providedIn: 'root'
|
|
@@ -3120,9 +3120,9 @@ class UserService {
|
|
|
3120
3120
|
this._anonymousUserChange$.next(this.user);
|
|
3121
3121
|
}
|
|
3122
3122
|
}
|
|
3123
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3124
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3123
|
+
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 });
|
|
3124
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
3125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserService, decorators: [{
|
|
3126
3126
|
type: Injectable,
|
|
3127
3127
|
args: [{
|
|
3128
3128
|
providedIn: 'root'
|
|
@@ -3138,9 +3138,9 @@ class SnackBarComponent {
|
|
|
3138
3138
|
this.snackBarRef.dismiss();
|
|
3139
3139
|
}
|
|
3140
3140
|
}
|
|
3141
|
-
SnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3142
|
-
SnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3141
|
+
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 });
|
|
3142
|
+
SnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SnackBarComponent, selector: "ncc-abstract-snackbar", ngImport: i0, template: '', isInline: true });
|
|
3143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarComponent, decorators: [{
|
|
3144
3144
|
type: Component,
|
|
3145
3145
|
args: [{
|
|
3146
3146
|
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 () {
|
|
@@ -3179,9 +3179,9 @@ class SuccessSnackBarComponent extends SnackBarComponent {
|
|
|
3179
3179
|
this.data = data;
|
|
3180
3180
|
}
|
|
3181
3181
|
}
|
|
3182
|
-
SuccessSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3183
|
-
SuccessSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3182
|
+
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 });
|
|
3183
|
+
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"] }] });
|
|
3184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SuccessSnackBarComponent, decorators: [{
|
|
3185
3185
|
type: Component,
|
|
3186
3186
|
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"] }]
|
|
3187
3187
|
}], ctorParameters: function () {
|
|
@@ -3198,9 +3198,9 @@ class ErrorSnackBarComponent extends SnackBarComponent {
|
|
|
3198
3198
|
this.data = data;
|
|
3199
3199
|
}
|
|
3200
3200
|
}
|
|
3201
|
-
ErrorSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3202
|
-
ErrorSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3201
|
+
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 });
|
|
3202
|
+
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"] }] });
|
|
3203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ErrorSnackBarComponent, decorators: [{
|
|
3204
3204
|
type: Component,
|
|
3205
3205
|
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: [""] }]
|
|
3206
3206
|
}], ctorParameters: function () {
|
|
@@ -3217,9 +3217,9 @@ class WarningSnackBarComponent extends SnackBarComponent {
|
|
|
3217
3217
|
this.data = data;
|
|
3218
3218
|
}
|
|
3219
3219
|
}
|
|
3220
|
-
WarningSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3221
|
-
WarningSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
3222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3220
|
+
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 });
|
|
3221
|
+
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"] }] });
|
|
3222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WarningSnackBarComponent, decorators: [{
|
|
3223
3223
|
type: Component,
|
|
3224
3224
|
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"] }]
|
|
3225
3225
|
}], ctorParameters: function () {
|
|
@@ -3308,9 +3308,9 @@ class SnackBarService {
|
|
|
3308
3308
|
}, config));
|
|
3309
3309
|
}
|
|
3310
3310
|
}
|
|
3311
|
-
SnackBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3312
|
-
SnackBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3311
|
+
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 });
|
|
3312
|
+
SnackBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarService, providedIn: 'root' });
|
|
3313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarService, decorators: [{
|
|
3314
3314
|
type: Injectable,
|
|
3315
3315
|
args: [{
|
|
3316
3316
|
providedIn: 'root'
|
|
@@ -3446,9 +3446,9 @@ class UserPreferenceService {
|
|
|
3446
3446
|
};
|
|
3447
3447
|
}
|
|
3448
3448
|
}
|
|
3449
|
-
UserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3450
|
-
UserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3449
|
+
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 });
|
|
3450
|
+
UserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserPreferenceService, providedIn: 'root' });
|
|
3451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserPreferenceService, decorators: [{
|
|
3452
3452
|
type: Injectable,
|
|
3453
3453
|
args: [{
|
|
3454
3454
|
providedIn: 'root'
|
|
@@ -3511,9 +3511,9 @@ class LanguageService {
|
|
|
3511
3511
|
return this._langChange$.asObservable();
|
|
3512
3512
|
}
|
|
3513
3513
|
}
|
|
3514
|
-
LanguageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3515
|
-
LanguageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3514
|
+
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 });
|
|
3515
|
+
LanguageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageService, providedIn: 'root' });
|
|
3516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageService, decorators: [{
|
|
3517
3517
|
type: Injectable,
|
|
3518
3518
|
args: [{
|
|
3519
3519
|
providedIn: 'root'
|
|
@@ -3531,9 +3531,9 @@ class TranslateInterceptor {
|
|
|
3531
3531
|
return next.handle(req);
|
|
3532
3532
|
}
|
|
3533
3533
|
}
|
|
3534
|
-
TranslateInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3535
|
-
TranslateInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
3536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3534
|
+
TranslateInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateInterceptor, deps: [{ token: LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3535
|
+
TranslateInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateInterceptor });
|
|
3536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateInterceptor, decorators: [{
|
|
3537
3537
|
type: Injectable
|
|
3538
3538
|
}], ctorParameters: function () { return [{ type: LanguageService }]; } });
|
|
3539
3539
|
|
|
@@ -3542,9 +3542,9 @@ function HttpLoaderFactory(http) {
|
|
|
3542
3542
|
}
|
|
3543
3543
|
class TranslateLibModule {
|
|
3544
3544
|
}
|
|
3545
|
-
TranslateLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3546
|
-
TranslateLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
3547
|
-
TranslateLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
3545
|
+
TranslateLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3546
|
+
TranslateLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateLibModule, imports: [CommonModule, i1$2.TranslateModule], exports: [TranslateModule] });
|
|
3547
|
+
TranslateLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateLibModule, providers: [
|
|
3548
3548
|
TranslateService,
|
|
3549
3549
|
TranslatePipe,
|
|
3550
3550
|
TranslateStore,
|
|
@@ -3560,7 +3560,7 @@ TranslateLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
3560
3560
|
}
|
|
3561
3561
|
})
|
|
3562
3562
|
], TranslateModule] });
|
|
3563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TranslateLibModule, decorators: [{
|
|
3564
3564
|
type: NgModule,
|
|
3565
3565
|
args: [{
|
|
3566
3566
|
declarations: [],
|
|
@@ -3587,8 +3587,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3587
3587
|
|
|
3588
3588
|
class DataFieldsModule {
|
|
3589
3589
|
}
|
|
3590
|
-
DataFieldsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
3591
|
-
DataFieldsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
3590
|
+
DataFieldsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFieldsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3591
|
+
DataFieldsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFieldsModule, imports: [CommonModule,
|
|
3592
3592
|
FlexLayoutModule,
|
|
3593
3593
|
MaterialModule,
|
|
3594
3594
|
CovalentModule,
|
|
@@ -3598,7 +3598,7 @@ DataFieldsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3598
3598
|
NgxMatDatetimePickerModule,
|
|
3599
3599
|
NgxMatMomentModule,
|
|
3600
3600
|
TranslateLibModule] });
|
|
3601
|
-
DataFieldsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
3601
|
+
DataFieldsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFieldsModule, providers: [
|
|
3602
3602
|
{ provide: DateAdapter, useClass: CustomDateAdapter }
|
|
3603
3603
|
], imports: [[
|
|
3604
3604
|
CommonModule,
|
|
@@ -3612,7 +3612,7 @@ DataFieldsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
3612
3612
|
NgxMatMomentModule,
|
|
3613
3613
|
TranslateLibModule
|
|
3614
3614
|
]] });
|
|
3615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
3615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFieldsModule, decorators: [{
|
|
3616
3616
|
type: NgModule,
|
|
3617
3617
|
args: [{
|
|
3618
3618
|
imports: [
|
|
@@ -3780,6 +3780,9 @@ class DataField {
|
|
|
3780
3780
|
set touch(set) {
|
|
3781
3781
|
this._touch.next(set);
|
|
3782
3782
|
}
|
|
3783
|
+
get touch$() {
|
|
3784
|
+
return this._touch.asObservable();
|
|
3785
|
+
}
|
|
3783
3786
|
get component() {
|
|
3784
3787
|
return this._component;
|
|
3785
3788
|
}
|
|
@@ -4100,9 +4103,9 @@ class AbstractDataFieldComponent {
|
|
|
4100
4103
|
return this._formControl;
|
|
4101
4104
|
}
|
|
4102
4105
|
}
|
|
4103
|
-
AbstractDataFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4104
|
-
AbstractDataFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4106
|
+
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 });
|
|
4107
|
+
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 });
|
|
4108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDataFieldComponent, decorators: [{
|
|
4106
4109
|
type: Component,
|
|
4107
4110
|
args: [{
|
|
4108
4111
|
selector: 'ncc-abstract-datafield',
|
|
@@ -4147,9 +4150,9 @@ class AbstractBooleanFieldComponent extends AbstractDataFieldComponent {
|
|
|
4147
4150
|
return generalMessage;
|
|
4148
4151
|
}
|
|
4149
4152
|
}
|
|
4150
|
-
AbstractBooleanFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4151
|
-
AbstractBooleanFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4153
|
+
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 });
|
|
4154
|
+
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 });
|
|
4155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBooleanFieldComponent, decorators: [{
|
|
4153
4156
|
type: Component,
|
|
4154
4157
|
args: [{
|
|
4155
4158
|
selector: 'ncc-abstract-boolean-field',
|
|
@@ -4188,9 +4191,9 @@ class AbstractDialogComponent {
|
|
|
4188
4191
|
this.data = data;
|
|
4189
4192
|
}
|
|
4190
4193
|
}
|
|
4191
|
-
AbstractDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4192
|
-
AbstractDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4194
|
+
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 });
|
|
4195
|
+
AbstractDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDialogComponent, selector: "ncc-abstract-dialog", ngImport: i0, template: '', isInline: true });
|
|
4196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDialogComponent, decorators: [{
|
|
4194
4197
|
type: Component,
|
|
4195
4198
|
args: [{
|
|
4196
4199
|
selector: 'ncc-abstract-dialog',
|
|
@@ -4233,9 +4236,9 @@ class ConfirmDialogComponent extends AbstractDialogComponent {
|
|
|
4233
4236
|
});
|
|
4234
4237
|
}
|
|
4235
4238
|
}
|
|
4236
|
-
ConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4237
|
-
ConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4239
|
+
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 });
|
|
4240
|
+
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"] }] });
|
|
4241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogComponent, decorators: [{
|
|
4239
4242
|
type: Component,
|
|
4240
4243
|
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: [""] }]
|
|
4241
4244
|
}], ctorParameters: function () {
|
|
@@ -4264,9 +4267,9 @@ class AlertDialogComponent extends AbstractDialogComponent {
|
|
|
4264
4267
|
this.dialogRef.close({});
|
|
4265
4268
|
}
|
|
4266
4269
|
}
|
|
4267
|
-
AlertDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4268
|
-
AlertDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4270
|
+
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 });
|
|
4271
|
+
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"] }] });
|
|
4272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogComponent, decorators: [{
|
|
4270
4273
|
type: Component,
|
|
4271
4274
|
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: [""] }]
|
|
4272
4275
|
}], ctorParameters: function () {
|
|
@@ -4299,9 +4302,9 @@ class PromptDialogComponent extends AbstractDialogComponent {
|
|
|
4299
4302
|
} : {});
|
|
4300
4303
|
}
|
|
4301
4304
|
}
|
|
4302
|
-
PromptDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4303
|
-
PromptDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4305
|
+
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 });
|
|
4306
|
+
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 } });
|
|
4307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogComponent, decorators: [{
|
|
4305
4308
|
type: Component,
|
|
4306
4309
|
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"] }]
|
|
4307
4310
|
}], ctorParameters: function () {
|
|
@@ -4373,9 +4376,9 @@ class DialogService {
|
|
|
4373
4376
|
}, configMatDialog));
|
|
4374
4377
|
}
|
|
4375
4378
|
}
|
|
4376
|
-
DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4377
|
-
DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
4378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4379
|
+
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 });
|
|
4380
|
+
DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, providedIn: 'root' });
|
|
4381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, decorators: [{
|
|
4379
4382
|
type: Injectable,
|
|
4380
4383
|
args: [{
|
|
4381
4384
|
providedIn: 'root'
|
|
@@ -4418,9 +4421,9 @@ class AbstractButtonFieldComponent extends AbstractDataFieldComponent {
|
|
|
4418
4421
|
}
|
|
4419
4422
|
}
|
|
4420
4423
|
}
|
|
4421
|
-
AbstractButtonFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4422
|
-
AbstractButtonFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4424
|
+
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 });
|
|
4425
|
+
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 });
|
|
4426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractButtonFieldComponent, decorators: [{
|
|
4424
4427
|
type: Component,
|
|
4425
4428
|
args: [{
|
|
4426
4429
|
selector: 'ncc-abstract-button-field',
|
|
@@ -4486,9 +4489,9 @@ class PaperViewService {
|
|
|
4486
4489
|
return this._paperView;
|
|
4487
4490
|
}
|
|
4488
4491
|
}
|
|
4489
|
-
PaperViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4490
|
-
PaperViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
4491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4492
|
+
PaperViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PaperViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4493
|
+
PaperViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PaperViewService, providedIn: 'root' });
|
|
4494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PaperViewService, decorators: [{
|
|
4492
4495
|
type: Injectable,
|
|
4493
4496
|
args: [{
|
|
4494
4497
|
providedIn: 'root'
|
|
@@ -4585,9 +4588,9 @@ class AbstractDataFieldTemplateComponent {
|
|
|
4585
4588
|
return this._paperView.paperView;
|
|
4586
4589
|
}
|
|
4587
4590
|
}
|
|
4588
|
-
AbstractDataFieldTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4589
|
-
AbstractDataFieldTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4591
|
+
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 });
|
|
4592
|
+
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 });
|
|
4593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDataFieldTemplateComponent, decorators: [{
|
|
4591
4594
|
type: Component,
|
|
4592
4595
|
args: [{
|
|
4593
4596
|
selector: 'ncc-abstract-datafield-template',
|
|
@@ -4743,9 +4746,9 @@ class AbstractTimeInstanceFieldComponent extends AbstractDataFieldComponent {
|
|
|
4743
4746
|
return generalMessage;
|
|
4744
4747
|
}
|
|
4745
4748
|
}
|
|
4746
|
-
AbstractTimeInstanceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4747
|
-
AbstractTimeInstanceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4749
|
+
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 });
|
|
4750
|
+
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 });
|
|
4751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTimeInstanceFieldComponent, decorators: [{
|
|
4749
4752
|
type: Component,
|
|
4750
4753
|
args: [{
|
|
4751
4754
|
selector: 'ncc-abstract-time-instance-field',
|
|
@@ -4769,9 +4772,9 @@ class AbstractDateFieldComponent extends AbstractTimeInstanceFieldComponent {
|
|
|
4769
4772
|
return this.buildErrorMessage(this.dataField);
|
|
4770
4773
|
}
|
|
4771
4774
|
}
|
|
4772
|
-
AbstractDateFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4773
|
-
AbstractDateFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4775
|
+
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 });
|
|
4776
|
+
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 });
|
|
4777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateFieldComponent, decorators: [{
|
|
4775
4778
|
type: Component,
|
|
4776
4779
|
args: [{
|
|
4777
4780
|
selector: 'ncc-abstract-date-field',
|
|
@@ -4797,9 +4800,9 @@ class AbstractDateTimeFieldComponent extends AbstractTimeInstanceFieldComponent
|
|
|
4797
4800
|
return this.buildErrorMessage(this.dataField);
|
|
4798
4801
|
}
|
|
4799
4802
|
}
|
|
4800
|
-
AbstractDateTimeFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4801
|
-
AbstractDateTimeFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4803
|
+
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 });
|
|
4804
|
+
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 });
|
|
4805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateTimeFieldComponent, decorators: [{
|
|
4803
4806
|
type: Component,
|
|
4804
4807
|
args: [{
|
|
4805
4808
|
selector: 'ncc-abstract-date-time-field',
|
|
@@ -4822,9 +4825,9 @@ class AbstractEnumerationFieldComponent extends AbstractDataFieldComponent {
|
|
|
4822
4825
|
this._formControl = new FormControl('');
|
|
4823
4826
|
}
|
|
4824
4827
|
}
|
|
4825
|
-
AbstractEnumerationFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4826
|
-
AbstractEnumerationFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4828
|
+
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 });
|
|
4829
|
+
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 });
|
|
4830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationFieldComponent, decorators: [{
|
|
4828
4831
|
type: Component,
|
|
4829
4832
|
args: [{
|
|
4830
4833
|
selector: 'ncc-abstract-enumeration-field',
|
|
@@ -4843,9 +4846,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4843
4846
|
|
|
4844
4847
|
class AbstractEnumerationSelectFieldComponent {
|
|
4845
4848
|
}
|
|
4846
|
-
AbstractEnumerationSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4847
|
-
AbstractEnumerationSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4849
|
+
AbstractEnumerationSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationSelectFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4850
|
+
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 });
|
|
4851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationSelectFieldComponent, decorators: [{
|
|
4849
4852
|
type: Component,
|
|
4850
4853
|
args: [{
|
|
4851
4854
|
selector: 'ncc-abstract-enumeration-select-field',
|
|
@@ -4864,9 +4867,9 @@ class AbstractEnumerationListFieldComponent {
|
|
|
4864
4867
|
this.formControlRef.reset();
|
|
4865
4868
|
}
|
|
4866
4869
|
}
|
|
4867
|
-
AbstractEnumerationListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4868
|
-
AbstractEnumerationListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
4870
|
+
AbstractEnumerationListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationListFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4871
|
+
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 });
|
|
4872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationListFieldComponent, decorators: [{
|
|
4870
4873
|
type: Component,
|
|
4871
4874
|
args: [{
|
|
4872
4875
|
selector: 'ncc-abstract-enumeration-list-field',
|
|
@@ -4914,6 +4917,7 @@ class EnumerationField extends DataField {
|
|
|
4914
4917
|
super(stringId, title, value, behavior, placeholder, description, layout, validations, component, parentTaskId);
|
|
4915
4918
|
this._choices = _choices;
|
|
4916
4919
|
this._fieldType = _fieldType;
|
|
4920
|
+
this.REQUEST_DEBOUNCE_TIME = 600;
|
|
4917
4921
|
}
|
|
4918
4922
|
set choices(choices) {
|
|
4919
4923
|
this._choices = choices;
|
|
@@ -4924,6 +4928,9 @@ class EnumerationField extends DataField {
|
|
|
4924
4928
|
get fieldType() {
|
|
4925
4929
|
return this._fieldType;
|
|
4926
4930
|
}
|
|
4931
|
+
valueChanges() {
|
|
4932
|
+
return this._value.pipe(debounceTime(this.REQUEST_DEBOUNCE_TIME));
|
|
4933
|
+
}
|
|
4927
4934
|
resolveFormControlValidators() {
|
|
4928
4935
|
const result = [];
|
|
4929
4936
|
if (this.behavior.required) {
|
|
@@ -4940,6 +4947,12 @@ class EnumerationField extends DataField {
|
|
|
4940
4947
|
}
|
|
4941
4948
|
}
|
|
4942
4949
|
|
|
4950
|
+
var EnumerationAutocompleteFilterProperty;
|
|
4951
|
+
(function (EnumerationAutocompleteFilterProperty) {
|
|
4952
|
+
EnumerationAutocompleteFilterProperty["PREFIX"] = "prefix";
|
|
4953
|
+
EnumerationAutocompleteFilterProperty["SUBSTRING"] = "substring";
|
|
4954
|
+
})(EnumerationAutocompleteFilterProperty || (EnumerationAutocompleteFilterProperty = {}));
|
|
4955
|
+
|
|
4943
4956
|
class AbstractEnumerationAutocompleteSelectFieldComponent {
|
|
4944
4957
|
constructor(_translate) {
|
|
4945
4958
|
this._translate = _translate;
|
|
@@ -4958,12 +4971,39 @@ class AbstractEnumerationAutocompleteSelectFieldComponent {
|
|
|
4958
4971
|
ngOnDestroy() {
|
|
4959
4972
|
this.filteredOptions = undefined;
|
|
4960
4973
|
}
|
|
4974
|
+
checkPropertyInComponent(property) {
|
|
4975
|
+
return !!this.enumerationField.component && !!this.enumerationField.component.properties && property in this.enumerationField.component.properties;
|
|
4976
|
+
}
|
|
4977
|
+
filterType() {
|
|
4978
|
+
if (this.checkPropertyInComponent('filter')) {
|
|
4979
|
+
return this.enumerationField.component.properties.filter;
|
|
4980
|
+
}
|
|
4981
|
+
}
|
|
4982
|
+
_filter(value) {
|
|
4983
|
+
var _a;
|
|
4984
|
+
let filterType = (_a = this.filterType()) === null || _a === void 0 ? void 0 : _a.toLowerCase();
|
|
4985
|
+
switch (filterType) {
|
|
4986
|
+
case EnumerationAutocompleteFilterProperty.SUBSTRING:
|
|
4987
|
+
return this._filterInclude(value);
|
|
4988
|
+
case EnumerationAutocompleteFilterProperty.PREFIX:
|
|
4989
|
+
return this._filterIndexOf(value);
|
|
4990
|
+
default:
|
|
4991
|
+
return this._filterIndexOf(value);
|
|
4992
|
+
}
|
|
4993
|
+
}
|
|
4994
|
+
_filterInclude(value) {
|
|
4995
|
+
const filterValue = value === null || value === void 0 ? void 0 : value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
4996
|
+
return this.enumerationField.choices.filter(option => option.value.toLowerCase()
|
|
4997
|
+
.normalize('NFD')
|
|
4998
|
+
.replace(/[\u0300-\u036f]/g, '')
|
|
4999
|
+
.includes(filterValue));
|
|
5000
|
+
}
|
|
4961
5001
|
/**
|
|
4962
5002
|
* Function to filter out matchless options without accent and case-sensitive differences
|
|
4963
5003
|
* @param value to compare matching options
|
|
4964
5004
|
* @return return matched options
|
|
4965
5005
|
*/
|
|
4966
|
-
|
|
5006
|
+
_filterIndexOf(value) {
|
|
4967
5007
|
const filterValue = value === null || value === void 0 ? void 0 : value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
4968
5008
|
return this.enumerationField.choices.filter(option => option.value.toLowerCase().normalize('NFD')
|
|
4969
5009
|
.replace(/[\u0300-\u036f]/g, '').indexOf(filterValue) === 0);
|
|
@@ -4982,9 +5022,9 @@ class AbstractEnumerationAutocompleteSelectFieldComponent {
|
|
|
4982
5022
|
}
|
|
4983
5023
|
}
|
|
4984
5024
|
}
|
|
4985
|
-
AbstractEnumerationAutocompleteSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
4986
|
-
AbstractEnumerationAutocompleteSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
4987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
5025
|
+
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 });
|
|
5026
|
+
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 });
|
|
5027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationAutocompleteSelectFieldComponent, decorators: [{
|
|
4988
5028
|
type: Component,
|
|
4989
5029
|
args: [{
|
|
4990
5030
|
selector: 'ncc-abstract-enumeration-autocomplete-field',
|
|
@@ -5033,9 +5073,9 @@ class AbstractEnumerationStepperFieldComponent {
|
|
|
5033
5073
|
}
|
|
5034
5074
|
}
|
|
5035
5075
|
}
|
|
5036
|
-
AbstractEnumerationStepperFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
5037
|
-
AbstractEnumerationStepperFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
5038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
5076
|
+
AbstractEnumerationStepperFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationStepperFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5077
|
+
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 });
|
|
5078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationStepperFieldComponent, decorators: [{
|
|
5039
5079
|
type: Component,
|
|
5040
5080
|
args: [{
|
|
5041
5081
|
selector: 'ncc-abstract-enumeration-stepper-field',
|
|
@@ -6062,9 +6102,9 @@ class FieldConverterService {
|
|
|
6062
6102
|
return value;
|
|
6063
6103
|
}
|
|
6064
6104
|
}
|
|
6065
|
-
FieldConverterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
6066
|
-
FieldConverterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
6067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
6105
|
+
FieldConverterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldConverterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6106
|
+
FieldConverterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldConverterService, providedIn: 'root' });
|
|
6107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldConverterService, decorators: [{
|
|
6068
6108
|
type: Injectable,
|
|
6069
6109
|
args: [{
|
|
6070
6110
|
providedIn: 'root'
|
|
@@ -6348,9 +6388,9 @@ class TaskResourceService extends AbstractResourceService {
|
|
|
6348
6388
|
}), filter(value => !!value));
|
|
6349
6389
|
}
|
|
6350
6390
|
}
|
|
6351
|
-
TaskResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
6352
|
-
TaskResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
6353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
6391
|
+
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 });
|
|
6392
|
+
TaskResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskResourceService, providedIn: 'root' });
|
|
6393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskResourceService, decorators: [{
|
|
6354
6394
|
type: Injectable,
|
|
6355
6395
|
args: [{
|
|
6356
6396
|
providedIn: 'root'
|
|
@@ -6411,9 +6451,9 @@ class EventService {
|
|
|
6411
6451
|
return changedFieldsMap;
|
|
6412
6452
|
}
|
|
6413
6453
|
}
|
|
6414
|
-
EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
6415
|
-
EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
6416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
6454
|
+
EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6455
|
+
EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, providedIn: 'root' });
|
|
6456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, decorators: [{
|
|
6417
6457
|
type: Injectable,
|
|
6418
6458
|
args: [{
|
|
6419
6459
|
providedIn: 'root'
|
|
@@ -6485,6 +6525,8 @@ class AbstractFileFieldComponent extends AbstractDataFieldComponent {
|
|
|
6485
6525
|
if (!!this.filePreview
|
|
6486
6526
|
&& !!this.dataField.value
|
|
6487
6527
|
&& !!this.dataField.value.name) {
|
|
6528
|
+
this.fileForDownload = undefined;
|
|
6529
|
+
this.fileForPreview = undefined;
|
|
6488
6530
|
this.initializePreviewIfDisplayable();
|
|
6489
6531
|
}
|
|
6490
6532
|
});
|
|
@@ -6819,9 +6861,9 @@ AbstractFileFieldComponent.DEFAULT_PREVIEW_BORDER_STYLE = 'none';
|
|
|
6819
6861
|
* The CSS color string of the default file preview border.
|
|
6820
6862
|
*/
|
|
6821
6863
|
AbstractFileFieldComponent.DEFAULT_PREVIEW_BORDER_COLOR = 'black';
|
|
6822
|
-
AbstractFileFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
6823
|
-
AbstractFileFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
6824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
6864
|
+
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 });
|
|
6865
|
+
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 });
|
|
6866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFileFieldComponent, decorators: [{
|
|
6825
6867
|
type: Component,
|
|
6826
6868
|
args: [{
|
|
6827
6869
|
selector: 'ncc-abstract-file-field',
|
|
@@ -7113,9 +7155,9 @@ class AbstractFileListFieldComponent extends AbstractDataFieldComponent {
|
|
|
7113
7155
|
return !!this.dataField.parentTaskId ? this.dataField.parentTaskId : this.taskId;
|
|
7114
7156
|
}
|
|
7115
7157
|
}
|
|
7116
|
-
AbstractFileListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7117
|
-
AbstractFileListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7158
|
+
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 });
|
|
7159
|
+
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 });
|
|
7160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFileListFieldComponent, decorators: [{
|
|
7119
7161
|
type: Component,
|
|
7120
7162
|
args: [{
|
|
7121
7163
|
selector: 'ncc-abstract-filelist-field',
|
|
@@ -7143,9 +7185,9 @@ class AbstractMultichoiceFieldComponent extends AbstractDataFieldComponent {
|
|
|
7143
7185
|
this._formControl = new FormControl('');
|
|
7144
7186
|
}
|
|
7145
7187
|
}
|
|
7146
|
-
AbstractMultichoiceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7147
|
-
AbstractMultichoiceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7188
|
+
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 });
|
|
7189
|
+
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 });
|
|
7190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceFieldComponent, decorators: [{
|
|
7149
7191
|
type: Component,
|
|
7150
7192
|
args: [{
|
|
7151
7193
|
selector: 'ncc-abstract-multichoice-field',
|
|
@@ -7162,6 +7204,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
7162
7204
|
type: Input
|
|
7163
7205
|
}] } });
|
|
7164
7206
|
|
|
7207
|
+
var MultichoiceAutocompleteFilterProperty;
|
|
7208
|
+
(function (MultichoiceAutocompleteFilterProperty) {
|
|
7209
|
+
MultichoiceAutocompleteFilterProperty["PREFIX"] = "prefix";
|
|
7210
|
+
MultichoiceAutocompleteFilterProperty["SUBSTRING"] = "substring";
|
|
7211
|
+
})(MultichoiceAutocompleteFilterProperty || (MultichoiceAutocompleteFilterProperty = {}));
|
|
7212
|
+
|
|
7165
7213
|
class AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
7166
7214
|
constructor() {
|
|
7167
7215
|
this.separatorKeysCodes = [ENTER, COMMA];
|
|
@@ -7175,14 +7223,19 @@ class AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
|
7175
7223
|
};
|
|
7176
7224
|
}
|
|
7177
7225
|
ngOnInit() {
|
|
7178
|
-
this.
|
|
7226
|
+
this.subscriptionChangeData$ = this.formControlRef.valueChanges.subscribe(newVal => {
|
|
7227
|
+
this.filteredOptions = of(this._filter(newVal !== null && newVal !== void 0 ? newVal : '').filter((option) => { var _a; return !((_a = this.multichoiceField.value) === null || _a === void 0 ? void 0 : _a.includes(option.key)); }));
|
|
7228
|
+
});
|
|
7179
7229
|
}
|
|
7180
7230
|
ngOnDestroy() {
|
|
7181
7231
|
this.filteredOptions = undefined;
|
|
7232
|
+
this.subscriptionChangeData$.unsubscribe();
|
|
7182
7233
|
}
|
|
7183
7234
|
add(event) {
|
|
7184
|
-
|
|
7235
|
+
var _a;
|
|
7236
|
+
const value = (_a = event['key']) !== null && _a !== void 0 ? _a : '';
|
|
7185
7237
|
if (value) {
|
|
7238
|
+
this.multichoiceField.value = this.multichoiceField.value === null ? [] : this.multichoiceField.value;
|
|
7186
7239
|
const choiceArray = [...this.multichoiceField.value];
|
|
7187
7240
|
choiceArray.push(value);
|
|
7188
7241
|
this.multichoiceField.value = choiceArray;
|
|
@@ -7208,7 +7261,34 @@ class AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
|
7208
7261
|
this.filteredOptions = of(this._filter(this.input.nativeElement.value).filter((option) => !this.multichoiceField.value.includes(option.key)));
|
|
7209
7262
|
}
|
|
7210
7263
|
}
|
|
7264
|
+
checkPropertyInComponent(property) {
|
|
7265
|
+
return !!this.multichoiceField.component && !!this.multichoiceField.component.properties && property in this.multichoiceField.component.properties;
|
|
7266
|
+
}
|
|
7267
|
+
filterType() {
|
|
7268
|
+
if (this.checkPropertyInComponent('filter')) {
|
|
7269
|
+
return this.multichoiceField.component.properties.filter;
|
|
7270
|
+
}
|
|
7271
|
+
}
|
|
7211
7272
|
_filter(value) {
|
|
7273
|
+
var _a;
|
|
7274
|
+
let filterType = (_a = this.filterType()) === null || _a === void 0 ? void 0 : _a.toLowerCase();
|
|
7275
|
+
switch (filterType) {
|
|
7276
|
+
case MultichoiceAutocompleteFilterProperty.SUBSTRING:
|
|
7277
|
+
return this._filterInclude(value);
|
|
7278
|
+
case MultichoiceAutocompleteFilterProperty.PREFIX:
|
|
7279
|
+
return this._filterIndexOf(value);
|
|
7280
|
+
default:
|
|
7281
|
+
return this._filterIndexOf(value);
|
|
7282
|
+
}
|
|
7283
|
+
}
|
|
7284
|
+
_filterInclude(value) {
|
|
7285
|
+
if (Array.isArray(value)) {
|
|
7286
|
+
value = '';
|
|
7287
|
+
}
|
|
7288
|
+
const filterValue = value === null || value === void 0 ? void 0 : value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
7289
|
+
return this.multichoiceField.choices.filter(option => option.value.toLowerCase().normalize('NFD').replace(/[\u0300-\u036f]/g, '').includes(filterValue));
|
|
7290
|
+
}
|
|
7291
|
+
_filterIndexOf(value) {
|
|
7212
7292
|
if (Array.isArray(value)) {
|
|
7213
7293
|
value = '';
|
|
7214
7294
|
}
|
|
@@ -7221,9 +7301,9 @@ class AbstractMultichoiceAutocompleteFieldComponentComponent {
|
|
|
7221
7301
|
return (_a = this.multichoiceField.choices.find(choice => choice.key === key)) === null || _a === void 0 ? void 0 : _a.value;
|
|
7222
7302
|
}
|
|
7223
7303
|
}
|
|
7224
|
-
AbstractMultichoiceAutocompleteFieldComponentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7225
|
-
AbstractMultichoiceAutocompleteFieldComponentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7304
|
+
AbstractMultichoiceAutocompleteFieldComponentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceAutocompleteFieldComponentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7305
|
+
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 });
|
|
7306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceAutocompleteFieldComponentComponent, decorators: [{
|
|
7227
7307
|
type: Component,
|
|
7228
7308
|
args: [{
|
|
7229
7309
|
selector: 'ncc-abstract-multichoice-autocomplete-field',
|
|
@@ -7242,9 +7322,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
7242
7322
|
|
|
7243
7323
|
class AbstractMultichoiceListFieldComponent {
|
|
7244
7324
|
}
|
|
7245
|
-
AbstractMultichoiceListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7246
|
-
AbstractMultichoiceListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7325
|
+
AbstractMultichoiceListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceListFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7326
|
+
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 });
|
|
7327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceListFieldComponent, decorators: [{
|
|
7248
7328
|
type: Component,
|
|
7249
7329
|
args: [{
|
|
7250
7330
|
selector: 'ncc-abstract-multichoice-list-field',
|
|
@@ -7260,9 +7340,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
7260
7340
|
|
|
7261
7341
|
class AbstractMultichoiceSelectFieldComponent {
|
|
7262
7342
|
}
|
|
7263
|
-
AbstractMultichoiceSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7264
|
-
AbstractMultichoiceSelectFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7343
|
+
AbstractMultichoiceSelectFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceSelectFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7344
|
+
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 });
|
|
7345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractMultichoiceSelectFieldComponent, decorators: [{
|
|
7266
7346
|
type: Component,
|
|
7267
7347
|
args: [{
|
|
7268
7348
|
selector: 'ncc-abstract-multichoice-select-field',
|
|
@@ -7282,9 +7362,9 @@ class AbstractNumberFieldComponent extends AbstractDataFieldComponent {
|
|
|
7282
7362
|
this._translate = _translate;
|
|
7283
7363
|
}
|
|
7284
7364
|
}
|
|
7285
|
-
AbstractNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7286
|
-
AbstractNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7365
|
+
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 });
|
|
7366
|
+
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 });
|
|
7367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNumberFieldComponent, decorators: [{
|
|
7288
7368
|
type: Component,
|
|
7289
7369
|
args: [{
|
|
7290
7370
|
selector: 'ncc-abstract-number-field',
|
|
@@ -7338,9 +7418,9 @@ class AbstractNumberErrorsComponent {
|
|
|
7338
7418
|
return generalMessage;
|
|
7339
7419
|
}
|
|
7340
7420
|
}
|
|
7341
|
-
AbstractNumberErrorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7342
|
-
AbstractNumberErrorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7421
|
+
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 });
|
|
7422
|
+
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 });
|
|
7423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNumberErrorsComponent, decorators: [{
|
|
7344
7424
|
type: Component,
|
|
7345
7425
|
args: [{
|
|
7346
7426
|
selector: 'ncc-abstract-number-errors-field',
|
|
@@ -7367,7 +7447,7 @@ class AbstractCurrencyNumberFieldComponent extends AbstractNumberErrorsComponent
|
|
|
7367
7447
|
this.fieldType = this.TEXT_TYPE;
|
|
7368
7448
|
this.transformedValue = this.transformCurrency((_a = this.numberField.value) === null || _a === void 0 ? void 0 : _a.toString());
|
|
7369
7449
|
this.numberField.valueChanges().subscribe(value => {
|
|
7370
|
-
if (value !== undefined) {
|
|
7450
|
+
if (value !== undefined && value !== null) {
|
|
7371
7451
|
if (this.fieldType === this.TEXT_TYPE) {
|
|
7372
7452
|
this.transformedValue = this.transformCurrency(value.toString()) + this.WHITESPACE;
|
|
7373
7453
|
}
|
|
@@ -7403,9 +7483,9 @@ class AbstractCurrencyNumberFieldComponent extends AbstractNumberErrorsComponent
|
|
|
7403
7483
|
return this._currencyPipe.transform(parseFloat(value), this.numberField._formatFilter.code, 'symbol', '1.' + this.numberField._formatFilter.fractionSize + '-' + this.numberField._formatFilter.fractionSize, this.numberField._formatFilter.locale);
|
|
7404
7484
|
}
|
|
7405
7485
|
}
|
|
7406
|
-
AbstractCurrencyNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7407
|
-
AbstractCurrencyNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7486
|
+
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 });
|
|
7487
|
+
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 });
|
|
7488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCurrencyNumberFieldComponent, decorators: [{
|
|
7409
7489
|
type: Component,
|
|
7410
7490
|
args: [{
|
|
7411
7491
|
selector: 'ncc-abstract-currency-field',
|
|
@@ -7418,9 +7498,9 @@ class AbstractDefaultNumberFieldComponent extends AbstractNumberErrorsComponent
|
|
|
7418
7498
|
super(translateService);
|
|
7419
7499
|
}
|
|
7420
7500
|
}
|
|
7421
|
-
AbstractDefaultNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7422
|
-
AbstractDefaultNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7501
|
+
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 });
|
|
7502
|
+
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 });
|
|
7503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultNumberFieldComponent, decorators: [{
|
|
7424
7504
|
type: Component,
|
|
7425
7505
|
args: [{
|
|
7426
7506
|
selector: 'ncc-abstract-number-default-field',
|
|
@@ -7433,9 +7513,9 @@ class AbstractTextFieldComponent extends AbstractDataFieldComponent {
|
|
|
7433
7513
|
super(informAboutInvalidData);
|
|
7434
7514
|
}
|
|
7435
7515
|
}
|
|
7436
|
-
AbstractTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7437
|
-
AbstractTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7516
|
+
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 });
|
|
7517
|
+
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 });
|
|
7518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextFieldComponent, decorators: [{
|
|
7439
7519
|
type: Component,
|
|
7440
7520
|
args: [{
|
|
7441
7521
|
selector: 'ncc-abstract-text-field',
|
|
@@ -7495,9 +7575,9 @@ class AbstractSimpleTextFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7495
7575
|
return this.buildErrorMessage(this.textField, this.formControlRef);
|
|
7496
7576
|
}
|
|
7497
7577
|
}
|
|
7498
|
-
AbstractSimpleTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7499
|
-
AbstractSimpleTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7578
|
+
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 });
|
|
7579
|
+
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 });
|
|
7580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSimpleTextFieldComponent, decorators: [{
|
|
7501
7581
|
type: Component,
|
|
7502
7582
|
args: [{
|
|
7503
7583
|
selector: 'ncc-abstract-simple-text-field',
|
|
@@ -7521,9 +7601,9 @@ class AbstractRichTextareaFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7521
7601
|
return this.buildErrorMessage(this.textAreaField, this.formControlRef);
|
|
7522
7602
|
}
|
|
7523
7603
|
}
|
|
7524
|
-
AbstractRichTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7525
|
-
AbstractRichTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7604
|
+
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 });
|
|
7605
|
+
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 });
|
|
7606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRichTextareaFieldComponent, decorators: [{
|
|
7527
7607
|
type: Component,
|
|
7528
7608
|
args: [{
|
|
7529
7609
|
selector: 'ncc-abstract-rich-text-field',
|
|
@@ -7571,9 +7651,9 @@ class AbstractHtmlTextareaFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7571
7651
|
return this.buildErrorMessage(this.textAreaField, this.formControlRef);
|
|
7572
7652
|
}
|
|
7573
7653
|
}
|
|
7574
|
-
AbstractHtmlTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7575
|
-
AbstractHtmlTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7654
|
+
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 });
|
|
7655
|
+
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 });
|
|
7656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHtmlTextareaFieldComponent, decorators: [{
|
|
7577
7657
|
type: Component,
|
|
7578
7658
|
args: [{
|
|
7579
7659
|
selector: 'ncc-abstract-html-area-field',
|
|
@@ -7596,9 +7676,9 @@ class AbstractPasswordTextFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7596
7676
|
return this.buildErrorMessage(this.passwordTextField, this.formControlRef);
|
|
7597
7677
|
}
|
|
7598
7678
|
}
|
|
7599
|
-
AbstractPasswordTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7600
|
-
AbstractPasswordTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7679
|
+
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 });
|
|
7680
|
+
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 });
|
|
7681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPasswordTextFieldComponent, decorators: [{
|
|
7602
7682
|
type: Component,
|
|
7603
7683
|
args: [{
|
|
7604
7684
|
selector: 'ncc-abstract-password-text-field',
|
|
@@ -7639,9 +7719,9 @@ class AbstractTextareaFieldComponent extends AbstractTextErrorsComponent {
|
|
|
7639
7719
|
return this.buildErrorMessage(this.textAreaField, this.formControlRef);
|
|
7640
7720
|
}
|
|
7641
7721
|
}
|
|
7642
|
-
AbstractTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7643
|
-
AbstractTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7722
|
+
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 });
|
|
7723
|
+
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 });
|
|
7724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextareaFieldComponent, decorators: [{
|
|
7645
7725
|
type: Component,
|
|
7646
7726
|
args: [{
|
|
7647
7727
|
selector: 'ncc-abstract-text-area-field',
|
|
@@ -7811,9 +7891,9 @@ class SideMenuService {
|
|
|
7811
7891
|
return !!this._sideMenuComponent;
|
|
7812
7892
|
}
|
|
7813
7893
|
}
|
|
7814
|
-
SideMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7815
|
-
SideMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
7816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7894
|
+
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 });
|
|
7895
|
+
SideMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SideMenuService, providedIn: 'root' });
|
|
7896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SideMenuService, decorators: [{
|
|
7817
7897
|
type: Injectable,
|
|
7818
7898
|
args: [{
|
|
7819
7899
|
providedIn: 'root'
|
|
@@ -7874,9 +7954,9 @@ class AbstractUserFieldComponent extends AbstractDataFieldComponent {
|
|
|
7874
7954
|
});
|
|
7875
7955
|
}
|
|
7876
7956
|
}
|
|
7877
|
-
AbstractUserFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7878
|
-
AbstractUserFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
7957
|
+
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 });
|
|
7958
|
+
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 });
|
|
7959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserFieldComponent, decorators: [{
|
|
7880
7960
|
type: Component,
|
|
7881
7961
|
args: [{
|
|
7882
7962
|
selector: 'ncc-abstract-user-field',
|
|
@@ -7921,9 +8001,9 @@ class AbstractEnumerationIconFieldComponent {
|
|
|
7921
8001
|
return key === this.enumerationField.value;
|
|
7922
8002
|
}
|
|
7923
8003
|
}
|
|
7924
|
-
AbstractEnumerationIconFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7925
|
-
AbstractEnumerationIconFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
8004
|
+
AbstractEnumerationIconFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationIconFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8005
|
+
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 });
|
|
8006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationIconFieldComponent, decorators: [{
|
|
7927
8007
|
type: Component,
|
|
7928
8008
|
args: [{
|
|
7929
8009
|
selector: 'ncc-abstract-enumerataion-icon-field',
|
|
@@ -7969,9 +8049,9 @@ class AbstractEnumerationAutocompleteDynamicFieldComponent {
|
|
|
7969
8049
|
}
|
|
7970
8050
|
}
|
|
7971
8051
|
}
|
|
7972
|
-
AbstractEnumerationAutocompleteDynamicFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
7973
|
-
AbstractEnumerationAutocompleteDynamicFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
7974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
8052
|
+
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 });
|
|
8053
|
+
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 });
|
|
8054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEnumerationAutocompleteDynamicFieldComponent, decorators: [{
|
|
7975
8055
|
type: Component,
|
|
7976
8056
|
args: [{
|
|
7977
8057
|
selector: 'ncc-abstract-enumeration-autocomplete-dynamic-field',
|
|
@@ -8009,9 +8089,9 @@ class AbstractFilterFieldComponent extends AbstractDataFieldComponent {
|
|
|
8009
8089
|
this.initialized = true;
|
|
8010
8090
|
}
|
|
8011
8091
|
}
|
|
8012
|
-
AbstractFilterFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
8013
|
-
AbstractFilterFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
8014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
8092
|
+
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 });
|
|
8093
|
+
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 });
|
|
8094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterFieldComponent, decorators: [{
|
|
8015
8095
|
type: Component,
|
|
8016
8096
|
args: [{
|
|
8017
8097
|
selector: 'ncc-abstract-filter-field',
|
|
@@ -9642,9 +9722,9 @@ class OperatorResolverService {
|
|
|
9642
9722
|
return undefined;
|
|
9643
9723
|
}
|
|
9644
9724
|
}
|
|
9645
|
-
OperatorResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
9646
|
-
OperatorResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
9647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
9725
|
+
OperatorResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorResolverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9726
|
+
OperatorResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorResolverService, providedIn: 'root' });
|
|
9727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorResolverService, decorators: [{
|
|
9648
9728
|
type: Injectable,
|
|
9649
9729
|
args: [{
|
|
9650
9730
|
providedIn: 'root'
|
|
@@ -9673,9 +9753,9 @@ class OperatorService {
|
|
|
9673
9753
|
}
|
|
9674
9754
|
}
|
|
9675
9755
|
}
|
|
9676
|
-
OperatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
9677
|
-
OperatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
9678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
9756
|
+
OperatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorService, deps: [{ token: OperatorResolverService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9757
|
+
OperatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorService, providedIn: 'root' });
|
|
9758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OperatorService, decorators: [{
|
|
9679
9759
|
type: Injectable,
|
|
9680
9760
|
args: [{
|
|
9681
9761
|
providedIn: 'root'
|
|
@@ -9723,9 +9803,9 @@ class SearchIndexResolverService {
|
|
|
9723
9803
|
return `${index}${keyword ? this.KEYWORD : ''}`;
|
|
9724
9804
|
}
|
|
9725
9805
|
}
|
|
9726
|
-
SearchIndexResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
9727
|
-
SearchIndexResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
9728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
9806
|
+
SearchIndexResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchIndexResolverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9807
|
+
SearchIndexResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchIndexResolverService, providedIn: 'root' });
|
|
9808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchIndexResolverService, decorators: [{
|
|
9729
9809
|
type: Injectable,
|
|
9730
9810
|
args: [{
|
|
9731
9811
|
providedIn: 'root'
|
|
@@ -11947,9 +12027,9 @@ class CategoryResolverService {
|
|
|
11947
12027
|
};
|
|
11948
12028
|
}
|
|
11949
12029
|
}
|
|
11950
|
-
CategoryResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
11951
|
-
CategoryResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
11952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12030
|
+
CategoryResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryResolverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12031
|
+
CategoryResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryResolverService, providedIn: 'root' });
|
|
12032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryResolverService, decorators: [{
|
|
11953
12033
|
type: Injectable,
|
|
11954
12034
|
args: [{
|
|
11955
12035
|
providedIn: 'root'
|
|
@@ -12224,9 +12304,9 @@ class PetriNetResourceService extends AbstractResourceService {
|
|
|
12224
12304
|
.pipe(switchMap(processMessageResponse));
|
|
12225
12305
|
}
|
|
12226
12306
|
}
|
|
12227
|
-
PetriNetResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12228
|
-
PetriNetResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12307
|
+
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 });
|
|
12308
|
+
PetriNetResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PetriNetResourceService, providedIn: 'root' });
|
|
12309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PetriNetResourceService, decorators: [{
|
|
12230
12310
|
type: Injectable,
|
|
12231
12311
|
args: [{
|
|
12232
12312
|
providedIn: 'root'
|
|
@@ -12511,9 +12591,9 @@ class ProcessService {
|
|
|
12511
12591
|
}
|
|
12512
12592
|
}
|
|
12513
12593
|
}
|
|
12514
|
-
ProcessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12515
|
-
ProcessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12594
|
+
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 });
|
|
12595
|
+
ProcessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ProcessService, providedIn: 'root' });
|
|
12596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ProcessService, decorators: [{
|
|
12517
12597
|
type: Injectable,
|
|
12518
12598
|
args: [{
|
|
12519
12599
|
providedIn: 'root'
|
|
@@ -12578,9 +12658,9 @@ class AllowedNetsService {
|
|
|
12578
12658
|
this.subAllowedNets.unsubscribe();
|
|
12579
12659
|
}
|
|
12580
12660
|
}
|
|
12581
|
-
AllowedNetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12582
|
-
AllowedNetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12661
|
+
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 });
|
|
12662
|
+
AllowedNetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsService });
|
|
12663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsService, decorators: [{
|
|
12584
12664
|
type: Injectable
|
|
12585
12665
|
}], ctorParameters: function () { return [{ type: i1$5.Observable }, { type: ProcessService }]; } });
|
|
12586
12666
|
|
|
@@ -12650,9 +12730,9 @@ class CategoryFactory {
|
|
|
12650
12730
|
return result$.asObservable();
|
|
12651
12731
|
}
|
|
12652
12732
|
}
|
|
12653
|
-
CategoryFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12654
|
-
CategoryFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
12733
|
+
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 });
|
|
12734
|
+
CategoryFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryFactory });
|
|
12735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CategoryFactory, decorators: [{
|
|
12656
12736
|
type: Injectable
|
|
12657
12737
|
}], ctorParameters: function () {
|
|
12658
12738
|
return [{ type: OperatorService }, { type: LoggerService }, { type: SearchIndexResolverService }, { type: CategoryResolverService }, { type: AllowedNetsService }, { type: UserResourceService, decorators: [{
|
|
@@ -12943,9 +13023,9 @@ class SearchService {
|
|
|
12943
13023
|
return this._rootPredicate.createFilterTextSegments();
|
|
12944
13024
|
}
|
|
12945
13025
|
}
|
|
12946
|
-
SearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12947
|
-
SearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
12948
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13026
|
+
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 });
|
|
13027
|
+
SearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchService });
|
|
13028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SearchService, decorators: [{
|
|
12949
13029
|
type: Injectable
|
|
12950
13030
|
}], ctorParameters: function () {
|
|
12951
13031
|
return [{ type: LoggerService }, { type: CategoryFactory, decorators: [{
|
|
@@ -12975,9 +13055,9 @@ class AbstractFilterFieldContentComponent {
|
|
|
12975
13055
|
}
|
|
12976
13056
|
}
|
|
12977
13057
|
}
|
|
12978
|
-
AbstractFilterFieldContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12979
|
-
AbstractFilterFieldContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
12980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13058
|
+
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 });
|
|
13059
|
+
AbstractFilterFieldContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFilterFieldContentComponent, selector: "ncc-abstract-filtercontent-field", ngImport: i0, template: '', isInline: true });
|
|
13060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterFieldContentComponent, decorators: [{
|
|
12981
13061
|
type: Component,
|
|
12982
13062
|
args: [{
|
|
12983
13063
|
selector: 'ncc-abstract-filtercontent-field',
|
|
@@ -12995,9 +13075,9 @@ class AbstractI18nFieldComponent extends AbstractDataFieldComponent {
|
|
|
12995
13075
|
super(informAboutInvalidData);
|
|
12996
13076
|
}
|
|
12997
13077
|
}
|
|
12998
|
-
AbstractI18nFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12999
|
-
AbstractI18nFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13078
|
+
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 });
|
|
13079
|
+
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 });
|
|
13080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nFieldComponent, decorators: [{
|
|
13001
13081
|
type: Component,
|
|
13002
13082
|
args: [{
|
|
13003
13083
|
selector: 'ncc-abstract-i18n-field',
|
|
@@ -13256,9 +13336,9 @@ class LanguageIconsService {
|
|
|
13256
13336
|
return this._languageIcons;
|
|
13257
13337
|
}
|
|
13258
13338
|
}
|
|
13259
|
-
LanguageIconsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13260
|
-
LanguageIconsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13339
|
+
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 });
|
|
13340
|
+
LanguageIconsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageIconsService, providedIn: 'root' });
|
|
13341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LanguageIconsService, decorators: [{
|
|
13262
13342
|
type: Injectable,
|
|
13263
13343
|
args: [{
|
|
13264
13344
|
providedIn: 'root'
|
|
@@ -13303,9 +13383,9 @@ class AbstractI18nErrorsComponent {
|
|
|
13303
13383
|
return generalMessage;
|
|
13304
13384
|
}
|
|
13305
13385
|
}
|
|
13306
|
-
AbstractI18nErrorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13307
|
-
AbstractI18nErrorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13386
|
+
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 });
|
|
13387
|
+
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 });
|
|
13388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nErrorsComponent, decorators: [{
|
|
13309
13389
|
type: Component,
|
|
13310
13390
|
args: [{
|
|
13311
13391
|
selector: 'ncc-abstract-i18n-errors',
|
|
@@ -13433,9 +13513,9 @@ class AbstractI18nTextFieldComponent extends AbstractI18nErrorsComponent {
|
|
|
13433
13513
|
&& property in this.textI18nField.component.properties;
|
|
13434
13514
|
}
|
|
13435
13515
|
}
|
|
13436
|
-
AbstractI18nTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13437
|
-
AbstractI18nTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13516
|
+
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 });
|
|
13517
|
+
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 });
|
|
13518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nTextFieldComponent, decorators: [{
|
|
13439
13519
|
type: Component,
|
|
13440
13520
|
args: [{
|
|
13441
13521
|
selector: 'ncc-abstract-i18n-text-field',
|
|
@@ -13472,9 +13552,9 @@ class AbstractI18nDividerFieldComponent {
|
|
|
13472
13552
|
&& property in this.dividerI18nField.component.properties;
|
|
13473
13553
|
}
|
|
13474
13554
|
}
|
|
13475
|
-
AbstractI18nDividerFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13476
|
-
AbstractI18nDividerFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13555
|
+
AbstractI18nDividerFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nDividerFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13556
|
+
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 });
|
|
13557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractI18nDividerFieldComponent, decorators: [{
|
|
13478
13558
|
type: Component,
|
|
13479
13559
|
args: [{
|
|
13480
13560
|
selector: 'ncc-abstract-i18n-divider-field',
|
|
@@ -13537,9 +13617,9 @@ class AbstractUserListFieldComponent extends AbstractDataFieldComponent {
|
|
|
13537
13617
|
this.dataField.value = existingUsers;
|
|
13538
13618
|
}
|
|
13539
13619
|
}
|
|
13540
|
-
AbstractUserListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13541
|
-
AbstractUserListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
13542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13620
|
+
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 });
|
|
13621
|
+
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 });
|
|
13622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserListFieldComponent, decorators: [{
|
|
13543
13623
|
type: Component,
|
|
13544
13624
|
args: [{
|
|
13545
13625
|
selector: 'ncc-abstract-user-list-field',
|
|
@@ -13651,9 +13731,9 @@ class RedirectService {
|
|
|
13651
13731
|
}
|
|
13652
13732
|
}
|
|
13653
13733
|
RedirectService.LOGIN_COMPONENT = 'login';
|
|
13654
|
-
RedirectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13655
|
-
RedirectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13734
|
+
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 });
|
|
13735
|
+
RedirectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, providedIn: 'root' });
|
|
13736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, decorators: [{
|
|
13657
13737
|
type: Injectable,
|
|
13658
13738
|
args: [{
|
|
13659
13739
|
providedIn: 'root'
|
|
@@ -13691,9 +13771,9 @@ class AuthenticationInterceptor {
|
|
|
13691
13771
|
}));
|
|
13692
13772
|
}
|
|
13693
13773
|
}
|
|
13694
|
-
AuthenticationInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13695
|
-
AuthenticationInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13696
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13774
|
+
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 });
|
|
13775
|
+
AuthenticationInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationInterceptor });
|
|
13776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationInterceptor, decorators: [{
|
|
13697
13777
|
type: Injectable
|
|
13698
13778
|
}], ctorParameters: function () { return [{ type: SessionService }, { type: RedirectService }, { type: AnonymousService }]; } });
|
|
13699
13779
|
|
|
@@ -13708,9 +13788,9 @@ class NullAuthenticationService extends AuthenticationMethodService {
|
|
|
13708
13788
|
return of({});
|
|
13709
13789
|
}
|
|
13710
13790
|
}
|
|
13711
|
-
NullAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13712
|
-
NullAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13791
|
+
NullAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NullAuthenticationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13792
|
+
NullAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NullAuthenticationService });
|
|
13793
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NullAuthenticationService, decorators: [{
|
|
13714
13794
|
type: Injectable
|
|
13715
13795
|
}], ctorParameters: function () { return []; } });
|
|
13716
13796
|
|
|
@@ -13752,9 +13832,9 @@ class BasicAuthenticationService extends AuthenticationMethodService {
|
|
|
13752
13832
|
return Buffer.Buffer.from(encoded, 'base64').toString('utf-8');
|
|
13753
13833
|
}
|
|
13754
13834
|
}
|
|
13755
|
-
BasicAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13756
|
-
BasicAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13835
|
+
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 });
|
|
13836
|
+
BasicAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BasicAuthenticationService });
|
|
13837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BasicAuthenticationService, decorators: [{
|
|
13758
13838
|
type: Injectable
|
|
13759
13839
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: ConfigurationService }]; } });
|
|
13760
13840
|
|
|
@@ -13801,20 +13881,20 @@ class AnonymousAuthenticationInterceptor {
|
|
|
13801
13881
|
}));
|
|
13802
13882
|
}
|
|
13803
13883
|
}
|
|
13804
|
-
AnonymousAuthenticationInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13805
|
-
AnonymousAuthenticationInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13884
|
+
AnonymousAuthenticationInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousAuthenticationInterceptor, deps: [{ token: AnonymousService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13885
|
+
AnonymousAuthenticationInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousAuthenticationInterceptor });
|
|
13886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AnonymousAuthenticationInterceptor, decorators: [{
|
|
13807
13887
|
type: Injectable
|
|
13808
13888
|
}], ctorParameters: function () { return [{ type: AnonymousService }]; } });
|
|
13809
13889
|
|
|
13810
13890
|
class AuthenticationModule {
|
|
13811
13891
|
}
|
|
13812
|
-
AuthenticationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13813
|
-
AuthenticationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
13892
|
+
AuthenticationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13893
|
+
AuthenticationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationModule, imports: [CommonModule,
|
|
13814
13894
|
HttpClientModule,
|
|
13815
13895
|
MatProgressSpinnerModule,
|
|
13816
13896
|
OverlayModule] });
|
|
13817
|
-
AuthenticationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
13897
|
+
AuthenticationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationModule, providers: [
|
|
13818
13898
|
{ provide: HTTP_INTERCEPTORS, useClass: AuthenticationInterceptor, multi: true },
|
|
13819
13899
|
{ provide: HTTP_INTERCEPTORS, useClass: AnonymousAuthenticationInterceptor, multi: true },
|
|
13820
13900
|
{ provide: AuthenticationMethodService, useFactory: authenticationServiceFactory, deps: [ConfigurationService, HttpClient] },
|
|
@@ -13828,7 +13908,7 @@ AuthenticationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
13828
13908
|
// EffectsModule.forFeature([AuthenticationEffects]),
|
|
13829
13909
|
// StoreDevtoolsModule.instrument({ maxAge: 25, logOnly: true }),
|
|
13830
13910
|
]] });
|
|
13831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationModule, decorators: [{
|
|
13832
13912
|
type: NgModule,
|
|
13833
13913
|
args: [{
|
|
13834
13914
|
declarations: [],
|
|
@@ -13862,9 +13942,9 @@ class AuthenticationGuardService {
|
|
|
13862
13942
|
return this._session.sessionToken && this._session.verified ? true : this._router.parseUrl(this._loginUrl);
|
|
13863
13943
|
}
|
|
13864
13944
|
}
|
|
13865
|
-
AuthenticationGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13866
|
-
AuthenticationGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13945
|
+
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 });
|
|
13946
|
+
AuthenticationGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, providedIn: AuthenticationModule });
|
|
13947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, decorators: [{
|
|
13868
13948
|
type: Injectable,
|
|
13869
13949
|
args: [{
|
|
13870
13950
|
providedIn: AuthenticationModule
|
|
@@ -13877,12 +13957,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
13877
13957
|
|
|
13878
13958
|
class SignUpModule {
|
|
13879
13959
|
}
|
|
13880
|
-
SignUpModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13881
|
-
SignUpModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
13882
|
-
SignUpModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
13960
|
+
SignUpModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13961
|
+
SignUpModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpModule, imports: [CommonModule] });
|
|
13962
|
+
SignUpModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpModule, imports: [[
|
|
13883
13963
|
CommonModule
|
|
13884
13964
|
]] });
|
|
13885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpModule, decorators: [{
|
|
13886
13966
|
type: NgModule,
|
|
13887
13967
|
args: [{
|
|
13888
13968
|
declarations: [],
|
|
@@ -13968,9 +14048,9 @@ class SignUpService {
|
|
|
13968
14048
|
return baseUrl + config.providers.auth.endpoints[endpointKey];
|
|
13969
14049
|
}
|
|
13970
14050
|
}
|
|
13971
|
-
SignUpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
13972
|
-
SignUpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
13973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14051
|
+
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 });
|
|
14052
|
+
SignUpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpService, providedIn: SignUpModule });
|
|
14053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignUpService, decorators: [{
|
|
13974
14054
|
type: Injectable,
|
|
13975
14055
|
args: [{
|
|
13976
14056
|
providedIn: SignUpModule
|
|
@@ -14006,9 +14086,9 @@ class SpinnerOverlayService {
|
|
|
14006
14086
|
this._spinner.detach();
|
|
14007
14087
|
}
|
|
14008
14088
|
}
|
|
14009
|
-
SpinnerOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14010
|
-
SpinnerOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14089
|
+
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 });
|
|
14090
|
+
SpinnerOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpinnerOverlayService, providedIn: 'root' });
|
|
14091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpinnerOverlayService, decorators: [{
|
|
14012
14092
|
type: Injectable,
|
|
14013
14093
|
args: [{
|
|
14014
14094
|
providedIn: 'root'
|
|
@@ -14067,9 +14147,9 @@ class AbstractAuthenticationOverlayComponent {
|
|
|
14067
14147
|
}
|
|
14068
14148
|
}
|
|
14069
14149
|
}
|
|
14070
|
-
AbstractAuthenticationOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14071
|
-
AbstractAuthenticationOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14150
|
+
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 });
|
|
14151
|
+
AbstractAuthenticationOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractAuthenticationOverlayComponent, selector: "ncc-abstract-auth-overlay", ngImport: i0, template: '', isInline: true });
|
|
14152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAuthenticationOverlayComponent, decorators: [{
|
|
14073
14153
|
type: Component,
|
|
14074
14154
|
args: [{
|
|
14075
14155
|
selector: 'ncc-abstract-auth-overlay',
|
|
@@ -14093,9 +14173,9 @@ class UserComparatorService {
|
|
|
14093
14173
|
user.email.includes('anonymous') && this._userService.user.email.includes('anonymous');
|
|
14094
14174
|
}
|
|
14095
14175
|
}
|
|
14096
|
-
UserComparatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14097
|
-
UserComparatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14176
|
+
UserComparatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserComparatorService, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14177
|
+
UserComparatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserComparatorService, providedIn: 'root' });
|
|
14178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserComparatorService, decorators: [{
|
|
14099
14179
|
type: Injectable,
|
|
14100
14180
|
args: [{
|
|
14101
14181
|
providedIn: 'root'
|
|
@@ -14263,9 +14343,9 @@ class UserListService {
|
|
|
14263
14343
|
return params;
|
|
14264
14344
|
}
|
|
14265
14345
|
}
|
|
14266
|
-
UserListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14267
|
-
UserListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14346
|
+
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 });
|
|
14347
|
+
UserListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserListService });
|
|
14348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserListService, decorators: [{
|
|
14269
14349
|
type: Injectable
|
|
14270
14350
|
}], ctorParameters: function () { return [{ type: UserResourceService }, { type: LoggerService }, { type: SnackBarService }, { type: i1$2.TranslateService }]; } });
|
|
14271
14351
|
|
|
@@ -14285,9 +14365,9 @@ class ViewIdService {
|
|
|
14285
14365
|
}
|
|
14286
14366
|
}
|
|
14287
14367
|
ViewIdService.VIEW_ID_SEGMENT_SEPARATOR = '-';
|
|
14288
|
-
ViewIdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14289
|
-
ViewIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14368
|
+
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 });
|
|
14369
|
+
ViewIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewIdService });
|
|
14370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewIdService, decorators: [{
|
|
14291
14371
|
type: Injectable
|
|
14292
14372
|
}], ctorParameters: function () {
|
|
14293
14373
|
return [{ type: i0.Injector, decorators: [{
|
|
@@ -14309,9 +14389,9 @@ class AbstractNavigationResizableDrawerComponent {
|
|
|
14309
14389
|
}
|
|
14310
14390
|
}
|
|
14311
14391
|
}
|
|
14312
|
-
AbstractNavigationResizableDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14313
|
-
AbstractNavigationResizableDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14392
|
+
AbstractNavigationResizableDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationResizableDrawerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14393
|
+
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 });
|
|
14394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationResizableDrawerComponent, decorators: [{
|
|
14315
14395
|
type: Component,
|
|
14316
14396
|
args: [{
|
|
14317
14397
|
selector: 'ncc-abstract-navigation-resizable-drawer',
|
|
@@ -14354,9 +14434,9 @@ class AbstractUserCardComponent extends AbstractNavigationResizableDrawerCompone
|
|
|
14354
14434
|
return this.user && this.user['avatar'] ? this.user['avatar'] : 'assets/default-user-avatar.png';
|
|
14355
14435
|
}
|
|
14356
14436
|
}
|
|
14357
|
-
AbstractUserCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14358
|
-
AbstractUserCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14437
|
+
AbstractUserCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserCardComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
14438
|
+
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 });
|
|
14439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserCardComponent, decorators: [{
|
|
14360
14440
|
type: Component,
|
|
14361
14441
|
args: [{
|
|
14362
14442
|
selector: 'ncc-abstract-user-card',
|
|
@@ -14398,9 +14478,9 @@ class AbstractProfileComponent {
|
|
|
14398
14478
|
return this.user && this.user['avatar'] ? this.user['avatar'] : 'assets/default-user-avatar.png';
|
|
14399
14479
|
}
|
|
14400
14480
|
}
|
|
14401
|
-
AbstractProfileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14402
|
-
AbstractProfileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14481
|
+
AbstractProfileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractProfileComponent, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14482
|
+
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 });
|
|
14483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractProfileComponent, decorators: [{
|
|
14404
14484
|
type: Component,
|
|
14405
14485
|
args: [{
|
|
14406
14486
|
selector: 'ncc-abstract-profile',
|
|
@@ -14452,9 +14532,9 @@ class CaseListFontColorService {
|
|
|
14452
14532
|
return fontColor;
|
|
14453
14533
|
}
|
|
14454
14534
|
}
|
|
14455
|
-
CaseListFontColorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14456
|
-
CaseListFontColorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14535
|
+
CaseListFontColorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseListFontColorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14536
|
+
CaseListFontColorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseListFontColorService, providedIn: 'root' });
|
|
14537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseListFontColorService, decorators: [{
|
|
14458
14538
|
type: Injectable,
|
|
14459
14539
|
args: [{
|
|
14460
14540
|
providedIn: 'root'
|
|
@@ -14504,9 +14584,9 @@ class AbstractPanelComponent {
|
|
|
14504
14584
|
return this._caseListFontColorService.computeCaseFontColor(this.caseColor);
|
|
14505
14585
|
}
|
|
14506
14586
|
}
|
|
14507
|
-
AbstractPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14508
|
-
AbstractPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14587
|
+
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 });
|
|
14588
|
+
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 });
|
|
14589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelComponent, decorators: [{
|
|
14510
14590
|
type: Component,
|
|
14511
14591
|
args: [{
|
|
14512
14592
|
selector: 'ncc-abstract-panel',
|
|
@@ -14656,9 +14736,9 @@ class OverflowService {
|
|
|
14656
14736
|
return undefined;
|
|
14657
14737
|
}
|
|
14658
14738
|
}
|
|
14659
|
-
OverflowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14660
|
-
OverflowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14739
|
+
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 });
|
|
14740
|
+
OverflowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OverflowService });
|
|
14741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OverflowService, decorators: [{
|
|
14662
14742
|
type: Injectable
|
|
14663
14743
|
}], ctorParameters: function () {
|
|
14664
14744
|
return [{ type: ViewIdService, decorators: [{
|
|
@@ -14717,9 +14797,9 @@ class AbstractPanelWithHeaderBindingComponent {
|
|
|
14717
14797
|
return { value: '', icon: '', type: '' };
|
|
14718
14798
|
}
|
|
14719
14799
|
}
|
|
14720
|
-
AbstractPanelWithHeaderBindingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14721
|
-
AbstractPanelWithHeaderBindingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14800
|
+
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 });
|
|
14801
|
+
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 });
|
|
14802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelWithHeaderBindingComponent, decorators: [{
|
|
14723
14803
|
type: Component,
|
|
14724
14804
|
args: [{
|
|
14725
14805
|
selector: 'ncc-abstract-panel-with-header-binding',
|
|
@@ -14823,9 +14903,9 @@ class AbstractPanelWithImmediateDataComponent extends AbstractPanelWithHeaderBin
|
|
|
14823
14903
|
};
|
|
14824
14904
|
}
|
|
14825
14905
|
}
|
|
14826
|
-
AbstractPanelWithImmediateDataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14827
|
-
AbstractPanelWithImmediateDataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
14828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14906
|
+
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 });
|
|
14907
|
+
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 });
|
|
14908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelWithImmediateDataComponent, decorators: [{
|
|
14829
14909
|
type: Component,
|
|
14830
14910
|
args: [{
|
|
14831
14911
|
selector: 'ncc-abstract-panel-with-immediate',
|
|
@@ -14967,9 +15047,9 @@ class CaseResourceService extends AbstractResourceService {
|
|
|
14967
15047
|
.pipe(map(r => this.changeType(r, undefined)));
|
|
14968
15048
|
}
|
|
14969
15049
|
}
|
|
14970
|
-
CaseResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14971
|
-
CaseResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
14972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15050
|
+
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 });
|
|
15051
|
+
CaseResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseResourceService, providedIn: 'root' });
|
|
15052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseResourceService, decorators: [{
|
|
14973
15053
|
type: Injectable,
|
|
14974
15054
|
args: [{
|
|
14975
15055
|
providedIn: 'root'
|
|
@@ -15128,9 +15208,9 @@ class AbstractSortableViewComponent {
|
|
|
15128
15208
|
}
|
|
15129
15209
|
}
|
|
15130
15210
|
}
|
|
15131
|
-
AbstractSortableViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15132
|
-
AbstractSortableViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
15133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15211
|
+
AbstractSortableViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortableViewComponent, deps: [{ token: SearchIndexResolverService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15212
|
+
AbstractSortableViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSortableViewComponent, selector: "ncc-abstract-sortable-view", ngImport: i0, template: '', isInline: true });
|
|
15213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortableViewComponent, decorators: [{
|
|
15134
15214
|
type: Component,
|
|
15135
15215
|
args: [{
|
|
15136
15216
|
selector: 'ncc-abstract-sortable-view',
|
|
@@ -15275,9 +15355,9 @@ class PermissionService {
|
|
|
15275
15355
|
return userPermValue;
|
|
15276
15356
|
}
|
|
15277
15357
|
}
|
|
15278
|
-
PermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15279
|
-
PermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
15280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15358
|
+
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 });
|
|
15359
|
+
PermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PermissionService, providedIn: 'root' });
|
|
15360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PermissionService, decorators: [{
|
|
15281
15361
|
type: Injectable,
|
|
15282
15362
|
args: [{
|
|
15283
15363
|
providedIn: 'root'
|
|
@@ -15513,9 +15593,9 @@ class CaseViewService extends AbstractSortableViewComponent {
|
|
|
15513
15593
|
return this._permissionService.hasCasePermission(aCase, PermissionType.VIEW);
|
|
15514
15594
|
}
|
|
15515
15595
|
}
|
|
15516
|
-
CaseViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15517
|
-
CaseViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
15518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15596
|
+
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 });
|
|
15597
|
+
CaseViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseViewService });
|
|
15598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseViewService, decorators: [{
|
|
15519
15599
|
type: Injectable
|
|
15520
15600
|
}], ctorParameters: function () {
|
|
15521
15601
|
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: [{
|
|
@@ -15600,9 +15680,9 @@ class AbstractCasePanelComponent extends AbstractPanelWithImmediateDataComponent
|
|
|
15600
15680
|
return (this._overflowService && this._overflowService.overflowMode) ? `${this._overflowService.columnWidth}px` : '0';
|
|
15601
15681
|
}
|
|
15602
15682
|
}
|
|
15603
|
-
AbstractCasePanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15604
|
-
AbstractCasePanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
15605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15683
|
+
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 });
|
|
15684
|
+
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 });
|
|
15685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCasePanelComponent, decorators: [{
|
|
15606
15686
|
type: Component,
|
|
15607
15687
|
args: [{
|
|
15608
15688
|
selector: 'ncc-abstract-case-panel',
|
|
@@ -15934,9 +16014,9 @@ class TaskContentService {
|
|
|
15934
16014
|
}
|
|
15935
16015
|
TaskContentService.FRONTEND_ACTIONS_KEY = '_frontend_actions';
|
|
15936
16016
|
TaskContentService.VALIDATE_FRONTEND_ACTION = 'validate';
|
|
15937
|
-
TaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15938
|
-
TaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
15939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16017
|
+
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 });
|
|
16018
|
+
TaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskContentService });
|
|
16019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskContentService, decorators: [{
|
|
15940
16020
|
type: Injectable
|
|
15941
16021
|
}], ctorParameters: function () { return [{ type: FieldConverterService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: LoggerService }]; } });
|
|
15942
16022
|
|
|
@@ -16231,9 +16311,9 @@ class TaskViewService extends AbstractSortableViewComponent {
|
|
|
16231
16311
|
return params;
|
|
16232
16312
|
}
|
|
16233
16313
|
}
|
|
16234
|
-
TaskViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16235
|
-
TaskViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16314
|
+
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 });
|
|
16315
|
+
TaskViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskViewService });
|
|
16316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskViewService, decorators: [{
|
|
16237
16317
|
type: Injectable
|
|
16238
16318
|
}], ctorParameters: function () {
|
|
16239
16319
|
return [{ type: TaskResourceService }, { type: UserService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: SearchService }, { type: LoggerService }, { type: UserComparatorService }, { type: SearchIndexResolverService }, { type: TaskEndpoint, decorators: [{
|
|
@@ -16337,9 +16417,9 @@ class TaskEventService extends TaskHandlingService {
|
|
|
16337
16417
|
this._taskEventNotifications$.next(event);
|
|
16338
16418
|
}
|
|
16339
16419
|
}
|
|
16340
|
-
TaskEventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16341
|
-
TaskEventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16420
|
+
TaskEventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskEventService, deps: [{ token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16421
|
+
TaskEventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskEventService });
|
|
16422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskEventService, decorators: [{
|
|
16343
16423
|
type: Injectable
|
|
16344
16424
|
}], ctorParameters: function () { return [{ type: TaskContentService }]; } });
|
|
16345
16425
|
|
|
@@ -16513,9 +16593,9 @@ class TaskRequestStateService extends TaskHandlingService {
|
|
|
16513
16593
|
this._updating.complete();
|
|
16514
16594
|
}
|
|
16515
16595
|
}
|
|
16516
|
-
TaskRequestStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16517
|
-
TaskRequestStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16596
|
+
TaskRequestStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskRequestStateService, deps: [{ token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16597
|
+
TaskRequestStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskRequestStateService });
|
|
16598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskRequestStateService, decorators: [{
|
|
16519
16599
|
type: Injectable
|
|
16520
16600
|
}], ctorParameters: function () { return [{ type: TaskContentService }]; } });
|
|
16521
16601
|
|
|
@@ -16550,9 +16630,9 @@ class SelectedCaseService {
|
|
|
16550
16630
|
return this._selectedCase$.getValue();
|
|
16551
16631
|
}
|
|
16552
16632
|
}
|
|
16553
|
-
SelectedCaseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16554
|
-
SelectedCaseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16633
|
+
SelectedCaseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16634
|
+
SelectedCaseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService });
|
|
16635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService, decorators: [{
|
|
16556
16636
|
type: Injectable
|
|
16557
16637
|
}], ctorParameters: function () { return []; } });
|
|
16558
16638
|
|
|
@@ -16579,9 +16659,9 @@ class CallChainService {
|
|
|
16579
16659
|
return chain;
|
|
16580
16660
|
}
|
|
16581
16661
|
}
|
|
16582
|
-
CallChainService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16583
|
-
CallChainService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16662
|
+
CallChainService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CallChainService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16663
|
+
CallChainService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CallChainService, providedIn: 'root' });
|
|
16664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CallChainService, decorators: [{
|
|
16585
16665
|
type: Injectable,
|
|
16586
16666
|
args: [{
|
|
16587
16667
|
providedIn: 'root'
|
|
@@ -16629,9 +16709,9 @@ class EventQueueService {
|
|
|
16629
16709
|
this.executeEvent(this._queue.shift());
|
|
16630
16710
|
}
|
|
16631
16711
|
}
|
|
16632
|
-
EventQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16633
|
-
EventQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16712
|
+
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 });
|
|
16713
|
+
EventQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, providedIn: 'root' });
|
|
16714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, decorators: [{
|
|
16635
16715
|
type: Injectable,
|
|
16636
16716
|
args: [{
|
|
16637
16717
|
providedIn: 'root'
|
|
@@ -16663,9 +16743,9 @@ class ChangedFieldsService {
|
|
|
16663
16743
|
return changedFields;
|
|
16664
16744
|
}
|
|
16665
16745
|
}
|
|
16666
|
-
ChangedFieldsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16667
|
-
ChangedFieldsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
16746
|
+
ChangedFieldsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangedFieldsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16747
|
+
ChangedFieldsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangedFieldsService });
|
|
16748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangedFieldsService, decorators: [{
|
|
16669
16749
|
type: Injectable
|
|
16670
16750
|
}], ctorParameters: function () { return []; } });
|
|
16671
16751
|
|
|
@@ -16766,7 +16846,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16766
16846
|
}
|
|
16767
16847
|
/**
|
|
16768
16848
|
* Processes a successful outcome of a `getData` request
|
|
16769
|
-
* @param gottenTaskId the
|
|
16849
|
+
* @param gottenTaskId the ID of the task whose data was requested
|
|
16770
16850
|
* @param dataGroups the returned data groups of the task
|
|
16771
16851
|
* @param afterAction the action that should be performed after the request is processed
|
|
16772
16852
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -16849,7 +16929,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16849
16929
|
}
|
|
16850
16930
|
/**
|
|
16851
16931
|
* Processes an erroneous outcome of a `getData` request
|
|
16852
|
-
* @param gottenTaskId the
|
|
16932
|
+
* @param gottenTaskId the ID of the task whose data was requested
|
|
16853
16933
|
* @param error the returned error
|
|
16854
16934
|
* @param afterAction the action that should be performed after the request is processed
|
|
16855
16935
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -16949,12 +17029,15 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16949
17029
|
context.previousValues[field.stringId] = field.previousValue;
|
|
16950
17030
|
field.changed = false;
|
|
16951
17031
|
}
|
|
17032
|
+
isAutocompleteEnumException(field) {
|
|
17033
|
+
return (field instanceof EnumerationField) && (field.getComponentType() === 'autocomplete') && !field.valid;
|
|
17034
|
+
}
|
|
16952
17035
|
/**
|
|
16953
17036
|
* @param field the checked field
|
|
16954
17037
|
* @returns whether the field was updated on frontend and thus the backend should be notified
|
|
16955
17038
|
*/
|
|
16956
17039
|
wasFieldUpdated(field) {
|
|
16957
|
-
return field.initialized && field.changed && (field.valid || field.sendInvalidValues);
|
|
17040
|
+
return field.initialized && field.changed && (field.valid || field.sendInvalidValues) && (!this.isAutocompleteEnumException(field));
|
|
16958
17041
|
}
|
|
16959
17042
|
/**
|
|
16960
17043
|
* Checks whether the request could still be performed by the logged user
|
|
@@ -16994,7 +17077,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
16994
17077
|
}
|
|
16995
17078
|
/**
|
|
16996
17079
|
* Performs a `setData` request on the task currently stored in the `taskContent` service
|
|
16997
|
-
* @param setTaskId
|
|
17080
|
+
* @param setTaskId ID of the task
|
|
16998
17081
|
* @param body content of the `setData` request
|
|
16999
17082
|
* @param afterAction the action that should be performed after the request is processed
|
|
17000
17083
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -17029,8 +17112,8 @@ class TaskDataService extends TaskHandlingService {
|
|
|
17029
17112
|
});
|
|
17030
17113
|
}
|
|
17031
17114
|
/**
|
|
17032
|
-
* Processes
|
|
17033
|
-
* @param setTaskId the
|
|
17115
|
+
* Processes an unsuccessful outcome of a `setData` request
|
|
17116
|
+
* @param setTaskId the ID of the task whose data was set
|
|
17034
17117
|
* @param response the resulting Event outcome of the set data request
|
|
17035
17118
|
* @param afterAction the action that should be performed after the request is processed
|
|
17036
17119
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -17058,7 +17141,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
17058
17141
|
}
|
|
17059
17142
|
/**
|
|
17060
17143
|
* Processes a successful outcome of a `setData` request
|
|
17061
|
-
* @param setTaskId the
|
|
17144
|
+
* @param setTaskId the ID of the task whose data was set
|
|
17062
17145
|
* @param response the resulting Event outcome of the set data request
|
|
17063
17146
|
* @param afterAction the action that should be performed after the request is processed
|
|
17064
17147
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -17077,7 +17160,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
17077
17160
|
}
|
|
17078
17161
|
/**
|
|
17079
17162
|
* Processes an erroneous outcome of a `setData` request
|
|
17080
|
-
* @param setTaskId the
|
|
17163
|
+
* @param setTaskId the ID of the task whose data was set
|
|
17081
17164
|
* @param error the returned error
|
|
17082
17165
|
* @param afterAction the action that should be performed after the request is processed
|
|
17083
17166
|
* @param nextEvent indicates to the event queue that the next event can be processed
|
|
@@ -17151,7 +17234,7 @@ class TaskDataService extends TaskHandlingService {
|
|
|
17151
17234
|
*
|
|
17152
17235
|
* @param afterAction the call chain steam of the update data method
|
|
17153
17236
|
* @param result result of the update data request
|
|
17154
|
-
* @param setTaskId the
|
|
17237
|
+
* @param setTaskId the ID of the {@link Task}, who's state should be updated
|
|
17155
17238
|
*/
|
|
17156
17239
|
updateStateInfo(afterAction, result, setTaskId) {
|
|
17157
17240
|
this._taskState.stopLoading(setTaskId);
|
|
@@ -17187,9 +17270,9 @@ class TaskDataService extends TaskHandlingService {
|
|
|
17187
17270
|
});
|
|
17188
17271
|
}
|
|
17189
17272
|
}
|
|
17190
|
-
TaskDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17191
|
-
TaskDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17273
|
+
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 });
|
|
17274
|
+
TaskDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskDataService });
|
|
17275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskDataService, decorators: [{
|
|
17193
17276
|
type: Injectable
|
|
17194
17277
|
}], ctorParameters: function () {
|
|
17195
17278
|
return [{ type: TaskRequestStateService }, { type: i1$2.TranslateService }, { type: LoggerService }, { type: SnackBarService }, { type: TaskResourceService }, { type: FieldConverterService }, { type: TaskEventService }, { type: undefined, decorators: [{
|
|
@@ -17335,9 +17418,9 @@ class AssignTaskService extends TaskHandlingService {
|
|
|
17335
17418
|
this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.ASSIGN, success, outcome));
|
|
17336
17419
|
}
|
|
17337
17420
|
}
|
|
17338
|
-
AssignTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17339
|
-
AssignTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17421
|
+
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 });
|
|
17422
|
+
AssignTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignTaskService });
|
|
17423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignTaskService, decorators: [{
|
|
17341
17424
|
type: Injectable
|
|
17342
17425
|
}], ctorParameters: function () {
|
|
17343
17426
|
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: [{
|
|
@@ -17474,9 +17557,9 @@ class DelegateTaskService extends TaskHandlingService {
|
|
|
17474
17557
|
this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.DELEGATE, success, outcome));
|
|
17475
17558
|
}
|
|
17476
17559
|
}
|
|
17477
|
-
DelegateTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17478
|
-
DelegateTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17560
|
+
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 });
|
|
17561
|
+
DelegateTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DelegateTaskService });
|
|
17562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DelegateTaskService, decorators: [{
|
|
17480
17563
|
type: Injectable
|
|
17481
17564
|
}], ctorParameters: function () {
|
|
17482
17565
|
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: [{
|
|
@@ -17617,9 +17700,9 @@ class CancelTaskService extends TaskHandlingService {
|
|
|
17617
17700
|
this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.CANCEL, success, outcome));
|
|
17618
17701
|
}
|
|
17619
17702
|
}
|
|
17620
|
-
CancelTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17621
|
-
CancelTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17703
|
+
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 });
|
|
17704
|
+
CancelTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelTaskService });
|
|
17705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelTaskService, decorators: [{
|
|
17623
17706
|
type: Injectable
|
|
17624
17707
|
}], ctorParameters: function () {
|
|
17625
17708
|
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: [{
|
|
@@ -17788,9 +17871,9 @@ class FinishTaskService extends TaskHandlingService {
|
|
|
17788
17871
|
return this._safeTask.dataSize <= 0 || !this._safeTask.dataGroups || this._safeTask.dataGroups.length <= 0;
|
|
17789
17872
|
}
|
|
17790
17873
|
}
|
|
17791
|
-
FinishTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17792
|
-
FinishTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17874
|
+
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 });
|
|
17875
|
+
FinishTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishTaskService });
|
|
17876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishTaskService, decorators: [{
|
|
17794
17877
|
type: Injectable
|
|
17795
17878
|
}], ctorParameters: function () {
|
|
17796
17879
|
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: [{
|
|
@@ -17823,9 +17906,9 @@ class DataFocusPolicyService extends TaskHandlingService {
|
|
|
17823
17906
|
// TODO Implement focus in FUTURE, if someone wants this feature (for now we don't want it )
|
|
17824
17907
|
}
|
|
17825
17908
|
}
|
|
17826
|
-
DataFocusPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17827
|
-
DataFocusPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17909
|
+
DataFocusPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService, deps: [{ token: TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17910
|
+
DataFocusPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService });
|
|
17911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService, decorators: [{
|
|
17829
17912
|
type: Injectable
|
|
17830
17913
|
}], ctorParameters: function () { return [{ type: TaskContentService }]; } });
|
|
17831
17914
|
|
|
@@ -17883,9 +17966,9 @@ class FinishPolicyService extends TaskHandlingService {
|
|
|
17883
17966
|
afterAction.complete();
|
|
17884
17967
|
}
|
|
17885
17968
|
}
|
|
17886
|
-
FinishPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
17887
|
-
FinishPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
17888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17969
|
+
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 });
|
|
17970
|
+
FinishPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishPolicyService });
|
|
17971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishPolicyService, decorators: [{
|
|
17889
17972
|
type: Injectable
|
|
17890
17973
|
}], ctorParameters: function () {
|
|
17891
17974
|
return [{ type: DataFocusPolicyService }, { type: FinishTaskService }, { type: undefined, decorators: [{
|
|
@@ -18029,9 +18112,9 @@ class AssignPolicyService extends TaskHandlingService {
|
|
|
18029
18112
|
}), this._isForced);
|
|
18030
18113
|
}
|
|
18031
18114
|
}
|
|
18032
|
-
AssignPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18033
|
-
AssignPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
18034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18115
|
+
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 });
|
|
18116
|
+
AssignPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignPolicyService });
|
|
18117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignPolicyService, decorators: [{
|
|
18035
18118
|
type: Injectable
|
|
18036
18119
|
}], ctorParameters: function () {
|
|
18037
18120
|
return [{ type: TaskDataService }, { type: AssignTaskService }, { type: CancelTaskService }, { type: FinishPolicyService }, { type: CallChainService }, { type: UserComparatorService }, { type: undefined, decorators: [{
|
|
@@ -18379,9 +18462,9 @@ class AbstractTaskPanelComponent extends AbstractPanelWithImmediateDataComponent
|
|
|
18379
18462
|
this.taskEvent.complete();
|
|
18380
18463
|
}
|
|
18381
18464
|
}
|
|
18382
|
-
AbstractTaskPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18383
|
-
AbstractTaskPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18465
|
+
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 });
|
|
18466
|
+
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 });
|
|
18467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskPanelComponent, decorators: [{
|
|
18385
18468
|
type: Component,
|
|
18386
18469
|
args: [{
|
|
18387
18470
|
selector: 'ncc-abstract-legal-notice',
|
|
@@ -18454,9 +18537,9 @@ class TabbedVirtualScrollComponent {
|
|
|
18454
18537
|
return this._showVirtualScroll;
|
|
18455
18538
|
}
|
|
18456
18539
|
}
|
|
18457
|
-
TabbedVirtualScrollComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18458
|
-
TabbedVirtualScrollComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18540
|
+
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 });
|
|
18541
|
+
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 });
|
|
18542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabbedVirtualScrollComponent, decorators: [{
|
|
18460
18543
|
type: Component,
|
|
18461
18544
|
args: [{
|
|
18462
18545
|
selector: 'ncc-abstract-tabbed-virtual-scroll',
|
|
@@ -18527,9 +18610,9 @@ class AbstractDefaultTaskListComponent extends TabbedVirtualScrollComponent {
|
|
|
18527
18610
|
});
|
|
18528
18611
|
}
|
|
18529
18612
|
}
|
|
18530
|
-
AbstractDefaultTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18531
|
-
AbstractDefaultTaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18613
|
+
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 });
|
|
18614
|
+
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 });
|
|
18615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultTaskListComponent, decorators: [{
|
|
18533
18616
|
type: Component,
|
|
18534
18617
|
args: [{
|
|
18535
18618
|
selector: 'ncc-abstract-default-task-list',
|
|
@@ -18578,9 +18661,9 @@ class AbstractTaskListComponent extends AbstractDefaultTaskListComponent {
|
|
|
18578
18661
|
this._taskViewService.nextPage(this.viewport.getRenderedRange(), this.viewport.getDataLength());
|
|
18579
18662
|
}
|
|
18580
18663
|
}
|
|
18581
|
-
AbstractTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18582
|
-
AbstractTaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18664
|
+
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 });
|
|
18665
|
+
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 });
|
|
18666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListComponent, decorators: [{
|
|
18584
18667
|
type: Component,
|
|
18585
18668
|
args: [{
|
|
18586
18669
|
selector: 'ncc-abstract-task-list',
|
|
@@ -18625,9 +18708,9 @@ class AbstractTaskListPaginationComponent extends AbstractDefaultTaskListCompone
|
|
|
18625
18708
|
this._taskViewService.nextPagePagination(this.pageSize, this.pageIndex);
|
|
18626
18709
|
}
|
|
18627
18710
|
}
|
|
18628
|
-
AbstractTaskListPaginationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18629
|
-
AbstractTaskListPaginationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18711
|
+
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 });
|
|
18712
|
+
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 });
|
|
18713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListPaginationComponent, decorators: [{
|
|
18631
18714
|
type: Component,
|
|
18632
18715
|
args: [{
|
|
18633
18716
|
selector: 'ncc-abstract-task-list-pagination-component',
|
|
@@ -18826,9 +18909,9 @@ class WorkflowViewService extends AbstractSortableViewComponent {
|
|
|
18826
18909
|
return params;
|
|
18827
18910
|
}
|
|
18828
18911
|
}
|
|
18829
|
-
WorkflowViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18830
|
-
WorkflowViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
18831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18912
|
+
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 });
|
|
18913
|
+
WorkflowViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowViewService });
|
|
18914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowViewService, decorators: [{
|
|
18832
18915
|
type: Injectable
|
|
18833
18916
|
}], ctorParameters: function () {
|
|
18834
18917
|
return [{ type: PetriNetResourceService }, { type: LoggerService }, { type: DialogService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: SearchIndexResolverService }, { type: undefined, decorators: [{
|
|
@@ -18962,9 +19045,9 @@ class AbstractWorkflowPanelComponent extends AbstractPanelWithHeaderBindingCompo
|
|
|
18962
19045
|
return { value: '', icon: '', type: '' };
|
|
18963
19046
|
}
|
|
18964
19047
|
}
|
|
18965
|
-
AbstractWorkflowPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18966
|
-
AbstractWorkflowPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19048
|
+
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 });
|
|
19049
|
+
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 });
|
|
19050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowPanelComponent, decorators: [{
|
|
18968
19051
|
type: Component,
|
|
18969
19052
|
args: [{
|
|
18970
19053
|
selector: 'ncc-abstract-workflow-panel',
|
|
@@ -19002,9 +19085,9 @@ class AbstractImmediateFilterTextComponent {
|
|
|
19002
19085
|
this.initialized = true;
|
|
19003
19086
|
}
|
|
19004
19087
|
}
|
|
19005
|
-
AbstractImmediateFilterTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19006
|
-
AbstractImmediateFilterTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19088
|
+
AbstractImmediateFilterTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImmediateFilterTextComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
19089
|
+
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 });
|
|
19090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImmediateFilterTextComponent, decorators: [{
|
|
19008
19091
|
type: Component,
|
|
19009
19092
|
args: [{
|
|
19010
19093
|
selector: 'ncc-abstract-immediate-filter-text',
|
|
@@ -19043,9 +19126,9 @@ class AbstractImmediateFilterTextContentComponent {
|
|
|
19043
19126
|
}
|
|
19044
19127
|
}
|
|
19045
19128
|
}
|
|
19046
|
-
AbstractImmediateFilterTextContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19047
|
-
AbstractImmediateFilterTextContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19129
|
+
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 });
|
|
19130
|
+
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 });
|
|
19131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImmediateFilterTextContentComponent, decorators: [{
|
|
19049
19132
|
type: Component,
|
|
19050
19133
|
args: [{
|
|
19051
19134
|
selector: 'ncc-abstract-immediate-filter-text-content',
|
|
@@ -19063,9 +19146,9 @@ class AbstractPanelItemComponent {
|
|
|
19063
19146
|
this.textEllipsis = false;
|
|
19064
19147
|
}
|
|
19065
19148
|
}
|
|
19066
|
-
AbstractPanelItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19067
|
-
AbstractPanelItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19149
|
+
AbstractPanelItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
19150
|
+
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 });
|
|
19151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelItemComponent, decorators: [{
|
|
19069
19152
|
type: Component,
|
|
19070
19153
|
args: [{
|
|
19071
19154
|
selector: 'ncc-abstract-panel-item-component',
|
|
@@ -19111,9 +19194,9 @@ class AbstractSingleTaskComponent {
|
|
|
19111
19194
|
this.taskEvent.emit(event);
|
|
19112
19195
|
}
|
|
19113
19196
|
}
|
|
19114
|
-
AbstractSingleTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19115
|
-
AbstractSingleTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19197
|
+
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 });
|
|
19198
|
+
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 });
|
|
19199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskComponent, decorators: [{
|
|
19117
19200
|
type: Component,
|
|
19118
19201
|
args: [{
|
|
19119
19202
|
selector: 'ncc-abstract-single-task',
|
|
@@ -19187,9 +19270,9 @@ class AbstractEmailSubmissionFormComponent {
|
|
|
19187
19270
|
this.formSubmit.emit({ email: this.rootFormGroup.controls['email'].value, loading: this.loading });
|
|
19188
19271
|
}
|
|
19189
19272
|
}
|
|
19190
|
-
AbstractEmailSubmissionFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19191
|
-
AbstractEmailSubmissionFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19273
|
+
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 });
|
|
19274
|
+
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 });
|
|
19275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEmailSubmissionFormComponent, decorators: [{
|
|
19193
19276
|
type: Component,
|
|
19194
19277
|
args: [{
|
|
19195
19278
|
selector: 'ncc-abstract-email-submission-form',
|
|
@@ -19249,9 +19332,9 @@ class AbstractLoginFormComponent {
|
|
|
19249
19332
|
return 'end';
|
|
19250
19333
|
}
|
|
19251
19334
|
}
|
|
19252
|
-
AbstractLoginFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19253
|
-
AbstractLoginFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19335
|
+
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 });
|
|
19336
|
+
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 });
|
|
19337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoginFormComponent, decorators: [{
|
|
19255
19338
|
type: Component,
|
|
19256
19339
|
args: [{
|
|
19257
19340
|
selector: 'ncc-abstract-login-field',
|
|
@@ -19381,9 +19464,9 @@ class AbstractRegistrationComponent {
|
|
|
19381
19464
|
}
|
|
19382
19465
|
}
|
|
19383
19466
|
}
|
|
19384
|
-
AbstractRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19385
|
-
AbstractRegistrationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19467
|
+
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 });
|
|
19468
|
+
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 });
|
|
19469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationComponent, decorators: [{
|
|
19387
19470
|
type: Component,
|
|
19388
19471
|
args: [{
|
|
19389
19472
|
selector: 'ncc-abstract-registration',
|
|
@@ -19428,9 +19511,9 @@ class AbstractRegistrationFormComponent extends AbstractRegistrationComponent {
|
|
|
19428
19511
|
return this._signupService.signup(requestBody);
|
|
19429
19512
|
}
|
|
19430
19513
|
}
|
|
19431
|
-
AbstractRegistrationFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19432
|
-
AbstractRegistrationFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19514
|
+
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 });
|
|
19515
|
+
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 });
|
|
19516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationFormComponent, decorators: [{
|
|
19434
19517
|
type: Component,
|
|
19435
19518
|
args: [{
|
|
19436
19519
|
selector: 'ncc-abstract-registration-form',
|
|
@@ -19464,9 +19547,9 @@ class AbstractForgottenPasswordComponent extends AbstractRegistrationComponent {
|
|
|
19464
19547
|
return this._signupService.recoverPassword(requestBody.token, requestBody.password);
|
|
19465
19548
|
}
|
|
19466
19549
|
}
|
|
19467
|
-
AbstractForgottenPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19468
|
-
AbstractForgottenPasswordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19550
|
+
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 });
|
|
19551
|
+
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 });
|
|
19552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractForgottenPasswordComponent, decorators: [{
|
|
19470
19553
|
type: Component,
|
|
19471
19554
|
args: [{
|
|
19472
19555
|
selector: 'ncc-abstract-forgotten-password',
|
|
@@ -19488,9 +19571,9 @@ class AbstractToolbarComponent {
|
|
|
19488
19571
|
return this.translate.currentLang === lang;
|
|
19489
19572
|
}
|
|
19490
19573
|
}
|
|
19491
|
-
AbstractToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19492
|
-
AbstractToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19574
|
+
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 });
|
|
19575
|
+
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 });
|
|
19576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractToolbarComponent, decorators: [{
|
|
19494
19577
|
type: Component,
|
|
19495
19578
|
args: [{
|
|
19496
19579
|
selector: 'ncc-abstract-toolbar',
|
|
@@ -19931,9 +20014,9 @@ class AbstractTabViewComponent {
|
|
|
19931
20014
|
this.offset = Array(count * 2).join('\xa0');
|
|
19932
20015
|
}
|
|
19933
20016
|
}
|
|
19934
|
-
AbstractTabViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19935
|
-
AbstractTabViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20017
|
+
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 });
|
|
20018
|
+
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 });
|
|
20019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabViewComponent, decorators: [{
|
|
19937
20020
|
type: Component,
|
|
19938
20021
|
args: [{
|
|
19939
20022
|
selector: 'ncc-abstract-tab-view',
|
|
@@ -19958,9 +20041,9 @@ class AbstractTabCreationDetectorComponent {
|
|
|
19958
20041
|
this.initializeTabFunction(this.tabIndex);
|
|
19959
20042
|
}
|
|
19960
20043
|
}
|
|
19961
|
-
AbstractTabCreationDetectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19962
|
-
AbstractTabCreationDetectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
19963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20044
|
+
AbstractTabCreationDetectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabCreationDetectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
20045
|
+
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 });
|
|
20046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabCreationDetectorComponent, decorators: [{
|
|
19964
20047
|
type: Component,
|
|
19965
20048
|
args: [{
|
|
19966
20049
|
selector: 'ncc-abstract-tab-creation-detector',
|
|
@@ -20090,9 +20173,9 @@ class AbstractImportNetComponent {
|
|
|
20090
20173
|
});
|
|
20091
20174
|
}
|
|
20092
20175
|
}
|
|
20093
|
-
AbstractImportNetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20094
|
-
AbstractImportNetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20176
|
+
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 });
|
|
20177
|
+
AbstractImportNetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractImportNetComponent, selector: "ncc-abstract-import-net", ngImport: i0, template: '', isInline: true });
|
|
20178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractImportNetComponent, decorators: [{
|
|
20096
20179
|
type: Component,
|
|
20097
20180
|
args: [{
|
|
20098
20181
|
selector: 'ncc-abstract-import-net',
|
|
@@ -20331,9 +20414,9 @@ class AbstractNewCaseComponent {
|
|
|
20331
20414
|
}
|
|
20332
20415
|
}
|
|
20333
20416
|
}
|
|
20334
|
-
AbstractNewCaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20335
|
-
AbstractNewCaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20417
|
+
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 });
|
|
20418
|
+
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 });
|
|
20419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNewCaseComponent, decorators: [{
|
|
20337
20420
|
type: Component,
|
|
20338
20421
|
args: [{
|
|
20339
20422
|
selector: 'ncc-abstract-new-case',
|
|
@@ -20413,9 +20496,9 @@ class AbstractUserAssignComponent {
|
|
|
20413
20496
|
}
|
|
20414
20497
|
}
|
|
20415
20498
|
}
|
|
20416
|
-
AbstractUserAssignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20417
|
-
AbstractUserAssignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20499
|
+
AbstractUserAssignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignComponent, deps: [{ token: SideMenuControl }], target: i0.ɵɵFactoryTarget.Component });
|
|
20500
|
+
AbstractUserAssignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserAssignComponent, selector: "ncc-abstract-user-assign", ngImport: i0, template: '', isInline: true });
|
|
20501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignComponent, decorators: [{
|
|
20419
20502
|
type: Component,
|
|
20420
20503
|
args: [{
|
|
20421
20504
|
selector: 'ncc-abstract-user-assign',
|
|
@@ -20511,9 +20594,9 @@ class AbstractUserAssignListComponent {
|
|
|
20511
20594
|
this._selectedUser$.next(selectedUser.id);
|
|
20512
20595
|
}
|
|
20513
20596
|
}
|
|
20514
|
-
AbstractUserAssignListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20515
|
-
AbstractUserAssignListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20597
|
+
AbstractUserAssignListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignListComponent, deps: [{ token: UserListService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20598
|
+
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 });
|
|
20599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignListComponent, decorators: [{
|
|
20517
20600
|
type: Component,
|
|
20518
20601
|
args: [{
|
|
20519
20602
|
selector: 'ncc-abstract-user-assign-list',
|
|
@@ -20541,9 +20624,9 @@ class AbstractUserAssignItemComponent {
|
|
|
20541
20624
|
constructor() {
|
|
20542
20625
|
}
|
|
20543
20626
|
}
|
|
20544
|
-
AbstractUserAssignItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20545
|
-
AbstractUserAssignItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20627
|
+
AbstractUserAssignItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
20628
|
+
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 });
|
|
20629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserAssignItemComponent, decorators: [{
|
|
20547
20630
|
type: Component,
|
|
20548
20631
|
args: [{
|
|
20549
20632
|
selector: 'ncc-abstract-user-assign-item',
|
|
@@ -20704,9 +20787,9 @@ class FilterRepository {
|
|
|
20704
20787
|
return result;
|
|
20705
20788
|
}
|
|
20706
20789
|
}
|
|
20707
|
-
FilterRepository.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20708
|
-
FilterRepository.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
20709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20790
|
+
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 });
|
|
20791
|
+
FilterRepository.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, providedIn: 'root' });
|
|
20792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, decorators: [{
|
|
20710
20793
|
type: Injectable,
|
|
20711
20794
|
args: [{
|
|
20712
20795
|
providedIn: 'root'
|
|
@@ -20860,9 +20943,9 @@ class AbstractFilterSelectorComponent {
|
|
|
20860
20943
|
this.taskFilters.filter(newValue);
|
|
20861
20944
|
}
|
|
20862
20945
|
}
|
|
20863
|
-
AbstractFilterSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20864
|
-
AbstractFilterSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20946
|
+
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 });
|
|
20947
|
+
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 });
|
|
20948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterSelectorComponent, decorators: [{
|
|
20866
20949
|
type: Component,
|
|
20867
20950
|
args: [{
|
|
20868
20951
|
selector: 'ncc-abstract-filter-selector',
|
|
@@ -20898,9 +20981,9 @@ class AbstractFilterSelectorListItemComponent {
|
|
|
20898
20981
|
}
|
|
20899
20982
|
}
|
|
20900
20983
|
}
|
|
20901
|
-
AbstractFilterSelectorListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20902
|
-
AbstractFilterSelectorListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
20984
|
+
AbstractFilterSelectorListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterSelectorListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
20985
|
+
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 });
|
|
20986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFilterSelectorListItemComponent, decorators: [{
|
|
20904
20987
|
type: Component,
|
|
20905
20988
|
args: [{
|
|
20906
20989
|
selector: 'ncc-abstract-filter-selector-list-item',
|
|
@@ -20935,9 +21018,9 @@ class AbstractOptionSelectorComponent {
|
|
|
20935
21018
|
.replace(/[\u0300-\u036f]/g, '').indexOf(filterValue) === 0);
|
|
20936
21019
|
}
|
|
20937
21020
|
}
|
|
20938
|
-
AbstractOptionSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20939
|
-
AbstractOptionSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21021
|
+
AbstractOptionSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractOptionSelectorComponent, deps: [{ token: SideMenuControl }], target: i0.ɵɵFactoryTarget.Component });
|
|
21022
|
+
AbstractOptionSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractOptionSelectorComponent, selector: "ncc-abstract-option-selector", ngImport: i0, template: '', isInline: true });
|
|
21023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractOptionSelectorComponent, decorators: [{
|
|
20941
21024
|
type: Component,
|
|
20942
21025
|
args: [{
|
|
20943
21026
|
selector: 'ncc-abstract-option-selector',
|
|
@@ -20971,9 +21054,9 @@ class AbstractViewWithHeadersComponent {
|
|
|
20971
21054
|
return !(((_a = this.config) === null || _a === void 0 ? void 0 : _a[ConfigParams.PANEL_HEADER]) === 'false');
|
|
20972
21055
|
}
|
|
20973
21056
|
}
|
|
20974
|
-
AbstractViewWithHeadersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20975
|
-
AbstractViewWithHeadersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21057
|
+
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 });
|
|
21058
|
+
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 });
|
|
21059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractViewWithHeadersComponent, decorators: [{
|
|
20977
21060
|
type: Component,
|
|
20978
21061
|
args: [{
|
|
20979
21062
|
selector: 'ncc-abstract-view-with-headers',
|
|
@@ -20992,9 +21075,9 @@ class AbstractTaskViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
20992
21075
|
super.ngOnDestroy();
|
|
20993
21076
|
}
|
|
20994
21077
|
}
|
|
20995
|
-
AbstractTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20996
|
-
AbstractTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21078
|
+
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 });
|
|
21079
|
+
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 });
|
|
21080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskViewComponent, decorators: [{
|
|
20998
21081
|
type: Component,
|
|
20999
21082
|
args: [{
|
|
21000
21083
|
selector: 'ncc-abstract-task-view',
|
|
@@ -21369,9 +21452,9 @@ class UserFiltersService {
|
|
|
21369
21452
|
};
|
|
21370
21453
|
}
|
|
21371
21454
|
}
|
|
21372
|
-
UserFiltersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21373
|
-
UserFiltersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
21374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21455
|
+
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 });
|
|
21456
|
+
UserFiltersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, providedIn: 'root' });
|
|
21457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, decorators: [{
|
|
21375
21458
|
type: Injectable,
|
|
21376
21459
|
args: [{
|
|
21377
21460
|
providedIn: 'root'
|
|
@@ -21413,9 +21496,9 @@ class AbstractSaveFilterComponent extends AbstractTaskViewComponent {
|
|
|
21413
21496
|
}
|
|
21414
21497
|
}
|
|
21415
21498
|
}
|
|
21416
|
-
AbstractSaveFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21417
|
-
AbstractSaveFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21499
|
+
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 });
|
|
21500
|
+
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 });
|
|
21501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSaveFilterComponent, decorators: [{
|
|
21419
21502
|
type: Component,
|
|
21420
21503
|
args: [{
|
|
21421
21504
|
selector: 'ncc-abstract-save-filter',
|
|
@@ -21479,9 +21562,9 @@ class AbstractCaseViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
21479
21562
|
}
|
|
21480
21563
|
}
|
|
21481
21564
|
}
|
|
21482
|
-
AbstractCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21483
|
-
AbstractCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21565
|
+
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 });
|
|
21566
|
+
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 });
|
|
21567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseViewComponent, decorators: [{
|
|
21485
21568
|
type: Component,
|
|
21486
21569
|
args: [{
|
|
21487
21570
|
selector: 'ncc-abstract-case-view',
|
|
@@ -21523,9 +21606,9 @@ class AbstractLoadFilterComponent extends AbstractCaseViewComponent {
|
|
|
21523
21606
|
});
|
|
21524
21607
|
}
|
|
21525
21608
|
}
|
|
21526
|
-
AbstractLoadFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21527
|
-
AbstractLoadFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21609
|
+
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 });
|
|
21610
|
+
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 });
|
|
21611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadFilterComponent, decorators: [{
|
|
21529
21612
|
type: Component,
|
|
21530
21613
|
args: [{
|
|
21531
21614
|
selector: 'ncc-abstract-load-filter',
|
|
@@ -21566,9 +21649,9 @@ class AbstractSideMenuContainerComponent {
|
|
|
21566
21649
|
return this.sideMenu.openedChange.asObservable();
|
|
21567
21650
|
}
|
|
21568
21651
|
}
|
|
21569
|
-
AbstractSideMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21570
|
-
AbstractSideMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21652
|
+
AbstractSideMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSideMenuContainerComponent, deps: [{ token: SideMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
|
21653
|
+
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 });
|
|
21654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSideMenuContainerComponent, decorators: [{
|
|
21572
21655
|
type: Component,
|
|
21573
21656
|
args: [{
|
|
21574
21657
|
selector: 'ncc-abstract-side-menu-container',
|
|
@@ -21583,18 +21666,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
21583
21666
|
|
|
21584
21667
|
class AlertDialogModule {
|
|
21585
21668
|
}
|
|
21586
|
-
AlertDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21587
|
-
AlertDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
21669
|
+
AlertDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21670
|
+
AlertDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, declarations: [AlertDialogComponent], imports: [CommonModule,
|
|
21588
21671
|
MaterialModule,
|
|
21589
21672
|
FormsModule,
|
|
21590
21673
|
FlexLayoutModule], exports: [AlertDialogComponent] });
|
|
21591
|
-
AlertDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
21674
|
+
AlertDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, imports: [[
|
|
21592
21675
|
CommonModule,
|
|
21593
21676
|
MaterialModule,
|
|
21594
21677
|
FormsModule,
|
|
21595
21678
|
FlexLayoutModule
|
|
21596
21679
|
]] });
|
|
21597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, decorators: [{
|
|
21598
21681
|
type: NgModule,
|
|
21599
21682
|
args: [{
|
|
21600
21683
|
declarations: [
|
|
@@ -21614,18 +21697,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
21614
21697
|
|
|
21615
21698
|
class ConfirmDialogModule {
|
|
21616
21699
|
}
|
|
21617
|
-
ConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21618
|
-
ConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
21700
|
+
ConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21701
|
+
ConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, declarations: [ConfirmDialogComponent], imports: [CommonModule,
|
|
21619
21702
|
MaterialModule,
|
|
21620
21703
|
FormsModule,
|
|
21621
21704
|
FlexLayoutModule], exports: [ConfirmDialogComponent] });
|
|
21622
|
-
ConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
21705
|
+
ConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, imports: [[
|
|
21623
21706
|
CommonModule,
|
|
21624
21707
|
MaterialModule,
|
|
21625
21708
|
FormsModule,
|
|
21626
21709
|
FlexLayoutModule
|
|
21627
21710
|
]] });
|
|
21628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, decorators: [{
|
|
21629
21712
|
type: NgModule,
|
|
21630
21713
|
args: [{
|
|
21631
21714
|
declarations: [
|
|
@@ -21645,20 +21728,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
21645
21728
|
|
|
21646
21729
|
class PromptDialogModule {
|
|
21647
21730
|
}
|
|
21648
|
-
PromptDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21649
|
-
PromptDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
21731
|
+
PromptDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21732
|
+
PromptDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, declarations: [PromptDialogComponent], imports: [CommonModule,
|
|
21650
21733
|
MaterialModule,
|
|
21651
21734
|
FormsModule,
|
|
21652
21735
|
FlexLayoutModule,
|
|
21653
21736
|
TranslateLibModule], exports: [PromptDialogComponent] });
|
|
21654
|
-
PromptDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
21737
|
+
PromptDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, imports: [[
|
|
21655
21738
|
CommonModule,
|
|
21656
21739
|
MaterialModule,
|
|
21657
21740
|
FormsModule,
|
|
21658
21741
|
FlexLayoutModule,
|
|
21659
21742
|
TranslateLibModule
|
|
21660
21743
|
]] });
|
|
21661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, decorators: [{
|
|
21662
21745
|
type: NgModule,
|
|
21663
21746
|
args: [{
|
|
21664
21747
|
declarations: [
|
|
@@ -21679,8 +21762,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
21679
21762
|
|
|
21680
21763
|
class DialogModule {
|
|
21681
21764
|
}
|
|
21682
|
-
DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21683
|
-
DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
21765
|
+
DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21766
|
+
DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, imports: [CommonModule,
|
|
21684
21767
|
MaterialModule,
|
|
21685
21768
|
FormsModule,
|
|
21686
21769
|
FlexLayoutModule,
|
|
@@ -21689,7 +21772,7 @@ DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
21689
21772
|
PromptDialogModule], exports: [AlertDialogModule,
|
|
21690
21773
|
ConfirmDialogModule,
|
|
21691
21774
|
PromptDialogModule] });
|
|
21692
|
-
DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
21775
|
+
DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, imports: [[
|
|
21693
21776
|
CommonModule,
|
|
21694
21777
|
MaterialModule,
|
|
21695
21778
|
FormsModule,
|
|
@@ -21700,7 +21783,7 @@ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
21700
21783
|
], AlertDialogModule,
|
|
21701
21784
|
ConfirmDialogModule,
|
|
21702
21785
|
PromptDialogModule] });
|
|
21703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
21786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, decorators: [{
|
|
21704
21787
|
type: NgModule,
|
|
21705
21788
|
args: [{
|
|
21706
21789
|
imports: [
|
|
@@ -22159,9 +22242,9 @@ class AbstractHeaderService {
|
|
|
22159
22242
|
}
|
|
22160
22243
|
AbstractHeaderService.DEFAULT_HEADER_COUNT = 5;
|
|
22161
22244
|
AbstractHeaderService.DEFAULT_HEADER_RESPONSIVITY = true;
|
|
22162
|
-
AbstractHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22163
|
-
AbstractHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22245
|
+
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 });
|
|
22246
|
+
AbstractHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderService });
|
|
22247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderService, decorators: [{
|
|
22165
22248
|
type: Injectable
|
|
22166
22249
|
}], ctorParameters: function () {
|
|
22167
22250
|
return [{ type: HeaderType }, { type: UserPreferenceService }, { type: LoggerService }, { type: ViewIdService, decorators: [{
|
|
@@ -22223,9 +22306,9 @@ class CaseHeaderService extends AbstractHeaderService {
|
|
|
22223
22306
|
}
|
|
22224
22307
|
}
|
|
22225
22308
|
}
|
|
22226
|
-
CaseHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22227
|
-
CaseHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22309
|
+
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 });
|
|
22310
|
+
CaseHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseHeaderService });
|
|
22311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseHeaderService, decorators: [{
|
|
22229
22312
|
type: Injectable
|
|
22230
22313
|
}], ctorParameters: function () {
|
|
22231
22314
|
return [{ type: AllowedNetsService }, { type: UserPreferenceService }, { type: LoggerService }, { type: ViewIdService, decorators: [{
|
|
@@ -22278,9 +22361,9 @@ class TaskHeaderService extends AbstractHeaderService {
|
|
|
22278
22361
|
this.subAllowedNets.unsubscribe();
|
|
22279
22362
|
}
|
|
22280
22363
|
}
|
|
22281
|
-
TaskHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22282
|
-
TaskHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22364
|
+
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 });
|
|
22365
|
+
TaskHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskHeaderService });
|
|
22366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskHeaderService, decorators: [{
|
|
22284
22367
|
type: Injectable
|
|
22285
22368
|
}], ctorParameters: function () {
|
|
22286
22369
|
return [{ type: AllowedNetsService }, { type: UserPreferenceService }, { type: LoggerService }, { type: ViewIdService, decorators: [{
|
|
@@ -22321,9 +22404,9 @@ class WorkflowHeaderService extends AbstractHeaderService {
|
|
|
22321
22404
|
restoreLastState() {
|
|
22322
22405
|
}
|
|
22323
22406
|
}
|
|
22324
|
-
WorkflowHeaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22325
|
-
WorkflowHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22407
|
+
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 });
|
|
22408
|
+
WorkflowHeaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowHeaderService });
|
|
22409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkflowHeaderService, decorators: [{
|
|
22327
22410
|
type: Injectable
|
|
22328
22411
|
}], ctorParameters: function () {
|
|
22329
22412
|
return [{ type: UserPreferenceService }, { type: LoggerService }, { type: ViewIdService, decorators: [{
|
|
@@ -22523,9 +22606,9 @@ class HeaderSearchService {
|
|
|
22523
22606
|
this._columnToConfiguration.delete(removedId);
|
|
22524
22607
|
}
|
|
22525
22608
|
}
|
|
22526
|
-
HeaderSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22527
|
-
HeaderSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22609
|
+
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 });
|
|
22610
|
+
HeaderSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderSearchService });
|
|
22611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderSearchService, decorators: [{
|
|
22529
22612
|
type: Injectable
|
|
22530
22613
|
}], ctorParameters: function () {
|
|
22531
22614
|
return [{ type: CategoryFactory }, { type: ProcessService }, { type: i1$2.TranslateService }, { type: LoggerService }, { type: SearchService, decorators: [{
|
|
@@ -22681,9 +22764,9 @@ class AbstractHeaderComponent {
|
|
|
22681
22764
|
});
|
|
22682
22765
|
}
|
|
22683
22766
|
}
|
|
22684
|
-
AbstractHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22685
|
-
AbstractHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22767
|
+
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 });
|
|
22768
|
+
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 });
|
|
22769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderComponent, decorators: [{
|
|
22687
22770
|
type: Component,
|
|
22688
22771
|
args: [{
|
|
22689
22772
|
selector: 'ncc-abstract-header',
|
|
@@ -22710,9 +22793,9 @@ class AbstractHeaderModeComponent {
|
|
|
22710
22793
|
return this.overflowWidth;
|
|
22711
22794
|
}
|
|
22712
22795
|
}
|
|
22713
|
-
AbstractHeaderModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22714
|
-
AbstractHeaderModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22796
|
+
AbstractHeaderModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22797
|
+
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 });
|
|
22798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHeaderModeComponent, decorators: [{
|
|
22716
22799
|
type: Component,
|
|
22717
22800
|
args: [{
|
|
22718
22801
|
selector: 'ncc-abstract-header-mode',
|
|
@@ -22731,9 +22814,9 @@ class AbstractSortModeComponent extends AbstractHeaderModeComponent {
|
|
|
22731
22814
|
this.headerService.sortHeaderChanged(parseInt(sortEvent.active.substring(0, firstDash), 10), sortEvent.active.substr(firstDash + 1, sortEvent.active.length), sortEvent.direction);
|
|
22732
22815
|
}
|
|
22733
22816
|
}
|
|
22734
|
-
AbstractSortModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22735
|
-
AbstractSortModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22817
|
+
AbstractSortModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22818
|
+
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 });
|
|
22819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSortModeComponent, decorators: [{
|
|
22737
22820
|
type: Component,
|
|
22738
22821
|
args: [{
|
|
22739
22822
|
selector: 'ncc-abstract-sort-mode',
|
|
@@ -22807,9 +22890,9 @@ class AbstractEditModeComponent extends AbstractHeaderModeComponent {
|
|
|
22807
22890
|
return true;
|
|
22808
22891
|
}
|
|
22809
22892
|
}
|
|
22810
|
-
AbstractEditModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22811
|
-
AbstractEditModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22893
|
+
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 });
|
|
22894
|
+
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 });
|
|
22895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEditModeComponent, decorators: [{
|
|
22813
22896
|
type: Component,
|
|
22814
22897
|
args: [{
|
|
22815
22898
|
selector: 'ncc-abstract-edit-mode',
|
|
@@ -22824,9 +22907,9 @@ class AbstractLoadingModeComponent extends AbstractHeaderModeComponent {
|
|
|
22824
22907
|
super();
|
|
22825
22908
|
}
|
|
22826
22909
|
}
|
|
22827
|
-
AbstractLoadingModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22828
|
-
AbstractLoadingModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22910
|
+
AbstractLoadingModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadingModeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22911
|
+
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 });
|
|
22912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoadingModeComponent, decorators: [{
|
|
22830
22913
|
type: Component,
|
|
22831
22914
|
args: [{
|
|
22832
22915
|
selector: 'ncc-abstract-loading-mode',
|
|
@@ -22914,9 +22997,9 @@ class AbstractSearchModeComponent extends AbstractHeaderModeComponent {
|
|
|
22914
22997
|
}
|
|
22915
22998
|
}
|
|
22916
22999
|
}
|
|
22917
|
-
AbstractSearchModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22918
|
-
AbstractSearchModeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23000
|
+
AbstractSearchModeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchModeComponent, deps: [{ token: SideMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23001
|
+
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 });
|
|
23002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchModeComponent, decorators: [{
|
|
22920
23003
|
type: Component,
|
|
22921
23004
|
args: [{
|
|
22922
23005
|
selector: 'ncc-abstract-seatch-mode',
|
|
@@ -22940,9 +23023,9 @@ class DashboardResourceService extends AbstractResourceService {
|
|
|
22940
23023
|
return this._resourceProvider.post$('/dashboard/search', this.SERVER_URL, jsonQuery, params);
|
|
22941
23024
|
}
|
|
22942
23025
|
}
|
|
22943
|
-
DashboardResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22944
|
-
DashboardResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23026
|
+
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 });
|
|
23027
|
+
DashboardResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DashboardResourceService, providedIn: 'root' });
|
|
23028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DashboardResourceService, decorators: [{
|
|
22946
23029
|
type: Injectable,
|
|
22947
23030
|
args: [{
|
|
22948
23031
|
providedIn: 'root'
|
|
@@ -22976,9 +23059,9 @@ class LdapGroupResourceService extends AbstractResourceService {
|
|
|
22976
23059
|
.pipe(map(r => this.changeType(r, undefined)));
|
|
22977
23060
|
}
|
|
22978
23061
|
}
|
|
22979
|
-
LdapGroupResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
22980
|
-
LdapGroupResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
22981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23062
|
+
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 });
|
|
23063
|
+
LdapGroupResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupResourceService, providedIn: 'root' });
|
|
23064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupResourceService, decorators: [{
|
|
22982
23065
|
type: Injectable,
|
|
22983
23066
|
args: [{
|
|
22984
23067
|
providedIn: 'root'
|
|
@@ -23008,9 +23091,9 @@ class PublicCaseResourceService extends CaseResourceService {
|
|
|
23008
23091
|
.pipe(map(r => this.changeType(r, undefined)));
|
|
23009
23092
|
}
|
|
23010
23093
|
}
|
|
23011
|
-
PublicCaseResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23012
|
-
PublicCaseResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23094
|
+
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 });
|
|
23095
|
+
PublicCaseResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicCaseResourceService, providedIn: 'root' });
|
|
23096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicCaseResourceService, decorators: [{
|
|
23014
23097
|
type: Injectable,
|
|
23015
23098
|
args: [{
|
|
23016
23099
|
providedIn: 'root'
|
|
@@ -23101,9 +23184,9 @@ class PublicPetriNetResourceService extends PetriNetResourceService {
|
|
|
23101
23184
|
.pipe(map(r => this.changeType(r, 'transitionReferences')));
|
|
23102
23185
|
}
|
|
23103
23186
|
}
|
|
23104
|
-
PublicPetriNetResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23105
|
-
PublicPetriNetResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23187
|
+
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 });
|
|
23188
|
+
PublicPetriNetResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicPetriNetResourceService, providedIn: 'root' });
|
|
23189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicPetriNetResourceService, decorators: [{
|
|
23107
23190
|
type: Injectable,
|
|
23108
23191
|
args: [{
|
|
23109
23192
|
providedIn: 'root'
|
|
@@ -23239,9 +23322,9 @@ class PublicTaskResourceService extends TaskResourceService {
|
|
|
23239
23322
|
* Delete file from the task
|
|
23240
23323
|
* DELETE
|
|
23241
23324
|
*/
|
|
23242
|
-
deleteFile(taskId, fieldId, name) {
|
|
23325
|
+
deleteFile(taskId, fieldId, name, param) {
|
|
23243
23326
|
const url = !!name ? `public/task/${taskId}/file/${fieldId}/${name}` : `public/task/${taskId}/file/${fieldId}`;
|
|
23244
|
-
return this._resourceProvider.delete$(url, this.SERVER_URL).pipe(map(r => this.changeType(r, undefined)));
|
|
23327
|
+
return this._resourceProvider.delete$(url, this.SERVER_URL, param).pipe(map(r => this.changeType(r, undefined)));
|
|
23245
23328
|
}
|
|
23246
23329
|
/**
|
|
23247
23330
|
* Download task file preview for field value
|
|
@@ -23262,9 +23345,9 @@ class PublicTaskResourceService extends TaskResourceService {
|
|
|
23262
23345
|
}), filter(value => !!value));
|
|
23263
23346
|
}
|
|
23264
23347
|
}
|
|
23265
|
-
PublicTaskResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23266
|
-
PublicTaskResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23348
|
+
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 });
|
|
23349
|
+
PublicTaskResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskResourceService, providedIn: 'root' });
|
|
23350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskResourceService, decorators: [{
|
|
23268
23351
|
type: Injectable,
|
|
23269
23352
|
args: [{
|
|
23270
23353
|
providedIn: 'root'
|
|
@@ -23321,9 +23404,9 @@ class AbstractQuickPanelComponent extends AbstractNavigationResizableDrawerCompo
|
|
|
23321
23404
|
return this._paperView.paperView;
|
|
23322
23405
|
}
|
|
23323
23406
|
}
|
|
23324
|
-
AbstractQuickPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23325
|
-
AbstractQuickPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
23326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23407
|
+
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 });
|
|
23408
|
+
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 });
|
|
23409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractQuickPanelComponent, decorators: [{
|
|
23327
23410
|
type: Component,
|
|
23328
23411
|
args: [{
|
|
23329
23412
|
selector: 'ncc-abstract-quick-panel',
|
|
@@ -23337,9 +23420,9 @@ class AbstractInternalLinkComponent {
|
|
|
23337
23420
|
constructor() {
|
|
23338
23421
|
}
|
|
23339
23422
|
}
|
|
23340
|
-
AbstractInternalLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23341
|
-
AbstractInternalLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
23342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23423
|
+
AbstractInternalLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractInternalLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
23424
|
+
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 });
|
|
23425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractInternalLinkComponent, decorators: [{
|
|
23343
23426
|
type: Component,
|
|
23344
23427
|
args: [{
|
|
23345
23428
|
selector: 'ncc-abstract-internal-link',
|
|
@@ -23369,9 +23452,9 @@ class AbstractLogoutShortcutComponent {
|
|
|
23369
23452
|
});
|
|
23370
23453
|
}
|
|
23371
23454
|
}
|
|
23372
|
-
AbstractLogoutShortcutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23373
|
-
AbstractLogoutShortcutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
23374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23455
|
+
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 });
|
|
23456
|
+
AbstractLogoutShortcutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLogoutShortcutComponent, selector: "ncc-abstract-logout-shortcut", ngImport: i0, template: '', isInline: true });
|
|
23457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLogoutShortcutComponent, decorators: [{
|
|
23375
23458
|
type: Component,
|
|
23376
23459
|
args: [{
|
|
23377
23460
|
selector: 'ncc-abstract-logout-shortcut',
|
|
@@ -23424,9 +23507,9 @@ class AbstractLanguageSelectorComponent {
|
|
|
23424
23507
|
this._select.setLanguage(lang, true);
|
|
23425
23508
|
}
|
|
23426
23509
|
}
|
|
23427
|
-
AbstractLanguageSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23428
|
-
AbstractLanguageSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
23429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23510
|
+
AbstractLanguageSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLanguageSelectorComponent, deps: [{ token: LanguageService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23511
|
+
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 });
|
|
23512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLanguageSelectorComponent, decorators: [{
|
|
23430
23513
|
type: Component,
|
|
23431
23514
|
args: [{
|
|
23432
23515
|
selector: 'ncc-abstract-language-selector',
|
|
@@ -23678,9 +23761,9 @@ class RoleGuardService {
|
|
|
23678
23761
|
}
|
|
23679
23762
|
}
|
|
23680
23763
|
}
|
|
23681
|
-
RoleGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23682
|
-
RoleGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23683
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23764
|
+
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 });
|
|
23765
|
+
RoleGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleGuardService, providedIn: AuthenticationModule });
|
|
23766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleGuardService, decorators: [{
|
|
23684
23767
|
type: Injectable,
|
|
23685
23768
|
args: [{
|
|
23686
23769
|
providedIn: AuthenticationModule
|
|
@@ -23706,9 +23789,9 @@ class AuthorityGuardService {
|
|
|
23706
23789
|
}
|
|
23707
23790
|
}
|
|
23708
23791
|
}
|
|
23709
|
-
AuthorityGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23710
|
-
AuthorityGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23792
|
+
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 });
|
|
23793
|
+
AuthorityGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, providedIn: AuthenticationModule });
|
|
23794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, decorators: [{
|
|
23712
23795
|
type: Injectable,
|
|
23713
23796
|
args: [{
|
|
23714
23797
|
providedIn: AuthenticationModule
|
|
@@ -23794,9 +23877,9 @@ class NextGroupService {
|
|
|
23794
23877
|
return this.ownerGroups;
|
|
23795
23878
|
}
|
|
23796
23879
|
}
|
|
23797
|
-
NextGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23798
|
-
NextGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23880
|
+
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 });
|
|
23881
|
+
NextGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, providedIn: 'root' });
|
|
23882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, decorators: [{
|
|
23800
23883
|
type: Injectable,
|
|
23801
23884
|
args: [{
|
|
23802
23885
|
providedIn: 'root'
|
|
@@ -23835,9 +23918,9 @@ class GroupGuardService {
|
|
|
23835
23918
|
+ ` Add group guard configuration for view at ${url}, or remove the guard.`);
|
|
23836
23919
|
}
|
|
23837
23920
|
}
|
|
23838
|
-
GroupGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23839
|
-
GroupGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23840
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23921
|
+
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 });
|
|
23922
|
+
GroupGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GroupGuardService, providedIn: AuthenticationModule });
|
|
23923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GroupGuardService, decorators: [{
|
|
23841
23924
|
type: Injectable,
|
|
23842
23925
|
args: [{
|
|
23843
23926
|
providedIn: AuthenticationModule
|
|
@@ -23903,9 +23986,9 @@ class AccessService {
|
|
|
23903
23986
|
return !view.access.hasOwnProperty('group') || this._groupGuard.canAccessView(view, url);
|
|
23904
23987
|
}
|
|
23905
23988
|
}
|
|
23906
|
-
AccessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23907
|
-
AccessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
23989
|
+
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 });
|
|
23990
|
+
AccessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AccessService, providedIn: 'root' });
|
|
23991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AccessService, decorators: [{
|
|
23909
23992
|
type: Injectable,
|
|
23910
23993
|
args: [{
|
|
23911
23994
|
providedIn: 'root'
|
|
@@ -23981,9 +24064,9 @@ class ActiveGroupService {
|
|
|
23981
24064
|
}
|
|
23982
24065
|
}
|
|
23983
24066
|
}
|
|
23984
|
-
ActiveGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23985
|
-
ActiveGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
23986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24067
|
+
ActiveGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, deps: [{ token: NextGroupService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
24068
|
+
ActiveGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, providedIn: 'root' });
|
|
24069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, decorators: [{
|
|
23987
24070
|
type: Injectable,
|
|
23988
24071
|
args: [{
|
|
23989
24072
|
providedIn: 'root'
|
|
@@ -24009,9 +24092,9 @@ class DynamicNavigationRouteProviderService {
|
|
|
24009
24092
|
return (_b = (_a = this._config.getServicesConfiguration()) === null || _a === void 0 ? void 0 : _a.groupNavigation) === null || _b === void 0 ? void 0 : _b.groupNavigationRoute;
|
|
24010
24093
|
}
|
|
24011
24094
|
}
|
|
24012
|
-
DynamicNavigationRouteProviderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24013
|
-
DynamicNavigationRouteProviderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
24014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24095
|
+
DynamicNavigationRouteProviderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DynamicNavigationRouteProviderService, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
24096
|
+
DynamicNavigationRouteProviderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DynamicNavigationRouteProviderService, providedIn: 'root' });
|
|
24097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DynamicNavigationRouteProviderService, decorators: [{
|
|
24015
24098
|
type: Injectable,
|
|
24016
24099
|
args: [{
|
|
24017
24100
|
providedIn: 'root'
|
|
@@ -24325,9 +24408,9 @@ class AbstractNavigationTreeComponent extends AbstractNavigationResizableDrawerC
|
|
|
24325
24408
|
return split;
|
|
24326
24409
|
}
|
|
24327
24410
|
}
|
|
24328
|
-
AbstractNavigationTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24329
|
-
AbstractNavigationTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
24330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24411
|
+
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 });
|
|
24412
|
+
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 });
|
|
24413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationTreeComponent, decorators: [{
|
|
24331
24414
|
type: Component,
|
|
24332
24415
|
args: [{
|
|
24333
24416
|
selector: 'ncc-abstract-navigation-tree',
|
|
@@ -24457,9 +24540,9 @@ class AbstractNavigationDrawerComponent {
|
|
|
24457
24540
|
this.contentWidth.next(this.width);
|
|
24458
24541
|
}
|
|
24459
24542
|
}
|
|
24460
|
-
AbstractNavigationDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24461
|
-
AbstractNavigationDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
24462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24543
|
+
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 });
|
|
24544
|
+
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 });
|
|
24545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDrawerComponent, decorators: [{
|
|
24463
24546
|
type: Component,
|
|
24464
24547
|
args: [{
|
|
24465
24548
|
selector: 'ncc-abstract-navigation-drawer',
|
|
@@ -24867,9 +24950,9 @@ class RoutingBuilderService {
|
|
|
24867
24950
|
return result;
|
|
24868
24951
|
}
|
|
24869
24952
|
}
|
|
24870
|
-
RoutingBuilderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24871
|
-
RoutingBuilderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
24872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24953
|
+
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 });
|
|
24954
|
+
RoutingBuilderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, providedIn: 'root' });
|
|
24955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, decorators: [{
|
|
24873
24956
|
type: Injectable,
|
|
24874
24957
|
args: [{
|
|
24875
24958
|
providedIn: 'root'
|
|
@@ -24903,9 +24986,9 @@ class UriResourceService extends AbstractResourceService {
|
|
|
24903
24986
|
return this._resourceProvider.get$('uri/' + btoa(uriPath), this.SERVER_URL).pipe(map(r => this.changeType(r, 'uriNode')));
|
|
24904
24987
|
}
|
|
24905
24988
|
}
|
|
24906
|
-
UriResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
24907
|
-
UriResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
24908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
24989
|
+
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 });
|
|
24990
|
+
UriResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriResourceService, providedIn: 'root' });
|
|
24991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriResourceService, decorators: [{
|
|
24909
24992
|
type: Injectable,
|
|
24910
24993
|
args: [{
|
|
24911
24994
|
providedIn: 'root'
|
|
@@ -25092,9 +25175,9 @@ class UriService {
|
|
|
25092
25175
|
}
|
|
25093
25176
|
}
|
|
25094
25177
|
UriService.ROOT = 'root';
|
|
25095
|
-
UriService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25096
|
-
UriService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
25097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25178
|
+
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 });
|
|
25179
|
+
UriService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriService, providedIn: 'root' });
|
|
25180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UriService, decorators: [{
|
|
25098
25181
|
type: Injectable,
|
|
25099
25182
|
args: [{
|
|
25100
25183
|
providedIn: 'root'
|
|
@@ -25434,9 +25517,9 @@ class AbstractNavigationDoubleDrawerComponent {
|
|
|
25434
25517
|
// this.contentWidth.next(this.width);
|
|
25435
25518
|
}
|
|
25436
25519
|
}
|
|
25437
|
-
AbstractNavigationDoubleDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25438
|
-
AbstractNavigationDoubleDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25520
|
+
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 });
|
|
25521
|
+
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 });
|
|
25522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDoubleDrawerComponent, decorators: [{
|
|
25440
25523
|
type: Component,
|
|
25441
25524
|
args: [{
|
|
25442
25525
|
selector: 'ncc-abstract-navigation-double-drawer',
|
|
@@ -25499,9 +25582,9 @@ class AbstractNavigationRailComponent {
|
|
|
25499
25582
|
this.expandChange.emit(this._expanded);
|
|
25500
25583
|
}
|
|
25501
25584
|
}
|
|
25502
|
-
AbstractNavigationRailComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25503
|
-
AbstractNavigationRailComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25585
|
+
AbstractNavigationRailComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationRailComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
25586
|
+
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 });
|
|
25587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationRailComponent, decorators: [{
|
|
25505
25588
|
type: Component,
|
|
25506
25589
|
args: [{
|
|
25507
25590
|
selector: 'ncc-abstract-navigation-rail',
|
|
@@ -25591,9 +25674,9 @@ class AbstractGroupNavigationComponentResolverComponent {
|
|
|
25591
25674
|
});
|
|
25592
25675
|
}
|
|
25593
25676
|
}
|
|
25594
|
-
AbstractGroupNavigationComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25595
|
-
AbstractGroupNavigationComponentResolverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25677
|
+
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 });
|
|
25678
|
+
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 });
|
|
25679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractGroupNavigationComponentResolverComponent, decorators: [{
|
|
25597
25680
|
type: Component,
|
|
25598
25681
|
args: [{
|
|
25599
25682
|
selector: 'ncc-abstract-group-nagiation-resolver',
|
|
@@ -25653,9 +25736,9 @@ class AbstractBreadcrumbsComponent {
|
|
|
25653
25736
|
}
|
|
25654
25737
|
AbstractBreadcrumbsComponent.DOTS = '...';
|
|
25655
25738
|
AbstractBreadcrumbsComponent.DELIMETER = '/';
|
|
25656
|
-
AbstractBreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25657
|
-
AbstractBreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25739
|
+
AbstractBreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBreadcrumbsComponent, deps: [{ token: UriService }], target: i0.ɵɵFactoryTarget.Component });
|
|
25740
|
+
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 });
|
|
25741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBreadcrumbsComponent, decorators: [{
|
|
25659
25742
|
type: Component,
|
|
25660
25743
|
args: [{
|
|
25661
25744
|
selector: 'ncc-breadcrumbs-component',
|
|
@@ -25726,9 +25809,9 @@ class FilterExtractionService {
|
|
|
25726
25809
|
}
|
|
25727
25810
|
// the same regexs is used in a backend filter process action. Please keep them in sync
|
|
25728
25811
|
FilterExtractionService.UNTABBED_VIEW_ID_EXTRACTOR = '^.*?(-\\d+)?$';
|
|
25729
|
-
FilterExtractionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25730
|
-
FilterExtractionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
25731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
25812
|
+
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 });
|
|
25813
|
+
FilterExtractionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterExtractionService, providedIn: 'root' });
|
|
25814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterExtractionService, decorators: [{
|
|
25732
25815
|
type: Injectable,
|
|
25733
25816
|
args: [{
|
|
25734
25817
|
providedIn: 'root'
|
|
@@ -25936,9 +26019,9 @@ class AbstractTabbedCaseViewComponent extends AbstractCaseViewComponent {
|
|
|
25936
26019
|
}, this._autoswitchToTaskTab, this._openExistingTab);
|
|
25937
26020
|
}
|
|
25938
26021
|
}
|
|
25939
|
-
AbstractTabbedCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25940
|
-
AbstractTabbedCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26022
|
+
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 });
|
|
26023
|
+
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 });
|
|
26024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedCaseViewComponent, decorators: [{
|
|
25942
26025
|
type: Component,
|
|
25943
26026
|
args: [{
|
|
25944
26027
|
selector: 'ncc-abstract-tabbed-case-view',
|
|
@@ -25979,9 +26062,9 @@ class AbstractTabbedTaskViewComponent extends AbstractTaskViewComponent {
|
|
|
25979
26062
|
this.subTaskView.unsubscribe();
|
|
25980
26063
|
}
|
|
25981
26064
|
}
|
|
25982
|
-
AbstractTabbedTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
25983
|
-
AbstractTabbedTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
25984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26065
|
+
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 });
|
|
26066
|
+
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 });
|
|
26067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedTaskViewComponent, decorators: [{
|
|
25985
26068
|
type: Component,
|
|
25986
26069
|
args: [{
|
|
25987
26070
|
selector: 'ncc-abstract-tabbed-task-view',
|
|
@@ -26006,9 +26089,9 @@ class TreeCaseViewService {
|
|
|
26006
26089
|
this.reloadCase$.complete();
|
|
26007
26090
|
}
|
|
26008
26091
|
}
|
|
26009
|
-
TreeCaseViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
26010
|
-
TreeCaseViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
26011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26092
|
+
TreeCaseViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeCaseViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
26093
|
+
TreeCaseViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeCaseViewService });
|
|
26094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeCaseViewService, decorators: [{
|
|
26012
26095
|
type: Injectable
|
|
26013
26096
|
}], ctorParameters: function () { return []; } });
|
|
26014
26097
|
|
|
@@ -26846,9 +26929,9 @@ class CaseTreeService {
|
|
|
26846
26929
|
}
|
|
26847
26930
|
}
|
|
26848
26931
|
CaseTreeService.DEFAULT_PAGE_SIZE = 50;
|
|
26849
|
-
CaseTreeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
26850
|
-
CaseTreeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
26851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26932
|
+
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 });
|
|
26933
|
+
CaseTreeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseTreeService });
|
|
26934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CaseTreeService, decorators: [{
|
|
26852
26935
|
type: Injectable
|
|
26853
26936
|
}], ctorParameters: function () {
|
|
26854
26937
|
return [{ type: CaseResourceService }, { type: TreeCaseViewService }, { type: TaskResourceService }, { type: LoggerService }, { type: ProcessService }, { type: SideMenuService }, { type: i1$2.TranslateService }, { type: undefined, decorators: [{
|
|
@@ -27095,9 +27178,9 @@ class TreeTaskContentService {
|
|
|
27095
27178
|
return `${this._selectedCaseService.selectedCase.stringId}#${this.getTransitionId(this._selectedCaseService.selectedCase)}`;
|
|
27096
27179
|
}
|
|
27097
27180
|
}
|
|
27098
|
-
TreeTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27099
|
-
TreeTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
27100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27181
|
+
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 });
|
|
27182
|
+
TreeTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeTaskContentService });
|
|
27183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeTaskContentService, decorators: [{
|
|
27101
27184
|
type: Injectable
|
|
27102
27185
|
}], ctorParameters: function () {
|
|
27103
27186
|
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: [{
|
|
@@ -27117,9 +27200,9 @@ class PublicTaskLoadingService {
|
|
|
27117
27200
|
this._loading$.next(bool);
|
|
27118
27201
|
}
|
|
27119
27202
|
}
|
|
27120
|
-
PublicTaskLoadingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27121
|
-
PublicTaskLoadingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
27122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27203
|
+
PublicTaskLoadingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskLoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
27204
|
+
PublicTaskLoadingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskLoadingService });
|
|
27205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicTaskLoadingService, decorators: [{
|
|
27123
27206
|
type: Injectable
|
|
27124
27207
|
}], ctorParameters: function () { return []; } });
|
|
27125
27208
|
|
|
@@ -27179,9 +27262,9 @@ class AbstractWorkflowViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
27179
27262
|
}
|
|
27180
27263
|
}
|
|
27181
27264
|
}
|
|
27182
|
-
AbstractWorkflowViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27183
|
-
AbstractWorkflowViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27265
|
+
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 });
|
|
27266
|
+
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 });
|
|
27267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowViewComponent, decorators: [{
|
|
27185
27268
|
type: Component,
|
|
27186
27269
|
args: [{
|
|
27187
27270
|
selector: 'ncc-abstract-workflow-view',
|
|
@@ -27240,9 +27323,9 @@ class AbstractDefaultCaseListComponent extends TabbedVirtualScrollComponent {
|
|
|
27240
27323
|
});
|
|
27241
27324
|
}
|
|
27242
27325
|
}
|
|
27243
|
-
AbstractDefaultCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27244
|
-
AbstractDefaultCaseListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27326
|
+
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 });
|
|
27327
|
+
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 });
|
|
27328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultCaseListComponent, decorators: [{
|
|
27246
27329
|
type: Component,
|
|
27247
27330
|
args: [{
|
|
27248
27331
|
selector: 'ncc-abstract-default-case-list',
|
|
@@ -27295,9 +27378,9 @@ class AbstractCaseListComponent extends AbstractDefaultCaseListComponent {
|
|
|
27295
27378
|
this._caseViewService.nextPage(this.viewport.getRenderedRange(), this.viewport.getDataLength());
|
|
27296
27379
|
}
|
|
27297
27380
|
}
|
|
27298
|
-
AbstractCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27299
|
-
AbstractCaseListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27381
|
+
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 });
|
|
27382
|
+
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 });
|
|
27383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListComponent, decorators: [{
|
|
27301
27384
|
type: Component,
|
|
27302
27385
|
args: [{
|
|
27303
27386
|
selector: 'ncc-abstract-case-list',
|
|
@@ -27339,9 +27422,9 @@ class AbstractCaseListPaginatorComponent extends AbstractDefaultCaseListComponen
|
|
|
27339
27422
|
return caze.stringId;
|
|
27340
27423
|
}
|
|
27341
27424
|
}
|
|
27342
|
-
AbstractCaseListPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27343
|
-
AbstractCaseListPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27425
|
+
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 });
|
|
27426
|
+
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 });
|
|
27427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListPaginatorComponent, decorators: [{
|
|
27345
27428
|
type: Component,
|
|
27346
27429
|
args: [{
|
|
27347
27430
|
selector: 'ncc-abstract-case-list-paginator',
|
|
@@ -27487,9 +27570,9 @@ class AbstractTreeComponent {
|
|
|
27487
27570
|
this._treeService.expandPath(path);
|
|
27488
27571
|
}
|
|
27489
27572
|
}
|
|
27490
|
-
AbstractTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27491
|
-
AbstractTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27573
|
+
AbstractTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTreeComponent, deps: [{ token: CaseTreeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27574
|
+
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 });
|
|
27575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTreeComponent, decorators: [{
|
|
27493
27576
|
type: Component,
|
|
27494
27577
|
args: [{
|
|
27495
27578
|
selector: 'ncc-abstract-tree',
|
|
@@ -27516,9 +27599,9 @@ class AbstractAddChildNodeComponent {
|
|
|
27516
27599
|
this._treeService.addChildNode(this.node);
|
|
27517
27600
|
}
|
|
27518
27601
|
}
|
|
27519
|
-
AbstractAddChildNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27520
|
-
AbstractAddChildNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27602
|
+
AbstractAddChildNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAddChildNodeComponent, deps: [{ token: CaseTreeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27603
|
+
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 });
|
|
27604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAddChildNodeComponent, decorators: [{
|
|
27522
27605
|
type: Component,
|
|
27523
27606
|
args: [{
|
|
27524
27607
|
selector: 'ncc-abstract-add-child-node',
|
|
@@ -27537,9 +27620,9 @@ class AbstractRemoveNodeComponent {
|
|
|
27537
27620
|
this._treeService.removeNode(this.node);
|
|
27538
27621
|
}
|
|
27539
27622
|
}
|
|
27540
|
-
AbstractRemoveNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27541
|
-
AbstractRemoveNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27623
|
+
AbstractRemoveNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRemoveNodeComponent, deps: [{ token: CaseTreeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
27624
|
+
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 });
|
|
27625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRemoveNodeComponent, decorators: [{
|
|
27543
27626
|
type: Component,
|
|
27544
27627
|
args: [{
|
|
27545
27628
|
selector: 'ncc-abstract-remove-node',
|
|
@@ -27599,9 +27682,9 @@ class AbstractTreeTaskContentComponent {
|
|
|
27599
27682
|
return this._treeTaskContentService.taskContentText$;
|
|
27600
27683
|
}
|
|
27601
27684
|
}
|
|
27602
|
-
AbstractTreeTaskContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27603
|
-
AbstractTreeTaskContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27685
|
+
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 });
|
|
27686
|
+
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 });
|
|
27687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTreeTaskContentComponent, decorators: [{
|
|
27605
27688
|
type: Component,
|
|
27606
27689
|
args: [{
|
|
27607
27690
|
selector: 'ncc-abstract-tree-task-content',
|
|
@@ -27620,14 +27703,17 @@ class AbstractSingleTaskViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
27620
27703
|
this.taskViewService = taskViewService;
|
|
27621
27704
|
this.initiallyExpanded = true;
|
|
27622
27705
|
this.preventCollapse = true;
|
|
27623
|
-
this.
|
|
27706
|
+
this.taskPanelData = new ReplaySubject(1);
|
|
27624
27707
|
this.subRoute = this._activatedRoute.paramMap.subscribe(paramMap => {
|
|
27625
27708
|
var _a;
|
|
27626
27709
|
if (!!((_a = paramMap === null || paramMap === void 0 ? void 0 : paramMap['params']) === null || _a === void 0 ? void 0 : _a[TaskConst.TRANSITION_ID])) {
|
|
27627
27710
|
this.transitionId = paramMap['params'][TaskConst.TRANSITION_ID];
|
|
27628
|
-
this.
|
|
27629
|
-
|
|
27630
|
-
|
|
27711
|
+
this.subPanelData.unsubscribe();
|
|
27712
|
+
this.subPanelData = this.taskViewService.tasks$.subscribe(tasks => {
|
|
27713
|
+
if (!!tasks && tasks.length > 0) {
|
|
27714
|
+
this.taskPanelData.next(this.resolveTransitionTask(tasks));
|
|
27715
|
+
}
|
|
27716
|
+
});
|
|
27631
27717
|
}
|
|
27632
27718
|
});
|
|
27633
27719
|
this.loading$ = this.taskViewService.loading$;
|
|
@@ -27635,8 +27721,12 @@ class AbstractSingleTaskViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
27635
27721
|
ngOnDestroy() {
|
|
27636
27722
|
super.ngOnDestroy();
|
|
27637
27723
|
this.subRoute.unsubscribe();
|
|
27638
|
-
this.
|
|
27639
|
-
|
|
27724
|
+
if (!!this.subPanelData) {
|
|
27725
|
+
this.subPanelData.unsubscribe();
|
|
27726
|
+
}
|
|
27727
|
+
}
|
|
27728
|
+
get task$() {
|
|
27729
|
+
return this.taskPanelData.asObservable();
|
|
27640
27730
|
}
|
|
27641
27731
|
resolveTransitionTask(tasks) {
|
|
27642
27732
|
const transitionTask = tasks.find(t => t.task.transitionId === this.transitionId);
|
|
@@ -27646,9 +27736,9 @@ class AbstractSingleTaskViewComponent extends AbstractViewWithHeadersComponent {
|
|
|
27646
27736
|
return transitionTask;
|
|
27647
27737
|
}
|
|
27648
27738
|
}
|
|
27649
|
-
AbstractSingleTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27650
|
-
AbstractSingleTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27739
|
+
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 });
|
|
27740
|
+
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 });
|
|
27741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskViewComponent, decorators: [{
|
|
27652
27742
|
type: Component,
|
|
27653
27743
|
args: [{
|
|
27654
27744
|
selector: 'ncc-abstract-single-task-view',
|
|
@@ -27669,9 +27759,9 @@ class PublicProcessService extends ProcessService {
|
|
|
27669
27759
|
this._logger = _logger;
|
|
27670
27760
|
}
|
|
27671
27761
|
}
|
|
27672
|
-
PublicProcessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27673
|
-
PublicProcessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
27674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27762
|
+
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 });
|
|
27763
|
+
PublicProcessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicProcessService, providedIn: 'root' });
|
|
27764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicProcessService, decorators: [{
|
|
27675
27765
|
type: Injectable,
|
|
27676
27766
|
args: [{
|
|
27677
27767
|
providedIn: 'root'
|
|
@@ -27735,9 +27825,9 @@ class AbstractCountCardComponent {
|
|
|
27735
27825
|
this.subCount.unsubscribe();
|
|
27736
27826
|
}
|
|
27737
27827
|
}
|
|
27738
|
-
AbstractCountCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27739
|
-
AbstractCountCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27828
|
+
AbstractCountCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCountCardComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
27829
|
+
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 });
|
|
27830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCountCardComponent, decorators: [{
|
|
27741
27831
|
type: Component,
|
|
27742
27832
|
args: [{
|
|
27743
27833
|
selector: 'ncc-abstract-count-card',
|
|
@@ -27756,9 +27846,9 @@ class AbstractIframeCardComponent {
|
|
|
27756
27846
|
this.sanitizedURL = this._sanitizer.bypassSecurityTrustResourceUrl(this.card.url);
|
|
27757
27847
|
}
|
|
27758
27848
|
}
|
|
27759
|
-
AbstractIframeCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27760
|
-
AbstractIframeCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27849
|
+
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 });
|
|
27850
|
+
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 });
|
|
27851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractIframeCardComponent, decorators: [{
|
|
27762
27852
|
type: Component,
|
|
27763
27853
|
args: [{
|
|
27764
27854
|
selector: 'ncc-abstract-iframe-card',
|
|
@@ -27810,9 +27900,9 @@ class AbstractCustomCardComponent {
|
|
|
27810
27900
|
return this.card.resourceType.toLowerCase();
|
|
27811
27901
|
}
|
|
27812
27902
|
}
|
|
27813
|
-
AbstractCustomCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27814
|
-
AbstractCustomCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
27903
|
+
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 });
|
|
27904
|
+
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 });
|
|
27905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCustomCardComponent, decorators: [{
|
|
27816
27906
|
type: Component,
|
|
27817
27907
|
args: [{
|
|
27818
27908
|
selector: 'ncc-abstract-custom-card',
|
|
@@ -27960,9 +28050,9 @@ class AbstractDashboardContentComponent {
|
|
|
27960
28050
|
this.gridElements = gridLayoutHelper.fillBlankSpace(this.params.cards, this.params.columns);
|
|
27961
28051
|
}
|
|
27962
28052
|
}
|
|
27963
|
-
AbstractDashboardContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27964
|
-
AbstractDashboardContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
27965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28053
|
+
AbstractDashboardContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDashboardContentComponent, deps: [{ token: LoggerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
28054
|
+
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 });
|
|
28055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDashboardContentComponent, decorators: [{
|
|
27966
28056
|
type: Component,
|
|
27967
28057
|
args: [{
|
|
27968
28058
|
selector: 'ncc-abstract-dashboard-content',
|
|
@@ -27988,21 +28078,21 @@ const NAE_FILTERS_FILTER = new InjectionToken('NaeFiltersFilter');
|
|
|
27988
28078
|
|
|
27989
28079
|
class SnackBarModule {
|
|
27990
28080
|
}
|
|
27991
|
-
SnackBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27992
|
-
SnackBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
28081
|
+
SnackBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28082
|
+
SnackBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, declarations: [GenericSnackBarComponent,
|
|
27993
28083
|
WarningSnackBarComponent,
|
|
27994
28084
|
ErrorSnackBarComponent,
|
|
27995
28085
|
SuccessSnackBarComponent], imports: [CommonModule,
|
|
27996
28086
|
MaterialModule,
|
|
27997
28087
|
FlexLayoutModule,
|
|
27998
28088
|
FlexModule] });
|
|
27999
|
-
SnackBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
28089
|
+
SnackBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, imports: [[
|
|
28000
28090
|
CommonModule,
|
|
28001
28091
|
MaterialModule,
|
|
28002
28092
|
FlexLayoutModule,
|
|
28003
28093
|
FlexModule
|
|
28004
28094
|
]] });
|
|
28005
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, decorators: [{
|
|
28006
28096
|
type: NgModule,
|
|
28007
28097
|
args: [{
|
|
28008
28098
|
declarations: [
|
|
@@ -28134,9 +28224,9 @@ class AdvancedSearchComponentInitializationService {
|
|
|
28134
28224
|
this._initialized.on();
|
|
28135
28225
|
}
|
|
28136
28226
|
}
|
|
28137
|
-
AdvancedSearchComponentInitializationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28138
|
-
AdvancedSearchComponentInitializationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
28139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28227
|
+
AdvancedSearchComponentInitializationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AdvancedSearchComponentInitializationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
28228
|
+
AdvancedSearchComponentInitializationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AdvancedSearchComponentInitializationService });
|
|
28229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AdvancedSearchComponentInitializationService, decorators: [{
|
|
28140
28230
|
type: Injectable
|
|
28141
28231
|
}], ctorParameters: function () { return []; } });
|
|
28142
28232
|
|
|
@@ -28302,9 +28392,9 @@ class AbstractSearchComponent {
|
|
|
28302
28392
|
});
|
|
28303
28393
|
}
|
|
28304
28394
|
}
|
|
28305
|
-
AbstractSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28306
|
-
AbstractSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28395
|
+
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 });
|
|
28396
|
+
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 });
|
|
28397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchComponent, decorators: [{
|
|
28308
28398
|
type: Component,
|
|
28309
28399
|
args: [{
|
|
28310
28400
|
selector: 'ncc-abstract-search',
|
|
@@ -28364,9 +28454,9 @@ class AbstractFulltextSearchComponent {
|
|
|
28364
28454
|
});
|
|
28365
28455
|
}
|
|
28366
28456
|
}
|
|
28367
|
-
AbstractFulltextSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28368
|
-
AbstractFulltextSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28457
|
+
AbstractFulltextSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFulltextSearchComponent, deps: [{ token: SearchService }], target: i0.ɵɵFactoryTarget.Component });
|
|
28458
|
+
AbstractFulltextSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractFulltextSearchComponent, selector: "ncc-abstract-fulltext-search", ngImport: i0, template: '', isInline: true });
|
|
28459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFulltextSearchComponent, decorators: [{
|
|
28370
28460
|
type: Component,
|
|
28371
28461
|
args: [{
|
|
28372
28462
|
selector: 'ncc-abstract-fulltext-search',
|
|
@@ -28416,9 +28506,9 @@ class AbstractAdvancedSearchComponent {
|
|
|
28416
28506
|
}
|
|
28417
28507
|
}
|
|
28418
28508
|
}
|
|
28419
|
-
AbstractAdvancedSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28420
|
-
AbstractAdvancedSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28509
|
+
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 });
|
|
28510
|
+
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 });
|
|
28511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAdvancedSearchComponent, decorators: [{
|
|
28422
28512
|
type: Component,
|
|
28423
28513
|
args: [{
|
|
28424
28514
|
selector: 'ncc-abstract-advanced-search',
|
|
@@ -28471,9 +28561,9 @@ class AbstractSearchClauseComponent {
|
|
|
28471
28561
|
this.predicate.addNewElementaryPredicate();
|
|
28472
28562
|
}
|
|
28473
28563
|
}
|
|
28474
|
-
AbstractSearchClauseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28475
|
-
AbstractSearchClauseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28564
|
+
AbstractSearchClauseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchClauseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28565
|
+
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 });
|
|
28566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchClauseComponent, decorators: [{
|
|
28477
28567
|
type: Component,
|
|
28478
28568
|
args: [{
|
|
28479
28569
|
selector: 'ncc-abstract-search-clause',
|
|
@@ -28612,9 +28702,9 @@ class AbstractSearchPredicateComponent {
|
|
|
28612
28702
|
}
|
|
28613
28703
|
}
|
|
28614
28704
|
}
|
|
28615
|
-
AbstractSearchPredicateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28616
|
-
AbstractSearchPredicateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28705
|
+
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 });
|
|
28706
|
+
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 });
|
|
28707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchPredicateComponent, decorators: [{
|
|
28618
28708
|
type: Component,
|
|
28619
28709
|
args: [{
|
|
28620
28710
|
selector: 'ncc-abstract-search-predicate',
|
|
@@ -28725,9 +28815,9 @@ class AbstractSearchOperandInputComponent {
|
|
|
28725
28815
|
&& this.inputFormControl.value !== null;
|
|
28726
28816
|
}
|
|
28727
28817
|
}
|
|
28728
|
-
AbstractSearchOperandInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28729
|
-
AbstractSearchOperandInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28818
|
+
AbstractSearchOperandInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchOperandInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28819
|
+
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 });
|
|
28820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchOperandInputComponent, decorators: [{
|
|
28731
28821
|
type: Component,
|
|
28732
28822
|
args: [{
|
|
28733
28823
|
selector: 'ncc-abstract-search-operand-input',
|
|
@@ -28815,9 +28905,9 @@ class AbstractSearchConfigurationInputComponent {
|
|
|
28815
28905
|
return option ? option.text : '';
|
|
28816
28906
|
}
|
|
28817
28907
|
}
|
|
28818
|
-
AbstractSearchConfigurationInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28819
|
-
AbstractSearchConfigurationInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28908
|
+
AbstractSearchConfigurationInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchConfigurationInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28909
|
+
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 });
|
|
28910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSearchConfigurationInputComponent, decorators: [{
|
|
28821
28911
|
type: Component,
|
|
28822
28912
|
args: [{
|
|
28823
28913
|
selector: 'ncc-abstract-search-configuration-input',
|
|
@@ -28890,9 +28980,9 @@ function defaultTaskSearchCategoriesFactory(factory) {
|
|
|
28890
28980
|
|
|
28891
28981
|
class DefaultSearchCategoriesModule {
|
|
28892
28982
|
}
|
|
28893
|
-
DefaultSearchCategoriesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
28894
|
-
DefaultSearchCategoriesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
28895
|
-
DefaultSearchCategoriesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
28983
|
+
DefaultSearchCategoriesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DefaultSearchCategoriesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28984
|
+
DefaultSearchCategoriesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DefaultSearchCategoriesModule });
|
|
28985
|
+
DefaultSearchCategoriesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DefaultSearchCategoriesModule, providers: [
|
|
28896
28986
|
{
|
|
28897
28987
|
provide: NAE_DEFAULT_CASE_SEARCH_CATEGORIES,
|
|
28898
28988
|
useValue: [
|
|
@@ -28916,7 +29006,7 @@ DefaultSearchCategoriesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12
|
|
|
28916
29006
|
]
|
|
28917
29007
|
}
|
|
28918
29008
|
], imports: [[]] });
|
|
28919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DefaultSearchCategoriesModule, decorators: [{
|
|
28920
29010
|
type: NgModule,
|
|
28921
29011
|
args: [{
|
|
28922
29012
|
declarations: [],
|
|
@@ -29116,9 +29206,9 @@ class RoleAssignmentService {
|
|
|
29116
29206
|
return this._processList;
|
|
29117
29207
|
}
|
|
29118
29208
|
}
|
|
29119
|
-
RoleAssignmentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29120
|
-
RoleAssignmentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29209
|
+
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 });
|
|
29210
|
+
RoleAssignmentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentService });
|
|
29211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentService, decorators: [{
|
|
29122
29212
|
type: Injectable
|
|
29123
29213
|
}], ctorParameters: function () { return [{ type: UserResourceService }, { type: PetriNetResourceService }, { type: SnackBarService }, { type: LoggerService }, { type: i1$2.TranslateService }]; } });
|
|
29124
29214
|
|
|
@@ -29190,9 +29280,9 @@ class AbstractRoleAssignmentComponent {
|
|
|
29190
29280
|
});
|
|
29191
29281
|
}
|
|
29192
29282
|
}
|
|
29193
|
-
AbstractRoleAssignmentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29194
|
-
AbstractRoleAssignmentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
29195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29283
|
+
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 });
|
|
29284
|
+
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 });
|
|
29285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRoleAssignmentComponent, decorators: [{
|
|
29196
29286
|
type: Component,
|
|
29197
29287
|
args: [{
|
|
29198
29288
|
selector: 'ncc-abstract-role',
|
|
@@ -29215,9 +29305,9 @@ class UserInviteService {
|
|
|
29215
29305
|
return this._processList;
|
|
29216
29306
|
}
|
|
29217
29307
|
}
|
|
29218
|
-
UserInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29219
|
-
UserInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29308
|
+
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 });
|
|
29309
|
+
UserInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserInviteService, providedIn: 'root' });
|
|
29310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserInviteService, decorators: [{
|
|
29221
29311
|
type: Injectable,
|
|
29222
29312
|
args: [{
|
|
29223
29313
|
providedIn: 'root'
|
|
@@ -29263,9 +29353,9 @@ class OrganizationListService {
|
|
|
29263
29353
|
});
|
|
29264
29354
|
}
|
|
29265
29355
|
}
|
|
29266
|
-
OrganizationListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29267
|
-
OrganizationListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29356
|
+
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 });
|
|
29357
|
+
OrganizationListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OrganizationListService, providedIn: 'root' });
|
|
29358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OrganizationListService, decorators: [{
|
|
29269
29359
|
type: Injectable,
|
|
29270
29360
|
args: [{
|
|
29271
29361
|
providedIn: 'root'
|
|
@@ -29345,9 +29435,9 @@ class AbstractUserInviteComponent {
|
|
|
29345
29435
|
});
|
|
29346
29436
|
}
|
|
29347
29437
|
}
|
|
29348
|
-
AbstractUserInviteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29349
|
-
AbstractUserInviteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
29350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29438
|
+
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 });
|
|
29439
|
+
AbstractUserInviteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserInviteComponent, selector: "ncc-abstract-user-invite", ngImport: i0, template: '', isInline: true });
|
|
29440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserInviteComponent, decorators: [{
|
|
29351
29441
|
type: Component,
|
|
29352
29442
|
args: [{
|
|
29353
29443
|
selector: 'ncc-abstract-user-invite',
|
|
@@ -29515,9 +29605,9 @@ class LdapGroupListService {
|
|
|
29515
29605
|
return params;
|
|
29516
29606
|
}
|
|
29517
29607
|
}
|
|
29518
|
-
LdapGroupListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29519
|
-
LdapGroupListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29608
|
+
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 });
|
|
29609
|
+
LdapGroupListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService });
|
|
29610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService, decorators: [{
|
|
29521
29611
|
type: Injectable
|
|
29522
29612
|
}], ctorParameters: function () { return [{ type: LdapGroupResourceService }, { type: LoggerService }, { type: SnackBarService }, { type: i1$2.TranslateService }]; } });
|
|
29523
29613
|
|
|
@@ -29538,9 +29628,9 @@ class RoleAssignmentLdapGroupService {
|
|
|
29538
29628
|
return this._processList;
|
|
29539
29629
|
}
|
|
29540
29630
|
}
|
|
29541
|
-
RoleAssignmentLdapGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29542
|
-
RoleAssignmentLdapGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29631
|
+
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 });
|
|
29632
|
+
RoleAssignmentLdapGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentLdapGroupService });
|
|
29633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoleAssignmentLdapGroupService, decorators: [{
|
|
29544
29634
|
type: Injectable
|
|
29545
29635
|
}], ctorParameters: function () { return [{ type: LdapGroupResourceService }, { type: PetriNetResourceService }, { type: SnackBarService }, { type: LoggerService }, { type: i1$2.TranslateService }]; } });
|
|
29546
29636
|
|
|
@@ -29610,9 +29700,9 @@ class AbstractLdapGroupRoleAssignmentComponent {
|
|
|
29610
29700
|
});
|
|
29611
29701
|
}
|
|
29612
29702
|
}
|
|
29613
|
-
AbstractLdapGroupRoleAssignmentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29614
|
-
AbstractLdapGroupRoleAssignmentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
29615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29703
|
+
AbstractLdapGroupRoleAssignmentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLdapGroupRoleAssignmentComponent, deps: [{ token: RoleAssignmentLdapGroupService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29704
|
+
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 });
|
|
29705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLdapGroupRoleAssignmentComponent, decorators: [{
|
|
29616
29706
|
type: Component,
|
|
29617
29707
|
args: [{
|
|
29618
29708
|
selector: 'ncc-abstract-ldap-group-role-assignment',
|
|
@@ -29727,9 +29817,9 @@ class MockAuthenticationService extends AuthenticationService {
|
|
|
29727
29817
|
return of(true);
|
|
29728
29818
|
}
|
|
29729
29819
|
}
|
|
29730
|
-
MockAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29731
|
-
MockAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29732
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29820
|
+
MockAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
29821
|
+
MockAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService });
|
|
29822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService, decorators: [{
|
|
29733
29823
|
type: Injectable
|
|
29734
29824
|
}] });
|
|
29735
29825
|
|
|
@@ -29764,9 +29854,9 @@ class MockUserPreferenceService {
|
|
|
29764
29854
|
return of();
|
|
29765
29855
|
}
|
|
29766
29856
|
}
|
|
29767
|
-
MockUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29768
|
-
MockUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29857
|
+
MockUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserPreferenceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29858
|
+
MockUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserPreferenceService, providedIn: 'root' });
|
|
29859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserPreferenceService, decorators: [{
|
|
29770
29860
|
type: Injectable,
|
|
29771
29861
|
args: [{
|
|
29772
29862
|
providedIn: 'root'
|
|
@@ -29815,9 +29905,9 @@ class MockUserResourceService {
|
|
|
29815
29905
|
throw new Error('Method not yet mocked - updateUser');
|
|
29816
29906
|
}
|
|
29817
29907
|
}
|
|
29818
|
-
MockUserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29819
|
-
MockUserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
29820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29908
|
+
MockUserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserResourceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29909
|
+
MockUserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserResourceService });
|
|
29910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockUserResourceService, decorators: [{
|
|
29821
29911
|
type: Injectable
|
|
29822
29912
|
}] });
|
|
29823
29913
|
|
|
@@ -30677,9 +30767,9 @@ class TestViewService extends ViewService {
|
|
|
30677
30767
|
super([], config, router, logger);
|
|
30678
30768
|
}
|
|
30679
30769
|
}
|
|
30680
|
-
TestViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30681
|
-
TestViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
30682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
30770
|
+
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 });
|
|
30771
|
+
TestViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService });
|
|
30772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService, decorators: [{
|
|
30683
30773
|
type: Injectable
|
|
30684
30774
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: i2$3.Router }, { type: LoggerService }]; } });
|
|
30685
30775
|
|
|
@@ -30738,15 +30828,15 @@ class MockEndpoint {
|
|
|
30738
30828
|
*/
|
|
30739
30829
|
class TestMockDependenciesModule {
|
|
30740
30830
|
}
|
|
30741
|
-
TestMockDependenciesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30742
|
-
TestMockDependenciesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
30743
|
-
TestMockDependenciesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
30831
|
+
TestMockDependenciesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestMockDependenciesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
30832
|
+
TestMockDependenciesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestMockDependenciesModule, imports: [HttpClientTestingModule] });
|
|
30833
|
+
TestMockDependenciesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestMockDependenciesModule, providers: [
|
|
30744
30834
|
{ provide: AuthenticationMethodService, useClass: MockAuthenticationMethodService },
|
|
30745
30835
|
{ provide: ConfigurationService, useClass: TestConfigurationService }
|
|
30746
30836
|
], imports: [[
|
|
30747
30837
|
HttpClientTestingModule
|
|
30748
30838
|
]] });
|
|
30749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
30839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestMockDependenciesModule, decorators: [{
|
|
30750
30840
|
type: NgModule,
|
|
30751
30841
|
args: [{
|
|
30752
30842
|
declarations: [],
|
|
@@ -30811,9 +30901,9 @@ class SingleTaskContentService extends TaskContentService {
|
|
|
30811
30901
|
}
|
|
30812
30902
|
}
|
|
30813
30903
|
}
|
|
30814
|
-
SingleTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30815
|
-
SingleTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
30816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
30904
|
+
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 });
|
|
30905
|
+
SingleTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SingleTaskContentService });
|
|
30906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SingleTaskContentService, decorators: [{
|
|
30817
30907
|
type: Injectable
|
|
30818
30908
|
}], ctorParameters: function () { return [{ type: FieldConverterService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: LoggerService }]; } });
|
|
30819
30909
|
|
|
@@ -30858,9 +30948,9 @@ class UnlimitedTaskContentService extends TaskContentService {
|
|
|
30858
30948
|
this._task$.complete();
|
|
30859
30949
|
}
|
|
30860
30950
|
}
|
|
30861
|
-
UnlimitedTaskContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30862
|
-
UnlimitedTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
30863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
30951
|
+
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 });
|
|
30952
|
+
UnlimitedTaskContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UnlimitedTaskContentService });
|
|
30953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UnlimitedTaskContentService, decorators: [{
|
|
30864
30954
|
type: Injectable
|
|
30865
30955
|
}], ctorParameters: function () { return [{ type: FieldConverterService }, { type: SnackBarService }, { type: i1$2.TranslateService }, { type: LoggerService }]; } });
|
|
30866
30956
|
|
|
@@ -31745,9 +31835,9 @@ class AbstractTaskContentComponent {
|
|
|
31745
31835
|
}
|
|
31746
31836
|
}
|
|
31747
31837
|
}
|
|
31748
|
-
AbstractTaskContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31749
|
-
AbstractTaskContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
31750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31838
|
+
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 });
|
|
31839
|
+
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 });
|
|
31840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskContentComponent, decorators: [{
|
|
31751
31841
|
type: Component,
|
|
31752
31842
|
args: [{
|
|
31753
31843
|
selector: 'ncc-abstract-task-content',
|
|
@@ -31810,9 +31900,9 @@ class AbstractFieldComponentResolverComponent {
|
|
|
31810
31900
|
|| (!!component.properties && 'plainText' in component.properties && component.properties.plaintText === 'true'));
|
|
31811
31901
|
}
|
|
31812
31902
|
}
|
|
31813
|
-
AbstractFieldComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31814
|
-
AbstractFieldComponentResolverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
31815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31903
|
+
AbstractFieldComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFieldComponentResolverComponent, deps: [{ token: TaskContentService }], target: i0.ɵɵFactoryTarget.Component });
|
|
31904
|
+
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 });
|
|
31905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractFieldComponentResolverComponent, decorators: [{
|
|
31816
31906
|
type: Component,
|
|
31817
31907
|
args: [{
|
|
31818
31908
|
selector: 'ncc-abstract-field-component-resolver',
|
|
@@ -31921,9 +32011,9 @@ class PublicUrlResolverService {
|
|
|
31921
32011
|
return this._url;
|
|
31922
32012
|
}
|
|
31923
32013
|
}
|
|
31924
|
-
PublicUrlResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31925
|
-
PublicUrlResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
31926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
32014
|
+
PublicUrlResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicUrlResolverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
32015
|
+
PublicUrlResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicUrlResolverService, providedIn: 'root' });
|
|
32016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PublicUrlResolverService, decorators: [{
|
|
31927
32017
|
type: Injectable,
|
|
31928
32018
|
args: [{
|
|
31929
32019
|
providedIn: 'root'
|
|
@@ -31941,9 +32031,9 @@ class AbstractLegalNoticeComponent {
|
|
|
31941
32031
|
return this._legalConfig.privacyPolicy;
|
|
31942
32032
|
}
|
|
31943
32033
|
}
|
|
31944
|
-
AbstractLegalNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
31945
|
-
AbstractLegalNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
31946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
32034
|
+
AbstractLegalNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLegalNoticeComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
32035
|
+
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 });
|
|
32036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLegalNoticeComponent, decorators: [{
|
|
31947
32037
|
type: Component,
|
|
31948
32038
|
args: [{
|
|
31949
32039
|
selector: 'ncc-abstract-legal-notice',
|
|
@@ -31997,9 +32087,9 @@ class BaseAllowedNetsService {
|
|
|
31997
32087
|
return this._baseAllowedNets.asObservable();
|
|
31998
32088
|
}
|
|
31999
32089
|
}
|
|
32000
|
-
BaseAllowedNetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
32001
|
-
BaseAllowedNetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
32002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
32090
|
+
BaseAllowedNetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseAllowedNetsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
32091
|
+
BaseAllowedNetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseAllowedNetsService, providedIn: 'root' });
|
|
32092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseAllowedNetsService, decorators: [{
|
|
32003
32093
|
type: Injectable,
|
|
32004
32094
|
args: [{
|
|
32005
32095
|
providedIn: 'root'
|
|
@@ -32102,9 +32192,9 @@ class AllowedNetsServiceFactory {
|
|
|
32102
32192
|
return new AllowedNetsService(of(filterData.allowedNets), this._processService);
|
|
32103
32193
|
}
|
|
32104
32194
|
}
|
|
32105
|
-
AllowedNetsServiceFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
32106
|
-
AllowedNetsServiceFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
32107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
32195
|
+
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 });
|
|
32196
|
+
AllowedNetsServiceFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsServiceFactory, providedIn: 'root' });
|
|
32197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllowedNetsServiceFactory, decorators: [{
|
|
32108
32198
|
type: Injectable,
|
|
32109
32199
|
args: [{
|
|
32110
32200
|
providedIn: 'root'
|
|
@@ -32123,5 +32213,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
32123
32213
|
* Generated bundle index. Do not edit.
|
|
32124
32214
|
*/
|
|
32125
32215
|
|
|
32126
|
-
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 };
|
|
32216
|
+
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 };
|
|
32127
32217
|
//# sourceMappingURL=netgrif-components-core.mjs.map
|