@quadrel-enterprise-ui/framework 18.21.0 → 18.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/button/__mocks__/mock-button-grid.component.mjs +10 -15
- package/esm2022/lib/button/__mocks__/mock-button-stack-button.component.mjs +15 -24
- package/esm2022/lib/button/__mocks__/mock-button-stack.component.mjs +10 -15
- package/esm2022/lib/button/__mocks__/mock-button.component.mjs +20 -32
- package/esm2022/lib/button/__mocks__/mock-button.directives.mjs +13 -13
- package/esm2022/lib/button/__mocks__/mock-button.module.mjs +40 -41
- package/esm2022/lib/button/__mocks__/mock-icon-button.component.mjs +12 -21
- package/esm2022/lib/button/button/additional-info/button-additional-info.component.mjs +15 -24
- package/esm2022/lib/button/button/button.component.mjs +32 -59
- package/esm2022/lib/button/button-grid/button-grid.component.mjs +7 -13
- package/esm2022/lib/button/button-stack/button-stack-button/button-stack-button.component.mjs +14 -58
- package/esm2022/lib/button/button-stack/button-stack-container/button-stack.component.mjs +12 -16
- package/esm2022/lib/button/button.module.mjs +62 -63
- package/esm2022/lib/button/directives/button.directives.mjs +13 -13
- package/esm2022/lib/button/icon-button/icon-button.component.mjs +18 -27
- package/esm2022/lib/button/menu-button/menu-button.component.mjs +24 -119
- package/esm2022/lib/chips/__mocks__/mock-chip.component.mjs +24 -35
- package/esm2022/lib/chips/__mocks__/mock-chips.module.mjs +12 -13
- package/esm2022/lib/chips/chip/chip.component.mjs +21 -50
- package/esm2022/lib/chips/chips.module.mjs +12 -13
- package/esm2022/lib/comments/add-comment/add-comment-dialog.component.mjs +12 -80
- package/esm2022/lib/comments/comments.component.mjs +12 -106
- package/esm2022/lib/comments/comments.module.mjs +32 -33
- package/esm2022/lib/comments/menu/comment-menu.component.mjs +11 -28
- package/esm2022/lib/comments/pipes/stripe-html.pipe.mjs +9 -9
- package/esm2022/lib/contact-card/__mocks__/mock-contact-card.component.mjs +12 -18
- package/esm2022/lib/contact-card/__mocks__/mock-contact-card.module.mjs +12 -13
- package/esm2022/lib/contact-card/contact-card.component.mjs +18 -168
- package/esm2022/lib/contact-card/contact-card.module.mjs +12 -13
- package/esm2022/lib/contact-card/menu/contact-card-menu.component.mjs +16 -66
- package/esm2022/lib/container/__mocks__/mock-action-footer.component.mjs +10 -15
- package/esm2022/lib/container/__mocks__/mock-container-create-content.component.mjs +14 -19
- package/esm2022/lib/container/__mocks__/mock-container-create-default.component.mjs +12 -17
- package/esm2022/lib/container/__mocks__/mock-container-section.component.mjs +12 -20
- package/esm2022/lib/container/__mocks__/mock-container-toolbar-action.component.mjs +26 -32
- package/esm2022/lib/container/__mocks__/mock-container-toolbar-filter.component.mjs +10 -15
- package/esm2022/lib/container/__mocks__/mock-container-toolbar-title.component.mjs +10 -15
- package/esm2022/lib/container/__mocks__/mock-container-toolbar.component.mjs +10 -15
- package/esm2022/lib/container/__mocks__/mock-container.component.mjs +26 -38
- package/esm2022/lib/container/__mocks__/mock-container.module.mjs +68 -69
- package/esm2022/lib/container/__mocks__/mock-create-delete-alert.component.mjs +10 -11
- package/esm2022/lib/container/__mocks__/mock-form-group.component.mjs +28 -41
- package/esm2022/lib/container/container.component.mjs +59 -265
- package/esm2022/lib/container/container.module.mjs +44 -45
- package/esm2022/lib/container/section/container-section.component.mjs +9 -127
- package/esm2022/lib/container/section/header/container-section-header.component.mjs +7 -12
- package/esm2022/lib/container/section/info/container-section-info.component.mjs +7 -12
- package/esm2022/lib/container/services/container-action.service.mjs +6 -6
- package/esm2022/lib/container/services/container-layout.service.mjs +6 -6
- package/esm2022/lib/container/toolbar/action/container-toolbar-action.component.mjs +17 -43
- package/esm2022/lib/container/toolbar/container-toolbar.component.mjs +34 -77
- package/esm2022/lib/container/toolbar/filter/container-toolbar-filter.component.mjs +7 -12
- package/esm2022/lib/container/toolbar/title/container-toolbar-title.component.mjs +7 -12
- package/esm2022/lib/content-grid/__mocks__/mock-content-grid-column.mjs +10 -15
- package/esm2022/lib/content-grid/__mocks__/mock-content-grid-row.mjs +10 -15
- package/esm2022/lib/content-grid/__mocks__/mock-content-grid.mjs +10 -15
- package/esm2022/lib/content-grid/__mocks__/mock-content-grid.module.mjs +11 -12
- package/esm2022/lib/content-grid/content-grid/content-grid.component.mjs +9 -14
- package/esm2022/lib/content-grid/content-grid-column/content-grid-column.component.mjs +7 -12
- package/esm2022/lib/content-grid/content-grid-row/content-grid-row.component.mjs +7 -12
- package/esm2022/lib/content-grid/content-grid.module.mjs +12 -13
- package/esm2022/lib/core/__mocks__/mock-core.module.mjs +31 -32
- package/esm2022/lib/core/__mocks__/mock-disabled.directive.mjs +10 -10
- package/esm2022/lib/core/__mocks__/mock-popover-on-click.directive.mjs +42 -44
- package/esm2022/lib/core/__mocks__/mock-rwd-disabled.directive.mjs +10 -10
- package/esm2022/lib/core/__mocks__/mock-translate.pipe.mjs +7 -7
- package/esm2022/lib/core/__mocks__/mock-visually-hidden.directive.mjs +10 -10
- package/esm2022/lib/core/autofocus/autofocus.directive.mjs +11 -11
- package/esm2022/lib/core/autofocus/autofocus.module.mjs +12 -13
- package/esm2022/lib/core/autofocus/autofocus.service.mjs +9 -9
- package/esm2022/lib/core/breadcrumbs/breadcrumbs.component.mjs +9 -72
- package/esm2022/lib/core/breadcrumbs/breadcrumbs.module.mjs +12 -13
- package/esm2022/lib/core/breadcrumbs/services/breadcrumbs.service.mjs +9 -9
- package/esm2022/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.mjs +9 -9
- package/esm2022/lib/core/core.module.mjs +36 -37
- package/esm2022/lib/core/data-facets/blank/data-facets-blank.component.mjs +20 -23
- package/esm2022/lib/core/data-facets/boolean/data-facets-boolean.component.mjs +11 -18
- package/esm2022/lib/core/data-facets/chip/data-facets-chip.component.mjs +15 -54
- package/esm2022/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.mjs +13 -27
- package/esm2022/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.mjs +21 -50
- package/esm2022/lib/core/data-facets/currency/data-facets-currency.component.mjs +15 -23
- package/esm2022/lib/core/data-facets/data-facets-context.service.mjs +6 -6
- package/esm2022/lib/core/data-facets/data-facets.module.mjs +38 -39
- package/esm2022/lib/core/data-facets/date/data-facets-date.component.mjs +15 -23
- package/esm2022/lib/core/data-facets/icon/data-facets-icon.component.mjs +11 -24
- package/esm2022/lib/core/data-facets/integer/data-facets-integer.component.mjs +11 -18
- package/esm2022/lib/core/data-facets/link/data-facets-link.component.mjs +17 -59
- package/esm2022/lib/core/data-facets/progress/data-facets-progress.component.mjs +11 -37
- package/esm2022/lib/core/data-facets/status/data-facets-status.component.mjs +11 -24
- package/esm2022/lib/core/data-facets/text/data-facets-text.component.mjs +18 -58
- package/esm2022/lib/core/disabled/disabled.directive.mjs +10 -10
- package/esm2022/lib/core/focusable/focusable.directive.mjs +14 -14
- package/esm2022/lib/core/focusable/focusable.module.mjs +11 -12
- package/esm2022/lib/core/pipes/file-size.pipe.mjs +12 -12
- package/esm2022/lib/core/pipes/placeholder.pipe.mjs +7 -7
- package/esm2022/lib/core/pipes/placeholders.pipe.mjs +7 -7
- package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +7 -7
- package/esm2022/lib/core/popover/popover/popover.component.mjs +11 -19
- package/esm2022/lib/core/popover/popover-on-click/popover-on-click.directive.mjs +54 -56
- package/esm2022/lib/core/popover/popover-on-hover/popover-on-hover.directive.mjs +25 -27
- package/esm2022/lib/core/popover/popover-parent.service.mjs +6 -6
- package/esm2022/lib/core/popover/popover-sizing.service.mjs +6 -6
- package/esm2022/lib/core/popover/popover.module.mjs +13 -14
- package/esm2022/lib/core/popover/popover.service.mjs +6 -6
- package/esm2022/lib/core/projection-guard/projection-guard.component.mjs +11 -16
- package/esm2022/lib/core/rwd-disabled/rwd-disabled.directive.mjs +10 -10
- package/esm2022/lib/core/services/breakpoint.service.mjs +9 -9
- package/esm2022/lib/core/services/element.service.mjs +9 -9
- package/esm2022/lib/core/services/event-broker.service.mjs +6 -6
- package/esm2022/lib/core/services/push-events.service.mjs +9 -9
- package/esm2022/lib/core/services/scrolling.service.mjs +9 -9
- package/esm2022/lib/core/services/translate.service.mjs +9 -9
- package/esm2022/lib/core/tooltip/tooltip/tooltip.component.mjs +9 -38
- package/esm2022/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.mjs +9 -9
- package/esm2022/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.mjs +17 -19
- package/esm2022/lib/core/tooltip/tooltip.module.mjs +12 -13
- package/esm2022/lib/core/visually-hidden/visually-hidden.directive.mjs +10 -10
- package/esm2022/lib/dialog/action/dialog-action.component.mjs +7 -12
- package/esm2022/lib/dialog/auth-session-end/dialog-auth-session-end.component.mjs +7 -30
- package/esm2022/lib/dialog/confirmation/dialog-confirmation.component.mjs +42 -252
- package/esm2022/lib/dialog/dialog.component.mjs +16 -76
- package/esm2022/lib/dialog/dialog.module.mjs +68 -69
- package/esm2022/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.mjs +7 -14
- package/esm2022/lib/dialog/record-stepper/dialog-record-stepper.component.mjs +18 -34
- package/esm2022/lib/dialog/services/dialog-auth-session-end.service.mjs +9 -9
- package/esm2022/lib/dialog/services/dialog.service.mjs +9 -9
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.mjs +12 -18
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.mjs +14 -19
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.mjs +16 -23
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-item-name.component.mjs +12 -17
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-item-size.component.mjs +12 -17
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.mjs +22 -29
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-item.component.mjs +26 -33
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector.component.mjs +10 -11
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector.module.mjs +28 -29
- package/esm2022/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.mjs +7 -63
- package/esm2022/lib/file-collector/dialog/file-collector-dialog.component.mjs +9 -31
- package/esm2022/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.mjs +9 -80
- package/esm2022/lib/file-collector/dialog/item/file-collector-dialog-item.component.mjs +19 -53
- package/esm2022/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.mjs +11 -57
- package/esm2022/lib/file-collector/file-collector.component.mjs +24 -80
- package/esm2022/lib/file-collector/file-collector.module.mjs +58 -59
- package/esm2022/lib/file-collector/file-delete-dialog/file-delete-dialog.component.mjs +7 -28
- package/esm2022/lib/file-collector/item/file-collector-item.component.mjs +24 -45
- package/esm2022/lib/file-collector/item/name/file-collector-item-name.component.mjs +9 -17
- package/esm2022/lib/file-collector/item/size/file-collector-item-size.component.mjs +9 -19
- package/esm2022/lib/file-collector/item/tools/file-collector-item-tools.component.mjs +19 -37
- package/esm2022/lib/file-collector/item/upload-timestamp/upload-timestamp.component.mjs +9 -15
- package/esm2022/lib/file-collector/pipes/filesize.pipe.mjs +9 -9
- package/esm2022/lib/file-collector/pipes/upload-timestamp.pipe.mjs +7 -7
- package/esm2022/lib/file-collector/services/file-collector-validation.service.mjs +6 -6
- package/esm2022/lib/file-collector/services/file-collector.service.mjs +9 -9
- package/esm2022/lib/file-collector/services/file-type.service.mjs +9 -9
- package/esm2022/lib/filter/__mocks__/mock-filter-category-boolean.mjs +20 -27
- package/esm2022/lib/filter/__mocks__/mock-filter-category-date-range.mjs +22 -30
- package/esm2022/lib/filter/__mocks__/mock-filter-category-date.mjs +22 -30
- package/esm2022/lib/filter/__mocks__/mock-filter-category-free-text.mjs +22 -29
- package/esm2022/lib/filter/__mocks__/mock-filter-category-select.mjs +20 -27
- package/esm2022/lib/filter/__mocks__/mock-filter-category.mjs +22 -30
- package/esm2022/lib/filter/__mocks__/mock-filter-item-boolean.mjs +24 -31
- package/esm2022/lib/filter/__mocks__/mock-filter-item-date-range.mjs +24 -32
- package/esm2022/lib/filter/__mocks__/mock-filter-item-date.mjs +24 -32
- package/esm2022/lib/filter/__mocks__/mock-filter-item-free-text.mjs +24 -31
- package/esm2022/lib/filter/__mocks__/mock-filter-item-multi-select.mjs +22 -29
- package/esm2022/lib/filter/__mocks__/mock-filter-item-single-select.mjs +22 -29
- package/esm2022/lib/filter/__mocks__/mock-filter.mjs +20 -28
- package/esm2022/lib/filter/__mocks__/mock-filter.module.mjs +68 -69
- package/esm2022/lib/filter/__mocks__/mock-filter.service.mjs +6 -6
- package/esm2022/lib/filter/__mocks__/mock-localeDate.pipe.mjs +7 -7
- package/esm2022/lib/filter/category/boolean/filter-category-boolean.component.mjs +14 -19
- package/esm2022/lib/filter/category/date/filter-category-date.component.mjs +16 -51
- package/esm2022/lib/filter/category/date-range/filter-category-date-range.component.mjs +16 -89
- package/esm2022/lib/filter/category/filter-category.component.mjs +30 -141
- package/esm2022/lib/filter/category/free-text/filter-category-free-text.component.mjs +16 -38
- package/esm2022/lib/filter/category/select/filter-category-select.component.mjs +17 -222
- package/esm2022/lib/filter/filter-service/filter.service.mjs +9 -9
- package/esm2022/lib/filter/filter.component.mjs +24 -90
- package/esm2022/lib/filter/filter.module.mjs +59 -60
- package/esm2022/lib/filter/item/boolean/filter-item-boolean.component.mjs +21 -32
- package/esm2022/lib/filter/item/date/filter-item-date.component.mjs +23 -34
- package/esm2022/lib/filter/item/date-range/filter-item-date-range.component.mjs +26 -38
- package/esm2022/lib/filter/item/free-text/filter-item-free-text.component.mjs +23 -34
- package/esm2022/lib/filter/item/multi-select/filter-item-multi-select.component.mjs +19 -29
- package/esm2022/lib/filter/item/single-select/filter-item-single-select.component.mjs +21 -33
- package/esm2022/lib/filter/pipes/localeDate.pipe.mjs +7 -7
- package/esm2022/lib/filter/services/dependent-filters.service.mjs +6 -6
- package/esm2022/lib/filter/services/filter-router-connector.service.mjs +13 -13
- package/esm2022/lib/forms/__mocks__/mock-calendar.component.mjs +18 -23
- package/esm2022/lib/forms/__mocks__/mock-checkbox-chips-item.component.mjs +15 -21
- package/esm2022/lib/forms/__mocks__/mock-checkbox-chips.component.mjs +20 -28
- package/esm2022/lib/forms/__mocks__/mock-checkbox.component.mjs +22 -31
- package/esm2022/lib/forms/__mocks__/mock-checkboxes.component.mjs +22 -30
- package/esm2022/lib/forms/__mocks__/mock-datepicker.component.mjs +20 -27
- package/esm2022/lib/forms/__mocks__/mock-dropdown.component.mjs +28 -36
- package/esm2022/lib/forms/__mocks__/mock-filter-form-items.component.mjs +18 -25
- package/esm2022/lib/forms/__mocks__/mock-form-error.component.mjs +12 -17
- package/esm2022/lib/forms/__mocks__/mock-form-group-error.component.mjs +14 -19
- package/esm2022/lib/forms/__mocks__/mock-form-hint.component.mjs +21 -26
- package/esm2022/lib/forms/__mocks__/mock-form-label.component.mjs +26 -30
- package/esm2022/lib/forms/__mocks__/mock-form-readonly.component.mjs +17 -24
- package/esm2022/lib/forms/__mocks__/mock-form-viewonly.component.mjs +17 -24
- package/esm2022/lib/forms/__mocks__/mock-forms.module.mjs +91 -92
- package/esm2022/lib/forms/__mocks__/mock-input.component.mjs +52 -64
- package/esm2022/lib/forms/__mocks__/mock-pin-code.component.mjs +39 -43
- package/esm2022/lib/forms/__mocks__/mock-radio-buttons.component.mjs +22 -30
- package/esm2022/lib/forms/__mocks__/mock-switch.component.mjs +26 -35
- package/esm2022/lib/forms/__mocks__/mock-switches.component.mjs +24 -32
- package/esm2022/lib/forms/__mocks__/mock-textarea.component.mjs +24 -32
- package/esm2022/lib/forms/checkbox-chips/checkbox-chips.component.mjs +58 -112
- package/esm2022/lib/forms/checkbox-chips/item/checkbox-chips-item.component.mjs +18 -47
- package/esm2022/lib/forms/checkbox-chips/services/checkbox-chips.service.mjs +6 -6
- package/esm2022/lib/forms/checkboxes/checkbox/checkbox.component.mjs +39 -79
- package/esm2022/lib/forms/checkboxes/checkboxes-service/checkboxes.service.mjs +6 -6
- package/esm2022/lib/forms/checkboxes/checkboxes.component.mjs +85 -159
- package/esm2022/lib/forms/datepicker/calendar/calendar.component.mjs +15 -183
- package/esm2022/lib/forms/datepicker/datepicker.component.mjs +82 -164
- package/esm2022/lib/forms/datepicker/service/timepicker.service.mjs +9 -9
- package/esm2022/lib/forms/dropdown/dropdown.component.mjs +118 -200
- package/esm2022/lib/forms/dropdown/options/dropdown-options.component.mjs +28 -100
- package/esm2022/lib/forms/file-upload/file-upload.component.mjs +58 -209
- package/esm2022/lib/forms/file-upload/services/file-upload.service.mjs +11 -11
- package/esm2022/lib/forms/forms/forms.component.mjs +7 -12
- package/esm2022/lib/forms/input/input.component.mjs +103 -253
- package/esm2022/lib/forms/input/options/input-options.component.mjs +23 -104
- package/esm2022/lib/forms/input/options/input-options.directive.mjs +28 -30
- package/esm2022/lib/forms/input/units/input-units.component.mjs +18 -78
- package/esm2022/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.mjs +27 -85
- package/esm2022/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.mjs +25 -77
- package/esm2022/lib/forms/multi-input/multi-input-service/multi-input.service.mjs +6 -6
- package/esm2022/lib/forms/multi-input/multi-input.component.mjs +110 -236
- package/esm2022/lib/forms/pin-code/pin-code-service/pin-code.service.mjs +6 -6
- package/esm2022/lib/forms/pin-code/pin-code.component.mjs +78 -146
- package/esm2022/lib/forms/qd-form.module.mjs +126 -127
- package/esm2022/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.mjs +6 -6
- package/esm2022/lib/forms/radio-buttons/radio-buttons.component.mjs +91 -185
- package/esm2022/lib/forms/reactive-forms/controls/form-array-factory.service.mjs +9 -9
- package/esm2022/lib/forms/reactive-forms/controls/form-builder.mjs +7 -7
- package/esm2022/lib/forms/richtext/richtext.component.mjs +50 -134
- package/esm2022/lib/forms/shared/components/filter-form-items/filter-form-items.component.mjs +14 -27
- package/esm2022/lib/forms/shared/components/form-error/form-error.component.mjs +9 -24
- package/esm2022/lib/forms/shared/components/form-hint/form-hint.component.mjs +18 -69
- package/esm2022/lib/forms/shared/components/form-input/form-input.component.mjs +15 -30
- package/esm2022/lib/forms/shared/components/form-label/form-label.component.mjs +31 -59
- package/esm2022/lib/forms/shared/components/form-readonly/form-readonly.component.mjs +14 -51
- package/esm2022/lib/forms/shared/components/form-viewonly/form-viewonly.component.mjs +14 -51
- package/esm2022/lib/forms/shared/services/action-emitter.service.mjs +6 -6
- package/esm2022/lib/forms/shared/services/form-keyboard.service.mjs +6 -6
- package/esm2022/lib/forms/shared/services/form-options.service.mjs +6 -6
- package/esm2022/lib/forms/shared/services/options-resolver.registry.mjs +11 -11
- package/esm2022/lib/forms/switches/switch/switch.component.mjs +24 -63
- package/esm2022/lib/forms/switches/switches-service/switches.service.mjs +6 -6
- package/esm2022/lib/forms/switches/switches.component.mjs +79 -132
- package/esm2022/lib/forms/textarea/textarea.component.mjs +77 -141
- package/esm2022/lib/grid/__mocks__/mock-column.directive.mjs +12 -12
- package/esm2022/lib/grid/__mocks__/mock-columns.directive.mjs +12 -12
- package/esm2022/lib/grid/__mocks__/mock-grid.module.mjs +11 -12
- package/esm2022/lib/grid/directives/column-auto-fill.directive.mjs +9 -9
- package/esm2022/lib/grid/directives/column-break-before.directive.mjs +9 -9
- package/esm2022/lib/grid/directives/column-disable-responsive-colspans.directive.mjs +9 -9
- package/esm2022/lib/grid/directives/column-full-grid-width.directive.mjs +9 -9
- package/esm2022/lib/grid/directives/column-next-in-same-row.directive.mjs +9 -9
- package/esm2022/lib/grid/directives/column.directive.mjs +14 -14
- package/esm2022/lib/grid/directives/columns-disable-auto-fill.directive.mjs +9 -9
- package/esm2022/lib/grid/directives/columns-disable-responsive-colspans.directive.mjs +9 -9
- package/esm2022/lib/grid/directives/columns-max.directive.mjs +11 -11
- package/esm2022/lib/grid/directives/columns.directive.mjs +13 -13
- package/esm2022/lib/grid/grid.component.mjs +14 -32
- package/esm2022/lib/grid/grid.module.mjs +57 -58
- package/esm2022/lib/grid/services/grid-auto-fill.service.mjs +6 -6
- package/esm2022/lib/grid/services/grid.service.mjs +6 -6
- package/esm2022/lib/grid/subgrid/subgrid.component.mjs +14 -32
- package/esm2022/lib/icon/__mocks__/mock-icon.component.mjs +22 -32
- package/esm2022/lib/icon/__mocks__/mock-icon.module.mjs +11 -12
- package/esm2022/lib/icon/icon/icon.component.mjs +18 -25
- package/esm2022/lib/icon/icon.module.mjs +12 -13
- package/esm2022/lib/image/__mocks__/mock-image.component.mjs +20 -25
- package/esm2022/lib/image/__mocks__/mock-image.module.mjs +11 -12
- package/esm2022/lib/image/image/image.component.mjs +20 -55
- package/esm2022/lib/image/image.module.mjs +12 -13
- package/esm2022/lib/layout/__mocks__/mock-action-bar.component.mjs +28 -33
- package/esm2022/lib/layout/__mocks__/mock-active-content-tab.directive.mjs +12 -12
- package/esm2022/lib/layout/__mocks__/mock-button-enabled.directive.mjs +14 -14
- package/esm2022/lib/layout/__mocks__/mock-layout-container.component.mjs +10 -15
- package/esm2022/lib/layout/__mocks__/mock-layout-renderer.component.mjs +25 -30
- package/esm2022/lib/layout/__mocks__/mock-layout.module.mjs +80 -81
- package/esm2022/lib/layout/__mocks__/mock-page-process-header-title.component.mjs +10 -15
- package/esm2022/lib/layout/__mocks__/mock-page-process-header.component.mjs +46 -58
- package/esm2022/lib/layout/__mocks__/mock-page-title.component.mjs +10 -15
- package/esm2022/lib/layout/__mocks__/mock-panel-title.component.mjs +12 -20
- package/esm2022/lib/layout/__mocks__/mock-panel.component.mjs +16 -24
- package/esm2022/lib/layout/__mocks__/mock-truncated-text.directive.mjs +29 -39
- package/esm2022/lib/layout/action-bar/action-bar.component.mjs +28 -42
- package/esm2022/lib/layout/action-bar/button-enabled.directive.mjs +14 -14
- package/esm2022/lib/layout/container/container.component.mjs +43 -101
- package/esm2022/lib/layout/content/page-process-header/page-process-header/page-process-header.component.mjs +72 -248
- package/esm2022/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.mjs +7 -14
- package/esm2022/lib/layout/content/page-title/page-title.component.mjs +9 -37
- package/esm2022/lib/layout/directives/active-content-tab.directive.mjs +12 -12
- package/esm2022/lib/layout/directives/calculate-full-height.directive.mjs +11 -11
- package/esm2022/lib/layout/directives/viewport-adaptive.directive.mjs +20 -20
- package/esm2022/lib/layout/force-line-break/force-line-break.directive.mjs +10 -10
- package/esm2022/lib/layout/layout-renderer/layout-renderer.component.mjs +38 -98
- package/esm2022/lib/layout/layout.module.mjs +125 -126
- package/esm2022/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.mjs +57 -137
- package/esm2022/lib/layout/panel/container/panel.component.mjs +22 -48
- package/esm2022/lib/layout/panel/title/panel-title.component.mjs +22 -58
- package/esm2022/lib/layout/service/layout.service.mjs +9 -9
- package/esm2022/lib/layout/service/panel.service.mjs +6 -6
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-caption.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-container.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-header.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-item.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-value.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-list.module.mjs +67 -68
- package/esm2022/lib/lists/__mocks__/mock-status-error.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-status-pairs-caption.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-status-pairs-item.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-status-pairs-value.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-status-pairs.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-vertical-pairs-caption.component.mjs +12 -17
- package/esm2022/lib/lists/__mocks__/mock-vertical-pairs-item.component.mjs +10 -15
- package/esm2022/lib/lists/__mocks__/mock-vertical-pairs-value.component.mjs +12 -17
- package/esm2022/lib/lists/__mocks__/mock-vertical-pairs.component.mjs +10 -15
- package/esm2022/lib/lists/list.module.mjs +86 -87
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.mjs +7 -14
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.mjs +7 -18
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.mjs +9 -14
- package/esm2022/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.mjs +15 -27
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.mjs +7 -25
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.mjs +12 -19
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.mjs +7 -12
- package/esm2022/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.mjs +9 -14
- package/esm2022/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.mjs +9 -35
- package/esm2022/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.mjs +7 -12
- package/esm2022/lib/master-layout/__mocks__/mock-header-widget.component.mjs +30 -43
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout-banner.component.mjs +10 -11
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout-footer.component.mjs +10 -15
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout-header.component.mjs +24 -35
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout.component.mjs +18 -29
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout.module.mjs +32 -33
- package/esm2022/lib/master-layout/header-widget/header-widget.component.mjs +47 -69
- package/esm2022/lib/master-layout/master-layout/master-layout.component.mjs +24 -71
- package/esm2022/lib/master-layout/master-layout-banner/master-layout-banner.component.mjs +15 -31
- package/esm2022/lib/master-layout/master-layout-footer/master-layout-footer.component.mjs +10 -46
- package/esm2022/lib/master-layout/master-layout-header/master-layout-header.component.mjs +34 -106
- package/esm2022/lib/master-layout/master-layout.module.mjs +55 -56
- package/esm2022/lib/master-layout/service/language-from-url.service.mjs +13 -13
- package/esm2022/lib/master-layout/service/master-layout.service.mjs +9 -9
- package/esm2022/lib/master-layout/service-navigation/service-navigation.component.mjs +9 -14
- package/esm2022/lib/navigation/stepper/__mocks__/mock-step-action.component.mjs +32 -39
- package/esm2022/lib/navigation/stepper/__mocks__/mock-step-item.component.mjs +34 -46
- package/esm2022/lib/navigation/stepper/__mocks__/mock-step.component.mjs +32 -43
- package/esm2022/lib/navigation/stepper/__mocks__/mock-stepper.component.mjs +16 -23
- package/esm2022/lib/navigation/stepper/__mocks__/mock-stepper.module.mjs +12 -13
- package/esm2022/lib/navigation/stepper/step/step.component.mjs +42 -60
- package/esm2022/lib/navigation/stepper/step-action/step-action.component.mjs +34 -89
- package/esm2022/lib/navigation/stepper/step-item/step-item.component.mjs +48 -103
- package/esm2022/lib/navigation/stepper/stepper/stepper.component.mjs +33 -81
- package/esm2022/lib/navigation/stepper/stepper.module.mjs +12 -13
- package/esm2022/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.mjs +12 -13
- package/esm2022/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.mjs +15 -26
- package/esm2022/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.mjs +11 -17
- package/esm2022/lib/navigation/tab-bar/tab-bar.module.mjs +12 -13
- package/esm2022/lib/navigation/tab-bar/tab-link/tab-link.component.mjs +17 -29
- package/esm2022/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.mjs +7 -13
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tab-action.component.mjs +22 -29
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tab-item.component.mjs +32 -43
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.mjs +18 -26
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tab.component.mjs +32 -45
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.mjs +16 -19
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tabs.component.mjs +22 -32
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tabs.module.mjs +36 -37
- package/esm2022/lib/navigation/tabs/services/tabs.service.mjs +6 -6
- package/esm2022/lib/navigation/tabs/tab/tab.component.mjs +36 -54
- package/esm2022/lib/navigation/tabs/tab-action/tab-action.component.mjs +14 -27
- package/esm2022/lib/navigation/tabs/tab-item/tab-item.component.mjs +38 -77
- package/esm2022/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.mjs +12 -41
- package/esm2022/lib/navigation/tabs/tabs/tabs.component.mjs +31 -94
- package/esm2022/lib/navigation/tabs/tabs.module.mjs +27 -28
- package/esm2022/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.mjs +14 -19
- package/esm2022/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.mjs +10 -11
- package/esm2022/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.mjs +11 -12
- package/esm2022/lib/navigation-tiles/navigation-tile/navigation-tile.component.mjs +11 -29
- package/esm2022/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.mjs +7 -13
- package/esm2022/lib/navigation-tiles/navigation-tiles.module.mjs +12 -13
- package/esm2022/lib/notifications/__mocks__/mock-notification.component.mjs +15 -24
- package/esm2022/lib/notifications/__mocks__/mock-notification.content.component.mjs +11 -16
- package/esm2022/lib/notifications/__mocks__/mock-notifications-service.service.mjs +9 -9
- package/esm2022/lib/notifications/__mocks__/mock-notifications.component.mjs +12 -17
- package/esm2022/lib/notifications/__mocks__/mock-notifications.module.mjs +13 -14
- package/esm2022/lib/notifications/directives/snackbar-listener.directive.mjs +9 -9
- package/esm2022/lib/notifications/notification/notification.component.mjs +14 -71
- package/esm2022/lib/notifications/notification-content/notification-content.component.mjs +7 -12
- package/esm2022/lib/notifications/notifications/notifications.component.mjs +9 -20
- package/esm2022/lib/notifications/notifications.module.mjs +31 -32
- package/esm2022/lib/notifications/services/notifications-http-interceptor.service.mjs +24 -24
- package/esm2022/lib/notifications/services/notifications-service.service.mjs +9 -9
- package/esm2022/lib/notifications/services/os-notifications/desktop-notifications.service.mjs +9 -9
- package/esm2022/lib/notifications/services/os-notifications/os-notifications.service.mjs +9 -9
- package/esm2022/lib/notifications/services/snackbar.service.mjs +9 -9
- package/esm2022/lib/notifications/snackbar/snackbar.component.mjs +9 -21
- package/esm2022/lib/page/__mocks__/mock-page-footer.component.mjs +10 -13
- package/esm2022/lib/page/__mocks__/mock-page-header.component.mjs +10 -14
- package/esm2022/lib/page/__mocks__/mock-page.component.mjs +12 -18
- package/esm2022/lib/page/__mocks__/mock-page.module.mjs +12 -13
- package/esm2022/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.mjs +7 -30
- package/esm2022/lib/page/control-panel/page-control-panel.component.mjs +10 -27
- package/esm2022/lib/page/footer/page-footer-custom-content.directive.mjs +9 -9
- package/esm2022/lib/page/footer/page-footer.component.mjs +7 -57
- package/esm2022/lib/page/info-banner/page-info-banner.component.mjs +13 -55
- package/esm2022/lib/page/object-header/context-select-dialog/context-select-dialog.component.mjs +7 -42
- package/esm2022/lib/page/object-header/dynamic-facet/dynamic-facet.component.mjs +14 -23
- package/esm2022/lib/page/object-header/dynamic-facet/dynamic-facet.directive.mjs +9 -9
- package/esm2022/lib/page/object-header/dynamic-facets.service.mjs +6 -6
- package/esm2022/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.mjs +11 -22
- package/esm2022/lib/page/object-header/facets/date-facet/date-facet.component.mjs +11 -25
- package/esm2022/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.mjs +11 -42
- package/esm2022/lib/page/object-header/facets/progress-facet/progress-facet.component.mjs +11 -16
- package/esm2022/lib/page/object-header/facets/references-facet/references-facet.component.mjs +11 -33
- package/esm2022/lib/page/object-header/facets/single-select-facet/single-select-facet.component.mjs +11 -38
- package/esm2022/lib/page/object-header/facets/status-facet/status-facet.component.mjs +11 -21
- package/esm2022/lib/page/object-header/facets/value-facet/value-facet.component.mjs +11 -17
- package/esm2022/lib/page/object-header/page-object-header.component.mjs +31 -393
- package/esm2022/lib/page/page.component.mjs +42 -150
- package/esm2022/lib/page/page.module.mjs +102 -103
- package/esm2022/lib/page/shared/directives/connect-form-state-to-page.directive.mjs +17 -17
- package/esm2022/lib/page/shared/services/context.service.mjs +9 -9
- package/esm2022/lib/page/shared/services/form-group-manager.service.mjs +6 -6
- package/esm2022/lib/page/shared/services/page-footer.service.mjs +6 -6
- package/esm2022/lib/page/shared/services/page-store.service.mjs +6 -6
- package/esm2022/lib/page/shared/services/page-submit-action.service.mjs +6 -6
- package/esm2022/lib/page/shared/services/resolver-trigger.service.mjs +8 -8
- package/esm2022/lib/page-stepper/adaptors/page-stepper-adapter.directive.mjs +9 -9
- package/esm2022/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.mjs +20 -33
- package/esm2022/lib/page-stepper/header/page-step-header.component.mjs +30 -45
- package/esm2022/lib/page-stepper/page-step/page-step.component.mjs +29 -49
- package/esm2022/lib/page-stepper/page-stepper.component.mjs +32 -137
- package/esm2022/lib/page-stepper/page-stepper.module.mjs +34 -35
- package/esm2022/lib/page-tabs/adaptors/page-tabs-adapter.directive.mjs +9 -9
- package/esm2022/lib/page-tabs/page-tab/page-tab.component.mjs +29 -49
- package/esm2022/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.mjs +12 -51
- package/esm2022/lib/page-tabs/page-tab-header/page-tab-header.component.mjs +28 -41
- package/esm2022/lib/page-tabs/page-tabs.component.mjs +18 -70
- package/esm2022/lib/page-tabs/page-tabs.module.mjs +32 -33
- package/esm2022/lib/panel-section/actions/panel-section-actions.component.mjs +9 -40
- package/esm2022/lib/panel-section/panel-section.component.mjs +23 -80
- package/esm2022/lib/panel-section/panel-section.module.mjs +28 -29
- package/esm2022/lib/panel-section/services/panel-section-action.service.mjs +6 -6
- package/esm2022/lib/panel-section/status/panel-section-status.component.mjs +13 -25
- package/esm2022/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.mjs +9 -29
- package/esm2022/lib/place-holder/__mocks__/mock-place-holder.component.mjs +13 -18
- package/esm2022/lib/place-holder/__mocks__/mock-place-holder.module.mjs +11 -12
- package/esm2022/lib/place-holder/place-holder/place-holder.component.mjs +9 -26
- package/esm2022/lib/place-holder/place-holder.module.mjs +12 -13
- package/esm2022/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.mjs +11 -12
- package/esm2022/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.mjs +18 -25
- package/esm2022/lib/progress-bar/__mocks__/mock-progress-bar.module.mjs +11 -12
- package/esm2022/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.mjs +7 -8
- package/esm2022/lib/progress-bar/percentage/percentage-progress-bar.component.mjs +15 -35
- package/esm2022/lib/progress-bar/progress-bar.module.mjs +12 -13
- package/esm2022/lib/qd-ui-mock.module.mjs +63 -64
- package/esm2022/lib/qd-ui.module.mjs +93 -94
- package/esm2022/lib/quick-edit/qd-ng-for.directive.mjs +13 -13
- package/esm2022/lib/quick-edit/quick-edit.component.mjs +39 -233
- package/esm2022/lib/quick-edit/quick-edit.module.mjs +34 -35
- package/esm2022/lib/search/__mocks__/mock-search.component.mjs +12 -18
- package/esm2022/lib/search/__mocks__/mock-search.module.mjs +12 -13
- package/esm2022/lib/search/search.component.mjs +15 -68
- package/esm2022/lib/search/search.module.mjs +24 -25
- package/esm2022/lib/search/services/search-router-connector.service.mjs +10 -10
- package/esm2022/lib/search/services/search-store.service.mjs +9 -9
- package/esm2022/lib/search/services/search.service.mjs +6 -6
- package/esm2022/lib/section/__mocks__/mock-section-toolbar.component.mjs +12 -18
- package/esm2022/lib/section/__mocks__/mock-section.component.mjs +12 -18
- package/esm2022/lib/section/__mocks__/mock-section.module.mjs +12 -13
- package/esm2022/lib/section/adaptors/section-adapter.directive.mjs +9 -9
- package/esm2022/lib/section/connectors/table/connector-table-context.directive.mjs +11 -11
- package/esm2022/lib/section/connectors/table/connector-table-filter.directive.mjs +13 -13
- package/esm2022/lib/section/connectors/table/connector-table-search.directive.mjs +13 -13
- package/esm2022/lib/section/section.component.mjs +24 -44
- package/esm2022/lib/section/section.module.mjs +52 -53
- package/esm2022/lib/section/services/section-toolbar-action.service.mjs +6 -6
- package/esm2022/lib/section/services/toolbar-components.service.mjs +6 -6
- package/esm2022/lib/section/toolbar/action/section-toolbar-action.component.mjs +11 -45
- package/esm2022/lib/section/toolbar/section-toolbar.component.mjs +12 -66
- package/esm2022/lib/shell/__mocks__/mock-counter-badge.component.mjs +10 -11
- package/esm2022/lib/shell/__mocks__/mock-header-widget-desktop.component.mjs +19 -25
- package/esm2022/lib/shell/__mocks__/mock-header-widget-mobile.component.mjs +19 -25
- package/esm2022/lib/shell/__mocks__/mock-shell-footer.component.mjs +10 -12
- package/esm2022/lib/shell/__mocks__/mock-shell-header-banner.component.mjs +10 -11
- package/esm2022/lib/shell/__mocks__/mock-shell-header-search.component.mjs +10 -11
- package/esm2022/lib/shell/__mocks__/mock-shell-header-widget.component.mjs +12 -13
- package/esm2022/lib/shell/__mocks__/mock-shell-header.component.mjs +12 -19
- package/esm2022/lib/shell/__mocks__/mock-shell-toolbar-item.component.mjs +12 -19
- package/esm2022/lib/shell/__mocks__/mock-shell-toolbar.component.mjs +10 -11
- package/esm2022/lib/shell/__mocks__/mock-shell.component.mjs +12 -18
- package/esm2022/lib/shell/__mocks__/mock-shell.module.mjs +52 -53
- package/esm2022/lib/shell/footer/shell-footer.component.mjs +11 -49
- package/esm2022/lib/shell/header/banner/shell-header-banner.component.mjs +10 -26
- package/esm2022/lib/shell/header/counter-badge/counter-badge.component.mjs +9 -15
- package/esm2022/lib/shell/header/search/shell-header-search.component.mjs +7 -12
- package/esm2022/lib/shell/header/service-navigation/shell-service-navigation.component.mjs +17 -37
- package/esm2022/lib/shell/header/service-navigation/shell-service-navigation.module.mjs +13 -14
- package/esm2022/lib/shell/header/shell-header.component.mjs +26 -163
- package/esm2022/lib/shell/header/toolbar/shell-toolbar.component.mjs +9 -22
- package/esm2022/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.mjs +9 -28
- package/esm2022/lib/shell/header/widget/shell-header-widget.component.mjs +20 -42
- package/esm2022/lib/shell/left/navigation/link/shell-left-navigation-link.component.mjs +11 -28
- package/esm2022/lib/shell/left/navigation/shell-left-navigation.component.mjs +9 -23
- package/esm2022/lib/shell/left/shell-left.component.mjs +12 -20
- package/esm2022/lib/shell/right/notification/shell-notification.component.mjs +14 -63
- package/esm2022/lib/shell/right/notifications/shell-notifications.component.mjs +7 -32
- package/esm2022/lib/shell/right/shell-right.component.mjs +15 -30
- package/esm2022/lib/shell/right/toolbar/shell-right-toolbar.component.mjs +9 -24
- package/esm2022/lib/shell/services/banner.service.mjs +6 -6
- package/esm2022/lib/shell/services/eportal-language.service.mjs +6 -6
- package/esm2022/lib/shell/services/navigation.service.mjs +6 -6
- package/esm2022/lib/shell/services/pams-environment.service.mjs +11 -11
- package/esm2022/lib/shell/services/service-navigation.service.mjs +6 -6
- package/esm2022/lib/shell/services/shell-header-minimization.service.mjs +6 -6
- package/esm2022/lib/shell/services/shell-header-widget.service.mjs +6 -6
- package/esm2022/lib/shell/services/shell-left.service.mjs +6 -6
- package/esm2022/lib/shell/services/shell-right.service.mjs +6 -6
- package/esm2022/lib/shell/shell.component.mjs +29 -122
- package/esm2022/lib/shell/shell.module.mjs +74 -75
- package/esm2022/lib/spinner/spinner.component.mjs +7 -13
- package/esm2022/lib/spinner/spinner.module.mjs +12 -13
- package/esm2022/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.mjs +10 -15
- package/esm2022/lib/status-indicator/__mocks__/mock-status-indicator-item.component.mjs +14 -20
- package/esm2022/lib/status-indicator/__mocks__/mock-status-indicator.component.mjs +22 -29
- package/esm2022/lib/status-indicator/__mocks__/mock-status-indicator.module.mjs +18 -19
- package/esm2022/lib/status-indicator/status-indicator/status-indicator.component.mjs +16 -45
- package/esm2022/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.mjs +7 -12
- package/esm2022/lib/status-indicator/status-indicator-item/status-indicator-item.component.mjs +20 -23
- package/esm2022/lib/status-indicator/status-indicator.module.mjs +12 -13
- package/esm2022/lib/table/__mocks__/mock-sort.component.mjs +19 -29
- package/esm2022/lib/table/__mocks__/mock-table-body-plain.component.mjs +18 -26
- package/esm2022/lib/table/__mocks__/mock-table-body-tree.component.mjs +18 -26
- package/esm2022/lib/table/__mocks__/mock-table-data-blank.component.mjs +11 -13
- package/esm2022/lib/table/__mocks__/mock-table-data-boolean.component.mjs +13 -19
- package/esm2022/lib/table/__mocks__/mock-table-data-date.component.mjs +15 -22
- package/esm2022/lib/table/__mocks__/mock-table-data-integer.component.mjs +13 -19
- package/esm2022/lib/table/__mocks__/mock-table-data-link.component.mjs +19 -28
- package/esm2022/lib/table/__mocks__/mock-table-data-progress.component.mjs +13 -19
- package/esm2022/lib/table/__mocks__/mock-table-data-text.component.mjs +17 -24
- package/esm2022/lib/table/__mocks__/mock-table-empty-state.component.mjs +13 -19
- package/esm2022/lib/table/__mocks__/mock-table-head.component.mjs +16 -23
- package/esm2022/lib/table/__mocks__/mock-table-paginator-page-size.directive.mjs +12 -12
- package/esm2022/lib/table/__mocks__/mock-table-paginator.component.mjs +16 -22
- package/esm2022/lib/table/__mocks__/mock-table.component.mjs +22 -28
- package/esm2022/lib/table/__mocks__/mock-table.module.mjs +42 -43
- package/esm2022/lib/table/body/table-body.component.mjs +14 -45
- package/esm2022/lib/table/empty-state/table-empty-state.component.mjs +9 -33
- package/esm2022/lib/table/head/table-head.component.mjs +15 -88
- package/esm2022/lib/table/paginator/page-size/table-paginator-page-size.component.mjs +23 -85
- package/esm2022/lib/table/paginator/page-size/table-paginator-page-size.directive.mjs +16 -16
- package/esm2022/lib/table/paginator/scroll-to-pagination.directive.mjs +9 -9
- package/esm2022/lib/table/paginator/table-paginator.component.mjs +20 -119
- package/esm2022/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.mjs +23 -72
- package/esm2022/lib/table/row/selection/table-row-selection.component.mjs +15 -57
- package/esm2022/lib/table/row/table-row.component.mjs +16 -126
- package/esm2022/lib/table/services/empty-state.service.mjs +6 -6
- package/esm2022/lib/table/services/external-action-result.service.mjs +6 -6
- package/esm2022/lib/table/services/filling-width.service.mjs +6 -6
- package/esm2022/lib/table/services/resolver.service.mjs +11 -11
- package/esm2022/lib/table/services/responsive-row.service.mjs +6 -6
- package/esm2022/lib/table/services/row-selection.service.mjs +6 -6
- package/esm2022/lib/table/services/secondary-actions.service.mjs +6 -6
- package/esm2022/lib/table/sort/table-sort.component.mjs +23 -66
- package/esm2022/lib/table/store/table-store-selector.service.mjs +6 -6
- package/esm2022/lib/table/store/table-store.service.mjs +6 -6
- package/esm2022/lib/table/table.component.mjs +59 -97
- package/esm2022/lib/table/table.module.mjs +58 -59
- package/esm2022/lib/text-section/__mocks__/mock-text-section-headline.component.mjs +10 -15
- package/esm2022/lib/text-section/__mocks__/mock-text-section-paragraph.component.mjs +10 -15
- package/esm2022/lib/text-section/__mocks__/mock-text-section.component.mjs +10 -15
- package/esm2022/lib/text-section/__mocks__/mock-text-section.module.mjs +11 -12
- package/esm2022/lib/text-section/text-section-headline/text-section-headline.component.mjs +7 -14
- package/esm2022/lib/text-section/text-section-paragraph/text-section-paragraph.component.mjs +7 -14
- package/esm2022/lib/text-section/text-section.component.mjs +7 -12
- package/esm2022/lib/text-section/text-section.module.mjs +12 -13
- package/esm2022/lib/tiles/__mocks__/mock-tile-button-list.component.mjs +10 -15
- package/esm2022/lib/tiles/__mocks__/mock-tile-text-list-item.component.mjs +10 -15
- package/esm2022/lib/tiles/__mocks__/mock-tile-text-list.component.mjs +10 -15
- package/esm2022/lib/tiles/__mocks__/mock-tile-title.component.mjs +10 -15
- package/esm2022/lib/tiles/__mocks__/mock-tile.component.mjs +12 -17
- package/esm2022/lib/tiles/__mocks__/mock-tiles-container-title.component.mjs +10 -15
- package/esm2022/lib/tiles/__mocks__/mock-tiles-container.component.mjs +12 -20
- package/esm2022/lib/tiles/__mocks__/mock-tiles.module.mjs +39 -40
- package/esm2022/lib/tiles/tile/tile.component.mjs +15 -45
- package/esm2022/lib/tiles/tile-button-list/tile-button-list.component.mjs +11 -16
- package/esm2022/lib/tiles/tile-text-list/tile-text-list.component.mjs +7 -12
- package/esm2022/lib/tiles/tile-text-list-item/tile-text-list-item.component.mjs +7 -12
- package/esm2022/lib/tiles/tile-title/tile-title.component.mjs +7 -14
- package/esm2022/lib/tiles/tiles-title/tiles-title.component.mjs +7 -14
- package/esm2022/lib/tiles/tiles.component.mjs +10 -23
- package/esm2022/lib/tiles/tiles.module.mjs +40 -41
- package/esm2022/lib/tree/body/tree-body.component.mjs +14 -66
- package/esm2022/lib/tree/empty-state/tree-empty-state.component.mjs +9 -33
- package/esm2022/lib/tree/head/tree-head.component.mjs +15 -78
- package/esm2022/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.mjs +21 -74
- package/esm2022/lib/tree/row/tree-row.component.mjs +21 -129
- package/esm2022/lib/tree/services/row-expander.service.mjs +6 -6
- package/esm2022/lib/tree/services/tree-group.service.mjs +6 -6
- package/esm2022/lib/tree/services/tree-rows.service.mjs +8 -8
- package/esm2022/lib/tree/tree.component.mjs +41 -65
- package/esm2022/lib/tree/tree.module.mjs +45 -46
- package/esm2022/quadrel-enterprise-ui-framework.mjs +5 -0
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +37917 -0
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -0
- package/index.d.ts +1 -2
- package/lib/button/__mocks__/mock-button-grid.component.d.ts +0 -1
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts +0 -1
- package/lib/button/__mocks__/mock-button-stack.component.d.ts +0 -1
- package/lib/button/__mocks__/mock-button.component.d.ts +0 -1
- package/lib/button/__mocks__/mock-button.directives.d.ts +0 -1
- package/lib/button/__mocks__/mock-button.module.d.ts +0 -1
- package/lib/button/__mocks__/mock-icon-button.component.d.ts +0 -1
- package/lib/button/button/additional-info/button-additional-info.component.d.ts +0 -1
- package/lib/button/button/button.component.d.ts +0 -1
- package/lib/button/button-grid/button-grid.component.d.ts +0 -1
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts +0 -1
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +0 -1
- package/lib/button/button.module.d.ts +0 -1
- package/lib/button/directives/button.directives.d.ts +0 -1
- package/lib/button/icon-button/icon-button.component.d.ts +0 -1
- package/lib/button/menu-button/menu-button.component.d.ts +0 -1
- package/lib/button/model/button-config.d.ts +0 -1
- package/lib/button/model/button.types.d.ts +0 -1
- package/lib/chips/__mocks__/mock-chip.component.d.ts +0 -1
- package/lib/chips/__mocks__/mock-chips.module.d.ts +0 -1
- package/lib/chips/chip/chip.component.d.ts +0 -1
- package/lib/chips/chips.module.d.ts +0 -1
- package/lib/chips/interfaces/chip.interface.d.ts +0 -1
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts +0 -1
- package/lib/comments/comments.component.d.ts +0 -1
- package/lib/comments/comments.module.d.ts +0 -1
- package/lib/comments/menu/comment-menu.component.d.ts +0 -1
- package/lib/comments/model/comments.interface.d.ts +0 -1
- package/lib/comments/pipes/stripe-html.pipe.d.ts +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts +0 -1
- package/lib/contact-card/contact-card.component.d.ts +0 -1
- package/lib/contact-card/contact-card.module.d.ts +0 -1
- package/lib/contact-card/menu/contact-card-menu.component.d.ts +0 -1
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts +0 -1
- package/lib/contact-card/model/contact-data.interface.d.ts +0 -1
- package/lib/container/__mocks__/mock-action-footer.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container-create-content.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container-create-default.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container-section.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container-toolbar-action.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container-toolbar-filter.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container-toolbar-title.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container-toolbar.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-container.module.d.ts +0 -1
- package/lib/container/__mocks__/mock-create-delete-alert.component.d.ts +0 -1
- package/lib/container/__mocks__/mock-form-group.component.d.ts +0 -1
- package/lib/container/container.component.d.ts +0 -1
- package/lib/container/container.module.d.ts +0 -1
- package/lib/container/model/container-type.d.ts +0 -1
- package/lib/container/model/toolbar.interface.d.ts +0 -1
- package/lib/container/section/container-section.component.d.ts +0 -1
- package/lib/container/section/header/container-section-header.component.d.ts +0 -1
- package/lib/container/section/info/container-section-info.component.d.ts +0 -1
- package/lib/container/services/container-action.service.d.ts +0 -1
- package/lib/container/services/container-layout.service.d.ts +0 -1
- package/lib/container/toolbar/action/container-toolbar-action.component.d.ts +0 -1
- package/lib/container/toolbar/container-toolbar.component.d.ts +0 -1
- package/lib/container/toolbar/filter/container-toolbar-filter.component.d.ts +0 -1
- package/lib/container/toolbar/title/container-toolbar-title.component.d.ts +0 -1
- package/lib/content-grid/__mocks__/mock-content-grid-column.d.ts +0 -1
- package/lib/content-grid/__mocks__/mock-content-grid-row.d.ts +0 -1
- package/lib/content-grid/__mocks__/mock-content-grid.d.ts +0 -1
- package/lib/content-grid/__mocks__/mock-content-grid.module.d.ts +0 -1
- package/lib/content-grid/content-grid/content-grid.component.d.ts +0 -1
- package/lib/content-grid/content-grid-column/content-grid-column.component.d.ts +0 -1
- package/lib/content-grid/content-grid-row/content-grid-row.component.d.ts +0 -1
- package/lib/content-grid/content-grid.module.d.ts +0 -1
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts +0 -1
- package/lib/core/__mocks__/mock-core.module.d.ts +0 -1
- package/lib/core/__mocks__/mock-disabled.directive.d.ts +0 -1
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts +0 -1
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts +0 -1
- package/lib/core/__mocks__/mock-translate.pipe.d.ts +0 -1
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts +0 -1
- package/lib/core/autofocus/autofocus.directive.d.ts +0 -1
- package/lib/core/autofocus/autofocus.module.d.ts +0 -1
- package/lib/core/autofocus/autofocus.service.d.ts +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts +0 -1
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts +0 -1
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts +0 -1
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts +0 -1
- package/lib/core/core.module.d.ts +0 -1
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts +0 -1
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts +0 -1
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts +0 -1
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts +0 -1
- package/lib/core/data-facets/data-facets-context.service.d.ts +0 -1
- package/lib/core/data-facets/data-facets.model.d.ts +0 -1
- package/lib/core/data-facets/data-facets.module.d.ts +0 -1
- package/lib/core/data-facets/date/data-facets-date.component.d.ts +0 -1
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts +0 -1
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts +0 -1
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts +0 -1
- package/lib/core/data-facets/link/data-facets-link.component.d.ts +0 -1
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts +0 -1
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts +0 -1
- package/lib/core/data-facets/status/data-facets-status.component.d.ts +0 -1
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts +0 -1
- package/lib/core/data-facets/text/data-facets-text.component.d.ts +0 -1
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts +0 -1
- package/lib/core/disabled/disabled.directive.d.ts +0 -1
- package/lib/core/focusable/focusable.d.ts +0 -1
- package/lib/core/focusable/focusable.directive.d.ts +0 -1
- package/lib/core/focusable/focusable.module.d.ts +0 -1
- package/lib/core/focusable/focusable.token.d.ts +0 -1
- package/lib/core/model/app-enviroment.interface.d.ts +0 -1
- package/lib/core/model/app-enviroment.token.d.ts +0 -1
- package/lib/core/model/breakpoint.interface.d.ts +0 -1
- package/lib/core/model/translation.interface.d.ts +0 -1
- package/lib/core/pipes/file-size.pipe.d.ts +0 -1
- package/lib/core/pipes/placeholder.pipe.d.ts +0 -1
- package/lib/core/pipes/placeholders.pipe.d.ts +0 -1
- package/lib/core/pipes/sanitize-html.pipe.d.ts +0 -1
- package/lib/core/popover/popover/popover.component.d.ts +0 -1
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts +0 -1
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts +0 -1
- package/lib/core/popover/popover-parent.service.d.ts +0 -1
- package/lib/core/popover/popover-sizing.service.d.ts +0 -1
- package/lib/core/popover/popover-top-first.token.d.ts +0 -1
- package/lib/core/popover/popover.module.d.ts +0 -1
- package/lib/core/popover/popover.service.d.ts +0 -1
- package/lib/core/projection-guard/projection-guard.component.d.ts +0 -1
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts +0 -1
- package/lib/core/rxjs/delay-and-hold.operator.d.ts +0 -1
- package/lib/core/services/breakpoint.service.d.ts +0 -1
- package/lib/core/services/element.service.d.ts +0 -1
- package/lib/core/services/event-broker.service.d.ts +0 -1
- package/lib/core/services/push-events.service.d.ts +0 -1
- package/lib/core/services/scrolling.service.d.ts +0 -1
- package/lib/core/services/translate.service.d.ts +0 -1
- package/lib/core/tools/constantCase.tools.d.ts +0 -1
- package/lib/core/tools/convertPxToRem.tools.d.ts +0 -1
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts +0 -1
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts +0 -1
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts +0 -1
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +0 -1
- package/lib/core/tooltip/tooltip.module.d.ts +0 -1
- package/lib/core/types/utility.types.d.ts +0 -1
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts +0 -1
- package/lib/dialog/action/dialog-action.component.d.ts +0 -1
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts +0 -1
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts +0 -1
- package/lib/dialog/dialog.component.d.ts +0 -1
- package/lib/dialog/dialog.module.d.ts +0 -1
- package/lib/dialog/models/confirmation.model.d.ts +0 -1
- package/lib/dialog/models/dialog-config.model.d.ts +0 -1
- package/lib/dialog/models/record-stepper.model.d.ts +0 -1
- package/lib/dialog/models/session-end-result.model.d.ts +0 -1
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts +0 -1
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts +0 -1
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts +0 -1
- package/lib/dialog/services/dialog.service.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts +0 -1
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts +0 -1
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts +0 -1
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts +0 -1
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts +0 -1
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts +0 -1
- package/lib/file-collector/file-collector.component.d.ts +0 -1
- package/lib/file-collector/file-collector.module.d.ts +0 -1
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts +0 -1
- package/lib/file-collector/item/file-collector-item.component.d.ts +0 -1
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts +0 -1
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts +0 -1
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts +0 -1
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts +0 -1
- package/lib/file-collector/models/collected-file.d.ts +0 -1
- package/lib/file-collector/models/file-collector-config.d.ts +0 -1
- package/lib/file-collector/models/file-manager-token.d.ts +0 -1
- package/lib/file-collector/models/file-manager.d.ts +0 -1
- package/lib/file-collector/models/file-type.d.ts +0 -1
- package/lib/file-collector/models/file-upload.d.ts +0 -1
- package/lib/file-collector/models/upload-progress.d.ts +0 -1
- package/lib/file-collector/pipes/filesize.pipe.d.ts +0 -1
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts +0 -1
- package/lib/file-collector/services/file-collector-validation.service.d.ts +0 -1
- package/lib/file-collector/services/file-collector.service.d.ts +0 -1
- package/lib/file-collector/services/file-type.service.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-category.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter.module.d.ts +0 -1
- package/lib/filter/__mocks__/mock-filter.service.d.ts +0 -1
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts +0 -1
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts +0 -1
- package/lib/filter/category/date/filter-category-date.component.d.ts +0 -1
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts +0 -1
- package/lib/filter/category/filter-category.component.d.ts +0 -1
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts +0 -1
- package/lib/filter/category/select/filter-category-select.component.d.ts +0 -1
- package/lib/filter/filter-service/filter.service.d.ts +0 -1
- package/lib/filter/filter.component.d.ts +0 -1
- package/lib/filter/filter.module.d.ts +0 -1
- package/lib/filter/helpers/filter-active-items.helper.d.ts +0 -1
- package/lib/filter/helpers/filter-active.helper.d.ts +0 -1
- package/lib/filter/helpers/filter-get.helper.d.ts +0 -1
- package/lib/filter/helpers/filter-postbody.helper.d.ts +0 -1
- package/lib/filter/helpers/filter-query-parser.helper.d.ts +0 -1
- package/lib/filter/helpers/filter-query.helper.d.ts +0 -1
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts +0 -1
- package/lib/filter/helpers/filter-state.helpers.d.ts +0 -1
- package/lib/filter/helpers/filter-update.helper.d.ts +0 -1
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts +0 -1
- package/lib/filter/item/date/filter-item-date.component.d.ts +0 -1
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts +0 -1
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts +0 -1
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts +0 -1
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts +0 -1
- package/lib/filter/model/filter-config.interface.d.ts +0 -1
- package/lib/filter/model/filter-post-body.interface.d.ts +0 -1
- package/lib/filter/model/filter-reducer.interface.d.ts +0 -1
- package/lib/filter/model/filter-state.interface.d.ts +0 -1
- package/lib/filter/model/filter-types.interface.d.ts +0 -1
- package/lib/filter/pipes/localeDate.pipe.d.ts +0 -1
- package/lib/filter/services/dependent-filters.service.d.ts +0 -1
- package/lib/filter/services/filter-rest-param.tools.d.ts +0 -1
- package/lib/filter/services/filter-router-connector.service.d.ts +0 -1
- package/lib/filter/store/filter.actions.d.ts +0 -1
- package/lib/filter/store/filter.reducer.d.ts +0 -1
- package/lib/filter/store/filter.selector.d.ts +4 -5
- package/lib/forms/__mocks__/mock-calendar.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-form-error.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-form-label.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-forms.module.d.ts +0 -1
- package/lib/forms/__mocks__/mock-input.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-switch.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-switches.component.d.ts +0 -1
- package/lib/forms/__mocks__/mock-textarea.component.d.ts +0 -1
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts +0 -1
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts +0 -1
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts +0 -1
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts +0 -1
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts +0 -1
- package/lib/forms/checkboxes/checkboxes.component.d.ts +0 -1
- package/lib/forms/datepicker/adapter/date-adapter.d.ts +0 -1
- package/lib/forms/datepicker/calendar/calendar.component.d.ts +0 -1
- package/lib/forms/datepicker/datepicker.component.d.ts +0 -1
- package/lib/forms/datepicker/service/timepicker.service.d.ts +0 -1
- package/lib/forms/dropdown/dropdown.component.d.ts +0 -1
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts +0 -1
- package/lib/forms/file-upload/file-upload.component.d.ts +0 -1
- package/lib/forms/file-upload/model/file-upload.model.d.ts +0 -1
- package/lib/forms/file-upload/services/file-upload.service.d.ts +0 -1
- package/lib/forms/forms/forms.component.d.ts +0 -1
- package/lib/forms/input/helpers/get-value-with-unit.d.ts +0 -1
- package/lib/forms/input/input.component.d.ts +0 -1
- package/lib/forms/input/options/input-options.component.d.ts +0 -1
- package/lib/forms/input/options/input-options.directive.d.ts +0 -1
- package/lib/forms/input/units/input-units.component.d.ts +0 -1
- package/lib/forms/model/datepicker.d.ts +0 -1
- package/lib/forms/model/form-options-resolver.d.ts +0 -1
- package/lib/forms/model/forms.interface.d.ts +0 -1
- package/lib/forms/model/options.interface.d.ts +0 -1
- package/lib/forms/model/radio-buttons.d.ts +0 -1
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts +0 -1
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts +0 -1
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts +0 -1
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts +0 -1
- package/lib/forms/multi-input/multi-input.component.d.ts +0 -1
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts +0 -1
- package/lib/forms/pin-code/pin-code.component.d.ts +0 -1
- package/lib/forms/qd-form.module.d.ts +0 -1
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts +0 -1
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts +0 -1
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts +0 -1
- package/lib/forms/reactive-forms/controls/form-array.d.ts +0 -1
- package/lib/forms/reactive-forms/controls/form-builder.d.ts +0 -1
- package/lib/forms/reactive-forms/controls/form-control.d.ts +0 -1
- package/lib/forms/reactive-forms/controls/form-group.d.ts +0 -1
- package/lib/forms/richtext/richtext.component.d.ts +0 -1
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts +0 -1
- package/lib/forms/shared/components/form-error/form-error.component.d.ts +0 -1
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts +0 -1
- package/lib/forms/shared/components/form-input/form-input.component.d.ts +0 -1
- package/lib/forms/shared/components/form-label/form-label.component.d.ts +0 -1
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts +0 -1
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts +0 -1
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts +0 -1
- package/lib/forms/shared/helpers/forms.helpers.d.ts +0 -1
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts +0 -1
- package/lib/forms/shared/services/action-emitter.service.d.ts +0 -1
- package/lib/forms/shared/services/form-keyboard.service.d.ts +0 -1
- package/lib/forms/shared/services/form-options.service.d.ts +0 -1
- package/lib/forms/shared/services/options-resolver.registry.d.ts +0 -1
- package/lib/forms/shared/validators/validators.d.ts +0 -1
- package/lib/forms/switches/switch/switch.component.d.ts +0 -1
- package/lib/forms/switches/switches-service/switches.service.d.ts +0 -1
- package/lib/forms/switches/switches.component.d.ts +0 -1
- package/lib/forms/textarea/textarea.component.d.ts +0 -1
- package/lib/grid/__mocks__/mock-column.directive.d.ts +0 -1
- package/lib/grid/__mocks__/mock-columns.directive.d.ts +0 -1
- package/lib/grid/__mocks__/mock-grid.module.d.ts +0 -1
- package/lib/grid/directives/column-auto-fill.directive.d.ts +0 -1
- package/lib/grid/directives/column-break-before.directive.d.ts +0 -1
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts +0 -1
- package/lib/grid/directives/column-full-grid-width.directive.d.ts +0 -1
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts +0 -1
- package/lib/grid/directives/column.directive.d.ts +0 -1
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts +0 -1
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts +0 -1
- package/lib/grid/directives/columns-max.directive.d.ts +0 -1
- package/lib/grid/directives/columns.directive.d.ts +0 -1
- package/lib/grid/grid.component.d.ts +0 -1
- package/lib/grid/grid.module.d.ts +0 -1
- package/lib/grid/model/grid-config.interface.d.ts +0 -1
- package/lib/grid/model/subgrid-config.interface.d.ts +0 -1
- package/lib/grid/services/grid-auto-fill.service.d.ts +0 -1
- package/lib/grid/services/grid.service.d.ts +0 -1
- package/lib/grid/subgrid/subgrid.component.d.ts +0 -1
- package/lib/helpers/html-plaintext.helper.d.ts +0 -1
- package/lib/helpers/language.helper.d.ts +0 -1
- package/lib/helpers/load-javascript-asset.helper.d.ts +0 -1
- package/lib/helpers/relative-time.helper.d.ts +0 -1
- package/lib/icon/__mocks__/mock-icon.component.d.ts +0 -1
- package/lib/icon/__mocks__/mock-icon.module.d.ts +0 -1
- package/lib/icon/custom-icons/logo.d.ts +0 -1
- package/lib/icon/icon/icon-definitions.d.ts +0 -1
- package/lib/icon/icon/icon.component.d.ts +0 -1
- package/lib/icon/icon.module.d.ts +0 -1
- package/lib/image/__mocks__/mock-image.component.d.ts +0 -1
- package/lib/image/__mocks__/mock-image.module.d.ts +0 -1
- package/lib/image/image/image.component.d.ts +0 -1
- package/lib/image/image.module.d.ts +0 -1
- package/lib/layout/__mocks__/mock-action-bar.component.d.ts +0 -1
- package/lib/layout/__mocks__/mock-active-content-tab.directive.d.ts +0 -1
- package/lib/layout/__mocks__/mock-button-enabled.directive.d.ts +0 -1
- package/lib/layout/__mocks__/mock-layout-container.component.d.ts +0 -1
- package/lib/layout/__mocks__/mock-layout-renderer.component.d.ts +0 -1
- package/lib/layout/__mocks__/mock-layout.module.d.ts +0 -1
- package/lib/layout/__mocks__/mock-page-process-header-title.component.d.ts +0 -1
- package/lib/layout/__mocks__/mock-page-process-header.component.d.ts +0 -1
- package/lib/layout/__mocks__/mock-page-title.component.d.ts +0 -1
- package/lib/layout/__mocks__/mock-panel-title.component.d.ts +0 -1
- package/lib/layout/__mocks__/mock-panel.component.d.ts +0 -1
- package/lib/layout/__mocks__/mock-truncated-text.directive.d.ts +0 -1
- package/lib/layout/action-bar/action-bar.component.d.ts +0 -1
- package/lib/layout/action-bar/button-enabled.directive.d.ts +0 -1
- package/lib/layout/container/container.component.d.ts +0 -1
- package/lib/layout/content/page-process-header/page-process-header/page-process-header.component.d.ts +0 -1
- package/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.d.ts +0 -1
- package/lib/layout/content/page-title/page-title.component.d.ts +0 -1
- package/lib/layout/directives/active-content-tab.directive.d.ts +0 -1
- package/lib/layout/directives/calculate-full-height.directive.d.ts +0 -1
- package/lib/layout/directives/viewport-adaptive.directive.d.ts +0 -1
- package/lib/layout/force-line-break/force-line-break.directive.d.ts +0 -1
- package/lib/layout/interfaces/process-list.d.ts +0 -1
- package/lib/layout/layout-renderer/layout-renderer.component.d.ts +0 -1
- package/lib/layout/layout.module.d.ts +0 -1
- package/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.d.ts +0 -1
- package/lib/layout/panel/container/panel.component.d.ts +0 -1
- package/lib/layout/panel/title/panel-title.component.d.ts +0 -1
- package/lib/layout/panel/types/panel-types.d.ts +0 -1
- package/lib/layout/service/layout.service.d.ts +0 -1
- package/lib/layout/service/panel.service.d.ts +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-list.module.d.ts +0 -1
- package/lib/lists/__mocks__/mock-status-error.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-vertical-pairs-caption.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-vertical-pairs-item.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-vertical-pairs-value.component.d.ts +0 -1
- package/lib/lists/__mocks__/mock-vertical-pairs.component.d.ts +0 -1
- package/lib/lists/list.module.d.ts +0 -1
- package/lib/lists/model/list.interface.d.ts +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts +0 -1
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.d.ts +0 -1
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.d.ts +0 -1
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.d.ts +0 -1
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.d.ts +0 -1
- package/lib/master-layout/__mocks__/mock-header-widget.component.d.ts +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout-banner.component.d.ts +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout-footer.component.d.ts +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout-header.component.d.ts +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout.component.d.ts +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout.module.d.ts +0 -1
- package/lib/master-layout/header-widget/header-widget.component.d.ts +0 -1
- package/lib/master-layout/master-layout/master-layout.component.d.ts +0 -1
- package/lib/master-layout/master-layout-banner/master-layout-banner.component.d.ts +0 -1
- package/lib/master-layout/master-layout-footer/master-layout-footer.component.d.ts +0 -1
- package/lib/master-layout/master-layout-header/master-layout-header.component.d.ts +0 -1
- package/lib/master-layout/master-layout.module.d.ts +0 -1
- package/lib/master-layout/model/page-level.d.ts +0 -1
- package/lib/master-layout/model/service-navigation.d.ts +0 -1
- package/lib/master-layout/service/language-from-url.service.d.ts +0 -1
- package/lib/master-layout/service/master-layout.service.d.ts +0 -1
- package/lib/master-layout/service-navigation/service-navigation.component.d.ts +0 -1
- package/lib/navigation/stepper/__mocks__/mock-step-action.component.d.ts +0 -1
- package/lib/navigation/stepper/__mocks__/mock-step-item.component.d.ts +0 -1
- package/lib/navigation/stepper/__mocks__/mock-step.component.d.ts +0 -1
- package/lib/navigation/stepper/__mocks__/mock-stepper.component.d.ts +0 -1
- package/lib/navigation/stepper/__mocks__/mock-stepper.module.d.ts +0 -1
- package/lib/navigation/stepper/interfaces/stepper.d.ts +0 -1
- package/lib/navigation/stepper/step/step.component.d.ts +0 -1
- package/lib/navigation/stepper/step-action/step-action.component.d.ts +0 -1
- package/lib/navigation/stepper/step-item/step-item.component.d.ts +0 -1
- package/lib/navigation/stepper/stepper/stepper.component.d.ts +0 -1
- package/lib/navigation/stepper/stepper.module.d.ts +0 -1
- package/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.d.ts +0 -1
- package/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.d.ts +0 -1
- package/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.d.ts +0 -1
- package/lib/navigation/tab-bar/tab-bar.module.d.ts +0 -1
- package/lib/navigation/tab-bar/tab-link/tab-link.component.d.ts +0 -1
- package/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.d.ts +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tab-action.component.d.ts +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tab-item.component.d.ts +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.d.ts +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tab.component.d.ts +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.d.ts +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tabs.component.d.ts +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tabs.module.d.ts +0 -1
- package/lib/navigation/tabs/interfaces/tabs.interface.d.ts +0 -1
- package/lib/navigation/tabs/services/tabs.service.d.ts +0 -1
- package/lib/navigation/tabs/tab/tab.component.d.ts +0 -1
- package/lib/navigation/tabs/tab-action/tab-action.component.d.ts +0 -1
- package/lib/navigation/tabs/tab-item/tab-item.component.d.ts +0 -1
- package/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.d.ts +0 -1
- package/lib/navigation/tabs/tabs/tabs.component.d.ts +0 -1
- package/lib/navigation/tabs/tabs.module.d.ts +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts +0 -1
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts +0 -1
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts +0 -1
- package/lib/navigation-tiles/navigation-tiles.module.d.ts +0 -1
- package/lib/notifications/__mocks__/mock-notification.component.d.ts +0 -1
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts +0 -1
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts +0 -1
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts +0 -1
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts +0 -1
- package/lib/notifications/directives/snackbar-listener.directive.d.ts +0 -1
- package/lib/notifications/interfaces/notifications.d.ts +0 -1
- package/lib/notifications/notification/notification.component.d.ts +0 -1
- package/lib/notifications/notification-content/notification-content.component.d.ts +0 -1
- package/lib/notifications/notifications/notifications.component.d.ts +0 -1
- package/lib/notifications/notifications.module.d.ts +0 -1
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts +0 -1
- package/lib/notifications/services/notifications-service.service.d.ts +0 -1
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts +0 -1
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts +0 -1
- package/lib/notifications/services/snackbar.service.d.ts +0 -1
- package/lib/notifications/snackbar/snackbar.component.d.ts +0 -1
- package/lib/page/__mocks__/mock-page-footer.component.d.ts +0 -1
- package/lib/page/__mocks__/mock-page-header.component.d.ts +0 -1
- package/lib/page/__mocks__/mock-page.component.d.ts +0 -1
- package/lib/page/__mocks__/mock-page.module.d.ts +0 -1
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts +0 -1
- package/lib/page/control-panel/page-control-panel.component.d.ts +0 -1
- package/lib/page/footer/page-footer-custom-content.directive.d.ts +0 -1
- package/lib/page/footer/page-footer.component.d.ts +0 -1
- package/lib/page/info-banner/page-info-banner.component.d.ts +0 -1
- package/lib/page/model/page-config.interface.d.ts +0 -1
- package/lib/page/model/page-control-panel-config.interface.d.ts +0 -1
- package/lib/page/model/page-footer-action.interface.d.ts +0 -1
- package/lib/page/model/page-header-facet.interface.d.ts +0 -1
- package/lib/page/model/page-info-banner.interface.d.ts +0 -1
- package/lib/page/model/page-object-resolver.d.ts +0 -1
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts +0 -1
- package/lib/page/object-header/dynamic-facets.service.d.ts +0 -1
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts +0 -1
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts +0 -1
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts +0 -1
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts +0 -1
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts +0 -1
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts +0 -1
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts +0 -1
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts +0 -1
- package/lib/page/object-header/page-object-header.component.d.ts +0 -1
- package/lib/page/page.component.d.ts +0 -1
- package/lib/page/page.module.d.ts +0 -1
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +0 -1
- package/lib/page/shared/services/context.service.d.ts +0 -1
- package/lib/page/shared/services/form-group-manager.service.d.ts +0 -1
- package/lib/page/shared/services/page-footer.service.d.ts +0 -1
- package/lib/page/shared/services/page-store.service.d.ts +0 -1
- package/lib/page/shared/services/page-submit-action.service.d.ts +0 -1
- package/lib/page/shared/services/resolver-trigger.service.d.ts +0 -1
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts +0 -1
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts +0 -1
- package/lib/page-stepper/header/page-step-header.component.d.ts +0 -1
- package/lib/page-stepper/model/page-step-resolver.token.d.ts +0 -1
- package/lib/page-stepper/model/page-step.resolver.d.ts +0 -1
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts +0 -1
- package/lib/page-stepper/page-step/page-step.component.d.ts +0 -1
- package/lib/page-stepper/page-stepper.component.d.ts +0 -1
- package/lib/page-stepper/page-stepper.module.d.ts +0 -1
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts +0 -1
- package/lib/page-tabs/model/page-tabs-config.d.ts +0 -1
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts +0 -1
- package/lib/page-tabs/page-tab/page-tab.component.d.ts +0 -1
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts +0 -1
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts +0 -1
- package/lib/page-tabs/page-tabs.component.d.ts +0 -1
- package/lib/page-tabs/page-tabs.module.d.ts +0 -1
- package/lib/panel-section/actions/panel-section-actions.component.d.ts +0 -1
- package/lib/panel-section/model/panel-section-config.interface.d.ts +0 -1
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts +0 -1
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts +0 -1
- package/lib/panel-section/panel-section.component.d.ts +0 -1
- package/lib/panel-section/panel-section.module.d.ts +0 -1
- package/lib/panel-section/services/panel-section-action.service.d.ts +0 -1
- package/lib/panel-section/status/panel-section-status.component.d.ts +0 -1
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts +0 -1
- package/lib/place-holder/place-holder/place-holder.component.d.ts +0 -1
- package/lib/place-holder/place-holder.module.d.ts +0 -1
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts +0 -1
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts +0 -1
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts +0 -1
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts +0 -1
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts +0 -1
- package/lib/progress-bar/progress-bar.module.d.ts +0 -1
- package/lib/qd-ui-mock.module.d.ts +0 -1
- package/lib/qd-ui.module.d.ts +0 -1
- package/lib/quick-edit/model/quick-edit-config.d.ts +0 -1
- package/lib/quick-edit/model/quick-edit-data.d.ts +0 -1
- package/lib/quick-edit/qd-ng-for.directive.d.ts +0 -1
- package/lib/quick-edit/quick-edit.component.d.ts +0 -1
- package/lib/quick-edit/quick-edit.module.d.ts +0 -1
- package/lib/search/__mocks__/mock-search.component.d.ts +0 -1
- package/lib/search/__mocks__/mock-search.module.d.ts +0 -1
- package/lib/search/helpers/search-update.helper.d.ts +0 -1
- package/lib/search/model/search-options.interface.d.ts +0 -1
- package/lib/search/model/search-post-body.d.ts +0 -1
- package/lib/search/model/search-store.interface.d.ts +0 -1
- package/lib/search/search.component.d.ts +0 -1
- package/lib/search/search.module.d.ts +0 -1
- package/lib/search/services/search-router-connector.service.d.ts +0 -1
- package/lib/search/services/search-store.service.d.ts +0 -1
- package/lib/search/services/search.service.d.ts +0 -1
- package/lib/search/store/search.actions.d.ts +0 -1
- package/lib/search/store/search.reducer.d.ts +0 -1
- package/lib/search/store/search.selector.d.ts +0 -1
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts +0 -1
- package/lib/section/__mocks__/mock-section.component.d.ts +0 -1
- package/lib/section/__mocks__/mock-section.module.d.ts +0 -1
- package/lib/section/adaptors/section-adapter.directive.d.ts +0 -1
- package/lib/section/connectors/table/connector-table-context.directive.d.ts +0 -1
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts +0 -1
- package/lib/section/connectors/table/connector-table-search.directive.d.ts +0 -1
- package/lib/section/model/section-config.interface.d.ts +0 -1
- package/lib/section/model/toolbar-components.interface.d.ts +0 -1
- package/lib/section/section.component.d.ts +0 -1
- package/lib/section/section.module.d.ts +0 -1
- package/lib/section/services/section-toolbar-action.service.d.ts +0 -1
- package/lib/section/services/toolbar-components.service.d.ts +0 -1
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts +0 -1
- package/lib/section/toolbar/section-toolbar.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell.component.d.ts +0 -1
- package/lib/shell/__mocks__/mock-shell.module.d.ts +0 -1
- package/lib/shell/footer/shell-footer.component.d.ts +0 -1
- package/lib/shell/header/banner/shell-header-banner.component.d.ts +0 -1
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts +0 -1
- package/lib/shell/header/search/shell-header-search.component.d.ts +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts +0 -1
- package/lib/shell/header/shell-header.component.d.ts +0 -1
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts +0 -1
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts +0 -1
- package/lib/shell/header/widget/shell-header-widget.component.d.ts +0 -1
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts +0 -1
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts +0 -1
- package/lib/shell/left/shell-left.component.d.ts +0 -1
- package/lib/shell/model/default-config.d.ts +0 -1
- package/lib/shell/model/eportal.interface.d.ts +0 -1
- package/lib/shell/model/route-data.interface.d.ts +0 -1
- package/lib/shell/model/shell-config.interface.d.ts +0 -1
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts +0 -1
- package/lib/shell/model/shell-header-widget-config.interface.d.ts +0 -1
- package/lib/shell/model/shell-navigation-config.interface.d.ts +0 -1
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts +0 -1
- package/lib/shell/model/shell-toolbar-config.interface.d.ts +0 -1
- package/lib/shell/right/notification/shell-notification.component.d.ts +0 -1
- package/lib/shell/right/notifications/shell-notifications.component.d.ts +0 -1
- package/lib/shell/right/shell-right.component.d.ts +0 -1
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts +0 -1
- package/lib/shell/services/banner.service.d.ts +0 -1
- package/lib/shell/services/eportal-language.service.d.ts +0 -1
- package/lib/shell/services/navigation.service.d.ts +0 -1
- package/lib/shell/services/pams-environment.service.d.ts +0 -1
- package/lib/shell/services/service-navigation.service.d.ts +0 -1
- package/lib/shell/services/shell-header-minimization.service.d.ts +0 -1
- package/lib/shell/services/shell-header-widget.service.d.ts +0 -1
- package/lib/shell/services/shell-left.service.d.ts +0 -1
- package/lib/shell/services/shell-right.service.d.ts +0 -1
- package/lib/shell/shell.component.d.ts +0 -1
- package/lib/shell/shell.module.d.ts +0 -1
- package/lib/spinner/spinner.component.d.ts +0 -1
- package/lib/spinner/spinner.module.d.ts +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts +0 -1
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts +0 -1
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts +0 -1
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts +0 -1
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts +0 -1
- package/lib/status-indicator/status-indicator.module.d.ts +0 -1
- package/lib/table/__mocks__/mock-sort.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-head.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts +0 -1
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table.component.d.ts +0 -1
- package/lib/table/__mocks__/mock-table.module.d.ts +0 -1
- package/lib/table/body/table-body.component.d.ts +0 -1
- package/lib/table/empty-state/table-empty-state.component.d.ts +0 -1
- package/lib/table/head/table-head.component.d.ts +0 -1
- package/lib/table/helpers/spring-tools.d.ts +0 -1
- package/lib/table/model/connectors-state.enum.d.ts +0 -1
- package/lib/table/model/paginator-direction.enum.d.ts +0 -1
- package/lib/table/model/sort-direction.enum.d.ts +0 -1
- package/lib/table/model/table-config-actions.interface.d.ts +0 -1
- package/lib/table/model/table-config-content.interface.d.ts +0 -1
- package/lib/table/model/table-config.interface.d.ts +0 -1
- package/lib/table/model/table-data-resolver.d.ts +0 -1
- package/lib/table/model/table-data-resolver.token.d.ts +0 -1
- package/lib/table/model/table-data.interface.d.ts +0 -1
- package/lib/table/model/table-row-selection.interface.d.ts +0 -1
- package/lib/table/model/table-store.interface.d.ts +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts +0 -1
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts +0 -1
- package/lib/table/paginator/table-paginator.component.d.ts +0 -1
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts +0 -1
- package/lib/table/row/selection/table-row-selection.component.d.ts +0 -1
- package/lib/table/row/table-row.component.d.ts +0 -1
- package/lib/table/services/empty-state.service.d.ts +0 -1
- package/lib/table/services/external-action-result.service.d.ts +0 -1
- package/lib/table/services/filling-width.service.d.ts +0 -1
- package/lib/table/services/resolver.service.d.ts +0 -1
- package/lib/table/services/responsive-row.service.d.ts +0 -1
- package/lib/table/services/row-selection.service.d.ts +0 -1
- package/lib/table/services/secondary-actions.service.d.ts +0 -1
- package/lib/table/sort/table-sort.component.d.ts +0 -1
- package/lib/table/store/table-store-selector.service.d.ts +0 -1
- package/lib/table/store/table-store.service.d.ts +0 -1
- package/lib/table/store/table-update.helper.d.ts +0 -1
- package/lib/table/store/table.actions.d.ts +0 -1
- package/lib/table/store/table.reducer.d.ts +0 -1
- package/lib/table/table.component.d.ts +0 -1
- package/lib/table/table.module.d.ts +0 -1
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts +0 -1
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts +0 -1
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts +0 -1
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts +0 -1
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts +0 -1
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts +0 -1
- package/lib/text-section/text-section.component.d.ts +0 -1
- package/lib/text-section/text-section.module.d.ts +0 -1
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts +0 -1
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts +0 -1
- package/lib/tiles/__mocks__/mock-tile.component.d.ts +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts +0 -1
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts +0 -1
- package/lib/tiles/model/tile-config.d.ts +0 -1
- package/lib/tiles/model/tiles-config.d.ts +0 -1
- package/lib/tiles/tile/tile.component.d.ts +0 -1
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts +0 -1
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts +0 -1
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts +0 -1
- package/lib/tiles/tile-title/tile-title.component.d.ts +0 -1
- package/lib/tiles/tiles-title/tiles-title.component.d.ts +0 -1
- package/lib/tiles/tiles.component.d.ts +0 -1
- package/lib/tiles/tiles.module.d.ts +0 -1
- package/lib/tree/body/tree-body.component.d.ts +0 -1
- package/lib/tree/empty-state/tree-empty-state.component.d.ts +0 -1
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts +0 -1
- package/lib/tree/head/tree-head.component.d.ts +0 -1
- package/lib/tree/model/tree-column-detail.interface.d.ts +0 -1
- package/lib/tree/model/tree-config-actions.interface.d.ts +0 -1
- package/lib/tree/model/tree-config.interface.d.ts +0 -1
- package/lib/tree/model/tree-data.interface.d.ts +0 -1
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts +0 -1
- package/lib/tree/row/tree-row.component.d.ts +0 -1
- package/lib/tree/services/row-expander.service.d.ts +0 -1
- package/lib/tree/services/tree-group.service.d.ts +0 -1
- package/lib/tree/services/tree-rows.service.d.ts +0 -1
- package/lib/tree/tree.component.d.ts +0 -1
- package/lib/tree/tree.module.d.ts +0 -1
- package/package.json +17 -3
- package/public-api.d.ts +0 -1
- package/esm2022/quadrel-ui-qd-ui.mjs +0 -5
- package/fesm2022/quadrel-ui-qd-ui.mjs +0 -48004
- package/fesm2022/quadrel-ui-qd-ui.mjs.map +0 -1
- package/lib/button/__mocks__/mock-button-grid.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.directives.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.module.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-icon-button.component.d.ts.map +0 -1
- package/lib/button/button/additional-info/button-additional-info.component.d.ts.map +0 -1
- package/lib/button/button/button.component.d.ts.map +0 -1
- package/lib/button/button-grid/button-grid.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts.map +0 -1
- package/lib/button/button.module.d.ts.map +0 -1
- package/lib/button/directives/button.directives.d.ts.map +0 -1
- package/lib/button/icon-button/icon-button.component.d.ts.map +0 -1
- package/lib/button/menu-button/menu-button.component.d.ts.map +0 -1
- package/lib/button/model/button-config.d.ts.map +0 -1
- package/lib/button/model/button.types.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chip.component.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chips.module.d.ts.map +0 -1
- package/lib/chips/chip/chip.component.d.ts.map +0 -1
- package/lib/chips/chips.module.d.ts.map +0 -1
- package/lib/chips/interfaces/chip.interface.d.ts.map +0 -1
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts.map +0 -1
- package/lib/comments/comments.component.d.ts.map +0 -1
- package/lib/comments/comments.module.d.ts.map +0 -1
- package/lib/comments/menu/comment-menu.component.d.ts.map +0 -1
- package/lib/comments/model/comments.interface.d.ts.map +0 -1
- package/lib/comments/pipes/stripe-html.pipe.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/menu/contact-card-menu.component.d.ts.map +0 -1
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts.map +0 -1
- package/lib/contact-card/model/contact-data.interface.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-action-footer.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container-create-content.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container-create-default.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container-section.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container-toolbar-action.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container-toolbar-filter.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container-toolbar-title.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container-toolbar.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-container.module.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-create-delete-alert.component.d.ts.map +0 -1
- package/lib/container/__mocks__/mock-form-group.component.d.ts.map +0 -1
- package/lib/container/container.component.d.ts.map +0 -1
- package/lib/container/container.module.d.ts.map +0 -1
- package/lib/container/model/container-type.d.ts.map +0 -1
- package/lib/container/model/toolbar.interface.d.ts.map +0 -1
- package/lib/container/section/container-section.component.d.ts.map +0 -1
- package/lib/container/section/header/container-section-header.component.d.ts.map +0 -1
- package/lib/container/section/info/container-section-info.component.d.ts.map +0 -1
- package/lib/container/services/container-action.service.d.ts.map +0 -1
- package/lib/container/services/container-layout.service.d.ts.map +0 -1
- package/lib/container/toolbar/action/container-toolbar-action.component.d.ts.map +0 -1
- package/lib/container/toolbar/container-toolbar.component.d.ts.map +0 -1
- package/lib/container/toolbar/filter/container-toolbar-filter.component.d.ts.map +0 -1
- package/lib/container/toolbar/title/container-toolbar-title.component.d.ts.map +0 -1
- package/lib/content-grid/__mocks__/mock-content-grid-column.d.ts.map +0 -1
- package/lib/content-grid/__mocks__/mock-content-grid-row.d.ts.map +0 -1
- package/lib/content-grid/__mocks__/mock-content-grid.d.ts.map +0 -1
- package/lib/content-grid/__mocks__/mock-content-grid.module.d.ts.map +0 -1
- package/lib/content-grid/content-grid/content-grid.component.d.ts.map +0 -1
- package/lib/content-grid/content-grid-column/content-grid-column.component.d.ts.map +0 -1
- package/lib/content-grid/content-grid-row/content-grid-row.component.d.ts.map +0 -1
- package/lib/content-grid/content-grid.module.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-core.module.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-translate.pipe.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.module.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/core.module.d.ts.map +0 -1
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts.map +0 -1
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets-context.service.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.model.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.module.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.component.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts.map +0 -1
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.component.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts.map +0 -1
- package/lib/core/disabled/disabled.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.d.ts.map +0 -1
- package/lib/core/focusable/focusable.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.module.d.ts.map +0 -1
- package/lib/core/focusable/focusable.token.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.interface.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.token.d.ts.map +0 -1
- package/lib/core/model/breakpoint.interface.d.ts.map +0 -1
- package/lib/core/model/translation.interface.d.ts.map +0 -1
- package/lib/core/pipes/file-size.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholder.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholders.pipe.d.ts.map +0 -1
- package/lib/core/pipes/sanitize-html.pipe.d.ts.map +0 -1
- package/lib/core/popover/popover/popover.component.d.ts.map +0 -1
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-parent.service.d.ts.map +0 -1
- package/lib/core/popover/popover-sizing.service.d.ts.map +0 -1
- package/lib/core/popover/popover-top-first.token.d.ts.map +0 -1
- package/lib/core/popover/popover.module.d.ts.map +0 -1
- package/lib/core/popover/popover.service.d.ts.map +0 -1
- package/lib/core/projection-guard/projection-guard.component.d.ts.map +0 -1
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/rxjs/delay-and-hold.operator.d.ts.map +0 -1
- package/lib/core/services/breakpoint.service.d.ts.map +0 -1
- package/lib/core/services/element.service.d.ts.map +0 -1
- package/lib/core/services/event-broker.service.d.ts.map +0 -1
- package/lib/core/services/push-events.service.d.ts.map +0 -1
- package/lib/core/services/scrolling.service.d.ts.map +0 -1
- package/lib/core/services/translate.service.d.ts.map +0 -1
- package/lib/core/tools/constantCase.tools.d.ts.map +0 -1
- package/lib/core/tools/convertPxToRem.tools.d.ts.map +0 -1
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip.module.d.ts.map +0 -1
- package/lib/core/types/utility.types.d.ts.map +0 -1
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts.map +0 -1
- package/lib/dialog/action/dialog-action.component.d.ts.map +0 -1
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts.map +0 -1
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts.map +0 -1
- package/lib/dialog/dialog.component.d.ts.map +0 -1
- package/lib/dialog/dialog.module.d.ts.map +0 -1
- package/lib/dialog/models/confirmation.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-config.model.d.ts.map +0 -1
- package/lib/dialog/models/record-stepper.model.d.ts.map +0 -1
- package/lib/dialog/models/session-end-result.model.d.ts.map +0 -1
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts.map +0 -1
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts.map +0 -1
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog.service.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/item/file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts.map +0 -1
- package/lib/file-collector/models/collected-file.d.ts.map +0 -1
- package/lib/file-collector/models/file-collector-config.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager-token.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager.d.ts.map +0 -1
- package/lib/file-collector/models/file-type.d.ts.map +0 -1
- package/lib/file-collector/models/file-upload.d.ts.map +0 -1
- package/lib/file-collector/models/upload-progress.d.ts.map +0 -1
- package/lib/file-collector/pipes/filesize.pipe.d.ts.map +0 -1
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector-validation.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-type.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.module.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts.map +0 -1
- package/lib/filter/category/date/filter-category-date.component.d.ts.map +0 -1
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts.map +0 -1
- package/lib/filter/category/filter-category.component.d.ts.map +0 -1
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts.map +0 -1
- package/lib/filter/category/select/filter-category-select.component.d.ts.map +0 -1
- package/lib/filter/filter-service/filter.service.d.ts.map +0 -1
- package/lib/filter/filter.component.d.ts.map +0 -1
- package/lib/filter/filter.module.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active-items.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-get.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-postbody.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query-parser.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-state.helpers.d.ts.map +0 -1
- package/lib/filter/helpers/filter-update.helper.d.ts.map +0 -1
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts.map +0 -1
- package/lib/filter/item/date/filter-item-date.component.d.ts.map +0 -1
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts.map +0 -1
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts.map +0 -1
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts.map +0 -1
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts.map +0 -1
- package/lib/filter/model/filter-config.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-post-body.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-reducer.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-state.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-types.interface.d.ts.map +0 -1
- package/lib/filter/pipes/localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/services/dependent-filters.service.d.ts.map +0 -1
- package/lib/filter/services/filter-rest-param.tools.d.ts.map +0 -1
- package/lib/filter/services/filter-router-connector.service.d.ts.map +0 -1
- package/lib/filter/store/filter.actions.d.ts.map +0 -1
- package/lib/filter/store/filter.reducer.d.ts.map +0 -1
- package/lib/filter/store/filter.selector.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-calendar.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-label.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-forms.module.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-input.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switch.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switches.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-textarea.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes.component.d.ts.map +0 -1
- package/lib/forms/datepicker/adapter/date-adapter.d.ts.map +0 -1
- package/lib/forms/datepicker/calendar/calendar.component.d.ts.map +0 -1
- package/lib/forms/datepicker/datepicker.component.d.ts.map +0 -1
- package/lib/forms/datepicker/service/timepicker.service.d.ts.map +0 -1
- package/lib/forms/dropdown/dropdown.component.d.ts.map +0 -1
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts.map +0 -1
- package/lib/forms/file-upload/file-upload.component.d.ts.map +0 -1
- package/lib/forms/file-upload/model/file-upload.model.d.ts.map +0 -1
- package/lib/forms/file-upload/services/file-upload.service.d.ts.map +0 -1
- package/lib/forms/forms/forms.component.d.ts.map +0 -1
- package/lib/forms/input/helpers/get-value-with-unit.d.ts.map +0 -1
- package/lib/forms/input/input.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.directive.d.ts.map +0 -1
- package/lib/forms/input/units/input-units.component.d.ts.map +0 -1
- package/lib/forms/model/datepicker.d.ts.map +0 -1
- package/lib/forms/model/form-options-resolver.d.ts.map +0 -1
- package/lib/forms/model/forms.interface.d.ts.map +0 -1
- package/lib/forms/model/options.interface.d.ts.map +0 -1
- package/lib/forms/model/radio-buttons.d.ts.map +0 -1
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input.component.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code.component.d.ts.map +0 -1
- package/lib/forms/qd-form.module.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-builder.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-control.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-group.d.ts.map +0 -1
- package/lib/forms/richtext/richtext.component.d.ts.map +0 -1
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-error/form-error.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-input/form-input.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts.map +0 -1
- package/lib/forms/shared/services/action-emitter.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-keyboard.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-options.service.d.ts.map +0 -1
- package/lib/forms/shared/services/options-resolver.registry.d.ts.map +0 -1
- package/lib/forms/shared/validators/validators.d.ts.map +0 -1
- package/lib/forms/switches/switch/switch.component.d.ts.map +0 -1
- package/lib/forms/switches/switches-service/switches.service.d.ts.map +0 -1
- package/lib/forms/switches/switches.component.d.ts.map +0 -1
- package/lib/forms/textarea/textarea.component.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-column.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-columns.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-grid.module.d.ts.map +0 -1
- package/lib/grid/directives/column-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-break-before.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-full-grid-width.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts.map +0 -1
- package/lib/grid/directives/column.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-max.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns.directive.d.ts.map +0 -1
- package/lib/grid/grid.component.d.ts.map +0 -1
- package/lib/grid/grid.module.d.ts.map +0 -1
- package/lib/grid/model/grid-config.interface.d.ts.map +0 -1
- package/lib/grid/model/subgrid-config.interface.d.ts.map +0 -1
- package/lib/grid/services/grid-auto-fill.service.d.ts.map +0 -1
- package/lib/grid/services/grid.service.d.ts.map +0 -1
- package/lib/grid/subgrid/subgrid.component.d.ts.map +0 -1
- package/lib/helpers/html-plaintext.helper.d.ts.map +0 -1
- package/lib/helpers/language.helper.d.ts.map +0 -1
- package/lib/helpers/load-javascript-asset.helper.d.ts.map +0 -1
- package/lib/helpers/relative-time.helper.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.component.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.module.d.ts.map +0 -1
- package/lib/icon/custom-icons/logo.d.ts.map +0 -1
- package/lib/icon/icon/icon-definitions.d.ts.map +0 -1
- package/lib/icon/icon/icon.component.d.ts.map +0 -1
- package/lib/icon/icon.module.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.component.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.module.d.ts.map +0 -1
- package/lib/image/image/image.component.d.ts.map +0 -1
- package/lib/image/image.module.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-action-bar.component.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-active-content-tab.directive.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-button-enabled.directive.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-layout-container.component.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-layout-renderer.component.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-layout.module.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-page-process-header-title.component.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-page-process-header.component.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-page-title.component.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-panel-title.component.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-panel.component.d.ts.map +0 -1
- package/lib/layout/__mocks__/mock-truncated-text.directive.d.ts.map +0 -1
- package/lib/layout/action-bar/action-bar.component.d.ts.map +0 -1
- package/lib/layout/action-bar/button-enabled.directive.d.ts.map +0 -1
- package/lib/layout/container/container.component.d.ts.map +0 -1
- package/lib/layout/content/page-process-header/page-process-header/page-process-header.component.d.ts.map +0 -1
- package/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.d.ts.map +0 -1
- package/lib/layout/content/page-title/page-title.component.d.ts.map +0 -1
- package/lib/layout/directives/active-content-tab.directive.d.ts.map +0 -1
- package/lib/layout/directives/calculate-full-height.directive.d.ts.map +0 -1
- package/lib/layout/directives/viewport-adaptive.directive.d.ts.map +0 -1
- package/lib/layout/force-line-break/force-line-break.directive.d.ts.map +0 -1
- package/lib/layout/interfaces/process-list.d.ts.map +0 -1
- package/lib/layout/layout-renderer/layout-renderer.component.d.ts.map +0 -1
- package/lib/layout/layout.module.d.ts.map +0 -1
- package/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.d.ts.map +0 -1
- package/lib/layout/panel/container/panel.component.d.ts.map +0 -1
- package/lib/layout/panel/title/panel-title.component.d.ts.map +0 -1
- package/lib/layout/panel/types/panel-types.d.ts.map +0 -1
- package/lib/layout/service/layout.service.d.ts.map +0 -1
- package/lib/layout/service/panel.service.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-list.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-error.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-vertical-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-vertical-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-vertical-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-vertical-pairs.component.d.ts.map +0 -1
- package/lib/lists/list.module.d.ts.map +0 -1
- package/lib/lists/model/list.interface.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.d.ts.map +0 -1
- package/lib/master-layout/__mocks__/mock-header-widget.component.d.ts.map +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout-banner.component.d.ts.map +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout-footer.component.d.ts.map +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout-header.component.d.ts.map +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout.component.d.ts.map +0 -1
- package/lib/master-layout/__mocks__/mock-master-layout.module.d.ts.map +0 -1
- package/lib/master-layout/header-widget/header-widget.component.d.ts.map +0 -1
- package/lib/master-layout/master-layout/master-layout.component.d.ts.map +0 -1
- package/lib/master-layout/master-layout-banner/master-layout-banner.component.d.ts.map +0 -1
- package/lib/master-layout/master-layout-footer/master-layout-footer.component.d.ts.map +0 -1
- package/lib/master-layout/master-layout-header/master-layout-header.component.d.ts.map +0 -1
- package/lib/master-layout/master-layout.module.d.ts.map +0 -1
- package/lib/master-layout/model/page-level.d.ts.map +0 -1
- package/lib/master-layout/model/service-navigation.d.ts.map +0 -1
- package/lib/master-layout/service/language-from-url.service.d.ts.map +0 -1
- package/lib/master-layout/service/master-layout.service.d.ts.map +0 -1
- package/lib/master-layout/service-navigation/service-navigation.component.d.ts.map +0 -1
- package/lib/navigation/stepper/__mocks__/mock-step-action.component.d.ts.map +0 -1
- package/lib/navigation/stepper/__mocks__/mock-step-item.component.d.ts.map +0 -1
- package/lib/navigation/stepper/__mocks__/mock-step.component.d.ts.map +0 -1
- package/lib/navigation/stepper/__mocks__/mock-stepper.component.d.ts.map +0 -1
- package/lib/navigation/stepper/__mocks__/mock-stepper.module.d.ts.map +0 -1
- package/lib/navigation/stepper/interfaces/stepper.d.ts.map +0 -1
- package/lib/navigation/stepper/step/step.component.d.ts.map +0 -1
- package/lib/navigation/stepper/step-action/step-action.component.d.ts.map +0 -1
- package/lib/navigation/stepper/step-item/step-item.component.d.ts.map +0 -1
- package/lib/navigation/stepper/stepper/stepper.component.d.ts.map +0 -1
- package/lib/navigation/stepper/stepper.module.d.ts.map +0 -1
- package/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.d.ts.map +0 -1
- package/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.d.ts.map +0 -1
- package/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.d.ts.map +0 -1
- package/lib/navigation/tab-bar/tab-bar.module.d.ts.map +0 -1
- package/lib/navigation/tab-bar/tab-link/tab-link.component.d.ts.map +0 -1
- package/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.d.ts.map +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tab-action.component.d.ts.map +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tab-item.component.d.ts.map +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.d.ts.map +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tab.component.d.ts.map +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.d.ts.map +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tabs.component.d.ts.map +0 -1
- package/lib/navigation/tabs/__mocks__/mock-tabs.module.d.ts.map +0 -1
- package/lib/navigation/tabs/interfaces/tabs.interface.d.ts.map +0 -1
- package/lib/navigation/tabs/services/tabs.service.d.ts.map +0 -1
- package/lib/navigation/tabs/tab/tab.component.d.ts.map +0 -1
- package/lib/navigation/tabs/tab-action/tab-action.component.d.ts.map +0 -1
- package/lib/navigation/tabs/tab-item/tab-item.component.d.ts.map +0 -1
- package/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.d.ts.map +0 -1
- package/lib/navigation/tabs/tabs/tabs.component.d.ts.map +0 -1
- package/lib/navigation/tabs/tabs.module.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles.module.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts.map +0 -1
- package/lib/notifications/directives/snackbar-listener.directive.d.ts.map +0 -1
- package/lib/notifications/interfaces/notifications.d.ts.map +0 -1
- package/lib/notifications/notification/notification.component.d.ts.map +0 -1
- package/lib/notifications/notification-content/notification-content.component.d.ts.map +0 -1
- package/lib/notifications/notifications/notifications.component.d.ts.map +0 -1
- package/lib/notifications/notifications.module.d.ts.map +0 -1
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts.map +0 -1
- package/lib/notifications/services/notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/snackbar.service.d.ts.map +0 -1
- package/lib/notifications/snackbar/snackbar.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-footer.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-header.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.module.d.ts.map +0 -1
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts.map +0 -1
- package/lib/page/control-panel/page-control-panel.component.d.ts.map +0 -1
- package/lib/page/footer/page-footer-custom-content.directive.d.ts.map +0 -1
- package/lib/page/footer/page-footer.component.d.ts.map +0 -1
- package/lib/page/info-banner/page-info-banner.component.d.ts.map +0 -1
- package/lib/page/model/page-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-control-panel-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-footer-action.interface.d.ts.map +0 -1
- package/lib/page/model/page-header-facet.interface.d.ts.map +0 -1
- package/lib/page/model/page-info-banner.interface.d.ts.map +0 -1
- package/lib/page/model/page-object-resolver.d.ts.map +0 -1
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facets.service.d.ts.map +0 -1
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/page-object-header.component.d.ts.map +0 -1
- package/lib/page/page.component.d.ts.map +0 -1
- package/lib/page/page.module.d.ts.map +0 -1
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +0 -1
- package/lib/page/shared/services/context.service.d.ts.map +0 -1
- package/lib/page/shared/services/form-group-manager.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-footer.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-store.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-submit-action.service.d.ts.map +0 -1
- package/lib/page/shared/services/resolver-trigger.service.d.ts.map +0 -1
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts.map +0 -1
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts.map +0 -1
- package/lib/page-stepper/header/page-step-header.component.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step-resolver.token.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step.resolver.d.ts.map +0 -1
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts.map +0 -1
- package/lib/page-stepper/page-step/page-step.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.module.d.ts.map +0 -1
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-config.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts.map +0 -1
- package/lib/page-tabs/page-tab/page-tab.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.module.d.ts.map +0 -1
- package/lib/panel-section/actions/panel-section-actions.component.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts.map +0 -1
- package/lib/panel-section/panel-section.component.d.ts.map +0 -1
- package/lib/panel-section/panel-section.module.d.ts.map +0 -1
- package/lib/panel-section/services/panel-section-action.service.d.ts.map +0 -1
- package/lib/panel-section/status/panel-section-status.component.d.ts.map +0 -1
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts.map +0 -1
- package/lib/place-holder/place-holder/place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/place-holder.module.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts.map +0 -1
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/progress-bar.module.d.ts.map +0 -1
- package/lib/qd-ui-mock.module.d.ts.map +0 -1
- package/lib/qd-ui.module.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-config.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-data.d.ts.map +0 -1
- package/lib/quick-edit/qd-ng-for.directive.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.component.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.module.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.component.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.module.d.ts.map +0 -1
- package/lib/search/helpers/search-update.helper.d.ts.map +0 -1
- package/lib/search/model/search-options.interface.d.ts.map +0 -1
- package/lib/search/model/search-post-body.d.ts.map +0 -1
- package/lib/search/model/search-store.interface.d.ts.map +0 -1
- package/lib/search/search.component.d.ts.map +0 -1
- package/lib/search/search.module.d.ts.map +0 -1
- package/lib/search/services/search-router-connector.service.d.ts.map +0 -1
- package/lib/search/services/search-store.service.d.ts.map +0 -1
- package/lib/search/services/search.service.d.ts.map +0 -1
- package/lib/search/store/search.actions.d.ts.map +0 -1
- package/lib/search/store/search.reducer.d.ts.map +0 -1
- package/lib/search/store/search.selector.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.module.d.ts.map +0 -1
- package/lib/section/adaptors/section-adapter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-context.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-search.directive.d.ts.map +0 -1
- package/lib/section/model/section-config.interface.d.ts.map +0 -1
- package/lib/section/model/toolbar-components.interface.d.ts.map +0 -1
- package/lib/section/section.component.d.ts.map +0 -1
- package/lib/section/section.module.d.ts.map +0 -1
- package/lib/section/services/section-toolbar-action.service.d.ts.map +0 -1
- package/lib/section/services/toolbar-components.service.d.ts.map +0 -1
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts.map +0 -1
- package/lib/section/toolbar/section-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.module.d.ts.map +0 -1
- package/lib/shell/footer/shell-footer.component.d.ts.map +0 -1
- package/lib/shell/header/banner/shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts.map +0 -1
- package/lib/shell/header/search/shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts.map +0 -1
- package/lib/shell/header/shell-header.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/header/widget/shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts.map +0 -1
- package/lib/shell/left/shell-left.component.d.ts.map +0 -1
- package/lib/shell/model/default-config.d.ts.map +0 -1
- package/lib/shell/model/eportal.interface.d.ts.map +0 -1
- package/lib/shell/model/route-data.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-header-widget-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-toolbar-config.interface.d.ts.map +0 -1
- package/lib/shell/right/notification/shell-notification.component.d.ts.map +0 -1
- package/lib/shell/right/notifications/shell-notifications.component.d.ts.map +0 -1
- package/lib/shell/right/shell-right.component.d.ts.map +0 -1
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts.map +0 -1
- package/lib/shell/services/banner.service.d.ts.map +0 -1
- package/lib/shell/services/eportal-language.service.d.ts.map +0 -1
- package/lib/shell/services/navigation.service.d.ts.map +0 -1
- package/lib/shell/services/pams-environment.service.d.ts.map +0 -1
- package/lib/shell/services/service-navigation.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-minimization.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-widget.service.d.ts.map +0 -1
- package/lib/shell/services/shell-left.service.d.ts.map +0 -1
- package/lib/shell/services/shell-right.service.d.ts.map +0 -1
- package/lib/shell/shell.component.d.ts.map +0 -1
- package/lib/shell/shell.module.d.ts.map +0 -1
- package/lib/spinner/spinner.component.d.ts.map +0 -1
- package/lib/spinner/spinner.module.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts.map +0 -1
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator.module.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-sort.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-head.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.module.d.ts.map +0 -1
- package/lib/table/body/table-body.component.d.ts.map +0 -1
- package/lib/table/empty-state/table-empty-state.component.d.ts.map +0 -1
- package/lib/table/head/table-head.component.d.ts.map +0 -1
- package/lib/table/helpers/spring-tools.d.ts.map +0 -1
- package/lib/table/model/connectors-state.enum.d.ts.map +0 -1
- package/lib/table/model/paginator-direction.enum.d.ts.map +0 -1
- package/lib/table/model/sort-direction.enum.d.ts.map +0 -1
- package/lib/table/model/table-config-actions.interface.d.ts.map +0 -1
- package/lib/table/model/table-config-content.interface.d.ts.map +0 -1
- package/lib/table/model/table-config.interface.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.token.d.ts.map +0 -1
- package/lib/table/model/table-data.interface.d.ts.map +0 -1
- package/lib/table/model/table-row-selection.interface.d.ts.map +0 -1
- package/lib/table/model/table-store.interface.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts.map +0 -1
- package/lib/table/paginator/table-paginator.component.d.ts.map +0 -1
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/table/row/selection/table-row-selection.component.d.ts.map +0 -1
- package/lib/table/row/table-row.component.d.ts.map +0 -1
- package/lib/table/services/empty-state.service.d.ts.map +0 -1
- package/lib/table/services/external-action-result.service.d.ts.map +0 -1
- package/lib/table/services/filling-width.service.d.ts.map +0 -1
- package/lib/table/services/resolver.service.d.ts.map +0 -1
- package/lib/table/services/responsive-row.service.d.ts.map +0 -1
- package/lib/table/services/row-selection.service.d.ts.map +0 -1
- package/lib/table/services/secondary-actions.service.d.ts.map +0 -1
- package/lib/table/sort/table-sort.component.d.ts.map +0 -1
- package/lib/table/store/table-store-selector.service.d.ts.map +0 -1
- package/lib/table/store/table-store.service.d.ts.map +0 -1
- package/lib/table/store/table-update.helper.d.ts.map +0 -1
- package/lib/table/store/table.actions.d.ts.map +0 -1
- package/lib/table/store/table.reducer.d.ts.map +0 -1
- package/lib/table/table.component.d.ts.map +0 -1
- package/lib/table/table.module.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts.map +0 -1
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/text-section.component.d.ts.map +0 -1
- package/lib/text-section/text-section.module.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts.map +0 -1
- package/lib/tiles/model/tile-config.d.ts.map +0 -1
- package/lib/tiles/model/tiles-config.d.ts.map +0 -1
- package/lib/tiles/tile/tile.component.d.ts.map +0 -1
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/tile-title/tile-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles-title/tiles-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles.component.d.ts.map +0 -1
- package/lib/tiles/tiles.module.d.ts.map +0 -1
- package/lib/tree/body/tree-body.component.d.ts.map +0 -1
- package/lib/tree/empty-state/tree-empty-state.component.d.ts.map +0 -1
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts.map +0 -1
- package/lib/tree/head/tree-head.component.d.ts.map +0 -1
- package/lib/tree/model/tree-column-detail.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config-actions.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-data.interface.d.ts.map +0 -1
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/tree/row/tree-row.component.d.ts.map +0 -1
- package/lib/tree/services/row-expander.service.d.ts.map +0 -1
- package/lib/tree/services/tree-group.service.d.ts.map +0 -1
- package/lib/tree/services/tree-rows.service.d.ts.map +0 -1
- package/lib/tree/tree.component.d.ts.map +0 -1
- package/lib/tree/tree.module.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
- package/quadrel-ui-qd-ui.d.ts.map +0 -1
|
@@ -60,10 +60,10 @@ export class QdPageSubmitActionService {
|
|
|
60
60
|
}
|
|
61
61
|
]);
|
|
62
62
|
}
|
|
63
|
-
static ɵfac =
|
|
64
|
-
static ɵprov =
|
|
63
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageSubmitActionService, deps: [{ token: i1.QdPageFooterService }, { token: i2.QdFormGroupManagerService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
64
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageSubmitActionService });
|
|
65
65
|
}
|
|
66
|
-
(
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
66
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageSubmitActionService, decorators: [{
|
|
67
|
+
type: Injectable
|
|
68
|
+
}], ctorParameters: () => [{ type: i1.QdPageFooterService }, { type: i2.QdFormGroupManagerService }] });
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zdWJtaXQtYWN0aW9uLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFnZS9zaGFyZWQvc2VydmljZXMvcGFnZS1zdWJtaXQtYWN0aW9uLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBYSxNQUFNLGVBQWUsQ0FBQztBQUN0RCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUdqRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUM5RSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN6RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7OztBQUc1RCxNQUFNLE9BQU8seUJBQXlCO0lBT2pCO0lBQ0E7SUFQWCxVQUFVLEdBQUcsNEJBQTRCLENBQUM7SUFDMUMsY0FBYyxDQUFnQztJQUM5QyxVQUFVLEdBQUcsSUFBSSxDQUFDO0lBQ2xCLFdBQVcsR0FBa0IsSUFBSSxPQUFPLEVBQUUsQ0FBQztJQUVuRCxZQUNtQixhQUFrQyxFQUNsQyx1QkFBa0Q7UUFEbEQsa0JBQWEsR0FBYixhQUFhLENBQXFCO1FBQ2xDLDRCQUF1QixHQUF2Qix1QkFBdUIsQ0FBMkI7SUFDbEUsQ0FBQztJQUVKLFdBQVc7UUFDVCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUM1QixJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzlCLENBQUM7SUFFRCx5QkFBeUIsQ0FBQyxjQUF1QyxFQUFFLFNBQWtCO1FBQ25GLElBQUksQ0FBQyxjQUFjLEVBQUUsTUFBTTtZQUFFLE9BQU87UUFFcEMsSUFBSSxDQUFDLFVBQVUsR0FBRyxTQUFTLENBQUM7UUFDNUIsSUFBSSxDQUFDLHFCQUFxQixDQUFDLGNBQWMsQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUNwRCxDQUFDO0lBRU8scUJBQXFCLENBQUMsWUFHN0I7UUFDQyxJQUFJLENBQUMsVUFBVSxHQUFHLFlBQVksQ0FBQyxLQUFLLEVBQUUsSUFBSSxJQUFJLDRCQUE0QixDQUFDO1FBQzNFLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUNwRSxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRU8sa0JBQWtCLENBQUMsZUFBNkM7UUFDdEUsT0FBTyxDQUFDLEdBQUcsSUFBZSxFQUFRLEVBQUU7WUFDbEMsSUFBSSxDQUFDLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxhQUFhLEVBQUU7Z0JBQUUsT0FBTyxlQUFlLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQztZQUVuRixPQUFPLGVBQWUsQ0FBQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsWUFBWSxFQUFFLENBQUMsQ0FBQztRQUN0RSxDQUFDLENBQUM7SUFDSixDQUFDO0lBRU8saUJBQWlCO1FBQ3ZCLElBQUksQ0FBQyx1QkFBdUI7YUFDekIsbUJBQW1CLEVBQUU7YUFDckIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLEVBQUUsb0JBQW9CLEVBQUUsQ0FBQzthQUN6RCxTQUFTLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztJQUNqRSxDQUFDO0lBRU8sdUJBQXVCLENBQUMsT0FBZ0I7UUFDOUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUM7WUFDNUI7Z0JBQ0UsR0FBRyxFQUFFLFFBQVE7Z0JBQ2IsTUFBTSxFQUFFO29CQUNOLFNBQVMsRUFBRSxJQUFJLENBQUMsVUFBVTtvQkFDMUIsT0FBTyxFQUFFLElBQUksQ0FBQyxjQUFjO29CQUM1QixVQUFVLEVBQUUsQ0FBQyxPQUFPO29CQUNwQixTQUFTLEVBQUUsSUFBSSxDQUFDLFVBQVU7b0JBQzFCLElBQUksRUFBRSxrQkFBa0IsQ0FBQyxPQUFPO2lCQUNqQzthQUNGO1NBQ0YsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt1R0E1RFUseUJBQXlCOzJHQUF6Qix5QkFBeUI7OzJGQUF6Qix5QkFBeUI7a0JBRHJDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBPbkRlc3Ryb3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IGRpc3RpbmN0VW50aWxDaGFuZ2VkLCB0YWtlVW50aWwgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5cbmltcG9ydCB7IFFkUGFnZVR5cGVJbnNwZWN0Q29uZmlnIH0gZnJvbSAnLi4vLi4vbW9kZWwvcGFnZS1jb25maWcuaW50ZXJmYWNlJztcbmltcG9ydCB7IFFkRm9vdGVyQWN0aW9uVHlwZSB9IGZyb20gJy4uLy4uL21vZGVsL3BhZ2UtZm9vdGVyLWFjdGlvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgUWRGb3JtR3JvdXBNYW5hZ2VyU2VydmljZSB9IGZyb20gJy4vZm9ybS1ncm91cC1tYW5hZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgUWRQYWdlRm9vdGVyU2VydmljZSB9IGZyb20gJy4vcGFnZS1mb290ZXIuc2VydmljZSc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBRZFBhZ2VTdWJtaXRBY3Rpb25TZXJ2aWNlIGltcGxlbWVudHMgT25EZXN0cm95IHtcbiAgcHJpdmF0ZSBfbGFiZWxJMThuID0gJ2kxOG4ucWQucGFnZS5mb290ZXIuc3VibWl0JztcbiAgcHJpdmF0ZSBfc3VibWl0SGFuZGxlciE6ICguLi5hcmdzOiB1bmtub3duW10pID0+IHZvaWQ7XG4gIHByaXZhdGUgX2lzVmlzaWJsZSA9IHRydWU7XG4gIHByaXZhdGUgX2Rlc3Ryb3llZCQ6IFN1YmplY3Q8bnVsbD4gPSBuZXcgU3ViamVjdCgpO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgcmVhZG9ubHkgZm9vdGVyU2VydmljZTogUWRQYWdlRm9vdGVyU2VydmljZSxcbiAgICBwcml2YXRlIHJlYWRvbmx5IGZvcm1Hcm91cE1hbmFnZXJTZXJ2aWNlOiBRZEZvcm1Hcm91cE1hbmFnZXJTZXJ2aWNlXG4gICkge31cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLl9kZXN0cm95ZWQkLm5leHQobnVsbCk7XG4gICAgdGhpcy5fZGVzdHJveWVkJC5jb21wbGV0ZSgpO1xuICB9XG5cbiAgc2V0U3VibWl0QWN0aW9uRm9ySW5zcGVjdChwYWdlVHlwZUNvbmZpZzogUWRQYWdlVHlwZUluc3BlY3RDb25maWcsIGlzVmlzaWJsZTogYm9vbGVhbik6IHZvaWQge1xuICAgIGlmICghcGFnZVR5cGVDb25maWc/LnN1Ym1pdCkgcmV0dXJuO1xuXG4gICAgdGhpcy5faXNWaXNpYmxlID0gaXNWaXNpYmxlO1xuICAgIHRoaXMuY29uZmlndXJlU3VibWl0QWN0aW9uKHBhZ2VUeXBlQ29uZmlnLnN1Ym1pdCk7XG4gIH1cblxuICBwcml2YXRlIGNvbmZpZ3VyZVN1Ym1pdEFjdGlvbihzdWJtaXRDb25maWc6IHtcbiAgICBsYWJlbD86IHsgaTE4bjogc3RyaW5nIH07XG4gICAgaGFuZGxlcjogKC4uLmFyZ3M6IHVua25vd25bXSkgPT4gdm9pZDtcbiAgfSk6IHZvaWQge1xuICAgIHRoaXMuX2xhYmVsSTE4biA9IHN1Ym1pdENvbmZpZy5sYWJlbD8uaTE4biB8fCAnaTE4bi5xZC5wYWdlLmZvb3Rlci5zdWJtaXQnO1xuICAgIHRoaXMuX3N1Ym1pdEhhbmRsZXIgPSB0aGlzLmJ1aWxkU3VibWl0SGFuZGxlcihzdWJtaXRDb25maWcuaGFuZGxlcik7XG4gICAgdGhpcy50cmFja0Zvcm1WYWxpZGl0eSgpO1xuICB9XG5cbiAgcHJpdmF0ZSBidWlsZFN1Ym1pdEhhbmRsZXIob3JpZ2luYWxIYW5kbGVyOiAoLi4uYXJnczogdW5rbm93bltdKSA9PiB2b2lkKTogKC4uLmFyZ3M6IHVua25vd25bXSkgPT4gdm9pZCB7XG4gICAgcmV0dXJuICguLi5hcmdzOiB1bmtub3duW10pOiB2b2lkID0+IHtcbiAgICAgIGlmICghdGhpcy5mb3JtR3JvdXBNYW5hZ2VyU2VydmljZS5oYXNGb3JtR3JvdXBzKCkpIHJldHVybiBvcmlnaW5hbEhhbmRsZXIoLi4uYXJncyk7XG5cbiAgICAgIHJldHVybiBvcmlnaW5hbEhhbmRsZXIodGhpcy5mb3JtR3JvdXBNYW5hZ2VyU2VydmljZS5nZXRBbGxWYWx1ZXMoKSk7XG4gICAgfTtcbiAgfVxuXG4gIHByaXZhdGUgdHJhY2tGb3JtVmFsaWRpdHkoKTogdm9pZCB7XG4gICAgdGhpcy5mb3JtR3JvdXBNYW5hZ2VyU2VydmljZVxuICAgICAgLiRhcmVGb3JtR3JvdXBzVmFsaWQoKVxuICAgICAgLnBpcGUodGFrZVVudGlsKHRoaXMuX2Rlc3Ryb3llZCQpLCBkaXN0aW5jdFVudGlsQ2hhbmdlZCgpKVxuICAgICAgLnN1YnNjcmliZShpc1ZhbGlkID0+IHRoaXMudXBkYXRlU3VibWl0QnV0dG9uU3RhdGUoaXNWYWxpZCkpO1xuICB9XG5cbiAgcHJpdmF0ZSB1cGRhdGVTdWJtaXRCdXR0b25TdGF0ZShpc1ZhbGlkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5mb290ZXJTZXJ2aWNlLnNldEFjdGlvbnMoW1xuICAgICAge1xuICAgICAgICBrZXk6ICdzdWJtaXQnLFxuICAgICAgICBhY3Rpb246IHtcbiAgICAgICAgICB0aXRsZUkxOG46IHRoaXMuX2xhYmVsSTE4bixcbiAgICAgICAgICBoYW5kbGVyOiB0aGlzLl9zdWJtaXRIYW5kbGVyLFxuICAgICAgICAgIGlzRGlzYWJsZWQ6ICFpc1ZhbGlkLFxuICAgICAgICAgIGlzVmlzaWJsZTogdGhpcy5faXNWaXNpYmxlLFxuICAgICAgICAgIHR5cGU6IFFkRm9vdGVyQWN0aW9uVHlwZS5QcmltYXJ5XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICBdKTtcbiAgfVxufVxuIl19
|
|
@@ -46,12 +46,12 @@ export class QdResolverTriggerService {
|
|
|
46
46
|
return false;
|
|
47
47
|
return segments1.every((segment, index) => segment.path === segments2[index].path && this.shallowEqual(segment.parameters, segments2[index].parameters));
|
|
48
48
|
}
|
|
49
|
-
static ɵfac =
|
|
50
|
-
static ɵprov =
|
|
49
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdResolverTriggerService, deps: [{ token: i1.ActivatedRoute, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
50
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdResolverTriggerService });
|
|
51
51
|
}
|
|
52
|
-
(
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdResolverTriggerService, decorators: [{
|
|
53
|
+
type: Injectable
|
|
54
|
+
}], ctorParameters: () => [{ type: i1.ActivatedRoute, decorators: [{
|
|
55
|
+
type: Optional
|
|
56
|
+
}] }] });
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZXItdHJpZ2dlci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9xZC11aS9zcmMvbGliL3BhZ2Uvc2hhcmVkL3NlcnZpY2VzL3Jlc29sdmVyLXRyaWdnZXIuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNyRCxPQUFPLEVBQUUsY0FBYyxFQUFjLE1BQU0saUJBQWlCLENBQUM7QUFDN0QsT0FBTyxFQUFFLGFBQWEsRUFBYyxFQUFFLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDckQsT0FBTyxFQUFFLEdBQUcsRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7OztBQUsxRCxNQUFNLE9BQU8sd0JBQXdCO0lBQ0g7SUFBaEMsWUFBZ0MsS0FBcUI7UUFBckIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7SUFBRyxDQUFDO0lBRXpELHFCQUFxQixDQUFDLFNBQWtEO1FBQ3RFLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSztZQUFFLE9BQU8sRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBRWxDLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztRQUN0RCxNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDaEUsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBRWhELE9BQU8sYUFBYSxDQUFDLENBQUMsT0FBTyxFQUFFLFlBQVksRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FDdEQsUUFBUSxFQUFFLEVBQ1YsR0FBRyxDQUNELENBQUMsQ0FBQyxDQUFDLFVBQVUsRUFBRSxlQUFlLEVBQUUsZUFBZSxDQUFDLEVBQUUsQ0FBQyxhQUFhLEVBQUUsa0JBQWtCLEVBQUUsa0JBQWtCLENBQUMsQ0FBQyxFQUFFLEVBQUU7WUFDNUcsUUFBUSxTQUFTLEVBQUUsQ0FBQztnQkFDbEIsS0FBSyxRQUFRO29CQUNYLE9BQU8sSUFBSSxDQUFDO2dCQUVkLEtBQUssY0FBYztvQkFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsVUFBVSxFQUFFLGFBQWEsQ0FBQyxDQUFDO2dCQUV2RCxLQUFLLGtCQUFrQjtvQkFDckIsT0FBTyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsZUFBZSxFQUFFLGtCQUFrQixDQUFDLENBQUM7Z0JBRTlELEtBQUssbUJBQW1CO29CQUN0QixPQUFPLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxlQUFlLEVBQUUsa0JBQWtCLENBQUMsQ0FBQztnQkFFakUsS0FBSywyQkFBMkI7b0JBQzlCLE9BQU8sQ0FDTCxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsVUFBVSxFQUFFLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxlQUFlLEVBQUUsa0JBQWtCLENBQUMsQ0FDekcsQ0FBQztnQkFFSixLQUFLLCtCQUErQjtvQkFDbEMsT0FBTyxDQUNMLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxlQUFlLEVBQUUsa0JBQWtCLENBQUM7d0JBQ3BELENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxlQUFlLEVBQUUsa0JBQWtCLENBQUMsQ0FDeEQsQ0FBQztZQUNOLENBQUM7WUFFRCxPQUFPLEtBQUssQ0FBQztRQUNmLENBQUMsQ0FDRixFQUNELFNBQVMsQ0FBQyxJQUFJLENBQUMsQ0FDaEIsQ0FBQztJQUNKLENBQUM7SUFFTyxZQUFZLENBQUMsSUFBNkIsRUFBRSxJQUE2QjtRQUMvRSxNQUFNLEtBQUssR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ2hDLE1BQU0sS0FBSyxHQUFHLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFFaEMsSUFBSSxLQUFLLENBQUMsTUFBTSxLQUFLLEtBQUssQ0FBQyxNQUFNO1lBQUUsT0FBTyxLQUFLLENBQUM7UUFFaEQsT0FBTyxLQUFLLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO0lBQ3JELENBQUM7SUFFTyxTQUFTLENBQUMsU0FBdUIsRUFBRSxTQUF1QjtRQUNoRSxJQUFJLFNBQVMsQ0FBQyxNQUFNLEtBQUssU0FBUyxDQUFDLE1BQU07WUFBRSxPQUFPLEtBQUssQ0FBQztRQUV4RCxPQUFPLFNBQVMsQ0FBQyxLQUFLLENBQ3BCLENBQUMsT0FBTyxFQUFFLEtBQUssRUFBRSxFQUFFLENBQ2pCLE9BQU8sQ0FBQyxJQUFJLEtBQUssU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxVQUFVLEVBQUUsU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUMvRyxDQUFDO0lBQ0osQ0FBQzt1R0E5RFUsd0JBQXdCOzJHQUF4Qix3QkFBd0I7OzJGQUF4Qix3QkFBd0I7a0JBRHBDLFVBQVU7OzBCQUVJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBPcHRpb25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUsIFVybFNlZ21lbnQgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgY29tYmluZUxhdGVzdCwgT2JzZXJ2YWJsZSwgb2YgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IG1hcCwgcGFpcndpc2UsIHN0YXJ0V2l0aCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuaW1wb3J0IHsgUWRQYWdlT2JqZWN0UmVzb2x2ZXJDb25maWcgfSBmcm9tICcuLi8uLi9tb2RlbC9wYWdlLW9iamVjdC1yZXNvbHZlcic7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBRZFJlc29sdmVyVHJpZ2dlclNlcnZpY2Uge1xuICBjb25zdHJ1Y3RvcihAT3B0aW9uYWwoKSBwcml2YXRlIHJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSkge31cblxuICBzaG91bGRUcmlnZ2VyUmVzb2x2ZXIodHJpZ2dlck9uOiBRZFBhZ2VPYmplY3RSZXNvbHZlckNvbmZpZ1sndHJpZ2dlck9uJ10pOiBPYnNlcnZhYmxlPGJvb2xlYW4+IHtcbiAgICBpZiAoIXRoaXMucm91dGUpIHJldHVybiBvZihmYWxzZSk7XG5cbiAgICBjb25zdCBwYXJhbXMkID0gdGhpcy5yb3V0ZS5wYXJhbXMucGlwZShzdGFydFdpdGgoe30pKTtcbiAgICBjb25zdCBxdWVyeVBhcmFtcyQgPSB0aGlzLnJvdXRlLnF1ZXJ5UGFyYW1zLnBpcGUoc3RhcnRXaXRoKHt9KSk7XG4gICAgY29uc3QgdXJsJCA9IHRoaXMucm91dGUudXJsLnBpcGUoc3RhcnRXaXRoKFtdKSk7XG5cbiAgICByZXR1cm4gY29tYmluZUxhdGVzdChbcGFyYW1zJCwgcXVlcnlQYXJhbXMkLCB1cmwkXSkucGlwZShcbiAgICAgIHBhaXJ3aXNlKCksXG4gICAgICBtYXAoXG4gICAgICAgIChbW3ByZXZQYXJhbXMsIHByZXZRdWVyeVBhcmFtcywgcHJldlVybFNlZ21lbnRzXSwgW2N1cnJlbnRQYXJhbXMsIGN1cnJlbnRRdWVyeVBhcmFtcywgY3VycmVudFVybFNlZ21lbnRzXV0pID0+IHtcbiAgICAgICAgICBzd2l0Y2ggKHRyaWdnZXJPbikge1xuICAgICAgICAgICAgY2FzZSAnYWx3YXlzJzpcbiAgICAgICAgICAgICAgcmV0dXJuIHRydWU7XG5cbiAgICAgICAgICAgIGNhc2UgJ3BhcmFtc0NoYW5nZSc6XG4gICAgICAgICAgICAgIHJldHVybiAhdGhpcy5zaGFsbG93RXF1YWwocHJldlBhcmFtcywgY3VycmVudFBhcmFtcyk7XG5cbiAgICAgICAgICAgIGNhc2UgJ3BhdGhQYXJhbXNDaGFuZ2UnOlxuICAgICAgICAgICAgICByZXR1cm4gIXRoaXMuZXF1YWxQYXRoKHByZXZVcmxTZWdtZW50cywgY3VycmVudFVybFNlZ21lbnRzKTtcblxuICAgICAgICAgICAgY2FzZSAncXVlcnlQYXJhbXNDaGFuZ2UnOlxuICAgICAgICAgICAgICByZXR1cm4gIXRoaXMuc2hhbGxvd0VxdWFsKHByZXZRdWVyeVBhcmFtcywgY3VycmVudFF1ZXJ5UGFyYW1zKTtcblxuICAgICAgICAgICAgY2FzZSAncGFyYW1zT3JRdWVyeVBhcmFtc0NoYW5nZSc6XG4gICAgICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICAgICAgIXRoaXMuc2hhbGxvd0VxdWFsKHByZXZQYXJhbXMsIGN1cnJlbnRQYXJhbXMpIHx8ICF0aGlzLnNoYWxsb3dFcXVhbChwcmV2UXVlcnlQYXJhbXMsIGN1cnJlbnRRdWVyeVBhcmFtcylcbiAgICAgICAgICAgICAgKTtcblxuICAgICAgICAgICAgY2FzZSAncGF0aFBhcmFtc09yUXVlcnlQYXJhbXNDaGFuZ2UnOlxuICAgICAgICAgICAgICByZXR1cm4gKFxuICAgICAgICAgICAgICAgICF0aGlzLmVxdWFsUGF0aChwcmV2VXJsU2VnbWVudHMsIGN1cnJlbnRVcmxTZWdtZW50cykgfHxcbiAgICAgICAgICAgICAgICAhdGhpcy5zaGFsbG93RXF1YWwocHJldlF1ZXJ5UGFyYW1zLCBjdXJyZW50UXVlcnlQYXJhbXMpXG4gICAgICAgICAgICAgICk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG4gICAgICApLFxuICAgICAgc3RhcnRXaXRoKHRydWUpXG4gICAgKTtcbiAgfVxuXG4gIHByaXZhdGUgc2hhbGxvd0VxdWFsKG9iajE6IFJlY29yZDxzdHJpbmcsIHVua25vd24+LCBvYmoyOiBSZWNvcmQ8c3RyaW5nLCB1bmtub3duPik6IGJvb2xlYW4ge1xuICAgIGNvbnN0IGtleXMxID0gT2JqZWN0LmtleXMob2JqMSk7XG4gICAgY29uc3Qga2V5czIgPSBPYmplY3Qua2V5cyhvYmoyKTtcblxuICAgIGlmIChrZXlzMS5sZW5ndGggIT09IGtleXMyLmxlbmd0aCkgcmV0dXJuIGZhbHNlO1xuXG4gICAgcmV0dXJuIGtleXMxLmV2ZXJ5KGtleSA9PiBvYmoxW2tleV0gPT09IG9iajJba2V5XSk7XG4gIH1cblxuICBwcml2YXRlIGVxdWFsUGF0aChzZWdtZW50czE6IFVybFNlZ21lbnRbXSwgc2VnbWVudHMyOiBVcmxTZWdtZW50W10pOiBib29sZWFuIHtcbiAgICBpZiAoc2VnbWVudHMxLmxlbmd0aCAhPT0gc2VnbWVudHMyLmxlbmd0aCkgcmV0dXJuIGZhbHNlO1xuXG4gICAgcmV0dXJuIHNlZ21lbnRzMS5ldmVyeShcbiAgICAgIChzZWdtZW50LCBpbmRleCkgPT5cbiAgICAgICAgc2VnbWVudC5wYXRoID09PSBzZWdtZW50czJbaW5kZXhdLnBhdGggJiYgdGhpcy5zaGFsbG93RXF1YWwoc2VnbWVudC5wYXJhbWV0ZXJzLCBzZWdtZW50czJbaW5kZXhdLnBhcmFtZXRlcnMpXG4gICAgKTtcbiAgfVxufVxuIl19
|
|
@@ -54,13 +54,13 @@ export class QdPageStepperAdapterDirective {
|
|
|
54
54
|
console.warn('QD-UI | QdPageStepperAdapterDirective – Only "qd-page-stepper" is supported. The following content is not rendered:', el);
|
|
55
55
|
});
|
|
56
56
|
}
|
|
57
|
-
static ɵfac =
|
|
58
|
-
static ɵdir =
|
|
57
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageStepperAdapterDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
58
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: QdPageStepperAdapterDirective, selector: "[qdPageStepperAdapter]", ngImport: i0 });
|
|
59
59
|
}
|
|
60
|
-
(
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
60
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageStepperAdapterDirective, decorators: [{
|
|
61
|
+
type: Directive,
|
|
62
|
+
args: [{
|
|
63
|
+
selector: '[qdPageStepperAdapter]'
|
|
64
|
+
}]
|
|
65
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
66
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zdGVwcGVyLWFkYXB0ZXIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9xZC11aS9zcmMvbGliL3BhZ2Utc3RlcHBlci9hZGFwdG9ycy9wYWdlLXN0ZXBwZXItYWRhcHRlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQVUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUV6RTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FtQ0c7QUFJSCxNQUFNLE9BQU8sNkJBQTZCO0lBQ3BCO0lBQTZDO0lBQWpFLFlBQW9CLFVBQW1DLEVBQVUsUUFBbUI7UUFBaEUsZUFBVSxHQUFWLFVBQVUsQ0FBeUI7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFXO0lBQUcsQ0FBQztJQUV4RixRQUFRO1FBQ04sTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7UUFDM0MsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLGlCQUFpQixDQUFDLENBQUM7UUFFaEQsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUU7WUFBRSxPQUFPO1FBRWxDLE1BQU0sUUFBUSxHQUFjLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQyxPQUFPLEtBQUssaUJBQWlCLENBQUMsQ0FBQztRQUUzRyxRQUFRLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxFQUFFO1lBQ3BCLElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsQ0FBQztZQUVwQyxPQUFPLENBQUMsSUFBSSxDQUNWLHFIQUFxSCxFQUNySCxFQUFFLENBQ0gsQ0FBQztRQUNKLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt1R0FuQlUsNkJBQTZCOzJGQUE3Qiw2QkFBNkI7OzJGQUE3Qiw2QkFBNkI7a0JBSHpDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHdCQUF3QjtpQkFDbkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIE9uSW5pdCwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogKipRZFBhZ2VTdGVwcGVyQWRhcHRlckRpcmVjdGl2ZSoqIGxldHMgZGV2ZWxvcGVycyBlYXNpbHkgYWRkIGN1c3RvbSBjb21wb25lbnRzIHRvIHRoZSBRTFMgbGF5b3V0LiBUaGlzIGtlZXBzIHRoZSBkZXNpZ24gYW5kIGJlaGF2aW9yIGNvbnNpc3RlbnQgYWNyb3NzIHRoZSBVSS5cbiAqXG4gKiAjIyMjICoqRmVhdHVyZXMqKlxuICpcbiAqIC0gKipNb3JlIEZsZXhpYmxlIENvbXBvbmVudCBBZGFwdGF0aW9uKiog4oaSIEFsbG93cyB1c2Ugb2YgY3VzdG9tIGNvbXBvbmVudHMgd2l0aGluIHRoZSBRTFMgbGF5b3V0LlxuICogLSAqKlN0ZXBwZXIgSW50ZWdyYXRpb24qKiDihpIgQ3VzdG9tIGNvbXBvbmVudHMgYWRvcHQgdGhlIHN0cnVjdHVyZSBhbmQgc3R5bGluZyBvZiBhIGBxZC1wYWdlLXN0ZXBwZXJgLlxuICogLSAqKkNvbnRlbnQgVmFsaWRhdGlvbiB3aXRoIEZlZWRiYWNrKiog4oaSIFVuc3VwcG9ydGVkIGNoaWxkIGNvbXBvbmVudHMgYXJlIHJlcG9ydGVkIHRvIGRldmVsb3BlcnMuXG4gKiAtICoqUmVhY3RpdmUgRm9ybXMgU3VwcG9ydCoqIOKGkiBDYW4gYmUgdXNlZCB0b2dldGhlciB3aXRoIEFuZ3VsYXIgUmVhY3RpdmUgRm9ybXMuXG4gKlxuICogIyMjIyAqKldoZW4gdG8gVXNlPyoqXG4gKlxuICogLSBZb3Ugd2FudCB0byAqKmNyZWF0ZSBhIGN1c3RvbSBjb21wb25lbnQqKiB0aGF0IGNvbnRhaW5zIGl0cyBvd24gKipRZFBhZ2VTdGVwcGVyKiogZWxlbWVudC5cbiAqIC0gWW91IHdhbnQgdG8gKiprZWVwIHRoZSBjb2RlIG1vZHVsYXIgYW5kIG1haW50YWluYWJsZSoqIGJ5IHNlcGFyYXRpbmcgY29uY2VybnMuXG4gKlxuICogIyMjIyAqKkxpbWl0YXRpb25zKipcbiAqXG4gKiAtICoqUWRQYWdlU3RlcHBlcioqIGFuZCAqKlFkUGFnZVN0ZXBwZXJBZGFwdGVyKiogY2Fubm90IGNvZXhpc3QgaW4gb25lIGNvbXBvbmVudCBkdWUgdG8gbGF5b3V0IGNvbnN0cmFpbnRzIHRoYXQgcHJldmVudCBwcm9wZXIgcmVuZGVyaW5nLlxuICogLSAqKk9ubHkgYDxxZC1wYWdlLXN0ZXBwZXI+YCBpcyBhbGxvd2VkKiogaW5zaWRlIGNvbXBvbmVudHMgdXNpbmcgYHFkUGFnZVN0ZXBwZXJBZGFwdGVyYC4gQWxsIG90aGVyIGNoaWxkIGVsZW1lbnRzIGFyZSBub3Qgc3VwcG9ydGVkIGFuZCBjYW5ub3QgYmUgZGlzcGxheWVkLlxuICpcbiAqICMjIyMgKipVc2FnZSBpbiBhIFFkUGFnZSoqXG4gKlxuICogYGBgaHRtbFxuICogPCEtLSBDdXN0b20gY29tcG9uZW50IGluc2lkZSBhIFFkUGFnZSAtLT5cbiAqIDxxZC1wYWdlIFtjb25maWddPVwicGFnZUNvbmZpZ1wiPlxuICogICA8bXktY3VzdG9tLXN0ZXBwZXIgcWRQYWdlU3RlcHBlckFkYXB0ZXI+PC9teS1jdXN0b20tc3RlcHBlcj5cbiAqIDwvcWQtcGFnZT5cbiAqXG4gKiA8IS0tIEluc2lkZSBhIGN1c3RvbSBjb21wb25lbnQgLS0+XG4gKiA8cWQtcGFnZS1zdGVwcGVyIFtjb25maWddPVwic3RlcHBlckNvbmZpZ1wiPlxuICogICA8cWQtcGFnZS1zdGVwIFtjb25maWddPVwic3RlcENvbmZpZ1wiPlxuICogICAgIDwhLS0gU3RlcCBjb250ZW50IC0tPlxuICogICA8L3FkLXBhZ2Utc3RlcD5cbiAqIDwvcWQtcGFnZS1zdGVwcGVyPlxuICogYGBgXG4gKi9cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1txZFBhZ2VTdGVwcGVyQWRhcHRlcl0nXG59KVxuZXhwb3J0IGNsYXNzIFFkUGFnZVN0ZXBwZXJBZGFwdGVyRGlyZWN0aXZlIGltcGxlbWVudHMgT25Jbml0IHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PiwgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIGNvbnN0IGhvc3QgPSB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcbiAgICB0aGlzLnJlbmRlcmVyLmFkZENsYXNzKGhvc3QsICdxZC1wYWdlLXN0ZXBwZXInKTtcblxuICAgIGlmICghaG9zdC5oYXNDaGlsZE5vZGVzKCkpIHJldHVybjtcblxuICAgIGNvbnN0IHRvUmVtb3ZlOiBFbGVtZW50W10gPSBBcnJheS5mcm9tKGhvc3QuY2hpbGRyZW4pLmZpbHRlcihjaGlsZCA9PiBjaGlsZC50YWdOYW1lICE9PSAnUUQtUEFHRS1TVEVQUEVSJyk7XG5cbiAgICB0b1JlbW92ZS5mb3JFYWNoKGVsID0+IHtcbiAgICAgIHRoaXMucmVuZGVyZXIucmVtb3ZlQ2hpbGQoaG9zdCwgZWwpO1xuXG4gICAgICBjb25zb2xlLndhcm4oXG4gICAgICAgICdRRC1VSSB8IFFkUGFnZVN0ZXBwZXJBZGFwdGVyRGlyZWN0aXZlIOKAkyBPbmx5IFwicWQtcGFnZS1zdGVwcGVyXCIgaXMgc3VwcG9ydGVkLiBUaGUgZm9sbG93aW5nIGNvbnRlbnQgaXMgbm90IHJlbmRlcmVkOicsXG4gICAgICAgIGVsXG4gICAgICApO1xuICAgIH0pO1xuICB9XG59XG4iXX0=
|
|
@@ -17,35 +17,23 @@ export class QdPageStepperCancelDialogComponent {
|
|
|
17
17
|
close(result) {
|
|
18
18
|
this.dialogRef.close(result);
|
|
19
19
|
}
|
|
20
|
-
static ɵfac =
|
|
21
|
-
static ɵcmp =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
i0.ɵɵlistener("click", function QdPageStepperCancelDialogComponent_Template_button_click_9_listener() { return ctx.close(true); });
|
|
33
|
-
i0.ɵɵtext(10);
|
|
34
|
-
i0.ɵɵpipe(11, "translate");
|
|
35
|
-
i0.ɵɵelementEnd()()();
|
|
36
|
-
} if (rf & 2) {
|
|
37
|
-
i0.ɵɵadvance(3);
|
|
38
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 3, "i18n.qd.stepper.cancel.dialog.message"), " ");
|
|
39
|
-
i0.ɵɵadvance(4);
|
|
40
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(8, 5, "i18n.qd.stepper.cancel.dialog.cancel"), " ");
|
|
41
|
-
i0.ɵɵadvance(3);
|
|
42
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 7, "i18n.qd.stepper.cancel.dialog.delete"));
|
|
43
|
-
} }, dependencies: [i2.QdButtonComponent, i3.QdButtonGhostDirective, i4.QdDialogActionComponent, i5.QdDialogComponent, i6.QdTextSectionComponent, i7.QdTextSectionParagraphComponent, i8.TranslatePipe], encapsulation: 2, changeDetection: 0 });
|
|
20
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageStepperCancelDialogComponent, deps: [{ token: i1.DialogRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdPageStepperCancelDialogComponent, selector: "ng-component", ngImport: i0, template: `<qd-dialog>
|
|
22
|
+
<qd-text-section>
|
|
23
|
+
<qd-text-section-paragraph> {{ 'i18n.qd.stepper.cancel.dialog.message' | translate }} </qd-text-section-paragraph>
|
|
24
|
+
</qd-text-section>
|
|
25
|
+
<qd-dialog-action>
|
|
26
|
+
<button qdButton qdButtonGhost color="secondary" (click)="close()">
|
|
27
|
+
{{ 'i18n.qd.stepper.cancel.dialog.cancel' | translate }}
|
|
28
|
+
</button>
|
|
29
|
+
<button qdButton (click)="close(true)">{{ 'i18n.qd.stepper.cancel.dialog.delete' | translate }}</button>
|
|
30
|
+
</qd-dialog-action>
|
|
31
|
+
</qd-dialog> `, isInline: true, dependencies: [{ kind: "component", type: i2.QdButtonComponent, selector: "button[qdButton], a[qdButton], button[qd-button]", inputs: ["disabled", "color", "icon", "data-test-id", "additionalInfo"] }, { kind: "directive", type: i3.QdButtonGhostDirective, selector: "button[qdButtonGhost], a[qdButtonGhost]" }, { kind: "component", type: i4.QdDialogActionComponent, selector: "qd-dialog-action" }, { kind: "component", type: i5.QdDialogComponent, selector: "qd-dialog" }, { kind: "component", type: i6.QdTextSectionComponent, selector: "qd-text-section" }, { kind: "component", type: i7.QdTextSectionParagraphComponent, selector: "qd-text-section-paragraph" }, { kind: "pipe", type: i8.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
44
32
|
}
|
|
45
|
-
(
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageStepperCancelDialogComponent, decorators: [{
|
|
34
|
+
type: Component,
|
|
35
|
+
args: [{
|
|
36
|
+
template: `<qd-dialog>
|
|
49
37
|
<qd-text-section>
|
|
50
38
|
<qd-text-section-paragraph> {{ 'i18n.qd.stepper.cancel.dialog.message' | translate }} </qd-text-section-paragraph>
|
|
51
39
|
</qd-text-section>
|
|
@@ -56,8 +44,7 @@ export class QdPageStepperCancelDialogComponent {
|
|
|
56
44
|
<button qdButton (click)="close(true)">{{ 'i18n.qd.stepper.cancel.dialog.delete' | translate }}</button>
|
|
57
45
|
</qd-dialog-action>
|
|
58
46
|
</qd-dialog> `,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zdGVwcGVyLWNhbmNlbC1kaWFsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9xZC11aS9zcmMvbGliL3BhZ2Utc3RlcHBlci9jYW5jZWwtZGlhbG9nL3BhZ2Utc3RlcHBlci1jYW5jZWwtZGlhbG9nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7Ozs7Ozs7OztBQWdCaEQsTUFBTSxPQUFPLGtDQUFrQztJQUN6QjtJQUFwQixZQUFvQixTQUE0QjtRQUE1QixjQUFTLEdBQVQsU0FBUyxDQUFtQjtJQUFHLENBQUM7SUFFcEQsS0FBSyxDQUFDLE1BQVk7UUFDaEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDL0IsQ0FBQzs0SEFMVSxrQ0FBa0M7NkRBQWxDLGtDQUFrQztZQVh6QyxBQURGLEFBRFMsaUNBQVcsc0JBQ0gsZ0NBQ1k7WUFBQyxZQUEwRDs7WUFDeEYsQUFEd0YsaUJBQTRCLEVBQ2xHO1lBRWhCLEFBREYsd0NBQWtCLGdCQUNtRDtZQUFsQiwrR0FBUyxXQUFPLElBQUM7WUFDaEUsWUFDRjs7WUFBQSxpQkFBUztZQUNULGlDQUF1QztZQUF0QiwrR0FBUyxVQUFNLElBQUksQ0FBQyxJQUFDO1lBQUMsYUFBd0Q7O1lBRW5HLEFBREUsQUFEaUcsaUJBQVMsRUFDdkYsRUFDVDs7WUFSb0IsZUFBMEQ7WUFBMUQsOEZBQTBEO1lBSXBGLGVBQ0Y7WUFERSw2RkFDRjtZQUN1QyxlQUF3RDtZQUF4RCxtRkFBd0Q7OztpRkFLeEYsa0NBQWtDO2NBZDlDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Z0JBVUk7Z0JBQ2QsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07YUFDaEQ7O2tGQUNZLGtDQUFrQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERpYWxvZ1JlZiB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kaWFsb2cnO1xuXG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGU6IGA8cWQtZGlhbG9nPlxuICAgIDxxZC10ZXh0LXNlY3Rpb24+XG4gICAgICA8cWQtdGV4dC1zZWN0aW9uLXBhcmFncmFwaD4ge3sgJ2kxOG4ucWQuc3RlcHBlci5jYW5jZWwuZGlhbG9nLm1lc3NhZ2UnIHwgdHJhbnNsYXRlIH19IDwvcWQtdGV4dC1zZWN0aW9uLXBhcmFncmFwaD5cbiAgICA8L3FkLXRleHQtc2VjdGlvbj5cbiAgICA8cWQtZGlhbG9nLWFjdGlvbj5cbiAgICAgIDxidXR0b24gcWRCdXR0b24gcWRCdXR0b25HaG9zdCBjb2xvcj1cInNlY29uZGFyeVwiIChjbGljayk9XCJjbG9zZSgpXCI+XG4gICAgICAgIHt7ICdpMThuLnFkLnN0ZXBwZXIuY2FuY2VsLmRpYWxvZy5jYW5jZWwnIHwgdHJhbnNsYXRlIH19XG4gICAgICA8L2J1dHRvbj5cbiAgICAgIDxidXR0b24gcWRCdXR0b24gKGNsaWNrKT1cImNsb3NlKHRydWUpXCI+e3sgJ2kxOG4ucWQuc3RlcHBlci5jYW5jZWwuZGlhbG9nLmRlbGV0ZScgfCB0cmFuc2xhdGUgfX08L2J1dHRvbj5cbiAgICA8L3FkLWRpYWxvZy1hY3Rpb24+XG4gIDwvcWQtZGlhbG9nPiBgLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxufSlcbmV4cG9ydCBjbGFzcyBRZFBhZ2VTdGVwcGVyQ2FuY2VsRGlhbG9nQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBkaWFsb2dSZWY6IERpYWxvZ1JlZjxzdHJpbmc+KSB7fVxuXG4gIGNsb3NlKHJlc3VsdD86IGFueSk6IHZvaWQge1xuICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKHJlc3VsdCk7XG4gIH1cbn1cbiJdfQ==
|
|
47
|
+
changeDetection: ChangeDetectionStrategy.OnPush
|
|
48
|
+
}]
|
|
49
|
+
}], ctorParameters: () => [{ type: i1.DialogRef }] });
|
|
50
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zdGVwcGVyLWNhbmNlbC1kaWFsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9xZC11aS9zcmMvbGliL3BhZ2Utc3RlcHBlci9jYW5jZWwtZGlhbG9nL3BhZ2Utc3RlcHBlci1jYW5jZWwtZGlhbG9nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7Ozs7Ozs7OztBQWdCaEQsTUFBTSxPQUFPLGtDQUFrQztJQUN6QjtJQUFwQixZQUFvQixTQUE0QjtRQUE1QixjQUFTLEdBQVQsU0FBUyxDQUFtQjtJQUFHLENBQUM7SUFFcEQsS0FBSyxDQUFDLE1BQVk7UUFDaEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDL0IsQ0FBQzt1R0FMVSxrQ0FBa0M7MkZBQWxDLGtDQUFrQyxvREFibkM7Ozs7Ozs7Ozs7Z0JBVUk7OzJGQUdILGtDQUFrQztrQkFkOUMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Z0JBVUk7b0JBQ2QsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2hEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRGlhbG9nUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2RpYWxvZyc7XG5cbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZTogYDxxZC1kaWFsb2c+XG4gICAgPHFkLXRleHQtc2VjdGlvbj5cbiAgICAgIDxxZC10ZXh0LXNlY3Rpb24tcGFyYWdyYXBoPiB7eyAnaTE4bi5xZC5zdGVwcGVyLmNhbmNlbC5kaWFsb2cubWVzc2FnZScgfCB0cmFuc2xhdGUgfX0gPC9xZC10ZXh0LXNlY3Rpb24tcGFyYWdyYXBoPlxuICAgIDwvcWQtdGV4dC1zZWN0aW9uPlxuICAgIDxxZC1kaWFsb2ctYWN0aW9uPlxuICAgICAgPGJ1dHRvbiBxZEJ1dHRvbiBxZEJ1dHRvbkdob3N0IGNvbG9yPVwic2Vjb25kYXJ5XCIgKGNsaWNrKT1cImNsb3NlKClcIj5cbiAgICAgICAge3sgJ2kxOG4ucWQuc3RlcHBlci5jYW5jZWwuZGlhbG9nLmNhbmNlbCcgfCB0cmFuc2xhdGUgfX1cbiAgICAgIDwvYnV0dG9uPlxuICAgICAgPGJ1dHRvbiBxZEJ1dHRvbiAoY2xpY2spPVwiY2xvc2UodHJ1ZSlcIj57eyAnaTE4bi5xZC5zdGVwcGVyLmNhbmNlbC5kaWFsb2cuZGVsZXRlJyB8IHRyYW5zbGF0ZSB9fTwvYnV0dG9uPlxuICAgIDwvcWQtZGlhbG9nLWFjdGlvbj5cbiAgPC9xZC1kaWFsb2c+IGAsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIFFkUGFnZVN0ZXBwZXJDYW5jZWxEaWFsb2dDb21wb25lbnQge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGRpYWxvZ1JlZjogRGlhbG9nUmVmPHN0cmluZz4pIHt9XG5cbiAgY2xvc2UocmVzdWx0PzogYW55KTogdm9pZCB7XG4gICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UocmVzdWx0KTtcbiAgfVxufVxuIl19
|
|
@@ -27,49 +27,34 @@ export class QdPageStepHeaderComponent extends CdkStepHeader {
|
|
|
27
27
|
constructor(elementRef) {
|
|
28
28
|
super(elementRef);
|
|
29
29
|
}
|
|
30
|
-
static ɵfac =
|
|
31
|
-
static ɵcmp =
|
|
32
|
-
i0.ɵɵclassProp("qd-step", true)("qd-step-active", ctx.active)("qd-step-current", ctx.selected)("qd-step-disabled", ctx.locked)("qd-step-done", ctx.state === ctx.STEP_STATE.DONE)("qd-step-edit", ctx.state === ctx.STEP_STATE.EDIT)("qd-step-error", ctx.state === ctx.STEP_STATE.ERROR);
|
|
33
|
-
} }, inputs: { state: "state", label: "label", index: "index", selected: "selected", active: "active", optional: "optional", locked: "locked" }, standalone: true, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], decls: 4, vars: 2, consts: [[1, "qd-step-number"], [1, "qd-step-caption"]], template: function QdPageStepHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
34
|
-
i0.ɵɵelementStart(0, "div", 0);
|
|
35
|
-
i0.ɵɵtext(1);
|
|
36
|
-
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(2, "span", 1);
|
|
38
|
-
i0.ɵɵtext(3);
|
|
39
|
-
i0.ɵɵelementEnd();
|
|
40
|
-
} if (rf & 2) {
|
|
41
|
-
i0.ɵɵadvance();
|
|
42
|
-
i0.ɵɵtextInterpolate(ctx.stepNumber);
|
|
43
|
-
i0.ɵɵadvance(2);
|
|
44
|
-
i0.ɵɵtextInterpolate(ctx.label);
|
|
45
|
-
} }, styles: ["[_nghost-%COMP%]{color:#757575;font-size:14px;font-weight:400;line-height:18px;position:relative;display:inline-flex;height:3.5rem;flex-grow:1000;padding:.625rem 0}[_nghost-%COMP%]:not(:last-child):after{min-width:1.25rem;height:.0625rem;flex-grow:1;margin-top:.9375rem;margin-left:.3125rem;background-color:#d5d5d5;content:\"\"}[_nghost-%COMP%]:last-child{overflow:visible;flex-grow:1;margin-right:0;white-space:nowrap}[_nghost-%COMP%] .qd-step-number[_ngcontent-%COMP%]{display:inline-block;width:2rem;height:2rem;flex-shrink:0;border:rgb(151,151,151) .125rem solid;border-radius:100%;background-color:#fff;color:#979797;font-weight:500;line-height:1.75rem;text-align:center}[_nghost-%COMP%] .qd-step-caption[_ngcontent-%COMP%]{margin-left:.5rem;color:#979797;font-weight:500;line-height:2rem}.qd-step-active[_nghost-%COMP%]{cursor:pointer}.qd-step-active.qd-step-current[_nghost-%COMP%] .qd-step-number[_ngcontent-%COMP%]{position:relative;border-color:#069;background-color:#069;color:#fff}.qd-step-active.qd-step-current[_nghost-%COMP%] .qd-step-number[_ngcontent-%COMP%]:after{position:absolute;top:2.625rem;left:-.125rem;display:inline-block;width:2rem;height:.25rem;background-color:#069;content:\"\"}.qd-step-active.qd-step-current[_nghost-%COMP%] .qd-step-caption[_ngcontent-%COMP%]{color:#069}.qd-step-done[_nghost-%COMP%] .qd-step-number[_ngcontent-%COMP%], .qd-step-edit[_nghost-%COMP%] .qd-step-number[_ngcontent-%COMP%]{border-color:#171717;background-color:#fff;color:#171717}.qd-step-done[_nghost-%COMP%] .qd-step-caption[_ngcontent-%COMP%], .qd-step-edit[_nghost-%COMP%] .qd-step-caption[_ngcontent-%COMP%]{color:#171717}.qd-step-error[_nghost-%COMP%]{cursor:pointer}.qd-step-error[_nghost-%COMP%] .qd-step-number[_ngcontent-%COMP%]{border-color:#c70023;background-color:#fff;color:#c70023}.qd-step-error[_nghost-%COMP%] .qd-step-caption[_ngcontent-%COMP%]{color:#c70023}.qd-step-disabled[_nghost-%COMP%] .qd-step-number[_ngcontent-%COMP%]{border-color:#979797;background-color:#fff;color:#979797}.qd-step-disabled[_nghost-%COMP%] .qd-step-caption[_ngcontent-%COMP%]{color:#979797}[_nghost-%COMP%]:hover:not(.qd-step-current).qd-step-active .qd-step-number[_ngcontent-%COMP%], [_nghost-%COMP%]:hover:not(.qd-step-current).qd-step-error .qd-step-number[_ngcontent-%COMP%]{border-color:#069;color:#069}[_nghost-%COMP%]:hover:not(.qd-step-current).qd-step-active .qd-step-caption[_ngcontent-%COMP%], [_nghost-%COMP%]:hover:not(.qd-step-current).qd-step-error .qd-step-caption[_ngcontent-%COMP%]{color:#069}"], changeDetection: 0 });
|
|
30
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageStepHeaderComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdPageStepHeaderComponent, isStandalone: true, selector: "qd-page-step-header", inputs: { state: "state", label: "label", index: "index", selected: "selected", active: "active", optional: "optional", locked: "locked" }, host: { properties: { "class.qd-step": "true", "class.qd-step-active": "active", "class.qd-step-current": "selected", "class.qd-step-disabled": "locked", "class.qd-step-done": "state === STEP_STATE.DONE", "class.qd-step-edit": "state === STEP_STATE.EDIT", "class.qd-step-error": "state === STEP_STATE.ERROR" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"qd-step-number\">{{ stepNumber }}</div>\n<span class=\"qd-step-caption\">{{ label }}</span>\n", styles: [":host{color:#757575;font-size:14px;font-weight:400;line-height:18px;position:relative;display:inline-flex;height:3.5rem;flex-grow:1000;padding:.625rem 0}:host:not(:last-child):after{min-width:1.25rem;height:.0625rem;flex-grow:1;margin-top:.9375rem;margin-left:.3125rem;background-color:#d5d5d5;content:\"\"}:host:last-child{overflow:visible;flex-grow:1;margin-right:0;white-space:nowrap}:host .qd-step-number{display:inline-block;width:2rem;height:2rem;flex-shrink:0;border:rgb(151,151,151) .125rem solid;border-radius:100%;background-color:#fff;color:#979797;font-weight:500;line-height:1.75rem;text-align:center}:host .qd-step-caption{margin-left:.5rem;color:#979797;font-weight:500;line-height:2rem}:host.qd-step-active{cursor:pointer}:host.qd-step-active.qd-step-current .qd-step-number{position:relative;border-color:#069;background-color:#069;color:#fff}:host.qd-step-active.qd-step-current .qd-step-number:after{position:absolute;top:2.625rem;left:-.125rem;display:inline-block;width:2rem;height:.25rem;background-color:#069;content:\"\"}:host.qd-step-active.qd-step-current .qd-step-caption{color:#069}:host.qd-step-done .qd-step-number,:host.qd-step-edit .qd-step-number{border-color:#171717;background-color:#fff;color:#171717}:host.qd-step-done .qd-step-caption,:host.qd-step-edit .qd-step-caption{color:#171717}:host.qd-step-error{cursor:pointer}:host.qd-step-error .qd-step-number{border-color:#c70023;background-color:#fff;color:#c70023}:host.qd-step-error .qd-step-caption{color:#c70023}:host.qd-step-disabled .qd-step-number{border-color:#979797;background-color:#fff;color:#979797}:host.qd-step-disabled .qd-step-caption{color:#979797}:host:hover:not(.qd-step-current).qd-step-active .qd-step-number,:host:hover:not(.qd-step-current).qd-step-error .qd-step-number{border-color:#069;color:#069}:host:hover:not(.qd-step-current).qd-step-active .qd-step-caption,:host:hover:not(.qd-step-current).qd-step-error .qd-step-caption{color:#069}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
46
32
|
}
|
|
47
|
-
(
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zdGVwLWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFnZS1zdGVwcGVyL2hlYWRlci9wYWdlLXN0ZXAtaGVhZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYWdlLXN0ZXBwZXIvaGVhZGVyL3BhZ2Utc3RlcC1oZWFkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RixPQUFPLEVBQUUsYUFBYSxFQUFFLFVBQVUsRUFBYSxNQUFNLHNCQUFzQixDQUFDOztBQUU1RTs7R0FFRztBQWlCSCxNQUFNLE9BQU8seUJBQTBCLFNBQVEsYUFBYTtJQUN2QyxVQUFVLEdBQUcsVUFBVSxDQUFDO0lBRTNDLCtCQUErQjtJQUN0QixLQUFLLENBQVk7SUFFMUIsK0JBQStCO0lBQ3RCLEtBQUssQ0FBUztJQUV2QiwrQkFBK0I7SUFDdEIsS0FBSyxDQUFTO0lBRXZCLDBDQUEwQztJQUNqQyxRQUFRLENBQVU7SUFFM0IsOENBQThDO0lBQ3JDLE1BQU0sQ0FBVTtJQUV6QiwwQ0FBMEM7SUFDakMsUUFBUSxDQUFVO0lBRTNCLDREQUE0RDtJQUNuRCxNQUFNLENBQVU7SUFFekIsSUFBSSxVQUFVO1FBQ1osT0FBTyxJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQztJQUN4QixDQUFDO0lBRUQsWUFBWSxVQUFtQztRQUM3QyxLQUFLLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDcEIsQ0FBQzttSEE5QlUseUJBQXlCOzZEQUF6Qix5QkFBeUI7WUFBekIsMEJBQUEsSUFBSSxDQUFxQiw4QkFBQSxpQ0FBQSxnQ0FBQSxtREFBQSxtREFBQSxxREFBQTs7WUN2QnRDLDhCQUE0QjtZQUFBLFlBQWdCO1lBQUEsaUJBQU07WUFDbEQsK0JBQThCO1lBQUEsWUFBVztZQUFBLGlCQUFPOztZQURwQixjQUFnQjtZQUFoQixvQ0FBZ0I7WUFDZCxlQUFXO1lBQVgsK0JBQVc7OztpRkRzQjVCLHlCQUF5QjtjQWhCckMsU0FBUzsyQkFDRSxxQkFBcUIsUUFHekI7b0JBQ0osaUJBQWlCLEVBQUUsTUFBTTtvQkFDekIsd0JBQXdCLEVBQUUsUUFBUTtvQkFDbEMseUJBQXlCLEVBQUUsVUFBVTtvQkFDckMsMEJBQTBCLEVBQUUsUUFBUTtvQkFDcEMsc0JBQXNCLEVBQUUsMkJBQTJCO29CQUNuRCxzQkFBc0IsRUFBRSwyQkFBMkI7b0JBQ25ELHVCQUF1QixFQUFFLDRCQUE0QjtpQkFDdEQsbUJBQ2dCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxDQUFDLDZCQUE2Qjs7MkNBTXJDLEtBQUs7a0JBQWIsS0FBSztZQUdHLEtBQUs7a0JBQWIsS0FBSztZQUdHLEtBQUs7a0JBQWIsS0FBSztZQUdHLFFBQVE7a0JBQWhCLEtBQUs7WUFHRyxNQUFNO2tCQUFkLEtBQUs7WUFHRyxRQUFRO2tCQUFoQixLQUFLO1lBR0csTUFBTTtrQkFBZCxLQUFLOztrRkF0QksseUJBQXlCIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQHRzLXN0cmljdC1pZ25vcmVcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDZGtTdGVwSGVhZGVyLCBTVEVQX1NUQVRFLCBTdGVwU3RhdGUgfSBmcm9tICdAYW5ndWxhci9jZGsvc3RlcHBlcic7XG5cbi8qKlxuICogKipRZFBhZ2VTdGVwSGVhZGVyKiogcmVuZGVycyB0aGUgaGVhZGVyIG9mIGEgc2luZ2xlIHN0ZXAuIEl0IGlzIHVzZWQgcXVhZHJlbC1pbnRlcm5hbGx5LlxuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdxZC1wYWdlLXN0ZXAtaGVhZGVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BhZ2Utc3RlcC1oZWFkZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYWdlLXN0ZXAtaGVhZGVyLmNvbXBvbmVudC5zY3NzJ10sXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzLnFkLXN0ZXBdJzogJ3RydWUnLFxuICAgICdbY2xhc3MucWQtc3RlcC1hY3RpdmVdJzogJ2FjdGl2ZScsXG4gICAgJ1tjbGFzcy5xZC1zdGVwLWN1cnJlbnRdJzogJ3NlbGVjdGVkJyxcbiAgICAnW2NsYXNzLnFkLXN0ZXAtZGlzYWJsZWRdJzogJ2xvY2tlZCcsXG4gICAgJ1tjbGFzcy5xZC1zdGVwLWRvbmVdJzogJ3N0YXRlID09PSBTVEVQX1NUQVRFLkRPTkUnLFxuICAgICdbY2xhc3MucWQtc3RlcC1lZGl0XSc6ICdzdGF0ZSA9PT0gU1RFUF9TVEFURS5FRElUJyxcbiAgICAnW2NsYXNzLnFkLXN0ZXAtZXJyb3JdJzogJ3N0YXRlID09PSBTVEVQX1NUQVRFLkVSUk9SJ1xuICB9LFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSAvLyBpbmhlcml0ZWQgYnkgQ2RrU3RlcEhlYWRlclxufSlcbmV4cG9ydCBjbGFzcyBRZFBhZ2VTdGVwSGVhZGVyQ29tcG9uZW50IGV4dGVuZHMgQ2RrU3RlcEhlYWRlciB7XG4gIHByb3RlY3RlZCByZWFkb25seSBTVEVQX1NUQVRFID0gU1RFUF9TVEFURTtcblxuICAvKiogU3RhdGUgb2YgdGhlIGdpdmVuIHN0ZXAuICovXG4gIEBJbnB1dCgpIHN0YXRlOiBTdGVwU3RhdGU7XG5cbiAgLyoqIExhYmVsIG9mIHRoZSBnaXZlbiBzdGVwLiAqL1xuICBASW5wdXQoKSBsYWJlbDogc3RyaW5nO1xuXG4gIC8qKiBJbmRleCBvZiB0aGUgZ2l2ZW4gc3RlcC4gKi9cbiAgQElucHV0KCkgaW5kZXg6IG51bWJlcjtcblxuICAvKiogV2hldGhlciB0aGUgZ2l2ZW4gc3RlcCBpcyBzZWxlY3RlZC4gKi9cbiAgQElucHV0KCkgc2VsZWN0ZWQ6IGJvb2xlYW47XG5cbiAgLyoqIFdoZXRoZXIgdGhlIGdpdmVuIHN0ZXAgbGFiZWwgaXMgYWN0aXZlLiAqL1xuICBASW5wdXQoKSBhY3RpdmU6IGJvb2xlYW47XG5cbiAgLyoqIFdoZXRoZXIgdGhlIGdpdmVuIHN0ZXAgaXMgb3B0aW9uYWwuICovXG4gIEBJbnB1dCgpIG9wdGlvbmFsOiBib29sZWFuO1xuXG4gIC8qKiBXaGV0aGVyIHRoZSBnaXZlbiBzdGVwIGlzIG5vdCBlZGl0YWJsZSBhbmQgY29tcGxldGVkLiAqL1xuICBASW5wdXQoKSBsb2NrZWQ6IGJvb2xlYW47XG5cbiAgZ2V0IHN0ZXBOdW1iZXIoKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5pbmRleCArIDE7XG4gIH1cblxuICBjb25zdHJ1Y3RvcihlbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50Pikge1xuICAgIHN1cGVyKGVsZW1lbnRSZWYpO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwicWQtc3RlcC1udW1iZXJcIj57eyBzdGVwTnVtYmVyIH19PC9kaXY+XG48c3BhbiBjbGFzcz1cInFkLXN0ZXAtY2FwdGlvblwiPnt7IGxhYmVsIH19PC9zcGFuPlxuIl19
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageStepHeaderComponent, decorators: [{
|
|
34
|
+
type: Component,
|
|
35
|
+
args: [{ selector: 'qd-page-step-header', host: {
|
|
36
|
+
'[class.qd-step]': 'true',
|
|
37
|
+
'[class.qd-step-active]': 'active',
|
|
38
|
+
'[class.qd-step-current]': 'selected',
|
|
39
|
+
'[class.qd-step-disabled]': 'locked',
|
|
40
|
+
'[class.qd-step-done]': 'state === STEP_STATE.DONE',
|
|
41
|
+
'[class.qd-step-edit]': 'state === STEP_STATE.EDIT',
|
|
42
|
+
'[class.qd-step-error]': 'state === STEP_STATE.ERROR'
|
|
43
|
+
}, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true // inherited by CdkStepHeader
|
|
44
|
+
, template: "<div class=\"qd-step-number\">{{ stepNumber }}</div>\n<span class=\"qd-step-caption\">{{ label }}</span>\n", styles: [":host{color:#757575;font-size:14px;font-weight:400;line-height:18px;position:relative;display:inline-flex;height:3.5rem;flex-grow:1000;padding:.625rem 0}:host:not(:last-child):after{min-width:1.25rem;height:.0625rem;flex-grow:1;margin-top:.9375rem;margin-left:.3125rem;background-color:#d5d5d5;content:\"\"}:host:last-child{overflow:visible;flex-grow:1;margin-right:0;white-space:nowrap}:host .qd-step-number{display:inline-block;width:2rem;height:2rem;flex-shrink:0;border:rgb(151,151,151) .125rem solid;border-radius:100%;background-color:#fff;color:#979797;font-weight:500;line-height:1.75rem;text-align:center}:host .qd-step-caption{margin-left:.5rem;color:#979797;font-weight:500;line-height:2rem}:host.qd-step-active{cursor:pointer}:host.qd-step-active.qd-step-current .qd-step-number{position:relative;border-color:#069;background-color:#069;color:#fff}:host.qd-step-active.qd-step-current .qd-step-number:after{position:absolute;top:2.625rem;left:-.125rem;display:inline-block;width:2rem;height:.25rem;background-color:#069;content:\"\"}:host.qd-step-active.qd-step-current .qd-step-caption{color:#069}:host.qd-step-done .qd-step-number,:host.qd-step-edit .qd-step-number{border-color:#171717;background-color:#fff;color:#171717}:host.qd-step-done .qd-step-caption,:host.qd-step-edit .qd-step-caption{color:#171717}:host.qd-step-error{cursor:pointer}:host.qd-step-error .qd-step-number{border-color:#c70023;background-color:#fff;color:#c70023}:host.qd-step-error .qd-step-caption{color:#c70023}:host.qd-step-disabled .qd-step-number{border-color:#979797;background-color:#fff;color:#979797}:host.qd-step-disabled .qd-step-caption{color:#979797}:host:hover:not(.qd-step-current).qd-step-active .qd-step-number,:host:hover:not(.qd-step-current).qd-step-error .qd-step-number{border-color:#069;color:#069}:host:hover:not(.qd-step-current).qd-step-active .qd-step-caption,:host:hover:not(.qd-step-current).qd-step-error .qd-step-caption{color:#069}\n"] }]
|
|
45
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
46
|
+
type: Input
|
|
47
|
+
}], label: [{
|
|
48
|
+
type: Input
|
|
49
|
+
}], index: [{
|
|
50
|
+
type: Input
|
|
51
|
+
}], selected: [{
|
|
52
|
+
type: Input
|
|
53
|
+
}], active: [{
|
|
54
|
+
type: Input
|
|
55
|
+
}], optional: [{
|
|
56
|
+
type: Input
|
|
57
|
+
}], locked: [{
|
|
58
|
+
type: Input
|
|
59
|
+
}] } });
|
|
60
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zdGVwLWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFnZS1zdGVwcGVyL2hlYWRlci9wYWdlLXN0ZXAtaGVhZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYWdlLXN0ZXBwZXIvaGVhZGVyL3BhZ2Utc3RlcC1oZWFkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RixPQUFPLEVBQUUsYUFBYSxFQUFFLFVBQVUsRUFBYSxNQUFNLHNCQUFzQixDQUFDOztBQUU1RTs7R0FFRztBQWlCSCxNQUFNLE9BQU8seUJBQTBCLFNBQVEsYUFBYTtJQUN2QyxVQUFVLEdBQUcsVUFBVSxDQUFDO0lBRTNDLCtCQUErQjtJQUN0QixLQUFLLENBQVk7SUFFMUIsK0JBQStCO0lBQ3RCLEtBQUssQ0FBUztJQUV2QiwrQkFBK0I7SUFDdEIsS0FBSyxDQUFTO0lBRXZCLDBDQUEwQztJQUNqQyxRQUFRLENBQVU7SUFFM0IsOENBQThDO0lBQ3JDLE1BQU0sQ0FBVTtJQUV6QiwwQ0FBMEM7SUFDakMsUUFBUSxDQUFVO0lBRTNCLDREQUE0RDtJQUNuRCxNQUFNLENBQVU7SUFFekIsSUFBSSxVQUFVO1FBQ1osT0FBTyxJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQztJQUN4QixDQUFDO0lBRUQsWUFBWSxVQUFtQztRQUM3QyxLQUFLLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDcEIsQ0FBQzt1R0E5QlUseUJBQXlCOzJGQUF6Qix5QkFBeUIsMmlCQ3ZCdEMsNEdBRUE7OzJGRHFCYSx5QkFBeUI7a0JBaEJyQyxTQUFTOytCQUNFLHFCQUFxQixRQUd6Qjt3QkFDSixpQkFBaUIsRUFBRSxNQUFNO3dCQUN6Qix3QkFBd0IsRUFBRSxRQUFRO3dCQUNsQyx5QkFBeUIsRUFBRSxVQUFVO3dCQUNyQywwQkFBMEIsRUFBRSxRQUFRO3dCQUNwQyxzQkFBc0IsRUFBRSwyQkFBMkI7d0JBQ25ELHNCQUFzQixFQUFFLDJCQUEyQjt3QkFDbkQsdUJBQXVCLEVBQUUsNEJBQTRCO3FCQUN0RCxtQkFDZ0IsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLENBQUMsNkJBQTZCOzsrRUFNckMsS0FBSztzQkFBYixLQUFLO2dCQUdHLEtBQUs7c0JBQWIsS0FBSztnQkFHRyxLQUFLO3NCQUFiLEtBQUs7Z0JBR0csUUFBUTtzQkFBaEIsS0FBSztnQkFHRyxNQUFNO3NCQUFkLEtBQUs7Z0JBR0csUUFBUTtzQkFBaEIsS0FBSztnQkFHRyxNQUFNO3NCQUFkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBAdHMtc3RyaWN0LWlnbm9yZVxuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRWxlbWVudFJlZiwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENka1N0ZXBIZWFkZXIsIFNURVBfU1RBVEUsIFN0ZXBTdGF0ZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9zdGVwcGVyJztcblxuLyoqXG4gKiAqKlFkUGFnZVN0ZXBIZWFkZXIqKiByZW5kZXJzIHRoZSBoZWFkZXIgb2YgYSBzaW5nbGUgc3RlcC4gSXQgaXMgdXNlZCBxdWFkcmVsLWludGVybmFsbHkuXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3FkLXBhZ2Utc3RlcC1oZWFkZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vcGFnZS1zdGVwLWhlYWRlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3BhZ2Utc3RlcC1oZWFkZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgaG9zdDoge1xuICAgICdbY2xhc3MucWQtc3RlcF0nOiAndHJ1ZScsXG4gICAgJ1tjbGFzcy5xZC1zdGVwLWFjdGl2ZV0nOiAnYWN0aXZlJyxcbiAgICAnW2NsYXNzLnFkLXN0ZXAtY3VycmVudF0nOiAnc2VsZWN0ZWQnLFxuICAgICdbY2xhc3MucWQtc3RlcC1kaXNhYmxlZF0nOiAnbG9ja2VkJyxcbiAgICAnW2NsYXNzLnFkLXN0ZXAtZG9uZV0nOiAnc3RhdGUgPT09IFNURVBfU1RBVEUuRE9ORScsXG4gICAgJ1tjbGFzcy5xZC1zdGVwLWVkaXRdJzogJ3N0YXRlID09PSBTVEVQX1NUQVRFLkVESVQnLFxuICAgICdbY2xhc3MucWQtc3RlcC1lcnJvcl0nOiAnc3RhdGUgPT09IFNURVBfU1RBVEUuRVJST1InXG4gIH0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlIC8vIGluaGVyaXRlZCBieSBDZGtTdGVwSGVhZGVyXG59KVxuZXhwb3J0IGNsYXNzIFFkUGFnZVN0ZXBIZWFkZXJDb21wb25lbnQgZXh0ZW5kcyBDZGtTdGVwSGVhZGVyIHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IFNURVBfU1RBVEUgPSBTVEVQX1NUQVRFO1xuXG4gIC8qKiBTdGF0ZSBvZiB0aGUgZ2l2ZW4gc3RlcC4gKi9cbiAgQElucHV0KCkgc3RhdGU6IFN0ZXBTdGF0ZTtcblxuICAvKiogTGFiZWwgb2YgdGhlIGdpdmVuIHN0ZXAuICovXG4gIEBJbnB1dCgpIGxhYmVsOiBzdHJpbmc7XG5cbiAgLyoqIEluZGV4IG9mIHRoZSBnaXZlbiBzdGVwLiAqL1xuICBASW5wdXQoKSBpbmRleDogbnVtYmVyO1xuXG4gIC8qKiBXaGV0aGVyIHRoZSBnaXZlbiBzdGVwIGlzIHNlbGVjdGVkLiAqL1xuICBASW5wdXQoKSBzZWxlY3RlZDogYm9vbGVhbjtcblxuICAvKiogV2hldGhlciB0aGUgZ2l2ZW4gc3RlcCBsYWJlbCBpcyBhY3RpdmUuICovXG4gIEBJbnB1dCgpIGFjdGl2ZTogYm9vbGVhbjtcblxuICAvKiogV2hldGhlciB0aGUgZ2l2ZW4gc3RlcCBpcyBvcHRpb25hbC4gKi9cbiAgQElucHV0KCkgb3B0aW9uYWw6IGJvb2xlYW47XG5cbiAgLyoqIFdoZXRoZXIgdGhlIGdpdmVuIHN0ZXAgaXMgbm90IGVkaXRhYmxlIGFuZCBjb21wbGV0ZWQuICovXG4gIEBJbnB1dCgpIGxvY2tlZDogYm9vbGVhbjtcblxuICBnZXQgc3RlcE51bWJlcigpOiBudW1iZXIge1xuICAgIHJldHVybiB0aGlzLmluZGV4ICsgMTtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+KSB7XG4gICAgc3VwZXIoZWxlbWVudFJlZik7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJxZC1zdGVwLW51bWJlclwiPnt7IHN0ZXBOdW1iZXIgfX08L2Rpdj5cbjxzcGFuIGNsYXNzPVwicWQtc3RlcC1jYXB0aW9uXCI+e3sgbGFiZWwgfX08L3NwYW4+XG4iXX0=
|
|
@@ -8,17 +8,6 @@ import { QdPageStepperComponent } from '../page-stepper.component';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "@ngx-translate/core";
|
|
10
10
|
import * as i2 from "../page-stepper.component";
|
|
11
|
-
const _c0 = [[["qd-page-info-banner"]], "*"];
|
|
12
|
-
const _c1 = ["qd-page-info-banner", "*"];
|
|
13
|
-
function QdPageStepComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
-
i0.ɵɵelementStart(0, "div");
|
|
15
|
-
i0.ɵɵprojection(1);
|
|
16
|
-
i0.ɵɵelementEnd();
|
|
17
|
-
i0.ɵɵprojection(2, 1);
|
|
18
|
-
} if (rf & 2) {
|
|
19
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
20
|
-
i0.ɵɵclassProp("has-info-banners", ctx_r0.infoBanners.length > 0);
|
|
21
|
-
} }
|
|
22
11
|
/**
|
|
23
12
|
* The **QdPageStep** is a single step inside the **QdPageStepper** within a **QdPage**.
|
|
24
13
|
*/
|
|
@@ -58,42 +47,33 @@ export class QdPageStepComponent extends CdkStep {
|
|
|
58
47
|
if (!this.config?.label?.i18n)
|
|
59
48
|
console.error('QD-UI | QdPageStepComponent - Please provide a label for the step.');
|
|
60
49
|
}
|
|
61
|
-
static ɵfac =
|
|
62
|
-
static ɵcmp =
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.infoBanners = _t);
|
|
67
|
-
} }, hostAttrs: [1, "qd-stepper"], inputs: { config: "config", control: "control" }, standalone: true, features: [i0.ɵɵProvidersFeature([
|
|
68
|
-
{ provide: CdkStep, useExisting: QdPageStepComponent },
|
|
69
|
-
{ provide: STEPPER_GLOBAL_OPTIONS, useValue: { showError: true } }
|
|
70
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c1, decls: 1, vars: 0, template: function QdPageStepComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71
|
-
i0.ɵɵprojectionDef(_c0);
|
|
72
|
-
i0.ɵɵtemplate(0, QdPageStepComponent_ng_template_0_Template, 3, 2, "ng-template");
|
|
73
|
-
} }, styles: [".has-info-banners[_ngcontent-%COMP%]{padding:1rem 1.25rem .5rem;border-bottom:rgb(213,213,213) solid .0625rem;background-color:#fff}.has-info-banners[_ngcontent-%COMP%] qd-page-info-banner[_ngcontent-%COMP%]:last-child{margin-bottom:0}"], changeDetection: 0 });
|
|
50
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageStepComponent, deps: [{ token: i1.TranslateService }, { token: forwardRef(() => QdPageStepperComponent) }, { token: STEPPER_GLOBAL_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
51
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdPageStepComponent, isStandalone: true, selector: "qd-page-step", inputs: { config: "config", control: "control" }, host: { classAttribute: "qd-stepper" }, providers: [
|
|
52
|
+
{ provide: CdkStep, useExisting: QdPageStepComponent },
|
|
53
|
+
{ provide: STEPPER_GLOBAL_OPTIONS, useValue: { showError: true } }
|
|
54
|
+
], queries: [{ propertyName: "infoBanners", predicate: QdPageInfoBannerComponent }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-template>\n <div [class.has-info-banners]=\"infoBanners.length > 0\">\n <ng-content select=\"qd-page-info-banner\"></ng-content>\n </div>\n\n <ng-content></ng-content>\n</ng-template>\n", styles: [".has-info-banners{padding:1rem 1.25rem .5rem;border-bottom:rgb(213,213,213) solid .0625rem;background-color:#fff}.has-info-banners qd-page-info-banner:last-child{margin-bottom:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
74
55
|
}
|
|
75
|
-
(
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zdGVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYWdlLXN0ZXBwZXIvcGFnZS1zdGVwL3BhZ2Utc3RlcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFnZS1zdGVwcGVyL3BhZ2Utc3RlcC9wYWdlLXN0ZXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFBRSxPQUFPLEVBQUUsc0JBQXNCLEVBQWtCLE1BQU0sc0JBQXNCLENBQUM7QUFDdkYsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsZUFBZSxFQUNmLFVBQVUsRUFDVixNQUFNLEVBQ04sS0FBSyxFQUlMLFFBQVEsRUFDUixTQUFTLEVBRVYsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUkvQixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUVuRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7Ozs7OztJQ3RCakUsMkJBQXVEO0lBQ3JELGtCQUFzRDtJQUN4RCxpQkFBTTtJQUVOLHFCQUF5Qjs7O0lBSnBCLGlFQUFpRDs7QUR3QnhEOztHQUVHO0FBYUgsTUFBTSxPQUFPLG1CQUFvQixTQUFRLE9BQU87SUFrQnBDO0lBakJWOzs7O09BSUc7SUFFSCxNQUFNLENBQW1CO0lBR3pCLE9BQU8sQ0FBdUM7SUFHOUMsV0FBVyxDQUF3QztJQUUzQyxXQUFXLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQUUxQyxZQUNVLFNBQTJCLEVBQ2UsT0FBK0IsRUFDckMsY0FBK0I7UUFFM0UsS0FBSyxDQUFDLE9BQU8sRUFBRSxjQUFjLENBQUMsQ0FBQztRQUp2QixjQUFTLEdBQVQsU0FBUyxDQUFrQjtJQUtyQyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUVyQixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDeEQsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQzFELENBQUM7SUFFUSxXQUFXLENBQUMsT0FBdUI7UUFDMUMsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBRXBCLENBQUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsY0FBYyxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsVUFBVSxDQUFDO2FBQ2hGLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUMvQixPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDakQsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzlCLENBQUM7SUFFTyxhQUFhLENBQUMsU0FBaUI7UUFDckMsTUFBTSxJQUFJLEtBQUssQ0FDYixnREFBZ0QsU0FBUyxtRUFBbUUsQ0FDN0gsQ0FBQztJQUNKLENBQUM7SUFFTyxhQUFhO1FBQ25CLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLEtBQUssRUFBRSxJQUFJO1lBQUUsT0FBTyxDQUFDLEtBQUssQ0FBQyxvRUFBb0UsQ0FBQyxDQUFDO0lBQ3JILENBQUM7NkdBcERVLG1CQUFtQixrRUFtQnBCLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQyx3QkFDNUIsc0JBQXNCOzZEQXBCakMsbUJBQW1CO3dDQVliLHlCQUF5Qjs7OztnSkFwQi9CO2dCQUNULEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUU7Z0JBQ3RELEVBQUUsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxFQUFFLFNBQVMsRUFBRSxJQUFJLEVBQUUsRUFBRTthQUNuRTs7WUNuQ0gsaUZBQWE7OztpRkR3Q0EsbUJBQW1CO2NBWi9CLFNBQVM7MkJBQ0UsY0FBYyxhQUdiO29CQUNULEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxXQUFXLHFCQUFxQixFQUFFO29CQUN0RCxFQUFFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxRQUFRLEVBQUUsRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFLEVBQUU7aUJBQ25FLFFBQ0ssRUFBRSxLQUFLLEVBQUUsWUFBWSxFQUFFLG1CQUNaLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxDQUFDLHVCQUF1Qjs7O3NCQXFCckMsTUFBTTt1QkFBQyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsc0JBQXNCLENBQUM7O3NCQUMvQyxRQUFROztzQkFBSSxNQUFNO3VCQUFDLHNCQUFzQjtxQkFiNUMsTUFBTTtrQkFETCxLQUFLO1lBSU4sT0FBTztrQkFETixLQUFLO1lBSU4sV0FBVztrQkFEVixlQUFlO21CQUFDLHlCQUF5Qjs7a0ZBWi9CLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEB0cy1zdHJpY3QtaWdub3JlXG5pbXBvcnQgeyBDZGtTdGVwLCBTVEVQUEVSX0dMT0JBTF9PUFRJT05TLCBTdGVwcGVyT3B0aW9ucyB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9zdGVwcGVyJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgZm9yd2FyZFJlZixcbiAgSW5qZWN0LFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPbkRlc3Ryb3ksXG4gIE9uSW5pdCxcbiAgT3B0aW9uYWwsXG4gIFF1ZXJ5TGlzdCxcbiAgU2ltcGxlQ2hhbmdlc1xufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHsgQWJzdHJhY3RDb250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgUWRGb3JtQ29udHJvbCB9IGZyb20gJy4uLy4uL2Zvcm1zL3FkLWZvcm0ubW9kdWxlJztcbmltcG9ydCB7IFFkUGFnZUluZm9CYW5uZXJDb21wb25lbnQgfSBmcm9tICcuLi8uLi9wYWdlL3BhZ2UubW9kdWxlJztcbmltcG9ydCB7IFFkUGFnZVN0ZXBDb25maWcgfSBmcm9tICcuLi9tb2RlbC9xZC1wYWdlLXN0ZXBwZXItY29uZmlnJztcbmltcG9ydCB7IFFkUGFnZVN0ZXBwZXJDb21wb25lbnQgfSBmcm9tICcuLi9wYWdlLXN0ZXBwZXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBUaGUgKipRZFBhZ2VTdGVwKiogaXMgYSBzaW5nbGUgc3RlcCBpbnNpZGUgdGhlICoqUWRQYWdlU3RlcHBlcioqIHdpdGhpbiBhICoqUWRQYWdlKiouXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3FkLXBhZ2Utc3RlcCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYWdlLXN0ZXAuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYWdlLXN0ZXAuY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgeyBwcm92aWRlOiBDZGtTdGVwLCB1c2VFeGlzdGluZzogUWRQYWdlU3RlcENvbXBvbmVudCB9LFxuICAgIHsgcHJvdmlkZTogU1RFUFBFUl9HTE9CQUxfT1BUSU9OUywgdXNlVmFsdWU6IHsgc2hvd0Vycm9yOiB0cnVlIH0gfVxuICBdLFxuICBob3N0OiB7IGNsYXNzOiAncWQtc3RlcHBlcicgfSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUgLy8gaW5oZXJpdGVkIGJ5IENka1N0ZXBcbn0pXG5leHBvcnQgY2xhc3MgUWRQYWdlU3RlcENvbXBvbmVudCBleHRlbmRzIENka1N0ZXAgaW1wbGVtZW50cyBPbkluaXQsIE9uQ2hhbmdlcywgT25EZXN0cm95IHtcbiAgLyoqXG4gICAqIENvbmZpZ3VyYXRpb24gb2YgUWRQYWdlU3RlcENvbXBvbmVudC5cbiAgICpcbiAgICogKiBAbm90ZSBUaGUgdXNlIG9mIENESyBhdHRyaWJ1dGVzIGlzIG5vdCBwZXJtaXR0ZWQuIFBsZWFzZSBjb25maWd1cmUgdGhpcyBjb21wb25lbnQgaGVyZS5cbiAgICovXG4gIEBJbnB1dCgpXG4gIGNvbmZpZzogUWRQYWdlU3RlcENvbmZpZztcblxuICBASW5wdXQoKVxuICBjb250cm9sOiBBYnN0cmFjdENvbnRyb2wgfCBRZEZvcm1Db250cm9sPGFueT47XG5cbiAgQENvbnRlbnRDaGlsZHJlbihRZFBhZ2VJbmZvQmFubmVyQ29tcG9uZW50KVxuICBpbmZvQmFubmVycyE6IFF1ZXJ5TGlzdDxRZFBhZ2VJbmZvQmFubmVyQ29tcG9uZW50PjtcblxuICBwcml2YXRlIF9kZXN0cm95ZWQkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIHRyYW5zbGF0ZTogVHJhbnNsYXRlU2VydmljZSxcbiAgICBASW5qZWN0KGZvcndhcmRSZWYoKCkgPT4gUWRQYWdlU3RlcHBlckNvbXBvbmVudCkpIHN0ZXBwZXI6IFFkUGFnZVN0ZXBwZXJDb21wb25lbnQsXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChTVEVQUEVSX0dMT0JBTF9PUFRJT05TKSBzdGVwcGVyT3B0aW9ucz86IFN0ZXBwZXJPcHRpb25zXG4gICkge1xuICAgIHN1cGVyKHN0ZXBwZXIsIHN0ZXBwZXJPcHRpb25zKTtcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMudmFsaWRhdGVMYWJlbCgpO1xuXG4gICAgdGhpcy5lZGl0YWJsZSA9IHRoaXMuY29uZmlnLmlzRWRpdGFibGUgPz8gdGhpcy5lZGl0YWJsZTtcbiAgICB0aGlzLm9wdGlvbmFsID0gdGhpcy5jb25maWcuaXNPcHRpb25hbCA/PyB0aGlzLm9wdGlvbmFsO1xuICB9XG5cbiAgb3ZlcnJpZGUgbmdPbkNoYW5nZXMoY2hhbmdlcz86IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICBzdXBlci5uZ09uQ2hhbmdlcygpO1xuXG4gICAgWydsYWJlbCcsICdlZGl0YWJsZScsICdvcHRpb25hbCcsICdlcnJvck1lc3NhZ2UnLCAnc3RhdGUnLCAnY29tcGxldGVkJywgJ2hhc0Vycm9yJ11cbiAgICAgIC5maWx0ZXIoaW5wdXQgPT4gY2hhbmdlc1tpbnB1dF0pXG4gICAgICAuZm9yRWFjaChpbnB1dCA9PiB0aGlzLmJsb2NrQ2RrSW5wdXQoaW5wdXQpKTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgIHRoaXMuX2Rlc3Ryb3llZCQuY29tcGxldGUoKTtcbiAgfVxuXG4gIHByaXZhdGUgYmxvY2tDZGtJbnB1dChpbnB1dE5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIHRocm93IG5ldyBFcnJvcihcbiAgICAgIGBRRC1VSSB8IFFkUGFnZVN0ZXBDb21wb25lbnQgLSBUaGUgdXNlIG9mIHRoZSAke2lucHV0TmFtZX0gYXR0cmlidXRlIGlzIG5vdCBwZXJtaXR0ZWQuIFBsZWFzZSB1c2UgUWRQYWdlU3RlcENvbmZpZyBpbnN0ZWFkLmBcbiAgICApO1xuICB9XG5cbiAgcHJpdmF0ZSB2YWxpZGF0ZUxhYmVsKCk6IHZvaWQge1xuICAgIGlmICghdGhpcy5jb25maWc/LmxhYmVsPy5pMThuKSBjb25zb2xlLmVycm9yKCdRRC1VSSB8IFFkUGFnZVN0ZXBDb21wb25lbnQgLSBQbGVhc2UgcHJvdmlkZSBhIGxhYmVsIGZvciB0aGUgc3RlcC4nKTtcbiAgfVxufVxuIiwiPG5nLXRlbXBsYXRlPlxuICA8ZGl2IFtjbGFzcy5oYXMtaW5mby1iYW5uZXJzXT1cImluZm9CYW5uZXJzLmxlbmd0aCA+IDBcIj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJxZC1wYWdlLWluZm8tYmFubmVyXCI+PC9uZy1jb250ZW50PlxuICA8L2Rpdj5cblxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageStepComponent, decorators: [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{ selector: 'qd-page-step', providers: [
|
|
59
|
+
{ provide: CdkStep, useExisting: QdPageStepComponent },
|
|
60
|
+
{ provide: STEPPER_GLOBAL_OPTIONS, useValue: { showError: true } }
|
|
61
|
+
], host: { class: 'qd-stepper' }, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true // inherited by CdkStep
|
|
62
|
+
, template: "<ng-template>\n <div [class.has-info-banners]=\"infoBanners.length > 0\">\n <ng-content select=\"qd-page-info-banner\"></ng-content>\n </div>\n\n <ng-content></ng-content>\n</ng-template>\n", styles: [".has-info-banners{padding:1rem 1.25rem .5rem;border-bottom:rgb(213,213,213) solid .0625rem;background-color:#fff}.has-info-banners qd-page-info-banner:last-child{margin-bottom:0}\n"] }]
|
|
63
|
+
}], ctorParameters: () => [{ type: i1.TranslateService }, { type: i2.QdPageStepperComponent, decorators: [{
|
|
64
|
+
type: Inject,
|
|
65
|
+
args: [forwardRef(() => QdPageStepperComponent)]
|
|
66
|
+
}] }, { type: undefined, decorators: [{
|
|
67
|
+
type: Optional
|
|
68
|
+
}, {
|
|
69
|
+
type: Inject,
|
|
70
|
+
args: [STEPPER_GLOBAL_OPTIONS]
|
|
71
|
+
}] }], propDecorators: { config: [{
|
|
72
|
+
type: Input
|
|
73
|
+
}], control: [{
|
|
74
|
+
type: Input
|
|
75
|
+
}], infoBanners: [{
|
|
76
|
+
type: ContentChildren,
|
|
77
|
+
args: [QdPageInfoBannerComponent]
|
|
78
|
+
}] } });
|
|
79
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1zdGVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYWdlLXN0ZXBwZXIvcGFnZS1zdGVwL3BhZ2Utc3RlcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFnZS1zdGVwcGVyL3BhZ2Utc3RlcC9wYWdlLXN0ZXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFBRSxPQUFPLEVBQUUsc0JBQXNCLEVBQWtCLE1BQU0sc0JBQXNCLENBQUM7QUFDdkYsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsZUFBZSxFQUNmLFVBQVUsRUFDVixNQUFNLEVBQ04sS0FBSyxFQUlMLFFBQVEsRUFDUixTQUFTLEVBRVYsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUkvQixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUVuRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7OztBQUVuRTs7R0FFRztBQWFILE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxPQUFPO0lBa0JwQztJQWpCVjs7OztPQUlHO0lBRUgsTUFBTSxDQUFtQjtJQUd6QixPQUFPLENBQXVDO0lBRzlDLFdBQVcsQ0FBd0M7SUFFM0MsV0FBVyxHQUFHLElBQUksT0FBTyxFQUFRLENBQUM7SUFFMUMsWUFDVSxTQUEyQixFQUNlLE9BQStCLEVBQ3JDLGNBQStCO1FBRTNFLEtBQUssQ0FBQyxPQUFPLEVBQUUsY0FBYyxDQUFDLENBQUM7UUFKdkIsY0FBUyxHQUFULFNBQVMsQ0FBa0I7SUFLckMsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7UUFFckIsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQ3hELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxVQUFVLElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQztJQUMxRCxDQUFDO0lBRVEsV0FBVyxDQUFDLE9BQXVCO1FBQzFDLEtBQUssQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUVwQixDQUFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsVUFBVSxFQUFFLGNBQWMsRUFBRSxPQUFPLEVBQUUsV0FBVyxFQUFFLFVBQVUsQ0FBQzthQUNoRixNQUFNLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7YUFDL0IsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO0lBQ2pELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFdBQVcsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBRU8sYUFBYSxDQUFDLFNBQWlCO1FBQ3JDLE1BQU0sSUFBSSxLQUFLLENBQ2IsZ0RBQWdELFNBQVMsbUVBQW1FLENBQzdILENBQUM7SUFDSixDQUFDO0lBRU8sYUFBYTtRQUNuQixJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxLQUFLLEVBQUUsSUFBSTtZQUFFLE9BQU8sQ0FBQyxLQUFLLENBQUMsb0VBQW9FLENBQUMsQ0FBQztJQUNySCxDQUFDO3VHQXBEVSxtQkFBbUIsa0RBbUJwQixVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsc0JBQXNCLENBQUMsYUFDNUIsc0JBQXNCOzJGQXBCakMsbUJBQW1CLHFKQVJuQjtZQUNULEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUU7WUFDdEQsRUFBRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxFQUFFO1NBQ25FLHNEQWlCZ0IseUJBQXlCLHlFQ3BENUMscU1BT0E7OzJGRGlDYSxtQkFBbUI7a0JBWi9CLFNBQVM7K0JBQ0UsY0FBYyxhQUdiO3dCQUNULEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxXQUFXLHFCQUFxQixFQUFFO3dCQUN0RCxFQUFFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxRQUFRLEVBQUUsRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFLEVBQUU7cUJBQ25FLFFBQ0ssRUFBRSxLQUFLLEVBQUUsWUFBWSxFQUFFLG1CQUNaLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxDQUFDLHVCQUF1Qjs7OzBCQXFCckMsTUFBTTsyQkFBQyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsc0JBQXNCLENBQUM7OzBCQUMvQyxRQUFROzswQkFBSSxNQUFNOzJCQUFDLHNCQUFzQjt5Q0FiNUMsTUFBTTtzQkFETCxLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkFJTixXQUFXO3NCQURWLGVBQWU7dUJBQUMseUJBQXlCIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQHRzLXN0cmljdC1pZ25vcmVcbmltcG9ydCB7IENka1N0ZXAsIFNURVBQRVJfR0xPQkFMX09QVElPTlMsIFN0ZXBwZXJPcHRpb25zIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3N0ZXBwZXInO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgQ29udGVudENoaWxkcmVuLFxuICBmb3J3YXJkUmVmLFxuICBJbmplY3QsXG4gIElucHV0LFxuICBPbkNoYW5nZXMsXG4gIE9uRGVzdHJveSxcbiAgT25Jbml0LFxuICBPcHRpb25hbCxcbiAgUXVlcnlMaXN0LFxuICBTaW1wbGVDaGFuZ2VzXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuaW1wb3J0IHsgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBRZEZvcm1Db250cm9sIH0gZnJvbSAnLi4vLi4vZm9ybXMvcWQtZm9ybS5tb2R1bGUnO1xuaW1wb3J0IHsgUWRQYWdlSW5mb0Jhbm5lckNvbXBvbmVudCB9IGZyb20gJy4uLy4uL3BhZ2UvcGFnZS5tb2R1bGUnO1xuaW1wb3J0IHsgUWRQYWdlU3RlcENvbmZpZyB9IGZyb20gJy4uL21vZGVsL3FkLXBhZ2Utc3RlcHBlci1jb25maWcnO1xuaW1wb3J0IHsgUWRQYWdlU3RlcHBlckNvbXBvbmVudCB9IGZyb20gJy4uL3BhZ2Utc3RlcHBlci5jb21wb25lbnQnO1xuXG4vKipcbiAqIFRoZSAqKlFkUGFnZVN0ZXAqKiBpcyBhIHNpbmdsZSBzdGVwIGluc2lkZSB0aGUgKipRZFBhZ2VTdGVwcGVyKiogd2l0aGluIGEgKipRZFBhZ2UqKi5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncWQtcGFnZS1zdGVwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BhZ2Utc3RlcC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3BhZ2Utc3RlcC5jb21wb25lbnQuc2NzcyddLFxuICBwcm92aWRlcnM6IFtcbiAgICB7IHByb3ZpZGU6IENka1N0ZXAsIHVzZUV4aXN0aW5nOiBRZFBhZ2VTdGVwQ29tcG9uZW50IH0sXG4gICAgeyBwcm92aWRlOiBTVEVQUEVSX0dMT0JBTF9PUFRJT05TLCB1c2VWYWx1ZTogeyBzaG93RXJyb3I6IHRydWUgfSB9XG4gIF0sXG4gIGhvc3Q6IHsgY2xhc3M6ICdxZC1zdGVwcGVyJyB9LFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSAvLyBpbmhlcml0ZWQgYnkgQ2RrU3RlcFxufSlcbmV4cG9ydCBjbGFzcyBRZFBhZ2VTdGVwQ29tcG9uZW50IGV4dGVuZHMgQ2RrU3RlcCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzLCBPbkRlc3Ryb3kge1xuICAvKipcbiAgICogQ29uZmlndXJhdGlvbiBvZiBRZFBhZ2VTdGVwQ29tcG9uZW50LlxuICAgKlxuICAgKiAqIEBub3RlIFRoZSB1c2Ugb2YgQ0RLIGF0dHJpYnV0ZXMgaXMgbm90IHBlcm1pdHRlZC4gUGxlYXNlIGNvbmZpZ3VyZSB0aGlzIGNvbXBvbmVudCBoZXJlLlxuICAgKi9cbiAgQElucHV0KClcbiAgY29uZmlnOiBRZFBhZ2VTdGVwQ29uZmlnO1xuXG4gIEBJbnB1dCgpXG4gIGNvbnRyb2w6IEFic3RyYWN0Q29udHJvbCB8IFFkRm9ybUNvbnRyb2w8YW55PjtcblxuICBAQ29udGVudENoaWxkcmVuKFFkUGFnZUluZm9CYW5uZXJDb21wb25lbnQpXG4gIGluZm9CYW5uZXJzITogUXVlcnlMaXN0PFFkUGFnZUluZm9CYW5uZXJDb21wb25lbnQ+O1xuXG4gIHByaXZhdGUgX2Rlc3Ryb3llZCQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgdHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlLFxuICAgIEBJbmplY3QoZm9yd2FyZFJlZigoKSA9PiBRZFBhZ2VTdGVwcGVyQ29tcG9uZW50KSkgc3RlcHBlcjogUWRQYWdlU3RlcHBlckNvbXBvbmVudCxcbiAgICBAT3B0aW9uYWwoKSBASW5qZWN0KFNURVBQRVJfR0xPQkFMX09QVElPTlMpIHN0ZXBwZXJPcHRpb25zPzogU3RlcHBlck9wdGlvbnNcbiAgKSB7XG4gICAgc3VwZXIoc3RlcHBlciwgc3RlcHBlck9wdGlvbnMpO1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy52YWxpZGF0ZUxhYmVsKCk7XG5cbiAgICB0aGlzLmVkaXRhYmxlID0gdGhpcy5jb25maWcuaXNFZGl0YWJsZSA/PyB0aGlzLmVkaXRhYmxlO1xuICAgIHRoaXMub3B0aW9uYWwgPSB0aGlzLmNvbmZpZy5pc09wdGlvbmFsID8/IHRoaXMub3B0aW9uYWw7XG4gIH1cblxuICBvdmVycmlkZSBuZ09uQ2hhbmdlcyhjaGFuZ2VzPzogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgIHN1cGVyLm5nT25DaGFuZ2VzKCk7XG5cbiAgICBbJ2xhYmVsJywgJ2VkaXRhYmxlJywgJ29wdGlvbmFsJywgJ2Vycm9yTWVzc2FnZScsICdzdGF0ZScsICdjb21wbGV0ZWQnLCAnaGFzRXJyb3InXVxuICAgICAgLmZpbHRlcihpbnB1dCA9PiBjaGFuZ2VzW2lucHV0XSlcbiAgICAgIC5mb3JFYWNoKGlucHV0ID0+IHRoaXMuYmxvY2tDZGtJbnB1dChpbnB1dCkpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5fZGVzdHJveWVkJC5jb21wbGV0ZSgpO1xuICB9XG5cbiAgcHJpdmF0ZSBibG9ja0Nka0lucHV0KGlucHV0TmFtZTogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgYFFELVVJIHwgUWRQYWdlU3RlcENvbXBvbmVudCAtIFRoZSB1c2Ugb2YgdGhlICR7aW5wdXROYW1lfSBhdHRyaWJ1dGUgaXMgbm90IHBlcm1pdHRlZC4gUGxlYXNlIHVzZSBRZFBhZ2VTdGVwQ29uZmlnIGluc3RlYWQuYFxuICAgICk7XG4gIH1cblxuICBwcml2YXRlIHZhbGlkYXRlTGFiZWwoKTogdm9pZCB7XG4gICAgaWYgKCF0aGlzLmNvbmZpZz8ubGFiZWw/LmkxOG4pIGNvbnNvbGUuZXJyb3IoJ1FELVVJIHwgUWRQYWdlU3RlcENvbXBvbmVudCAtIFBsZWFzZSBwcm92aWRlIGEgbGFiZWwgZm9yIHRoZSBzdGVwLicpO1xuICB9XG59XG4iLCI8bmctdGVtcGxhdGU+XG4gIDxkaXYgW2NsYXNzLmhhcy1pbmZvLWJhbm5lcnNdPVwiaW5mb0Jhbm5lcnMubGVuZ3RoID4gMFwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cInFkLXBhZ2UtaW5mby1iYW5uZXJcIj48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|