@netgrif/components-core 6.3.0-beta.3 → 6.3.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/assets/i18n/de.json +4 -1
- package/esm2020/assets/i18n/en.json +4 -1
- package/esm2020/assets/i18n/sk.json +4 -1
- package/esm2020/lib/admin/role-assignment/abstract-role-assignment.component.mjs +3 -3
- package/esm2020/lib/admin/role-assignment/services/role-assignment.service.mjs +3 -3
- package/esm2020/lib/admin/role-assignment-ldap-group/abstract-ldap-group-role-assignment.component.mjs +3 -3
- package/esm2020/lib/admin/role-assignment-ldap-group/services/role-assignment-ldap-group.service.mjs +3 -3
- package/esm2020/lib/admin/user-invite/abstract-user-invite.component.mjs +3 -3
- package/esm2020/lib/admin/user-invite/services/organization-list.service.mjs +3 -3
- package/esm2020/lib/admin/user-invite/services/user-invite.service.mjs +3 -3
- package/esm2020/lib/allowed-nets/services/allowed-nets.service.mjs +3 -3
- package/esm2020/lib/allowed-nets/services/base-allowed-nets.service.mjs +3 -3
- package/esm2020/lib/allowed-nets/services/factory/allowed-nets-service-factory.mjs +3 -3
- package/esm2020/lib/authentication/anonymous/anonymous.service.mjs +3 -3
- package/esm2020/lib/authentication/authentication.module.mjs +4 -4
- package/esm2020/lib/authentication/components/abstract-authentication-overlay.mjs +3 -3
- package/esm2020/lib/authentication/models/user.transformer.mjs +3 -3
- package/esm2020/lib/authentication/services/anonymous-authentication-interceptor.mjs +3 -3
- package/esm2020/lib/authentication/services/authentication/authentication.service.mjs +3 -3
- package/esm2020/lib/authentication/services/authentication-interceptor.mjs +3 -3
- package/esm2020/lib/authentication/services/guard/authentication-guard.service.mjs +3 -3
- package/esm2020/lib/authentication/services/methods/basic-authentication/basic-authentication.service.mjs +3 -3
- package/esm2020/lib/authentication/services/methods/null-authentication/null-authentication.service.mjs +3 -3
- package/esm2020/lib/authentication/session/services/session.service.mjs +3 -3
- package/esm2020/lib/authentication/sign-up/services/sign-up.service.mjs +3 -3
- package/esm2020/lib/authentication/sign-up/sign-up.module.mjs +4 -4
- package/esm2020/lib/authorization/authority/authority-guard.service.mjs +3 -3
- package/esm2020/lib/authorization/group/group-guard.service.mjs +3 -3
- package/esm2020/lib/authorization/permission/access.service.mjs +3 -3
- package/esm2020/lib/authorization/permission/permission.service.mjs +3 -3
- package/esm2020/lib/authorization/role/role-guard.service.mjs +3 -3
- package/esm2020/lib/changed-fields/services/changed-fields.service.mjs +3 -3
- package/esm2020/lib/covalent/covalent.module.mjs +4 -4
- package/esm2020/lib/currency/currency.module.mjs +4 -4
- package/esm2020/lib/dashboard/cards/count-card/abstract-count-card.mjs +3 -3
- package/esm2020/lib/dashboard/cards/custom-card/abstract-custom-card.mjs +3 -3
- package/esm2020/lib/dashboard/cards/iframe-card/abstract-iframe-card.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard-content/abstract-dashboard-content.mjs +3 -3
- package/esm2020/lib/data-fields/boolean-field/abstract-boolean-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/button-field/abstract-button-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/data-field-template/abstract-data-field-template.component.mjs +3 -3
- package/esm2020/lib/data-fields/data-fields.module.mjs +4 -4
- package/esm2020/lib/data-fields/date-field/abstract-date-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/date-field/models/custom-date-adapter.mjs +3 -3
- package/esm2020/lib/data-fields/date-time-field/abstract-date-time-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/abstract-enumeration-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/abstract-enumeration-autocomplete-dynamic-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.mjs +10 -25
- package/esm2020/lib/data-fields/enumeration-field/enumeration-icon-field/abstract-enumeration-icon-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-list-field/abstract-enumeration-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-select-field/abstract-enumeration-select-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/enumeration-stepper-field/abstract-enumeration-stepper-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/enumeration-field/models/enumeration-field.mjs +6 -1
- package/esm2020/lib/data-fields/file-field/abstract-file-field.component.mjs +6 -4
- package/esm2020/lib/data-fields/file-list-field/abstract-file-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/abstract-filter-field-content.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/abstract-filter-field-tab-view-content.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/abstract-filter-field-tab-view.component.mjs +3 -3
- package/esm2020/lib/data-fields/filter-field/abstract-filter-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/abstract-i18n-errors.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/abstract-i18n-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/i18n-divider-field/abstract-i18n-divider-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/i18n-text-field/abstract-i18n-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/i18n-field/language-icons.service.mjs +3 -3
- package/esm2020/lib/data-fields/models/abstract-data-field-component.mjs +3 -3
- package/esm2020/lib/data-fields/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 +10 -7
- 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/task-ref-field/abstract-task-ref-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/task-ref-field/task-ref-dashboard-field/task-ref-dashboard-tile/abstract-task-ref-dashboard-tile.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/abstract-dashboard-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/abstract-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-bar-chart-text-field/abstract-dashboard-bar-chart-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-iframe-text-field/abstract-dashboard-iframe-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-line-chart-text-field/abstract-dashboard-line-chart-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-pie-chart-text-field/abstract-dashboard-pie-chart-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-portal-text-field/abstract-dashboard-portal-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/dashboard-portal-text-field/dashboard-portal-component-registry.service.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/html-textarea-field/abstract-html-textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/password-text-field/abstract-password-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/rich-textarea-field/abstract-rich-textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/simple-text-field/abstract-simple-text-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/text-field/textarea-field/abstract-textarea-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/time-instance-abstract-field/abstract-time-instance-field.component.mjs +10 -4
- package/esm2020/lib/data-fields/user-field/abstract-user-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/user-list-field/abstract-user-list-field.component.mjs +3 -3
- package/esm2020/lib/data-fields/user-list-field/models/user-list-field.mjs +37 -1
- package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/models/abstract-dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/services/dialog.service.mjs +3 -3
- package/esm2020/lib/event/services/event.service.mjs +3 -3
- package/esm2020/lib/event-queue/services/event-queue.service.mjs +3 -3
- package/esm2020/lib/filter/filter.repository.mjs +3 -3
- package/esm2020/lib/filter/user-filters.service.mjs +3 -3
- package/esm2020/lib/forms/email-submission/abstract-email-submission-form.component.mjs +3 -3
- package/esm2020/lib/forms/forgotten-password/abstract-forgotten-password.component.mjs +3 -3
- package/esm2020/lib/forms/login/abstract-login-form.component.mjs +3 -3
- package/esm2020/lib/forms/models/abstract-registration.component.mjs +3 -3
- package/esm2020/lib/forms/registration/abstract-registration-form.component.mjs +3 -3
- package/esm2020/lib/groups/services/active-group.service.mjs +3 -3
- package/esm2020/lib/groups/services/ldap-group-list.service.mjs +3 -3
- package/esm2020/lib/groups/services/next-group.service.mjs +3 -3
- package/esm2020/lib/header/abstract-header-service.mjs +3 -3
- package/esm2020/lib/header/abstract-header.component.mjs +3 -3
- package/esm2020/lib/header/case-header/case-header.service.mjs +3 -3
- package/esm2020/lib/header/header-modes/abstract-header-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/edit-mode/abstract-edit-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/loading-mode/abstract-loading-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/search-mode/abstract-search-mode.component.mjs +3 -3
- package/esm2020/lib/header/header-modes/sort-mode/abstract-sort-mode.component.mjs +3 -3
- package/esm2020/lib/header/services/overflow.service.mjs +3 -3
- package/esm2020/lib/header/task-header/task-header.service.mjs +3 -3
- package/esm2020/lib/header/workflow-header/workflow-header.service.mjs +3 -3
- package/esm2020/lib/impersonation/services/impersonation-user-list.service.mjs +3 -3
- package/esm2020/lib/impersonation/services/impersonation-user-resource.service.mjs +3 -3
- package/esm2020/lib/impersonation/services/impersonation-user-select.service.mjs +3 -3
- package/esm2020/lib/impersonation/services/impersonation.service.mjs +3 -3
- package/esm2020/lib/legal/legal-notice/abstract-legal-notice.component.mjs +3 -3
- package/esm2020/lib/logger/services/log-publisher.service.mjs +3 -3
- package/esm2020/lib/logger/services/logger.service.mjs +3 -3
- package/esm2020/lib/material/material.module.mjs +4 -4
- package/esm2020/lib/navigation/breadcrumbs/abstract-breadcrumbs.component.mjs +6 -6
- package/esm2020/lib/navigation/group-navigation-component-resolver/abstract-group-navigation-component-resolver.component.mjs +3 -3
- package/esm2020/lib/navigation/model/size-menu-injection-token.mjs +6 -0
- package/esm2020/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.mjs +101 -64
- package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-drawer.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-resizable-drawer.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-rail/abstract-navigation-rail.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation-tree/abstract-navigation-tree.component.mjs +3 -3
- package/esm2020/lib/navigation/public-api.mjs +2 -1
- package/esm2020/lib/navigation/quick-panel/components/abstract-quick-panel.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/internal-link/abstract-internal-link.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/language-selector/abstract-language-selector.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/logout-shortcut/abstract-logout-shortcut.component.mjs +3 -3
- package/esm2020/lib/navigation/quick-panel/components/paper-view.service.mjs +3 -3
- package/esm2020/lib/navigation/service/uri-resource.service.mjs +3 -3
- package/esm2020/lib/navigation/service/uri.service.mjs +35 -15
- package/esm2020/lib/navigation/utility/filter-extraction.service.mjs +3 -3
- package/esm2020/lib/panel/abstract/panel-with-header-binding.mjs +3 -3
- package/esm2020/lib/panel/abstract/panel-with-immediate-data.mjs +3 -3
- package/esm2020/lib/panel/abstract/tabbed-virtual-scroll.component.mjs +3 -3
- package/esm2020/lib/panel/abstract-panel.component.mjs +3 -3
- package/esm2020/lib/panel/case-panel/abstract-case-panel.component.mjs +3 -3
- package/esm2020/lib/panel/immediate/abstract-immediate-filter-text-content.component.mjs +3 -3
- package/esm2020/lib/panel/immediate/abstract-immediate-filter-text.component.mjs +3 -3
- package/esm2020/lib/panel/panel-item/abstract-panel-item.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel/abstract-task-panel.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-list/abstract-task-list.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-list/default-task-panel-list/abstract-default-task-list.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-list/task-panel-list-pagination/abstract-task-list-pagination.component.mjs +3 -3
- package/esm2020/lib/panel/task-panel-single/abstract-single-task.component.mjs +3 -3
- package/esm2020/lib/panel/workflow-panel/abstract-workflow-panel.component.mjs +3 -3
- package/esm2020/lib/process/process.service.mjs +3 -3
- package/esm2020/lib/process/public-process.service.mjs +3 -3
- package/esm2020/lib/public/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 +3 -3
- package/esm2020/lib/resources/engine-endpoint/task-resource.service.mjs +3 -3
- package/esm2020/lib/resources/engine-endpoint/user-resource.service.mjs +3 -3
- package/esm2020/lib/resources/resource-provider.service.mjs +3 -3
- package/esm2020/lib/routing/dynamic-navigation-route-provider/dynamic-navigation-route-provider.service.mjs +3 -3
- package/esm2020/lib/routing/redirect-service/redirect.service.mjs +3 -3
- package/esm2020/lib/routing/routing-builder/routing-builder.service.mjs +3 -3
- package/esm2020/lib/search/advanced-search-component/abstract-advanced-search.component.mjs +3 -3
- package/esm2020/lib/search/advanced-search-component-initialization-service/advanced-search-component-initialization.service.mjs +3 -3
- package/esm2020/lib/search/category-factory/category-factory.mjs +3 -3
- package/esm2020/lib/search/category-factory/category-resolver.service.mjs +3 -3
- package/esm2020/lib/search/category-factory/default-search-categories.module.mjs +4 -4
- package/esm2020/lib/search/fulltext-search-component/abstract-fulltext-search.component.mjs +3 -3
- package/esm2020/lib/search/header-search-service/header-search.service.mjs +3 -3
- package/esm2020/lib/search/operator-service/operator-resolver.service.mjs +3 -3
- package/esm2020/lib/search/operator-service/operator.service.mjs +3 -3
- package/esm2020/lib/search/search-clause-component/abstract-search-clause.component.mjs +3 -3
- package/esm2020/lib/search/search-component/abstract-search.component.mjs +3 -3
- package/esm2020/lib/search/search-configuration-input-component/abstract-search-configuration-input.component.mjs +3 -3
- package/esm2020/lib/search/search-keyword-resolver-service/search-index-resolver.service.mjs +3 -3
- package/esm2020/lib/search/search-operand-input-component/abstract-search-operand-input.component.mjs +3 -3
- package/esm2020/lib/search/search-predicate-component/abstract-search-predicate.component.mjs +3 -3
- package/esm2020/lib/search/search-service/search.service.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/filter-selector/abstract-filter-selector.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector-list-item/abstract-filter-selector-list-item.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/import-net/abstract-import-net.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/load-filter/abstract-load-filter.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/new-case/abstract-new-case.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/option-selector/abstract-option-selector.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/save-filter/abstract-save-filter.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-assign/abstract-user-assign.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/abstract-user-assign-list.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/abstract-user-assign-item.component.mjs +3 -3
- package/esm2020/lib/side-menu/content-components/user-impersonate/abstract-user-impersonate.component.mjs +3 -3
- package/esm2020/lib/side-menu/services/side-menu.service.mjs +3 -3
- package/esm2020/lib/side-menu/side-menu-container/abstract-side-menu-container.component.mjs +3 -3
- package/esm2020/lib/snack-bar/components/error-snack-bar/error-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/components/generic-snack-bar/generic-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/components/success-snack-bar/success-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/components/warning-snack-bar/warning-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/models/abstract-snack-bar.component.mjs +3 -3
- package/esm2020/lib/snack-bar/services/snack-bar.service.mjs +3 -3
- package/esm2020/lib/snack-bar/snack-bar.module.mjs +4 -4
- package/esm2020/lib/tabs/tab-creation-detector/abstract-tab-creation-detector.component.mjs +3 -3
- package/esm2020/lib/tabs/tab-view/abstract-tab-view.component.mjs +3 -3
- package/esm2020/lib/task/services/assign-policy.service.mjs +3 -3
- package/esm2020/lib/task/services/assign-task.service.mjs +3 -3
- package/esm2020/lib/task/services/cancel-task.service.mjs +3 -3
- package/esm2020/lib/task/services/data-focus-policy.service.mjs +3 -3
- package/esm2020/lib/task/services/delegate-task.service.mjs +3 -3
- package/esm2020/lib/task/services/finish-policy.service.mjs +3 -3
- package/esm2020/lib/task/services/finish-task.service.mjs +3 -3
- package/esm2020/lib/task/services/selected-case.service.mjs +3 -3
- package/esm2020/lib/task/services/task-data.service.mjs +17 -13
- package/esm2020/lib/task/services/task-request-state.service.mjs +3 -3
- package/esm2020/lib/task-content/field-component-resolver/abstract-field-component-resolver.component.mjs +3 -3
- package/esm2020/lib/task-content/services/field-converter.service.mjs +3 -3
- package/esm2020/lib/task-content/services/single-task-content.service.mjs +3 -3
- package/esm2020/lib/task-content/services/task-content.service.mjs +4 -4
- package/esm2020/lib/task-content/services/task-event.service.mjs +3 -3
- package/esm2020/lib/task-content/services/unlimited-task-content.service.mjs +3 -3
- package/esm2020/lib/task-content/task-content/abstract-task-content.component.mjs +5 -4
- package/esm2020/lib/toolbar/abstract-toolbar.component.mjs +3 -3
- package/esm2020/lib/translate/language.service.mjs +3 -3
- package/esm2020/lib/translate/translate-interceptor.mjs +3 -3
- package/esm2020/lib/translate/translate-lib.module.mjs +4 -4
- package/esm2020/lib/user/components/user-card/abstract-user-card.component.mjs +3 -3
- package/esm2020/lib/user/profile/abstract-profile.component.mjs +3 -3
- package/esm2020/lib/user/services/user-comparator.service.mjs +3 -3
- package/esm2020/lib/user/services/user-list.service.mjs +3 -3
- package/esm2020/lib/user/services/user-preference.service.mjs +3 -3
- package/esm2020/lib/user/services/user.service.mjs +3 -3
- package/esm2020/lib/user/services/view-id.service.mjs +3 -3
- package/esm2020/lib/utility/call-chain/call-chain.service.mjs +3 -3
- package/esm2020/lib/utility/is-empty.pipe.mjs +40 -0
- package/esm2020/lib/utility/is-non-empty.pipe.mjs +40 -0
- package/esm2020/lib/utility/public-api.mjs +4 -1
- package/esm2020/lib/utility/service/case-list-font-color.service.mjs +3 -3
- package/esm2020/lib/utility/service/spinner-overlay.service.mjs +3 -3
- package/esm2020/lib/utility/tests/mocks/mock-authentication.service.mjs +3 -3
- package/esm2020/lib/utility/tests/mocks/mock-user-preference.service.mjs +3 -3
- package/esm2020/lib/utility/tests/mocks/mock-user-resource.service.mjs +3 -3
- package/esm2020/lib/utility/tests/mocks/mock-user.service.mjs +3 -3
- package/esm2020/lib/utility/tests/test-mock-dependencies.module.mjs +4 -4
- package/esm2020/lib/utility/tests/test-view-service.mjs +3 -3
- package/esm2020/lib/utility/utility.module.mjs +31 -0
- package/esm2020/lib/view/abstract/sortable-view.mjs +3 -3
- package/esm2020/lib/view/abstract/view-with-headers.mjs +3 -3
- package/esm2020/lib/view/case-view/abstract-case-view.mjs +3 -3
- package/esm2020/lib/view/case-view/components/case-list/abstract-case-list.component.mjs +3 -3
- package/esm2020/lib/view/case-view/components/case-list-paginator/abstract-case-list-paginator.component.mjs +3 -3
- package/esm2020/lib/view/case-view/components/default-case-list/abstract-default-case-list.component.mjs +3 -3
- package/esm2020/lib/view/case-view/service/case-view-service.mjs +3 -3
- package/esm2020/lib/view/case-view/tabbed-case-view.mjs +3 -3
- package/esm2020/lib/view/task-view/abstract-single-task-view.component.mjs +20 -13
- package/esm2020/lib/view/task-view/abstract-task-view.mjs +3 -3
- package/esm2020/lib/view/task-view/service/public-task-loading.service.mjs +3 -3
- package/esm2020/lib/view/task-view/service/task-view.service.mjs +3 -3
- package/esm2020/lib/view/task-view/tabbed-task-view.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-case-view.service.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/abstract-tree.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/add-child-node/abstract-add-child-node.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/case-tree.service.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-component/remove-node/abstract-remove-node.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-task-content/abstract-tree-task-content.component.mjs +3 -3
- package/esm2020/lib/view/tree-case-view/tree-task-content/tree-task-content.service.mjs +3 -3
- package/esm2020/lib/view/workflow-view/abstract-workflow-view.component.mjs +3 -3
- package/esm2020/lib/view/workflow-view/workflow-view.service.mjs +3 -3
- package/fesm2015/netgrif-components-core.mjs +1151 -931
- package/fesm2015/netgrif-components-core.mjs.map +1 -1
- package/fesm2020/netgrif-components-core.mjs +1149 -931
- 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 +4 -8
- package/lib/data-fields/enumeration-field/models/enumeration-field.d.ts +3 -0
- package/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.d.ts +2 -1
- package/lib/data-fields/user-list-field/models/user-list-field.d.ts +4 -0
- package/lib/navigation/breadcrumbs/abstract-breadcrumbs.component.d.ts +1 -1
- package/lib/navigation/model/size-menu-injection-token.d.ts +5 -0
- package/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.d.ts +20 -16
- package/lib/navigation/public-api.d.ts +1 -0
- package/lib/navigation/service/uri.service.d.ts +14 -10
- package/lib/task/services/task-data.service.d.ts +9 -8
- package/lib/utility/is-empty.pipe.d.ts +19 -0
- package/lib/utility/is-non-empty.pipe.d.ts +19 -0
- package/lib/utility/public-api.d.ts +3 -0
- package/lib/utility/utility.module.d.ts +9 -0
- package/lib/view/task-view/abstract-single-task-view.component.d.ts +4 -3
- package/package.json +1 -1
- package/src/assets/i18n/de.json +4 -1
- package/src/assets/i18n/en.json +4 -1
- package/src/assets/i18n/sk.json +4 -1
|
@@ -11,9 +11,9 @@ export class ImpersonationUserListService extends UserListService {
|
|
|
11
11
|
this._logService = _logService;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
ImpersonationUserListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
-
ImpersonationUserListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
+
ImpersonationUserListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserListService, deps: [{ token: i1.ImpersonationUserResourceService }, { token: i2.LoggerService }, { token: i3.SnackBarService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15
|
+
ImpersonationUserListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserListService });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserListService, decorators: [{
|
|
17
17
|
type: Injectable
|
|
18
18
|
}], ctorParameters: function () { return [{ type: i1.ImpersonationUserResourceService }, { type: i2.LoggerService }, { type: i3.SnackBarService }, { type: i4.TranslateService }]; } });
|
|
19
19
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1wZXJzb25hdGlvbi11c2VyLWxpc3Quc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy1jb3JlL3NyYy9saWIvaW1wZXJzb25hdGlvbi9zZXJ2aWNlcy9pbXBlcnNvbmF0aW9uLXVzZXItbGlzdC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxlQUFlLEVBQUMsTUFBTSx1Q0FBdUMsQ0FBQztBQUN0RSxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFPekMsTUFBTSxPQUFPLDRCQUE2QixTQUFRLGVBQWU7SUFFN0QsWUFBWSxVQUE0QyxFQUNsQyxXQUEwQixFQUNwQyxTQUEwQixFQUMxQixVQUE0QjtRQUNwQyxLQUFLLENBQUMsVUFBVSxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFIcEMsZ0JBQVcsR0FBWCxXQUFXLENBQWU7SUFJaEQsQ0FBQzs7MEhBUFEsNEJBQTRCOzhIQUE1Qiw0QkFBNEI7NEZBQTVCLDRCQUE0QjtrQkFEeEMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7VXNlckxpc3RTZXJ2aWNlfSBmcm9tICcuLi8uLi91c2VyL3NlcnZpY2VzL3VzZXItbGlzdC5zZXJ2aWNlJztcbmltcG9ydCB7SW5qZWN0YWJsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1NuYWNrQmFyU2VydmljZX0gZnJvbSAnLi4vLi4vc25hY2stYmFyL3NlcnZpY2VzL3NuYWNrLWJhci5zZXJ2aWNlJztcbmltcG9ydCB7VHJhbnNsYXRlU2VydmljZX0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XG5pbXBvcnQge0xvZ2dlclNlcnZpY2V9IGZyb20gJy4uLy4uL2xvZ2dlci9zZXJ2aWNlcy9sb2dnZXIuc2VydmljZSc7XG5pbXBvcnQge0ltcGVyc29uYXRpb25Vc2VyUmVzb3VyY2VTZXJ2aWNlfSBmcm9tICcuL2ltcGVyc29uYXRpb24tdXNlci1yZXNvdXJjZS5zZXJ2aWNlJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEltcGVyc29uYXRpb25Vc2VyTGlzdFNlcnZpY2UgZXh0ZW5kcyBVc2VyTGlzdFNlcnZpY2Uge1xuXG4gICAgY29uc3RydWN0b3IoX3Jlc291cmNlczogSW1wZXJzb25hdGlvblVzZXJSZXNvdXJjZVNlcnZpY2UsXG4gICAgICAgICAgICAgICAgcHJvdGVjdGVkIF9sb2dTZXJ2aWNlOiBMb2dnZXJTZXJ2aWNlLFxuICAgICAgICAgICAgICAgIF9zbmFja2JhcjogU25hY2tCYXJTZXJ2aWNlLFxuICAgICAgICAgICAgICAgIF90cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHtcbiAgICAgICAgc3VwZXIoX3Jlc291cmNlcywgX2xvZ1NlcnZpY2UsIF9zbmFja2JhciwgX3RyYW5zbGF0ZSk7XG4gICAgfVxuXG59XG4iXX0=
|
|
@@ -14,9 +14,9 @@ export class ImpersonationUserResourceService extends UserResourceService {
|
|
|
14
14
|
.pipe(map((r) => this.getResourcePage(r, 'users')));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
ImpersonationUserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
-
ImpersonationUserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
+
ImpersonationUserResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserResourceService, deps: [{ token: i1.ResourceProvider }, { token: i2.ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18
|
+
ImpersonationUserResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserResourceService, providedIn: 'root' });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserResourceService, decorators: [{
|
|
20
20
|
type: Injectable,
|
|
21
21
|
args: [{
|
|
22
22
|
providedIn: 'root'
|
|
@@ -64,9 +64,9 @@ export class ImpersonationUserSelectService {
|
|
|
64
64
|
return this._user.hasAuthority('ROLE_ADMIN');
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
ImpersonationUserSelectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
68
|
-
ImpersonationUserSelectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
67
|
+
ImpersonationUserSelectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserSelectService, deps: [{ token: i1.LoggerService }, { token: i2.SideMenuService }, { token: i3.SnackBarService }, { token: i4.ImpersonationService }, { token: i5.UserService }, { token: NAE_USER_IMPERSONATE_COMPONENT, optional: true }, { token: NAE_ADMIN_IMPERSONATE_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
68
|
+
ImpersonationUserSelectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserSelectService, providedIn: 'root' });
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationUserSelectService, decorators: [{
|
|
70
70
|
type: Injectable,
|
|
71
71
|
args: [{
|
|
72
72
|
providedIn: 'root'
|
|
@@ -79,9 +79,9 @@ export class ImpersonationService extends AbstractResourceService {
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
|
-
ImpersonationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
83
|
-
ImpersonationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
82
|
+
ImpersonationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, deps: [{ token: i1.ResourceProvider }, { token: i2.Router }, { token: i3.ConfigurationService }, { token: i4.UserService }, { token: i5.SnackBarService }, { token: i6.FilterRepository }, { token: i7.LoggerService }, { token: i8.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
83
|
+
ImpersonationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, providedIn: 'root' });
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, decorators: [{
|
|
85
85
|
type: Injectable,
|
|
86
86
|
args: [{
|
|
87
87
|
providedIn: 'root'
|
|
@@ -12,9 +12,9 @@ export class AbstractLegalNoticeComponent {
|
|
|
12
12
|
return this._legalConfig.privacyPolicy;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
AbstractLegalNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
AbstractLegalNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
+
AbstractLegalNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLegalNoticeComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
AbstractLegalNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLegalNoticeComponent, selector: "ncc-abstract-legal-notice", inputs: { buttonName: "buttonName" }, ngImport: i0, template: '', isInline: true });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLegalNoticeComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: 'ncc-abstract-legal-notice',
|
|
@@ -43,9 +43,9 @@ export class LogPublisherService {
|
|
|
43
43
|
this._publishers.forEach(publisher => publisher.clear());
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
LogPublisherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
47
|
-
LogPublisherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
46
|
+
LogPublisherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
47
|
+
LogPublisherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, providedIn: 'root' });
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogPublisherService, decorators: [{
|
|
49
49
|
type: Injectable,
|
|
50
50
|
args: [{
|
|
51
51
|
providedIn: 'root'
|
|
@@ -58,9 +58,9 @@ export class LoggerService extends AbstractLoggerService {
|
|
|
58
58
|
super(publisherService, config);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
62
|
-
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
63
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
61
|
+
LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, deps: [{ token: i1.LogPublisherService }, { token: i2.ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
62
|
+
LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, providedIn: 'root' });
|
|
63
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoggerService, decorators: [{
|
|
64
64
|
type: Injectable,
|
|
65
65
|
args: [{
|
|
66
66
|
providedIn: 'root'
|
|
@@ -48,8 +48,8 @@ import { MatFormFieldModule } from '@angular/material/form-field';
|
|
|
48
48
|
import * as i0 from "@angular/core";
|
|
49
49
|
export class MaterialModule {
|
|
50
50
|
}
|
|
51
|
-
MaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
52
|
-
MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
51
|
+
MaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
52
|
+
MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, imports: [CommonModule,
|
|
53
53
|
FlexLayoutModule], exports: [FlexLayoutModule,
|
|
54
54
|
A11yModule,
|
|
55
55
|
CdkStepperModule,
|
|
@@ -97,7 +97,7 @@ MaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
97
97
|
MatFormFieldModule,
|
|
98
98
|
FormsModule,
|
|
99
99
|
ReactiveFormsModule] });
|
|
100
|
-
MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
100
|
+
MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, imports: [[
|
|
101
101
|
CommonModule,
|
|
102
102
|
FlexLayoutModule
|
|
103
103
|
], FlexLayoutModule,
|
|
@@ -147,7 +147,7 @@ MaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
|
147
147
|
MatFormFieldModule,
|
|
148
148
|
FormsModule,
|
|
149
149
|
ReactiveFormsModule] });
|
|
150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaterialModule, decorators: [{
|
|
151
151
|
type: NgModule,
|
|
152
152
|
args: [{
|
|
153
153
|
declarations: [],
|
|
@@ -10,7 +10,7 @@ export class AbstractBreadcrumbsComponent {
|
|
|
10
10
|
this._showPaths = false;
|
|
11
11
|
}
|
|
12
12
|
getPath() {
|
|
13
|
-
const tmp = this._uriService.
|
|
13
|
+
const tmp = this._uriService.splitNodePath(this._uriService.activeNode);
|
|
14
14
|
if (tmp?.length > this.partsAfterDots + 1 && this._uriService.activeNode?.uriPath.length > this.lengthOfPath && !this._showPaths) {
|
|
15
15
|
const newPath = [tmp[0], AbstractBreadcrumbsComponent.DOTS];
|
|
16
16
|
for (let i = tmp.length - this.partsAfterDots; i < tmp.length; i++) {
|
|
@@ -29,7 +29,7 @@ export class AbstractBreadcrumbsComponent {
|
|
|
29
29
|
return;
|
|
30
30
|
}
|
|
31
31
|
let fullPath = '';
|
|
32
|
-
const tmp = this._uriService.
|
|
32
|
+
const tmp = this._uriService.splitNodePath(this._uriService.activeNode);
|
|
33
33
|
if (tmp === undefined)
|
|
34
34
|
return;
|
|
35
35
|
const control = this.resultCounter(count, tmp);
|
|
@@ -51,9 +51,9 @@ export class AbstractBreadcrumbsComponent {
|
|
|
51
51
|
}
|
|
52
52
|
AbstractBreadcrumbsComponent.DOTS = '...';
|
|
53
53
|
AbstractBreadcrumbsComponent.DELIMETER = '/';
|
|
54
|
-
AbstractBreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
55
|
-
AbstractBreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
56
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
54
|
+
AbstractBreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBreadcrumbsComponent, deps: [{ token: i1.UriService }], target: i0.ɵɵFactoryTarget.Component });
|
|
55
|
+
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 });
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractBreadcrumbsComponent, decorators: [{
|
|
57
57
|
type: Component,
|
|
58
58
|
args: [{
|
|
59
59
|
selector: 'ncc-breadcrumbs-component',
|
|
@@ -66,4 +66,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
66
66
|
}], partsAfterDots: [{
|
|
67
67
|
type: Input
|
|
68
68
|
}] } });
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJzdHJhY3QtYnJlYWRjcnVtYnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmV0Z3JpZi1jb21wb25lbnRzLWNvcmUvc3JjL2xpYi9uYXZpZ2F0aW9uL2JyZWFkY3J1bWJzL2Fic3RyYWN0LWJyZWFkY3J1bWJzLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLEtBQUssRUFBQyxNQUFNLGVBQWUsQ0FBQzs7O0FBTy9DLE1BQU0sT0FBZ0IsNEJBQTRCO0lBUzlDLFlBQWdDLFdBQXVCO1FBQXZCLGdCQUFXLEdBQVgsV0FBVyxDQUFZO1FBUDlDLGFBQVEsR0FBWSxJQUFJLENBQUM7UUFDekIsaUJBQVksR0FBVyxFQUFFLENBQUM7UUFDMUIsbUJBQWMsR0FBVyxDQUFDLENBQUM7UUFHNUIsZUFBVSxHQUFZLEtBQUssQ0FBQztJQUdwQyxDQUFDO0lBRU0sT0FBTztRQUNWLE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDeEUsSUFBSSxHQUFHLEVBQUUsTUFBTSxHQUFHLElBQUksQ0FBQyxjQUFjLEdBQUcsQ0FBQyxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsVUFBVSxFQUFFLE9BQU8sQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLFlBQVksSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDOUgsTUFBTSxPQUFPLEdBQUcsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsNEJBQTRCLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDNUQsS0FBSyxJQUFJLENBQUMsR0FBRyxHQUFHLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQyxHQUFHLEdBQUcsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxFQUFFLEVBQUU7Z0JBQ2hFLE9BQU8sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7YUFDeEI7WUFDRCxPQUFPLE9BQU8sQ0FBQztTQUNsQjtRQUNELE9BQU8sR0FBRyxLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUM7SUFDeEMsQ0FBQztJQUVNLEtBQUs7UUFDUixJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQzdCLENBQUM7SUFFTSxVQUFVLENBQUMsSUFBWSxFQUFFLEtBQWE7UUFDekMsSUFBSSxJQUFJLEtBQUssNEJBQTRCLENBQUMsSUFBSSxJQUFJLEtBQUssS0FBSyxDQUFDLEVBQUU7WUFDM0QsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7WUFDdkIsT0FBTztTQUNWO1FBQ0QsSUFBSSxRQUFRLEdBQVcsRUFBRSxDQUFDO1FBQzFCLE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDeEUsSUFBSSxHQUFHLEtBQUssU0FBUztZQUFFLE9BQU87UUFDOUIsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxLQUFLLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFDL0MsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxJQUFJLE9BQU8sRUFBRSxDQUFDLEVBQUUsRUFBRTtZQUMvQixRQUFRLElBQUksR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ25CLElBQUksQ0FBQyxLQUFLLE9BQU87Z0JBQUUsUUFBUSxJQUFJLDRCQUE0QixDQUFDLFNBQVMsQ0FBQztTQUN6RTtRQUNELElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDLFFBQVEsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRTtZQUN0RCxJQUFJLENBQUMsV0FBVyxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7UUFDdkMsQ0FBQyxDQUFDLENBQUE7SUFDTixDQUFDO0lBRU8sYUFBYSxDQUFDLEtBQWEsRUFBRSxHQUFhO1FBQzlDLElBQUksR0FBRyxFQUFFLE1BQU0sR0FBRyxJQUFJLENBQUMsY0FBYyxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsV0FBVyxDQUFDLFVBQVUsRUFBRSxPQUFPLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxZQUFZLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFO1lBQzlILE9BQU8sR0FBRyxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsY0FBYyxHQUFHLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDO1NBQ3pEO1FBQ0QsT0FBTyxLQUFLLENBQUM7SUFDakIsQ0FBQzs7QUE5Q2MsaUNBQUksR0FBVyxLQUFNLENBQUE7QUFDckIsc0NBQVMsR0FBVyxHQUFJLENBQUE7MEhBTnJCLDRCQUE0Qjs4R0FBNUIsNEJBQTRCLG1LQUZwQyxFQUFFOzRGQUVNLDRCQUE0QjtrQkFKakQsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxRQUFRLEVBQUUsRUFBRTtpQkFDZjtpR0FHWSxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1VyaVNlcnZpY2V9IGZyb20gJy4uL3NlcnZpY2UvdXJpLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25jYy1icmVhZGNydW1icy1jb21wb25lbnQnLFxuICAgIHRlbXBsYXRlOiAnJ1xufSlcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBBYnN0cmFjdEJyZWFkY3J1bWJzQ29tcG9uZW50IHtcblxuICAgIEBJbnB1dCgpIHNob3dIb21lOiBib29sZWFuID0gdHJ1ZTtcbiAgICBASW5wdXQoKSBsZW5ndGhPZlBhdGg6IG51bWJlciA9IDMwO1xuICAgIEBJbnB1dCgpIHBhcnRzQWZ0ZXJEb3RzOiBudW1iZXIgPSAyO1xuICAgIHByaXZhdGUgc3RhdGljIERPVFM6IHN0cmluZyA9ICcuLi4nO1xuICAgIHByaXZhdGUgc3RhdGljIERFTElNRVRFUjogc3RyaW5nID0gJy8nO1xuICAgIHByaXZhdGUgX3Nob3dQYXRoczogYm9vbGVhbiA9IGZhbHNlO1xuXG4gICAgcHJvdGVjdGVkIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBfdXJpU2VydmljZTogVXJpU2VydmljZSkge1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXRQYXRoKCk6IEFycmF5PHN0cmluZz4ge1xuICAgICAgICBjb25zdCB0bXAgPSB0aGlzLl91cmlTZXJ2aWNlLnNwbGl0Tm9kZVBhdGgodGhpcy5fdXJpU2VydmljZS5hY3RpdmVOb2RlKTtcbiAgICAgICAgaWYgKHRtcD8ubGVuZ3RoID4gdGhpcy5wYXJ0c0FmdGVyRG90cyArIDEgJiYgdGhpcy5fdXJpU2VydmljZS5hY3RpdmVOb2RlPy51cmlQYXRoLmxlbmd0aCA+IHRoaXMubGVuZ3RoT2ZQYXRoICYmICF0aGlzLl9zaG93UGF0aHMpIHtcbiAgICAgICAgICAgIGNvbnN0IG5ld1BhdGggPSBbdG1wWzBdLCBBYnN0cmFjdEJyZWFkY3J1bWJzQ29tcG9uZW50LkRPVFNdO1xuICAgICAgICAgICAgZm9yIChsZXQgaSA9IHRtcC5sZW5ndGggLSB0aGlzLnBhcnRzQWZ0ZXJEb3RzOyBpIDwgdG1wLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgICAgICAgICAgbmV3UGF0aC5wdXNoKHRtcFtpXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gbmV3UGF0aDtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gdG1wID09PSB1bmRlZmluZWQgPyBbXSA6IHRtcDtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVzZXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX3VyaVNlcnZpY2UucmVzZXQoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgY2hhbmdlUGF0aChwYXRoOiBzdHJpbmcsIGNvdW50OiBudW1iZXIpIHtcbiAgICAgICAgaWYgKHBhdGggPT09IEFic3RyYWN0QnJlYWRjcnVtYnNDb21wb25lbnQuRE9UUyAmJiBjb3VudCA9PT0gMSkge1xuICAgICAgICAgICAgdGhpcy5fc2hvd1BhdGhzID0gdHJ1ZTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICBsZXQgZnVsbFBhdGg6IHN0cmluZyA9ICcnO1xuICAgICAgICBjb25zdCB0bXAgPSB0aGlzLl91cmlTZXJ2aWNlLnNwbGl0Tm9kZVBhdGgodGhpcy5fdXJpU2VydmljZS5hY3RpdmVOb2RlKTtcbiAgICAgICAgaWYgKHRtcCA9PT0gdW5kZWZpbmVkKSByZXR1cm47XG4gICAgICAgIGNvbnN0IGNvbnRyb2wgPSB0aGlzLnJlc3VsdENvdW50ZXIoY291bnQsIHRtcCk7XG4gICAgICAgIGZvciAobGV0IGkgPSAwOyBpIDw9IGNvbnRyb2w7IGkrKykge1xuICAgICAgICAgICAgZnVsbFBhdGggKz0gdG1wW2ldO1xuICAgICAgICAgICAgaWYgKGkgIT09IGNvbnRyb2wpIGZ1bGxQYXRoICs9IEFic3RyYWN0QnJlYWRjcnVtYnNDb21wb25lbnQuREVMSU1FVEVSO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuX3VyaVNlcnZpY2UuZ2V0Tm9kZUJ5UGF0aChmdWxsUGF0aCkuc3Vic2NyaWJlKG5vZGUgPT4ge1xuICAgICAgICAgICAgdGhpcy5fdXJpU2VydmljZS5hY3RpdmVOb2RlID0gbm9kZTtcbiAgICAgICAgfSlcbiAgICB9XG5cbiAgICBwcml2YXRlIHJlc3VsdENvdW50ZXIoY291bnQ6IG51bWJlciwgdG1wOiBzdHJpbmdbXSk6IG51bWJlciB7XG4gICAgICAgIGlmICh0bXA/Lmxlbmd0aCA+IHRoaXMucGFydHNBZnRlckRvdHMgKyAxICYmIHRoaXMuX3VyaVNlcnZpY2UuYWN0aXZlTm9kZT8udXJpUGF0aC5sZW5ndGggPiB0aGlzLmxlbmd0aE9mUGF0aCAmJiAhdGhpcy5fc2hvd1BhdGhzKSB7XG4gICAgICAgICAgICByZXR1cm4gdG1wLmxlbmd0aCAtIHRoaXMucGFydHNBZnRlckRvdHMgKyAoY291bnQgLSAyKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gY291bnQ7XG4gICAgfVxufVxuIl19
|
|
@@ -38,9 +38,9 @@ export class AbstractGroupNavigationComponentResolverComponent {
|
|
|
38
38
|
});
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
AbstractGroupNavigationComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
42
|
-
AbstractGroupNavigationComponentResolverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
41
|
+
AbstractGroupNavigationComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractGroupNavigationComponentResolverComponent, deps: [{ token: i1.GroupNavigationComponentResolverService }, { token: i0.Injector }, { token: i2.ActivatedRoute }, { token: i2.Router }, { token: i3.LoggerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
+
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 });
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractGroupNavigationComponentResolverComponent, decorators: [{
|
|
44
44
|
type: Component,
|
|
45
45
|
args: [{
|
|
46
46
|
selector: 'ncc-abstract-group-nagiation-resolver',
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Case search request page size
|
|
4
|
+
*/
|
|
5
|
+
export const NAE_URI_NODE_CASES_PAGE_SIZE = new InjectionToken('NaeUriNodeCasesPageSize');
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2l6ZS1tZW51LWluamVjdGlvbi10b2tlbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy1jb3JlL3NyYy9saWIvbmF2aWdhdGlvbi9tb2RlbC9zaXplLW1lbnUtaW5qZWN0aW9uLXRva2VuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFN0M7O0dBRUc7QUFDSCxNQUFNLENBQUMsTUFBTSw0QkFBNEIsR0FBRyxJQUFJLGNBQWMsQ0FBUyx5QkFBeUIsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtJbmplY3Rpb25Ub2tlbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogQ2FzZSBzZWFyY2ggcmVxdWVzdCBwYWdlIHNpemVcbiAqL1xuZXhwb3J0IGNvbnN0IE5BRV9VUklfTk9ERV9DQVNFU19QQUdFX1NJWkUgPSBuZXcgSW5qZWN0aW9uVG9rZW48c3RyaW5nPignTmFlVXJpTm9kZUNhc2VzUGFnZVNpemUnKTtcbiJdfQ==
|