@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
|
@@ -2,7 +2,7 @@ import { CdkStepperModule } from '@angular/cdk/stepper';
|
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { NgModule } from '@angular/core';
|
|
4
4
|
import { TranslateModule } from '@ngx-translate/core';
|
|
5
|
-
import { QdPageLeaveHandlerModule } from '@quadrel/page-leave-handler';
|
|
5
|
+
import { QdPageLeaveHandlerModule } from '@quadrel-services/qd-page-leave-handler';
|
|
6
6
|
import { QdButtonModule } from '../button/button.module';
|
|
7
7
|
import { QdIconModule } from '../icon/icon.module';
|
|
8
8
|
import { QdPageTabsAdapterDirective } from './adaptors/page-tabs-adapter.directive';
|
|
@@ -13,9 +13,18 @@ import { QdPageTabsComponent } from './page-tabs.component';
|
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
export { QdPageTabComponent, QdPageTabsAdapterDirective, QdPageTabsComponent };
|
|
15
15
|
export class QdPageTabsModule {
|
|
16
|
-
static ɵfac =
|
|
17
|
-
static ɵmod =
|
|
18
|
-
|
|
16
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: QdPageTabsModule, declarations: [QdPageTabsAdapterDirective], imports: [CommonModule,
|
|
18
|
+
TranslateModule,
|
|
19
|
+
CdkStepperModule,
|
|
20
|
+
QdButtonModule,
|
|
21
|
+
QdIconModule,
|
|
22
|
+
QdPageLeaveHandlerModule,
|
|
23
|
+
QdPageTabsComponent,
|
|
24
|
+
QdPageTabComponent,
|
|
25
|
+
QdPageTabHeaderComponent,
|
|
26
|
+
QdPageTabHeaderCountersComponent], exports: [QdPageTabsComponent, QdPageTabComponent, QdPageTabsAdapterDirective] });
|
|
27
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageTabsModule, imports: [CommonModule,
|
|
19
28
|
TranslateModule,
|
|
20
29
|
CdkStepperModule,
|
|
21
30
|
QdButtonModule,
|
|
@@ -23,33 +32,23 @@ export class QdPageTabsModule {
|
|
|
23
32
|
QdPageLeaveHandlerModule,
|
|
24
33
|
QdPageTabsComponent] });
|
|
25
34
|
}
|
|
26
|
-
(
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
TranslateModule,
|
|
47
|
-
CdkStepperModule,
|
|
48
|
-
QdButtonModule,
|
|
49
|
-
QdIconModule,
|
|
50
|
-
QdPageLeaveHandlerModule,
|
|
51
|
-
QdPageTabsComponent,
|
|
52
|
-
QdPageTabComponent,
|
|
53
|
-
QdPageTabHeaderComponent,
|
|
54
|
-
QdPageTabHeaderCountersComponent], exports: [QdPageTabsComponent, QdPageTabComponent, QdPageTabsAdapterDirective] }); })();
|
|
55
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS10YWJzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYWdlLXRhYnMvcGFnZS10YWJzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFdEQsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDdkUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUVwRixPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSw4REFBOEQsQ0FBQztBQUNoSCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUN2RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNuRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFFNUQsT0FBTyxFQUNMLGtCQUFrQixFQUdsQiwwQkFBMEIsRUFDMUIsbUJBQW1CLEVBRXBCLENBQUM7QUFrQkYsTUFBTSxPQUFPLGdCQUFnQjswR0FBaEIsZ0JBQWdCOzREQUFoQixnQkFBZ0I7Z0VBZHpCLFlBQVk7WUFDWixlQUFlO1lBQ2YsZ0JBQWdCO1lBQ2hCLGNBQWM7WUFDZCxZQUFZO1lBQ1osd0JBQXdCO1lBQ3hCLG1CQUFtQjs7aUZBUVYsZ0JBQWdCO2NBaEI1QixRQUFRO2VBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osZUFBZTtvQkFDZixnQkFBZ0I7b0JBQ2hCLGNBQWM7b0JBQ2QsWUFBWTtvQkFDWix3QkFBd0I7b0JBQ3hCLG1CQUFtQjtvQkFDbkIsa0JBQWtCO29CQUNsQix3QkFBd0I7b0JBQ3hCLGdDQUFnQztpQkFDakM7Z0JBQ0QsWUFBWSxFQUFFLENBQUMsMEJBQTBCLENBQUM7Z0JBQzFDLE9BQU8sRUFBRSxDQUFDLG1CQUFtQixFQUFFLGtCQUFrQixFQUFFLDBCQUEwQixDQUFDO2FBQy9FOzt3RkFDWSxnQkFBZ0IsbUJBSFosMEJBQTBCLGFBWHZDLFlBQVk7UUFDWixlQUFlO1FBQ2YsZ0JBQWdCO1FBQ2hCLGNBQWM7UUFDZCxZQUFZO1FBQ1osd0JBQXdCO1FBQ3hCLG1CQUFtQjtRQUNuQixrQkFBa0I7UUFDbEIsd0JBQXdCO1FBQ3hCLGdDQUFnQyxhQUd4QixtQkFBbUIsRUFBRSxrQkFBa0IsRUFBRSwwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDZGtTdGVwcGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3N0ZXBwZXInO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcblxuaW1wb3J0IHsgUWRQYWdlTGVhdmVIYW5kbGVyTW9kdWxlIH0gZnJvbSAnQHF1YWRyZWwvcGFnZS1sZWF2ZS1oYW5kbGVyJztcbmltcG9ydCB7IFFkQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHsgUWRJY29uTW9kdWxlIH0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5pbXBvcnQgeyBRZFBhZ2VUYWJzQWRhcHRlckRpcmVjdGl2ZSB9IGZyb20gJy4vYWRhcHRvcnMvcGFnZS10YWJzLWFkYXB0ZXIuZGlyZWN0aXZlJztcbmltcG9ydCB7IFFkUGFnZVRhYkNvbmZpZywgUWRQYWdlVGFiQ291bnRlcnMsIFFkUGFnZVRhYnNDb25maWcgfSBmcm9tICcuL21vZGVsL3BhZ2UtdGFicy1jb25maWcnO1xuaW1wb3J0IHsgUWRQYWdlVGFiSGVhZGVyQ291bnRlcnNDb21wb25lbnQgfSBmcm9tICcuL3BhZ2UtdGFiLWhlYWRlci9jb3VudGVyL3BhZ2UtdGFiLWhlYWRlci1jb3VudGVycy5jb21wb25lbnQnO1xuaW1wb3J0IHsgUWRQYWdlVGFiSGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9wYWdlLXRhYi1oZWFkZXIvcGFnZS10YWItaGVhZGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBRZFBhZ2VUYWJDb21wb25lbnQgfSBmcm9tICcuL3BhZ2UtdGFiL3BhZ2UtdGFiLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBRZFBhZ2VUYWJzQ29tcG9uZW50IH0gZnJvbSAnLi9wYWdlLXRhYnMuY29tcG9uZW50JztcblxuZXhwb3J0IHtcbiAgUWRQYWdlVGFiQ29tcG9uZW50LFxuICBRZFBhZ2VUYWJDb25maWcsXG4gIFFkUGFnZVRhYkNvdW50ZXJzLFxuICBRZFBhZ2VUYWJzQWRhcHRlckRpcmVjdGl2ZSxcbiAgUWRQYWdlVGFic0NvbXBvbmVudCxcbiAgUWRQYWdlVGFic0NvbmZpZ1xufTtcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBUcmFuc2xhdGVNb2R1bGUsXG4gICAgQ2RrU3RlcHBlck1vZHVsZSxcbiAgICBRZEJ1dHRvbk1vZHVsZSxcbiAgICBRZEljb25Nb2R1bGUsXG4gICAgUWRQYWdlTGVhdmVIYW5kbGVyTW9kdWxlLFxuICAgIFFkUGFnZVRhYnNDb21wb25lbnQsXG4gICAgUWRQYWdlVGFiQ29tcG9uZW50LFxuICAgIFFkUGFnZVRhYkhlYWRlckNvbXBvbmVudCxcbiAgICBRZFBhZ2VUYWJIZWFkZXJDb3VudGVyc0NvbXBvbmVudFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtRZFBhZ2VUYWJzQWRhcHRlckRpcmVjdGl2ZV0sXG4gIGV4cG9ydHM6IFtRZFBhZ2VUYWJzQ29tcG9uZW50LCBRZFBhZ2VUYWJDb21wb25lbnQsIFFkUGFnZVRhYnNBZGFwdGVyRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBRZFBhZ2VUYWJzTW9kdWxlIHt9XG4iXX0=
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPageTabsModule, decorators: [{
|
|
36
|
+
type: NgModule,
|
|
37
|
+
args: [{
|
|
38
|
+
imports: [
|
|
39
|
+
CommonModule,
|
|
40
|
+
TranslateModule,
|
|
41
|
+
CdkStepperModule,
|
|
42
|
+
QdButtonModule,
|
|
43
|
+
QdIconModule,
|
|
44
|
+
QdPageLeaveHandlerModule,
|
|
45
|
+
QdPageTabsComponent,
|
|
46
|
+
QdPageTabComponent,
|
|
47
|
+
QdPageTabHeaderComponent,
|
|
48
|
+
QdPageTabHeaderCountersComponent
|
|
49
|
+
],
|
|
50
|
+
declarations: [QdPageTabsAdapterDirective],
|
|
51
|
+
exports: [QdPageTabsComponent, QdPageTabComponent, QdPageTabsAdapterDirective]
|
|
52
|
+
}]
|
|
53
|
+
}] });
|
|
54
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS10YWJzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYWdlLXRhYnMvcGFnZS10YWJzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFdEQsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDbkYsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUVwRixPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSw4REFBOEQsQ0FBQztBQUNoSCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUN2RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNuRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFFNUQsT0FBTyxFQUNMLGtCQUFrQixFQUdsQiwwQkFBMEIsRUFDMUIsbUJBQW1CLEVBRXBCLENBQUM7QUFrQkYsTUFBTSxPQUFPLGdCQUFnQjt1R0FBaEIsZ0JBQWdCO3dHQUFoQixnQkFBZ0IsaUJBSFosMEJBQTBCLGFBWHZDLFlBQVk7WUFDWixlQUFlO1lBQ2YsZ0JBQWdCO1lBQ2hCLGNBQWM7WUFDZCxZQUFZO1lBQ1osd0JBQXdCO1lBQ3hCLG1CQUFtQjtZQUNuQixrQkFBa0I7WUFDbEIsd0JBQXdCO1lBQ3hCLGdDQUFnQyxhQUd4QixtQkFBbUIsRUFBRSxrQkFBa0IsRUFBRSwwQkFBMEI7d0dBRWxFLGdCQUFnQixZQWR6QixZQUFZO1lBQ1osZUFBZTtZQUNmLGdCQUFnQjtZQUNoQixjQUFjO1lBQ2QsWUFBWTtZQUNaLHdCQUF3QjtZQUN4QixtQkFBbUI7OzJGQVFWLGdCQUFnQjtrQkFoQjVCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGNBQWM7d0JBQ2QsWUFBWTt3QkFDWix3QkFBd0I7d0JBQ3hCLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3dCQUNsQix3QkFBd0I7d0JBQ3hCLGdDQUFnQztxQkFDakM7b0JBQ0QsWUFBWSxFQUFFLENBQUMsMEJBQTBCLENBQUM7b0JBQzFDLE9BQU8sRUFBRSxDQUFDLG1CQUFtQixFQUFFLGtCQUFrQixFQUFFLDBCQUEwQixDQUFDO2lCQUMvRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENka1N0ZXBwZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvc3RlcHBlcic7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuXG5pbXBvcnQgeyBRZFBhZ2VMZWF2ZUhhbmRsZXJNb2R1bGUgfSBmcm9tICdAcXVhZHJlbC1zZXJ2aWNlcy9xZC1wYWdlLWxlYXZlLWhhbmRsZXInO1xuaW1wb3J0IHsgUWRCdXR0b25Nb2R1bGUgfSBmcm9tICcuLi9idXR0b24vYnV0dG9uLm1vZHVsZSc7XG5pbXBvcnQgeyBRZEljb25Nb2R1bGUgfSBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcbmltcG9ydCB7IFFkUGFnZVRhYnNBZGFwdGVyRGlyZWN0aXZlIH0gZnJvbSAnLi9hZGFwdG9ycy9wYWdlLXRhYnMtYWRhcHRlci5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgUWRQYWdlVGFiQ29uZmlnLCBRZFBhZ2VUYWJDb3VudGVycywgUWRQYWdlVGFic0NvbmZpZyB9IGZyb20gJy4vbW9kZWwvcGFnZS10YWJzLWNvbmZpZyc7XG5pbXBvcnQgeyBRZFBhZ2VUYWJIZWFkZXJDb3VudGVyc0NvbXBvbmVudCB9IGZyb20gJy4vcGFnZS10YWItaGVhZGVyL2NvdW50ZXIvcGFnZS10YWItaGVhZGVyLWNvdW50ZXJzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBRZFBhZ2VUYWJIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuL3BhZ2UtdGFiLWhlYWRlci9wYWdlLXRhYi1oZWFkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IFFkUGFnZVRhYkNvbXBvbmVudCB9IGZyb20gJy4vcGFnZS10YWIvcGFnZS10YWIuY29tcG9uZW50JztcbmltcG9ydCB7IFFkUGFnZVRhYnNDb21wb25lbnQgfSBmcm9tICcuL3BhZ2UtdGFicy5jb21wb25lbnQnO1xuXG5leHBvcnQge1xuICBRZFBhZ2VUYWJDb21wb25lbnQsXG4gIFFkUGFnZVRhYkNvbmZpZyxcbiAgUWRQYWdlVGFiQ291bnRlcnMsXG4gIFFkUGFnZVRhYnNBZGFwdGVyRGlyZWN0aXZlLFxuICBRZFBhZ2VUYWJzQ29tcG9uZW50LFxuICBRZFBhZ2VUYWJzQ29uZmlnXG59O1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFRyYW5zbGF0ZU1vZHVsZSxcbiAgICBDZGtTdGVwcGVyTW9kdWxlLFxuICAgIFFkQnV0dG9uTW9kdWxlLFxuICAgIFFkSWNvbk1vZHVsZSxcbiAgICBRZFBhZ2VMZWF2ZUhhbmRsZXJNb2R1bGUsXG4gICAgUWRQYWdlVGFic0NvbXBvbmVudCxcbiAgICBRZFBhZ2VUYWJDb21wb25lbnQsXG4gICAgUWRQYWdlVGFiSGVhZGVyQ29tcG9uZW50LFxuICAgIFFkUGFnZVRhYkhlYWRlckNvdW50ZXJzQ29tcG9uZW50XG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1FkUGFnZVRhYnNBZGFwdGVyRGlyZWN0aXZlXSxcbiAgZXhwb3J0czogW1FkUGFnZVRhYnNDb21wb25lbnQsIFFkUGFnZVRhYkNvbXBvbmVudCwgUWRQYWdlVGFic0FkYXB0ZXJEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIFFkUGFnZVRhYnNNb2R1bGUge31cbiJdfQ==
|
|
@@ -7,30 +7,6 @@ import * as i3 from "../../button/button/button.component";
|
|
|
7
7
|
import * as i4 from "../../button/directives/button.directives";
|
|
8
8
|
import * as i5 from "../../button/menu-button/menu-button.component";
|
|
9
9
|
import * as i6 from "@ngx-translate/core";
|
|
10
|
-
function QdPanelSectionActionsComponent_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
-
const _r1 = i0.ɵɵgetCurrentView();
|
|
12
|
-
i0.ɵɵelementStart(0, "button", 2);
|
|
13
|
-
i0.ɵɵlistener("click", function QdPanelSectionActionsComponent_button_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.singleAction.handler()); });
|
|
14
|
-
i0.ɵɵtext(1);
|
|
15
|
-
i0.ɵɵpipe(2, "translate");
|
|
16
|
-
i0.ɵɵelementEnd();
|
|
17
|
-
} if (rf & 2) {
|
|
18
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
19
|
-
i0.ɵɵproperty("icon", ctx_r1.singleAction.icon)("disabled", ctx_r1.singleAction.isDisabled);
|
|
20
|
-
i0.ɵɵadvance();
|
|
21
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 3, ctx_r1.singleAction.label.i18n), "\n");
|
|
22
|
-
} }
|
|
23
|
-
function QdPanelSectionActionsComponent_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
24
|
-
i0.ɵɵelementStart(0, "button", 3);
|
|
25
|
-
i0.ɵɵtext(1);
|
|
26
|
-
i0.ɵɵpipe(2, "translate");
|
|
27
|
-
i0.ɵɵelementEnd();
|
|
28
|
-
} if (rf & 2) {
|
|
29
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
30
|
-
i0.ɵɵproperty("qdMenuButton", ctx_r1.multipleActions);
|
|
31
|
-
i0.ɵɵadvance();
|
|
32
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "i18n.qd.section.actions.menuButton.label"), "\n");
|
|
33
|
-
} }
|
|
34
10
|
export class QdPanelSectionActionsComponent {
|
|
35
11
|
actionService;
|
|
36
12
|
set config(config) {
|
|
@@ -73,20 +49,13 @@ export class QdPanelSectionActionsComponent {
|
|
|
73
49
|
action.handler?.();
|
|
74
50
|
this.actionService.emitAction(action.type);
|
|
75
51
|
}
|
|
76
|
-
static ɵfac =
|
|
77
|
-
static ɵcmp =
|
|
78
|
-
i0.ɵɵtemplate(0, QdPanelSectionActionsComponent_button_0_Template, 3, 5, "button", 0)(1, QdPanelSectionActionsComponent_button_1_Template, 3, 4, "button", 1);
|
|
79
|
-
} if (rf & 2) {
|
|
80
|
-
i0.ɵɵproperty("ngIf", ctx.singleAction && !ctx.singleAction.isHidden);
|
|
81
|
-
i0.ɵɵadvance();
|
|
82
|
-
i0.ɵɵproperty("ngIf", ctx.multipleActions);
|
|
83
|
-
} }, dependencies: [i2.NgIf, i3.QdButtonComponent, i4.QdButtonGhostDirective, i5.QdMenuButtonComponent, i6.TranslatePipe], styles: ["[_nghost-%COMP%] button[_ngcontent-%COMP%]{background-color:#fff}"], changeDetection: 0 });
|
|
52
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionActionsComponent, deps: [{ token: i1.QdPanelSectionActionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
53
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdPanelSectionActionsComponent, selector: "qd-panel-section-actions", inputs: { config: "config" }, ngImport: i0, template: "<button\n *ngIf=\"singleAction && !singleAction.isHidden\"\n qdStopPropagation\n qdButton\n qdButtonGhost\n color=\"primary\"\n [icon]=\"singleAction.icon\"\n (click)=\"singleAction.handler()\"\n [disabled]=\"singleAction.isDisabled\"\n>\n {{ singleAction.label.i18n | translate }}\n</button>\n\n<button *ngIf=\"multipleActions\" qdButtonGhost [qdMenuButton]=\"multipleActions\">\n {{ \"i18n.qd.section.actions.menuButton.label\" | translate }}\n</button>\n", styles: [":host button{background-color:#fff}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.QdButtonComponent, selector: "button[qdButton], a[qdButton], button[qd-button]", inputs: ["disabled", "color", "icon", "data-test-id", "additionalInfo"] }, { kind: "directive", type: i4.QdButtonGhostDirective, selector: "button[qdButtonGhost], a[qdButtonGhost]" }, { kind: "component", type: i5.QdMenuButtonComponent, selector: "button[qdMenuButton], a[qdMenuButton]", inputs: ["qdMenuButton", "data-test-id", "autoSize"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
84
54
|
}
|
|
85
|
-
(
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi1hY3Rpb25zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL2FjdGlvbnMvcGFuZWwtc2VjdGlvbi1hY3Rpb25zLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL2FjdGlvbnMvcGFuZWwtc2VjdGlvbi1hY3Rpb25zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBSTFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDOzs7Ozs7Ozs7O0lDSnZGLGlDQVNDO0lBRkMsNkxBQVMsNkJBQXNCLEtBQUM7SUFHaEMsWUFDRjs7SUFBQSxpQkFBUzs7O0lBSFAsQUFGQSwrQ0FBMEIsNENBRVU7SUFFcEMsY0FDRjtJQURFLHNGQUNGOzs7SUFFQSxpQ0FBK0U7SUFDN0UsWUFDRjs7SUFBQSxpQkFBUzs7O0lBRnFDLHFEQUFnQztJQUM1RSxjQUNGO0lBREUsa0dBQ0Y7O0FESEEsTUFBTSxPQUFPLDhCQUE4QjtJQXNDWjtJQXJDN0IsSUFBYSxNQUFNLENBQUMsTUFBNEI7UUFDOUMsSUFBSSxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7SUFDeEIsQ0FBQztJQUVPLE9BQU8sR0FBeUIsRUFBRSxDQUFDO0lBRTNDLElBQUksWUFBWTtRQUNkLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUUsTUFBTSxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQ3ZDLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBUSxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBRXhDLE9BQU87Z0JBQ0wsSUFBSSxFQUFFLE1BQU0sQ0FBQyxJQUFJO2dCQUNqQixLQUFLLEVBQUUsTUFBTSxDQUFDLEtBQUs7Z0JBQ25CLE9BQU8sRUFBRSxHQUFTLEVBQUUsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLE1BQU0sQ0FBQztnQkFDL0MsSUFBSSxFQUFFLE1BQU0sQ0FBQyxJQUFJO2dCQUNqQixVQUFVLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsSUFBSSxNQUFNLENBQUMsVUFBVSxJQUFJLEtBQUs7Z0JBQ3pFLFFBQVEsRUFBRSxNQUFNLENBQUMsUUFBUSxJQUFJLEtBQUs7YUFDbkMsQ0FBQztRQUNKLENBQUM7UUFFRCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFFRCxJQUFJLGVBQWU7UUFDakIsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFLE1BQU0sSUFBSSxDQUFDO1lBQUUsT0FBTyxJQUFJLENBQUM7UUFFNUUsT0FBTztZQUNMLFVBQVUsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLGtCQUFrQixJQUFJLEtBQUs7WUFDcEQsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDLENBQUM7Z0JBQzNDLEtBQUssRUFBRSxNQUFNLENBQUMsS0FBSztnQkFDbkIsT0FBTyxFQUFFLEdBQVMsRUFBRSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDO2dCQUMvQyxVQUFVLEVBQUUsTUFBTSxDQUFDLFVBQVUsSUFBSSxLQUFLO2dCQUN0QyxRQUFRLEVBQUUsTUFBTSxDQUFDLFFBQVEsSUFBSSxLQUFLO2FBQ25DLENBQUMsQ0FBQztTQUNKLENBQUM7SUFDSixDQUFDO0lBRUQsWUFBNkIsYUFBMEM7UUFBMUMsa0JBQWEsR0FBYixhQUFhLENBQTZCO0lBQUcsQ0FBQztJQUVuRSxhQUFhLENBQUMsTUFBa0M7UUFDdEQsSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLGtCQUFrQixJQUFJLE1BQU0sQ0FBQyxVQUFVO1lBQUUsT0FBTztRQUVqRSxNQUFNLENBQUMsT0FBTyxFQUFFLEVBQUUsQ0FBQztRQUNuQixJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsSUFBSyxDQUFDLENBQUM7SUFDOUMsQ0FBQzt3SEE3Q1UsOEJBQThCOzZEQUE5Qiw4QkFBOEI7WUNDM0MsQUFiQSxxRkFTQyx3RUFJOEU7O1lBWjVFLHFFQUE0QztZQVl0QyxjQUFxQjtZQUFyQiwwQ0FBcUI7OztpRkREakIsOEJBQThCO2NBTjFDLFNBQVM7MkJBQ0UsMEJBQTBCLG1CQUduQix1QkFBdUIsQ0FBQyxNQUFNOzREQUdsQyxNQUFNO2tCQUFsQixLQUFLOztrRkFESyw4QkFBOEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBRZFBhbmVsU2VjdGlvbkFjdGlvbkNvbmZpZywgUWRQYW5lbFNlY3Rpb25Db25maWcgfSBmcm9tICcuLi9tb2RlbC9wYW5lbC1zZWN0aW9uLWNvbmZpZy5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgUWRNZW51QnV0dG9uQ29uZmlnIH0gZnJvbSAnLi4vLi4vYnV0dG9uL21vZGVsL2J1dHRvbi1jb25maWcnO1xuaW1wb3J0IHsgUWRQYW5lbFNlY3Rpb25BY3Rpb25TZXJ2aWNlIH0gZnJvbSAnLi4vc2VydmljZXMvcGFuZWwtc2VjdGlvbi1hY3Rpb24uc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3FkLXBhbmVsLXNlY3Rpb24tYWN0aW9ucycsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYW5lbC1zZWN0aW9uLWFjdGlvbnMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYW5lbC1zZWN0aW9uLWFjdGlvbnMuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgUWRQYW5lbFNlY3Rpb25BY3Rpb25zQ29tcG9uZW50IHtcbiAgQElucHV0KCkgc2V0IGNvbmZpZyhjb25maWc6IFFkUGFuZWxTZWN0aW9uQ29uZmlnKSB7XG4gICAgdGhpcy5fY29uZmlnID0gY29uZmlnO1xuICB9XG5cbiAgcHJpdmF0ZSBfY29uZmlnOiBRZFBhbmVsU2VjdGlvbkNvbmZpZyA9IHt9O1xuXG4gIGdldCBzaW5nbGVBY3Rpb24oKTogUWRQYW5lbFNlY3Rpb25BY3Rpb25Db25maWcgfCBudWxsIHtcbiAgICBpZiAodGhpcy5fY29uZmlnLmFjdGlvbnM/Lmxlbmd0aCA9PT0gMSkge1xuICAgICAgY29uc3QgYWN0aW9uID0gdGhpcy5fY29uZmlnLmFjdGlvbnMhWzBdO1xuXG4gICAgICByZXR1cm4ge1xuICAgICAgICB0eXBlOiBhY3Rpb24udHlwZSxcbiAgICAgICAgbGFiZWw6IGFjdGlvbi5sYWJlbCxcbiAgICAgICAgaGFuZGxlcjogKCk6IHZvaWQgPT4gdGhpcy5leGVjdXRlQWN0aW9uKGFjdGlvbiksXG4gICAgICAgIGljb246IGFjdGlvbi5pY29uLFxuICAgICAgICBpc0Rpc2FibGVkOiB0aGlzLl9jb25maWcuYXJlQWN0aW9uc0Rpc2FibGVkID8/IGFjdGlvbi5pc0Rpc2FibGVkID8/IGZhbHNlLFxuICAgICAgICBpc0hpZGRlbjogYWN0aW9uLmlzSGlkZGVuID8/IGZhbHNlXG4gICAgICB9O1xuICAgIH1cblxuICAgIHJldHVybiBudWxsO1xuICB9XG5cbiAgZ2V0IG11bHRpcGxlQWN0aW9ucygpOiBRZE1lbnVCdXR0b25Db25maWcgfCBudWxsIHtcbiAgICBpZiAoIXRoaXMuX2NvbmZpZy5hY3Rpb25zIHx8IHRoaXMuX2NvbmZpZy5hY3Rpb25zPy5sZW5ndGggPD0gMSkgcmV0dXJuIG51bGw7XG5cbiAgICByZXR1cm4ge1xuICAgICAgaXNEaXNhYmxlZDogdGhpcy5fY29uZmlnLmFyZUFjdGlvbnNEaXNhYmxlZCA/PyBmYWxzZSxcbiAgICAgIGFjdGlvbnM6IHRoaXMuX2NvbmZpZy5hY3Rpb25zLm1hcChhY3Rpb24gPT4gKHtcbiAgICAgICAgbGFiZWw6IGFjdGlvbi5sYWJlbCxcbiAgICAgICAgaGFuZGxlcjogKCk6IHZvaWQgPT4gdGhpcy5leGVjdXRlQWN0aW9uKGFjdGlvbiksXG4gICAgICAgIGlzRGlzYWJsZWQ6IGFjdGlvbi5pc0Rpc2FibGVkID8/IGZhbHNlLFxuICAgICAgICBpc0hpZGRlbjogYWN0aW9uLmlzSGlkZGVuID8/IGZhbHNlXG4gICAgICB9KSlcbiAgICB9O1xuICB9XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBhY3Rpb25TZXJ2aWNlOiBRZFBhbmVsU2VjdGlvbkFjdGlvblNlcnZpY2UpIHt9XG5cbiAgcHJpdmF0ZSBleGVjdXRlQWN0aW9uKGFjdGlvbjogUWRQYW5lbFNlY3Rpb25BY3Rpb25Db25maWcpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5fY29uZmlnLmFyZUFjdGlvbnNEaXNhYmxlZCB8fCBhY3Rpb24uaXNEaXNhYmxlZCkgcmV0dXJuO1xuXG4gICAgYWN0aW9uLmhhbmRsZXI/LigpO1xuICAgIHRoaXMuYWN0aW9uU2VydmljZS5lbWl0QWN0aW9uKGFjdGlvbi50eXBlISk7XG4gIH1cbn1cbiIsIjxidXR0b25cbiAgKm5nSWY9XCJzaW5nbGVBY3Rpb24gJiYgIXNpbmdsZUFjdGlvbi5pc0hpZGRlblwiXG4gIHFkU3RvcFByb3BhZ2F0aW9uXG4gIHFkQnV0dG9uXG4gIHFkQnV0dG9uR2hvc3RcbiAgY29sb3I9XCJwcmltYXJ5XCJcbiAgW2ljb25dPVwic2luZ2xlQWN0aW9uLmljb25cIlxuICAoY2xpY2spPVwic2luZ2xlQWN0aW9uLmhhbmRsZXIoKVwiXG4gIFtkaXNhYmxlZF09XCJzaW5nbGVBY3Rpb24uaXNEaXNhYmxlZFwiXG4+XG4gIHt7IHNpbmdsZUFjdGlvbi5sYWJlbC5pMThuIHwgdHJhbnNsYXRlIH19XG48L2J1dHRvbj5cblxuPGJ1dHRvbiAqbmdJZj1cIm11bHRpcGxlQWN0aW9uc1wiIHFkQnV0dG9uR2hvc3QgW3FkTWVudUJ1dHRvbl09XCJtdWx0aXBsZUFjdGlvbnNcIj5cbiAge3sgXCJpMThuLnFkLnNlY3Rpb24uYWN0aW9ucy5tZW51QnV0dG9uLmxhYmVsXCIgfCB0cmFuc2xhdGUgfX1cbjwvYnV0dG9uPlxuIl19
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionActionsComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
57
|
+
args: [{ selector: 'qd-panel-section-actions', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button\n *ngIf=\"singleAction && !singleAction.isHidden\"\n qdStopPropagation\n qdButton\n qdButtonGhost\n color=\"primary\"\n [icon]=\"singleAction.icon\"\n (click)=\"singleAction.handler()\"\n [disabled]=\"singleAction.isDisabled\"\n>\n {{ singleAction.label.i18n | translate }}\n</button>\n\n<button *ngIf=\"multipleActions\" qdButtonGhost [qdMenuButton]=\"multipleActions\">\n {{ \"i18n.qd.section.actions.menuButton.label\" | translate }}\n</button>\n", styles: [":host button{background-color:#fff}\n"] }]
|
|
58
|
+
}], ctorParameters: () => [{ type: i1.QdPanelSectionActionService }], propDecorators: { config: [{
|
|
59
|
+
type: Input
|
|
60
|
+
}] } });
|
|
61
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi1hY3Rpb25zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL2FjdGlvbnMvcGFuZWwtc2VjdGlvbi1hY3Rpb25zLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL2FjdGlvbnMvcGFuZWwtc2VjdGlvbi1hY3Rpb25zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBSTFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDOzs7Ozs7OztBQVF2RixNQUFNLE9BQU8sOEJBQThCO0lBc0NaO0lBckM3QixJQUFhLE1BQU0sQ0FBQyxNQUE0QjtRQUM5QyxJQUFJLENBQUMsT0FBTyxHQUFHLE1BQU0sQ0FBQztJQUN4QixDQUFDO0lBRU8sT0FBTyxHQUF5QixFQUFFLENBQUM7SUFFM0MsSUFBSSxZQUFZO1FBQ2QsSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sRUFBRSxNQUFNLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDdkMsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFRLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFFeEMsT0FBTztnQkFDTCxJQUFJLEVBQUUsTUFBTSxDQUFDLElBQUk7Z0JBQ2pCLEtBQUssRUFBRSxNQUFNLENBQUMsS0FBSztnQkFDbkIsT0FBTyxFQUFFLEdBQVMsRUFBRSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDO2dCQUMvQyxJQUFJLEVBQUUsTUFBTSxDQUFDLElBQUk7Z0JBQ2pCLFVBQVUsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLGtCQUFrQixJQUFJLE1BQU0sQ0FBQyxVQUFVLElBQUksS0FBSztnQkFDekUsUUFBUSxFQUFFLE1BQU0sQ0FBQyxRQUFRLElBQUksS0FBSzthQUNuQyxDQUFDO1FBQ0osQ0FBQztRQUVELE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUVELElBQUksZUFBZTtRQUNqQixJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUUsTUFBTSxJQUFJLENBQUM7WUFBRSxPQUFPLElBQUksQ0FBQztRQUU1RSxPQUFPO1lBQ0wsVUFBVSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsa0JBQWtCLElBQUksS0FBSztZQUNwRCxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQztnQkFDM0MsS0FBSyxFQUFFLE1BQU0sQ0FBQyxLQUFLO2dCQUNuQixPQUFPLEVBQUUsR0FBUyxFQUFFLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxNQUFNLENBQUM7Z0JBQy9DLFVBQVUsRUFBRSxNQUFNLENBQUMsVUFBVSxJQUFJLEtBQUs7Z0JBQ3RDLFFBQVEsRUFBRSxNQUFNLENBQUMsUUFBUSxJQUFJLEtBQUs7YUFDbkMsQ0FBQyxDQUFDO1NBQ0osQ0FBQztJQUNKLENBQUM7SUFFRCxZQUE2QixhQUEwQztRQUExQyxrQkFBYSxHQUFiLGFBQWEsQ0FBNkI7SUFBRyxDQUFDO0lBRW5FLGFBQWEsQ0FBQyxNQUFrQztRQUN0RCxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsa0JBQWtCLElBQUksTUFBTSxDQUFDLFVBQVU7WUFBRSxPQUFPO1FBRWpFLE1BQU0sQ0FBQyxPQUFPLEVBQUUsRUFBRSxDQUFDO1FBQ25CLElBQUksQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxJQUFLLENBQUMsQ0FBQztJQUM5QyxDQUFDO3VHQTdDVSw4QkFBOEI7MkZBQTlCLDhCQUE4Qiw4RkNaM0MscWRBZ0JBOzsyRkRKYSw4QkFBOEI7a0JBTjFDLFNBQVM7K0JBQ0UsMEJBQTBCLG1CQUduQix1QkFBdUIsQ0FBQyxNQUFNO2dHQUdsQyxNQUFNO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgUWRQYW5lbFNlY3Rpb25BY3Rpb25Db25maWcsIFFkUGFuZWxTZWN0aW9uQ29uZmlnIH0gZnJvbSAnLi4vbW9kZWwvcGFuZWwtc2VjdGlvbi1jb25maWcuaW50ZXJmYWNlJztcbmltcG9ydCB7IFFkTWVudUJ1dHRvbkNvbmZpZyB9IGZyb20gJy4uLy4uL2J1dHRvbi9tb2RlbC9idXR0b24tY29uZmlnJztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uQWN0aW9uU2VydmljZSB9IGZyb20gJy4uL3NlcnZpY2VzL3BhbmVsLXNlY3Rpb24tYWN0aW9uLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdxZC1wYW5lbC1zZWN0aW9uLWFjdGlvbnMnLFxuICB0ZW1wbGF0ZVVybDogJy4vcGFuZWwtc2VjdGlvbi1hY3Rpb25zLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcGFuZWwtc2VjdGlvbi1hY3Rpb25zLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIFFkUGFuZWxTZWN0aW9uQWN0aW9uc0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHNldCBjb25maWcoY29uZmlnOiBRZFBhbmVsU2VjdGlvbkNvbmZpZykge1xuICAgIHRoaXMuX2NvbmZpZyA9IGNvbmZpZztcbiAgfVxuXG4gIHByaXZhdGUgX2NvbmZpZzogUWRQYW5lbFNlY3Rpb25Db25maWcgPSB7fTtcblxuICBnZXQgc2luZ2xlQWN0aW9uKCk6IFFkUGFuZWxTZWN0aW9uQWN0aW9uQ29uZmlnIHwgbnVsbCB7XG4gICAgaWYgKHRoaXMuX2NvbmZpZy5hY3Rpb25zPy5sZW5ndGggPT09IDEpIHtcbiAgICAgIGNvbnN0IGFjdGlvbiA9IHRoaXMuX2NvbmZpZy5hY3Rpb25zIVswXTtcblxuICAgICAgcmV0dXJuIHtcbiAgICAgICAgdHlwZTogYWN0aW9uLnR5cGUsXG4gICAgICAgIGxhYmVsOiBhY3Rpb24ubGFiZWwsXG4gICAgICAgIGhhbmRsZXI6ICgpOiB2b2lkID0+IHRoaXMuZXhlY3V0ZUFjdGlvbihhY3Rpb24pLFxuICAgICAgICBpY29uOiBhY3Rpb24uaWNvbixcbiAgICAgICAgaXNEaXNhYmxlZDogdGhpcy5fY29uZmlnLmFyZUFjdGlvbnNEaXNhYmxlZCA/PyBhY3Rpb24uaXNEaXNhYmxlZCA/PyBmYWxzZSxcbiAgICAgICAgaXNIaWRkZW46IGFjdGlvbi5pc0hpZGRlbiA/PyBmYWxzZVxuICAgICAgfTtcbiAgICB9XG5cbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuXG4gIGdldCBtdWx0aXBsZUFjdGlvbnMoKTogUWRNZW51QnV0dG9uQ29uZmlnIHwgbnVsbCB7XG4gICAgaWYgKCF0aGlzLl9jb25maWcuYWN0aW9ucyB8fCB0aGlzLl9jb25maWcuYWN0aW9ucz8ubGVuZ3RoIDw9IDEpIHJldHVybiBudWxsO1xuXG4gICAgcmV0dXJuIHtcbiAgICAgIGlzRGlzYWJsZWQ6IHRoaXMuX2NvbmZpZy5hcmVBY3Rpb25zRGlzYWJsZWQgPz8gZmFsc2UsXG4gICAgICBhY3Rpb25zOiB0aGlzLl9jb25maWcuYWN0aW9ucy5tYXAoYWN0aW9uID0+ICh7XG4gICAgICAgIGxhYmVsOiBhY3Rpb24ubGFiZWwsXG4gICAgICAgIGhhbmRsZXI6ICgpOiB2b2lkID0+IHRoaXMuZXhlY3V0ZUFjdGlvbihhY3Rpb24pLFxuICAgICAgICBpc0Rpc2FibGVkOiBhY3Rpb24uaXNEaXNhYmxlZCA/PyBmYWxzZSxcbiAgICAgICAgaXNIaWRkZW46IGFjdGlvbi5pc0hpZGRlbiA/PyBmYWxzZVxuICAgICAgfSkpXG4gICAgfTtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgYWN0aW9uU2VydmljZTogUWRQYW5lbFNlY3Rpb25BY3Rpb25TZXJ2aWNlKSB7fVxuXG4gIHByaXZhdGUgZXhlY3V0ZUFjdGlvbihhY3Rpb246IFFkUGFuZWxTZWN0aW9uQWN0aW9uQ29uZmlnKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuX2NvbmZpZy5hcmVBY3Rpb25zRGlzYWJsZWQgfHwgYWN0aW9uLmlzRGlzYWJsZWQpIHJldHVybjtcblxuICAgIGFjdGlvbi5oYW5kbGVyPy4oKTtcbiAgICB0aGlzLmFjdGlvblNlcnZpY2UuZW1pdEFjdGlvbihhY3Rpb24udHlwZSEpO1xuICB9XG59XG4iLCI8YnV0dG9uXG4gICpuZ0lmPVwic2luZ2xlQWN0aW9uICYmICFzaW5nbGVBY3Rpb24uaXNIaWRkZW5cIlxuICBxZFN0b3BQcm9wYWdhdGlvblxuICBxZEJ1dHRvblxuICBxZEJ1dHRvbkdob3N0XG4gIGNvbG9yPVwicHJpbWFyeVwiXG4gIFtpY29uXT1cInNpbmdsZUFjdGlvbi5pY29uXCJcbiAgKGNsaWNrKT1cInNpbmdsZUFjdGlvbi5oYW5kbGVyKClcIlxuICBbZGlzYWJsZWRdPVwic2luZ2xlQWN0aW9uLmlzRGlzYWJsZWRcIlxuPlxuICB7eyBzaW5nbGVBY3Rpb24ubGFiZWwuaTE4biB8IHRyYW5zbGF0ZSB9fVxuPC9idXR0b24+XG5cbjxidXR0b24gKm5nSWY9XCJtdWx0aXBsZUFjdGlvbnNcIiBxZEJ1dHRvbkdob3N0IFtxZE1lbnVCdXR0b25dPVwibXVsdGlwbGVBY3Rpb25zXCI+XG4gIHt7IFwiaTE4bi5xZC5zZWN0aW9uLmFjdGlvbnMubWVudUJ1dHRvbi5sYWJlbFwiIHwgdHJhbnNsYXRlIH19XG48L2J1dHRvbj5cbiJdfQ==
|
|
@@ -9,36 +9,6 @@ import * as i1 from "./services/panel-section-action.service";
|
|
|
9
9
|
import * as i2 from "@angular/common";
|
|
10
10
|
import * as i3 from "./actions/panel-section-actions.component";
|
|
11
11
|
import * as i4 from "@ngx-translate/core";
|
|
12
|
-
const _c0 = [[["qd-panel-section-status"]], [["qd-status-pairs"]], [["qd-table"]], [["qd-panel-section-text-paragraph"]]];
|
|
13
|
-
const _c1 = ["qd-panel-section-status", "qd-status-pairs", "qd-table", "qd-panel-section-text-paragraph"];
|
|
14
|
-
const _c2 = a0 => ({ content: true, empty: a0 });
|
|
15
|
-
function QdPanelSectionComponent_div_1_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
-
i0.ɵɵelementStart(0, "div", 5);
|
|
17
|
-
i0.ɵɵtext(1);
|
|
18
|
-
i0.ɵɵpipe(2, "translate");
|
|
19
|
-
i0.ɵɵelementEnd();
|
|
20
|
-
} if (rf & 2) {
|
|
21
|
-
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
22
|
-
i0.ɵɵadvance();
|
|
23
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, ctx_r0.config.title.i18n), " ");
|
|
24
|
-
} }
|
|
25
|
-
function QdPanelSectionComponent_div_1_qd_panel_section_actions_2_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
-
i0.ɵɵelement(0, "qd-panel-section-actions", 6);
|
|
27
|
-
} if (rf & 2) {
|
|
28
|
-
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
29
|
-
i0.ɵɵproperty("config", ctx_r0.config);
|
|
30
|
-
} }
|
|
31
|
-
function QdPanelSectionComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
32
|
-
i0.ɵɵelementStart(0, "div", 2);
|
|
33
|
-
i0.ɵɵtemplate(1, QdPanelSectionComponent_div_1_div_1_Template, 3, 3, "div", 3)(2, QdPanelSectionComponent_div_1_qd_panel_section_actions_2_Template, 1, 1, "qd-panel-section-actions", 4);
|
|
34
|
-
i0.ɵɵelementEnd();
|
|
35
|
-
} if (rf & 2) {
|
|
36
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
37
|
-
i0.ɵɵadvance();
|
|
38
|
-
i0.ɵɵproperty("ngIf", ctx_r0.config.title);
|
|
39
|
-
i0.ɵɵadvance();
|
|
40
|
-
i0.ɵɵproperty("ngIf", ctx_r0.hasActions());
|
|
41
|
-
} }
|
|
42
12
|
/**
|
|
43
13
|
* The **QdPanelSection** component provides a structural container for panels like the control panel
|
|
44
14
|
* that can hold a title and text. A simple title can be set through the config and a status title can be set with
|
|
@@ -102,54 +72,27 @@ export class QdPanelSectionComponent {
|
|
|
102
72
|
this.actionOutput.emit(type);
|
|
103
73
|
});
|
|
104
74
|
}
|
|
105
|
-
static ɵfac =
|
|
106
|
-
static ɵcmp =
|
|
107
|
-
i0.ɵɵcontentQuery(dirIndex, QdPanelSectionStatusComponent, 4);
|
|
108
|
-
i0.ɵɵcontentQuery(dirIndex, QdStatusPairsComponent, 4);
|
|
109
|
-
i0.ɵɵcontentQuery(dirIndex, QdTableComponent, 4);
|
|
110
|
-
i0.ɵɵcontentQuery(dirIndex, QdPanelSectionTextParagraphComponent, 4);
|
|
111
|
-
} if (rf & 2) {
|
|
112
|
-
let _t;
|
|
113
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.statusList = _t);
|
|
114
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.statusPairsList = _t);
|
|
115
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.tableList = _t);
|
|
116
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.paragraphList = _t);
|
|
117
|
-
} }, inputs: { config: "config" }, outputs: { actionOutput: "actionOutput" }, features: [i0.ɵɵProvidersFeature([QdPanelSectionActionService])], ngContentSelectors: _c1, decls: 7, vars: 4, consts: [["class", "toolbar", 4, "ngIf"], [3, "ngClass"], [1, "toolbar"], ["class", "title", 4, "ngIf"], [3, "config", 4, "ngIf"], [1, "title"], [3, "config"]], template: function QdPanelSectionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
118
|
-
i0.ɵɵprojectionDef(_c0);
|
|
119
|
-
i0.ɵɵelementStart(0, "section");
|
|
120
|
-
i0.ɵɵtemplate(1, QdPanelSectionComponent_div_1_Template, 3, 2, "div", 0);
|
|
121
|
-
i0.ɵɵelementStart(2, "div", 1);
|
|
122
|
-
i0.ɵɵprojection(3);
|
|
123
|
-
i0.ɵɵprojection(4, 1);
|
|
124
|
-
i0.ɵɵprojection(5, 2);
|
|
125
|
-
i0.ɵɵprojection(6, 3);
|
|
126
|
-
i0.ɵɵelementEnd()();
|
|
127
|
-
} if (rf & 2) {
|
|
128
|
-
i0.ɵɵadvance();
|
|
129
|
-
i0.ɵɵproperty("ngIf", ctx.config.title || ctx.hasActions());
|
|
130
|
-
i0.ɵɵadvance();
|
|
131
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c2, !ctx.hasContent()));
|
|
132
|
-
} }, dependencies: [i2.NgClass, i2.NgIf, i3.QdPanelSectionActionsComponent, i4.TranslatePipe], styles: ["qd-panel-section{display:block;color:#171717;font-size:.875rem;font-weight:300;line-height:1.375rem}qd-panel-section+qd-panel-section{border-top:.0625rem solid rgb(213,213,213)}qd-panel-section section{display:flex;flex-wrap:wrap}qd-panel-section .toolbar{display:flex;width:100%}qd-panel-section .title,qd-panel-section .content{padding:1rem 1rem 0}qd-panel-section .title{flex-grow:99;font-weight:500}qd-panel-section .content{width:100%;margin-bottom:1.5rem}qd-panel-section .content.empty{padding:0;margin:0}qd-panel-section .toolbar+qd-panel-section-status{border-top:rgb(213,213,213) .125rem solid!important;margin-top:1rem}qd-panel-section qd-panel-section-actions{padding-top:.5rem;padding-right:1rem;margin-left:auto}qd-panel-section qd-panel-section-text-paragraph+qd-panel-section-text-paragraph{padding-top:1.5rem}qd-panel-section qd-status-pairs{display:flex;flex-wrap:wrap;column-gap:1rem}qd-panel-section qd-status-pairs qd-status-pairs-item{flex:1 1 0;margin-right:0!important;margin-bottom:.75rem!important}qd-panel-section qd-status-pairs+qd-panel-section-text-paragraph{margin-top:.5rem}qd-panel-section qd-table+qd-panel-section-text-paragraph{margin-top:1rem}\n"], encapsulation: 2 });
|
|
75
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionComponent, deps: [{ token: i1.QdPanelSectionActionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
76
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdPanelSectionComponent, selector: "qd-panel-section", inputs: { config: "config" }, outputs: { actionOutput: "actionOutput" }, providers: [QdPanelSectionActionService], queries: [{ propertyName: "statusList", predicate: QdPanelSectionStatusComponent }, { propertyName: "statusPairsList", predicate: QdStatusPairsComponent }, { propertyName: "tableList", predicate: QdTableComponent }, { propertyName: "paragraphList", predicate: QdPanelSectionTextParagraphComponent }], ngImport: i0, template: "<section>\n <div class=\"toolbar\" *ngIf=\"config.title || hasActions()\">\n <div class=\"title\" *ngIf=\"config.title\">\n {{ config.title.i18n | translate }}\n </div>\n\n <qd-panel-section-actions *ngIf=\"hasActions()\" [config]=\"config\"></qd-panel-section-actions>\n </div>\n\n <div [ngClass]=\"{ content: true, empty: !hasContent() }\">\n <ng-content select=\"qd-panel-section-status\"></ng-content>\n <ng-content select=\"qd-status-pairs\"></ng-content>\n <ng-content select=\"qd-table\"></ng-content>\n <ng-content select=\"qd-panel-section-text-paragraph\"></ng-content>\n </div>\n</section>\n", styles: ["qd-panel-section{display:block;color:#171717;font-size:.875rem;font-weight:300;line-height:1.375rem}qd-panel-section+qd-panel-section{border-top:.0625rem solid rgb(213,213,213)}qd-panel-section section{display:flex;flex-wrap:wrap}qd-panel-section .toolbar{display:flex;width:100%}qd-panel-section .title,qd-panel-section .content{padding:1rem 1rem 0}qd-panel-section .title{flex-grow:99;font-weight:500}qd-panel-section .content{width:100%;margin-bottom:1.5rem}qd-panel-section .content.empty{padding:0;margin:0}qd-panel-section .toolbar+qd-panel-section-status{border-top:rgb(213,213,213) .125rem solid!important;margin-top:1rem}qd-panel-section qd-panel-section-actions{padding-top:.5rem;padding-right:1rem;margin-left:auto}qd-panel-section qd-panel-section-text-paragraph+qd-panel-section-text-paragraph{padding-top:1.5rem}qd-panel-section qd-status-pairs{display:flex;flex-wrap:wrap;column-gap:1rem}qd-panel-section qd-status-pairs qd-status-pairs-item{flex:1 1 0;margin-right:0!important;margin-bottom:.75rem!important}qd-panel-section qd-status-pairs+qd-panel-section-text-paragraph{margin-top:.5rem}qd-panel-section qd-table+qd-panel-section-text-paragraph{margin-top:1rem}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.QdPanelSectionActionsComponent, selector: "qd-panel-section-actions", inputs: ["config"] }, { kind: "pipe", type: i4.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.None });
|
|
133
77
|
}
|
|
134
|
-
(
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFuZWwtc2VjdGlvbi9wYW5lbC1zZWN0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL3BhbmVsLXNlY3Rpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxlQUFlLEVBQ2YsWUFBWSxFQUNaLEtBQUssRUFHTCxNQUFNLEVBQ04sU0FBUyxFQUNULGlCQUFpQixFQUNsQixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUN0RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyRUFBMkUsQ0FBQztBQUNuSCxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUMvRyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUU1RCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7Ozs7Ozs7OztJQ2ZwRiw4QkFBd0M7SUFDdEMsWUFDRjs7SUFBQSxpQkFBTTs7O0lBREosY0FDRjtJQURFLCtFQUNGOzs7SUFFQSw4Q0FBNEY7OztJQUE3QyxzQ0FBaUI7OztJQUxsRSw4QkFBMEQ7SUFLeEQsQUFKQSw4RUFBd0MsMkdBSXlCO0lBQ25FLGlCQUFNOzs7SUFMZ0IsY0FBa0I7SUFBbEIsMENBQWtCO0lBSVgsY0FBa0I7SUFBbEIsMENBQWtCOztBRGFqRDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FvQkc7QUFRSCxNQUFNLE9BQU8sdUJBQXVCO0lBcUJMO0lBcEI3Qjs7T0FFRztJQUNNLE1BQU0sR0FBeUIsRUFBRSxDQUFDO0lBRTNDOzs7O09BSUc7SUFDTyxZQUFZLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztJQUVKLFVBQVUsQ0FBNEM7SUFDN0QsZUFBZSxDQUFxQztJQUMxRCxTQUFTLENBQXVDO0lBRW5GLGFBQWEsQ0FBbUQ7SUFFeEQseUJBQXlCLENBQWdCO0lBRWpELFlBQTZCLGFBQTBDO1FBQTFDLGtCQUFhLEdBQWIsYUFBYSxDQUE2QjtJQUFHLENBQUM7SUFFM0UsUUFBUTtRQUNOLElBQUksQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO0lBQ2xDLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLHlCQUF5QixDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQy9DLENBQUM7SUFFRCxVQUFVO1FBQ1IsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTztZQUFFLE9BQU8sS0FBSyxDQUFDO1FBRXZDLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQztJQUN4QyxDQUFDO0lBRUQsVUFBVTtRQUNSLE9BQU8sQ0FDTCxJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sR0FBRyxDQUFDO1lBQzFCLElBQUksQ0FBQyxlQUFlLENBQUMsTUFBTSxHQUFHLENBQUM7WUFDL0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsQ0FBQztZQUN6QixJQUFJLENBQUMsYUFBYSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQzlCLENBQUM7SUFDSixDQUFDO0lBRU8sd0JBQXdCO1FBQzlCLElBQUksQ0FBQyx5QkFBeUIsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFLLEVBQUUsRUFBRTtZQUM5RSxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUMvQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7aUhBbERVLHVCQUF1Qjs2REFBdkIsdUJBQXVCO3dDQWFqQiw2QkFBNkI7d0NBQzdCLHNCQUFzQjt3Q0FDdEIsZ0JBQWdCO3dDQUNoQixvQ0FBb0M7Ozs7Ozs7dUhBbkIxQyxDQUFDLDJCQUEyQixDQUFDOztZQzVDMUMsK0JBQVM7WUFDUCx3RUFBMEQ7WUFRMUQsOEJBQXlEO1lBQ3ZELGtCQUEwRDtZQUMxRCxxQkFBa0Q7WUFDbEQscUJBQTJDO1lBQzNDLHFCQUFrRTtZQUV0RSxBQURFLGlCQUFNLEVBQ0U7O1lBZGMsY0FBa0M7WUFBbEMsMkRBQWtDO1lBUW5ELGNBQW1EO1lBQW5ELHVFQUFtRDs7O2lGRHNDN0MsdUJBQXVCO2NBUG5DLFNBQVM7MkJBQ0Usa0JBQWtCLGFBR2pCLENBQUMsMkJBQTJCLENBQUMsaUJBQ3pCLGlCQUFpQixDQUFDLElBQUk7NERBTTVCLE1BQU07a0JBQWQsS0FBSztZQU9JLFlBQVk7a0JBQXJCLE1BQU07WUFFeUMsVUFBVTtrQkFBekQsZUFBZTttQkFBQyw2QkFBNkI7WUFDTCxlQUFlO2tCQUF2RCxlQUFlO21CQUFDLHNCQUFzQjtZQUNKLFNBQVM7a0JBQTNDLGVBQWU7bUJBQUMsZ0JBQWdCO1lBRWpDLGFBQWE7a0JBRFosZUFBZTttQkFBQyxvQ0FBb0M7O2tGQWhCMUMsdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGRyZW4sXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE9uRGVzdHJveSxcbiAgT25Jbml0LFxuICBPdXRwdXQsXG4gIFF1ZXJ5TGlzdCxcbiAgVmlld0VuY2Fwc3VsYXRpb25cbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBRZFBhbmVsU2VjdGlvbkNvbmZpZyB9IGZyb20gJy4uL3BhbmVsLXNlY3Rpb24vbW9kZWwvcGFuZWwtc2VjdGlvbi1jb25maWcuaW50ZXJmYWNlJztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uQWN0aW9uU2VydmljZSB9IGZyb20gJy4vc2VydmljZXMvcGFuZWwtc2VjdGlvbi1hY3Rpb24uc2VydmljZSc7XG5pbXBvcnQgeyBRZFN0YXR1c1BhaXJzQ29tcG9uZW50IH0gZnJvbSAnLi4vbGlzdHMvcGFpcnMvc3RhdHVzLXBhaXJzL3N0YXR1cy1wYWlycy1jb250YWluZXIvc3RhdHVzLXBhaXJzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBRZFBhbmVsU2VjdGlvblRleHRQYXJhZ3JhcGhDb21wb25lbnQgfSBmcm9tICcuL3RleHQtcGFyYWdyYXBoL3BhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGguY29tcG9uZW50JztcbmltcG9ydCB7IFFkVGFibGVDb21wb25lbnQgfSBmcm9tICcuLi90YWJsZS90YWJsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBRZFBhbmVsU2VjdGlvblN0YXR1c0NvbXBvbmVudCB9IGZyb20gJy4vc3RhdHVzL3BhbmVsLXNlY3Rpb24tc3RhdHVzLmNvbXBvbmVudCc7XG5cbi8qKlxuICogVGhlICoqUWRQYW5lbFNlY3Rpb24qKiBjb21wb25lbnQgcHJvdmlkZXMgYSBzdHJ1Y3R1cmFsIGNvbnRhaW5lciBmb3IgcGFuZWxzIGxpa2UgdGhlIGNvbnRyb2wgcGFuZWxcbiAqIHRoYXQgY2FuIGhvbGQgYSB0aXRsZSBhbmQgdGV4dC4gQSBzaW1wbGUgdGl0bGUgY2FuIGJlIHNldCB0aHJvdWdoIHRoZSBjb25maWcgYW5kIGEgc3RhdHVzIHRpdGxlIGNhbiBiZSBzZXQgd2l0aFxuICogdGhlIGNoaWxkIGNvbXBvbmVudCAqKnFkLXBhbmVsLXNlY3Rpb24tc3RhdHVzKiouIFRleHQgY2FuIGJlIGluc2VydGVkIHdpdGhcbiAqICoqcWQtcGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaCoqIGNvbXBvbmVudHMgdGhhdCBvcHRpb25hbGx5IGFsc28gY2FuIGhhdmUgYSB0aXRsZS5cbiAqIEl0J3MgYWxzbyBwb3NzaWJsZSB0byBpbnRlZ3JhdGUgYSAqKnFkLXRhYmxlKiogb3IgKipxZC1zdGF0dXMtcGFpcnMqKi5cbiAqIERlZmluZSBhY3Rpb25zIGluIHRoZSBjb25maWcgdG8gaW5zZXJ0IGFuIGFjdGlvbiBidXR0b24gb3IgYSBtZW51IGJ1dHRvbiB3aXRoIG11bHRpcGxlIGFjdGlvbnMgaW4gdGhlIHRvb2xiYXIuXG4gKiBXaGVuIHRoZSBidXR0b24gaXMgY2xpY2tlZCwgdGhlIGBhY3Rpb25PdXRwdXRgIHdpbGwgYmUgZW1pdHRlZC5cbiAqXG4gKiAqKlVzYWdlOioqXG4gKlxuICogQGV4YW1wbGVcbiAqIDxxZC1wYW5lbC1zZWN0aW9uIFtjb25maWddPVwieyB0aXRsZTogeyBpMThuOiAnaTE4bi5teS1wYW5lbC1zZWN0aW9uLXRpdGxlJyB9fVwiPlxuICogICA8cWQtcGFuZWwtc2VjdGlvbi1zdGF0dXNcbiAqICAgICBbY29uZmlnXT1cInsgc3RhdHVzOiAnc3VjY2VzcycsIHRpdGxlOiB7IGkxOG46ICdpMThuLm15LWNvbnRyb2wtcGFuZWwtc3RhdHVzLXRpdGxlJyB9fVwiXG4gKiAgID48L3FkLXBhbmVsLXNlY3Rpb24tc3RhdHVzPlxuICogICA8cWQtcGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaCBbY29uZmlnXT1cInsgdGl0bGU6IHsgaTE4bjogJ2kxOG4ubXktcGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaC10aXRsZScgfX1cIj5cbiAqICAgICBNeSBQYW5lbCBTZWN0aW9uIFRleHRcbiAqICAgPC9xZC1wYW5lbC1zZWN0aW9uLXRleHQtcGFyYWdyYXBoPlxuICogPC9xZC10ZXh0LXNlY3Rpb24+XG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3FkLXBhbmVsLXNlY3Rpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vcGFuZWwtc2VjdGlvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9wYW5lbC1zZWN0aW9uLmNvbXBvbmVudC5zY3NzJyxcbiAgcHJvdmlkZXJzOiBbUWRQYW5lbFNlY3Rpb25BY3Rpb25TZXJ2aWNlXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZVxufSlcbmV4cG9ydCBjbGFzcyBRZFBhbmVsU2VjdGlvbkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgLyoqXG4gICAqIFRoZSBjb25maWd1cmF0aW9uIG9mIHRoZSBwYW5lbCBzZWN0aW9uLlxuICAgKi9cbiAgQElucHV0KCkgY29uZmlnOiBRZFBhbmVsU2VjdGlvbkNvbmZpZyA9IHt9O1xuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb24gU2VuZHMgYW4gZXZlbnQgd2hlbiB0aGUgcGFuZWwgc2VjdGlvbiBhY3Rpb24gYnV0dG9uIGlzIGNsaWNrZWQgb3IgdGFwcGVkLlxuICAgKlxuICAgKiBUaGUgZXZlbnQgaW5jbHVkZXMgdGhlIGFjdGlvbiB0eXBlXG4gICAqL1xuICBAT3V0cHV0KCkgYWN0aW9uT3V0cHV0ID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgQENvbnRlbnRDaGlsZHJlbihRZFBhbmVsU2VjdGlvblN0YXR1c0NvbXBvbmVudCkgc3RhdHVzTGlzdCE6IFF1ZXJ5TGlzdDxRZFBhbmVsU2VjdGlvblN0YXR1c0NvbXBvbmVudD47XG4gIEBDb250ZW50Q2hpbGRyZW4oUWRTdGF0dXNQYWlyc0NvbXBvbmVudCkgc3RhdHVzUGFpcnNMaXN0ITogUXVlcnlMaXN0PFFkU3RhdHVzUGFpcnNDb21wb25lbnQ+O1xuICBAQ29udGVudENoaWxkcmVuKFFkVGFibGVDb21wb25lbnQpIHRhYmxlTGlzdCE6IFF1ZXJ5TGlzdDxRZFRhYmxlQ29tcG9uZW50PHN0cmluZz4+O1xuICBAQ29udGVudENoaWxkcmVuKFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbXBvbmVudClcbiAgcGFyYWdyYXBoTGlzdCE6IFF1ZXJ5TGlzdDxRZFBhbmVsU2VjdGlvblRleHRQYXJhZ3JhcGhDb21wb25lbnQ+O1xuXG4gIHByaXZhdGUgX2FjdGlvbk91dHB1dFN1YnNjcmlwdGlvbiE6IFN1YnNjcmlwdGlvbjtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGFjdGlvblNlcnZpY2U6IFFkUGFuZWxTZWN0aW9uQWN0aW9uU2VydmljZSkge31cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnN1YnNjcmliZUZvckFjdGlvbk91dHB1dCgpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5fYWN0aW9uT3V0cHV0U3Vic2NyaXB0aW9uLnVuc3Vic2NyaWJlKCk7XG4gIH1cblxuICBoYXNBY3Rpb25zKCk6IGJvb2xlYW4ge1xuICAgIGlmICghdGhpcy5jb25maWcuYWN0aW9ucykgcmV0dXJuIGZhbHNlO1xuXG4gICAgcmV0dXJuIHRoaXMuY29uZmlnLmFjdGlvbnMubGVuZ3RoID4gMDtcbiAgfVxuXG4gIGhhc0NvbnRlbnQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIChcbiAgICAgIHRoaXMuc3RhdHVzTGlzdC5sZW5ndGggPiAwIHx8XG4gICAgICB0aGlzLnN0YXR1c1BhaXJzTGlzdC5sZW5ndGggPiAwIHx8XG4gICAgICB0aGlzLnRhYmxlTGlzdC5sZW5ndGggPiAwIHx8XG4gICAgICB0aGlzLnBhcmFncmFwaExpc3QubGVuZ3RoID4gMFxuICAgICk7XG4gIH1cblxuICBwcml2YXRlIHN1YnNjcmliZUZvckFjdGlvbk91dHB1dCgpOiB2b2lkIHtcbiAgICB0aGlzLl9hY3Rpb25PdXRwdXRTdWJzY3JpcHRpb24gPSB0aGlzLmFjdGlvblNlcnZpY2UuYWN0aW9uJC5zdWJzY3JpYmUoKHR5cGU/KSA9PiB7XG4gICAgICB0aGlzLmFjdGlvbk91dHB1dC5lbWl0KHR5cGUpO1xuICAgIH0pO1xuICB9XG59XG4iLCI8c2VjdGlvbj5cbiAgPGRpdiBjbGFzcz1cInRvb2xiYXJcIiAqbmdJZj1cImNvbmZpZy50aXRsZSB8fCBoYXNBY3Rpb25zKClcIj5cbiAgICA8ZGl2IGNsYXNzPVwidGl0bGVcIiAqbmdJZj1cImNvbmZpZy50aXRsZVwiPlxuICAgICAge3sgY29uZmlnLnRpdGxlLmkxOG4gfCB0cmFuc2xhdGUgfX1cbiAgICA8L2Rpdj5cblxuICAgIDxxZC1wYW5lbC1zZWN0aW9uLWFjdGlvbnMgKm5nSWY9XCJoYXNBY3Rpb25zKClcIiBbY29uZmlnXT1cImNvbmZpZ1wiPjwvcWQtcGFuZWwtc2VjdGlvbi1hY3Rpb25zPlxuICA8L2Rpdj5cblxuICA8ZGl2IFtuZ0NsYXNzXT1cInsgY29udGVudDogdHJ1ZSwgZW1wdHk6ICFoYXNDb250ZW50KCkgfVwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cInFkLXBhbmVsLXNlY3Rpb24tc3RhdHVzXCI+PC9uZy1jb250ZW50PlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cInFkLXN0YXR1cy1wYWlyc1wiPjwvbmctY29udGVudD5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJxZC10YWJsZVwiPjwvbmctY29udGVudD5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJxZC1wYW5lbC1zZWN0aW9uLXRleHQtcGFyYWdyYXBoXCI+PC9uZy1jb250ZW50PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionComponent, decorators: [{
|
|
79
|
+
type: Component,
|
|
80
|
+
args: [{ selector: 'qd-panel-section', providers: [QdPanelSectionActionService], encapsulation: ViewEncapsulation.None, template: "<section>\n <div class=\"toolbar\" *ngIf=\"config.title || hasActions()\">\n <div class=\"title\" *ngIf=\"config.title\">\n {{ config.title.i18n | translate }}\n </div>\n\n <qd-panel-section-actions *ngIf=\"hasActions()\" [config]=\"config\"></qd-panel-section-actions>\n </div>\n\n <div [ngClass]=\"{ content: true, empty: !hasContent() }\">\n <ng-content select=\"qd-panel-section-status\"></ng-content>\n <ng-content select=\"qd-status-pairs\"></ng-content>\n <ng-content select=\"qd-table\"></ng-content>\n <ng-content select=\"qd-panel-section-text-paragraph\"></ng-content>\n </div>\n</section>\n", styles: ["qd-panel-section{display:block;color:#171717;font-size:.875rem;font-weight:300;line-height:1.375rem}qd-panel-section+qd-panel-section{border-top:.0625rem solid rgb(213,213,213)}qd-panel-section section{display:flex;flex-wrap:wrap}qd-panel-section .toolbar{display:flex;width:100%}qd-panel-section .title,qd-panel-section .content{padding:1rem 1rem 0}qd-panel-section .title{flex-grow:99;font-weight:500}qd-panel-section .content{width:100%;margin-bottom:1.5rem}qd-panel-section .content.empty{padding:0;margin:0}qd-panel-section .toolbar+qd-panel-section-status{border-top:rgb(213,213,213) .125rem solid!important;margin-top:1rem}qd-panel-section qd-panel-section-actions{padding-top:.5rem;padding-right:1rem;margin-left:auto}qd-panel-section qd-panel-section-text-paragraph+qd-panel-section-text-paragraph{padding-top:1.5rem}qd-panel-section qd-status-pairs{display:flex;flex-wrap:wrap;column-gap:1rem}qd-panel-section qd-status-pairs qd-status-pairs-item{flex:1 1 0;margin-right:0!important;margin-bottom:.75rem!important}qd-panel-section qd-status-pairs+qd-panel-section-text-paragraph{margin-top:.5rem}qd-panel-section qd-table+qd-panel-section-text-paragraph{margin-top:1rem}\n"] }]
|
|
81
|
+
}], ctorParameters: () => [{ type: i1.QdPanelSectionActionService }], propDecorators: { config: [{
|
|
82
|
+
type: Input
|
|
83
|
+
}], actionOutput: [{
|
|
84
|
+
type: Output
|
|
85
|
+
}], statusList: [{
|
|
86
|
+
type: ContentChildren,
|
|
87
|
+
args: [QdPanelSectionStatusComponent]
|
|
88
|
+
}], statusPairsList: [{
|
|
89
|
+
type: ContentChildren,
|
|
90
|
+
args: [QdStatusPairsComponent]
|
|
91
|
+
}], tableList: [{
|
|
92
|
+
type: ContentChildren,
|
|
93
|
+
args: [QdTableComponent]
|
|
94
|
+
}], paragraphList: [{
|
|
95
|
+
type: ContentChildren,
|
|
96
|
+
args: [QdPanelSectionTextParagraphComponent]
|
|
97
|
+
}] } });
|
|
98
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFuZWwtc2VjdGlvbi9wYW5lbC1zZWN0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL3BhbmVsLXNlY3Rpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxlQUFlLEVBQ2YsWUFBWSxFQUNaLEtBQUssRUFHTCxNQUFNLEVBQ04sU0FBUyxFQUNULGlCQUFpQixFQUNsQixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUN0RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyRUFBMkUsQ0FBQztBQUNuSCxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUMvRyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUU1RCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7Ozs7O0FBRXhGOzs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQW9CRztBQVFILE1BQU0sT0FBTyx1QkFBdUI7SUFxQkw7SUFwQjdCOztPQUVHO0lBQ00sTUFBTSxHQUF5QixFQUFFLENBQUM7SUFFM0M7Ozs7T0FJRztJQUNPLFlBQVksR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0lBRUosVUFBVSxDQUE0QztJQUM3RCxlQUFlLENBQXFDO0lBQzFELFNBQVMsQ0FBdUM7SUFFbkYsYUFBYSxDQUFtRDtJQUV4RCx5QkFBeUIsQ0FBZ0I7SUFFakQsWUFBNkIsYUFBMEM7UUFBMUMsa0JBQWEsR0FBYixhQUFhLENBQTZCO0lBQUcsQ0FBQztJQUUzRSxRQUFRO1FBQ04sSUFBSSxDQUFDLHdCQUF3QixFQUFFLENBQUM7SUFDbEMsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMseUJBQXlCLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDL0MsQ0FBQztJQUVELFVBQVU7UUFDUixJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPO1lBQUUsT0FBTyxLQUFLLENBQUM7UUFFdkMsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFRCxVQUFVO1FBQ1IsT0FBTyxDQUNMLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxHQUFHLENBQUM7WUFDMUIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxNQUFNLEdBQUcsQ0FBQztZQUMvQixJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDO1lBQ3pCLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FDOUIsQ0FBQztJQUNKLENBQUM7SUFFTyx3QkFBd0I7UUFDOUIsSUFBSSxDQUFDLHlCQUF5QixHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxDQUFDLElBQUssRUFBRSxFQUFFO1lBQzlFLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQy9CLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt1R0FsRFUsdUJBQXVCOzJGQUF2Qix1QkFBdUIsb0hBSHZCLENBQUMsMkJBQTJCLENBQUMscURBZ0J2Qiw2QkFBNkIsa0RBQzdCLHNCQUFzQiw0Q0FDdEIsZ0JBQWdCLGdEQUNoQixvQ0FBb0MsNkJDL0R2RCwwbkJBZ0JBOzsyRkQrQmEsdUJBQXVCO2tCQVBuQyxTQUFTOytCQUNFLGtCQUFrQixhQUdqQixDQUFDLDJCQUEyQixDQUFDLGlCQUN6QixpQkFBaUIsQ0FBQyxJQUFJO2dHQU01QixNQUFNO3NCQUFkLEtBQUs7Z0JBT0ksWUFBWTtzQkFBckIsTUFBTTtnQkFFeUMsVUFBVTtzQkFBekQsZUFBZTt1QkFBQyw2QkFBNkI7Z0JBQ0wsZUFBZTtzQkFBdkQsZUFBZTt1QkFBQyxzQkFBc0I7Z0JBQ0osU0FBUztzQkFBM0MsZUFBZTt1QkFBQyxnQkFBZ0I7Z0JBRWpDLGFBQWE7c0JBRFosZUFBZTt1QkFBQyxvQ0FBb0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT25EZXN0cm95LFxuICBPbkluaXQsXG4gIE91dHB1dCxcbiAgUXVlcnlMaXN0LFxuICBWaWV3RW5jYXBzdWxhdGlvblxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uQ29uZmlnIH0gZnJvbSAnLi4vcGFuZWwtc2VjdGlvbi9tb2RlbC9wYW5lbC1zZWN0aW9uLWNvbmZpZy5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgUWRQYW5lbFNlY3Rpb25BY3Rpb25TZXJ2aWNlIH0gZnJvbSAnLi9zZXJ2aWNlcy9wYW5lbC1zZWN0aW9uLWFjdGlvbi5zZXJ2aWNlJztcbmltcG9ydCB7IFFkU3RhdHVzUGFpcnNDb21wb25lbnQgfSBmcm9tICcuLi9saXN0cy9wYWlycy9zdGF0dXMtcGFpcnMvc3RhdHVzLXBhaXJzLWNvbnRhaW5lci9zdGF0dXMtcGFpcnMuY29tcG9uZW50JztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbXBvbmVudCB9IGZyb20gJy4vdGV4dC1wYXJhZ3JhcGgvcGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUWRUYWJsZUNvbXBvbmVudCB9IGZyb20gJy4uL3RhYmxlL3RhYmxlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29tcG9uZW50IH0gZnJvbSAnLi9zdGF0dXMvcGFuZWwtc2VjdGlvbi1zdGF0dXMuY29tcG9uZW50JztcblxuLyoqXG4gKiBUaGUgKipRZFBhbmVsU2VjdGlvbioqIGNvbXBvbmVudCBwcm92aWRlcyBhIHN0cnVjdHVyYWwgY29udGFpbmVyIGZvciBwYW5lbHMgbGlrZSB0aGUgY29udHJvbCBwYW5lbFxuICogdGhhdCBjYW4gaG9sZCBhIHRpdGxlIGFuZCB0ZXh0LiBBIHNpbXBsZSB0aXRsZSBjYW4gYmUgc2V0IHRocm91Z2ggdGhlIGNvbmZpZyBhbmQgYSBzdGF0dXMgdGl0bGUgY2FuIGJlIHNldCB3aXRoXG4gKiB0aGUgY2hpbGQgY29tcG9uZW50ICoqcWQtcGFuZWwtc2VjdGlvbi1zdGF0dXMqKi4gVGV4dCBjYW4gYmUgaW5zZXJ0ZWQgd2l0aFxuICogKipxZC1wYW5lbC1zZWN0aW9uLXRleHQtcGFyYWdyYXBoKiogY29tcG9uZW50cyB0aGF0IG9wdGlvbmFsbHkgYWxzbyBjYW4gaGF2ZSBhIHRpdGxlLlxuICogSXQncyBhbHNvIHBvc3NpYmxlIHRvIGludGVncmF0ZSBhICoqcWQtdGFibGUqKiBvciAqKnFkLXN0YXR1cy1wYWlycyoqLlxuICogRGVmaW5lIGFjdGlvbnMgaW4gdGhlIGNvbmZpZyB0byBpbnNlcnQgYW4gYWN0aW9uIGJ1dHRvbiBvciBhIG1lbnUgYnV0dG9uIHdpdGggbXVsdGlwbGUgYWN0aW9ucyBpbiB0aGUgdG9vbGJhci5cbiAqIFdoZW4gdGhlIGJ1dHRvbiBpcyBjbGlja2VkLCB0aGUgYGFjdGlvbk91dHB1dGAgd2lsbCBiZSBlbWl0dGVkLlxuICpcbiAqICoqVXNhZ2U6KipcbiAqXG4gKiBAZXhhbXBsZVxuICogPHFkLXBhbmVsLXNlY3Rpb24gW2NvbmZpZ109XCJ7IHRpdGxlOiB7IGkxOG46ICdpMThuLm15LXBhbmVsLXNlY3Rpb24tdGl0bGUnIH19XCI+XG4gKiAgIDxxZC1wYW5lbC1zZWN0aW9uLXN0YXR1c1xuICogICAgIFtjb25maWddPVwieyBzdGF0dXM6ICdzdWNjZXNzJywgdGl0bGU6IHsgaTE4bjogJ2kxOG4ubXktY29udHJvbC1wYW5lbC1zdGF0dXMtdGl0bGUnIH19XCJcbiAqICAgPjwvcWQtcGFuZWwtc2VjdGlvbi1zdGF0dXM+XG4gKiAgIDxxZC1wYW5lbC1zZWN0aW9uLXRleHQtcGFyYWdyYXBoIFtjb25maWddPVwieyB0aXRsZTogeyBpMThuOiAnaTE4bi5teS1wYW5lbC1zZWN0aW9uLXRleHQtcGFyYWdyYXBoLXRpdGxlJyB9fVwiPlxuICogICAgIE15IFBhbmVsIFNlY3Rpb24gVGV4dFxuICogICA8L3FkLXBhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGg+XG4gKiA8L3FkLXRleHQtc2VjdGlvbj5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncWQtcGFuZWwtc2VjdGlvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYW5lbC1zZWN0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL3BhbmVsLXNlY3Rpb24uY29tcG9uZW50LnNjc3MnLFxuICBwcm92aWRlcnM6IFtRZFBhbmVsU2VjdGlvbkFjdGlvblNlcnZpY2VdLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuZXhwb3J0IGNsYXNzIFFkUGFuZWxTZWN0aW9uQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xuICAvKipcbiAgICogVGhlIGNvbmZpZ3VyYXRpb24gb2YgdGhlIHBhbmVsIHNlY3Rpb24uXG4gICAqL1xuICBASW5wdXQoKSBjb25maWc6IFFkUGFuZWxTZWN0aW9uQ29uZmlnID0ge307XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvbiBTZW5kcyBhbiBldmVudCB3aGVuIHRoZSBwYW5lbCBzZWN0aW9uIGFjdGlvbiBidXR0b24gaXMgY2xpY2tlZCBvciB0YXBwZWQuXG4gICAqXG4gICAqIFRoZSBldmVudCBpbmNsdWRlcyB0aGUgYWN0aW9uIHR5cGVcbiAgICovXG4gIEBPdXRwdXQoKSBhY3Rpb25PdXRwdXQgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcblxuICBAQ29udGVudENoaWxkcmVuKFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29tcG9uZW50KSBzdGF0dXNMaXN0ITogUXVlcnlMaXN0PFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29tcG9uZW50PjtcbiAgQENvbnRlbnRDaGlsZHJlbihRZFN0YXR1c1BhaXJzQ29tcG9uZW50KSBzdGF0dXNQYWlyc0xpc3QhOiBRdWVyeUxpc3Q8UWRTdGF0dXNQYWlyc0NvbXBvbmVudD47XG4gIEBDb250ZW50Q2hpbGRyZW4oUWRUYWJsZUNvbXBvbmVudCkgdGFibGVMaXN0ITogUXVlcnlMaXN0PFFkVGFibGVDb21wb25lbnQ8c3RyaW5nPj47XG4gIEBDb250ZW50Q2hpbGRyZW4oUWRQYW5lbFNlY3Rpb25UZXh0UGFyYWdyYXBoQ29tcG9uZW50KVxuICBwYXJhZ3JhcGhMaXN0ITogUXVlcnlMaXN0PFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbXBvbmVudD47XG5cbiAgcHJpdmF0ZSBfYWN0aW9uT3V0cHV0U3Vic2NyaXB0aW9uITogU3Vic2NyaXB0aW9uO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgYWN0aW9uU2VydmljZTogUWRQYW5lbFNlY3Rpb25BY3Rpb25TZXJ2aWNlKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuc3Vic2NyaWJlRm9yQWN0aW9uT3V0cHV0KCk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLl9hY3Rpb25PdXRwdXRTdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKTtcbiAgfVxuXG4gIGhhc0FjdGlvbnMoKTogYm9vbGVhbiB7XG4gICAgaWYgKCF0aGlzLmNvbmZpZy5hY3Rpb25zKSByZXR1cm4gZmFsc2U7XG5cbiAgICByZXR1cm4gdGhpcy5jb25maWcuYWN0aW9ucy5sZW5ndGggPiAwO1xuICB9XG5cbiAgaGFzQ29udGVudCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gKFxuICAgICAgdGhpcy5zdGF0dXNMaXN0Lmxlbmd0aCA+IDAgfHxcbiAgICAgIHRoaXMuc3RhdHVzUGFpcnNMaXN0Lmxlbmd0aCA+IDAgfHxcbiAgICAgIHRoaXMudGFibGVMaXN0Lmxlbmd0aCA+IDAgfHxcbiAgICAgIHRoaXMucGFyYWdyYXBoTGlzdC5sZW5ndGggPiAwXG4gICAgKTtcbiAgfVxuXG4gIHByaXZhdGUgc3Vic2NyaWJlRm9yQWN0aW9uT3V0cHV0KCk6IHZvaWQge1xuICAgIHRoaXMuX2FjdGlvbk91dHB1dFN1YnNjcmlwdGlvbiA9IHRoaXMuYWN0aW9uU2VydmljZS5hY3Rpb24kLnN1YnNjcmliZSgodHlwZT8pID0+IHtcbiAgICAgIHRoaXMuYWN0aW9uT3V0cHV0LmVtaXQodHlwZSk7XG4gICAgfSk7XG4gIH1cbn1cbiIsIjxzZWN0aW9uPlxuICA8ZGl2IGNsYXNzPVwidG9vbGJhclwiICpuZ0lmPVwiY29uZmlnLnRpdGxlIHx8IGhhc0FjdGlvbnMoKVwiPlxuICAgIDxkaXYgY2xhc3M9XCJ0aXRsZVwiICpuZ0lmPVwiY29uZmlnLnRpdGxlXCI+XG4gICAgICB7eyBjb25maWcudGl0bGUuaTE4biB8IHRyYW5zbGF0ZSB9fVxuICAgIDwvZGl2PlxuXG4gICAgPHFkLXBhbmVsLXNlY3Rpb24tYWN0aW9ucyAqbmdJZj1cImhhc0FjdGlvbnMoKVwiIFtjb25maWddPVwiY29uZmlnXCI+PC9xZC1wYW5lbC1zZWN0aW9uLWFjdGlvbnM+XG4gIDwvZGl2PlxuXG4gIDxkaXYgW25nQ2xhc3NdPVwieyBjb250ZW50OiB0cnVlLCBlbXB0eTogIWhhc0NvbnRlbnQoKSB9XCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwicWQtcGFuZWwtc2VjdGlvbi1zdGF0dXNcIj48L25nLWNvbnRlbnQ+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwicWQtc3RhdHVzLXBhaXJzXCI+PC9uZy1jb250ZW50PlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cInFkLXRhYmxlXCI+PC9uZy1jb250ZW50PlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cInFkLXBhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGhcIj48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|
|
@@ -10,33 +10,32 @@ import { QdIconModule } from '../icon/icon.module';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export { QdPanelSectionComponent, QdPanelSectionStatusComponent, QdPanelSectionActionsComponent, QdPanelSectionTextParagraphComponent };
|
|
12
12
|
export class QdPanelSectionModule {
|
|
13
|
-
static ɵfac =
|
|
14
|
-
static ɵmod =
|
|
15
|
-
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionModule, declarations: [QdPanelSectionComponent,
|
|
15
|
+
QdPanelSectionStatusComponent,
|
|
16
|
+
QdPanelSectionActionsComponent,
|
|
17
|
+
QdPanelSectionTextParagraphComponent], imports: [CommonModule, TranslateModule, QdButtonModule, QdIconModule], exports: [QdPanelSectionComponent,
|
|
18
|
+
QdPanelSectionStatusComponent,
|
|
19
|
+
QdPanelSectionActionsComponent,
|
|
20
|
+
QdPanelSectionTextParagraphComponent] });
|
|
21
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionModule, imports: [CommonModule, TranslateModule, QdButtonModule, QdIconModule] });
|
|
16
22
|
}
|
|
17
|
-
(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
QdPanelSectionStatusComponent,
|
|
37
|
-
QdPanelSectionActionsComponent,
|
|
38
|
-
QdPanelSectionTextParagraphComponent], imports: [CommonModule, TranslateModule, QdButtonModule, QdIconModule], exports: [QdPanelSectionComponent,
|
|
39
|
-
QdPanelSectionStatusComponent,
|
|
40
|
-
QdPanelSectionActionsComponent,
|
|
41
|
-
QdPanelSectionTextParagraphComponent] }); })();
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFuZWwtc2VjdGlvbi9wYW5lbC1zZWN0aW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ3hGLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQzNGLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHlEQUF5RCxDQUFDO0FBQy9HLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFFbkQsT0FBTyxFQUNMLHVCQUF1QixFQUN2Qiw2QkFBNkIsRUFDN0IsOEJBQThCLEVBQzlCLG9DQUFvQyxFQUNyQyxDQUFDO0FBaUJGLE1BQU0sT0FBTyxvQkFBb0I7OEdBQXBCLG9CQUFvQjs0REFBcEIsb0JBQW9CO2dFQWRyQixZQUFZLEVBQUUsZUFBZSxFQUFFLGNBQWMsRUFBRSxZQUFZOztpRkFjMUQsb0JBQW9CO2NBZmhDLFFBQVE7ZUFBQztnQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsZUFBZSxFQUFFLGNBQWMsRUFBRSxZQUFZLENBQUM7Z0JBQ3RFLFlBQVksRUFBRTtvQkFDWix1QkFBdUI7b0JBQ3ZCLDZCQUE2QjtvQkFDN0IsOEJBQThCO29CQUM5QixvQ0FBb0M7aUJBQ3JDO2dCQUNELE9BQU8sRUFBRTtvQkFDUCx1QkFBdUI7b0JBQ3ZCLDZCQUE2QjtvQkFDN0IsOEJBQThCO29CQUM5QixvQ0FBb0M7aUJBQ3JDO2FBQ0Y7O3dGQUNZLG9CQUFvQixtQkFaN0IsdUJBQXVCO1FBQ3ZCLDZCQUE2QjtRQUM3Qiw4QkFBOEI7UUFDOUIsb0NBQW9DLGFBTDVCLFlBQVksRUFBRSxlQUFlLEVBQUUsY0FBYyxFQUFFLFlBQVksYUFRbkUsdUJBQXVCO1FBQ3ZCLDZCQUE2QjtRQUM3Qiw4QkFBOEI7UUFDOUIsb0NBQW9DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcbmltcG9ydCB7IFFkQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHsgUWRQYW5lbFNlY3Rpb25Db21wb25lbnQgfSBmcm9tICcuL3BhbmVsLXNlY3Rpb24uY29tcG9uZW50JztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29tcG9uZW50IH0gZnJvbSAnLi9zdGF0dXMvcGFuZWwtc2VjdGlvbi1zdGF0dXMuY29tcG9uZW50JztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uQWN0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vYWN0aW9ucy9wYW5lbC1zZWN0aW9uLWFjdGlvbnMuY29tcG9uZW50JztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbXBvbmVudCB9IGZyb20gJy4vdGV4dC1wYXJhZ3JhcGgvcGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUWRJY29uTW9kdWxlIH0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5cbmV4cG9ydCB7XG4gIFFkUGFuZWxTZWN0aW9uQ29tcG9uZW50LFxuICBRZFBhbmVsU2VjdGlvblN0YXR1c0NvbXBvbmVudCxcbiAgUWRQYW5lbFNlY3Rpb25BY3Rpb25zQ29tcG9uZW50LFxuICBRZFBhbmVsU2VjdGlvblRleHRQYXJhZ3JhcGhDb21wb25lbnRcbn07XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFRyYW5zbGF0ZU1vZHVsZSwgUWRCdXR0b25Nb2R1bGUsIFFkSWNvbk1vZHVsZV0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFFkUGFuZWxTZWN0aW9uQ29tcG9uZW50LFxuICAgIFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29tcG9uZW50LFxuICAgIFFkUGFuZWxTZWN0aW9uQWN0aW9uc0NvbXBvbmVudCxcbiAgICBRZFBhbmVsU2VjdGlvblRleHRQYXJhZ3JhcGhDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFFkUGFuZWxTZWN0aW9uQ29tcG9uZW50LFxuICAgIFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29tcG9uZW50LFxuICAgIFFkUGFuZWxTZWN0aW9uQWN0aW9uc0NvbXBvbmVudCxcbiAgICBRZFBhbmVsU2VjdGlvblRleHRQYXJhZ3JhcGhDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBRZFBhbmVsU2VjdGlvbk1vZHVsZSB7fVxuIl19
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionModule, decorators: [{
|
|
24
|
+
type: NgModule,
|
|
25
|
+
args: [{
|
|
26
|
+
imports: [CommonModule, TranslateModule, QdButtonModule, QdIconModule],
|
|
27
|
+
declarations: [
|
|
28
|
+
QdPanelSectionComponent,
|
|
29
|
+
QdPanelSectionStatusComponent,
|
|
30
|
+
QdPanelSectionActionsComponent,
|
|
31
|
+
QdPanelSectionTextParagraphComponent
|
|
32
|
+
],
|
|
33
|
+
exports: [
|
|
34
|
+
QdPanelSectionComponent,
|
|
35
|
+
QdPanelSectionStatusComponent,
|
|
36
|
+
QdPanelSectionActionsComponent,
|
|
37
|
+
QdPanelSectionTextParagraphComponent
|
|
38
|
+
]
|
|
39
|
+
}]
|
|
40
|
+
}] });
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFuZWwtc2VjdGlvbi9wYW5lbC1zZWN0aW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ3hGLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQzNGLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHlEQUF5RCxDQUFDO0FBQy9HLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFFbkQsT0FBTyxFQUNMLHVCQUF1QixFQUN2Qiw2QkFBNkIsRUFDN0IsOEJBQThCLEVBQzlCLG9DQUFvQyxFQUNyQyxDQUFDO0FBaUJGLE1BQU0sT0FBTyxvQkFBb0I7dUdBQXBCLG9CQUFvQjt3R0FBcEIsb0JBQW9CLGlCQVo3Qix1QkFBdUI7WUFDdkIsNkJBQTZCO1lBQzdCLDhCQUE4QjtZQUM5QixvQ0FBb0MsYUFMNUIsWUFBWSxFQUFFLGVBQWUsRUFBRSxjQUFjLEVBQUUsWUFBWSxhQVFuRSx1QkFBdUI7WUFDdkIsNkJBQTZCO1lBQzdCLDhCQUE4QjtZQUM5QixvQ0FBb0M7d0dBRzNCLG9CQUFvQixZQWRyQixZQUFZLEVBQUUsZUFBZSxFQUFFLGNBQWMsRUFBRSxZQUFZOzsyRkFjMUQsb0JBQW9CO2tCQWZoQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxlQUFlLEVBQUUsY0FBYyxFQUFFLFlBQVksQ0FBQztvQkFDdEUsWUFBWSxFQUFFO3dCQUNaLHVCQUF1Qjt3QkFDdkIsNkJBQTZCO3dCQUM3Qiw4QkFBOEI7d0JBQzlCLG9DQUFvQztxQkFDckM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHVCQUF1Qjt3QkFDdkIsNkJBQTZCO3dCQUM3Qiw4QkFBOEI7d0JBQzlCLG9DQUFvQztxQkFDckM7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuaW1wb3J0IHsgUWRCdXR0b25Nb2R1bGUgfSBmcm9tICcuLi9idXR0b24vYnV0dG9uLm1vZHVsZSc7XG5pbXBvcnQgeyBRZFBhbmVsU2VjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vcGFuZWwtc2VjdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgUWRQYW5lbFNlY3Rpb25TdGF0dXNDb21wb25lbnQgfSBmcm9tICcuL3N0YXR1cy9wYW5lbC1zZWN0aW9uLXN0YXR1cy5jb21wb25lbnQnO1xuaW1wb3J0IHsgUWRQYW5lbFNlY3Rpb25BY3Rpb25zQ29tcG9uZW50IH0gZnJvbSAnLi9hY3Rpb25zL3BhbmVsLXNlY3Rpb24tYWN0aW9ucy5jb21wb25lbnQnO1xuaW1wb3J0IHsgUWRQYW5lbFNlY3Rpb25UZXh0UGFyYWdyYXBoQ29tcG9uZW50IH0gZnJvbSAnLi90ZXh0LXBhcmFncmFwaC9wYW5lbC1zZWN0aW9uLXRleHQtcGFyYWdyYXBoLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBRZEljb25Nb2R1bGUgfSBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcblxuZXhwb3J0IHtcbiAgUWRQYW5lbFNlY3Rpb25Db21wb25lbnQsXG4gIFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29tcG9uZW50LFxuICBRZFBhbmVsU2VjdGlvbkFjdGlvbnNDb21wb25lbnQsXG4gIFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbXBvbmVudFxufTtcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgVHJhbnNsYXRlTW9kdWxlLCBRZEJ1dHRvbk1vZHVsZSwgUWRJY29uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgUWRQYW5lbFNlY3Rpb25Db21wb25lbnQsXG4gICAgUWRQYW5lbFNlY3Rpb25TdGF0dXNDb21wb25lbnQsXG4gICAgUWRQYW5lbFNlY3Rpb25BY3Rpb25zQ29tcG9uZW50LFxuICAgIFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgUWRQYW5lbFNlY3Rpb25Db21wb25lbnQsXG4gICAgUWRQYW5lbFNlY3Rpb25TdGF0dXNDb21wb25lbnQsXG4gICAgUWRQYW5lbFNlY3Rpb25BY3Rpb25zQ29tcG9uZW50LFxuICAgIFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFFkUGFuZWxTZWN0aW9uTW9kdWxlIHt9XG4iXX0=
|
|
@@ -9,10 +9,10 @@ export class QdPanelSectionActionService {
|
|
|
9
9
|
emitAction(type) {
|
|
10
10
|
this._actionSubject$.next(type);
|
|
11
11
|
}
|
|
12
|
-
static ɵfac =
|
|
13
|
-
static ɵprov =
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionActionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionActionService });
|
|
14
14
|
}
|
|
15
|
-
(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionActionService, decorators: [{
|
|
16
|
+
type: Injectable
|
|
17
|
+
}] });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi1hY3Rpb24uc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL3NlcnZpY2VzL3BhbmVsLXNlY3Rpb24tYWN0aW9uLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQWMsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUczQyxNQUFNLE9BQU8sMkJBQTJCO0lBQzlCLGVBQWUsR0FBRyxJQUFJLE9BQU8sRUFBVSxDQUFDO0lBRWhELElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLGVBQWUsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUM3QyxDQUFDO0lBRUQsVUFBVSxDQUFDLElBQVk7UUFDckIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDbEMsQ0FBQzt1R0FUVSwyQkFBMkI7MkdBQTNCLDJCQUEyQjs7MkZBQTNCLDJCQUEyQjtrQkFEdkMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIFFkUGFuZWxTZWN0aW9uQWN0aW9uU2VydmljZSB7XG4gIHByaXZhdGUgX2FjdGlvblN1YmplY3QkID0gbmV3IFN1YmplY3Q8c3RyaW5nPigpO1xuXG4gIGdldCBhY3Rpb24kKCk6IE9ic2VydmFibGU8c3RyaW5nPiB7XG4gICAgcmV0dXJuIHRoaXMuX2FjdGlvblN1YmplY3QkLmFzT2JzZXJ2YWJsZSgpO1xuICB9XG5cbiAgZW1pdEFjdGlvbih0eXBlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLl9hY3Rpb25TdWJqZWN0JC5uZXh0KHR5cGUpO1xuICB9XG59XG4iXX0=
|
|
@@ -7,29 +7,17 @@ export class QdPanelSectionStatusComponent {
|
|
|
7
7
|
get getStatusClass() {
|
|
8
8
|
return this.config.status;
|
|
9
9
|
}
|
|
10
|
-
static ɵfac =
|
|
11
|
-
static ɵcmp =
|
|
12
|
-
i0.ɵɵattribute("class", ctx.getStatusClass);
|
|
13
|
-
} }, inputs: { config: "config" }, decls: 4, vars: 3, consts: [["icon", "circleSolid"]], template: function QdPanelSectionStatusComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
-
i0.ɵɵelement(0, "qd-icon", 0);
|
|
15
|
-
i0.ɵɵelementStart(1, "h3");
|
|
16
|
-
i0.ɵɵtext(2);
|
|
17
|
-
i0.ɵɵpipe(3, "translate");
|
|
18
|
-
i0.ɵɵelementEnd();
|
|
19
|
-
} if (rf & 2) {
|
|
20
|
-
i0.ɵɵadvance(2);
|
|
21
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 1, ctx.config.title.i18n));
|
|
22
|
-
} }, dependencies: [i1.QdIconComponent, i2.TranslatePipe], styles: ["[_nghost-%COMP%]{display:flex;width:100%;align-items:flex-start;padding:1rem .75rem;border:rgb(213,213,213) .125rem solid;margin-bottom:1rem;font-size:.875rem}[_nghost-%COMP%]:last-child{margin-bottom:0rem}[_nghost-%COMP%] qd-icon[_ngcontent-%COMP%]{margin-right:.3125rem;font-size:1.625rem}[_nghost-%COMP%] h3[_ngcontent-%COMP%]{margin:0!important;font-size:.875rem}.positive[_nghost-%COMP%]{border-left:rgb(0,129,58) .25rem solid;color:#00813a}.warning[_nghost-%COMP%]{border-left:rgb(255,155,0) .25rem solid;color:#ff9b00}.info[_nghost-%COMP%]{border-left:rgb(0,102,153) .25rem solid;color:#069}.critical[_nghost-%COMP%]{border-left:rgb(199,0,35) .25rem solid;color:#c70023}"] });
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdPanelSectionStatusComponent, selector: "qd-panel-section-status", inputs: { config: "config" }, host: { properties: { "attr.class": "this.getStatusClass" } }, ngImport: i0, template: "<qd-icon icon=\"circleSolid\"></qd-icon>\n<h3>{{ config.title.i18n | translate }}</h3>\n", styles: [":host{display:flex;width:100%;align-items:flex-start;padding:1rem .75rem;border:rgb(213,213,213) .125rem solid;margin-bottom:1rem;font-size:.875rem}:host:last-child{margin-bottom:0rem}:host qd-icon{margin-right:.3125rem;font-size:1.625rem}:host h3{margin:0!important;font-size:.875rem}:host.positive{border-left:rgb(0,129,58) .25rem solid;color:#00813a}:host.warning{border-left:rgb(255,155,0) .25rem solid;color:#ff9b00}:host.info{border-left:rgb(0,102,153) .25rem solid;color:#069}:host.critical{border-left:rgb(199,0,35) .25rem solid;color:#c70023}\n"], dependencies: [{ kind: "component", type: i1.QdIconComponent, selector: "qd-icon", inputs: ["icon"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] });
|
|
23
12
|
}
|
|
24
|
-
(
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi1zdGF0dXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9xZC11aS9zcmMvbGliL3BhbmVsLXNlY3Rpb24vc3RhdHVzL3BhbmVsLXNlY3Rpb24tc3RhdHVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL3N0YXR1cy9wYW5lbC1zZWN0aW9uLXN0YXR1cy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFROUQsTUFBTSxPQUFPLDZCQUE2QjtJQUNiLE1BQU0sQ0FBOEI7SUFFL0QsSUFDSSxjQUFjO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUM7SUFDNUIsQ0FBQzt1SEFOVSw2QkFBNkI7NkRBQTdCLDZCQUE2Qjs7O1lDUjFDLDZCQUFzQztZQUN0QywwQkFBSTtZQUFBLFlBQW1DOztZQUFBLGlCQUFLOztZQUF4QyxlQUFtQztZQUFuQyxpRUFBbUM7OztpRkRPMUIsNkJBQTZCO2NBTHpDLFNBQVM7MkJBQ0UseUJBQXlCO2dCQUtSLE1BQU07a0JBQWhDLEtBQUs7bUJBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO1lBR3JCLGNBQWM7a0JBRGpCLFdBQVc7bUJBQUMsWUFBWTs7a0ZBSGQsNkJBQTZCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBIb3N0QmluZGluZywgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29uZmlnIH0gZnJvbSAnLi4vbW9kZWwvcGFuZWwtc2VjdGlvbi1zdGF0dXMtY29uZmlnLmludGVyZmFjZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3FkLXBhbmVsLXNlY3Rpb24tc3RhdHVzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BhbmVsLXNlY3Rpb24tc3RhdHVzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcGFuZWwtc2VjdGlvbi1zdGF0dXMuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBRZFBhbmVsU2VjdGlvblN0YXR1c0NvbXBvbmVudCB7XG4gIEBJbnB1dCh7IHJlcXVpcmVkOiB0cnVlIH0pIGNvbmZpZyE6IFFkUGFuZWxTZWN0aW9uU3RhdHVzQ29uZmlnO1xuXG4gIEBIb3N0QmluZGluZygnYXR0ci5jbGFzcycpXG4gIGdldCBnZXRTdGF0dXNDbGFzcygpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLmNvbmZpZy5zdGF0dXM7XG4gIH1cbn1cbiIsIjxxZC1pY29uIGljb249XCJjaXJjbGVTb2xpZFwiPjwvcWQtaWNvbj5cbjxoMz57eyBjb25maWcudGl0bGUuaTE4biB8IHRyYW5zbGF0ZSB9fTwvaDM+XG4iXX0=
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionStatusComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{ selector: 'qd-panel-section-status', template: "<qd-icon icon=\"circleSolid\"></qd-icon>\n<h3>{{ config.title.i18n | translate }}</h3>\n", styles: [":host{display:flex;width:100%;align-items:flex-start;padding:1rem .75rem;border:rgb(213,213,213) .125rem solid;margin-bottom:1rem;font-size:.875rem}:host:last-child{margin-bottom:0rem}:host qd-icon{margin-right:.3125rem;font-size:1.625rem}:host h3{margin:0!important;font-size:.875rem}:host.positive{border-left:rgb(0,129,58) .25rem solid;color:#00813a}:host.warning{border-left:rgb(255,155,0) .25rem solid;color:#ff9b00}:host.info{border-left:rgb(0,102,153) .25rem solid;color:#069}:host.critical{border-left:rgb(199,0,35) .25rem solid;color:#c70023}\n"] }]
|
|
16
|
+
}], propDecorators: { config: [{
|
|
17
|
+
type: Input,
|
|
18
|
+
args: [{ required: true }]
|
|
19
|
+
}], getStatusClass: [{
|
|
20
|
+
type: HostBinding,
|
|
21
|
+
args: ['attr.class']
|
|
22
|
+
}] } });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi1zdGF0dXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9xZC11aS9zcmMvbGliL3BhbmVsLXNlY3Rpb24vc3RhdHVzL3BhbmVsLXNlY3Rpb24tc3RhdHVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL3N0YXR1cy9wYW5lbC1zZWN0aW9uLXN0YXR1cy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFROUQsTUFBTSxPQUFPLDZCQUE2QjtJQUNiLE1BQU0sQ0FBOEI7SUFFL0QsSUFDSSxjQUFjO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUM7SUFDNUIsQ0FBQzt1R0FOVSw2QkFBNkI7MkZBQTdCLDZCQUE2Qiw0SkNSMUMsMEZBRUE7OzJGRE1hLDZCQUE2QjtrQkFMekMsU0FBUzsrQkFDRSx5QkFBeUI7OEJBS1IsTUFBTTtzQkFBaEMsS0FBSzt1QkFBQyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUU7Z0JBR3JCLGNBQWM7c0JBRGpCLFdBQVc7dUJBQUMsWUFBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBRZFBhbmVsU2VjdGlvblN0YXR1c0NvbmZpZyB9IGZyb20gJy4uL21vZGVsL3BhbmVsLXNlY3Rpb24tc3RhdHVzLWNvbmZpZy5pbnRlcmZhY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdxZC1wYW5lbC1zZWN0aW9uLXN0YXR1cycsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYW5lbC1zZWN0aW9uLXN0YXR1cy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3BhbmVsLXNlY3Rpb24tc3RhdHVzLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgUWRQYW5lbFNlY3Rpb25TdGF0dXNDb21wb25lbnQge1xuICBASW5wdXQoeyByZXF1aXJlZDogdHJ1ZSB9KSBjb25maWchOiBRZFBhbmVsU2VjdGlvblN0YXR1c0NvbmZpZztcblxuICBASG9zdEJpbmRpbmcoJ2F0dHIuY2xhc3MnKVxuICBnZXQgZ2V0U3RhdHVzQ2xhc3MoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5jb25maWcuc3RhdHVzO1xuICB9XG59XG4iLCI8cWQtaWNvbiBpY29uPVwiY2lyY2xlU29saWRcIj48L3FkLWljb24+XG48aDM+e3sgY29uZmlnLnRpdGxlLmkxOG4gfCB0cmFuc2xhdGUgfX08L2gzPlxuIl19
|
|
@@ -2,38 +2,18 @@ import { Component, Input } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
4
|
import * as i2 from "@ngx-translate/core";
|
|
5
|
-
const _c0 = ["*"];
|
|
6
|
-
function QdPanelSectionTextParagraphComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
-
i0.ɵɵelementStart(0, "div", 2);
|
|
8
|
-
i0.ɵɵtext(1);
|
|
9
|
-
i0.ɵɵpipe(2, "translate");
|
|
10
|
-
i0.ɵɵelementEnd();
|
|
11
|
-
} if (rf & 2) {
|
|
12
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
13
|
-
i0.ɵɵadvance();
|
|
14
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r0.config.title.i18n));
|
|
15
|
-
} }
|
|
16
5
|
export class QdPanelSectionTextParagraphComponent {
|
|
17
6
|
/**
|
|
18
7
|
* The configuration of the panel section text paragraph.
|
|
19
8
|
*/
|
|
20
9
|
config = {};
|
|
21
|
-
static ɵfac =
|
|
22
|
-
static ɵcmp =
|
|
23
|
-
i0.ɵɵprojectionDef();
|
|
24
|
-
i0.ɵɵtemplate(0, QdPanelSectionTextParagraphComponent_div_0_Template, 3, 3, "div", 0);
|
|
25
|
-
i0.ɵɵelementStart(1, "div", 1);
|
|
26
|
-
i0.ɵɵprojection(2);
|
|
27
|
-
i0.ɵɵelementEnd();
|
|
28
|
-
} if (rf & 2) {
|
|
29
|
-
i0.ɵɵproperty("ngIf", ctx.config.title);
|
|
30
|
-
} }, dependencies: [i1.NgIf, i2.TranslatePipe], styles: ["[_nghost-%COMP%]{display:block;color:#171717}[_nghost-%COMP%] .paragraph-title[_ngcontent-%COMP%]{font-weight:500}"] });
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionTextParagraphComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: QdPanelSectionTextParagraphComponent, selector: "qd-panel-section-text-paragraph", inputs: { config: "config" }, ngImport: i0, template: "<div class=\"paragraph-title\" *ngIf=\"config.title\">{{ config.title.i18n | translate }}</div>\n<div class=\"paragraph-content\"><ng-content></ng-content></div>\n", styles: [":host{display:block;color:#171717}:host .paragraph-title{font-weight:500}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] });
|
|
31
12
|
}
|
|
32
|
-
(
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFuZWwtc2VjdGlvbi90ZXh0LXBhcmFncmFwaC9wYW5lbC1zZWN0aW9uLXRleHQtcGFyYWdyYXBoLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL3RleHQtcGFyYWdyYXBoL3BhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGguY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztJQ0FqRCw4QkFBa0Q7SUFBQSxZQUFtQzs7SUFBQSxpQkFBTTs7O0lBQXpDLGNBQW1DO0lBQW5DLG9FQUFtQzs7QURRckYsTUFBTSxPQUFPLG9DQUFvQztJQUMvQzs7T0FFRztJQUNNLE1BQU0sR0FBc0MsRUFBRSxDQUFDOzhIQUo3QyxvQ0FBb0M7NkRBQXBDLG9DQUFvQzs7WUNSakQscUZBQWtEO1lBQ2xELDhCQUErQjtZQUFBLGtCQUF5QjtZQUFBLGlCQUFNOztZQURoQyx1Q0FBa0I7OztpRkRRbkMsb0NBQW9DO2NBTGhELFNBQVM7MkJBQ0UsaUNBQWlDO2dCQVFsQyxNQUFNO2tCQUFkLEtBQUs7O2tGQUpLLG9DQUFvQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbmZpZyB9IGZyb20gJy4uL21vZGVsL3BhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGgtY29uZmlnLmludGVyZmFjZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3FkLXBhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGgnLFxuICB0ZW1wbGF0ZVVybDogJy4vcGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3BhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGguY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBRZFBhbmVsU2VjdGlvblRleHRQYXJhZ3JhcGhDb21wb25lbnQge1xuICAvKipcbiAgICogVGhlIGNvbmZpZ3VyYXRpb24gb2YgdGhlIHBhbmVsIHNlY3Rpb24gdGV4dCBwYXJhZ3JhcGguXG4gICAqL1xuICBASW5wdXQoKSBjb25maWc6IFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbmZpZyA9IHt9O1xufVxuIiwiPGRpdiBjbGFzcz1cInBhcmFncmFwaC10aXRsZVwiICpuZ0lmPVwiY29uZmlnLnRpdGxlXCI+e3sgY29uZmlnLnRpdGxlLmkxOG4gfCB0cmFuc2xhdGUgfX08L2Rpdj5cbjxkaXYgY2xhc3M9XCJwYXJhZ3JhcGgtY29udGVudFwiPjxuZy1jb250ZW50PjwvbmctY29udGVudD48L2Rpdj5cbiJdfQ==
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdPanelSectionTextParagraphComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{ selector: 'qd-panel-section-text-paragraph', template: "<div class=\"paragraph-title\" *ngIf=\"config.title\">{{ config.title.i18n | translate }}</div>\n<div class=\"paragraph-content\"><ng-content></ng-content></div>\n", styles: [":host{display:block;color:#171717}:host .paragraph-title{font-weight:500}\n"] }]
|
|
16
|
+
}], propDecorators: { config: [{
|
|
17
|
+
type: Input
|
|
18
|
+
}] } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvcGFuZWwtc2VjdGlvbi90ZXh0LXBhcmFncmFwaC9wYW5lbC1zZWN0aW9uLXRleHQtcGFyYWdyYXBoLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9wYW5lbC1zZWN0aW9uL3RleHQtcGFyYWdyYXBoL3BhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGguY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFRakQsTUFBTSxPQUFPLG9DQUFvQztJQUMvQzs7T0FFRztJQUNNLE1BQU0sR0FBc0MsRUFBRSxDQUFDO3VHQUo3QyxvQ0FBb0M7MkZBQXBDLG9DQUFvQyxxR0NSakQscUtBRUE7OzJGRE1hLG9DQUFvQztrQkFMaEQsU0FBUzsrQkFDRSxpQ0FBaUM7OEJBUWxDLE1BQU07c0JBQWQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbmZpZyB9IGZyb20gJy4uL21vZGVsL3BhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGgtY29uZmlnLmludGVyZmFjZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3FkLXBhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGgnLFxuICB0ZW1wbGF0ZVVybDogJy4vcGFuZWwtc2VjdGlvbi10ZXh0LXBhcmFncmFwaC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3BhbmVsLXNlY3Rpb24tdGV4dC1wYXJhZ3JhcGguY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBRZFBhbmVsU2VjdGlvblRleHRQYXJhZ3JhcGhDb21wb25lbnQge1xuICAvKipcbiAgICogVGhlIGNvbmZpZ3VyYXRpb24gb2YgdGhlIHBhbmVsIHNlY3Rpb24gdGV4dCBwYXJhZ3JhcGguXG4gICAqL1xuICBASW5wdXQoKSBjb25maWc6IFFkUGFuZWxTZWN0aW9uVGV4dFBhcmFncmFwaENvbmZpZyA9IHt9O1xufVxuIiwiPGRpdiBjbGFzcz1cInBhcmFncmFwaC10aXRsZVwiICpuZ0lmPVwiY29uZmlnLnRpdGxlXCI+e3sgY29uZmlnLnRpdGxlLmkxOG4gfCB0cmFuc2xhdGUgfX08L2Rpdj5cbjxkaXYgY2xhc3M9XCJwYXJhZ3JhcGgtY29udGVudFwiPjxuZy1jb250ZW50PjwvbmctY29udGVudD48L2Rpdj5cbiJdfQ==
|