@quadrel-enterprise-ui/framework 18.21.0 → 18.21.3
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 +34 -82
- package/esm2022/lib/navigation/stepper/stepper.module.mjs +13 -14
- 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 +32 -95
- package/esm2022/lib/navigation/tabs/tabs.module.mjs +28 -29
- 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 +33 -34
- 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 +1 -2
- 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 +1 -2
- 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 +1 -2
- 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
|
@@ -7,68 +7,6 @@ import * as i1 from "../services/responsive-row.service";
|
|
|
7
7
|
import * as i2 from "@angular/common";
|
|
8
8
|
import * as i3 from "../sort/table-sort.component";
|
|
9
9
|
import * as i4 from "@ngx-translate/core";
|
|
10
|
-
const _c0 = ["qd-table-head", ""];
|
|
11
|
-
const _c1 = (a0, a1) => ({ "qd-table__head-cell": true, "main-column": a0, "last-column": a1 });
|
|
12
|
-
function QdTableHeadComponent_th_0_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
-
i0.ɵɵelement(0, "th", 3);
|
|
14
|
-
} if (rf & 2) {
|
|
15
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
16
|
-
i0.ɵɵattribute("data-test-id", ctx_r0.testId + "-header-selection");
|
|
17
|
-
} }
|
|
18
|
-
function QdTableHeadComponent_ng_container_1_th_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
-
i0.ɵɵelementContainerStart(0);
|
|
20
|
-
i0.ɵɵtext(1);
|
|
21
|
-
i0.ɵɵpipe(2, "translate");
|
|
22
|
-
i0.ɵɵelementContainerEnd();
|
|
23
|
-
} if (rf & 2) {
|
|
24
|
-
const head_r2 = i0.ɵɵnextContext(2).$implicit;
|
|
25
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
26
|
-
i0.ɵɵadvance();
|
|
27
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, ctx_r0.getI18n(head_r2)), " ");
|
|
28
|
-
} }
|
|
29
|
-
function QdTableHeadComponent_ng_container_1_th_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
30
|
-
i0.ɵɵelementContainerStart(0);
|
|
31
|
-
i0.ɵɵtext(1);
|
|
32
|
-
i0.ɵɵelementContainerEnd();
|
|
33
|
-
} if (rf & 2) {
|
|
34
|
-
const head_r2 = i0.ɵɵnextContext(2).$implicit;
|
|
35
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
36
|
-
i0.ɵɵadvance();
|
|
37
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r0.capitalize(head_r2), " ");
|
|
38
|
-
} }
|
|
39
|
-
function QdTableHeadComponent_ng_container_1_th_1_Template(rf, ctx) { if (rf & 1) {
|
|
40
|
-
i0.ɵɵelementStart(0, "th", 5)(1, "qd-table-sort", 6);
|
|
41
|
-
i0.ɵɵtemplate(2, QdTableHeadComponent_ng_container_1_th_1_ng_container_2_Template, 3, 3, "ng-container", 7)(3, QdTableHeadComponent_ng_container_1_th_1_ng_container_3_Template, 2, 1, "ng-container", 7);
|
|
42
|
-
i0.ɵɵelementEnd()();
|
|
43
|
-
} if (rf & 2) {
|
|
44
|
-
const head_r2 = i0.ɵɵnextContext().$implicit;
|
|
45
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
46
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(8, _c1, ctx_r0.isMainColumn(head_r2), ctx_r0.isLastColumn(head_r2)));
|
|
47
|
-
i0.ɵɵattribute("data-test-id", ctx_r0.testId + "-header-" + head_r2);
|
|
48
|
-
i0.ɵɵadvance();
|
|
49
|
-
i0.ɵɵproperty("isSortable", ctx_r0.getSortableByColumn(head_r2))("config", ctx_r0.getSortConfig(head_r2))("column", head_r2)("data-test-id", ctx_r0.testId + "-sort");
|
|
50
|
-
i0.ɵɵadvance();
|
|
51
|
-
i0.ɵɵproperty("ngIf", ctx_r0.translations);
|
|
52
|
-
i0.ɵɵadvance();
|
|
53
|
-
i0.ɵɵproperty("ngIf", !ctx_r0.translations);
|
|
54
|
-
} }
|
|
55
|
-
function QdTableHeadComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
-
i0.ɵɵelementContainerStart(0);
|
|
57
|
-
i0.ɵɵtemplate(1, QdTableHeadComponent_ng_container_1_th_1_Template, 4, 11, "th", 4);
|
|
58
|
-
i0.ɵɵpipe(2, "async");
|
|
59
|
-
i0.ɵɵelementContainerEnd();
|
|
60
|
-
} if (rf & 2) {
|
|
61
|
-
const i_r3 = ctx.index;
|
|
62
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
63
|
-
i0.ɵɵadvance();
|
|
64
|
-
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(2, 1, ctx_r0.isHeadRendered$(i_r3)));
|
|
65
|
-
} }
|
|
66
|
-
function QdTableHeadComponent_th_2_Template(rf, ctx) { if (rf & 1) {
|
|
67
|
-
i0.ɵɵelement(0, "th", 8);
|
|
68
|
-
} if (rf & 2) {
|
|
69
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
70
|
-
i0.ɵɵattribute("data-test-id", ctx_r0.testId + "-header-secondary-actions");
|
|
71
|
-
} }
|
|
72
10
|
export class QdTableHeadComponent {
|
|
73
11
|
responsiveRowService;
|
|
74
12
|
config;
|
|
@@ -109,30 +47,19 @@ export class QdTableHeadComponent {
|
|
|
109
47
|
getSortConfig(columnName) {
|
|
110
48
|
return this.config.columns.find(column => column.column === columnName).sort;
|
|
111
49
|
}
|
|
112
|
-
static ɵfac =
|
|
113
|
-
static ɵcmp =
|
|
114
|
-
i0.ɵɵattribute("data-test-id", ctx.dataTestId);
|
|
115
|
-
} }, inputs: { config: "config", testId: [0, "data-test-id", "testId"] }, attrs: _c0, decls: 3, vars: 3, consts: [["class", "qd-table__head-cell qd-table__head-cell--selection", "scope", "col", 4, "ngIf"], [4, "ngFor", "ngForOf"], ["class", "qd-table__head-cell qd-table__head-cell--secondaryActions", "scope", "col", 4, "ngIf"], ["scope", "col", 1, "qd-table__head-cell", "qd-table__head-cell--selection"], ["scope", "col", 3, "ngClass", 4, "ngIf"], ["scope", "col", 3, "ngClass"], [3, "isSortable", "config", "column", "data-test-id"], [4, "ngIf"], ["scope", "col", 1, "qd-table__head-cell", "qd-table__head-cell--secondaryActions"]], template: function QdTableHeadComponent_Template(rf, ctx) { if (rf & 1) {
|
|
116
|
-
i0.ɵɵtemplate(0, QdTableHeadComponent_th_0_Template, 1, 1, "th", 0)(1, QdTableHeadComponent_ng_container_1_Template, 3, 3, "ng-container", 1)(2, QdTableHeadComponent_th_2_Template, 1, 1, "th", 2);
|
|
117
|
-
} if (rf & 2) {
|
|
118
|
-
i0.ɵɵproperty("ngIf", ctx.config.selection);
|
|
119
|
-
i0.ɵɵadvance();
|
|
120
|
-
i0.ɵɵproperty("ngForOf", ctx.headData);
|
|
121
|
-
i0.ɵɵadvance();
|
|
122
|
-
i0.ɵɵproperty("ngIf", (ctx.config.secondaryActions == null ? null : ctx.config.secondaryActions.length) > 0);
|
|
123
|
-
} }, dependencies: [i2.NgClass, i2.NgForOf, i2.NgIf, i3.QdTableSortComponent, i2.AsyncPipe, i4.TranslatePipe], styles: ["[_nghost-%COMP%] .qd-table__head-cell[_ngcontent-%COMP%]{white-space:nowrap}[_nghost-%COMP%] .qd-table__head-cell--filling-width[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
50
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdTableHeadComponent, deps: [{ token: i1.QdTableResponsiveRowService }], target: i0.ɵɵFactoryTarget.Component });
|
|
51
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdTableHeadComponent, selector: "[qd-table-head]", inputs: { config: "config", testId: ["data-test-id", "testId"] }, host: { properties: { "attr.data-test-id": "this.dataTestId" }, classAttribute: "qd-table__head" }, ngImport: i0, template: "<th\n *ngIf=\"this.config.selection\"\n class=\"qd-table__head-cell qd-table__head-cell--selection\"\n scope=\"col\"\n [attr.data-test-id]=\"testId + '-header-selection'\"\n></th>\n\n<ng-container *ngFor=\"let head of headData; let i = index; let l = last\">\n <th\n *ngIf=\"isHeadRendered$(i) | async\"\n [ngClass]=\"{\n 'qd-table__head-cell': true,\n 'main-column': isMainColumn(head),\n 'last-column': isLastColumn(head)\n }\"\n scope=\"col\"\n [attr.data-test-id]=\"testId + '-header-' + head\"\n >\n <qd-table-sort\n [isSortable]=\"getSortableByColumn(head)\"\n [config]=\"getSortConfig(head)\"\n [column]=\"head\"\n [data-test-id]=\"testId + '-sort'\"\n >\n <ng-container *ngIf=\"translations\">\n {{ getI18n(head) | translate }}\n </ng-container>\n\n <ng-container *ngIf=\"!translations\">\n {{ capitalize(head) }}\n </ng-container>\n </qd-table-sort>\n </th>\n</ng-container>\n\n<th\n *ngIf=\"config.secondaryActions?.length > 0\"\n class=\"qd-table__head-cell qd-table__head-cell--secondaryActions\"\n scope=\"col\"\n [attr.data-test-id]=\"testId + '-header-secondary-actions'\"\n></th>\n", styles: [":host .qd-table__head-cell{white-space:nowrap}:host .qd-table__head-cell--filling-width{width:100%}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.QdTableSortComponent, selector: "qd-table-sort", inputs: ["isSortable", "config", "column", "data-test-id"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
124
52
|
}
|
|
125
|
-
(
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtaGVhZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvdGFibGUvaGVhZC90YWJsZS1oZWFkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi90YWJsZS9oZWFkL3RhYmxlLWhlYWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFBRSxHQUFHLEVBQWMsTUFBTSxNQUFNLENBQUM7QUFDdkMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBRS9GLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOzs7Ozs7Ozs7SUNKakYsd0JBS007Ozs7OztJQW1CQSw2QkFBbUM7SUFDakMsWUFDRjs7Ozs7O0lBREUsY0FDRjtJQURFLDhFQUNGOzs7SUFFQSw2QkFBb0M7SUFDbEMsWUFDRjs7Ozs7SUFERSxjQUNGO0lBREUsMkRBQ0Y7OztJQVpGLEFBVkYsNkJBU0MsdUJBTUU7SUFLQyxBQUpBLDJHQUFtQyw4RkFJQztJQUl4QyxBQURFLGlCQUFnQixFQUNiOzs7O0lBdEJILGdIQUlFOztJQUtBLGNBQXdDO0lBR3hDLEFBREEsQUFEQSxBQURBLGdFQUF3Qyx5Q0FDVixtQkFDZix5Q0FDa0I7SUFFbEIsY0FBa0I7SUFBbEIsMENBQWtCO0lBSWxCLGNBQW1CO0lBQW5CLDJDQUFtQjs7O0lBckJ4Qyw2QkFBeUU7SUFDdkUsbUZBU0M7Ozs7OztJQVJFLGNBQWdDO0lBQWhDLHlFQUFnQzs7O0lBMEJyQyx3QkFLTTs7Ozs7QUQzQk4sTUFBTSxPQUFPLG9CQUFvQjtJQWdCRjtJQWZwQixNQUFNLENBQW1CO0lBQ1gsTUFBTSxDQUFTO0lBRXRDLElBQXNDLFVBQVU7UUFDOUMsT0FBTyxJQUFJLENBQUMsTUFBTSxHQUFHLFNBQVMsQ0FBQztJQUNqQyxDQUFDO0lBRUQsSUFBSSxZQUFZO1FBQ2QsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQztJQUMzQixDQUFDO0lBRUQsSUFBSSxRQUFRO1FBQ1YsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDMUQsQ0FBQztJQUVELFlBQTZCLG9CQUFvRDtRQUFwRCx5QkFBb0IsR0FBcEIsb0JBQW9CLENBQWdDO0lBQUcsQ0FBQztJQUVyRixRQUFRO1FBQ04sSUFBSSxDQUFDLG9CQUFvQixDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO0lBQ2pELENBQUM7SUFFRCxZQUFZLENBQUMsTUFBTTtRQUNqQixPQUFPLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDeEQsQ0FBQztJQUVELFlBQVksQ0FBQyxNQUFNO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLG9CQUFvQixDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUN4RCxDQUFDO0lBRUQsZUFBZSxDQUFDLENBQUM7UUFDZixPQUFPLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxvQkFBb0IsQ0FBQyxJQUFJLENBQ3hELEdBQUcsQ0FBQyxtQkFBbUIsQ0FBQyxFQUFFLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FDN0QsQ0FBQztJQUNKLENBQUM7SUFFRCxPQUFPLENBQUMsSUFBSTtRQUNWLE9BQU8sR0FBRyxJQUFJLENBQUMsWUFBWSxJQUFJLElBQUksRUFBRSxDQUFDO0lBQ3hDLENBQUM7SUFFRCxVQUFVLENBQUMsSUFBSTtRQUNiLE9BQU8sSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLFdBQVcsRUFBRSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDL0MsQ0FBQztJQUVELG1CQUFtQixDQUFDLFVBQWtCO1FBQ3BDLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUM3QixNQUFNLENBQUMsRUFBRSxDQUFDLE1BQU0sQ0FBQyxNQUFNLEtBQUssVUFBVSxJQUFJLE1BQU0sQ0FBQyxJQUFJLEtBQUssU0FBUyxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxVQUFVLENBQ2hHLENBQUM7SUFDSixDQUFDO0lBRUQsYUFBYSxDQUFDLFVBQWtCO1FBQzlCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsTUFBTSxDQUFDLE1BQU0sS0FBSyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUM7SUFDL0UsQ0FBQzs4R0FwRFUsb0JBQW9COzZEQUFwQixvQkFBb0I7OztZQ3NCakMsQUE1QkEsQUFQQSxtRUFLQywwRUFFd0Usc0RBaUN4RTs7WUF2Q0UsMkNBQTJCO1lBTUMsY0FBYTtZQUFiLHNDQUFhO1lBNkJ6QyxjQUF5QztZQUF6Qyw0R0FBeUM7OztpRkR2Qi9CLG9CQUFvQjtjQVBoQyxTQUFTOzJCQUNFLGlCQUFpQixRQUdyQixFQUFFLEtBQUssRUFBRSxnQkFBZ0IsRUFBRSxtQkFDaEIsdUJBQXVCLENBQUMsTUFBTTs0REFHdEMsTUFBTTtrQkFBZCxLQUFLO1lBQ2lCLE1BQU07a0JBQTVCLEtBQUs7bUJBQUMsY0FBYztZQUVpQixVQUFVO2tCQUEvQyxXQUFXO21CQUFDLG1CQUFtQjs7a0ZBSnJCLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEB0cy1zdHJpY3QtaWdub3JlXG5pbXBvcnQgeyBtYXAsIE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBRZFRhYmxlQ29uZmlnLCBRZFRhYmxlQ29uZmlnQ29sdW1uU29ydCB9IGZyb20gJy4uL21vZGVsL3RhYmxlLWNvbmZpZy5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgUWRUYWJsZVJlc3BvbnNpdmVSb3dTZXJ2aWNlIH0gZnJvbSAnLi4vc2VydmljZXMvcmVzcG9uc2l2ZS1yb3cuc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ1txZC10YWJsZS1oZWFkXScsXG4gIHRlbXBsYXRlVXJsOiAnLi90YWJsZS1oZWFkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vdGFibGUtaGVhZC5jb21wb25lbnQuc2NzcyddLFxuICBob3N0OiB7IGNsYXNzOiAncWQtdGFibGVfX2hlYWQnIH0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIFFkVGFibGVIZWFkQ29tcG9uZW50PFQgZXh0ZW5kcyBzdHJpbmc+IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkgY29uZmlnOiBRZFRhYmxlQ29uZmlnPFQ+O1xuICBASW5wdXQoJ2RhdGEtdGVzdC1pZCcpIHRlc3RJZDogc3RyaW5nO1xuXG4gIEBIb3N0QmluZGluZygnYXR0ci5kYXRhLXRlc3QtaWQnKSBnZXQgZGF0YVRlc3RJZCgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLnRlc3RJZCArICctaGVhZGVyJztcbiAgfVxuXG4gIGdldCB0cmFuc2xhdGlvbnMoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5jb25maWcuaTE4bnM7XG4gIH1cblxuICBnZXQgaGVhZERhdGEoKTogc3RyaW5nW10ge1xuICAgIHJldHVybiB0aGlzLmNvbmZpZy5jb2x1bW5zLm1hcChjb2x1bW4gPT4gY29sdW1uLmNvbHVtbik7XG4gIH1cblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IHJlc3BvbnNpdmVSb3dTZXJ2aWNlOiBRZFRhYmxlUmVzcG9uc2l2ZVJvd1NlcnZpY2U8VD4pIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5yZXNwb25zaXZlUm93U2VydmljZS5jb25maWcgPSB0aGlzLmNvbmZpZztcbiAgfVxuXG4gIGlzTWFpbkNvbHVtbihjb2x1bW4pOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5yZXNwb25zaXZlUm93U2VydmljZS5pc01haW5Db2x1bW4oY29sdW1uKTtcbiAgfVxuXG4gIGlzTGFzdENvbHVtbihjb2x1bW4pOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5yZXNwb25zaXZlUm93U2VydmljZS5pc0xhc3RDb2x1bW4oY29sdW1uKTtcbiAgfVxuXG4gIGlzSGVhZFJlbmRlcmVkJChpKTogT2JzZXJ2YWJsZTxib29sZWFuPiB7XG4gICAgcmV0dXJuIHRoaXMucmVzcG9uc2l2ZVJvd1NlcnZpY2UuaGVhZENlbGxEZWZpbml0aW9ucyQucGlwZShcbiAgICAgIG1hcChoZWFkQ2VsbERlZmluaXRpb25zID0+ICFoZWFkQ2VsbERlZmluaXRpb25zLmluY2x1ZGVzKGkpKVxuICAgICk7XG4gIH1cblxuICBnZXRJMThuKGhlYWQpOiBzdHJpbmcge1xuICAgIHJldHVybiBgJHt0aGlzLnRyYW5zbGF0aW9uc30uJHtoZWFkfWA7XG4gIH1cblxuICBjYXBpdGFsaXplKGhlYWQpOiBzdHJpbmcge1xuICAgIHJldHVybiBoZWFkWzBdLnRvVXBwZXJDYXNlKCkgKyBoZWFkLnNsaWNlKDEpO1xuICB9XG5cbiAgZ2V0U29ydGFibGVCeUNvbHVtbihjb2x1bW5OYW1lOiBzdHJpbmcpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5jb25maWcuY29sdW1ucy5zb21lKFxuICAgICAgY29sdW1uID0+IGNvbHVtbi5jb2x1bW4gPT09IGNvbHVtbk5hbWUgJiYgY29sdW1uLnNvcnQgIT09IHVuZGVmaW5lZCAmJiAhY29sdW1uLnNvcnQ/LmlzRGlzYWJsZWRcbiAgICApO1xuICB9XG5cbiAgZ2V0U29ydENvbmZpZyhjb2x1bW5OYW1lOiBzdHJpbmcpOiBRZFRhYmxlQ29uZmlnQ29sdW1uU29ydCB7XG4gICAgcmV0dXJuIHRoaXMuY29uZmlnLmNvbHVtbnMuZmluZChjb2x1bW4gPT4gY29sdW1uLmNvbHVtbiA9PT0gY29sdW1uTmFtZSkuc29ydDtcbiAgfVxufVxuIiwiPHRoXG4gICpuZ0lmPVwidGhpcy5jb25maWcuc2VsZWN0aW9uXCJcbiAgY2xhc3M9XCJxZC10YWJsZV9faGVhZC1jZWxsIHFkLXRhYmxlX19oZWFkLWNlbGwtLXNlbGVjdGlvblwiXG4gIHNjb3BlPVwiY29sXCJcbiAgW2F0dHIuZGF0YS10ZXN0LWlkXT1cInRlc3RJZCArICctaGVhZGVyLXNlbGVjdGlvbidcIlxuPjwvdGg+XG5cbjxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGhlYWQgb2YgaGVhZERhdGE7IGxldCBpID0gaW5kZXg7IGxldCBsID0gbGFzdFwiPlxuICA8dGhcbiAgICAqbmdJZj1cImlzSGVhZFJlbmRlcmVkJChpKSB8IGFzeW5jXCJcbiAgICBbbmdDbGFzc109XCJ7XG4gICAgICAncWQtdGFibGVfX2hlYWQtY2VsbCc6IHRydWUsXG4gICAgICAnbWFpbi1jb2x1bW4nOiBpc01haW5Db2x1bW4oaGVhZCksXG4gICAgICAnbGFzdC1jb2x1bW4nOiBpc0xhc3RDb2x1bW4oaGVhZClcbiAgICB9XCJcbiAgICBzY29wZT1cImNvbFwiXG4gICAgW2F0dHIuZGF0YS10ZXN0LWlkXT1cInRlc3RJZCArICctaGVhZGVyLScgKyBoZWFkXCJcbiAgPlxuICAgIDxxZC10YWJsZS1zb3J0XG4gICAgICBbaXNTb3J0YWJsZV09XCJnZXRTb3J0YWJsZUJ5Q29sdW1uKGhlYWQpXCJcbiAgICAgIFtjb25maWddPVwiZ2V0U29ydENvbmZpZyhoZWFkKVwiXG4gICAgICBbY29sdW1uXT1cImhlYWRcIlxuICAgICAgW2RhdGEtdGVzdC1pZF09XCJ0ZXN0SWQgKyAnLXNvcnQnXCJcbiAgICA+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwidHJhbnNsYXRpb25zXCI+XG4gICAgICAgIHt7IGdldEkxOG4oaGVhZCkgfCB0cmFuc2xhdGUgfX1cbiAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIXRyYW5zbGF0aW9uc1wiPlxuICAgICAgICB7eyBjYXBpdGFsaXplKGhlYWQpIH19XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8L3FkLXRhYmxlLXNvcnQ+XG4gIDwvdGg+XG48L25nLWNvbnRhaW5lcj5cblxuPHRoXG4gICpuZ0lmPVwiY29uZmlnLnNlY29uZGFyeUFjdGlvbnM/Lmxlbmd0aCA+IDBcIlxuICBjbGFzcz1cInFkLXRhYmxlX19oZWFkLWNlbGwgcWQtdGFibGVfX2hlYWQtY2VsbC0tc2Vjb25kYXJ5QWN0aW9uc1wiXG4gIHNjb3BlPVwiY29sXCJcbiAgW2F0dHIuZGF0YS10ZXN0LWlkXT1cInRlc3RJZCArICctaGVhZGVyLXNlY29uZGFyeS1hY3Rpb25zJ1wiXG4+PC90aD5cbiJdfQ==
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdTableHeadComponent, decorators: [{
|
|
54
|
+
type: Component,
|
|
55
|
+
args: [{ selector: '[qd-table-head]', host: { class: 'qd-table__head' }, changeDetection: ChangeDetectionStrategy.OnPush, template: "<th\n *ngIf=\"this.config.selection\"\n class=\"qd-table__head-cell qd-table__head-cell--selection\"\n scope=\"col\"\n [attr.data-test-id]=\"testId + '-header-selection'\"\n></th>\n\n<ng-container *ngFor=\"let head of headData; let i = index; let l = last\">\n <th\n *ngIf=\"isHeadRendered$(i) | async\"\n [ngClass]=\"{\n 'qd-table__head-cell': true,\n 'main-column': isMainColumn(head),\n 'last-column': isLastColumn(head)\n }\"\n scope=\"col\"\n [attr.data-test-id]=\"testId + '-header-' + head\"\n >\n <qd-table-sort\n [isSortable]=\"getSortableByColumn(head)\"\n [config]=\"getSortConfig(head)\"\n [column]=\"head\"\n [data-test-id]=\"testId + '-sort'\"\n >\n <ng-container *ngIf=\"translations\">\n {{ getI18n(head) | translate }}\n </ng-container>\n\n <ng-container *ngIf=\"!translations\">\n {{ capitalize(head) }}\n </ng-container>\n </qd-table-sort>\n </th>\n</ng-container>\n\n<th\n *ngIf=\"config.secondaryActions?.length > 0\"\n class=\"qd-table__head-cell qd-table__head-cell--secondaryActions\"\n scope=\"col\"\n [attr.data-test-id]=\"testId + '-header-secondary-actions'\"\n></th>\n", styles: [":host .qd-table__head-cell{white-space:nowrap}:host .qd-table__head-cell--filling-width{width:100%}\n"] }]
|
|
56
|
+
}], ctorParameters: () => [{ type: i1.QdTableResponsiveRowService }], propDecorators: { config: [{
|
|
57
|
+
type: Input
|
|
58
|
+
}], testId: [{
|
|
59
|
+
type: Input,
|
|
60
|
+
args: ['data-test-id']
|
|
61
|
+
}], dataTestId: [{
|
|
62
|
+
type: HostBinding,
|
|
63
|
+
args: ['attr.data-test-id']
|
|
64
|
+
}] } });
|
|
65
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtaGVhZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvdGFibGUvaGVhZC90YWJsZS1oZWFkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi90YWJsZS9oZWFkL3RhYmxlLWhlYWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFBRSxHQUFHLEVBQWMsTUFBTSxNQUFNLENBQUM7QUFDdkMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBRS9GLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOzs7Ozs7QUFTakYsTUFBTSxPQUFPLG9CQUFvQjtJQWdCRjtJQWZwQixNQUFNLENBQW1CO0lBQ1gsTUFBTSxDQUFTO0lBRXRDLElBQXNDLFVBQVU7UUFDOUMsT0FBTyxJQUFJLENBQUMsTUFBTSxHQUFHLFNBQVMsQ0FBQztJQUNqQyxDQUFDO0lBRUQsSUFBSSxZQUFZO1FBQ2QsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQztJQUMzQixDQUFDO0lBRUQsSUFBSSxRQUFRO1FBQ1YsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDMUQsQ0FBQztJQUVELFlBQTZCLG9CQUFvRDtRQUFwRCx5QkFBb0IsR0FBcEIsb0JBQW9CLENBQWdDO0lBQUcsQ0FBQztJQUVyRixRQUFRO1FBQ04sSUFBSSxDQUFDLG9CQUFvQixDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO0lBQ2pELENBQUM7SUFFRCxZQUFZLENBQUMsTUFBTTtRQUNqQixPQUFPLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDeEQsQ0FBQztJQUVELFlBQVksQ0FBQyxNQUFNO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLG9CQUFvQixDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUN4RCxDQUFDO0lBRUQsZUFBZSxDQUFDLENBQUM7UUFDZixPQUFPLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxvQkFBb0IsQ0FBQyxJQUFJLENBQ3hELEdBQUcsQ0FBQyxtQkFBbUIsQ0FBQyxFQUFFLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FDN0QsQ0FBQztJQUNKLENBQUM7SUFFRCxPQUFPLENBQUMsSUFBSTtRQUNWLE9BQU8sR0FBRyxJQUFJLENBQUMsWUFBWSxJQUFJLElBQUksRUFBRSxDQUFDO0lBQ3hDLENBQUM7SUFFRCxVQUFVLENBQUMsSUFBSTtRQUNiLE9BQU8sSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLFdBQVcsRUFBRSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDL0MsQ0FBQztJQUVELG1CQUFtQixDQUFDLFVBQWtCO1FBQ3BDLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUM3QixNQUFNLENBQUMsRUFBRSxDQUFDLE1BQU0sQ0FBQyxNQUFNLEtBQUssVUFBVSxJQUFJLE1BQU0sQ0FBQyxJQUFJLEtBQUssU0FBUyxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxVQUFVLENBQ2hHLENBQUM7SUFDSixDQUFDO0lBRUQsYUFBYSxDQUFDLFVBQWtCO1FBQzlCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsTUFBTSxDQUFDLE1BQU0sS0FBSyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUM7SUFDL0UsQ0FBQzt1R0FwRFUsb0JBQW9COzJGQUFwQixvQkFBb0IsNk5DYmpDLG1yQ0F5Q0E7OzJGRDVCYSxvQkFBb0I7a0JBUGhDLFNBQVM7K0JBQ0UsaUJBQWlCLFFBR3JCLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFLG1CQUNoQix1QkFBdUIsQ0FBQyxNQUFNO2dHQUd0QyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ2lCLE1BQU07c0JBQTVCLEtBQUs7dUJBQUMsY0FBYztnQkFFaUIsVUFBVTtzQkFBL0MsV0FBVzt1QkFBQyxtQkFBbUIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBAdHMtc3RyaWN0LWlnbm9yZVxuaW1wb3J0IHsgbWFwLCBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBIb3N0QmluZGluZywgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUWRUYWJsZUNvbmZpZywgUWRUYWJsZUNvbmZpZ0NvbHVtblNvcnQgfSBmcm9tICcuLi9tb2RlbC90YWJsZS1jb25maWcuaW50ZXJmYWNlJztcbmltcG9ydCB7IFFkVGFibGVSZXNwb25zaXZlUm93U2VydmljZSB9IGZyb20gJy4uL3NlcnZpY2VzL3Jlc3BvbnNpdmUtcm93LnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdbcWQtdGFibGUtaGVhZF0nLFxuICB0ZW1wbGF0ZVVybDogJy4vdGFibGUtaGVhZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RhYmxlLWhlYWQuY29tcG9uZW50LnNjc3MnXSxcbiAgaG9zdDogeyBjbGFzczogJ3FkLXRhYmxlX19oZWFkJyB9LFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxufSlcbmV4cG9ydCBjbGFzcyBRZFRhYmxlSGVhZENvbXBvbmVudDxUIGV4dGVuZHMgc3RyaW5nPiBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIGNvbmZpZzogUWRUYWJsZUNvbmZpZzxUPjtcbiAgQElucHV0KCdkYXRhLXRlc3QtaWQnKSB0ZXN0SWQ6IHN0cmluZztcblxuICBASG9zdEJpbmRpbmcoJ2F0dHIuZGF0YS10ZXN0LWlkJykgZ2V0IGRhdGFUZXN0SWQoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy50ZXN0SWQgKyAnLWhlYWRlcic7XG4gIH1cblxuICBnZXQgdHJhbnNsYXRpb25zKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuY29uZmlnLmkxOG5zO1xuICB9XG5cbiAgZ2V0IGhlYWREYXRhKCk6IHN0cmluZ1tdIHtcbiAgICByZXR1cm4gdGhpcy5jb25maWcuY29sdW1ucy5tYXAoY29sdW1uID0+IGNvbHVtbi5jb2x1bW4pO1xuICB9XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSByZXNwb25zaXZlUm93U2VydmljZTogUWRUYWJsZVJlc3BvbnNpdmVSb3dTZXJ2aWNlPFQ+KSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMucmVzcG9uc2l2ZVJvd1NlcnZpY2UuY29uZmlnID0gdGhpcy5jb25maWc7XG4gIH1cblxuICBpc01haW5Db2x1bW4oY29sdW1uKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMucmVzcG9uc2l2ZVJvd1NlcnZpY2UuaXNNYWluQ29sdW1uKGNvbHVtbik7XG4gIH1cblxuICBpc0xhc3RDb2x1bW4oY29sdW1uKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMucmVzcG9uc2l2ZVJvd1NlcnZpY2UuaXNMYXN0Q29sdW1uKGNvbHVtbik7XG4gIH1cblxuICBpc0hlYWRSZW5kZXJlZCQoaSk6IE9ic2VydmFibGU8Ym9vbGVhbj4ge1xuICAgIHJldHVybiB0aGlzLnJlc3BvbnNpdmVSb3dTZXJ2aWNlLmhlYWRDZWxsRGVmaW5pdGlvbnMkLnBpcGUoXG4gICAgICBtYXAoaGVhZENlbGxEZWZpbml0aW9ucyA9PiAhaGVhZENlbGxEZWZpbml0aW9ucy5pbmNsdWRlcyhpKSlcbiAgICApO1xuICB9XG5cbiAgZ2V0STE4bihoZWFkKTogc3RyaW5nIHtcbiAgICByZXR1cm4gYCR7dGhpcy50cmFuc2xhdGlvbnN9LiR7aGVhZH1gO1xuICB9XG5cbiAgY2FwaXRhbGl6ZShoZWFkKTogc3RyaW5nIHtcbiAgICByZXR1cm4gaGVhZFswXS50b1VwcGVyQ2FzZSgpICsgaGVhZC5zbGljZSgxKTtcbiAgfVxuXG4gIGdldFNvcnRhYmxlQnlDb2x1bW4oY29sdW1uTmFtZTogc3RyaW5nKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuY29uZmlnLmNvbHVtbnMuc29tZShcbiAgICAgIGNvbHVtbiA9PiBjb2x1bW4uY29sdW1uID09PSBjb2x1bW5OYW1lICYmIGNvbHVtbi5zb3J0ICE9PSB1bmRlZmluZWQgJiYgIWNvbHVtbi5zb3J0Py5pc0Rpc2FibGVkXG4gICAgKTtcbiAgfVxuXG4gIGdldFNvcnRDb25maWcoY29sdW1uTmFtZTogc3RyaW5nKTogUWRUYWJsZUNvbmZpZ0NvbHVtblNvcnQge1xuICAgIHJldHVybiB0aGlzLmNvbmZpZy5jb2x1bW5zLmZpbmQoY29sdW1uID0+IGNvbHVtbi5jb2x1bW4gPT09IGNvbHVtbk5hbWUpLnNvcnQ7XG4gIH1cbn1cbiIsIjx0aFxuICAqbmdJZj1cInRoaXMuY29uZmlnLnNlbGVjdGlvblwiXG4gIGNsYXNzPVwicWQtdGFibGVfX2hlYWQtY2VsbCBxZC10YWJsZV9faGVhZC1jZWxsLS1zZWxlY3Rpb25cIlxuICBzY29wZT1cImNvbFwiXG4gIFthdHRyLmRhdGEtdGVzdC1pZF09XCJ0ZXN0SWQgKyAnLWhlYWRlci1zZWxlY3Rpb24nXCJcbj48L3RoPlxuXG48bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBoZWFkIG9mIGhlYWREYXRhOyBsZXQgaSA9IGluZGV4OyBsZXQgbCA9IGxhc3RcIj5cbiAgPHRoXG4gICAgKm5nSWY9XCJpc0hlYWRSZW5kZXJlZCQoaSkgfCBhc3luY1wiXG4gICAgW25nQ2xhc3NdPVwie1xuICAgICAgJ3FkLXRhYmxlX19oZWFkLWNlbGwnOiB0cnVlLFxuICAgICAgJ21haW4tY29sdW1uJzogaXNNYWluQ29sdW1uKGhlYWQpLFxuICAgICAgJ2xhc3QtY29sdW1uJzogaXNMYXN0Q29sdW1uKGhlYWQpXG4gICAgfVwiXG4gICAgc2NvcGU9XCJjb2xcIlxuICAgIFthdHRyLmRhdGEtdGVzdC1pZF09XCJ0ZXN0SWQgKyAnLWhlYWRlci0nICsgaGVhZFwiXG4gID5cbiAgICA8cWQtdGFibGUtc29ydFxuICAgICAgW2lzU29ydGFibGVdPVwiZ2V0U29ydGFibGVCeUNvbHVtbihoZWFkKVwiXG4gICAgICBbY29uZmlnXT1cImdldFNvcnRDb25maWcoaGVhZClcIlxuICAgICAgW2NvbHVtbl09XCJoZWFkXCJcbiAgICAgIFtkYXRhLXRlc3QtaWRdPVwidGVzdElkICsgJy1zb3J0J1wiXG4gICAgPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInRyYW5zbGF0aW9uc1wiPlxuICAgICAgICB7eyBnZXRJMThuKGhlYWQpIHwgdHJhbnNsYXRlIH19XG4gICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiF0cmFuc2xhdGlvbnNcIj5cbiAgICAgICAge3sgY2FwaXRhbGl6ZShoZWFkKSB9fVxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgPC9xZC10YWJsZS1zb3J0PlxuICA8L3RoPlxuPC9uZy1jb250YWluZXI+XG5cbjx0aFxuICAqbmdJZj1cImNvbmZpZy5zZWNvbmRhcnlBY3Rpb25zPy5sZW5ndGggPiAwXCJcbiAgY2xhc3M9XCJxZC10YWJsZV9faGVhZC1jZWxsIHFkLXRhYmxlX19oZWFkLWNlbGwtLXNlY29uZGFyeUFjdGlvbnNcIlxuICBzY29wZT1cImNvbFwiXG4gIFthdHRyLmRhdGEtdGVzdC1pZF09XCJ0ZXN0SWQgKyAnLWhlYWRlci1zZWNvbmRhcnktYWN0aW9ucydcIlxuPjwvdGg+XG4iXX0=
|
|
@@ -11,53 +11,6 @@ import * as i2 from "../../../core/services/scrolling.service";
|
|
|
11
11
|
import * as i3 from "@angular/common";
|
|
12
12
|
import * as i4 from "./table-paginator-page-size.directive";
|
|
13
13
|
import * as i5 from "@ngx-translate/core";
|
|
14
|
-
const _c0 = ["selection"];
|
|
15
|
-
const _c1 = ["selectionList"];
|
|
16
|
-
const _c2 = a0 => ({ selection: true, opened: a0 });
|
|
17
|
-
const _c3 = a0 => ({ "selection-list": true, opened: a0 });
|
|
18
|
-
const _c4 = a0 => ({ disabled: a0 });
|
|
19
|
-
function QdTablePaginatorPageSizeComponent_ng_container_0_li_11_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
-
i0.ɵɵelementStart(0, "li", 7);
|
|
21
|
-
i0.ɵɵtext(1);
|
|
22
|
-
i0.ɵɵelementEnd();
|
|
23
|
-
} if (rf & 2) {
|
|
24
|
-
const pageSize_r3 = ctx.$implicit;
|
|
25
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c4, pageSize_r3.disabled))("qdTablePaginatorPageSize", pageSize_r3);
|
|
26
|
-
i0.ɵɵattribute("data-test-id", "page-size-selection-option-" + pageSize_r3.value);
|
|
27
|
-
i0.ɵɵadvance();
|
|
28
|
-
i0.ɵɵtextInterpolate1(" ", pageSize_r3.value, " ");
|
|
29
|
-
} }
|
|
30
|
-
function QdTablePaginatorPageSizeComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
31
|
-
const _r1 = i0.ɵɵgetCurrentView();
|
|
32
|
-
i0.ɵɵelementContainerStart(0);
|
|
33
|
-
i0.ɵɵelementStart(1, "label");
|
|
34
|
-
i0.ɵɵtext(2);
|
|
35
|
-
i0.ɵɵpipe(3, "translate");
|
|
36
|
-
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(4, "div", 3, 0)(6, "span", 4);
|
|
38
|
-
i0.ɵɵlistener("click", function QdTablePaginatorPageSizeComponent_ng_container_0_Template_span_click_6_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.toggleSelection()); });
|
|
39
|
-
i0.ɵɵtext(7);
|
|
40
|
-
i0.ɵɵpipe(8, "async");
|
|
41
|
-
i0.ɵɵelementEnd();
|
|
42
|
-
i0.ɵɵelementStart(9, "ul", 5, 1);
|
|
43
|
-
i0.ɵɵtemplate(11, QdTablePaginatorPageSizeComponent_ng_container_0_li_11_Template, 2, 6, "li", 6);
|
|
44
|
-
i0.ɵɵpipe(12, "async");
|
|
45
|
-
i0.ɵɵelementEnd()();
|
|
46
|
-
i0.ɵɵelementContainerEnd();
|
|
47
|
-
} if (rf & 2) {
|
|
48
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
49
|
-
i0.ɵɵadvance(2);
|
|
50
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 7, "i18n.qd.table.pagination.pageSize"), " ");
|
|
51
|
-
i0.ɵɵadvance(2);
|
|
52
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(13, _c2, ctx_r1.selectionOpened));
|
|
53
|
-
i0.ɵɵadvance(3);
|
|
54
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(8, 9, ctx_r1.pageSize$), " ");
|
|
55
|
-
i0.ɵɵadvance(2);
|
|
56
|
-
i0.ɵɵclassMap(ctx_r1.selectionDirection);
|
|
57
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(15, _c3, ctx_r1.selectionOpened));
|
|
58
|
-
i0.ɵɵadvance(2);
|
|
59
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(12, 11, ctx_r1.pageSizes$));
|
|
60
|
-
} }
|
|
61
14
|
export class QdTablePaginatorPageSizeComponent {
|
|
62
15
|
elementRef;
|
|
63
16
|
tableDataResolver;
|
|
@@ -125,42 +78,27 @@ export class QdTablePaginatorPageSizeComponent {
|
|
|
125
78
|
return;
|
|
126
79
|
this.closeSelection();
|
|
127
80
|
}
|
|
128
|
-
static ɵfac =
|
|
129
|
-
static ɵcmp =
|
|
130
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
131
|
-
i0.ɵɵviewQuery(_c1, 5);
|
|
132
|
-
} if (rf & 2) {
|
|
133
|
-
let _t;
|
|
134
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.selection = _t.first);
|
|
135
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.selectionList = _t.first);
|
|
136
|
-
} }, hostBindings: function QdTablePaginatorPageSizeComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
137
|
-
i0.ɵɵlistener("click", function QdTablePaginatorPageSizeComponent_click_HostBindingHandler($event) { return ctx.clickedOutside($event); }, false, i0.ɵɵresolveDocument);
|
|
138
|
-
} }, inputs: { pageSizes: "pageSizes" }, decls: 2, vars: 3, consts: [["selection", ""], ["selectionList", ""], [4, "ngIf"], [3, "ngClass"], ["data-test-id", "page-size-selection", 3, "click"], ["data-test-id", "page-size-selection-list", 3, "ngClass"], [3, "ngClass", "qdTablePaginatorPageSize", 4, "ngFor", "ngForOf"], [3, "ngClass", "qdTablePaginatorPageSize"]], template: function QdTablePaginatorPageSizeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
139
|
-
i0.ɵɵtemplate(0, QdTablePaginatorPageSizeComponent_ng_container_0_Template, 13, 17, "ng-container", 2);
|
|
140
|
-
i0.ɵɵpipe(1, "async");
|
|
141
|
-
} if (rf & 2) {
|
|
142
|
-
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(1, 1, ctx.hasActivePageSizes$));
|
|
143
|
-
} }, dependencies: [i3.NgClass, i3.NgForOf, i3.NgIf, i4.QdTablePaginatorPageSizeDirective, i3.AsyncPipe, i5.TranslatePipe], styles: ["[_nghost-%COMP%]{position:relative;display:flex;height:2.75rem;align-items:center;text-align:right;-webkit-user-select:none;user-select:none;white-space:nowrap}[_nghost-%COMP%] label[_ngcontent-%COMP%]{margin:0 .4375rem 0 1rem}@media (max-width: 599.98px){[_nghost-%COMP%] label[_ngcontent-%COMP%]{display:none}}[_nghost-%COMP%] .selection[_ngcontent-%COMP%]{height:2.75rem;border-right:.0625rem solid rgb(229,229,229);cursor:pointer;white-space:nowrap}[_nghost-%COMP%] .selection[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{display:inline-block;width:100%;padding:.75rem 1.625rem .6875rem .5625rem}[_nghost-%COMP%] .selection[_ngcontent-%COMP%]:hover, [_nghost-%COMP%] .selection.opened[_ngcontent-%COMP%]{border-right:.0625rem solid rgb(151,151,151);border-left:.0625rem solid rgb(151,151,151);color:#171717}[_nghost-%COMP%] .selection[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] .selection[_ngcontent-%COMP%]:hover li[_ngcontent-%COMP%], [_nghost-%COMP%] .selection.opened[_ngcontent-%COMP%] span[_ngcontent-%COMP%], [_nghost-%COMP%] .selection.opened[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding-left:.5rem}[_nghost-%COMP%] .selection[_ngcontent-%COMP%]:after{position:absolute;top:50%;right:.4375rem;color:#454545;content:\"\\e042\";font-family:Quadrel-Icon,sans-serif;font-size:1rem;pointer-events:none;transform:translateY(-50%)}[_nghost-%COMP%] .selection[_ngcontent-%COMP%]:hover:after{color:#171717}[_nghost-%COMP%] .selection.opened[_ngcontent-%COMP%]:after{content:\"\\e040\"}[_nghost-%COMP%] .selection-list[_ngcontent-%COMP%]{position:relative;z-index:100;bottom:2.75rem;padding:0;border:.0625rem solid rgb(151,151,151);margin:0 -.0625rem;background-color:#fff;box-shadow:#d5d5d5 0 -.125rem .4375rem;list-style:none;transform:translateY(-100%);visibility:hidden}[_nghost-%COMP%] .selection-list.opened[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .selection-list.opened.down[_ngcontent-%COMP%]{bottom:0;box-shadow:#d5d5d5 .125rem .25rem .4375rem;transform:none}[_nghost-%COMP%] .selection-list[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{width:100%;padding:.375rem 1.625rem .375rem .5625rem;white-space:nowrap}[_nghost-%COMP%] .selection-list[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:#f5f5f5}[_nghost-%COMP%] .selection-list[_ngcontent-%COMP%] li.disabled[_ngcontent-%COMP%]{background-color:#fff;color:#b4b4b4;cursor:default}"], changeDetection: 0 });
|
|
81
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdTablePaginatorPageSizeComponent, deps: [{ token: i0.ElementRef }, { token: QD_TABLE_DATA_RESOLVER_TOKEN, optional: true }, { token: i1.QdTableStoreService }, { token: i2.QdScrollingService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
82
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdTablePaginatorPageSizeComponent, selector: "qd-table-paginator-page-size", inputs: { pageSizes: "pageSizes" }, host: { listeners: { "document:click": "clickedOutside($event)" } }, viewQueries: [{ propertyName: "selection", first: true, predicate: ["selection"], descendants: true }, { propertyName: "selectionList", first: true, predicate: ["selectionList"], descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"hasActivePageSizes$ | async\">\n <label>\n {{ \"i18n.qd.table.pagination.pageSize\" | translate }}\n </label>\n <div [ngClass]=\"{ selection: true, opened: selectionOpened }\" #selection>\n <span (click)=\"toggleSelection()\" data-test-id=\"page-size-selection\">\n {{ pageSize$ | async }}\n </span>\n <ul\n [ngClass]=\"{ 'selection-list': true, opened: selectionOpened }\"\n [class]=\"selectionDirection\"\n #selectionList\n data-test-id=\"page-size-selection-list\"\n >\n <li\n *ngFor=\"let pageSize of pageSizes$ | async\"\n [ngClass]=\"{ disabled: pageSize.disabled }\"\n [attr.data-test-id]=\"'page-size-selection-option-' + pageSize.value\"\n [qdTablePaginatorPageSize]=\"pageSize\"\n >\n {{ pageSize.value }}\n </li>\n </ul>\n </div>\n</ng-container>\n", styles: [":host{position:relative;display:flex;height:2.75rem;align-items:center;text-align:right;-webkit-user-select:none;user-select:none;white-space:nowrap}:host label{margin:0 .4375rem 0 1rem}@media (max-width: 599.98px){:host label{display:none}}:host .selection{height:2.75rem;border-right:.0625rem solid rgb(229,229,229);cursor:pointer;white-space:nowrap}:host .selection span{display:inline-block;width:100%;padding:.75rem 1.625rem .6875rem .5625rem}:host .selection:hover,:host .selection.opened{border-right:.0625rem solid rgb(151,151,151);border-left:.0625rem solid rgb(151,151,151);color:#171717}:host .selection:hover span,:host .selection:hover li,:host .selection.opened span,:host .selection.opened li{padding-left:.5rem}:host .selection:after{position:absolute;top:50%;right:.4375rem;color:#454545;content:\"\\e042\";font-family:Quadrel-Icon,sans-serif;font-size:1rem;pointer-events:none;transform:translateY(-50%)}:host .selection:hover:after{color:#171717}:host .selection.opened:after{content:\"\\e040\"}:host .selection-list{position:relative;z-index:100;bottom:2.75rem;padding:0;border:.0625rem solid rgb(151,151,151);margin:0 -.0625rem;background-color:#fff;box-shadow:#d5d5d5 0 -.125rem .4375rem;list-style:none;transform:translateY(-100%);visibility:hidden}:host .selection-list.opened{visibility:visible}:host .selection-list.opened.down{bottom:0;box-shadow:#d5d5d5 .125rem .25rem .4375rem;transform:none}:host .selection-list li{width:100%;padding:.375rem 1.625rem .375rem .5625rem;white-space:nowrap}:host .selection-list li:hover{background-color:#f5f5f5}:host .selection-list li.disabled{background-color:#fff;color:#b4b4b4;cursor:default}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.QdTablePaginatorPageSizeDirective, selector: "[qdTablePaginatorPageSize]", inputs: ["qdTablePaginatorPageSize"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
144
83
|
}
|
|
145
|
-
(
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QdTablePaginatorPageSizeComponent, { className: "QdTablePaginatorPageSizeComponent", filePath: "lib/table/paginator/page-size/table-paginator-page-size.component.ts", lineNumber: 32 }); })();
|
|
166
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtcGFnaW5hdG9yLXBhZ2Utc2l6ZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvdGFibGUvcGFnaW5hdG9yL3BhZ2Utc2l6ZS90YWJsZS1wYWdpbmF0b3ItcGFnZS1zaXplLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi90YWJsZS9wYWdpbmF0b3IvcGFnZS1zaXplL3RhYmxlLXBhZ2luYXRvci1wYWdlLXNpemUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsWUFBWSxFQUNaLE1BQU0sRUFDTixLQUFLLEVBR0wsUUFBUSxFQUNSLFNBQVMsRUFDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsYUFBYSxFQUFjLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMxRCxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFckMsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDOUUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFHdEUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7Ozs7Ozs7Ozs7Ozs7SUNQL0UsNkJBS0M7SUFDQyxZQUNGO0lBQUEsaUJBQUs7OztJQUhILEFBRkEsMEVBQTJDLHlDQUVOOztJQUVyQyxjQUNGO0lBREUsa0RBQ0Y7Ozs7SUFyQk4sNkJBQWtEO0lBQ2hELDZCQUFPO0lBQ0wsWUFDRjs7SUFBQSxpQkFBUTtJQUVOLEFBREYsaUNBQXlFLGNBQ0Y7SUFBL0Qsb01BQVMsd0JBQWlCLEtBQUM7SUFDL0IsWUFDRjs7SUFBQSxpQkFBTztJQUNQLGdDQUtDO0lBQ0MsaUdBS0M7O0lBSUwsQUFERSxpQkFBSyxFQUNEOzs7O0lBckJKLGVBQ0Y7SUFERSwwRkFDRjtJQUNLLGVBQXdEO0lBQXhELDZFQUF3RDtJQUV6RCxlQUNGO0lBREUsdUVBQ0Y7SUFHRSxlQUE0QjtJQUE1Qix3Q0FBNEI7SUFENUIsNkVBQStEO0lBTXhDLGVBQXFCO0lBQXJCLG1FQUFxQjs7QURnQmxELE1BQU0sT0FBTyxpQ0FBaUM7SUErQnpCO0lBQ2tEO0lBQ2xEO0lBQ0E7SUFDQTtJQWxDVixTQUFTLENBQVc7SUFFTCxTQUFTLENBQUM7SUFDTixhQUFhLENBQUM7SUFFMUMsZUFBZSxHQUFHLEtBQUssQ0FBQztJQUN4QixrQkFBa0IsR0FBa0IsSUFBSSxDQUFDO0lBQ3pDLFNBQVMsQ0FBcUI7SUFDOUIsV0FBVyxDQUFxQjtJQUV4QixXQUFXLEdBQWtCLElBQUksT0FBTyxFQUFFLENBQUM7SUFFbkQsSUFBSSxVQUFVO1FBQ1osT0FBTyxhQUFhLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FDM0QsR0FBRyxDQUFDLENBQUMsQ0FBQyxlQUFlLEVBQUUsVUFBVSxDQUFDLEVBQUUsRUFBRSxDQUNwQyxJQUFJLENBQUMsU0FBUzthQUNYLEtBQUssQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxRQUFRLElBQUksVUFBVSxDQUFDLEdBQUcsQ0FBQyxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDO2FBQ25HLEdBQUcsQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDaEIsS0FBSyxFQUFFLFFBQVE7WUFDZixRQUFRLEVBQUUsZUFBZSxLQUFLLFFBQVE7U0FDdkMsQ0FBQyxDQUFDLENBQ04sQ0FDRixDQUFDO0lBQ0osQ0FBQztJQUVELElBQUksbUJBQW1CO1FBQ3JCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDbEcsQ0FBQztJQUVELFlBQ21CLFVBQXNCLEVBQzRCLGlCQUF5QyxFQUMzRixpQkFBeUMsRUFDekMsZ0JBQW9DLEVBQ3BDLGlCQUFvQztRQUpwQyxlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQzRCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBd0I7UUFDM0Ysc0JBQWlCLEdBQWpCLGlCQUFpQixDQUF3QjtRQUN6QyxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQW9CO1FBQ3BDLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7SUFDcEQsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxTQUFTLEVBQUUsQ0FBQztRQUNwRCxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUMxRCxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDOUIsQ0FBQztJQUVELGVBQWU7UUFDYixJQUFJLENBQUMsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1lBQzFCLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUN2QixDQUFDO2FBQU0sQ0FBQztZQUNOLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUN4QixDQUFDO0lBQ0gsQ0FBQztJQUVELGFBQWE7UUFDWCxNQUFNLHVCQUF1QixHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLGFBQWEsQ0FBQyxDQUFDLE1BQU0sQ0FBQztRQUM5RyxNQUFNLG1CQUFtQixHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQztRQUUxRSxJQUFJLENBQUMsa0JBQWtCLEdBQUcsbUJBQW1CLEdBQUcsdUJBQXVCLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDO1FBQ3hGLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDO1FBQzVCLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUN6QyxDQUFDO0lBRUQsY0FBYztRQUNaLElBQUksQ0FBQyxlQUFlLEdBQUcsS0FBSyxDQUFDO0lBQy9CLENBQUM7SUFHRCxjQUFjLENBQUMsS0FBbUI7UUFDaEMsSUFDRTtZQUNFLEtBQUssQ0FBQyxNQUFNO1lBQ1gsS0FBSyxDQUFDLE1BQXNCLENBQUMsVUFBVTtZQUN2QyxLQUFLLENBQUMsTUFBc0IsQ0FBQyxVQUFVLEVBQUUsVUFBVTtZQUNuRCxLQUFLLENBQUMsTUFBc0IsQ0FBQyxVQUFVLEVBQUUsVUFBVSxFQUFFLFVBQVU7U0FDakUsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7WUFFekMsT0FBTztRQUVULElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN4QixDQUFDOzJIQWpGVSxpQ0FBaUMsNERBZ0N0Qiw0QkFBNEI7NkRBaEN2QyxpQ0FBaUM7Ozs7Ozs7O1lBQWpDLDRHQUFBLDBCQUFzQixpQ0FBVzs7WUMvQjlDLHNHQUFrRDs7O1lBQW5DLG9FQUFpQzs7O2lGRCtCbkMsaUNBQWlDO2NBTjdDLFNBQVM7MkJBQ0UsOEJBQThCLG1CQUd2Qix1QkFBdUIsQ0FBQyxNQUFNOztzQkFrQzVDLFFBQVE7O3NCQUFJLE1BQU07dUJBQUMsNEJBQTRCO3dIQS9CekMsU0FBUztrQkFBakIsS0FBSztZQUVrQixTQUFTO2tCQUFoQyxTQUFTO21CQUFDLFdBQVc7WUFDTSxhQUFhO2tCQUF4QyxTQUFTO21CQUFDLGVBQWU7WUFpRTFCLGNBQWM7a0JBRGIsWUFBWTttQkFBQyxnQkFBZ0IsRUFBRSxDQUFDLFFBQVEsQ0FBQzs7a0ZBcEUvQixpQ0FBaUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBAdHMtc3RyaWN0LWlnbm9yZVxuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIEhvc3RMaXN0ZW5lcixcbiAgSW5qZWN0LFxuICBJbnB1dCxcbiAgT25EZXN0cm95LFxuICBPbkluaXQsXG4gIE9wdGlvbmFsLFxuICBWaWV3Q2hpbGRcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBjb21iaW5lTGF0ZXN0LCBPYnNlcnZhYmxlLCBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBtYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5cbmltcG9ydCB7IFFkU2Nyb2xsaW5nU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL2NvcmUvc2VydmljZXMvc2Nyb2xsaW5nLnNlcnZpY2UnO1xuaW1wb3J0IHsgUWRUYWJsZVN0b3JlU2VydmljZSB9IGZyb20gJy4uLy4uL3N0b3JlL3RhYmxlLXN0b3JlLnNlcnZpY2UnO1xuXG5pbXBvcnQgeyBRZFRhYmxlRGF0YVJlc29sdmVyIH0gZnJvbSAnLi4vLi4vbW9kZWwvdGFibGUtZGF0YS1yZXNvbHZlcic7XG5pbXBvcnQgeyBRRF9UQUJMRV9EQVRBX1JFU09MVkVSX1RPS0VOIH0gZnJvbSAnLi4vLi4vbW9kZWwvdGFibGUtZGF0YS1yZXNvbHZlci50b2tlbic7XG5cbmV4cG9ydCB0eXBlIFBhZ2VTaXplID0geyB2YWx1ZTogbnVtYmVyOyBkaXNhYmxlZDogYm9vbGVhbiB9O1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdxZC10YWJsZS1wYWdpbmF0b3ItcGFnZS1zaXplJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RhYmxlLXBhZ2luYXRvci1wYWdlLXNpemUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90YWJsZS1wYWdpbmF0b3ItcGFnZS1zaXplLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIFFkVGFibGVQYWdpbmF0b3JQYWdlU2l6ZUNvbXBvbmVudDxUIGV4dGVuZHMgc3RyaW5nPiBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgQElucHV0KCkgcGFnZVNpemVzOiBudW1iZXJbXTtcblxuICBAVmlld0NoaWxkKCdzZWxlY3Rpb24nKSBzZWxlY3Rpb247XG4gIEBWaWV3Q2hpbGQoJ3NlbGVjdGlvbkxpc3QnKSBzZWxlY3Rpb25MaXN0O1xuXG4gIHNlbGVjdGlvbk9wZW5lZCA9IGZhbHNlO1xuICBzZWxlY3Rpb25EaXJlY3Rpb246ICd1cCcgfCAnZG93bicgPSAndXAnO1xuICBwYWdlU2l6ZSQ6IE9ic2VydmFibGU8bnVtYmVyPjtcbiAgdG90YWxDb3VudCQ6IE9ic2VydmFibGU8bnVtYmVyPjtcblxuICBwcml2YXRlIF9kZXN0cm95ZWQkOiBTdWJqZWN0PG51bGw+ID0gbmV3IFN1YmplY3QoKTtcblxuICBnZXQgcGFnZVNpemVzJCgpOiBPYnNlcnZhYmxlPEFycmF5PFBhZ2VTaXplPj4ge1xuICAgIHJldHVybiBjb21iaW5lTGF0ZXN0KFt0aGlzLnBhZ2VTaXplJCwgdGhpcy50b3RhbENvdW50JF0pLnBpcGUoXG4gICAgICBtYXAoKFtjdXJyZW50UGFnZVNpemUsIHRvdGFsQ291bnRdKSA9PlxuICAgICAgICB0aGlzLnBhZ2VTaXplc1xuICAgICAgICAgIC5zbGljZSgwLCB0aGlzLnBhZ2VTaXplcy5maW5kSW5kZXgocGFnZVNpemUgPT4gcGFnZVNpemUgPj0gdG90YWxDb3VudCkgKyAxIHx8IHRoaXMucGFnZVNpemVzLmxlbmd0aClcbiAgICAgICAgICAubWFwKHBhZ2VTaXplID0+ICh7XG4gICAgICAgICAgICB2YWx1ZTogcGFnZVNpemUsXG4gICAgICAgICAgICBkaXNhYmxlZDogY3VycmVudFBhZ2VTaXplID09PSBwYWdlU2l6ZVxuICAgICAgICAgIH0pKVxuICAgICAgKVxuICAgICk7XG4gIH1cblxuICBnZXQgaGFzQWN0aXZlUGFnZVNpemVzJCgpOiBPYnNlcnZhYmxlPGJvb2xlYW4+IHtcbiAgICByZXR1cm4gdGhpcy5wYWdlU2l6ZXMkLnBpcGUobWFwKHBhZ2VTaXplcyA9PiAhIXBhZ2VTaXplcy5maW5kKHBhZ2VTaXplID0+ICFwYWdlU2l6ZS5kaXNhYmxlZCkpKTtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgcmVhZG9ubHkgZWxlbWVudFJlZjogRWxlbWVudFJlZixcbiAgICBAT3B0aW9uYWwoKSBASW5qZWN0KFFEX1RBQkxFX0RBVEFfUkVTT0xWRVJfVE9LRU4pIHByaXZhdGUgcmVhZG9ubHkgdGFibGVEYXRhUmVzb2x2ZXI6IFFkVGFibGVEYXRhUmVzb2x2ZXI8VD4sXG4gICAgcHJpdmF0ZSByZWFkb25seSB0YWJsZVN0b3JlU2VydmljZTogUWRUYWJsZVN0b3JlU2VydmljZTxUPixcbiAgICBwcml2YXRlIHJlYWRvbmx5IHNjcm9sbGluZ1NlcnZpY2U6IFFkU2Nyb2xsaW5nU2VydmljZSxcbiAgICBwcml2YXRlIHJlYWRvbmx5IGNoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZlxuICApIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5wYWdlU2l6ZSQgPSB0aGlzLnRhYmxlU3RvcmVTZXJ2aWNlLnBhZ2VTaXplJCgpO1xuICAgIHRoaXMudG90YWxDb3VudCQgPSB0aGlzLnRhYmxlU3RvcmVTZXJ2aWNlLnRvdGFsQ291bnQkKCk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLl9kZXN0cm95ZWQkLmNvbXBsZXRlKCk7XG4gIH1cblxuICB0b2dnbGVTZWxlY3Rpb24oKTogdm9pZCB7XG4gICAgaWYgKCF0aGlzLnNlbGVjdGlvbk9wZW5lZCkge1xuICAgICAgdGhpcy5vcGVuU2VsZWN0aW9uKCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuY2xvc2VTZWxlY3Rpb24oKTtcbiAgICB9XG4gIH1cblxuICBvcGVuU2VsZWN0aW9uKCk6IHZvaWQge1xuICAgIGNvbnN0IHNlbGVjdGlvbkJvdHRvbURpc3RhbmNlID0gdGhpcy5zY3JvbGxpbmdTZXJ2aWNlLmdldEJvcmRlckRpc3RhbmNlcyh0aGlzLnNlbGVjdGlvbi5uYXRpdmVFbGVtZW50KS5ib3R0b207XG4gICAgY29uc3Qgc2VsZWN0aW9uTGlzdEhlaWdodCA9IHRoaXMuc2VsZWN0aW9uTGlzdC5uYXRpdmVFbGVtZW50Lm9mZnNldEhlaWdodDtcblxuICAgIHRoaXMuc2VsZWN0aW9uRGlyZWN0aW9uID0gc2VsZWN0aW9uTGlzdEhlaWdodCA+IHNlbGVjdGlvbkJvdHRvbURpc3RhbmNlID8gJ3VwJyA6ICdkb3duJztcbiAgICB0aGlzLnNlbGVjdGlvbk9wZW5lZCA9IHRydWU7XG4gICAgdGhpcy5jaGFuZ2VEZXRlY3RvclJlZi5kZXRlY3RDaGFuZ2VzKCk7XG4gIH1cblxuICBjbG9zZVNlbGVjdGlvbigpOiB2b2lkIHtcbiAgICB0aGlzLnNlbGVjdGlvbk9wZW5lZCA9IGZhbHNlO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignZG9jdW1lbnQ6Y2xpY2snLCBbJyRldmVudCddKVxuICBjbGlja2VkT3V0c2lkZShldmVudDogUG9pbnRlckV2ZW50KTogdm9pZCB7XG4gICAgaWYgKFxuICAgICAgW1xuICAgICAgICBldmVudC50YXJnZXQsXG4gICAgICAgIChldmVudC50YXJnZXQgYXMgSFRNTEVsZW1lbnQpLnBhcmVudE5vZGUsXG4gICAgICAgIChldmVudC50YXJnZXQgYXMgSFRNTEVsZW1lbnQpLnBhcmVudE5vZGU/LnBhcmVudE5vZGUsXG4gICAgICAgIChldmVudC50YXJnZXQgYXMgSFRNTEVsZW1lbnQpLnBhcmVudE5vZGU/LnBhcmVudE5vZGU/LnBhcmVudE5vZGVcbiAgICAgIF0uaW5jbHVkZXModGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQpXG4gICAgKVxuICAgICAgcmV0dXJuO1xuXG4gICAgdGhpcy5jbG9zZVNlbGVjdGlvbigpO1xuICB9XG59XG4iLCI8bmctY29udGFpbmVyICpuZ0lmPVwiaGFzQWN0aXZlUGFnZVNpemVzJCB8IGFzeW5jXCI+XG4gIDxsYWJlbD5cbiAgICB7eyBcImkxOG4ucWQudGFibGUucGFnaW5hdGlvbi5wYWdlU2l6ZVwiIHwgdHJhbnNsYXRlIH19XG4gIDwvbGFiZWw+XG4gIDxkaXYgW25nQ2xhc3NdPVwieyBzZWxlY3Rpb246IHRydWUsIG9wZW5lZDogc2VsZWN0aW9uT3BlbmVkIH1cIiAjc2VsZWN0aW9uPlxuICAgIDxzcGFuIChjbGljayk9XCJ0b2dnbGVTZWxlY3Rpb24oKVwiIGRhdGEtdGVzdC1pZD1cInBhZ2Utc2l6ZS1zZWxlY3Rpb25cIj5cbiAgICAgIHt7IHBhZ2VTaXplJCB8IGFzeW5jIH19XG4gICAgPC9zcGFuPlxuICAgIDx1bFxuICAgICAgW25nQ2xhc3NdPVwieyAnc2VsZWN0aW9uLWxpc3QnOiB0cnVlLCBvcGVuZWQ6IHNlbGVjdGlvbk9wZW5lZCB9XCJcbiAgICAgIFtjbGFzc109XCJzZWxlY3Rpb25EaXJlY3Rpb25cIlxuICAgICAgI3NlbGVjdGlvbkxpc3RcbiAgICAgIGRhdGEtdGVzdC1pZD1cInBhZ2Utc2l6ZS1zZWxlY3Rpb24tbGlzdFwiXG4gICAgPlxuICAgICAgPGxpXG4gICAgICAgICpuZ0Zvcj1cImxldCBwYWdlU2l6ZSBvZiBwYWdlU2l6ZXMkIHwgYXN5bmNcIlxuICAgICAgICBbbmdDbGFzc109XCJ7IGRpc2FibGVkOiBwYWdlU2l6ZS5kaXNhYmxlZCB9XCJcbiAgICAgICAgW2F0dHIuZGF0YS10ZXN0LWlkXT1cIidwYWdlLXNpemUtc2VsZWN0aW9uLW9wdGlvbi0nICsgcGFnZVNpemUudmFsdWVcIlxuICAgICAgICBbcWRUYWJsZVBhZ2luYXRvclBhZ2VTaXplXT1cInBhZ2VTaXplXCJcbiAgICAgID5cbiAgICAgICAge3sgcGFnZVNpemUudmFsdWUgfX1cbiAgICAgIDwvbGk+XG4gICAgPC91bD5cbiAgPC9kaXY+XG48L25nLWNvbnRhaW5lcj5cbiJdfQ==
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdTablePaginatorPageSizeComponent, decorators: [{
|
|
85
|
+
type: Component,
|
|
86
|
+
args: [{ selector: 'qd-table-paginator-page-size', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"hasActivePageSizes$ | async\">\n <label>\n {{ \"i18n.qd.table.pagination.pageSize\" | translate }}\n </label>\n <div [ngClass]=\"{ selection: true, opened: selectionOpened }\" #selection>\n <span (click)=\"toggleSelection()\" data-test-id=\"page-size-selection\">\n {{ pageSize$ | async }}\n </span>\n <ul\n [ngClass]=\"{ 'selection-list': true, opened: selectionOpened }\"\n [class]=\"selectionDirection\"\n #selectionList\n data-test-id=\"page-size-selection-list\"\n >\n <li\n *ngFor=\"let pageSize of pageSizes$ | async\"\n [ngClass]=\"{ disabled: pageSize.disabled }\"\n [attr.data-test-id]=\"'page-size-selection-option-' + pageSize.value\"\n [qdTablePaginatorPageSize]=\"pageSize\"\n >\n {{ pageSize.value }}\n </li>\n </ul>\n </div>\n</ng-container>\n", styles: [":host{position:relative;display:flex;height:2.75rem;align-items:center;text-align:right;-webkit-user-select:none;user-select:none;white-space:nowrap}:host label{margin:0 .4375rem 0 1rem}@media (max-width: 599.98px){:host label{display:none}}:host .selection{height:2.75rem;border-right:.0625rem solid rgb(229,229,229);cursor:pointer;white-space:nowrap}:host .selection span{display:inline-block;width:100%;padding:.75rem 1.625rem .6875rem .5625rem}:host .selection:hover,:host .selection.opened{border-right:.0625rem solid rgb(151,151,151);border-left:.0625rem solid rgb(151,151,151);color:#171717}:host .selection:hover span,:host .selection:hover li,:host .selection.opened span,:host .selection.opened li{padding-left:.5rem}:host .selection:after{position:absolute;top:50%;right:.4375rem;color:#454545;content:\"\\e042\";font-family:Quadrel-Icon,sans-serif;font-size:1rem;pointer-events:none;transform:translateY(-50%)}:host .selection:hover:after{color:#171717}:host .selection.opened:after{content:\"\\e040\"}:host .selection-list{position:relative;z-index:100;bottom:2.75rem;padding:0;border:.0625rem solid rgb(151,151,151);margin:0 -.0625rem;background-color:#fff;box-shadow:#d5d5d5 0 -.125rem .4375rem;list-style:none;transform:translateY(-100%);visibility:hidden}:host .selection-list.opened{visibility:visible}:host .selection-list.opened.down{bottom:0;box-shadow:#d5d5d5 .125rem .25rem .4375rem;transform:none}:host .selection-list li{width:100%;padding:.375rem 1.625rem .375rem .5625rem;white-space:nowrap}:host .selection-list li:hover{background-color:#f5f5f5}:host .selection-list li.disabled{background-color:#fff;color:#b4b4b4;cursor:default}\n"] }]
|
|
87
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: undefined, decorators: [{
|
|
88
|
+
type: Optional
|
|
89
|
+
}, {
|
|
90
|
+
type: Inject,
|
|
91
|
+
args: [QD_TABLE_DATA_RESOLVER_TOKEN]
|
|
92
|
+
}] }, { type: i1.QdTableStoreService }, { type: i2.QdScrollingService }, { type: i0.ChangeDetectorRef }], propDecorators: { pageSizes: [{
|
|
93
|
+
type: Input
|
|
94
|
+
}], selection: [{
|
|
95
|
+
type: ViewChild,
|
|
96
|
+
args: ['selection']
|
|
97
|
+
}], selectionList: [{
|
|
98
|
+
type: ViewChild,
|
|
99
|
+
args: ['selectionList']
|
|
100
|
+
}], clickedOutside: [{
|
|
101
|
+
type: HostListener,
|
|
102
|
+
args: ['document:click', ['$event']]
|
|
103
|
+
}] } });
|
|
104
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtcGFnaW5hdG9yLXBhZ2Utc2l6ZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvdGFibGUvcGFnaW5hdG9yL3BhZ2Utc2l6ZS90YWJsZS1wYWdpbmF0b3ItcGFnZS1zaXplLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi90YWJsZS9wYWdpbmF0b3IvcGFnZS1zaXplL3RhYmxlLXBhZ2luYXRvci1wYWdlLXNpemUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsWUFBWSxFQUNaLE1BQU0sRUFDTixLQUFLLEVBR0wsUUFBUSxFQUNSLFNBQVMsRUFDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsYUFBYSxFQUFjLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMxRCxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFckMsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDOUUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFHdEUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7Ozs7Ozs7QUFVckYsTUFBTSxPQUFPLGlDQUFpQztJQStCekI7SUFDa0Q7SUFDbEQ7SUFDQTtJQUNBO0lBbENWLFNBQVMsQ0FBVztJQUVMLFNBQVMsQ0FBQztJQUNOLGFBQWEsQ0FBQztJQUUxQyxlQUFlLEdBQUcsS0FBSyxDQUFDO0lBQ3hCLGtCQUFrQixHQUFrQixJQUFJLENBQUM7SUFDekMsU0FBUyxDQUFxQjtJQUM5QixXQUFXLENBQXFCO0lBRXhCLFdBQVcsR0FBa0IsSUFBSSxPQUFPLEVBQUUsQ0FBQztJQUVuRCxJQUFJLFVBQVU7UUFDWixPQUFPLGFBQWEsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUMzRCxHQUFHLENBQUMsQ0FBQyxDQUFDLGVBQWUsRUFBRSxVQUFVLENBQUMsRUFBRSxFQUFFLENBQ3BDLElBQUksQ0FBQyxTQUFTO2FBQ1gsS0FBSyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDLFFBQVEsSUFBSSxVQUFVLENBQUMsR0FBRyxDQUFDLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUM7YUFDbkcsR0FBRyxDQUFDLFFBQVEsQ0FBQyxFQUFFLENBQUMsQ0FBQztZQUNoQixLQUFLLEVBQUUsUUFBUTtZQUNmLFFBQVEsRUFBRSxlQUFlLEtBQUssUUFBUTtTQUN2QyxDQUFDLENBQUMsQ0FDTixDQUNGLENBQUM7SUFDSixDQUFDO0lBRUQsSUFBSSxtQkFBbUI7UUFDckIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUNsRyxDQUFDO0lBRUQsWUFDbUIsVUFBc0IsRUFDNEIsaUJBQXlDLEVBQzNGLGlCQUF5QyxFQUN6QyxnQkFBb0MsRUFDcEMsaUJBQW9DO1FBSnBDLGVBQVUsR0FBVixVQUFVLENBQVk7UUFDNEIsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUF3QjtRQUMzRixzQkFBaUIsR0FBakIsaUJBQWlCLENBQXdCO1FBQ3pDLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBb0I7UUFDcEMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtJQUNwRCxDQUFDO0lBRUosUUFBUTtRQUNOLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFNBQVMsRUFBRSxDQUFDO1FBQ3BELElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzFELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFdBQVcsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksQ0FBQyxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7WUFDMUIsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQ3ZCLENBQUM7YUFBTSxDQUFDO1lBQ04sSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3hCLENBQUM7SUFDSCxDQUFDO0lBRUQsYUFBYTtRQUNYLE1BQU0sdUJBQXVCLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsYUFBYSxDQUFDLENBQUMsTUFBTSxDQUFDO1FBQzlHLE1BQU0sbUJBQW1CLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsWUFBWSxDQUFDO1FBRTFFLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxtQkFBbUIsR0FBRyx1QkFBdUIsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUM7UUFDeEYsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUM7UUFDNUIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3pDLENBQUM7SUFFRCxjQUFjO1FBQ1osSUFBSSxDQUFDLGVBQWUsR0FBRyxLQUFLLENBQUM7SUFDL0IsQ0FBQztJQUdELGNBQWMsQ0FBQyxLQUFtQjtRQUNoQyxJQUNFO1lBQ0UsS0FBSyxDQUFDLE1BQU07WUFDWCxLQUFLLENBQUMsTUFBc0IsQ0FBQyxVQUFVO1lBQ3ZDLEtBQUssQ0FBQyxNQUFzQixDQUFDLFVBQVUsRUFBRSxVQUFVO1lBQ25ELEtBQUssQ0FBQyxNQUFzQixDQUFDLFVBQVUsRUFBRSxVQUFVLEVBQUUsVUFBVTtTQUNqRSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztZQUV6QyxPQUFPO1FBRVQsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3hCLENBQUM7dUdBakZVLGlDQUFpQyw0Q0FnQ3RCLDRCQUE0QjsyRkFoQ3ZDLGlDQUFpQyxzWEMvQjlDLGczQkF5QkE7OzJGRE1hLGlDQUFpQztrQkFON0MsU0FBUzsrQkFDRSw4QkFBOEIsbUJBR3ZCLHVCQUF1QixDQUFDLE1BQU07OzBCQWtDNUMsUUFBUTs7MEJBQUksTUFBTTsyQkFBQyw0QkFBNEI7NElBL0J6QyxTQUFTO3NCQUFqQixLQUFLO2dCQUVrQixTQUFTO3NCQUFoQyxTQUFTO3VCQUFDLFdBQVc7Z0JBQ00sYUFBYTtzQkFBeEMsU0FBUzt1QkFBQyxlQUFlO2dCQWlFMUIsY0FBYztzQkFEYixZQUFZO3VCQUFDLGdCQUFnQixFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQHRzLXN0cmljdC1pZ25vcmVcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBIb3N0TGlzdGVuZXIsXG4gIEluamVjdCxcbiAgSW5wdXQsXG4gIE9uRGVzdHJveSxcbiAgT25Jbml0LFxuICBPcHRpb25hbCxcbiAgVmlld0NoaWxkXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgY29tYmluZUxhdGVzdCwgT2JzZXJ2YWJsZSwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgbWFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG5pbXBvcnQgeyBRZFNjcm9sbGluZ1NlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9jb3JlL3NlcnZpY2VzL3Njcm9sbGluZy5zZXJ2aWNlJztcbmltcG9ydCB7IFFkVGFibGVTdG9yZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zdG9yZS90YWJsZS1zdG9yZS5zZXJ2aWNlJztcblxuaW1wb3J0IHsgUWRUYWJsZURhdGFSZXNvbHZlciB9IGZyb20gJy4uLy4uL21vZGVsL3RhYmxlLWRhdGEtcmVzb2x2ZXInO1xuaW1wb3J0IHsgUURfVEFCTEVfREFUQV9SRVNPTFZFUl9UT0tFTiB9IGZyb20gJy4uLy4uL21vZGVsL3RhYmxlLWRhdGEtcmVzb2x2ZXIudG9rZW4nO1xuXG5leHBvcnQgdHlwZSBQYWdlU2l6ZSA9IHsgdmFsdWU6IG51bWJlcjsgZGlzYWJsZWQ6IGJvb2xlYW4gfTtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncWQtdGFibGUtcGFnaW5hdG9yLXBhZ2Utc2l6ZScsXG4gIHRlbXBsYXRlVXJsOiAnLi90YWJsZS1wYWdpbmF0b3ItcGFnZS1zaXplLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vdGFibGUtcGFnaW5hdG9yLXBhZ2Utc2l6ZS5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxufSlcbmV4cG9ydCBjbGFzcyBRZFRhYmxlUGFnaW5hdG9yUGFnZVNpemVDb21wb25lbnQ8VCBleHRlbmRzIHN0cmluZz4gaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gIEBJbnB1dCgpIHBhZ2VTaXplczogbnVtYmVyW107XG5cbiAgQFZpZXdDaGlsZCgnc2VsZWN0aW9uJykgc2VsZWN0aW9uO1xuICBAVmlld0NoaWxkKCdzZWxlY3Rpb25MaXN0Jykgc2VsZWN0aW9uTGlzdDtcblxuICBzZWxlY3Rpb25PcGVuZWQgPSBmYWxzZTtcbiAgc2VsZWN0aW9uRGlyZWN0aW9uOiAndXAnIHwgJ2Rvd24nID0gJ3VwJztcbiAgcGFnZVNpemUkOiBPYnNlcnZhYmxlPG51bWJlcj47XG4gIHRvdGFsQ291bnQkOiBPYnNlcnZhYmxlPG51bWJlcj47XG5cbiAgcHJpdmF0ZSBfZGVzdHJveWVkJDogU3ViamVjdDxudWxsPiA9IG5ldyBTdWJqZWN0KCk7XG5cbiAgZ2V0IHBhZ2VTaXplcyQoKTogT2JzZXJ2YWJsZTxBcnJheTxQYWdlU2l6ZT4+IHtcbiAgICByZXR1cm4gY29tYmluZUxhdGVzdChbdGhpcy5wYWdlU2l6ZSQsIHRoaXMudG90YWxDb3VudCRdKS5waXBlKFxuICAgICAgbWFwKChbY3VycmVudFBhZ2VTaXplLCB0b3RhbENvdW50XSkgPT5cbiAgICAgICAgdGhpcy5wYWdlU2l6ZXNcbiAgICAgICAgICAuc2xpY2UoMCwgdGhpcy5wYWdlU2l6ZXMuZmluZEluZGV4KHBhZ2VTaXplID0+IHBhZ2VTaXplID49IHRvdGFsQ291bnQpICsgMSB8fCB0aGlzLnBhZ2VTaXplcy5sZW5ndGgpXG4gICAgICAgICAgLm1hcChwYWdlU2l6ZSA9PiAoe1xuICAgICAgICAgICAgdmFsdWU6IHBhZ2VTaXplLFxuICAgICAgICAgICAgZGlzYWJsZWQ6IGN1cnJlbnRQYWdlU2l6ZSA9PT0gcGFnZVNpemVcbiAgICAgICAgICB9KSlcbiAgICAgIClcbiAgICApO1xuICB9XG5cbiAgZ2V0IGhhc0FjdGl2ZVBhZ2VTaXplcyQoKTogT2JzZXJ2YWJsZTxib29sZWFuPiB7XG4gICAgcmV0dXJuIHRoaXMucGFnZVNpemVzJC5waXBlKG1hcChwYWdlU2l6ZXMgPT4gISFwYWdlU2l6ZXMuZmluZChwYWdlU2l6ZSA9PiAhcGFnZVNpemUuZGlzYWJsZWQpKSk7XG4gIH1cblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIHJlYWRvbmx5IGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChRRF9UQUJMRV9EQVRBX1JFU09MVkVSX1RPS0VOKSBwcml2YXRlIHJlYWRvbmx5IHRhYmxlRGF0YVJlc29sdmVyOiBRZFRhYmxlRGF0YVJlc29sdmVyPFQ+LFxuICAgIHByaXZhdGUgcmVhZG9ubHkgdGFibGVTdG9yZVNlcnZpY2U6IFFkVGFibGVTdG9yZVNlcnZpY2U8VD4sXG4gICAgcHJpdmF0ZSByZWFkb25seSBzY3JvbGxpbmdTZXJ2aWNlOiBRZFNjcm9sbGluZ1NlcnZpY2UsXG4gICAgcHJpdmF0ZSByZWFkb25seSBjaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWZcbiAgKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMucGFnZVNpemUkID0gdGhpcy50YWJsZVN0b3JlU2VydmljZS5wYWdlU2l6ZSQoKTtcbiAgICB0aGlzLnRvdGFsQ291bnQkID0gdGhpcy50YWJsZVN0b3JlU2VydmljZS50b3RhbENvdW50JCgpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5fZGVzdHJveWVkJC5jb21wbGV0ZSgpO1xuICB9XG5cbiAgdG9nZ2xlU2VsZWN0aW9uKCk6IHZvaWQge1xuICAgIGlmICghdGhpcy5zZWxlY3Rpb25PcGVuZWQpIHtcbiAgICAgIHRoaXMub3BlblNlbGVjdGlvbigpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmNsb3NlU2VsZWN0aW9uKCk7XG4gICAgfVxuICB9XG5cbiAgb3BlblNlbGVjdGlvbigpOiB2b2lkIHtcbiAgICBjb25zdCBzZWxlY3Rpb25Cb3R0b21EaXN0YW5jZSA9IHRoaXMuc2Nyb2xsaW5nU2VydmljZS5nZXRCb3JkZXJEaXN0YW5jZXModGhpcy5zZWxlY3Rpb24ubmF0aXZlRWxlbWVudCkuYm90dG9tO1xuICAgIGNvbnN0IHNlbGVjdGlvbkxpc3RIZWlnaHQgPSB0aGlzLnNlbGVjdGlvbkxpc3QubmF0aXZlRWxlbWVudC5vZmZzZXRIZWlnaHQ7XG5cbiAgICB0aGlzLnNlbGVjdGlvbkRpcmVjdGlvbiA9IHNlbGVjdGlvbkxpc3RIZWlnaHQgPiBzZWxlY3Rpb25Cb3R0b21EaXN0YW5jZSA/ICd1cCcgOiAnZG93bic7XG4gICAgdGhpcy5zZWxlY3Rpb25PcGVuZWQgPSB0cnVlO1xuICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3JSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICB9XG5cbiAgY2xvc2VTZWxlY3Rpb24oKTogdm9pZCB7XG4gICAgdGhpcy5zZWxlY3Rpb25PcGVuZWQgPSBmYWxzZTtcbiAgfVxuXG4gIEBIb3N0TGlzdGVuZXIoJ2RvY3VtZW50OmNsaWNrJywgWyckZXZlbnQnXSlcbiAgY2xpY2tlZE91dHNpZGUoZXZlbnQ6IFBvaW50ZXJFdmVudCk6IHZvaWQge1xuICAgIGlmIChcbiAgICAgIFtcbiAgICAgICAgZXZlbnQudGFyZ2V0LFxuICAgICAgICAoZXZlbnQudGFyZ2V0IGFzIEhUTUxFbGVtZW50KS5wYXJlbnROb2RlLFxuICAgICAgICAoZXZlbnQudGFyZ2V0IGFzIEhUTUxFbGVtZW50KS5wYXJlbnROb2RlPy5wYXJlbnROb2RlLFxuICAgICAgICAoZXZlbnQudGFyZ2V0IGFzIEhUTUxFbGVtZW50KS5wYXJlbnROb2RlPy5wYXJlbnROb2RlPy5wYXJlbnROb2RlXG4gICAgICBdLmluY2x1ZGVzKHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50KVxuICAgIClcbiAgICAgIHJldHVybjtcblxuICAgIHRoaXMuY2xvc2VTZWxlY3Rpb24oKTtcbiAgfVxufVxuIiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cImhhc0FjdGl2ZVBhZ2VTaXplcyQgfCBhc3luY1wiPlxuICA8bGFiZWw+XG4gICAge3sgXCJpMThuLnFkLnRhYmxlLnBhZ2luYXRpb24ucGFnZVNpemVcIiB8IHRyYW5zbGF0ZSB9fVxuICA8L2xhYmVsPlxuICA8ZGl2IFtuZ0NsYXNzXT1cInsgc2VsZWN0aW9uOiB0cnVlLCBvcGVuZWQ6IHNlbGVjdGlvbk9wZW5lZCB9XCIgI3NlbGVjdGlvbj5cbiAgICA8c3BhbiAoY2xpY2spPVwidG9nZ2xlU2VsZWN0aW9uKClcIiBkYXRhLXRlc3QtaWQ9XCJwYWdlLXNpemUtc2VsZWN0aW9uXCI+XG4gICAgICB7eyBwYWdlU2l6ZSQgfCBhc3luYyB9fVxuICAgIDwvc3Bhbj5cbiAgICA8dWxcbiAgICAgIFtuZ0NsYXNzXT1cInsgJ3NlbGVjdGlvbi1saXN0JzogdHJ1ZSwgb3BlbmVkOiBzZWxlY3Rpb25PcGVuZWQgfVwiXG4gICAgICBbY2xhc3NdPVwic2VsZWN0aW9uRGlyZWN0aW9uXCJcbiAgICAgICNzZWxlY3Rpb25MaXN0XG4gICAgICBkYXRhLXRlc3QtaWQ9XCJwYWdlLXNpemUtc2VsZWN0aW9uLWxpc3RcIlxuICAgID5cbiAgICAgIDxsaVxuICAgICAgICAqbmdGb3I9XCJsZXQgcGFnZVNpemUgb2YgcGFnZVNpemVzJCB8IGFzeW5jXCJcbiAgICAgICAgW25nQ2xhc3NdPVwieyBkaXNhYmxlZDogcGFnZVNpemUuZGlzYWJsZWQgfVwiXG4gICAgICAgIFthdHRyLmRhdGEtdGVzdC1pZF09XCIncGFnZS1zaXplLXNlbGVjdGlvbi1vcHRpb24tJyArIHBhZ2VTaXplLnZhbHVlXCJcbiAgICAgICAgW3FkVGFibGVQYWdpbmF0b3JQYWdlU2l6ZV09XCJwYWdlU2l6ZVwiXG4gICAgICA+XG4gICAgICAgIHt7IHBhZ2VTaXplLnZhbHVlIH19XG4gICAgICA8L2xpPlxuICAgIDwvdWw+XG4gIDwvZGl2PlxuPC9uZy1jb250YWluZXI+XG4iXX0=
|
|
@@ -34,20 +34,20 @@ export class QdTablePaginatorPageSizeDirective {
|
|
|
34
34
|
ngOnDestroy() {
|
|
35
35
|
this._destroyed$.complete();
|
|
36
36
|
}
|
|
37
|
-
static ɵfac =
|
|
38
|
-
static ɵdir =
|
|
37
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdTablePaginatorPageSizeDirective, deps: [{ token: QD_TABLE_DATA_RESOLVER_TOKEN, optional: true }, { token: i0.ElementRef }, { token: i1.QdTableStoreService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
38
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: QdTablePaginatorPageSizeDirective, selector: "[qdTablePaginatorPageSize]", inputs: { qdTablePaginatorPageSize: "qdTablePaginatorPageSize" }, ngImport: i0 });
|
|
39
39
|
}
|
|
40
|
-
(
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdTablePaginatorPageSizeDirective, decorators: [{
|
|
41
|
+
type: Directive,
|
|
42
|
+
args: [{
|
|
43
|
+
selector: '[qdTablePaginatorPageSize]'
|
|
44
|
+
}]
|
|
45
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
46
|
+
type: Optional
|
|
47
|
+
}, {
|
|
48
|
+
type: Inject,
|
|
49
|
+
args: [QD_TABLE_DATA_RESOLVER_TOKEN]
|
|
50
|
+
}] }, { type: i0.ElementRef }, { type: i1.QdTableStoreService }], propDecorators: { qdTablePaginatorPageSize: [{
|
|
51
|
+
type: Input
|
|
52
|
+
}] } });
|
|
53
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtcGFnaW5hdG9yLXBhZ2Utc2l6ZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvdGFibGUvcGFnaW5hdG9yL3BhZ2Utc2l6ZS90YWJsZS1wYWdpbmF0b3ItcGFnZS1zaXplLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxvQkFBb0I7QUFDcEIsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBcUIsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xHLE9BQU8sRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBR3hELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDOzs7QUFHdEU7Ozs7R0FJRztBQUlILE1BQU0sT0FBTyxpQ0FBaUM7SUFPeUI7SUFDbEQ7SUFDQTtJQVJWLHdCQUF3QixDQUFXO0lBRXBDLFdBQVcsR0FBa0IsSUFBSSxPQUFPLEVBQUUsQ0FBQztJQUVuRDtJQUNFLHNCQUFzQjtJQUM2QyxpQkFBeUMsRUFDM0YsVUFBc0IsRUFDdEIsaUJBQXlDO1FBRlMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUF3QjtRQUMzRixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQ3RCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBd0I7SUFDekQsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1lBQzNCLFNBQVMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxPQUFPLENBQUM7aUJBQzlDLElBQUksQ0FDSCxTQUFTLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxFQUMzQixNQUFNLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsd0JBQXdCLENBQUMsUUFBUSxDQUFDLEVBQ3JELEdBQUcsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUNuRjtpQkFDQSxTQUFTLEVBQUUsQ0FBQztRQUNqQixDQUFDO0lBQ0gsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzlCLENBQUM7dUdBMUJVLGlDQUFpQyxrQkFPdEIsNEJBQTRCOzJGQVB2QyxpQ0FBaUM7OzJGQUFqQyxpQ0FBaUM7a0JBSDdDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDRCQUE0QjtpQkFDdkM7OzBCQVFJLFFBQVE7OzBCQUFJLE1BQU07MkJBQUMsNEJBQTRCO29HQU56Qyx3QkFBd0I7c0JBQWhDLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBAdHMtc3RyaWN0LWlnbm9yZVxuaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbmplY3QsIElucHV0LCBPbkRlc3Ryb3ksIE9uSW5pdCwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGZyb21FdmVudCwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgZmlsdGVyLCB0YWtlVW50aWwsIHRhcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuaW1wb3J0IHsgUWRUYWJsZURhdGFSZXNvbHZlciB9IGZyb20gJy4uLy4uL21vZGVsL3RhYmxlLWRhdGEtcmVzb2x2ZXInO1xuaW1wb3J0IHsgUURfVEFCTEVfREFUQV9SRVNPTFZFUl9UT0tFTiB9IGZyb20gJy4uLy4uL21vZGVsL3RhYmxlLWRhdGEtcmVzb2x2ZXIudG9rZW4nO1xuaW1wb3J0IHsgUWRUYWJsZVN0b3JlU2VydmljZSB9IGZyb20gJy4uLy4uL3N0b3JlL3RhYmxlLXN0b3JlLnNlcnZpY2UnO1xuaW1wb3J0IHR5cGUgeyBQYWdlU2l6ZSB9IGZyb20gJy4vdGFibGUtcGFnaW5hdG9yLXBhZ2Utc2l6ZS5jb21wb25lbnQnO1xuXG4vKipcbiAqIEEgZGlyZWN0aXZlIHRoYXQgYWxsb3dzIHRoZSBwYWdpbmF0b3IgdG8gc2V0IHRoZSBwYWdlIHNpemUgb2YgYSB0YWJsZSBwYWdpbmF0b3IuIEFsc28gd3JpdGVzIHRoZSByZXN1bHQgdG8gdGhlIHN0b3JlLlxuICpcbiAqIFRoaXMgZGlyZWN0aXZlIGxpc3RlbnMgZm9yIGNsaWNrIGV2ZW50cyBvbiB0aGUgZWxlbWVudCBpdCBhcHBsaWVzIHRvLCBhbmQgY2FsbHMgdGhlIFN0b3JlU2VydmljZSdzIGBzZXRQYWdlU2l6ZScgbWV0aG9kIGlmIG5lY2Vzc2FyeS5cbiAqL1xuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW3FkVGFibGVQYWdpbmF0b3JQYWdlU2l6ZV0nXG59KVxuZXhwb3J0IGNsYXNzIFFkVGFibGVQYWdpbmF0b3JQYWdlU2l6ZURpcmVjdGl2ZTxUIGV4dGVuZHMgc3RyaW5nPiBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgQElucHV0KCkgcWRUYWJsZVBhZ2luYXRvclBhZ2VTaXplOiBQYWdlU2l6ZTtcblxuICBwcml2YXRlIF9kZXN0cm95ZWQkOiBTdWJqZWN0PG51bGw+ID0gbmV3IFN1YmplY3QoKTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICAvLyBUT0RPOiBSZW1vdmUgaW4gdjE2XG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChRRF9UQUJMRV9EQVRBX1JFU09MVkVSX1RPS0VOKSBwcml2YXRlIHJlYWRvbmx5IHRhYmxlRGF0YVJlc29sdmVyOiBRZFRhYmxlRGF0YVJlc29sdmVyPFQ+LFxuICAgIHByaXZhdGUgcmVhZG9ubHkgZWxlbWVudFJlZjogRWxlbWVudFJlZixcbiAgICBwcml2YXRlIHJlYWRvbmx5IHRhYmxlU3RvcmVTZXJ2aWNlOiBRZFRhYmxlU3RvcmVTZXJ2aWNlPFQ+XG4gICkge31cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICBpZiAodGhpcy50YWJsZURhdGFSZXNvbHZlcikge1xuICAgICAgZnJvbUV2ZW50KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LCAnY2xpY2snKVxuICAgICAgICAucGlwZShcbiAgICAgICAgICB0YWtlVW50aWwodGhpcy5fZGVzdHJveWVkJCksXG4gICAgICAgICAgZmlsdGVyKCgpID0+ICF0aGlzLnFkVGFibGVQYWdpbmF0b3JQYWdlU2l6ZS5kaXNhYmxlZCksXG4gICAgICAgICAgdGFwKCgpID0+IHRoaXMudGFibGVTdG9yZVNlcnZpY2Uuc2V0UGFnZVNpemUodGhpcy5xZFRhYmxlUGFnaW5hdG9yUGFnZVNpemUudmFsdWUpKVxuICAgICAgICApXG4gICAgICAgIC5zdWJzY3JpYmUoKTtcbiAgICB9XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLl9kZXN0cm95ZWQkLmNvbXBsZXRlKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -65,13 +65,13 @@ export class QdScrollToPaginationDirective {
|
|
|
65
65
|
return;
|
|
66
66
|
window.setTimeout(() => this.scrollingService.scrollIntoView(this.elementRef.nativeElement, 'bottom', this._bottom), 10);
|
|
67
67
|
}
|
|
68
|
-
static ɵfac =
|
|
69
|
-
static ɵdir =
|
|
68
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdScrollToPaginationDirective, deps: [{ token: i0.ElementRef }, { token: i1.QdTableStoreService }, { token: i2.QdScrollingService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
69
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: QdScrollToPaginationDirective, selector: "[qdScrollToPagination]", ngImport: i0 });
|
|
70
70
|
}
|
|
71
|
-
(
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdScrollToPaginationDirective, decorators: [{
|
|
72
|
+
type: Directive,
|
|
73
|
+
args: [{
|
|
74
|
+
selector: '[qdScrollToPagination]'
|
|
75
|
+
}]
|
|
76
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.QdTableStoreService }, { type: i2.QdScrollingService }] });
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Nyb2xsLXRvLXBhZ2luYXRpb24uZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9xZC11aS9zcmMvbGliL3RhYmxlL3BhZ2luYXRvci9zY3JvbGwtdG8tcGFnaW5hdGlvbi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0JBQW9CO0FBQ3BCLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFxQixNQUFNLGVBQWUsQ0FBQztBQUN6RSxPQUFPLEVBQUUsSUFBSSxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUNyQyxPQUFPLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxHQUFHLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUV4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUMzRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7OztBQUVuRTs7OztHQUlHO0FBSUgsTUFBTSxPQUFPLDZCQUE2QjtJQUtyQjtJQUNBO0lBQ0E7SUFOWCxXQUFXLEdBQWtCLElBQUksT0FBTyxFQUFFLENBQUM7SUFDM0MsT0FBTyxDQUFTO0lBRXhCLFlBQ21CLFVBQXNCLEVBQ3RCLGlCQUF5QyxFQUN6QyxnQkFBb0M7UUFGcEMsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQUN0QixzQkFBaUIsR0FBakIsaUJBQWlCLENBQXdCO1FBQ3pDLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBb0I7SUFDcEQsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUV0QyxJQUFJLENBQUMsaUJBQWlCO2FBQ25CLGVBQWUsRUFBRTthQUNqQixJQUFJLENBQ0gsU0FBUyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsRUFDM0IsTUFBTSxDQUFDLFFBQVEsQ0FBQyxFQUFFLENBQUMsUUFBUSxLQUFLLFNBQVMsQ0FBQyxFQUMxQyxJQUFJLENBQUMsQ0FBQyxHQUFHLEVBQUUsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsR0FBRyxFQUFFLElBQUksQ0FBQyxDQUFDLEVBQ3pELEdBQUcsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUM5QzthQUNBLFNBQVMsRUFBRSxDQUFDO0lBQ2pCLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFdBQVcsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBRU8sZUFBZTtRQUNyQixPQUFPLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUN4RixDQUFDO0lBRU8sb0JBQW9CLENBQUMsR0FBRyxFQUFFLElBQUk7UUFDcEMsTUFBTSxNQUFNLEdBQUcsRUFBRSxHQUFHLElBQUksRUFBRSxZQUFZLEVBQUUsR0FBRyxDQUFDLFlBQVksRUFBRSxtQkFBbUIsRUFBRSxHQUFHLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztRQUV6RyxJQUFJLENBQUMsSUFBSSxDQUFDLHVCQUF1QixDQUFDLEdBQUcsRUFBRSxJQUFJLENBQUMsRUFBRSxDQUFDO1lBQzdDLE1BQU0sQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO1lBQzVCLE1BQU0sQ0FBQyxtQkFBbUIsR0FBRyxLQUFLLENBQUM7UUFDckMsQ0FBQztRQUVELElBQUksSUFBSSxDQUFDLFlBQVksQ0FBQyxHQUFHLEVBQUUsSUFBSSxDQUFDLEVBQUUsQ0FBQztZQUNqQyxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztZQUN0QyxNQUFNLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztRQUM3QixDQUFDO1FBRUQsSUFBSSxJQUFJLENBQUMsbUJBQW1CLENBQUMsR0FBRyxFQUFFLElBQUksQ0FBQztZQUFFLE1BQU0sQ0FBQyxtQkFBbUIsR0FBRyxJQUFJLENBQUM7UUFFM0UsT0FBTyxNQUFNLENBQUM7SUFDaEIsQ0FBQztJQUVPLHVCQUF1QixDQUFDLEdBQUcsRUFBRSxJQUFJO1FBQ3ZDLE9BQU8sQ0FBQyxDQUFDLEdBQUcsQ0FBQyxZQUFZLEtBQUssbUJBQW1CLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxZQUFZLEtBQUssbUJBQW1CLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDbEgsQ0FBQztJQUVPLG1CQUFtQixDQUFDLEdBQUcsRUFBRSxJQUFJO1FBQ25DLE9BQU8sR0FBRyxDQUFDLFlBQVksS0FBSyxtQkFBbUIsQ0FBQyxPQUFPLElBQUksSUFBSSxDQUFDLFlBQVksS0FBSyxtQkFBbUIsQ0FBQyxPQUFPLENBQUM7SUFDL0csQ0FBQztJQUVPLFlBQVksQ0FBQyxHQUFHLEVBQUUsSUFBSTtRQUM1QixPQUFPLEdBQUcsQ0FBQyxTQUFTLEtBQUssSUFBSSxDQUFDLFNBQVMsSUFBSSxHQUFHLENBQUMsUUFBUSxLQUFLLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDNUUsQ0FBQztJQUVPLHFCQUFxQixDQUFDLElBQUk7UUFDaEMsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLElBQUksQ0FBQyxJQUFJLENBQUMsbUJBQW1CO1lBQUUsT0FBTztRQUU1RCxNQUFNLENBQUMsVUFBVSxDQUNmLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsUUFBUSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsRUFDakcsRUFBRSxDQUNILENBQUM7SUFDSixDQUFDO3VHQXJFVSw2QkFBNkI7MkZBQTdCLDZCQUE2Qjs7MkZBQTdCLDZCQUE2QjtrQkFIekMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsd0JBQXdCO2lCQUNuQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEB0cy1zdHJpY3QtaWdub3JlXG5pbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIE9uRGVzdHJveSwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBzY2FuLCBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBmaWx0ZXIsIHRha2VVbnRpbCwgdGFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG5pbXBvcnQgeyBRZFNjcm9sbGluZ1NlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL3Njcm9sbGluZy5zZXJ2aWNlJztcbmltcG9ydCB7IFFkVGFibGVSZXF1ZXN0U3RhdGUgfSBmcm9tICcuLi9tb2RlbC90YWJsZS1kYXRhLXJlc29sdmVyJztcbmltcG9ydCB7IFFkVGFibGVTdG9yZVNlcnZpY2UgfSBmcm9tICcuLi9zdG9yZS90YWJsZS1zdG9yZS5zZXJ2aWNlJztcblxuLyoqXG4gKiBUaGUgYFFkU2Nyb2xsVG9QYWdpbmF0aW9uRGlyZWN0aXZlYCBkaXJlY3RpdmUgbWFrZXMgaXQgcG9zc2libGUgdG8gc2Nyb2xsIHRvIHRoZSBwYWdpbmF0aW9uIHNlY3Rpb24gb2YgYSB0YWJsZSB3aGVuIGNoYW5naW5nIHBhZ2VzLiBJdCBzeW5jaHJvbml6ZXMgd2l0aCB0aGUgcGFnZSBjaGFuZ2UgZXZlbnRzIG9mIHRoZSB0YWJsZSBhbmQgdHJpZ2dlcnMgc2Nyb2xsaW5nIHdoZW4gaXQgaXMgbmVjZXNzYXJ5IHRvIGtlZXAgdGhlIHBhZ2luYXRpb24gc2VjdGlvbiBhY2Nlc3NpYmxlIHRvIHRoZSB1c2VyLlxuICpcbiAqIEFwcGx5IHRoaXMgZGlyZWN0aXZlIHRvIHRoZSBIVE1MIGVsZW1lbnQgcmVwcmVzZW50aW5nIHRoZSBwYWdpbmF0aW9uIHNlY3Rpb24gb2YgdGhlIFF1aWNrRGVzayB0YWJsZS5cbiAqL1xuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW3FkU2Nyb2xsVG9QYWdpbmF0aW9uXSdcbn0pXG5leHBvcnQgY2xhc3MgUWRTY3JvbGxUb1BhZ2luYXRpb25EaXJlY3RpdmU8VCBleHRlbmRzIHN0cmluZz4gaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gIHByaXZhdGUgX2Rlc3Ryb3llZCQ6IFN1YmplY3Q8bnVsbD4gPSBuZXcgU3ViamVjdCgpO1xuICBwcml2YXRlIF9ib3R0b206IG51bWJlcjtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIHJlYWRvbmx5IGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXG4gICAgcHJpdmF0ZSByZWFkb25seSB0YWJsZVN0b3JlU2VydmljZTogUWRUYWJsZVN0b3JlU2VydmljZTxUPixcbiAgICBwcml2YXRlIHJlYWRvbmx5IHNjcm9sbGluZ1NlcnZpY2U6IFFkU2Nyb2xsaW5nU2VydmljZVxuICApIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5fYm90dG9tID0gdGhpcy5nZXRTY3JvbGxCb3R0b20oKTtcblxuICAgIHRoaXMudGFibGVTdG9yZVNlcnZpY2VcbiAgICAgIC5wYWdlQ2hhbmdlSW5mbyQoKVxuICAgICAgLnBpcGUoXG4gICAgICAgIHRha2VVbnRpbCh0aGlzLl9kZXN0cm95ZWQkKSxcbiAgICAgICAgZmlsdGVyKHBhZ2VJbmZvID0+IHBhZ2VJbmZvICE9PSB1bmRlZmluZWQpLFxuICAgICAgICBzY2FuKChhY2MsIGN1cnIpID0+IHRoaXMuaGFuZGxlU2Nyb2xsQW5hbHlzaXMoYWNjLCBjdXJyKSksXG4gICAgICAgIHRhcChjdXJyID0+IHRoaXMucGVyZm9ybVNjcm9sbEludG9WaWV3KGN1cnIpKVxuICAgICAgKVxuICAgICAgLnN1YnNjcmliZSgpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5fZGVzdHJveWVkJC5jb21wbGV0ZSgpO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRTY3JvbGxCb3R0b20oKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5zY3JvbGxpbmdTZXJ2aWNlLmdldEJvcmRlckRpc3RhbmNlcyh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCkuYm90dG9tO1xuICB9XG5cbiAgcHJpdmF0ZSBoYW5kbGVTY3JvbGxBbmFseXNpcyhhY2MsIGN1cnIpOiB7IHNob3VsZFNjcm9sbDogYm9vbGVhbjsgaGFzUmVxdWVzdFN1Y2NlZWRlZDogYm9vbGVhbiB9IHtcbiAgICBjb25zdCByZXN1bHQgPSB7IC4uLmN1cnIsIHNob3VsZFNjcm9sbDogYWNjLnNob3VsZFNjcm9sbCwgaGFzUmVxdWVzdFN1Y2NlZWRlZDogYWNjLmhhc1JlcXVlc3RTdWNjZWVkZWQgfTtcblxuICAgIGlmICghdGhpcy5oYXNSZXF1ZXN0QmVlblRyaWdnZXJlZChhY2MsIGN1cnIpKSB7XG4gICAgICByZXN1bHQuc2hvdWxkU2Nyb2xsID0gZmFsc2U7XG4gICAgICByZXN1bHQuaGFzUmVxdWVzdFN1Y2NlZWRlZCA9IGZhbHNlO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnNob3VsZFNjcm9sbChhY2MsIGN1cnIpKSB7XG4gICAgICB0aGlzLl9ib3R0b20gPSB0aGlzLmdldFNjcm9sbEJvdHRvbSgpO1xuICAgICAgcmVzdWx0LnNob3VsZFNjcm9sbCA9IHRydWU7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuaGFzUmVxdWVzdFN1Y2NlZWRlZChhY2MsIGN1cnIpKSByZXN1bHQuaGFzUmVxdWVzdFN1Y2NlZWRlZCA9IHRydWU7XG5cbiAgICByZXR1cm4gcmVzdWx0O1xuICB9XG5cbiAgcHJpdmF0ZSBoYXNSZXF1ZXN0QmVlblRyaWdnZXJlZChhY2MsIGN1cnIpOiBib29sZWFuIHtcbiAgICByZXR1cm4gIShhY2MucmVxdWVzdFN0YXRlID09PSBRZFRhYmxlUmVxdWVzdFN0YXRlLlNVQ0NFU1MgJiYgY3Vyci5yZXF1ZXN0U3RhdGUgPT09IFFkVGFibGVSZXF1ZXN0U3RhdGUuU1VDQ0VTUyk7XG4gIH1cblxuICBwcml2YXRlIGhhc1JlcXVlc3RTdWNjZWVkZWQoYWNjLCBjdXJyKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIGFjYy5yZXF1ZXN0U3RhdGUgPT09IFFkVGFibGVSZXF1ZXN0U3RhdGUuUEVORElORyAmJiBjdXJyLnJlcXVlc3RTdGF0ZSA9PT0gUWRUYWJsZVJlcXVlc3RTdGF0ZS5TVUNDRVNTO1xuICB9XG5cbiAgcHJpdmF0ZSBzaG91bGRTY3JvbGwoYWNjLCBjdXJyKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIGFjYy5wYWdlSW5kZXggIT09IGN1cnIucGFnZUluZGV4IHx8IGFjYy5wYWdlU2l6ZSAhPT0gY3Vyci5wYWdlU2l6ZTtcbiAgfVxuXG4gIHByaXZhdGUgcGVyZm9ybVNjcm9sbEludG9WaWV3KGN1cnIpOiB2b2lkIHtcbiAgICBpZiAoIWN1cnIuc2hvdWxkU2Nyb2xsIHx8ICFjdXJyLmhhc1JlcXVlc3RTdWNjZWVkZWQpIHJldHVybjtcblxuICAgIHdpbmRvdy5zZXRUaW1lb3V0KFxuICAgICAgKCkgPT4gdGhpcy5zY3JvbGxpbmdTZXJ2aWNlLnNjcm9sbEludG9WaWV3KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LCAnYm90dG9tJywgdGhpcy5fYm90dG9tKSxcbiAgICAgIDEwXG4gICAgKTtcbiAgfVxufVxuIl19
|