@quadrel-enterprise-ui/framework 18.19.2 → 18.21.0
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 +15 -10
- package/esm2022/lib/button/__mocks__/mock-button-stack-button.component.mjs +24 -15
- package/esm2022/lib/button/__mocks__/mock-button-stack.component.mjs +15 -10
- package/esm2022/lib/button/__mocks__/mock-button.component.mjs +32 -20
- package/esm2022/lib/button/__mocks__/mock-button.directives.mjs +13 -13
- package/esm2022/lib/button/__mocks__/mock-button.module.mjs +41 -40
- package/esm2022/lib/button/__mocks__/mock-icon-button.component.mjs +21 -12
- package/esm2022/lib/button/button/additional-info/button-additional-info.component.mjs +24 -15
- package/esm2022/lib/button/button/button.component.mjs +59 -32
- package/esm2022/lib/button/button-grid/button-grid.component.mjs +13 -7
- package/esm2022/lib/button/button-stack/button-stack-button/button-stack-button.component.mjs +58 -14
- package/esm2022/lib/button/button-stack/button-stack-container/button-stack.component.mjs +16 -12
- package/esm2022/lib/button/button.module.mjs +63 -62
- package/esm2022/lib/button/directives/button.directives.mjs +13 -13
- package/esm2022/lib/button/icon-button/icon-button.component.mjs +27 -18
- package/esm2022/lib/button/menu-button/menu-button.component.mjs +119 -24
- package/esm2022/lib/chips/__mocks__/mock-chip.component.mjs +35 -24
- package/esm2022/lib/chips/__mocks__/mock-chips.module.mjs +13 -12
- package/esm2022/lib/chips/chip/chip.component.mjs +50 -21
- package/esm2022/lib/chips/chips.module.mjs +13 -12
- package/esm2022/lib/comments/add-comment/add-comment-dialog.component.mjs +80 -12
- package/esm2022/lib/comments/comments.component.mjs +106 -12
- package/esm2022/lib/comments/comments.module.mjs +33 -32
- package/esm2022/lib/comments/menu/comment-menu.component.mjs +28 -11
- package/esm2022/lib/comments/pipes/stripe-html.pipe.mjs +9 -9
- package/esm2022/lib/contact-card/__mocks__/mock-contact-card.component.mjs +18 -12
- package/esm2022/lib/contact-card/__mocks__/mock-contact-card.module.mjs +13 -12
- package/esm2022/lib/contact-card/contact-card.component.mjs +168 -18
- package/esm2022/lib/contact-card/contact-card.module.mjs +13 -12
- package/esm2022/lib/contact-card/menu/contact-card-menu.component.mjs +66 -16
- package/esm2022/lib/container/__mocks__/mock-action-footer.component.mjs +15 -10
- package/esm2022/lib/container/__mocks__/mock-container-create-content.component.mjs +19 -14
- package/esm2022/lib/container/__mocks__/mock-container-create-default.component.mjs +17 -12
- package/esm2022/lib/container/__mocks__/mock-container-section.component.mjs +20 -12
- package/esm2022/lib/container/__mocks__/mock-container-toolbar-action.component.mjs +32 -26
- package/esm2022/lib/container/__mocks__/mock-container-toolbar-filter.component.mjs +15 -10
- package/esm2022/lib/container/__mocks__/mock-container-toolbar-title.component.mjs +15 -10
- package/esm2022/lib/container/__mocks__/mock-container-toolbar.component.mjs +15 -10
- package/esm2022/lib/container/__mocks__/mock-container.component.mjs +38 -26
- package/esm2022/lib/container/__mocks__/mock-container.module.mjs +69 -68
- package/esm2022/lib/container/__mocks__/mock-create-delete-alert.component.mjs +11 -10
- package/esm2022/lib/container/__mocks__/mock-form-group.component.mjs +41 -28
- package/esm2022/lib/container/container.component.mjs +265 -59
- package/esm2022/lib/container/container.module.mjs +45 -44
- package/esm2022/lib/container/section/container-section.component.mjs +127 -9
- package/esm2022/lib/container/section/header/container-section-header.component.mjs +12 -7
- package/esm2022/lib/container/section/info/container-section-info.component.mjs +12 -7
- 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 +43 -17
- package/esm2022/lib/container/toolbar/container-toolbar.component.mjs +77 -34
- package/esm2022/lib/container/toolbar/filter/container-toolbar-filter.component.mjs +12 -7
- package/esm2022/lib/container/toolbar/title/container-toolbar-title.component.mjs +12 -7
- package/esm2022/lib/content-grid/__mocks__/mock-content-grid-column.mjs +15 -10
- package/esm2022/lib/content-grid/__mocks__/mock-content-grid-row.mjs +15 -10
- package/esm2022/lib/content-grid/__mocks__/mock-content-grid.mjs +15 -10
- package/esm2022/lib/content-grid/__mocks__/mock-content-grid.module.mjs +12 -11
- package/esm2022/lib/content-grid/content-grid/content-grid.component.mjs +14 -9
- package/esm2022/lib/content-grid/content-grid-column/content-grid-column.component.mjs +12 -7
- package/esm2022/lib/content-grid/content-grid-row/content-grid-row.component.mjs +12 -7
- package/esm2022/lib/content-grid/content-grid.module.mjs +13 -12
- package/esm2022/lib/core/__mocks__/mock-core.module.mjs +32 -31
- package/esm2022/lib/core/__mocks__/mock-disabled.directive.mjs +10 -10
- package/esm2022/lib/core/__mocks__/mock-popover-on-click.directive.mjs +44 -42
- 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 +13 -12
- package/esm2022/lib/core/autofocus/autofocus.service.mjs +9 -9
- package/esm2022/lib/core/breadcrumbs/breadcrumbs.component.mjs +72 -9
- package/esm2022/lib/core/breadcrumbs/breadcrumbs.module.mjs +13 -12
- 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 +37 -36
- package/esm2022/lib/core/data-facets/blank/data-facets-blank.component.mjs +23 -20
- package/esm2022/lib/core/data-facets/boolean/data-facets-boolean.component.mjs +18 -11
- package/esm2022/lib/core/data-facets/chip/data-facets-chip.component.mjs +54 -15
- package/esm2022/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.mjs +27 -13
- package/esm2022/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.mjs +50 -21
- package/esm2022/lib/core/data-facets/currency/data-facets-currency.component.mjs +23 -15
- package/esm2022/lib/core/data-facets/data-facets-context.service.mjs +6 -6
- package/esm2022/lib/core/data-facets/data-facets.module.mjs +39 -38
- package/esm2022/lib/core/data-facets/date/data-facets-date.component.mjs +23 -15
- package/esm2022/lib/core/data-facets/icon/data-facets-icon.component.mjs +24 -11
- package/esm2022/lib/core/data-facets/integer/data-facets-integer.component.mjs +18 -11
- package/esm2022/lib/core/data-facets/link/data-facets-link.component.mjs +59 -17
- package/esm2022/lib/core/data-facets/progress/data-facets-progress.component.mjs +37 -11
- package/esm2022/lib/core/data-facets/status/data-facets-status.component.mjs +24 -11
- package/esm2022/lib/core/data-facets/text/data-facets-text.component.mjs +58 -18
- 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 +12 -11
- 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 +19 -11
- package/esm2022/lib/core/popover/popover-on-click/popover-on-click.directive.mjs +56 -54
- package/esm2022/lib/core/popover/popover-on-hover/popover-on-hover.directive.mjs +27 -25
- 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 +14 -13
- package/esm2022/lib/core/popover/popover.service.mjs +6 -6
- package/esm2022/lib/core/projection-guard/projection-guard.component.mjs +16 -11
- 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 +38 -9
- 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 +19 -17
- package/esm2022/lib/core/tooltip/tooltip.module.mjs +13 -12
- package/esm2022/lib/core/visually-hidden/visually-hidden.directive.mjs +10 -10
- package/esm2022/lib/dialog/action/dialog-action.component.mjs +12 -7
- package/esm2022/lib/dialog/auth-session-end/dialog-auth-session-end.component.mjs +30 -7
- package/esm2022/lib/dialog/confirmation/dialog-confirmation.component.mjs +252 -42
- package/esm2022/lib/dialog/dialog.component.mjs +76 -16
- package/esm2022/lib/dialog/dialog.module.mjs +69 -68
- package/esm2022/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.mjs +14 -7
- package/esm2022/lib/dialog/record-stepper/dialog-record-stepper.component.mjs +34 -18
- 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 +18 -12
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.mjs +19 -14
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.mjs +23 -16
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-item-name.component.mjs +17 -12
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-item-size.component.mjs +17 -12
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.mjs +29 -22
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector-item.component.mjs +33 -26
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector.component.mjs +11 -10
- package/esm2022/lib/file-collector/__mocks__/mock-file-collector.module.mjs +29 -28
- package/esm2022/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.mjs +63 -7
- package/esm2022/lib/file-collector/dialog/file-collector-dialog.component.mjs +31 -9
- package/esm2022/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.mjs +80 -9
- package/esm2022/lib/file-collector/dialog/item/file-collector-dialog-item.component.mjs +53 -19
- package/esm2022/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.mjs +57 -11
- package/esm2022/lib/file-collector/file-collector.component.mjs +80 -24
- package/esm2022/lib/file-collector/file-collector.module.mjs +59 -58
- package/esm2022/lib/file-collector/file-delete-dialog/file-delete-dialog.component.mjs +28 -7
- package/esm2022/lib/file-collector/item/file-collector-item.component.mjs +45 -24
- package/esm2022/lib/file-collector/item/name/file-collector-item-name.component.mjs +17 -9
- package/esm2022/lib/file-collector/item/size/file-collector-item-size.component.mjs +19 -9
- package/esm2022/lib/file-collector/item/tools/file-collector-item-tools.component.mjs +37 -19
- package/esm2022/lib/file-collector/item/upload-timestamp/upload-timestamp.component.mjs +15 -9
- 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 +27 -20
- package/esm2022/lib/filter/__mocks__/mock-filter-category-date-range.mjs +30 -22
- package/esm2022/lib/filter/__mocks__/mock-filter-category-date.mjs +30 -22
- package/esm2022/lib/filter/__mocks__/mock-filter-category-free-text.mjs +29 -22
- package/esm2022/lib/filter/__mocks__/mock-filter-category-select.mjs +27 -20
- package/esm2022/lib/filter/__mocks__/mock-filter-category.mjs +30 -22
- package/esm2022/lib/filter/__mocks__/mock-filter-item-boolean.mjs +31 -24
- package/esm2022/lib/filter/__mocks__/mock-filter-item-date-range.mjs +32 -24
- package/esm2022/lib/filter/__mocks__/mock-filter-item-date.mjs +32 -24
- package/esm2022/lib/filter/__mocks__/mock-filter-item-free-text.mjs +31 -24
- package/esm2022/lib/filter/__mocks__/mock-filter-item-multi-select.mjs +29 -22
- package/esm2022/lib/filter/__mocks__/mock-filter-item-single-select.mjs +29 -22
- package/esm2022/lib/filter/__mocks__/mock-filter.mjs +28 -20
- package/esm2022/lib/filter/__mocks__/mock-filter.module.mjs +69 -68
- 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 +19 -14
- package/esm2022/lib/filter/category/date/filter-category-date.component.mjs +51 -16
- package/esm2022/lib/filter/category/date-range/filter-category-date-range.component.mjs +89 -16
- package/esm2022/lib/filter/category/filter-category.component.mjs +141 -30
- package/esm2022/lib/filter/category/free-text/filter-category-free-text.component.mjs +38 -16
- package/esm2022/lib/filter/category/select/filter-category-select.component.mjs +222 -17
- package/esm2022/lib/filter/filter-service/filter.service.mjs +9 -9
- package/esm2022/lib/filter/filter.component.mjs +90 -24
- package/esm2022/lib/filter/filter.module.mjs +60 -59
- package/esm2022/lib/filter/item/boolean/filter-item-boolean.component.mjs +32 -21
- package/esm2022/lib/filter/item/date/filter-item-date.component.mjs +34 -23
- package/esm2022/lib/filter/item/date-range/filter-item-date-range.component.mjs +38 -26
- package/esm2022/lib/filter/item/free-text/filter-item-free-text.component.mjs +34 -23
- package/esm2022/lib/filter/item/multi-select/filter-item-multi-select.component.mjs +29 -19
- package/esm2022/lib/filter/item/single-select/filter-item-single-select.component.mjs +33 -21
- 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 +23 -18
- package/esm2022/lib/forms/__mocks__/mock-checkbox-chips-item.component.mjs +21 -15
- package/esm2022/lib/forms/__mocks__/mock-checkbox-chips.component.mjs +28 -20
- package/esm2022/lib/forms/__mocks__/mock-checkbox.component.mjs +31 -22
- package/esm2022/lib/forms/__mocks__/mock-checkboxes.component.mjs +30 -22
- package/esm2022/lib/forms/__mocks__/mock-datepicker.component.mjs +27 -20
- package/esm2022/lib/forms/__mocks__/mock-dropdown.component.mjs +36 -28
- package/esm2022/lib/forms/__mocks__/mock-filter-form-items.component.mjs +25 -18
- package/esm2022/lib/forms/__mocks__/mock-form-error.component.mjs +17 -12
- package/esm2022/lib/forms/__mocks__/mock-form-group-error.component.mjs +19 -14
- package/esm2022/lib/forms/__mocks__/mock-form-hint.component.mjs +26 -21
- package/esm2022/lib/forms/__mocks__/mock-form-label.component.mjs +30 -26
- package/esm2022/lib/forms/__mocks__/mock-form-readonly.component.mjs +24 -17
- package/esm2022/lib/forms/__mocks__/mock-form-viewonly.component.mjs +24 -17
- package/esm2022/lib/forms/__mocks__/mock-forms.module.mjs +92 -91
- package/esm2022/lib/forms/__mocks__/mock-input.component.mjs +64 -52
- package/esm2022/lib/forms/__mocks__/mock-pin-code.component.mjs +43 -39
- package/esm2022/lib/forms/__mocks__/mock-radio-buttons.component.mjs +30 -22
- package/esm2022/lib/forms/__mocks__/mock-switch.component.mjs +35 -26
- package/esm2022/lib/forms/__mocks__/mock-switches.component.mjs +32 -24
- package/esm2022/lib/forms/__mocks__/mock-textarea.component.mjs +32 -24
- package/esm2022/lib/forms/checkbox-chips/checkbox-chips.component.mjs +112 -58
- package/esm2022/lib/forms/checkbox-chips/item/checkbox-chips-item.component.mjs +47 -18
- package/esm2022/lib/forms/checkbox-chips/services/checkbox-chips.service.mjs +6 -6
- package/esm2022/lib/forms/checkboxes/checkbox/checkbox.component.mjs +79 -39
- package/esm2022/lib/forms/checkboxes/checkboxes-service/checkboxes.service.mjs +6 -6
- package/esm2022/lib/forms/checkboxes/checkboxes.component.mjs +159 -85
- package/esm2022/lib/forms/datepicker/calendar/calendar.component.mjs +183 -15
- package/esm2022/lib/forms/datepicker/datepicker.component.mjs +164 -82
- package/esm2022/lib/forms/datepicker/service/timepicker.service.mjs +9 -9
- package/esm2022/lib/forms/dropdown/dropdown.component.mjs +200 -118
- package/esm2022/lib/forms/dropdown/options/dropdown-options.component.mjs +100 -28
- package/esm2022/lib/forms/file-upload/file-upload.component.mjs +209 -58
- package/esm2022/lib/forms/file-upload/services/file-upload.service.mjs +11 -11
- package/esm2022/lib/forms/forms/forms.component.mjs +12 -7
- package/esm2022/lib/forms/input/input.component.mjs +253 -103
- package/esm2022/lib/forms/input/options/input-options.component.mjs +104 -23
- package/esm2022/lib/forms/input/options/input-options.directive.mjs +30 -28
- package/esm2022/lib/forms/input/units/input-units.component.mjs +78 -18
- package/esm2022/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.mjs +85 -27
- package/esm2022/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.mjs +77 -25
- 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 +236 -110
- 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 +146 -78
- package/esm2022/lib/forms/qd-form.module.mjs +127 -126
- 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 +185 -91
- 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 +134 -50
- package/esm2022/lib/forms/shared/components/filter-form-items/filter-form-items.component.mjs +27 -14
- package/esm2022/lib/forms/shared/components/form-error/form-error.component.mjs +24 -9
- package/esm2022/lib/forms/shared/components/form-hint/form-hint.component.mjs +69 -18
- package/esm2022/lib/forms/shared/components/form-input/form-input.component.mjs +30 -15
- package/esm2022/lib/forms/shared/components/form-label/form-label.component.mjs +59 -31
- package/esm2022/lib/forms/shared/components/form-readonly/form-readonly.component.mjs +51 -14
- package/esm2022/lib/forms/shared/components/form-viewonly/form-viewonly.component.mjs +51 -14
- 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 +63 -68
- package/esm2022/lib/forms/switches/switches-service/switches.service.mjs +6 -6
- package/esm2022/lib/forms/switches/switches.component.mjs +132 -79
- package/esm2022/lib/forms/textarea/textarea.component.mjs +141 -77
- 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 +12 -11
- 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 +32 -14
- package/esm2022/lib/grid/grid.module.mjs +58 -57
- 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 +32 -14
- package/esm2022/lib/icon/__mocks__/mock-icon.component.mjs +32 -22
- package/esm2022/lib/icon/__mocks__/mock-icon.module.mjs +12 -11
- package/esm2022/lib/icon/icon/icon-definitions.mjs +20 -20
- package/esm2022/lib/icon/icon/icon.component.mjs +25 -18
- package/esm2022/lib/icon/icon.module.mjs +13 -12
- package/esm2022/lib/image/__mocks__/mock-image.component.mjs +25 -20
- package/esm2022/lib/image/__mocks__/mock-image.module.mjs +12 -11
- package/esm2022/lib/image/image/image.component.mjs +55 -20
- package/esm2022/lib/image/image.module.mjs +13 -12
- package/esm2022/lib/layout/__mocks__/mock-action-bar.component.mjs +33 -28
- 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 +15 -10
- package/esm2022/lib/layout/__mocks__/mock-layout-renderer.component.mjs +30 -25
- package/esm2022/lib/layout/__mocks__/mock-layout.module.mjs +81 -80
- package/esm2022/lib/layout/__mocks__/mock-page-process-header-title.component.mjs +15 -10
- package/esm2022/lib/layout/__mocks__/mock-page-process-header.component.mjs +58 -46
- package/esm2022/lib/layout/__mocks__/mock-page-title.component.mjs +15 -10
- package/esm2022/lib/layout/__mocks__/mock-panel-title.component.mjs +20 -12
- package/esm2022/lib/layout/__mocks__/mock-panel.component.mjs +24 -16
- package/esm2022/lib/layout/__mocks__/mock-truncated-text.directive.mjs +39 -29
- package/esm2022/lib/layout/action-bar/action-bar.component.mjs +42 -28
- package/esm2022/lib/layout/action-bar/button-enabled.directive.mjs +14 -14
- package/esm2022/lib/layout/container/container.component.mjs +101 -43
- package/esm2022/lib/layout/content/page-process-header/page-process-header/page-process-header.component.mjs +248 -72
- package/esm2022/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.mjs +14 -7
- package/esm2022/lib/layout/content/page-title/page-title.component.mjs +37 -9
- 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 +98 -38
- package/esm2022/lib/layout/layout.module.mjs +126 -125
- package/esm2022/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.mjs +137 -57
- package/esm2022/lib/layout/panel/container/panel.component.mjs +48 -22
- package/esm2022/lib/layout/panel/title/panel-title.component.mjs +58 -22
- 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 +15 -10
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-container.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-header.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-item.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-container-pairs-value.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-list.module.mjs +68 -67
- package/esm2022/lib/lists/__mocks__/mock-status-error.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-status-pairs-caption.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-status-pairs-item.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-status-pairs-value.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-status-pairs.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-vertical-pairs-caption.component.mjs +17 -12
- package/esm2022/lib/lists/__mocks__/mock-vertical-pairs-item.component.mjs +15 -10
- package/esm2022/lib/lists/__mocks__/mock-vertical-pairs-value.component.mjs +17 -12
- package/esm2022/lib/lists/__mocks__/mock-vertical-pairs.component.mjs +15 -10
- package/esm2022/lib/lists/list.module.mjs +87 -86
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.mjs +14 -7
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.mjs +18 -7
- package/esm2022/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.mjs +14 -9
- package/esm2022/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.mjs +27 -15
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.mjs +25 -7
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.mjs +19 -12
- package/esm2022/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.mjs +12 -7
- package/esm2022/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.mjs +14 -9
- package/esm2022/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.mjs +35 -9
- package/esm2022/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.mjs +12 -7
- package/esm2022/lib/master-layout/__mocks__/mock-header-widget.component.mjs +43 -30
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout-banner.component.mjs +11 -10
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout-footer.component.mjs +15 -10
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout-header.component.mjs +35 -24
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout.component.mjs +29 -18
- package/esm2022/lib/master-layout/__mocks__/mock-master-layout.module.mjs +33 -32
- package/esm2022/lib/master-layout/header-widget/header-widget.component.mjs +69 -47
- package/esm2022/lib/master-layout/master-layout/master-layout.component.mjs +71 -24
- package/esm2022/lib/master-layout/master-layout-banner/master-layout-banner.component.mjs +31 -15
- package/esm2022/lib/master-layout/master-layout-footer/master-layout-footer.component.mjs +46 -10
- package/esm2022/lib/master-layout/master-layout-header/master-layout-header.component.mjs +106 -34
- package/esm2022/lib/master-layout/master-layout.module.mjs +56 -55
- 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 +14 -9
- package/esm2022/lib/navigation/stepper/__mocks__/mock-step-action.component.mjs +39 -32
- package/esm2022/lib/navigation/stepper/__mocks__/mock-step-item.component.mjs +46 -34
- package/esm2022/lib/navigation/stepper/__mocks__/mock-step.component.mjs +43 -32
- package/esm2022/lib/navigation/stepper/__mocks__/mock-stepper.component.mjs +23 -16
- package/esm2022/lib/navigation/stepper/__mocks__/mock-stepper.module.mjs +13 -12
- package/esm2022/lib/navigation/stepper/step/step.component.mjs +60 -42
- package/esm2022/lib/navigation/stepper/step-action/step-action.component.mjs +89 -34
- package/esm2022/lib/navigation/stepper/step-item/step-item.component.mjs +103 -48
- package/esm2022/lib/navigation/stepper/stepper/stepper.component.mjs +82 -34
- package/esm2022/lib/navigation/stepper/stepper.module.mjs +17 -16
- package/esm2022/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.mjs +13 -12
- package/esm2022/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.mjs +26 -15
- package/esm2022/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.mjs +17 -11
- package/esm2022/lib/navigation/tab-bar/tab-bar.module.mjs +13 -12
- package/esm2022/lib/navigation/tab-bar/tab-link/tab-link.component.mjs +29 -17
- package/esm2022/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.mjs +13 -7
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tab-action.component.mjs +29 -22
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tab-item.component.mjs +43 -32
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.mjs +26 -18
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tab.component.mjs +45 -32
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.mjs +19 -16
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tabs.component.mjs +32 -22
- package/esm2022/lib/navigation/tabs/__mocks__/mock-tabs.module.mjs +37 -36
- package/esm2022/lib/navigation/tabs/services/tabs.service.mjs +6 -6
- package/esm2022/lib/navigation/tabs/tab/tab.component.mjs +54 -36
- package/esm2022/lib/navigation/tabs/tab-action/tab-action.component.mjs +27 -14
- package/esm2022/lib/navigation/tabs/tab-item/tab-item.component.mjs +77 -38
- package/esm2022/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.mjs +41 -12
- package/esm2022/lib/navigation/tabs/tabs/tabs.component.mjs +95 -32
- package/esm2022/lib/navigation/tabs/tabs.module.mjs +33 -32
- package/esm2022/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.mjs +19 -14
- package/esm2022/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.mjs +11 -10
- package/esm2022/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.mjs +12 -11
- package/esm2022/lib/navigation-tiles/navigation-tile/navigation-tile.component.mjs +29 -11
- package/esm2022/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.mjs +13 -7
- package/esm2022/lib/navigation-tiles/navigation-tiles.module.mjs +13 -12
- package/esm2022/lib/notifications/__mocks__/mock-notification.component.mjs +24 -15
- package/esm2022/lib/notifications/__mocks__/mock-notification.content.component.mjs +16 -11
- package/esm2022/lib/notifications/__mocks__/mock-notifications-service.service.mjs +9 -9
- package/esm2022/lib/notifications/__mocks__/mock-notifications.component.mjs +17 -12
- package/esm2022/lib/notifications/__mocks__/mock-notifications.module.mjs +14 -13
- package/esm2022/lib/notifications/directives/snackbar-listener.directive.mjs +9 -9
- package/esm2022/lib/notifications/notification/notification.component.mjs +71 -14
- package/esm2022/lib/notifications/notification-content/notification-content.component.mjs +12 -7
- package/esm2022/lib/notifications/notifications/notifications.component.mjs +20 -9
- package/esm2022/lib/notifications/notifications.module.mjs +32 -31
- 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 +21 -9
- package/esm2022/lib/page/__mocks__/mock-page-footer.component.mjs +13 -10
- package/esm2022/lib/page/__mocks__/mock-page-header.component.mjs +14 -10
- package/esm2022/lib/page/__mocks__/mock-page.component.mjs +18 -12
- package/esm2022/lib/page/__mocks__/mock-page.module.mjs +13 -12
- package/esm2022/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.mjs +30 -7
- package/esm2022/lib/page/control-panel/page-control-panel.component.mjs +27 -10
- package/esm2022/lib/page/footer/page-footer-custom-content.directive.mjs +9 -9
- package/esm2022/lib/page/footer/page-footer.component.mjs +57 -7
- package/esm2022/lib/page/info-banner/page-info-banner.component.mjs +55 -13
- package/esm2022/lib/page/object-header/context-select-dialog/context-select-dialog.component.mjs +42 -7
- package/esm2022/lib/page/object-header/dynamic-facet/dynamic-facet.component.mjs +23 -14
- 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 +22 -11
- package/esm2022/lib/page/object-header/facets/date-facet/date-facet.component.mjs +25 -11
- package/esm2022/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.mjs +42 -11
- package/esm2022/lib/page/object-header/facets/progress-facet/progress-facet.component.mjs +16 -11
- package/esm2022/lib/page/object-header/facets/references-facet/references-facet.component.mjs +33 -11
- package/esm2022/lib/page/object-header/facets/single-select-facet/single-select-facet.component.mjs +38 -11
- package/esm2022/lib/page/object-header/facets/status-facet/status-facet.component.mjs +21 -11
- package/esm2022/lib/page/object-header/facets/value-facet/value-facet.component.mjs +17 -11
- package/esm2022/lib/page/object-header/page-object-header.component.mjs +393 -31
- package/esm2022/lib/page/page.component.mjs +150 -42
- package/esm2022/lib/page/page.module.mjs +103 -102
- 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 +33 -20
- package/esm2022/lib/page-stepper/header/page-step-header.component.mjs +45 -30
- package/esm2022/lib/page-stepper/page-step/page-step.component.mjs +49 -29
- package/esm2022/lib/page-stepper/page-stepper.component.mjs +137 -32
- package/esm2022/lib/page-stepper/page-stepper.module.mjs +35 -34
- package/esm2022/lib/page-tabs/adaptors/page-tabs-adapter.directive.mjs +9 -9
- package/esm2022/lib/page-tabs/page-tab/page-tab.component.mjs +49 -29
- package/esm2022/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.mjs +51 -12
- package/esm2022/lib/page-tabs/page-tab-header/page-tab-header.component.mjs +41 -28
- package/esm2022/lib/page-tabs/page-tabs.component.mjs +70 -18
- package/esm2022/lib/page-tabs/page-tabs.module.mjs +42 -41
- package/esm2022/lib/panel-section/actions/panel-section-actions.component.mjs +40 -9
- package/esm2022/lib/panel-section/panel-section.component.mjs +80 -23
- package/esm2022/lib/panel-section/panel-section.module.mjs +29 -28
- package/esm2022/lib/panel-section/services/panel-section-action.service.mjs +6 -6
- package/esm2022/lib/panel-section/status/panel-section-status.component.mjs +25 -13
- package/esm2022/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.mjs +29 -9
- package/esm2022/lib/place-holder/__mocks__/mock-place-holder.component.mjs +18 -13
- package/esm2022/lib/place-holder/__mocks__/mock-place-holder.module.mjs +12 -11
- package/esm2022/lib/place-holder/place-holder/place-holder.component.mjs +26 -9
- package/esm2022/lib/place-holder/place-holder.module.mjs +13 -12
- package/esm2022/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.mjs +12 -11
- package/esm2022/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.mjs +25 -18
- package/esm2022/lib/progress-bar/__mocks__/mock-progress-bar.module.mjs +12 -11
- package/esm2022/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.mjs +8 -7
- package/esm2022/lib/progress-bar/percentage/percentage-progress-bar.component.mjs +35 -15
- package/esm2022/lib/progress-bar/progress-bar.module.mjs +13 -12
- package/esm2022/lib/qd-ui-mock.module.mjs +64 -63
- package/esm2022/lib/qd-ui.module.mjs +94 -93
- package/esm2022/lib/quick-edit/qd-ng-for.directive.mjs +13 -13
- package/esm2022/lib/quick-edit/quick-edit.component.mjs +233 -39
- package/esm2022/lib/quick-edit/quick-edit.module.mjs +35 -34
- package/esm2022/lib/search/__mocks__/mock-search.component.mjs +18 -12
- package/esm2022/lib/search/__mocks__/mock-search.module.mjs +13 -12
- package/esm2022/lib/search/search.component.mjs +68 -15
- package/esm2022/lib/search/search.module.mjs +25 -24
- 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 +18 -12
- package/esm2022/lib/section/__mocks__/mock-section.component.mjs +18 -12
- package/esm2022/lib/section/__mocks__/mock-section.module.mjs +13 -12
- 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 +44 -24
- package/esm2022/lib/section/section.module.mjs +53 -52
- 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 +45 -11
- package/esm2022/lib/section/toolbar/section-toolbar.component.mjs +66 -12
- package/esm2022/lib/shell/__mocks__/mock-counter-badge.component.mjs +11 -10
- package/esm2022/lib/shell/__mocks__/mock-header-widget-desktop.component.mjs +25 -19
- package/esm2022/lib/shell/__mocks__/mock-header-widget-mobile.component.mjs +25 -19
- package/esm2022/lib/shell/__mocks__/mock-shell-footer.component.mjs +12 -10
- package/esm2022/lib/shell/__mocks__/mock-shell-header-banner.component.mjs +11 -10
- package/esm2022/lib/shell/__mocks__/mock-shell-header-search.component.mjs +11 -10
- package/esm2022/lib/shell/__mocks__/mock-shell-header-widget.component.mjs +13 -12
- package/esm2022/lib/shell/__mocks__/mock-shell-header.component.mjs +19 -12
- package/esm2022/lib/shell/__mocks__/mock-shell-toolbar-item.component.mjs +19 -12
- package/esm2022/lib/shell/__mocks__/mock-shell-toolbar.component.mjs +11 -10
- package/esm2022/lib/shell/__mocks__/mock-shell.component.mjs +18 -12
- package/esm2022/lib/shell/__mocks__/mock-shell.module.mjs +53 -52
- package/esm2022/lib/shell/footer/shell-footer.component.mjs +49 -11
- package/esm2022/lib/shell/header/banner/shell-header-banner.component.mjs +26 -10
- package/esm2022/lib/shell/header/counter-badge/counter-badge.component.mjs +15 -9
- package/esm2022/lib/shell/header/search/shell-header-search.component.mjs +12 -7
- package/esm2022/lib/shell/header/service-navigation/shell-service-navigation.component.mjs +37 -17
- package/esm2022/lib/shell/header/service-navigation/shell-service-navigation.module.mjs +14 -13
- package/esm2022/lib/shell/header/shell-header.component.mjs +163 -26
- package/esm2022/lib/shell/header/toolbar/shell-toolbar.component.mjs +22 -9
- package/esm2022/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.mjs +28 -9
- package/esm2022/lib/shell/header/widget/shell-header-widget.component.mjs +42 -20
- package/esm2022/lib/shell/left/navigation/link/shell-left-navigation-link.component.mjs +28 -11
- package/esm2022/lib/shell/left/navigation/shell-left-navigation.component.mjs +23 -9
- package/esm2022/lib/shell/left/shell-left.component.mjs +20 -12
- package/esm2022/lib/shell/right/notification/shell-notification.component.mjs +63 -14
- package/esm2022/lib/shell/right/notifications/shell-notifications.component.mjs +32 -7
- package/esm2022/lib/shell/right/shell-right.component.mjs +30 -15
- package/esm2022/lib/shell/right/toolbar/shell-right-toolbar.component.mjs +24 -9
- 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 +122 -29
- package/esm2022/lib/shell/shell.module.mjs +75 -74
- package/esm2022/lib/spinner/spinner.component.mjs +13 -7
- package/esm2022/lib/spinner/spinner.module.mjs +13 -12
- package/esm2022/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.mjs +15 -10
- package/esm2022/lib/status-indicator/__mocks__/mock-status-indicator-item.component.mjs +20 -14
- package/esm2022/lib/status-indicator/__mocks__/mock-status-indicator.component.mjs +29 -22
- package/esm2022/lib/status-indicator/__mocks__/mock-status-indicator.module.mjs +19 -18
- package/esm2022/lib/status-indicator/status-indicator/status-indicator.component.mjs +45 -16
- package/esm2022/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.mjs +12 -7
- package/esm2022/lib/status-indicator/status-indicator-item/status-indicator-item.component.mjs +23 -20
- package/esm2022/lib/status-indicator/status-indicator.module.mjs +13 -12
- package/esm2022/lib/table/__mocks__/mock-sort.component.mjs +29 -19
- package/esm2022/lib/table/__mocks__/mock-table-body-plain.component.mjs +26 -18
- package/esm2022/lib/table/__mocks__/mock-table-body-tree.component.mjs +26 -18
- package/esm2022/lib/table/__mocks__/mock-table-data-blank.component.mjs +13 -11
- package/esm2022/lib/table/__mocks__/mock-table-data-boolean.component.mjs +19 -13
- package/esm2022/lib/table/__mocks__/mock-table-data-date.component.mjs +22 -15
- package/esm2022/lib/table/__mocks__/mock-table-data-integer.component.mjs +19 -13
- package/esm2022/lib/table/__mocks__/mock-table-data-link.component.mjs +28 -19
- package/esm2022/lib/table/__mocks__/mock-table-data-progress.component.mjs +19 -13
- package/esm2022/lib/table/__mocks__/mock-table-data-text.component.mjs +24 -17
- package/esm2022/lib/table/__mocks__/mock-table-empty-state.component.mjs +19 -13
- package/esm2022/lib/table/__mocks__/mock-table-head.component.mjs +23 -16
- package/esm2022/lib/table/__mocks__/mock-table-paginator-page-size.directive.mjs +12 -12
- package/esm2022/lib/table/__mocks__/mock-table-paginator.component.mjs +22 -16
- package/esm2022/lib/table/__mocks__/mock-table.component.mjs +28 -22
- package/esm2022/lib/table/__mocks__/mock-table.module.mjs +43 -42
- package/esm2022/lib/table/body/table-body.component.mjs +45 -14
- package/esm2022/lib/table/empty-state/table-empty-state.component.mjs +33 -9
- package/esm2022/lib/table/head/table-head.component.mjs +88 -15
- package/esm2022/lib/table/paginator/page-size/table-paginator-page-size.component.mjs +85 -23
- 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 +119 -20
- package/esm2022/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.mjs +72 -23
- package/esm2022/lib/table/row/selection/table-row-selection.component.mjs +57 -15
- package/esm2022/lib/table/row/table-row.component.mjs +126 -16
- 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 +66 -23
- 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 +97 -59
- package/esm2022/lib/table/table.module.mjs +59 -58
- package/esm2022/lib/text-section/__mocks__/mock-text-section-headline.component.mjs +15 -10
- package/esm2022/lib/text-section/__mocks__/mock-text-section-paragraph.component.mjs +15 -10
- package/esm2022/lib/text-section/__mocks__/mock-text-section.component.mjs +15 -10
- package/esm2022/lib/text-section/__mocks__/mock-text-section.module.mjs +12 -11
- package/esm2022/lib/text-section/text-section-headline/text-section-headline.component.mjs +14 -7
- package/esm2022/lib/text-section/text-section-paragraph/text-section-paragraph.component.mjs +14 -7
- package/esm2022/lib/text-section/text-section.component.mjs +12 -7
- package/esm2022/lib/text-section/text-section.module.mjs +13 -12
- package/esm2022/lib/tiles/__mocks__/mock-tile-button-list.component.mjs +15 -10
- package/esm2022/lib/tiles/__mocks__/mock-tile-text-list-item.component.mjs +15 -10
- package/esm2022/lib/tiles/__mocks__/mock-tile-text-list.component.mjs +15 -10
- package/esm2022/lib/tiles/__mocks__/mock-tile-title.component.mjs +15 -10
- package/esm2022/lib/tiles/__mocks__/mock-tile.component.mjs +17 -12
- package/esm2022/lib/tiles/__mocks__/mock-tiles-container-title.component.mjs +15 -10
- package/esm2022/lib/tiles/__mocks__/mock-tiles-container.component.mjs +20 -12
- package/esm2022/lib/tiles/__mocks__/mock-tiles.module.mjs +40 -39
- package/esm2022/lib/tiles/tile/tile.component.mjs +45 -15
- package/esm2022/lib/tiles/tile-button-list/tile-button-list.component.mjs +16 -11
- package/esm2022/lib/tiles/tile-text-list/tile-text-list.component.mjs +12 -7
- package/esm2022/lib/tiles/tile-text-list-item/tile-text-list-item.component.mjs +12 -7
- package/esm2022/lib/tiles/tile-title/tile-title.component.mjs +14 -7
- package/esm2022/lib/tiles/tiles-title/tiles-title.component.mjs +14 -7
- package/esm2022/lib/tiles/tiles.component.mjs +23 -10
- package/esm2022/lib/tiles/tiles.module.mjs +41 -40
- package/esm2022/lib/tree/body/tree-body.component.mjs +66 -14
- package/esm2022/lib/tree/empty-state/tree-empty-state.component.mjs +33 -9
- package/esm2022/lib/tree/head/tree-head.component.mjs +78 -15
- package/esm2022/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.mjs +74 -21
- package/esm2022/lib/tree/row/tree-row.component.mjs +129 -21
- 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 +65 -41
- package/esm2022/lib/tree/tree.module.mjs +46 -45
- package/fesm2022/quadrel-ui-qd-ui.mjs +21779 -11735
- package/fesm2022/quadrel-ui-qd-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/button/__mocks__/mock-button-grid.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-button-grid.component.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button-stack.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-button-stack.component.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-button.component.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button.directives.d.ts +1 -0
- package/lib/button/__mocks__/mock-button.directives.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button.module.d.ts +1 -0
- package/lib/button/__mocks__/mock-button.module.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-icon-button.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-icon-button.component.d.ts.map +1 -0
- package/lib/button/button/additional-info/button-additional-info.component.d.ts +1 -0
- package/lib/button/button/additional-info/button-additional-info.component.d.ts.map +1 -0
- package/lib/button/button/button.component.d.ts +1 -0
- package/lib/button/button/button.component.d.ts.map +1 -0
- package/lib/button/button-grid/button-grid.component.d.ts +1 -0
- package/lib/button/button-grid/button-grid.component.d.ts.map +1 -0
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts +1 -0
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts.map +1 -0
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +1 -0
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts.map +1 -0
- package/lib/button/button.module.d.ts +1 -0
- package/lib/button/button.module.d.ts.map +1 -0
- package/lib/button/directives/button.directives.d.ts +1 -0
- package/lib/button/directives/button.directives.d.ts.map +1 -0
- package/lib/button/icon-button/icon-button.component.d.ts +1 -0
- package/lib/button/icon-button/icon-button.component.d.ts.map +1 -0
- package/lib/button/menu-button/menu-button.component.d.ts +1 -0
- package/lib/button/menu-button/menu-button.component.d.ts.map +1 -0
- package/lib/button/model/button-config.d.ts +1 -0
- package/lib/button/model/button-config.d.ts.map +1 -0
- package/lib/button/model/button.types.d.ts +1 -0
- package/lib/button/model/button.types.d.ts.map +1 -0
- package/lib/chips/__mocks__/mock-chip.component.d.ts +1 -0
- package/lib/chips/__mocks__/mock-chip.component.d.ts.map +1 -0
- package/lib/chips/__mocks__/mock-chips.module.d.ts +1 -0
- package/lib/chips/__mocks__/mock-chips.module.d.ts.map +1 -0
- package/lib/chips/chip/chip.component.d.ts +1 -0
- package/lib/chips/chip/chip.component.d.ts.map +1 -0
- package/lib/chips/chips.module.d.ts +1 -0
- package/lib/chips/chips.module.d.ts.map +1 -0
- package/lib/chips/interfaces/chip.interface.d.ts +1 -0
- package/lib/chips/interfaces/chip.interface.d.ts.map +1 -0
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts +1 -0
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts.map +1 -0
- package/lib/comments/comments.component.d.ts +1 -0
- package/lib/comments/comments.component.d.ts.map +1 -0
- package/lib/comments/comments.module.d.ts +1 -0
- package/lib/comments/comments.module.d.ts.map +1 -0
- package/lib/comments/menu/comment-menu.component.d.ts +1 -0
- package/lib/comments/menu/comment-menu.component.d.ts.map +1 -0
- package/lib/comments/model/comments.interface.d.ts +1 -0
- package/lib/comments/model/comments.interface.d.ts.map +1 -0
- package/lib/comments/pipes/stripe-html.pipe.d.ts +1 -0
- package/lib/comments/pipes/stripe-html.pipe.d.ts.map +1 -0
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts +1 -0
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts.map +1 -0
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts +1 -0
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts.map +1 -0
- package/lib/contact-card/contact-card.component.d.ts +1 -0
- package/lib/contact-card/contact-card.component.d.ts.map +1 -0
- package/lib/contact-card/contact-card.module.d.ts +1 -0
- package/lib/contact-card/contact-card.module.d.ts.map +1 -0
- package/lib/contact-card/menu/contact-card-menu.component.d.ts +1 -0
- package/lib/contact-card/menu/contact-card-menu.component.d.ts.map +1 -0
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts +1 -0
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts.map +1 -0
- package/lib/contact-card/model/contact-data.interface.d.ts +1 -0
- package/lib/contact-card/model/contact-data.interface.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-action-footer.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-action-footer.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-create-content.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-create-content.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-create-default.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-create-default.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-section.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-section.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-action.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-action.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-filter.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-filter.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-title.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-title.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-toolbar.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-toolbar.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container.module.d.ts +1 -0
- package/lib/container/__mocks__/mock-container.module.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-create-delete-alert.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-create-delete-alert.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-form-group.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-form-group.component.d.ts.map +1 -0
- package/lib/container/container.component.d.ts +1 -0
- package/lib/container/container.component.d.ts.map +1 -0
- package/lib/container/container.module.d.ts +1 -0
- package/lib/container/container.module.d.ts.map +1 -0
- package/lib/container/model/container-type.d.ts +1 -0
- package/lib/container/model/container-type.d.ts.map +1 -0
- package/lib/container/model/toolbar.interface.d.ts +1 -0
- package/lib/container/model/toolbar.interface.d.ts.map +1 -0
- package/lib/container/section/container-section.component.d.ts +1 -0
- package/lib/container/section/container-section.component.d.ts.map +1 -0
- package/lib/container/section/header/container-section-header.component.d.ts +1 -0
- package/lib/container/section/header/container-section-header.component.d.ts.map +1 -0
- package/lib/container/section/info/container-section-info.component.d.ts +1 -0
- package/lib/container/section/info/container-section-info.component.d.ts.map +1 -0
- package/lib/container/services/container-action.service.d.ts +1 -0
- package/lib/container/services/container-action.service.d.ts.map +1 -0
- package/lib/container/services/container-layout.service.d.ts +1 -0
- package/lib/container/services/container-layout.service.d.ts.map +1 -0
- package/lib/container/toolbar/action/container-toolbar-action.component.d.ts +1 -0
- package/lib/container/toolbar/action/container-toolbar-action.component.d.ts.map +1 -0
- package/lib/container/toolbar/container-toolbar.component.d.ts +1 -0
- package/lib/container/toolbar/container-toolbar.component.d.ts.map +1 -0
- package/lib/container/toolbar/filter/container-toolbar-filter.component.d.ts +1 -0
- package/lib/container/toolbar/filter/container-toolbar-filter.component.d.ts.map +1 -0
- package/lib/container/toolbar/title/container-toolbar-title.component.d.ts +1 -0
- package/lib/container/toolbar/title/container-toolbar-title.component.d.ts.map +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid-column.d.ts +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid-column.d.ts.map +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid-row.d.ts +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid-row.d.ts.map +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid.d.ts +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid.d.ts.map +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid.module.d.ts +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid.module.d.ts.map +1 -0
- package/lib/content-grid/content-grid/content-grid.component.d.ts +1 -0
- package/lib/content-grid/content-grid/content-grid.component.d.ts.map +1 -0
- package/lib/content-grid/content-grid-column/content-grid-column.component.d.ts +1 -0
- package/lib/content-grid/content-grid-column/content-grid-column.component.d.ts.map +1 -0
- package/lib/content-grid/content-grid-row/content-grid-row.component.d.ts +1 -0
- package/lib/content-grid/content-grid-row/content-grid-row.component.d.ts.map +1 -0
- package/lib/content-grid/content-grid.module.d.ts +1 -0
- package/lib/content-grid/content-grid.module.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts +1 -0
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-core.module.d.ts +1 -0
- package/lib/core/__mocks__/mock-core.module.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-disabled.directive.d.ts +1 -0
- package/lib/core/__mocks__/mock-disabled.directive.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts +1 -0
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts +1 -0
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-translate.pipe.d.ts +1 -0
- package/lib/core/__mocks__/mock-translate.pipe.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts +1 -0
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts.map +1 -0
- package/lib/core/autofocus/autofocus.directive.d.ts +1 -0
- package/lib/core/autofocus/autofocus.directive.d.ts.map +1 -0
- package/lib/core/autofocus/autofocus.module.d.ts +1 -0
- package/lib/core/autofocus/autofocus.module.d.ts.map +1 -0
- package/lib/core/autofocus/autofocus.service.d.ts +1 -0
- package/lib/core/autofocus/autofocus.service.d.ts.map +1 -0
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts +1 -0
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts.map +1 -0
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts +1 -0
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts.map +1 -0
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts +1 -0
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts.map +1 -0
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts +1 -0
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts.map +1 -0
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts +1 -0
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts.map +1 -0
- package/lib/core/core.module.d.ts +1 -0
- package/lib/core/core.module.d.ts.map +1 -0
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts +1 -0
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts.map +1 -0
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts +1 -0
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts.map +1 -0
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts +1 -0
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts.map +1 -0
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts +1 -0
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts +1 -0
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts.map +1 -0
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts +1 -0
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts.map +1 -0
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts +1 -0
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts.map +1 -0
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts +1 -0
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/data-facets-context.service.d.ts +1 -0
- package/lib/core/data-facets/data-facets-context.service.d.ts.map +1 -0
- package/lib/core/data-facets/data-facets.model.d.ts +1 -0
- package/lib/core/data-facets/data-facets.model.d.ts.map +1 -0
- package/lib/core/data-facets/data-facets.module.d.ts +1 -0
- package/lib/core/data-facets/data-facets.module.d.ts.map +1 -0
- package/lib/core/data-facets/date/data-facets-date.component.d.ts +1 -0
- package/lib/core/data-facets/date/data-facets-date.component.d.ts.map +1 -0
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts +1 -0
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts +1 -0
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts.map +1 -0
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts +1 -0
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts.map +1 -0
- package/lib/core/data-facets/link/data-facets-link.component.d.ts +1 -0
- package/lib/core/data-facets/link/data-facets-link.component.d.ts.map +1 -0
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts +1 -0
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts +1 -0
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts.map +1 -0
- package/lib/core/data-facets/status/data-facets-status.component.d.ts +1 -0
- package/lib/core/data-facets/status/data-facets-status.component.d.ts.map +1 -0
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts +1 -0
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/text/data-facets-text.component.d.ts +1 -0
- package/lib/core/data-facets/text/data-facets-text.component.d.ts.map +1 -0
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts +1 -0
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts.map +1 -0
- package/lib/core/disabled/disabled.directive.d.ts +1 -0
- package/lib/core/disabled/disabled.directive.d.ts.map +1 -0
- package/lib/core/focusable/focusable.d.ts +1 -0
- package/lib/core/focusable/focusable.d.ts.map +1 -0
- package/lib/core/focusable/focusable.directive.d.ts +1 -0
- package/lib/core/focusable/focusable.directive.d.ts.map +1 -0
- package/lib/core/focusable/focusable.module.d.ts +1 -0
- package/lib/core/focusable/focusable.module.d.ts.map +1 -0
- package/lib/core/focusable/focusable.token.d.ts +1 -0
- package/lib/core/focusable/focusable.token.d.ts.map +1 -0
- package/lib/core/model/app-enviroment.interface.d.ts +1 -0
- package/lib/core/model/app-enviroment.interface.d.ts.map +1 -0
- package/lib/core/model/app-enviroment.token.d.ts +1 -0
- package/lib/core/model/app-enviroment.token.d.ts.map +1 -0
- package/lib/core/model/breakpoint.interface.d.ts +1 -0
- package/lib/core/model/breakpoint.interface.d.ts.map +1 -0
- package/lib/core/model/translation.interface.d.ts +1 -0
- package/lib/core/model/translation.interface.d.ts.map +1 -0
- package/lib/core/pipes/file-size.pipe.d.ts +1 -0
- package/lib/core/pipes/file-size.pipe.d.ts.map +1 -0
- package/lib/core/pipes/placeholder.pipe.d.ts +1 -0
- package/lib/core/pipes/placeholder.pipe.d.ts.map +1 -0
- package/lib/core/pipes/placeholders.pipe.d.ts +1 -0
- package/lib/core/pipes/placeholders.pipe.d.ts.map +1 -0
- package/lib/core/pipes/sanitize-html.pipe.d.ts +1 -0
- package/lib/core/pipes/sanitize-html.pipe.d.ts.map +1 -0
- package/lib/core/popover/popover/popover.component.d.ts +1 -0
- package/lib/core/popover/popover/popover.component.d.ts.map +1 -0
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts +1 -0
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts.map +1 -0
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts +1 -0
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts.map +1 -0
- package/lib/core/popover/popover-parent.service.d.ts +1 -0
- package/lib/core/popover/popover-parent.service.d.ts.map +1 -0
- package/lib/core/popover/popover-sizing.service.d.ts +1 -0
- package/lib/core/popover/popover-sizing.service.d.ts.map +1 -0
- package/lib/core/popover/popover-top-first.token.d.ts +1 -0
- package/lib/core/popover/popover-top-first.token.d.ts.map +1 -0
- package/lib/core/popover/popover.module.d.ts +1 -0
- package/lib/core/popover/popover.module.d.ts.map +1 -0
- package/lib/core/popover/popover.service.d.ts +1 -0
- package/lib/core/popover/popover.service.d.ts.map +1 -0
- package/lib/core/projection-guard/projection-guard.component.d.ts +1 -0
- package/lib/core/projection-guard/projection-guard.component.d.ts.map +1 -0
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts +1 -0
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts.map +1 -0
- package/lib/core/rxjs/delay-and-hold.operator.d.ts +1 -0
- package/lib/core/rxjs/delay-and-hold.operator.d.ts.map +1 -0
- package/lib/core/services/breakpoint.service.d.ts +1 -0
- package/lib/core/services/breakpoint.service.d.ts.map +1 -0
- package/lib/core/services/element.service.d.ts +1 -0
- package/lib/core/services/element.service.d.ts.map +1 -0
- package/lib/core/services/event-broker.service.d.ts +1 -0
- package/lib/core/services/event-broker.service.d.ts.map +1 -0
- package/lib/core/services/push-events.service.d.ts +1 -0
- package/lib/core/services/push-events.service.d.ts.map +1 -0
- package/lib/core/services/scrolling.service.d.ts +1 -0
- package/lib/core/services/scrolling.service.d.ts.map +1 -0
- package/lib/core/services/translate.service.d.ts +1 -0
- package/lib/core/services/translate.service.d.ts.map +1 -0
- package/lib/core/tools/constantCase.tools.d.ts +1 -0
- package/lib/core/tools/constantCase.tools.d.ts.map +1 -0
- package/lib/core/tools/convertPxToRem.tools.d.ts +1 -0
- package/lib/core/tools/convertPxToRem.tools.d.ts.map +1 -0
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts +1 -0
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +1 -0
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts +1 -0
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts.map +1 -0
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts +1 -0
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts.map +1 -0
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +1 -0
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +1 -0
- package/lib/core/tooltip/tooltip.module.d.ts +1 -0
- package/lib/core/tooltip/tooltip.module.d.ts.map +1 -0
- package/lib/core/types/utility.types.d.ts +1 -0
- package/lib/core/types/utility.types.d.ts.map +1 -0
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts +1 -0
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts.map +1 -0
- package/lib/dialog/action/dialog-action.component.d.ts +1 -0
- package/lib/dialog/action/dialog-action.component.d.ts.map +1 -0
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts +1 -0
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts.map +1 -0
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts +1 -0
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts.map +1 -0
- package/lib/dialog/dialog.component.d.ts +1 -0
- package/lib/dialog/dialog.component.d.ts.map +1 -0
- package/lib/dialog/dialog.module.d.ts +1 -0
- package/lib/dialog/dialog.module.d.ts.map +1 -0
- package/lib/dialog/models/confirmation.model.d.ts +1 -0
- package/lib/dialog/models/confirmation.model.d.ts.map +1 -0
- package/lib/dialog/models/dialog-config.model.d.ts +1 -0
- package/lib/dialog/models/dialog-config.model.d.ts.map +1 -0
- package/lib/dialog/models/record-stepper.model.d.ts +1 -0
- package/lib/dialog/models/record-stepper.model.d.ts.map +1 -0
- package/lib/dialog/models/session-end-result.model.d.ts +1 -0
- package/lib/dialog/models/session-end-result.model.d.ts.map +1 -0
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts +1 -0
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts.map +1 -0
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts +1 -0
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts.map +1 -0
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts +1 -0
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts.map +1 -0
- package/lib/dialog/services/dialog.service.d.ts +1 -0
- package/lib/dialog/services/dialog.service.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts.map +1 -0
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts +1 -0
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts.map +1 -0
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts +1 -0
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts.map +1 -0
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts +1 -0
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts.map +1 -0
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts +1 -0
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts.map +1 -0
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts +1 -0
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts.map +1 -0
- package/lib/file-collector/file-collector.component.d.ts +1 -0
- package/lib/file-collector/file-collector.component.d.ts.map +1 -0
- package/lib/file-collector/file-collector.module.d.ts +1 -0
- package/lib/file-collector/file-collector.module.d.ts.map +1 -0
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts +1 -0
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts.map +1 -0
- package/lib/file-collector/item/file-collector-item.component.d.ts +1 -0
- package/lib/file-collector/item/file-collector-item.component.d.ts.map +1 -0
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts +1 -0
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts.map +1 -0
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts +1 -0
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts.map +1 -0
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts +1 -0
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts.map +1 -0
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts +1 -0
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts.map +1 -0
- package/lib/file-collector/models/collected-file.d.ts +1 -0
- package/lib/file-collector/models/collected-file.d.ts.map +1 -0
- package/lib/file-collector/models/file-collector-config.d.ts +1 -0
- package/lib/file-collector/models/file-collector-config.d.ts.map +1 -0
- package/lib/file-collector/models/file-manager-token.d.ts +1 -0
- package/lib/file-collector/models/file-manager-token.d.ts.map +1 -0
- package/lib/file-collector/models/file-manager.d.ts +1 -0
- package/lib/file-collector/models/file-manager.d.ts.map +1 -0
- package/lib/file-collector/models/file-type.d.ts +1 -0
- package/lib/file-collector/models/file-type.d.ts.map +1 -0
- package/lib/file-collector/models/file-upload.d.ts +1 -0
- package/lib/file-collector/models/file-upload.d.ts.map +1 -0
- package/lib/file-collector/models/upload-progress.d.ts +1 -0
- package/lib/file-collector/models/upload-progress.d.ts.map +1 -0
- package/lib/file-collector/pipes/filesize.pipe.d.ts +1 -0
- package/lib/file-collector/pipes/filesize.pipe.d.ts.map +1 -0
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts +1 -0
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts.map +1 -0
- package/lib/file-collector/services/file-collector-validation.service.d.ts +1 -0
- package/lib/file-collector/services/file-collector-validation.service.d.ts.map +1 -0
- package/lib/file-collector/services/file-collector.service.d.ts +1 -0
- package/lib/file-collector/services/file-collector.service.d.ts.map +1 -0
- package/lib/file-collector/services/file-type.service.d.ts +1 -0
- package/lib/file-collector/services/file-type.service.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter.module.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter.module.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter.service.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter.service.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts +1 -0
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts.map +1 -0
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts +1 -0
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts.map +1 -0
- package/lib/filter/category/date/filter-category-date.component.d.ts +1 -0
- package/lib/filter/category/date/filter-category-date.component.d.ts.map +1 -0
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts +1 -0
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts.map +1 -0
- package/lib/filter/category/filter-category.component.d.ts +1 -0
- package/lib/filter/category/filter-category.component.d.ts.map +1 -0
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts +1 -0
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts.map +1 -0
- package/lib/filter/category/select/filter-category-select.component.d.ts +1 -0
- package/lib/filter/category/select/filter-category-select.component.d.ts.map +1 -0
- package/lib/filter/filter-service/filter.service.d.ts +1 -0
- package/lib/filter/filter-service/filter.service.d.ts.map +1 -0
- package/lib/filter/filter.component.d.ts +1 -0
- package/lib/filter/filter.component.d.ts.map +1 -0
- package/lib/filter/filter.module.d.ts +1 -0
- package/lib/filter/filter.module.d.ts.map +1 -0
- package/lib/filter/helpers/filter-active-items.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-active-items.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-active.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-active.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-get.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-get.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-postbody.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-postbody.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-query-parser.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-query-parser.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-query.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-query.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-state.helpers.d.ts +1 -0
- package/lib/filter/helpers/filter-state.helpers.d.ts.map +1 -0
- package/lib/filter/helpers/filter-update.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-update.helper.d.ts.map +1 -0
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts +1 -0
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts.map +1 -0
- package/lib/filter/item/date/filter-item-date.component.d.ts +1 -0
- package/lib/filter/item/date/filter-item-date.component.d.ts.map +1 -0
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts +1 -0
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts.map +1 -0
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts +1 -0
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts.map +1 -0
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts +1 -0
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts.map +1 -0
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts +1 -0
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts.map +1 -0
- package/lib/filter/model/filter-config.interface.d.ts +1 -0
- package/lib/filter/model/filter-config.interface.d.ts.map +1 -0
- package/lib/filter/model/filter-post-body.interface.d.ts +1 -0
- package/lib/filter/model/filter-post-body.interface.d.ts.map +1 -0
- package/lib/filter/model/filter-reducer.interface.d.ts +1 -0
- package/lib/filter/model/filter-reducer.interface.d.ts.map +1 -0
- package/lib/filter/model/filter-state.interface.d.ts +1 -0
- package/lib/filter/model/filter-state.interface.d.ts.map +1 -0
- package/lib/filter/model/filter-types.interface.d.ts +1 -0
- package/lib/filter/model/filter-types.interface.d.ts.map +1 -0
- package/lib/filter/pipes/localeDate.pipe.d.ts +1 -0
- package/lib/filter/pipes/localeDate.pipe.d.ts.map +1 -0
- package/lib/filter/services/dependent-filters.service.d.ts +1 -0
- package/lib/filter/services/dependent-filters.service.d.ts.map +1 -0
- package/lib/filter/services/filter-rest-param.tools.d.ts +1 -0
- package/lib/filter/services/filter-rest-param.tools.d.ts.map +1 -0
- package/lib/filter/services/filter-router-connector.service.d.ts +1 -0
- package/lib/filter/services/filter-router-connector.service.d.ts.map +1 -0
- package/lib/filter/store/filter.actions.d.ts +1 -0
- package/lib/filter/store/filter.actions.d.ts.map +1 -0
- package/lib/filter/store/filter.reducer.d.ts +1 -0
- package/lib/filter/store/filter.reducer.d.ts.map +1 -0
- package/lib/filter/store/filter.selector.d.ts +1 -0
- package/lib/filter/store/filter.selector.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-calendar.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-calendar.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-error.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-error.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-label.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-label.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-forms.module.d.ts +1 -0
- package/lib/forms/__mocks__/mock-forms.module.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-input.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-input.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-switch.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-switch.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-switches.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-switches.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-textarea.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-textarea.component.d.ts.map +1 -0
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts +1 -0
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts.map +1 -0
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts +1 -0
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts.map +1 -0
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts +1 -0
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts.map +1 -0
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts +1 -0
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts.map +1 -0
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts +1 -0
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts.map +1 -0
- package/lib/forms/checkboxes/checkboxes.component.d.ts +1 -0
- package/lib/forms/checkboxes/checkboxes.component.d.ts.map +1 -0
- package/lib/forms/datepicker/adapter/date-adapter.d.ts +1 -0
- package/lib/forms/datepicker/adapter/date-adapter.d.ts.map +1 -0
- package/lib/forms/datepicker/calendar/calendar.component.d.ts +1 -0
- package/lib/forms/datepicker/calendar/calendar.component.d.ts.map +1 -0
- package/lib/forms/datepicker/datepicker.component.d.ts +1 -0
- package/lib/forms/datepicker/datepicker.component.d.ts.map +1 -0
- package/lib/forms/datepicker/service/timepicker.service.d.ts +1 -0
- package/lib/forms/datepicker/service/timepicker.service.d.ts.map +1 -0
- package/lib/forms/dropdown/dropdown.component.d.ts +1 -0
- package/lib/forms/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts +1 -0
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts.map +1 -0
- package/lib/forms/file-upload/file-upload.component.d.ts +1 -0
- package/lib/forms/file-upload/file-upload.component.d.ts.map +1 -0
- package/lib/forms/file-upload/model/file-upload.model.d.ts +1 -0
- package/lib/forms/file-upload/model/file-upload.model.d.ts.map +1 -0
- package/lib/forms/file-upload/services/file-upload.service.d.ts +1 -0
- package/lib/forms/file-upload/services/file-upload.service.d.ts.map +1 -0
- package/lib/forms/forms/forms.component.d.ts +1 -0
- package/lib/forms/forms/forms.component.d.ts.map +1 -0
- package/lib/forms/input/helpers/get-value-with-unit.d.ts +1 -0
- package/lib/forms/input/helpers/get-value-with-unit.d.ts.map +1 -0
- package/lib/forms/input/input.component.d.ts +1 -0
- package/lib/forms/input/input.component.d.ts.map +1 -0
- package/lib/forms/input/options/input-options.component.d.ts +1 -0
- package/lib/forms/input/options/input-options.component.d.ts.map +1 -0
- package/lib/forms/input/options/input-options.directive.d.ts +1 -0
- package/lib/forms/input/options/input-options.directive.d.ts.map +1 -0
- package/lib/forms/input/units/input-units.component.d.ts +1 -0
- package/lib/forms/input/units/input-units.component.d.ts.map +1 -0
- package/lib/forms/model/datepicker.d.ts +1 -0
- package/lib/forms/model/datepicker.d.ts.map +1 -0
- package/lib/forms/model/form-options-resolver.d.ts +1 -0
- package/lib/forms/model/form-options-resolver.d.ts.map +1 -0
- package/lib/forms/model/forms.interface.d.ts +1 -0
- package/lib/forms/model/forms.interface.d.ts.map +1 -0
- package/lib/forms/model/options.interface.d.ts +1 -0
- package/lib/forms/model/options.interface.d.ts.map +1 -0
- package/lib/forms/model/radio-buttons.d.ts +1 -0
- package/lib/forms/model/radio-buttons.d.ts.map +1 -0
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts +1 -0
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts.map +1 -0
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts +1 -0
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts.map +1 -0
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts +1 -0
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts.map +1 -0
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts +1 -0
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts.map +1 -0
- package/lib/forms/multi-input/multi-input.component.d.ts +1 -0
- package/lib/forms/multi-input/multi-input.component.d.ts.map +1 -0
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts +1 -0
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts.map +1 -0
- package/lib/forms/pin-code/pin-code.component.d.ts +1 -0
- package/lib/forms/pin-code/pin-code.component.d.ts.map +1 -0
- package/lib/forms/qd-form.module.d.ts +1 -0
- package/lib/forms/qd-form.module.d.ts.map +1 -0
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts +1 -0
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts.map +1 -0
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts +1 -0
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-array.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-array.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-builder.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-builder.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-control.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-control.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-group.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-group.d.ts.map +1 -0
- package/lib/forms/richtext/richtext.component.d.ts +1 -0
- package/lib/forms/richtext/richtext.component.d.ts.map +1 -0
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts +1 -0
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-error/form-error.component.d.ts +1 -0
- package/lib/forms/shared/components/form-error/form-error.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts +1 -0
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-input/form-input.component.d.ts +1 -0
- package/lib/forms/shared/components/form-input/form-input.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-label/form-label.component.d.ts +1 -0
- package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts +1 -0
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts +1 -0
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts.map +1 -0
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts +1 -0
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts.map +1 -0
- package/lib/forms/shared/helpers/forms.helpers.d.ts +1 -0
- package/lib/forms/shared/helpers/forms.helpers.d.ts.map +1 -0
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts +1 -0
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts.map +1 -0
- package/lib/forms/shared/services/action-emitter.service.d.ts +1 -0
- package/lib/forms/shared/services/action-emitter.service.d.ts.map +1 -0
- package/lib/forms/shared/services/form-keyboard.service.d.ts +1 -0
- package/lib/forms/shared/services/form-keyboard.service.d.ts.map +1 -0
- package/lib/forms/shared/services/form-options.service.d.ts +1 -0
- package/lib/forms/shared/services/form-options.service.d.ts.map +1 -0
- package/lib/forms/shared/services/options-resolver.registry.d.ts +1 -0
- package/lib/forms/shared/services/options-resolver.registry.d.ts.map +1 -0
- package/lib/forms/shared/validators/validators.d.ts +1 -0
- package/lib/forms/shared/validators/validators.d.ts.map +1 -0
- package/lib/forms/switches/switch/switch.component.d.ts +4 -12
- package/lib/forms/switches/switch/switch.component.d.ts.map +1 -0
- package/lib/forms/switches/switches-service/switches.service.d.ts +1 -0
- package/lib/forms/switches/switches-service/switches.service.d.ts.map +1 -0
- package/lib/forms/switches/switches.component.d.ts +1 -0
- package/lib/forms/switches/switches.component.d.ts.map +1 -0
- package/lib/forms/textarea/textarea.component.d.ts +1 -0
- package/lib/forms/textarea/textarea.component.d.ts.map +1 -0
- package/lib/grid/__mocks__/mock-column.directive.d.ts +1 -0
- package/lib/grid/__mocks__/mock-column.directive.d.ts.map +1 -0
- package/lib/grid/__mocks__/mock-columns.directive.d.ts +1 -0
- package/lib/grid/__mocks__/mock-columns.directive.d.ts.map +1 -0
- package/lib/grid/__mocks__/mock-grid.module.d.ts +1 -0
- package/lib/grid/__mocks__/mock-grid.module.d.ts.map +1 -0
- package/lib/grid/directives/column-auto-fill.directive.d.ts +1 -0
- package/lib/grid/directives/column-auto-fill.directive.d.ts.map +1 -0
- package/lib/grid/directives/column-break-before.directive.d.ts +1 -0
- package/lib/grid/directives/column-break-before.directive.d.ts.map +1 -0
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts +1 -0
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts.map +1 -0
- package/lib/grid/directives/column-full-grid-width.directive.d.ts +1 -0
- package/lib/grid/directives/column-full-grid-width.directive.d.ts.map +1 -0
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts +1 -0
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts.map +1 -0
- package/lib/grid/directives/column.directive.d.ts +1 -0
- package/lib/grid/directives/column.directive.d.ts.map +1 -0
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts +1 -0
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts.map +1 -0
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts +1 -0
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts.map +1 -0
- package/lib/grid/directives/columns-max.directive.d.ts +1 -0
- package/lib/grid/directives/columns-max.directive.d.ts.map +1 -0
- package/lib/grid/directives/columns.directive.d.ts +1 -0
- package/lib/grid/directives/columns.directive.d.ts.map +1 -0
- package/lib/grid/grid.component.d.ts +1 -0
- package/lib/grid/grid.component.d.ts.map +1 -0
- package/lib/grid/grid.module.d.ts +1 -0
- package/lib/grid/grid.module.d.ts.map +1 -0
- package/lib/grid/model/grid-config.interface.d.ts +1 -0
- package/lib/grid/model/grid-config.interface.d.ts.map +1 -0
- package/lib/grid/model/subgrid-config.interface.d.ts +1 -0
- package/lib/grid/model/subgrid-config.interface.d.ts.map +1 -0
- package/lib/grid/services/grid-auto-fill.service.d.ts +1 -0
- package/lib/grid/services/grid-auto-fill.service.d.ts.map +1 -0
- package/lib/grid/services/grid.service.d.ts +1 -0
- package/lib/grid/services/grid.service.d.ts.map +1 -0
- package/lib/grid/subgrid/subgrid.component.d.ts +1 -0
- package/lib/grid/subgrid/subgrid.component.d.ts.map +1 -0
- package/lib/helpers/html-plaintext.helper.d.ts +1 -0
- package/lib/helpers/html-plaintext.helper.d.ts.map +1 -0
- package/lib/helpers/language.helper.d.ts +1 -0
- package/lib/helpers/language.helper.d.ts.map +1 -0
- package/lib/helpers/load-javascript-asset.helper.d.ts +1 -0
- package/lib/helpers/load-javascript-asset.helper.d.ts.map +1 -0
- package/lib/helpers/relative-time.helper.d.ts +1 -0
- package/lib/helpers/relative-time.helper.d.ts.map +1 -0
- package/lib/icon/__mocks__/mock-icon.component.d.ts +1 -0
- package/lib/icon/__mocks__/mock-icon.component.d.ts.map +1 -0
- package/lib/icon/__mocks__/mock-icon.module.d.ts +1 -0
- package/lib/icon/__mocks__/mock-icon.module.d.ts.map +1 -0
- package/lib/icon/custom-icons/logo.d.ts +1 -0
- package/lib/icon/custom-icons/logo.d.ts.map +1 -0
- package/lib/icon/icon/icon-definitions.d.ts +1 -0
- package/lib/icon/icon/icon-definitions.d.ts.map +1 -0
- package/lib/icon/icon/icon.component.d.ts +1 -0
- package/lib/icon/icon/icon.component.d.ts.map +1 -0
- package/lib/icon/icon.module.d.ts +1 -0
- package/lib/icon/icon.module.d.ts.map +1 -0
- package/lib/image/__mocks__/mock-image.component.d.ts +1 -0
- package/lib/image/__mocks__/mock-image.component.d.ts.map +1 -0
- package/lib/image/__mocks__/mock-image.module.d.ts +1 -0
- package/lib/image/__mocks__/mock-image.module.d.ts.map +1 -0
- package/lib/image/image/image.component.d.ts +1 -0
- package/lib/image/image/image.component.d.ts.map +1 -0
- package/lib/image/image.module.d.ts +1 -0
- package/lib/image/image.module.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-action-bar.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-action-bar.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-active-content-tab.directive.d.ts +1 -0
- package/lib/layout/__mocks__/mock-active-content-tab.directive.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-button-enabled.directive.d.ts +1 -0
- package/lib/layout/__mocks__/mock-button-enabled.directive.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-layout-container.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-layout-container.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-layout-renderer.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-layout-renderer.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-layout.module.d.ts +1 -0
- package/lib/layout/__mocks__/mock-layout.module.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-page-process-header-title.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-page-process-header-title.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-page-process-header.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-page-process-header.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-page-title.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-page-title.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-panel-title.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-panel-title.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-panel.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-panel.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-truncated-text.directive.d.ts +1 -0
- package/lib/layout/__mocks__/mock-truncated-text.directive.d.ts.map +1 -0
- package/lib/layout/action-bar/action-bar.component.d.ts +1 -0
- package/lib/layout/action-bar/action-bar.component.d.ts.map +1 -0
- package/lib/layout/action-bar/button-enabled.directive.d.ts +1 -0
- package/lib/layout/action-bar/button-enabled.directive.d.ts.map +1 -0
- package/lib/layout/container/container.component.d.ts +1 -0
- package/lib/layout/container/container.component.d.ts.map +1 -0
- package/lib/layout/content/page-process-header/page-process-header/page-process-header.component.d.ts +1 -0
- package/lib/layout/content/page-process-header/page-process-header/page-process-header.component.d.ts.map +1 -0
- package/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.d.ts +1 -0
- package/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.d.ts.map +1 -0
- package/lib/layout/content/page-title/page-title.component.d.ts +1 -0
- package/lib/layout/content/page-title/page-title.component.d.ts.map +1 -0
- package/lib/layout/directives/active-content-tab.directive.d.ts +1 -0
- package/lib/layout/directives/active-content-tab.directive.d.ts.map +1 -0
- package/lib/layout/directives/calculate-full-height.directive.d.ts +1 -0
- package/lib/layout/directives/calculate-full-height.directive.d.ts.map +1 -0
- package/lib/layout/directives/viewport-adaptive.directive.d.ts +1 -0
- package/lib/layout/directives/viewport-adaptive.directive.d.ts.map +1 -0
- package/lib/layout/force-line-break/force-line-break.directive.d.ts +1 -0
- package/lib/layout/force-line-break/force-line-break.directive.d.ts.map +1 -0
- package/lib/layout/interfaces/process-list.d.ts +1 -0
- package/lib/layout/interfaces/process-list.d.ts.map +1 -0
- package/lib/layout/layout-renderer/layout-renderer.component.d.ts +1 -0
- package/lib/layout/layout-renderer/layout-renderer.component.d.ts.map +1 -0
- package/lib/layout/layout.module.d.ts +1 -0
- package/lib/layout/layout.module.d.ts.map +1 -0
- package/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.d.ts +1 -0
- package/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.d.ts.map +1 -0
- package/lib/layout/panel/container/panel.component.d.ts +1 -0
- package/lib/layout/panel/container/panel.component.d.ts.map +1 -0
- package/lib/layout/panel/title/panel-title.component.d.ts +1 -0
- package/lib/layout/panel/title/panel-title.component.d.ts.map +1 -0
- package/lib/layout/panel/types/panel-types.d.ts +1 -0
- package/lib/layout/panel/types/panel-types.d.ts.map +1 -0
- package/lib/layout/service/layout.service.d.ts +1 -0
- package/lib/layout/service/layout.service.d.ts.map +1 -0
- package/lib/layout/service/panel.service.d.ts +1 -0
- package/lib/layout/service/panel.service.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-list.module.d.ts +1 -0
- package/lib/lists/__mocks__/mock-list.module.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-error.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-error.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-caption.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-item.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-value.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs.component.d.ts.map +1 -0
- package/lib/lists/list.module.d.ts +1 -0
- package/lib/lists/list.module.d.ts.map +1 -0
- package/lib/lists/model/list.interface.d.ts +1 -0
- package/lib/lists/model/list.interface.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts.map +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.d.ts +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.d.ts +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.d.ts.map +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.d.ts +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.d.ts +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-header-widget.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-header-widget.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-banner.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-banner.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-footer.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-footer.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-header.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-header.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout.module.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout.module.d.ts.map +1 -0
- package/lib/master-layout/header-widget/header-widget.component.d.ts +1 -0
- package/lib/master-layout/header-widget/header-widget.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout/master-layout.component.d.ts +1 -0
- package/lib/master-layout/master-layout/master-layout.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout-banner/master-layout-banner.component.d.ts +1 -0
- package/lib/master-layout/master-layout-banner/master-layout-banner.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout-footer/master-layout-footer.component.d.ts +1 -0
- package/lib/master-layout/master-layout-footer/master-layout-footer.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout-header/master-layout-header.component.d.ts +1 -0
- package/lib/master-layout/master-layout-header/master-layout-header.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout.module.d.ts +1 -0
- package/lib/master-layout/master-layout.module.d.ts.map +1 -0
- package/lib/master-layout/model/page-level.d.ts +1 -0
- package/lib/master-layout/model/page-level.d.ts.map +1 -0
- package/lib/master-layout/model/service-navigation.d.ts +1 -0
- package/lib/master-layout/model/service-navigation.d.ts.map +1 -0
- package/lib/master-layout/service/language-from-url.service.d.ts +1 -0
- package/lib/master-layout/service/language-from-url.service.d.ts.map +1 -0
- package/lib/master-layout/service/master-layout.service.d.ts +1 -0
- package/lib/master-layout/service/master-layout.service.d.ts.map +1 -0
- package/lib/master-layout/service-navigation/service-navigation.component.d.ts +1 -0
- package/lib/master-layout/service-navigation/service-navigation.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step-action.component.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step-action.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step-item.component.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step-item.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step.component.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-stepper.component.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-stepper.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-stepper.module.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-stepper.module.d.ts.map +1 -0
- package/lib/navigation/stepper/interfaces/stepper.d.ts +1 -0
- package/lib/navigation/stepper/interfaces/stepper.d.ts.map +1 -0
- package/lib/navigation/stepper/step/step.component.d.ts +1 -0
- package/lib/navigation/stepper/step/step.component.d.ts.map +1 -0
- package/lib/navigation/stepper/step-action/step-action.component.d.ts +1 -0
- package/lib/navigation/stepper/step-action/step-action.component.d.ts.map +1 -0
- package/lib/navigation/stepper/step-item/step-item.component.d.ts +1 -0
- package/lib/navigation/stepper/step-item/step-item.component.d.ts.map +1 -0
- package/lib/navigation/stepper/stepper/stepper.component.d.ts +1 -0
- package/lib/navigation/stepper/stepper/stepper.component.d.ts.map +1 -0
- package/lib/navigation/stepper/stepper.module.d.ts +4 -3
- package/lib/navigation/stepper/stepper.module.d.ts.map +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.d.ts +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.d.ts.map +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.d.ts +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.d.ts.map +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.d.ts +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.d.ts.map +1 -0
- package/lib/navigation/tab-bar/tab-bar.module.d.ts +1 -0
- package/lib/navigation/tab-bar/tab-bar.module.d.ts.map +1 -0
- package/lib/navigation/tab-bar/tab-link/tab-link.component.d.ts +1 -0
- package/lib/navigation/tab-bar/tab-link/tab-link.component.d.ts.map +1 -0
- package/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.d.ts +1 -0
- package/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-action.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-action.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-item.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-item.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs.module.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs.module.d.ts.map +1 -0
- package/lib/navigation/tabs/interfaces/tabs.interface.d.ts +1 -0
- package/lib/navigation/tabs/interfaces/tabs.interface.d.ts.map +1 -0
- package/lib/navigation/tabs/services/tabs.service.d.ts +1 -0
- package/lib/navigation/tabs/services/tabs.service.d.ts.map +1 -0
- package/lib/navigation/tabs/tab/tab.component.d.ts +1 -0
- package/lib/navigation/tabs/tab/tab.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tab-action/tab-action.component.d.ts +1 -0
- package/lib/navigation/tabs/tab-action/tab-action.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tab-item/tab-item.component.d.ts +1 -0
- package/lib/navigation/tabs/tab-item/tab-item.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.d.ts +1 -0
- package/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tabs/tabs.component.d.ts +1 -0
- package/lib/navigation/tabs/tabs/tabs.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tabs.module.d.ts +3 -2
- package/lib/navigation/tabs/tabs.module.d.ts.map +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts.map +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts.map +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts.map +1 -0
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts +1 -0
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts.map +1 -0
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts +1 -0
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts.map +1 -0
- package/lib/navigation-tiles/navigation-tiles.module.d.ts +1 -0
- package/lib/navigation-tiles/navigation-tiles.module.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notification.component.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notification.component.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts.map +1 -0
- package/lib/notifications/directives/snackbar-listener.directive.d.ts +1 -0
- package/lib/notifications/directives/snackbar-listener.directive.d.ts.map +1 -0
- package/lib/notifications/interfaces/notifications.d.ts +1 -0
- package/lib/notifications/interfaces/notifications.d.ts.map +1 -0
- package/lib/notifications/notification/notification.component.d.ts +1 -0
- package/lib/notifications/notification/notification.component.d.ts.map +1 -0
- package/lib/notifications/notification-content/notification-content.component.d.ts +1 -0
- package/lib/notifications/notification-content/notification-content.component.d.ts.map +1 -0
- package/lib/notifications/notifications/notifications.component.d.ts +1 -0
- package/lib/notifications/notifications/notifications.component.d.ts.map +1 -0
- package/lib/notifications/notifications.module.d.ts +1 -0
- package/lib/notifications/notifications.module.d.ts.map +1 -0
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts +1 -0
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts.map +1 -0
- package/lib/notifications/services/notifications-service.service.d.ts +1 -0
- package/lib/notifications/services/notifications-service.service.d.ts.map +1 -0
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts +1 -0
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts.map +1 -0
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts +1 -0
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts.map +1 -0
- package/lib/notifications/services/snackbar.service.d.ts +1 -0
- package/lib/notifications/services/snackbar.service.d.ts.map +1 -0
- package/lib/notifications/snackbar/snackbar.component.d.ts +1 -0
- package/lib/notifications/snackbar/snackbar.component.d.ts.map +1 -0
- package/lib/page/__mocks__/mock-page-footer.component.d.ts +1 -0
- package/lib/page/__mocks__/mock-page-footer.component.d.ts.map +1 -0
- package/lib/page/__mocks__/mock-page-header.component.d.ts +1 -0
- package/lib/page/__mocks__/mock-page-header.component.d.ts.map +1 -0
- package/lib/page/__mocks__/mock-page.component.d.ts +1 -0
- package/lib/page/__mocks__/mock-page.component.d.ts.map +1 -0
- package/lib/page/__mocks__/mock-page.module.d.ts +1 -0
- package/lib/page/__mocks__/mock-page.module.d.ts.map +1 -0
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts +1 -0
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts.map +1 -0
- package/lib/page/control-panel/page-control-panel.component.d.ts +1 -0
- package/lib/page/control-panel/page-control-panel.component.d.ts.map +1 -0
- package/lib/page/footer/page-footer-custom-content.directive.d.ts +1 -0
- package/lib/page/footer/page-footer-custom-content.directive.d.ts.map +1 -0
- package/lib/page/footer/page-footer.component.d.ts +1 -0
- package/lib/page/footer/page-footer.component.d.ts.map +1 -0
- package/lib/page/info-banner/page-info-banner.component.d.ts +1 -0
- package/lib/page/info-banner/page-info-banner.component.d.ts.map +1 -0
- package/lib/page/model/page-config.interface.d.ts +1 -0
- package/lib/page/model/page-config.interface.d.ts.map +1 -0
- package/lib/page/model/page-control-panel-config.interface.d.ts +1 -0
- package/lib/page/model/page-control-panel-config.interface.d.ts.map +1 -0
- package/lib/page/model/page-footer-action.interface.d.ts +1 -0
- package/lib/page/model/page-footer-action.interface.d.ts.map +1 -0
- package/lib/page/model/page-header-facet.interface.d.ts +1 -0
- package/lib/page/model/page-header-facet.interface.d.ts.map +1 -0
- package/lib/page/model/page-info-banner.interface.d.ts +1 -0
- package/lib/page/model/page-info-banner.interface.d.ts.map +1 -0
- package/lib/page/model/page-object-resolver.d.ts +1 -0
- package/lib/page/model/page-object-resolver.d.ts.map +1 -0
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts +1 -0
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts.map +1 -0
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts +1 -0
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts +1 -0
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts.map +1 -0
- package/lib/page/object-header/dynamic-facets.service.d.ts +1 -0
- package/lib/page/object-header/dynamic-facets.service.d.ts.map +1 -0
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/page-object-header.component.d.ts +1 -0
- package/lib/page/object-header/page-object-header.component.d.ts.map +1 -0
- package/lib/page/page.component.d.ts +1 -0
- package/lib/page/page.component.d.ts.map +1 -0
- package/lib/page/page.module.d.ts +1 -0
- package/lib/page/page.module.d.ts.map +1 -0
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +1 -0
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +1 -0
- package/lib/page/shared/services/context.service.d.ts +1 -0
- package/lib/page/shared/services/context.service.d.ts.map +1 -0
- package/lib/page/shared/services/form-group-manager.service.d.ts +1 -0
- package/lib/page/shared/services/form-group-manager.service.d.ts.map +1 -0
- package/lib/page/shared/services/page-footer.service.d.ts +1 -0
- package/lib/page/shared/services/page-footer.service.d.ts.map +1 -0
- package/lib/page/shared/services/page-store.service.d.ts +1 -0
- package/lib/page/shared/services/page-store.service.d.ts.map +1 -0
- package/lib/page/shared/services/page-submit-action.service.d.ts +1 -0
- package/lib/page/shared/services/page-submit-action.service.d.ts.map +1 -0
- package/lib/page/shared/services/resolver-trigger.service.d.ts +1 -0
- package/lib/page/shared/services/resolver-trigger.service.d.ts.map +1 -0
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts +1 -0
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts.map +1 -0
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts +1 -0
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts.map +1 -0
- package/lib/page-stepper/header/page-step-header.component.d.ts +1 -0
- package/lib/page-stepper/header/page-step-header.component.d.ts.map +1 -0
- package/lib/page-stepper/model/page-step-resolver.token.d.ts +1 -0
- package/lib/page-stepper/model/page-step-resolver.token.d.ts.map +1 -0
- package/lib/page-stepper/model/page-step.resolver.d.ts +1 -0
- package/lib/page-stepper/model/page-step.resolver.d.ts.map +1 -0
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts +1 -0
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts.map +1 -0
- package/lib/page-stepper/page-step/page-step.component.d.ts +1 -0
- package/lib/page-stepper/page-step/page-step.component.d.ts.map +1 -0
- package/lib/page-stepper/page-stepper.component.d.ts +1 -0
- package/lib/page-stepper/page-stepper.component.d.ts.map +1 -0
- package/lib/page-stepper/page-stepper.module.d.ts +1 -0
- package/lib/page-stepper/page-stepper.module.d.ts.map +1 -0
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts +1 -0
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts.map +1 -0
- package/lib/page-tabs/model/page-tabs-config.d.ts +1 -0
- package/lib/page-tabs/model/page-tabs-config.d.ts.map +1 -0
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts +1 -0
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts.map +1 -0
- package/lib/page-tabs/page-tab/page-tab.component.d.ts +1 -0
- package/lib/page-tabs/page-tab/page-tab.component.d.ts.map +1 -0
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts +1 -0
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts.map +1 -0
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts +1 -0
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts.map +1 -0
- package/lib/page-tabs/page-tabs.component.d.ts +1 -0
- package/lib/page-tabs/page-tabs.component.d.ts.map +1 -0
- package/lib/page-tabs/page-tabs.module.d.ts +6 -5
- package/lib/page-tabs/page-tabs.module.d.ts.map +1 -0
- package/lib/panel-section/actions/panel-section-actions.component.d.ts +1 -0
- package/lib/panel-section/actions/panel-section-actions.component.d.ts.map +1 -0
- package/lib/panel-section/model/panel-section-config.interface.d.ts +1 -0
- package/lib/panel-section/model/panel-section-config.interface.d.ts.map +1 -0
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts +1 -0
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts.map +1 -0
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts +1 -0
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts.map +1 -0
- package/lib/panel-section/panel-section.component.d.ts +1 -0
- package/lib/panel-section/panel-section.component.d.ts.map +1 -0
- package/lib/panel-section/panel-section.module.d.ts +1 -0
- package/lib/panel-section/panel-section.module.d.ts.map +1 -0
- package/lib/panel-section/services/panel-section-action.service.d.ts +1 -0
- package/lib/panel-section/services/panel-section-action.service.d.ts.map +1 -0
- package/lib/panel-section/status/panel-section-status.component.d.ts +1 -0
- package/lib/panel-section/status/panel-section-status.component.d.ts.map +1 -0
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts +1 -0
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts.map +1 -0
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts +1 -0
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts.map +1 -0
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts +1 -0
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts.map +1 -0
- package/lib/place-holder/place-holder/place-holder.component.d.ts +1 -0
- package/lib/place-holder/place-holder/place-holder.component.d.ts.map +1 -0
- package/lib/place-holder/place-holder.module.d.ts +1 -0
- package/lib/place-holder/place-holder.module.d.ts.map +1 -0
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts +1 -0
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts.map +1 -0
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts +1 -0
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts.map +1 -0
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts +1 -0
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts.map +1 -0
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts +1 -0
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts.map +1 -0
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts +1 -0
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts.map +1 -0
- package/lib/progress-bar/progress-bar.module.d.ts +1 -0
- package/lib/progress-bar/progress-bar.module.d.ts.map +1 -0
- package/lib/qd-ui-mock.module.d.ts +1 -0
- package/lib/qd-ui-mock.module.d.ts.map +1 -0
- package/lib/qd-ui.module.d.ts +1 -0
- package/lib/qd-ui.module.d.ts.map +1 -0
- package/lib/quick-edit/model/quick-edit-config.d.ts +1 -0
- package/lib/quick-edit/model/quick-edit-config.d.ts.map +1 -0
- package/lib/quick-edit/model/quick-edit-data.d.ts +1 -0
- package/lib/quick-edit/model/quick-edit-data.d.ts.map +1 -0
- package/lib/quick-edit/qd-ng-for.directive.d.ts +1 -0
- package/lib/quick-edit/qd-ng-for.directive.d.ts.map +1 -0
- package/lib/quick-edit/quick-edit.component.d.ts +1 -0
- package/lib/quick-edit/quick-edit.component.d.ts.map +1 -0
- package/lib/quick-edit/quick-edit.module.d.ts +1 -0
- package/lib/quick-edit/quick-edit.module.d.ts.map +1 -0
- package/lib/search/__mocks__/mock-search.component.d.ts +1 -0
- package/lib/search/__mocks__/mock-search.component.d.ts.map +1 -0
- package/lib/search/__mocks__/mock-search.module.d.ts +1 -0
- package/lib/search/__mocks__/mock-search.module.d.ts.map +1 -0
- package/lib/search/helpers/search-update.helper.d.ts +1 -0
- package/lib/search/helpers/search-update.helper.d.ts.map +1 -0
- package/lib/search/model/search-options.interface.d.ts +1 -0
- package/lib/search/model/search-options.interface.d.ts.map +1 -0
- package/lib/search/model/search-post-body.d.ts +1 -0
- package/lib/search/model/search-post-body.d.ts.map +1 -0
- package/lib/search/model/search-store.interface.d.ts +1 -0
- package/lib/search/model/search-store.interface.d.ts.map +1 -0
- package/lib/search/search.component.d.ts +1 -0
- package/lib/search/search.component.d.ts.map +1 -0
- package/lib/search/search.module.d.ts +1 -0
- package/lib/search/search.module.d.ts.map +1 -0
- package/lib/search/services/search-router-connector.service.d.ts +1 -0
- package/lib/search/services/search-router-connector.service.d.ts.map +1 -0
- package/lib/search/services/search-store.service.d.ts +1 -0
- package/lib/search/services/search-store.service.d.ts.map +1 -0
- package/lib/search/services/search.service.d.ts +1 -0
- package/lib/search/services/search.service.d.ts.map +1 -0
- package/lib/search/store/search.actions.d.ts +1 -0
- package/lib/search/store/search.actions.d.ts.map +1 -0
- package/lib/search/store/search.reducer.d.ts +1 -0
- package/lib/search/store/search.reducer.d.ts.map +1 -0
- package/lib/search/store/search.selector.d.ts +1 -0
- package/lib/search/store/search.selector.d.ts.map +1 -0
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts +1 -0
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts.map +1 -0
- package/lib/section/__mocks__/mock-section.component.d.ts +1 -0
- package/lib/section/__mocks__/mock-section.component.d.ts.map +1 -0
- package/lib/section/__mocks__/mock-section.module.d.ts +1 -0
- package/lib/section/__mocks__/mock-section.module.d.ts.map +1 -0
- package/lib/section/adaptors/section-adapter.directive.d.ts +1 -0
- package/lib/section/adaptors/section-adapter.directive.d.ts.map +1 -0
- package/lib/section/connectors/table/connector-table-context.directive.d.ts +1 -0
- package/lib/section/connectors/table/connector-table-context.directive.d.ts.map +1 -0
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts +1 -0
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts.map +1 -0
- package/lib/section/connectors/table/connector-table-search.directive.d.ts +1 -0
- package/lib/section/connectors/table/connector-table-search.directive.d.ts.map +1 -0
- package/lib/section/model/section-config.interface.d.ts +1 -0
- package/lib/section/model/section-config.interface.d.ts.map +1 -0
- package/lib/section/model/toolbar-components.interface.d.ts +1 -0
- package/lib/section/model/toolbar-components.interface.d.ts.map +1 -0
- package/lib/section/section.component.d.ts +1 -0
- package/lib/section/section.component.d.ts.map +1 -0
- package/lib/section/section.module.d.ts +1 -0
- package/lib/section/section.module.d.ts.map +1 -0
- package/lib/section/services/section-toolbar-action.service.d.ts +1 -0
- package/lib/section/services/section-toolbar-action.service.d.ts.map +1 -0
- package/lib/section/services/toolbar-components.service.d.ts +1 -0
- package/lib/section/services/toolbar-components.service.d.ts.map +1 -0
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts +1 -0
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts.map +1 -0
- package/lib/section/toolbar/section-toolbar.component.d.ts +1 -0
- package/lib/section/toolbar/section-toolbar.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell.module.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell.module.d.ts.map +1 -0
- package/lib/shell/footer/shell-footer.component.d.ts +1 -0
- package/lib/shell/footer/shell-footer.component.d.ts.map +1 -0
- package/lib/shell/header/banner/shell-header-banner.component.d.ts +1 -0
- package/lib/shell/header/banner/shell-header-banner.component.d.ts.map +1 -0
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts +1 -0
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts.map +1 -0
- package/lib/shell/header/search/shell-header-search.component.d.ts +1 -0
- package/lib/shell/header/search/shell-header-search.component.d.ts.map +1 -0
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +1 -0
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +1 -0
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts +1 -0
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts.map +1 -0
- package/lib/shell/header/shell-header.component.d.ts +1 -0
- package/lib/shell/header/shell-header.component.d.ts.map +1 -0
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts +1 -0
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts.map +1 -0
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts +1 -0
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts.map +1 -0
- package/lib/shell/header/widget/shell-header-widget.component.d.ts +1 -0
- package/lib/shell/header/widget/shell-header-widget.component.d.ts.map +1 -0
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts +1 -0
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts.map +1 -0
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts +1 -0
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts.map +1 -0
- package/lib/shell/left/shell-left.component.d.ts +1 -0
- package/lib/shell/left/shell-left.component.d.ts.map +1 -0
- package/lib/shell/model/default-config.d.ts +1 -0
- package/lib/shell/model/default-config.d.ts.map +1 -0
- package/lib/shell/model/eportal.interface.d.ts +1 -0
- package/lib/shell/model/eportal.interface.d.ts.map +1 -0
- package/lib/shell/model/route-data.interface.d.ts +1 -0
- package/lib/shell/model/route-data.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-config.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts +1 -0
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-header-widget-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-header-widget-config.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-navigation-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-navigation-config.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-toolbar-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-toolbar-config.interface.d.ts.map +1 -0
- package/lib/shell/right/notification/shell-notification.component.d.ts +1 -0
- package/lib/shell/right/notification/shell-notification.component.d.ts.map +1 -0
- package/lib/shell/right/notifications/shell-notifications.component.d.ts +1 -0
- package/lib/shell/right/notifications/shell-notifications.component.d.ts.map +1 -0
- package/lib/shell/right/shell-right.component.d.ts +1 -0
- package/lib/shell/right/shell-right.component.d.ts.map +1 -0
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts +1 -0
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts.map +1 -0
- package/lib/shell/services/banner.service.d.ts +1 -0
- package/lib/shell/services/banner.service.d.ts.map +1 -0
- package/lib/shell/services/eportal-language.service.d.ts +1 -0
- package/lib/shell/services/eportal-language.service.d.ts.map +1 -0
- package/lib/shell/services/navigation.service.d.ts +1 -0
- package/lib/shell/services/navigation.service.d.ts.map +1 -0
- package/lib/shell/services/pams-environment.service.d.ts +1 -0
- package/lib/shell/services/pams-environment.service.d.ts.map +1 -0
- package/lib/shell/services/service-navigation.service.d.ts +1 -0
- package/lib/shell/services/service-navigation.service.d.ts.map +1 -0
- package/lib/shell/services/shell-header-minimization.service.d.ts +1 -0
- package/lib/shell/services/shell-header-minimization.service.d.ts.map +1 -0
- package/lib/shell/services/shell-header-widget.service.d.ts +1 -0
- package/lib/shell/services/shell-header-widget.service.d.ts.map +1 -0
- package/lib/shell/services/shell-left.service.d.ts +1 -0
- package/lib/shell/services/shell-left.service.d.ts.map +1 -0
- package/lib/shell/services/shell-right.service.d.ts +1 -0
- package/lib/shell/services/shell-right.service.d.ts.map +1 -0
- package/lib/shell/shell.component.d.ts +1 -0
- package/lib/shell/shell.component.d.ts.map +1 -0
- package/lib/shell/shell.module.d.ts +1 -0
- package/lib/shell/shell.module.d.ts.map +1 -0
- package/lib/spinner/spinner.component.d.ts +1 -0
- package/lib/spinner/spinner.component.d.ts.map +1 -0
- package/lib/spinner/spinner.module.d.ts +1 -0
- package/lib/spinner/spinner.module.d.ts.map +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts.map +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts.map +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts.map +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts.map +1 -0
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts +1 -0
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts.map +1 -0
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts +1 -0
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts.map +1 -0
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts +1 -0
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts.map +1 -0
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts +1 -0
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts.map +1 -0
- package/lib/status-indicator/status-indicator.module.d.ts +1 -0
- package/lib/status-indicator/status-indicator.module.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-sort.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-sort.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-head.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-head.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table.module.d.ts +1 -0
- package/lib/table/__mocks__/mock-table.module.d.ts.map +1 -0
- package/lib/table/body/table-body.component.d.ts +1 -0
- package/lib/table/body/table-body.component.d.ts.map +1 -0
- package/lib/table/empty-state/table-empty-state.component.d.ts +1 -0
- package/lib/table/empty-state/table-empty-state.component.d.ts.map +1 -0
- package/lib/table/head/table-head.component.d.ts +1 -0
- package/lib/table/head/table-head.component.d.ts.map +1 -0
- package/lib/table/helpers/spring-tools.d.ts +1 -0
- package/lib/table/helpers/spring-tools.d.ts.map +1 -0
- package/lib/table/model/connectors-state.enum.d.ts +1 -0
- package/lib/table/model/connectors-state.enum.d.ts.map +1 -0
- package/lib/table/model/paginator-direction.enum.d.ts +1 -0
- package/lib/table/model/paginator-direction.enum.d.ts.map +1 -0
- package/lib/table/model/sort-direction.enum.d.ts +1 -0
- package/lib/table/model/sort-direction.enum.d.ts.map +1 -0
- package/lib/table/model/table-config-actions.interface.d.ts +1 -0
- package/lib/table/model/table-config-actions.interface.d.ts.map +1 -0
- package/lib/table/model/table-config-content.interface.d.ts +1 -0
- package/lib/table/model/table-config-content.interface.d.ts.map +1 -0
- package/lib/table/model/table-config.interface.d.ts +1 -0
- package/lib/table/model/table-config.interface.d.ts.map +1 -0
- package/lib/table/model/table-data-resolver.d.ts +1 -0
- package/lib/table/model/table-data-resolver.d.ts.map +1 -0
- package/lib/table/model/table-data-resolver.token.d.ts +1 -0
- package/lib/table/model/table-data-resolver.token.d.ts.map +1 -0
- package/lib/table/model/table-data.interface.d.ts +1 -0
- package/lib/table/model/table-data.interface.d.ts.map +1 -0
- package/lib/table/model/table-row-selection.interface.d.ts +1 -0
- package/lib/table/model/table-row-selection.interface.d.ts.map +1 -0
- package/lib/table/model/table-store.interface.d.ts +1 -0
- package/lib/table/model/table-store.interface.d.ts.map +1 -0
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts +1 -0
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts.map +1 -0
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts +1 -0
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts.map +1 -0
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts +1 -0
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts.map +1 -0
- package/lib/table/paginator/table-paginator.component.d.ts +1 -0
- package/lib/table/paginator/table-paginator.component.d.ts.map +1 -0
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts +1 -0
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts.map +1 -0
- package/lib/table/row/selection/table-row-selection.component.d.ts +1 -0
- package/lib/table/row/selection/table-row-selection.component.d.ts.map +1 -0
- package/lib/table/row/table-row.component.d.ts +1 -0
- package/lib/table/row/table-row.component.d.ts.map +1 -0
- package/lib/table/services/empty-state.service.d.ts +1 -0
- package/lib/table/services/empty-state.service.d.ts.map +1 -0
- package/lib/table/services/external-action-result.service.d.ts +1 -0
- package/lib/table/services/external-action-result.service.d.ts.map +1 -0
- package/lib/table/services/filling-width.service.d.ts +1 -0
- package/lib/table/services/filling-width.service.d.ts.map +1 -0
- package/lib/table/services/resolver.service.d.ts +1 -0
- package/lib/table/services/resolver.service.d.ts.map +1 -0
- package/lib/table/services/responsive-row.service.d.ts +1 -0
- package/lib/table/services/responsive-row.service.d.ts.map +1 -0
- package/lib/table/services/row-selection.service.d.ts +1 -0
- package/lib/table/services/row-selection.service.d.ts.map +1 -0
- package/lib/table/services/secondary-actions.service.d.ts +1 -0
- package/lib/table/services/secondary-actions.service.d.ts.map +1 -0
- package/lib/table/sort/table-sort.component.d.ts +1 -0
- package/lib/table/sort/table-sort.component.d.ts.map +1 -0
- package/lib/table/store/table-store-selector.service.d.ts +1 -0
- package/lib/table/store/table-store-selector.service.d.ts.map +1 -0
- package/lib/table/store/table-store.service.d.ts +1 -0
- package/lib/table/store/table-store.service.d.ts.map +1 -0
- package/lib/table/store/table-update.helper.d.ts +1 -0
- package/lib/table/store/table-update.helper.d.ts.map +1 -0
- package/lib/table/store/table.actions.d.ts +1 -0
- package/lib/table/store/table.actions.d.ts.map +1 -0
- package/lib/table/store/table.reducer.d.ts +1 -0
- package/lib/table/store/table.reducer.d.ts.map +1 -0
- package/lib/table/table.component.d.ts +1 -0
- package/lib/table/table.component.d.ts.map +1 -0
- package/lib/table/table.module.d.ts +1 -0
- package/lib/table/table.module.d.ts.map +1 -0
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts +1 -0
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts.map +1 -0
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts +1 -0
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts.map +1 -0
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts +1 -0
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts.map +1 -0
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts +1 -0
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts.map +1 -0
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts +1 -0
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts.map +1 -0
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts +1 -0
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts.map +1 -0
- package/lib/text-section/text-section.component.d.ts +1 -0
- package/lib/text-section/text-section.component.d.ts.map +1 -0
- package/lib/text-section/text-section.module.d.ts +1 -0
- package/lib/text-section/text-section.module.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts.map +1 -0
- package/lib/tiles/model/tile-config.d.ts +1 -0
- package/lib/tiles/model/tile-config.d.ts.map +1 -0
- package/lib/tiles/model/tiles-config.d.ts +1 -0
- package/lib/tiles/model/tiles-config.d.ts.map +1 -0
- package/lib/tiles/tile/tile.component.d.ts +1 -0
- package/lib/tiles/tile/tile.component.d.ts.map +1 -0
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts +1 -0
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts.map +1 -0
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts +1 -0
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts.map +1 -0
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts +1 -0
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts.map +1 -0
- package/lib/tiles/tile-title/tile-title.component.d.ts +1 -0
- package/lib/tiles/tile-title/tile-title.component.d.ts.map +1 -0
- package/lib/tiles/tiles-title/tiles-title.component.d.ts +1 -0
- package/lib/tiles/tiles-title/tiles-title.component.d.ts.map +1 -0
- package/lib/tiles/tiles.component.d.ts +1 -0
- package/lib/tiles/tiles.component.d.ts.map +1 -0
- package/lib/tiles/tiles.module.d.ts +1 -0
- package/lib/tiles/tiles.module.d.ts.map +1 -0
- package/lib/tree/body/tree-body.component.d.ts +1 -0
- package/lib/tree/body/tree-body.component.d.ts.map +1 -0
- package/lib/tree/empty-state/tree-empty-state.component.d.ts +1 -0
- package/lib/tree/empty-state/tree-empty-state.component.d.ts.map +1 -0
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts +1 -0
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts.map +1 -0
- package/lib/tree/head/tree-head.component.d.ts +1 -0
- package/lib/tree/head/tree-head.component.d.ts.map +1 -0
- package/lib/tree/model/tree-column-detail.interface.d.ts +1 -0
- package/lib/tree/model/tree-column-detail.interface.d.ts.map +1 -0
- package/lib/tree/model/tree-config-actions.interface.d.ts +1 -0
- package/lib/tree/model/tree-config-actions.interface.d.ts.map +1 -0
- package/lib/tree/model/tree-config.interface.d.ts +1 -0
- package/lib/tree/model/tree-config.interface.d.ts.map +1 -0
- package/lib/tree/model/tree-data.interface.d.ts +1 -0
- package/lib/tree/model/tree-data.interface.d.ts.map +1 -0
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts +1 -0
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts.map +1 -0
- package/lib/tree/row/tree-row.component.d.ts +1 -0
- package/lib/tree/row/tree-row.component.d.ts.map +1 -0
- package/lib/tree/services/row-expander.service.d.ts +1 -0
- package/lib/tree/services/row-expander.service.d.ts.map +1 -0
- package/lib/tree/services/tree-group.service.d.ts +1 -0
- package/lib/tree/services/tree-group.service.d.ts.map +1 -0
- package/lib/tree/services/tree-rows.service.d.ts +1 -0
- package/lib/tree/services/tree-rows.service.d.ts.map +1 -0
- package/lib/tree/tree.component.d.ts +1 -0
- package/lib/tree/tree.component.d.ts.map +1 -0
- package/lib/tree/tree.module.d.ts +1 -0
- package/lib/tree/tree.module.d.ts.map +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -0
- package/quadrel-ui-qd-ui.d.ts.map +1 -0
- package/src/assets/styles/settings/_settings.iconFont.scss +1 -1
|
@@ -24,34 +24,9 @@ import { QdBreadcrumbsModule } from '../core/breadcrumbs/breadcrumbs.module';
|
|
|
24
24
|
import * as i0 from "@angular/core";
|
|
25
25
|
export { QdDialogComponent, QdDialogActionComponent, QdDialogRecordStepperComponent, QdDialogAuthSessionEndComponent, QdDialogConfirmationComponent, QdDialogConfirmationErrorDirective, QdDialogConfirmationInfoDirective, QdDialogConfirmationSuccessDirective, QdDialogService, QdDialogAuthSessionEndService, QdDialogSize, QD_DIALOG_CONFIRMATION_RESOLVER_TOKEN };
|
|
26
26
|
export class QdDialogModule {
|
|
27
|
-
static ɵfac =
|
|
28
|
-
static ɵmod = i0.ɵɵ
|
|
29
|
-
|
|
30
|
-
QdDialogComponent,
|
|
31
|
-
QdDialogConfirmationComponent,
|
|
32
|
-
QdDialogConfirmationErrorDirective,
|
|
33
|
-
QdDialogConfirmationInfoDirective,
|
|
34
|
-
QdDialogConfirmationSuccessDirective,
|
|
35
|
-
QdDialogRecordStepperComponent,
|
|
36
|
-
QdPageDialogWithBreadcrumbsComponent], imports: [CommonModule,
|
|
37
|
-
TranslateModule,
|
|
38
|
-
RouterModule,
|
|
39
|
-
CDKDialogModule,
|
|
40
|
-
QdButtonModule,
|
|
41
|
-
QdFormModule,
|
|
42
|
-
QdIconModule,
|
|
43
|
-
QdNotificationsModule,
|
|
44
|
-
QdSpinnerModule,
|
|
45
|
-
QdTextSectionModule,
|
|
46
|
-
QdCoreModule,
|
|
47
|
-
QdBreadcrumbsModule], exports: [QdDialogActionComponent,
|
|
48
|
-
QdDialogAuthSessionEndComponent,
|
|
49
|
-
QdDialogComponent,
|
|
50
|
-
QdDialogConfirmationComponent,
|
|
51
|
-
QdDialogConfirmationErrorDirective,
|
|
52
|
-
QdDialogConfirmationSuccessDirective,
|
|
53
|
-
QdDialogRecordStepperComponent] });
|
|
54
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: QdDialogModule, imports: [CommonModule,
|
|
27
|
+
static ɵfac = function QdDialogModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QdDialogModule)(); };
|
|
28
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: QdDialogModule });
|
|
29
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
55
30
|
TranslateModule,
|
|
56
31
|
RouterModule,
|
|
57
32
|
CDKDialogModule,
|
|
@@ -64,43 +39,69 @@ export class QdDialogModule {
|
|
|
64
39
|
QdCoreModule,
|
|
65
40
|
QdBreadcrumbsModule] });
|
|
66
41
|
}
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
42
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QdDialogModule, [{
|
|
43
|
+
type: NgModule,
|
|
44
|
+
args: [{
|
|
45
|
+
imports: [
|
|
46
|
+
CommonModule,
|
|
47
|
+
TranslateModule,
|
|
48
|
+
RouterModule,
|
|
49
|
+
CDKDialogModule,
|
|
50
|
+
QdButtonModule,
|
|
51
|
+
QdFormModule,
|
|
52
|
+
QdIconModule,
|
|
53
|
+
QdNotificationsModule,
|
|
54
|
+
QdSpinnerModule,
|
|
55
|
+
QdTextSectionModule,
|
|
56
|
+
QdCoreModule,
|
|
57
|
+
QdBreadcrumbsModule
|
|
58
|
+
],
|
|
59
|
+
declarations: [
|
|
60
|
+
QdDialogActionComponent,
|
|
61
|
+
QdDialogAuthSessionEndComponent,
|
|
62
|
+
QdDialogComponent,
|
|
63
|
+
QdDialogConfirmationComponent,
|
|
64
|
+
QdDialogConfirmationErrorDirective,
|
|
65
|
+
QdDialogConfirmationInfoDirective,
|
|
66
|
+
QdDialogConfirmationSuccessDirective,
|
|
67
|
+
QdDialogRecordStepperComponent,
|
|
68
|
+
QdPageDialogWithBreadcrumbsComponent
|
|
69
|
+
],
|
|
70
|
+
exports: [
|
|
71
|
+
QdDialogActionComponent,
|
|
72
|
+
QdDialogAuthSessionEndComponent,
|
|
73
|
+
QdDialogComponent,
|
|
74
|
+
QdDialogConfirmationComponent,
|
|
75
|
+
QdDialogConfirmationErrorDirective,
|
|
76
|
+
QdDialogConfirmationSuccessDirective,
|
|
77
|
+
QdDialogRecordStepperComponent
|
|
78
|
+
]
|
|
79
|
+
}]
|
|
80
|
+
}], null, null); })();
|
|
81
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(QdDialogModule, { declarations: [QdDialogActionComponent,
|
|
82
|
+
QdDialogAuthSessionEndComponent,
|
|
83
|
+
QdDialogComponent,
|
|
84
|
+
QdDialogConfirmationComponent,
|
|
85
|
+
QdDialogConfirmationErrorDirective,
|
|
86
|
+
QdDialogConfirmationInfoDirective,
|
|
87
|
+
QdDialogConfirmationSuccessDirective,
|
|
88
|
+
QdDialogRecordStepperComponent,
|
|
89
|
+
QdPageDialogWithBreadcrumbsComponent], imports: [CommonModule,
|
|
90
|
+
TranslateModule,
|
|
91
|
+
RouterModule,
|
|
92
|
+
CDKDialogModule,
|
|
93
|
+
QdButtonModule,
|
|
94
|
+
QdFormModule,
|
|
95
|
+
QdIconModule,
|
|
96
|
+
QdNotificationsModule,
|
|
97
|
+
QdSpinnerModule,
|
|
98
|
+
QdTextSectionModule,
|
|
99
|
+
QdCoreModule,
|
|
100
|
+
QdBreadcrumbsModule], exports: [QdDialogActionComponent,
|
|
101
|
+
QdDialogAuthSessionEndComponent,
|
|
102
|
+
QdDialogComponent,
|
|
103
|
+
QdDialogConfirmationComponent,
|
|
104
|
+
QdDialogConfirmationErrorDirective,
|
|
105
|
+
QdDialogConfirmationSuccessDirective,
|
|
106
|
+
QdDialogRecordStepperComponent] }); })();
|
|
107
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9kaWFsb2cvZGlhbG9nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksSUFBSSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFdEQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM5RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDdkQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDMUUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRTVELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3ZELE9BQU8sRUFBa0IsWUFBWSxFQUFpQixNQUFNLDhCQUE4QixDQUFDO0FBQzNGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUMzRixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUNsRyxPQUFPLEVBQ0wsNkJBQTZCLEVBQzdCLGtDQUFrQyxFQUNsQyxpQ0FBaUMsRUFDakMsb0NBQW9DLEVBQ3JDLE1BQU0sOENBQThDLENBQUM7QUFDdEQsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFDdkcsT0FBTyxFQUNMLHFDQUFxQyxFQUd0QyxNQUFNLDZCQUE2QixDQUFDO0FBR3JDLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHVFQUF1RSxDQUFDO0FBQzdILE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7QUFFN0UsT0FBTyxFQUNMLGlCQUFpQixFQUNqQix1QkFBdUIsRUFDdkIsOEJBQThCLEVBQzlCLCtCQUErQixFQUMvQiw2QkFBNkIsRUFDN0Isa0NBQWtDLEVBQ2xDLGlDQUFpQyxFQUNqQyxvQ0FBb0MsRUFDcEMsZUFBZSxFQUNmLDZCQUE2QixFQUc3QixZQUFZLEVBS1oscUNBQXFDLEVBQ3RDLENBQUM7QUFzQ0YsTUFBTSxPQUFPLGNBQWM7d0dBQWQsY0FBYzs0REFBZCxjQUFjO2dFQWxDdkIsWUFBWTtZQUNaLGVBQWU7WUFDZixZQUFZO1lBQ1osZUFBZTtZQUNmLGNBQWM7WUFDZCxZQUFZO1lBQ1osWUFBWTtZQUNaLHFCQUFxQjtZQUNyQixlQUFlO1lBQ2YsbUJBQW1CO1lBQ25CLFlBQVk7WUFDWixtQkFBbUI7O2lGQXVCVixjQUFjO2NBcEMxQixRQUFRO2VBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osZUFBZTtvQkFDZixZQUFZO29CQUNaLGVBQWU7b0JBQ2YsY0FBYztvQkFDZCxZQUFZO29CQUNaLFlBQVk7b0JBQ1oscUJBQXFCO29CQUNyQixlQUFlO29CQUNmLG1CQUFtQjtvQkFDbkIsWUFBWTtvQkFDWixtQkFBbUI7aUJBQ3BCO2dCQUNELFlBQVksRUFBRTtvQkFDWix1QkFBdUI7b0JBQ3ZCLCtCQUErQjtvQkFDL0IsaUJBQWlCO29CQUNqQiw2QkFBNkI7b0JBQzdCLGtDQUFrQztvQkFDbEMsaUNBQWlDO29CQUNqQyxvQ0FBb0M7b0JBQ3BDLDhCQUE4QjtvQkFDOUIsb0NBQW9DO2lCQUNyQztnQkFDRCxPQUFPLEVBQUU7b0JBQ1AsdUJBQXVCO29CQUN2QiwrQkFBK0I7b0JBQy9CLGlCQUFpQjtvQkFDakIsNkJBQTZCO29CQUM3QixrQ0FBa0M7b0JBQ2xDLG9DQUFvQztvQkFDcEMsOEJBQThCO2lCQUMvQjthQUNGOzt3RkFDWSxjQUFjLG1CQXBCdkIsdUJBQXVCO1FBQ3ZCLCtCQUErQjtRQUMvQixpQkFBaUI7UUFDakIsNkJBQTZCO1FBQzdCLGtDQUFrQztRQUNsQyxpQ0FBaUM7UUFDakMsb0NBQW9DO1FBQ3BDLDhCQUE4QjtRQUM5QixvQ0FBb0MsYUF0QnBDLFlBQVk7UUFDWixlQUFlO1FBQ2YsWUFBWTtRQUNaLGVBQWU7UUFDZixjQUFjO1FBQ2QsWUFBWTtRQUNaLFlBQVk7UUFDWixxQkFBcUI7UUFDckIsZUFBZTtRQUNmLG1CQUFtQjtRQUNuQixZQUFZO1FBQ1osbUJBQW1CLGFBY25CLHVCQUF1QjtRQUN2QiwrQkFBK0I7UUFDL0IsaUJBQWlCO1FBQ2pCLDZCQUE2QjtRQUM3QixrQ0FBa0M7UUFDbEMsb0NBQW9DO1FBQ3BDLDhCQUE4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IERpYWxvZ01vZHVsZSBhcyBDREtEaWFsb2dNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvZGlhbG9nJztcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuXG5pbXBvcnQgeyBRZEJ1dHRvbk1vZHVsZSB9IGZyb20gJy4uL2J1dHRvbi9idXR0b24ubW9kdWxlJztcbmltcG9ydCB7IFFkSWNvbk1vZHVsZSB9IGZyb20gJy4uL2ljb24vaWNvbi5tb2R1bGUnO1xuaW1wb3J0IHsgUWROb3RpZmljYXRpb25zTW9kdWxlIH0gZnJvbSAnLi4vbm90aWZpY2F0aW9ucy9ub3RpZmljYXRpb25zLm1vZHVsZSc7XG5pbXBvcnQgeyBRZEZvcm1Nb2R1bGUgfSBmcm9tICcuLi9mb3Jtcy9xZC1mb3JtLm1vZHVsZSc7XG5pbXBvcnQgeyBRZFRleHRTZWN0aW9uTW9kdWxlIH0gZnJvbSAnLi4vdGV4dC1zZWN0aW9uL3RleHQtc2VjdGlvbi5tb2R1bGUnO1xuaW1wb3J0IHsgUWRTcGlubmVyTW9kdWxlIH0gZnJvbSAnLi4vc3Bpbm5lci9zcGlubmVyLm1vZHVsZSc7XG5cbmltcG9ydCB7IFFkRGlhbG9nQWN0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9hY3Rpb24vZGlhbG9nLWFjdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgUWREaWFsb2dDb21wb25lbnQgfSBmcm9tICcuL2RpYWxvZy5jb21wb25lbnQnO1xuaW1wb3J0IHsgUWREaWFsb2dDb25maWcsIFFkRGlhbG9nU2l6ZSwgUWREaWFsb2dUaXRsZSB9IGZyb20gJy4vbW9kZWxzL2RpYWxvZy1jb25maWcubW9kZWwnO1xuaW1wb3J0IHsgUWREaWFsb2dTZXJ2aWNlIH0gZnJvbSAnLi9zZXJ2aWNlcy9kaWFsb2cuc2VydmljZSc7XG5pbXBvcnQgeyBRZERpYWxvZ0F1dGhTZXNzaW9uRW5kU2VydmljZSB9IGZyb20gJy4vc2VydmljZXMvZGlhbG9nLWF1dGgtc2Vzc2lvbi1lbmQuc2VydmljZSc7XG5pbXBvcnQgeyBRZERpYWxvZ1JlY29yZFN0ZXBwZXJDb21wb25lbnQgfSBmcm9tICcuL3JlY29yZC1zdGVwcGVyL2RpYWxvZy1yZWNvcmQtc3RlcHBlci5jb21wb25lbnQnO1xuaW1wb3J0IHtcbiAgUWREaWFsb2dDb25maXJtYXRpb25Db21wb25lbnQsXG4gIFFkRGlhbG9nQ29uZmlybWF0aW9uRXJyb3JEaXJlY3RpdmUsXG4gIFFkRGlhbG9nQ29uZmlybWF0aW9uSW5mb0RpcmVjdGl2ZSxcbiAgUWREaWFsb2dDb25maXJtYXRpb25TdWNjZXNzRGlyZWN0aXZlXG59IGZyb20gJy4vY29uZmlybWF0aW9uL2RpYWxvZy1jb25maXJtYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7IFFkRGlhbG9nQXV0aFNlc3Npb25FbmRDb21wb25lbnQgfSBmcm9tICcuL2F1dGgtc2Vzc2lvbi1lbmQvZGlhbG9nLWF1dGgtc2Vzc2lvbi1lbmQuY29tcG9uZW50JztcbmltcG9ydCB7XG4gIFFEX0RJQUxPR19DT05GSVJNQVRJT05fUkVTT0xWRVJfVE9LRU4sXG4gIFFkRGlhbG9nQ29uZmlybWF0aW9uQ29uZmlnLFxuICBRZERpYWxvZ0NvbmZpcm1hdGlvblJlc29sdmVyXG59IGZyb20gJy4vbW9kZWxzL2NvbmZpcm1hdGlvbi5tb2RlbCc7XG5pbXBvcnQgeyBRZERpYWxvZ0RhdGEgfSBmcm9tICcuL21vZGVscy9yZWNvcmQtc3RlcHBlci5tb2RlbCc7XG5pbXBvcnQgeyBRZERpYWxvZ0F1dGhTZXNzaW9uRW5kUmVzdWx0IH0gZnJvbSAnLi9tb2RlbHMvc2Vzc2lvbi1lbmQtcmVzdWx0Lm1vZGVsJztcbmltcG9ydCB7IFFkUGFnZURpYWxvZ1dpdGhCcmVhZGNydW1ic0NvbXBvbmVudCB9IGZyb20gJy4vcGFnZS1kaWFsb2ctd2l0aC1icmVhZGNydW1icy9wYWdlLWRpYWxvZy13aXRoLWJyZWFkY3J1bWJzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBRZENvcmVNb2R1bGUgfSBmcm9tICcuLi9jb3JlL2NvcmUubW9kdWxlJztcbmltcG9ydCB7IFFkQnJlYWRjcnVtYnNNb2R1bGUgfSBmcm9tICcuLi9jb3JlL2JyZWFkY3J1bWJzL2JyZWFkY3J1bWJzLm1vZHVsZSc7XG5cbmV4cG9ydCB7XG4gIFFkRGlhbG9nQ29tcG9uZW50LFxuICBRZERpYWxvZ0FjdGlvbkNvbXBvbmVudCxcbiAgUWREaWFsb2dSZWNvcmRTdGVwcGVyQ29tcG9uZW50LFxuICBRZERpYWxvZ0F1dGhTZXNzaW9uRW5kQ29tcG9uZW50LFxuICBRZERpYWxvZ0NvbmZpcm1hdGlvbkNvbXBvbmVudCxcbiAgUWREaWFsb2dDb25maXJtYXRpb25FcnJvckRpcmVjdGl2ZSxcbiAgUWREaWFsb2dDb25maXJtYXRpb25JbmZvRGlyZWN0aXZlLFxuICBRZERpYWxvZ0NvbmZpcm1hdGlvblN1Y2Nlc3NEaXJlY3RpdmUsXG4gIFFkRGlhbG9nU2VydmljZSxcbiAgUWREaWFsb2dBdXRoU2Vzc2lvbkVuZFNlcnZpY2UsXG4gIFFkRGlhbG9nQ29uZmlnLFxuICBRZERpYWxvZ1RpdGxlLFxuICBRZERpYWxvZ1NpemUsXG4gIFFkRGlhbG9nRGF0YSxcbiAgUWREaWFsb2dBdXRoU2Vzc2lvbkVuZFJlc3VsdCxcbiAgUWREaWFsb2dDb25maXJtYXRpb25Db25maWcsXG4gIFFkRGlhbG9nQ29uZmlybWF0aW9uUmVzb2x2ZXIsXG4gIFFEX0RJQUxPR19DT05GSVJNQVRJT05fUkVTT0xWRVJfVE9LRU5cbn07XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgVHJhbnNsYXRlTW9kdWxlLFxuICAgIFJvdXRlck1vZHVsZSxcbiAgICBDREtEaWFsb2dNb2R1bGUsXG4gICAgUWRCdXR0b25Nb2R1bGUsXG4gICAgUWRGb3JtTW9kdWxlLFxuICAgIFFkSWNvbk1vZHVsZSxcbiAgICBRZE5vdGlmaWNhdGlvbnNNb2R1bGUsXG4gICAgUWRTcGlubmVyTW9kdWxlLFxuICAgIFFkVGV4dFNlY3Rpb25Nb2R1bGUsXG4gICAgUWRDb3JlTW9kdWxlLFxuICAgIFFkQnJlYWRjcnVtYnNNb2R1bGVcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgUWREaWFsb2dBY3Rpb25Db21wb25lbnQsXG4gICAgUWREaWFsb2dBdXRoU2Vzc2lvbkVuZENvbXBvbmVudCxcbiAgICBRZERpYWxvZ0NvbXBvbmVudCxcbiAgICBRZERpYWxvZ0NvbmZpcm1hdGlvbkNvbXBvbmVudCxcbiAgICBRZERpYWxvZ0NvbmZpcm1hdGlvbkVycm9yRGlyZWN0aXZlLFxuICAgIFFkRGlhbG9nQ29uZmlybWF0aW9uSW5mb0RpcmVjdGl2ZSxcbiAgICBRZERpYWxvZ0NvbmZpcm1hdGlvblN1Y2Nlc3NEaXJlY3RpdmUsXG4gICAgUWREaWFsb2dSZWNvcmRTdGVwcGVyQ29tcG9uZW50LFxuICAgIFFkUGFnZURpYWxvZ1dpdGhCcmVhZGNydW1ic0NvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgUWREaWFsb2dBY3Rpb25Db21wb25lbnQsXG4gICAgUWREaWFsb2dBdXRoU2Vzc2lvbkVuZENvbXBvbmVudCxcbiAgICBRZERpYWxvZ0NvbXBvbmVudCxcbiAgICBRZERpYWxvZ0NvbmZpcm1hdGlvbkNvbXBvbmVudCxcbiAgICBRZERpYWxvZ0NvbmZpcm1hdGlvbkVycm9yRGlyZWN0aXZlLFxuICAgIFFkRGlhbG9nQ29uZmlybWF0aW9uU3VjY2Vzc0RpcmVjdGl2ZSxcbiAgICBRZERpYWxvZ1JlY29yZFN0ZXBwZXJDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBRZERpYWxvZ01vZHVsZSB7fVxuIl19
|
package/esm2022/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.mjs
CHANGED
|
@@ -4,11 +4,18 @@ import * as i1 from "@angular/router";
|
|
|
4
4
|
import * as i2 from "../../core/breadcrumbs/breadcrumbs.component";
|
|
5
5
|
import * as i3 from "../dialog.component";
|
|
6
6
|
export class QdPageDialogWithBreadcrumbsComponent {
|
|
7
|
-
static ɵfac =
|
|
8
|
-
static ɵcmp = i0.ɵɵ
|
|
7
|
+
static ɵfac = function QdPageDialogWithBreadcrumbsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QdPageDialogWithBreadcrumbsComponent)(); };
|
|
8
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QdPageDialogWithBreadcrumbsComponent, selectors: [["ng-component"]], decls: 5, vars: 0, consts: [[1, "wrapper"], [1, "router-outlet-wrapper"], ["name", "dialog"]], template: function QdPageDialogWithBreadcrumbsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
i0.ɵɵelementStart(0, "qd-dialog")(1, "div", 0);
|
|
10
|
+
i0.ɵɵelement(2, "qd-breadcrumbs");
|
|
11
|
+
i0.ɵɵelementStart(3, "div", 1);
|
|
12
|
+
i0.ɵɵelement(4, "router-outlet", 2);
|
|
13
|
+
i0.ɵɵelementEnd()()();
|
|
14
|
+
} }, dependencies: [i1.RouterOutlet, i2.QdBreadcrumbsComponent, i3.QdDialogComponent], styles: [".wrapper[_ngcontent-%COMP%]{display:flex;height:100%;flex-flow:column}qd-breadcrumbs[_ngcontent-%COMP%]{z-index:99;flex:0 1 auto;padding-right:2.25rem;padding-bottom:.75rem;margin-bottom:-.75rem}.router-outlet-wrapper[_ngcontent-%COMP%]{position:relative;height:100%;flex:1 1 auto}"] });
|
|
9
15
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QdPageDialogWithBreadcrumbsComponent, [{
|
|
17
|
+
type: Component,
|
|
18
|
+
args: [{ template: "<qd-dialog>\n <div class=\"wrapper\">\n <qd-breadcrumbs></qd-breadcrumbs>\n <div class=\"router-outlet-wrapper\">\n <router-outlet name=\"dialog\"></router-outlet>\n </div>\n </div>\n</qd-dialog>\n", styles: [".wrapper{display:flex;height:100%;flex-flow:column}qd-breadcrumbs{z-index:99;flex:0 1 auto;padding-right:2.25rem;padding-bottom:.75rem;margin-bottom:-.75rem}.router-outlet-wrapper{position:relative;height:100%;flex:1 1 auto}\n"] }]
|
|
19
|
+
}], null, null); })();
|
|
20
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QdPageDialogWithBreadcrumbsComponent, { className: "QdPageDialogWithBreadcrumbsComponent", filePath: "lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.ts", lineNumber: 7 }); })();
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1kaWFsb2ctd2l0aC1icmVhZGNydW1icy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvZGlhbG9nL3BhZ2UtZGlhbG9nLXdpdGgtYnJlYWRjcnVtYnMvcGFnZS1kaWFsb2ctd2l0aC1icmVhZGNydW1icy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvZGlhbG9nL3BhZ2UtZGlhbG9nLXdpdGgtYnJlYWRjcnVtYnMvcGFnZS1kaWFsb2ctd2l0aC1icmVhZGNydW1icy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQU0xQyxNQUFNLE9BQU8sb0NBQW9DOzhIQUFwQyxvQ0FBb0M7NkRBQXBDLG9DQUFvQztZQ0wvQyxBQURGLGlDQUFXLGFBQ1k7WUFDbkIsaUNBQWlDO1lBQ2pDLDhCQUFtQztZQUNqQyxtQ0FBNkM7WUFHbkQsQUFERSxBQURFLGlCQUFNLEVBQ0YsRUFDSTs7O2lGRERDLG9DQUFvQztjQUpoRCxTQUFTOzs7a0ZBSUcsb0NBQW9DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZVVybDogJy4vcGFnZS1kaWFsb2ctd2l0aC1icmVhZGNydW1icy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3BhZ2UtZGlhbG9nLXdpdGgtYnJlYWRjcnVtYnMuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBRZFBhZ2VEaWFsb2dXaXRoQnJlYWRjcnVtYnNDb21wb25lbnQge31cbiIsIjxxZC1kaWFsb2c+XG4gIDxkaXYgY2xhc3M9XCJ3cmFwcGVyXCI+XG4gICAgPHFkLWJyZWFkY3J1bWJzPjwvcWQtYnJlYWRjcnVtYnM+XG4gICAgPGRpdiBjbGFzcz1cInJvdXRlci1vdXRsZXQtd3JhcHBlclwiPlxuICAgICAgPHJvdXRlci1vdXRsZXQgbmFtZT1cImRpYWxvZ1wiPjwvcm91dGVyLW91dGxldD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3FkLWRpYWxvZz5cbiJdfQ==
|
|
@@ -59,22 +59,38 @@ export class QdDialogRecordStepperComponent {
|
|
|
59
59
|
setItemsCount() {
|
|
60
60
|
this.itemsCount = this.data.views?.length || 0;
|
|
61
61
|
}
|
|
62
|
-
static ɵfac =
|
|
63
|
-
static ɵcmp = i0.ɵɵ
|
|
62
|
+
static ɵfac = function QdDialogRecordStepperComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QdDialogRecordStepperComponent)(i0.ɵɵdirectiveInject(i1.QdDialogService)); };
|
|
63
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QdDialogRecordStepperComponent, selectors: [["qd-dialog-record-stepper"]], hostAttrs: [1, "qd-dialog-record-stepper"], hostVars: 4, hostBindings: function QdDialogRecordStepperComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
64
|
+
i0.ɵɵclassProp("first-item", ctx.firstItem)("last-item", ctx.lastItem);
|
|
65
|
+
} }, inputs: { data: "data" }, outputs: { changeStep: "changeStep" }, decls: 4, vars: 2, consts: [["icon", "arrowLeft", 1, "previous", 3, "click"], [1, "range"], ["icon", "arrowRight", 1, "next", 3, "click"]], template: function QdDialogRecordStepperComponent_Template(rf, ctx) { if (rf & 1) {
|
|
66
|
+
i0.ɵɵelementStart(0, "qd-icon", 0);
|
|
67
|
+
i0.ɵɵlistener("click", function QdDialogRecordStepperComponent_Template_qd_icon_click_0_listener() { return ctx.previous(); });
|
|
68
|
+
i0.ɵɵelementEnd();
|
|
69
|
+
i0.ɵɵelementStart(1, "span", 1);
|
|
70
|
+
i0.ɵɵtext(2);
|
|
71
|
+
i0.ɵɵelementEnd();
|
|
72
|
+
i0.ɵɵelementStart(3, "qd-icon", 2);
|
|
73
|
+
i0.ɵɵlistener("click", function QdDialogRecordStepperComponent_Template_qd_icon_click_3_listener() { return ctx.next(); });
|
|
74
|
+
i0.ɵɵelementEnd();
|
|
75
|
+
} if (rf & 2) {
|
|
76
|
+
i0.ɵɵadvance(2);
|
|
77
|
+
i0.ɵɵtextInterpolate2("", ctx.currentIndex + 1, "/", ctx.itemsCount, "");
|
|
78
|
+
} }, dependencies: [i2.QdIconComponent], styles: [".qd-dialog-record-stepper{display:flex}.qd-dialog-record-stepper .previous,.qd-dialog-record-stepper .next{display:flex;align-items:center;margin-right:.75rem;color:#757575;font-size:1.125rem}.qd-dialog-record-stepper .previous:hover,.qd-dialog-record-stepper .next:hover{color:#171717;cursor:pointer}.qd-dialog-record-stepper .previous .qd-icon,.qd-dialog-record-stepper .next .qd-icon{font-size:1.4rem}.qd-dialog-record-stepper.last-item .next,.qd-dialog-record-stepper.first-item .previous{color:#d5d5d5;cursor:default}.qd-dialog-record-stepper .range{display:flex;align-items:center;margin-right:.75rem;cursor:default}\n"], encapsulation: 2 });
|
|
64
79
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QdDialogRecordStepperComponent, [{
|
|
81
|
+
type: Component,
|
|
82
|
+
args: [{ selector: 'qd-dialog-record-stepper', encapsulation: ViewEncapsulation.None, host: { class: 'qd-dialog-record-stepper ' }, template: "<qd-icon icon=\"arrowLeft\" class=\"previous\" (click)=\"previous()\"></qd-icon>\n<span class=\"range\">{{ currentIndex + 1 }}/{{ itemsCount }}</span>\n<qd-icon icon=\"arrowRight\" class=\"next\" (click)=\"next()\"></qd-icon>\n", styles: [".qd-dialog-record-stepper{display:flex}.qd-dialog-record-stepper .previous,.qd-dialog-record-stepper .next{display:flex;align-items:center;margin-right:.75rem;color:#757575;font-size:1.125rem}.qd-dialog-record-stepper .previous:hover,.qd-dialog-record-stepper .next:hover{color:#171717;cursor:pointer}.qd-dialog-record-stepper .previous .qd-icon,.qd-dialog-record-stepper .next .qd-icon{font-size:1.4rem}.qd-dialog-record-stepper.last-item .next,.qd-dialog-record-stepper.first-item .previous{color:#d5d5d5;cursor:default}.qd-dialog-record-stepper .range{display:flex;align-items:center;margin-right:.75rem;cursor:default}\n"] }]
|
|
83
|
+
}], () => [{ type: i1.QdDialogService }], { data: [{
|
|
84
|
+
type: Input,
|
|
85
|
+
args: [{ required: true }]
|
|
86
|
+
}], changeStep: [{
|
|
87
|
+
type: Output
|
|
88
|
+
}], firstItem: [{
|
|
89
|
+
type: HostBinding,
|
|
90
|
+
args: ['class.first-item']
|
|
91
|
+
}], lastItem: [{
|
|
92
|
+
type: HostBinding,
|
|
93
|
+
args: ['class.last-item']
|
|
94
|
+
}] }); })();
|
|
95
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QdDialogRecordStepperComponent, { className: "QdDialogRecordStepperComponent", filePath: "lib/dialog/record-stepper/dialog-record-stepper.component.ts", lineNumber: 26 }); })();
|
|
96
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLXJlY29yZC1zdGVwcGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9kaWFsb2cvcmVjb3JkLXN0ZXBwZXIvZGlhbG9nLXJlY29yZC1zdGVwcGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9kaWFsb2cvcmVjb3JkLXN0ZXBwZXIvZGlhbG9nLXJlY29yZC1zdGVwcGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFTCxTQUFTLEVBQ1QsWUFBWSxFQUNaLFdBQVcsRUFDWCxLQUFLLEVBRUwsTUFBTSxFQUNOLGlCQUFpQixFQUNsQixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7Ozs7QUFHN0Q7OztHQUdHO0FBUUgsTUFBTSxPQUFPLDhCQUE4QjtJQXNCckI7SUFyQnBCOztPQUVHO0lBQ3dCLElBQUksR0FBaUIsRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLHNCQUFzQixFQUFFLENBQUMsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLENBQUM7SUFFNUc7O09BRUc7SUFDTyxVQUFVLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUUvQyxJQUFxQyxTQUFTO1FBQzVDLE9BQU8sSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRCxJQUFvQyxRQUFRO1FBQzFDLE9BQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO0lBQzNCLENBQUM7SUFFRCxZQUFZLENBQVU7SUFDdEIsVUFBVSxHQUFHLENBQUMsQ0FBQztJQUVmLFlBQW9CLGFBQThCO1FBQTlCLGtCQUFhLEdBQWIsYUFBYSxDQUFpQjtJQUFHLENBQUM7SUFFdEQsUUFBUTtRQUNOLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsc0JBQXNCLElBQUksQ0FBQyxDQUFDO0lBQ2hGLENBQUM7SUFFRCxrQkFBa0I7UUFDaEIsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUVqRCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7SUFDMUMsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRSxFQUFFLENBQUM7WUFDeEIsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsQ0FBQztZQUMxQyxJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7WUFFakQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQzFDLENBQUM7SUFDSCxDQUFDO0lBRUQsSUFBSTtRQUNGLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FBQztZQUN2QixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxZQUFZLEdBQUcsQ0FBQyxDQUFDO1lBQzFDLElBQUksQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztZQUVqRCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDMUMsQ0FBQztJQUNILENBQUM7SUFFRCxXQUFXO1FBQ1QsT0FBTyxJQUFJLENBQUMsWUFBWSxLQUFLLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBRUQsVUFBVTtRQUNSLE9BQU8sSUFBSSxDQUFDLFlBQVksSUFBSSxJQUFJLENBQUMsVUFBVSxHQUFHLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBRU8sYUFBYTtRQUNuQixJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLE1BQU0sSUFBSSxDQUFDLENBQUM7SUFDakQsQ0FBQzt3SEEvRFUsOEJBQThCOzZEQUE5Qiw4QkFBOEI7WUFBOUIsMkNBQThCLDJCQUFBOztZQ3pCM0Msa0NBQWdFO1lBQXJCLDRHQUFTLGNBQVUsSUFBQztZQUFDLGlCQUFVO1lBQzFFLCtCQUFvQjtZQUFBLFlBQXVDO1lBQUEsaUJBQU87WUFDbEUsa0NBQXlEO1lBQWpCLDRHQUFTLFVBQU0sSUFBQztZQUFDLGlCQUFVOztZQUQvQyxlQUF1QztZQUF2Qyx3RUFBdUM7OztpRkR3QjlDLDhCQUE4QjtjQVAxQyxTQUFTOzJCQUNFLDBCQUEwQixpQkFHckIsaUJBQWlCLENBQUMsSUFBSSxRQUMvQixFQUFFLEtBQUssRUFBRSwyQkFBMkIsRUFBRTtnREFNakIsSUFBSTtrQkFBOUIsS0FBSzttQkFBQyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUU7WUFLZixVQUFVO2tCQUFuQixNQUFNO1lBRThCLFNBQVM7a0JBQTdDLFdBQVc7bUJBQUMsa0JBQWtCO1lBSUssUUFBUTtrQkFBM0MsV0FBVzttQkFBQyxpQkFBaUI7O2tGQWZuQiw4QkFBOEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBZnRlckNvbnRlbnRJbml0LFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSG9zdEJpbmRpbmcsXG4gIElucHV0LFxuICBPbkluaXQsXG4gIE91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb25cbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFFkRGlhbG9nU2VydmljZSB9IGZyb20gJy4uL3NlcnZpY2VzL2RpYWxvZy5zZXJ2aWNlJztcbmltcG9ydCB7IFFkRGlhbG9nRGF0YSB9IGZyb20gJy4uL21vZGVscy9yZWNvcmQtc3RlcHBlci5tb2RlbCc7XG5cbi8qKlxuICogKipRZERpYWxvZ1JlY29yZFN0ZXBwZXJDb21wb25lbnQqKiBwcm92aWRlcyBhIHBhZ2luYXRpb24gZm9yIHRoZSBmdWxsc2NyZWVuIHZlcnNpb24gb2YgKipRZERpYWxvZyoqLiA8YnIgLz5cbiAqIEl0IGlzIHBvc3NpYmxlIHRvIG5hdmlnYXRlIHRocm91Z2ggYSBsaXN0IG9mIGRhdGEgcHJvdmlkZWQgYnkgdGhlIGRpYWxvZy5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncWQtZGlhbG9nLXJlY29yZC1zdGVwcGVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2RpYWxvZy1yZWNvcmQtc3RlcHBlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2RpYWxvZy1yZWNvcmQtc3RlcHBlci5jb21wb25lbnQuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBob3N0OiB7IGNsYXNzOiAncWQtZGlhbG9nLXJlY29yZC1zdGVwcGVyICcgfVxufSlcbmV4cG9ydCBjbGFzcyBRZERpYWxvZ1JlY29yZFN0ZXBwZXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyQ29udGVudEluaXQge1xuICAvKipcbiAgICogVGhlIGRhdGEgcHJvY2Vzc2VkIGJ5IHRoaXMgY29tcG9uZW50LlxuICAgKi9cbiAgQElucHV0KHsgcmVxdWlyZWQ6IHRydWUgfSkgZGF0YTogUWREaWFsb2dEYXRhID0geyBuYXZpZ2F0aW9uOiBmYWxzZSwgaW5pdGlhbFBhZ2luYXRpb25JbmRleDogMCwgdmlld3M6IFtdIH07XG5cbiAgLyoqXG4gICAqIEVtaXRzIGV2ZW50IG9uIHVwZGF0ZVN0ZXAuIFJldHVybiB2YWx1ZTogY3VycmVudEluZGV4LlxuICAgKi9cbiAgQE91dHB1dCgpIGNoYW5nZVN0ZXAgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmZpcnN0LWl0ZW0nKSBnZXQgZmlyc3RJdGVtKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLmlzRmlyc3RJdGVtKCk7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmxhc3QtaXRlbScpIGdldCBsYXN0SXRlbSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5pc0xhc3RJdGVtKCk7XG4gIH1cblxuICBjdXJyZW50SW5kZXghOiBudW1iZXI7XG4gIGl0ZW1zQ291bnQgPSAwO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZGlhbG9nU2VydmljZTogUWREaWFsb2dTZXJ2aWNlKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuY3VycmVudEluZGV4ID0gdGhpcy5kaWFsb2dTZXJ2aWNlLmRpYWxvZ0RhdGEuaW5pdGlhbFBhZ2luYXRpb25JbmRleCB8fCAwO1xuICB9XG5cbiAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgIHRoaXMuc2V0SXRlbXNDb3VudCgpO1xuICAgIHRoaXMuZGlhbG9nU2VydmljZS51cGRhdGVTdGVwKHRoaXMuY3VycmVudEluZGV4KTtcblxuICAgIHRoaXMuY2hhbmdlU3RlcC5lbWl0KHRoaXMuY3VycmVudEluZGV4KTtcbiAgfVxuXG4gIHByZXZpb3VzKCk6IHZvaWQge1xuICAgIGlmICghdGhpcy5pc0ZpcnN0SXRlbSgpKSB7XG4gICAgICB0aGlzLmN1cnJlbnRJbmRleCA9IHRoaXMuY3VycmVudEluZGV4IC0gMTtcbiAgICAgIHRoaXMuZGlhbG9nU2VydmljZS51cGRhdGVTdGVwKHRoaXMuY3VycmVudEluZGV4KTtcblxuICAgICAgdGhpcy5jaGFuZ2VTdGVwLmVtaXQodGhpcy5jdXJyZW50SW5kZXgpO1xuICAgIH1cbiAgfVxuXG4gIG5leHQoKTogdm9pZCB7XG4gICAgaWYgKCF0aGlzLmlzTGFzdEl0ZW0oKSkge1xuICAgICAgdGhpcy5jdXJyZW50SW5kZXggPSB0aGlzLmN1cnJlbnRJbmRleCArIDE7XG4gICAgICB0aGlzLmRpYWxvZ1NlcnZpY2UudXBkYXRlU3RlcCh0aGlzLmN1cnJlbnRJbmRleCk7XG5cbiAgICAgIHRoaXMuY2hhbmdlU3RlcC5lbWl0KHRoaXMuY3VycmVudEluZGV4KTtcbiAgICB9XG4gIH1cblxuICBpc0ZpcnN0SXRlbSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5jdXJyZW50SW5kZXggPT09IDA7XG4gIH1cblxuICBpc0xhc3RJdGVtKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLmN1cnJlbnRJbmRleCA+PSB0aGlzLml0ZW1zQ291bnQgLSAxO1xuICB9XG5cbiAgcHJpdmF0ZSBzZXRJdGVtc0NvdW50KCk6IHZvaWQge1xuICAgIHRoaXMuaXRlbXNDb3VudCA9IHRoaXMuZGF0YS52aWV3cz8ubGVuZ3RoIHx8IDA7XG4gIH1cbn1cbiIsIjxxZC1pY29uIGljb249XCJhcnJvd0xlZnRcIiBjbGFzcz1cInByZXZpb3VzXCIgKGNsaWNrKT1cInByZXZpb3VzKClcIj48L3FkLWljb24+XG48c3BhbiBjbGFzcz1cInJhbmdlXCI+e3sgY3VycmVudEluZGV4ICsgMSB9fS97eyBpdGVtc0NvdW50IH19PC9zcGFuPlxuPHFkLWljb24gaWNvbj1cImFycm93UmlnaHRcIiBjbGFzcz1cIm5leHRcIiAoY2xpY2spPVwibmV4dCgpXCI+PC9xZC1pY29uPlxuIl19
|
|
@@ -26,13 +26,13 @@ export class QdDialogAuthSessionEndService {
|
|
|
26
26
|
return () => this.dialogService.open(QdDialogAuthSessionEndComponent, this.config)
|
|
27
27
|
.closed;
|
|
28
28
|
}
|
|
29
|
-
static ɵfac =
|
|
30
|
-
static ɵprov = i0.ɵɵ
|
|
29
|
+
static ɵfac = function QdDialogAuthSessionEndService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QdDialogAuthSessionEndService)(i0.ɵɵinject(i1.QdDialogService)); };
|
|
30
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: QdDialogAuthSessionEndService, factory: QdDialogAuthSessionEndService.ɵfac, providedIn: 'root' });
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
32
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QdDialogAuthSessionEndService, [{
|
|
33
|
+
type: Injectable,
|
|
34
|
+
args: [{
|
|
35
|
+
providedIn: 'root'
|
|
36
|
+
}]
|
|
37
|
+
}], () => [{ type: i1.QdDialogService }], null); })();
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLWF1dGgtc2Vzc2lvbi1lbmQuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcWQtdWkvc3JjL2xpYi9kaWFsb2cvc2VydmljZXMvZGlhbG9nLWF1dGgtc2Vzc2lvbi1lbmQuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzNDLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLHVEQUF1RCxDQUFDO0FBQ3hHLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNuRCxPQUFPLEVBQWtCLFlBQVksRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7QUFHN0U7OztHQUdHO0FBSUgsTUFBTSxPQUFPLDZCQUE2QjtJQVFwQjtJQVBwQixNQUFNLEdBQW1CO1FBQ3ZCLEtBQUssRUFBRTtZQUNMLElBQUksRUFBRSxrQ0FBa0M7U0FDekM7UUFDRCxVQUFVLEVBQUUsWUFBWSxDQUFDLEtBQUs7S0FDL0IsQ0FBQztJQUVGLFlBQW9CLGFBQThCO1FBQTlCLGtCQUFhLEdBQWIsYUFBYSxDQUFpQjtJQUFHLENBQUM7SUFFdEQ7O09BRUc7SUFDSCxnQkFBZ0I7UUFDZCxPQUFPLEdBQUcsRUFBRSxDQUNWLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLCtCQUErQixFQUFFLElBQUksQ0FBQyxNQUFNLENBQUM7YUFDbEUsTUFBa0QsQ0FBQztJQUMxRCxDQUFDO3VIQWpCVSw2QkFBNkI7Z0VBQTdCLDZCQUE2QixXQUE3Qiw2QkFBNkIsbUJBRjVCLE1BQU07O2lGQUVQLDZCQUE2QjtjQUh6QyxVQUFVO2VBQUM7Z0JBQ1YsVUFBVSxFQUFFLE1BQU07YUFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5cbmltcG9ydCB7IFFkRGlhbG9nQXV0aFNlc3Npb25FbmRDb21wb25lbnQgfSBmcm9tICcuLi9hdXRoLXNlc3Npb24tZW5kL2RpYWxvZy1hdXRoLXNlc3Npb24tZW5kLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBRZERpYWxvZ1NlcnZpY2UgfSBmcm9tICcuL2RpYWxvZy5zZXJ2aWNlJztcbmltcG9ydCB7IFFkRGlhbG9nQ29uZmlnLCBRZERpYWxvZ1NpemUgfSBmcm9tICcuLi9tb2RlbHMvZGlhbG9nLWNvbmZpZy5tb2RlbCc7XG5pbXBvcnQgeyBRZERpYWxvZ0F1dGhTZXNzaW9uRW5kUmVzdWx0IH0gZnJvbSAnLi4vbW9kZWxzL3Nlc3Npb24tZW5kLXJlc3VsdC5tb2RlbCc7XG5cbi8qKlxuICogKipRZERpYWxvZ0F1dGhTZXNzaW9uRW5kU2VydmljZSoqOiBTZXJ2aWNlIGZvciBoYW5kbGluZyBhdXRoZW50aWNhdGlvbiBzdXBwb3J0IGZ1bmN0aW9uYWxpdGllcy5cbiAqIFRoaXMgc2VydmljZSBpcyByZXNwb25zaWJsZSBmb3IgcHJvdmlkaW5nIGEgaGFuZGxlciB0byBtYW5hZ2UgdGhlIGxvZ291dCBwcm9jZXNzIGJ5IG9wZW5pbmcgYSBkaWFsb2cuXG4gKi9cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnXG59KVxuZXhwb3J0IGNsYXNzIFFkRGlhbG9nQXV0aFNlc3Npb25FbmRTZXJ2aWNlIHtcbiAgY29uZmlnOiBRZERpYWxvZ0NvbmZpZyA9IHtcbiAgICB0aXRsZToge1xuICAgICAgaTE4bjogJ2kxOG4ucWQuYXV0aFN1cHBvcnQuZGlhbG9nLnRpdGxlJ1xuICAgIH0sXG4gICAgZGlhbG9nU2l6ZTogUWREaWFsb2dTaXplLlNtYWxsXG4gIH07XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBkaWFsb2dTZXJ2aWNlOiBRZERpYWxvZ1NlcnZpY2UpIHt9XG5cbiAgLyoqXG4gICAqIFJldHVybnMgYSBmdW5jdGlvbiB0aGF0IG9wZW5zIHRoZSBgUWREaWFsb2dBdXRoU2Vzc2lvbkVuZENvbXBvbmVudGAgZGlhbG9nIGFuZCByZXR1cm5zIGFuIG9ic2VydmFibGUgdGhhdCBlbWl0cyBhICoqUWREaWFsb2dBdXRoU2Vzc2lvbkVuZFJlc3VsdCoqIG9iamVjdCB3aGVuIHRoZSBkaWFsb2cgaXMgY2xvc2VkLlxuICAgKi9cbiAgZ2V0TG9nb3V0SGFuZGxlcigpOiAobG9nb3V0VXJsPzogT2JzZXJ2YWJsZTxzdHJpbmc+KSA9PiBPYnNlcnZhYmxlPFFkRGlhbG9nQXV0aFNlc3Npb25FbmRSZXN1bHQ+IHtcbiAgICByZXR1cm4gKCkgPT5cbiAgICAgIHRoaXMuZGlhbG9nU2VydmljZS5vcGVuKFFkRGlhbG9nQXV0aFNlc3Npb25FbmRDb21wb25lbnQsIHRoaXMuY29uZmlnKVxuICAgICAgICAuY2xvc2VkIGFzIE9ic2VydmFibGU8UWREaWFsb2dBdXRoU2Vzc2lvbkVuZFJlc3VsdD47XG4gIH1cbn1cbiJdfQ==
|
|
@@ -116,13 +116,13 @@ export class QdDialogService {
|
|
|
116
116
|
hasRoutePathParameters(routePath) {
|
|
117
117
|
return routePath.includes(':');
|
|
118
118
|
}
|
|
119
|
-
static ɵfac =
|
|
120
|
-
static ɵprov = i0.ɵɵ
|
|
119
|
+
static ɵfac = function QdDialogService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QdDialogService)(i0.ɵɵinject(i1.Dialog), i0.ɵɵinject(i2.Router)); };
|
|
120
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: QdDialogService, factory: QdDialogService.ɵfac, providedIn: 'root' });
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvZGlhbG9nL3NlcnZpY2VzL2RpYWxvZy5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxNQUFNLEVBQTJCLE1BQU0scUJBQXFCLENBQUM7QUFFdEUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDekMsT0FBTyxFQUFFLGVBQWUsRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFFaEQsT0FBTyxFQUFrQixZQUFZLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUU3RSxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSx3RUFBd0UsQ0FBQzs7OztBQUU5SDs7O0dBR0c7QUFJSCxNQUFNLE9BQU8sZUFBZTtJQXdDaEI7SUFDQTtJQXhDRixrQkFBa0IsR0FBRyxJQUFJLGVBQWUsQ0FBTSxFQUFFLENBQUMsQ0FBQztJQUMxRCxXQUFXLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFlBQVksRUFBRSxDQUFDO0lBRTdDLG9CQUFvQixHQUFHLElBQUksT0FBTyxFQUFVLENBQUM7SUFDckQsYUFBYSxHQUFHLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUVqRCxtQkFBbUIsR0FBeUIsTUFBTSxDQUFDO0lBQ25ELHNCQUFzQixHQUFHLEtBQUssQ0FBQztJQUMvQixXQUFXLEdBQWlCLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxzQkFBc0IsRUFBRSxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsRUFBRSxDQUFDO0lBRWhHLElBQUksa0JBQWtCO1FBQ3BCLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztJQUMxRCxDQUFDO0lBRUQsSUFBSSxxQkFBcUI7UUFDdkIsT0FBTyxJQUFJLENBQUMsc0JBQXNCLENBQUM7SUFDckMsQ0FBQztJQUVELElBQUksa0JBQWtCO1FBQ3BCLE9BQU8sSUFBSSxDQUFDLG1CQUFtQixLQUFLLE1BQU0sQ0FBQztJQUM3QyxDQUFDO0lBRUQsSUFBSSxxQkFBcUI7UUFDdkIsT0FBTyxJQUFJLENBQUMsbUJBQW1CLEtBQUssU0FBUyxDQUFDO0lBQ2hELENBQUM7SUFFRCxJQUFJLG1CQUFtQjtRQUNyQixPQUFPLElBQUksQ0FBQyxtQkFBbUIsS0FBSyxPQUFPLENBQUM7SUFDOUMsQ0FBQztJQUVELElBQUksVUFBVSxDQUFDLElBQWtCO1FBQy9CLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO0lBQzFCLENBQUM7SUFFRCxJQUFJLFVBQVU7UUFDWixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUM7SUFDMUIsQ0FBQztJQUVELFlBQ1UsTUFBYyxFQUNkLE1BQWM7UUFEZCxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQ2QsV0FBTSxHQUFOLE1BQU0sQ0FBUTtJQUNyQixDQUFDO0lBRUosSUFBSSxDQUFJLFNBQTJCLEVBQUUsTUFBc0I7UUFDekQsTUFBTSxDQUFDLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQztRQUN0QyxNQUFNLENBQUMsS0FBSyxHQUFHLE1BQU0sQ0FBQyxVQUFVLElBQUksWUFBWSxDQUFDLE9BQU8sQ0FBQztRQUV6RCxJQUFJLE1BQU0sQ0FBQyxVQUFVLEtBQUssWUFBWSxDQUFDLFNBQVMsRUFBRSxDQUFDO1lBQ2pELE1BQU0sQ0FBQyxRQUFRLEdBQUcsT0FBTyxDQUFDO1lBQzFCLE1BQU0sQ0FBQyxLQUFLLEdBQUcsT0FBTyxDQUFDO1lBQ3ZCLE1BQU0sQ0FBQyxTQUFTLEdBQUcsT0FBTyxDQUFDO1lBQzNCLE1BQU0sQ0FBQyxNQUFNLEdBQUcsT0FBTyxDQUFDO1FBQzFCLENBQUM7UUFFRCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxNQUFnRCxDQUFDLENBQUM7SUFDdkYsQ0FBQztJQUVELGNBQWMsQ0FBSSxTQUEyQixFQUFFLE1BQXNCO1FBQ25FLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUU5QixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxNQUFnRCxDQUFDLENBQUM7SUFDdkYsQ0FBQztJQUVELDZCQUE2QixDQUFDLFNBQWtCLEVBQUUsSUFBNkI7UUFDN0UsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzVCLElBQUksQ0FBQyxJQUFJLENBQUMsb0NBQW9DLEVBQUUsRUFBRSxVQUFVLEVBQUUsWUFBWSxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUM7UUFDeEYsSUFBSSxDQUFDLG9CQUFvQixDQUFDLFNBQVMsSUFBSSxJQUFJLENBQUMsb0NBQW9DLEVBQUUsQ0FBQyxDQUFDO0lBQ3RGLENBQUM7SUFFRCxvQkFBb0IsQ0FBQyxTQUFpQjtRQUNwQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLE9BQU8sRUFBRSxFQUFFLE1BQU0sRUFBRSxTQUFTLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUNsRSxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVELGlCQUFpQjtRQUNmLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxJQUFJLENBQUM7SUFDckMsQ0FBQztJQUVELG1CQUFtQjtRQUNqQixJQUFJLENBQUMsc0JBQXNCLEdBQUcsS0FBSyxDQUFDO1FBQ3BDLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxTQUFTLENBQUM7SUFDdkMsQ0FBQztJQUVELGlCQUFpQjtRQUNmLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxLQUFLLENBQUM7UUFDcEMsSUFBSSxDQUFDLG1CQUFtQixHQUFHLE9BQU8sQ0FBQztJQUNyQyxDQUFDO0lBRUQsaUJBQWlCO1FBQ2YsSUFBSSxDQUFDLHNCQUFzQixHQUFHLEtBQUssQ0FBQztRQUNwQyxJQUFJLENBQUMsbUJBQW1CLEdBQUcsTUFBTSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBYTtRQUN0QixJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztRQUM5RCxJQUFJLENBQUMsb0JBQW9CLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxJQUE0QjtRQUNuRCxJQUFJLENBQUMsSUFBSSxJQUFJLE9BQU8sSUFBSSxLQUFLLFFBQVE7WUFBRSxPQUFPO1FBRTlDLE1BQU0sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLEVBQUUsRUFBRTtZQUM1QyxJQUFJLENBQUMsS0FBSztnQkFBRSxPQUFPO1lBRW5CLElBQUksR0FBRyxLQUFLLHdCQUF3QixFQUFFLENBQUM7Z0JBQ3JDLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUN0RyxDQUFDO2lCQUFNLENBQUM7Z0JBQ04sSUFBSSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsR0FBRyxLQUFLLENBQUM7WUFDaEMsQ0FBQztRQUNILENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVPLG9DQUFvQztRQUMxQyxNQUFNLDBCQUEwQixHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQyxNQUFNLEtBQUssUUFBUSxDQUFDLEVBQUUsSUFBSSxDQUFDO1FBRXJHLElBQUksQ0FBQywwQkFBMEIsSUFBSSxJQUFJLENBQUMsc0JBQXNCLENBQUMsMEJBQTBCLENBQUMsRUFBRSxDQUFDO1lBQzNGLE1BQU0sSUFBSSxLQUFLLENBQ2IseUZBQXlGO2dCQUN2Riw4REFBOEQsQ0FDakUsQ0FBQztRQUNKLENBQUM7UUFFRCxPQUFPLDBCQUEwQixDQUFDO0lBQ3BDLENBQUM7SUFFTyxzQkFBc0IsQ0FBQyxTQUFpQjtRQUM5QyxPQUFPLFNBQVMsQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDakMsQ0FBQzt1R0FuSVUsZUFBZTsyR0FBZixlQUFlLGNBRmQsTUFBTTs7MkZBRVAsZUFBZTtrQkFIM0IsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaWFsb2csIERpYWxvZ0NvbmZpZywgRGlhbG9nUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2RpYWxvZyc7XG5pbXBvcnQgeyBDb21wb25lbnRUeXBlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BvcnRhbCc7XG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IFFkQ29uZmlybWF0aW9uU3RhdHVzIH0gZnJvbSAnLi4vbW9kZWxzL2NvbmZpcm1hdGlvbi5tb2RlbCc7XG5pbXBvcnQgeyBRZERpYWxvZ0NvbmZpZywgUWREaWFsb2dTaXplIH0gZnJvbSAnLi4vbW9kZWxzL2RpYWxvZy1jb25maWcubW9kZWwnO1xuaW1wb3J0IHsgUWREaWFsb2dEYXRhIH0gZnJvbSAnLi4vbW9kZWxzL3JlY29yZC1zdGVwcGVyLm1vZGVsJztcbmltcG9ydCB7IFFkUGFnZURpYWxvZ1dpdGhCcmVhZGNydW1ic0NvbXBvbmVudCB9IGZyb20gJy4uL3BhZ2UtZGlhbG9nLXdpdGgtYnJlYWRjcnVtYnMvcGFnZS1kaWFsb2ctd2l0aC1icmVhZGNydW1icy5jb21wb25lbnQnO1xuXG4vKipcbiAqICoqUWREaWFsb2dTZXJ2aWNlKio6IFNlcnZpY2UgZm9yIG1hbmFnaW5nIGRpYWxvZ3MgaW4gdGhlIGFwcGxpY2F0aW9uLlxuICogVGhpcyBzZXJ2aWNlIHByb3ZpZGVzIG1ldGhvZHMgdG8gb3BlbiwgY2xvc2UsIGFuZCBtYW5hZ2UgdGhlIGhhbmRsaW5nIG9mIGRpYWxvZyBkYXRhLlxuICovXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBRZERpYWxvZ1NlcnZpY2Uge1xuICBwcml2YXRlIF9jdXJyZW50Um93U3ViamVjdCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8YW55Pih7fSk7XG4gIGN1cnJlbnRSb3ckID0gdGhpcy5fY3VycmVudFJvd1N1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG5cbiAgcHJpdmF0ZSBfY3VycmVudEluZGV4U3ViamVjdCA9IG5ldyBTdWJqZWN0PG51bWJlcj4oKTtcbiAgY3VycmVudEluZGV4JCA9IHRoaXMuX2N1cnJlbnRJbmRleFN1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG5cbiAgcHJpdmF0ZSBfY29uZmlybWF0aW9uU3RhdHVzOiBRZENvbmZpcm1hdGlvblN0YXR1cyA9ICdpbmZvJztcbiAgcHJpdmF0ZSBfaXNDb25maXJtYXRpb25Mb2FkaW5nID0gZmFsc2U7XG4gIHByaXZhdGUgX2RpYWxvZ0RhdGE6IFFkRGlhbG9nRGF0YSA9IHsgbmF2aWdhdGlvbjogZmFsc2UsIGluaXRpYWxQYWdpbmF0aW9uSW5kZXg6IDAsIHZpZXdzOiBbXSB9O1xuXG4gIGdldCBjb25maXJtYXRpb25TdGF0dXMoKTogeyBjb25maXJtYXRpb25TdGF0dXM6IFFkQ29uZmlybWF0aW9uU3RhdHVzIH0ge1xuICAgIHJldHVybiB7IGNvbmZpcm1hdGlvblN0YXR1czogdGhpcy5fY29uZmlybWF0aW9uU3RhdHVzIH07XG4gIH1cblxuICBnZXQgaXNDb25maXJtYXRpb25Mb2FkaW5nKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9pc0NvbmZpcm1hdGlvbkxvYWRpbmc7XG4gIH1cblxuICBnZXQgaXNDb25maXJtYXRpb25JbmZvKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9jb25maXJtYXRpb25TdGF0dXMgPT09ICdpbmZvJztcbiAgfVxuXG4gIGdldCBpc0NvbmZpcm1hdGlvblN1Y2Nlc3MoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2NvbmZpcm1hdGlvblN0YXR1cyA9PT0gJ3N1Y2Nlc3MnO1xuICB9XG5cbiAgZ2V0IGlzQ29uZmlybWF0aW9uRXJyb3IoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2NvbmZpcm1hdGlvblN0YXR1cyA9PT0gJ2Vycm9yJztcbiAgfVxuXG4gIHNldCBkaWFsb2dEYXRhKGRhdGE6IFFkRGlhbG9nRGF0YSkge1xuICAgIHRoaXMuX2RpYWxvZ0RhdGEgPSBkYXRhO1xuICB9XG5cbiAgZ2V0IGRpYWxvZ0RhdGEoKTogUWREaWFsb2dEYXRhIHtcbiAgICByZXR1cm4gdGhpcy5fZGlhbG9nRGF0YTtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgZGlhbG9nOiBEaWFsb2csXG4gICAgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlclxuICApIHt9XG5cbiAgb3BlbjxDPihjb21wb25lbnQ6IENvbXBvbmVudFR5cGU8Qz4sIGNvbmZpZzogUWREaWFsb2dDb25maWcpOiBEaWFsb2dSZWY8dW5rbm93biwgQz4ge1xuICAgIGNvbmZpZy5wYW5lbENsYXNzID0gJ3FkLWN1c3RvbS1wYW5lbCc7XG4gICAgY29uZmlnLndpZHRoID0gY29uZmlnLmRpYWxvZ1NpemUgfHwgUWREaWFsb2dTaXplLkRlZmF1bHQ7XG5cbiAgICBpZiAoY29uZmlnLmRpYWxvZ1NpemUgPT09IFFkRGlhbG9nU2l6ZS5GdWxsV2lkdGgpIHtcbiAgICAgIGNvbmZpZy5tYXhXaWR0aCA9ICcxMDB2dyc7XG4gICAgICBjb25maWcud2lkdGggPSAnMTAwdncnO1xuICAgICAgY29uZmlnLm1heEhlaWdodCA9ICcxMDB2aCc7XG4gICAgICBjb25maWcuaGVpZ2h0ID0gJzEwMHZoJztcbiAgICB9XG5cbiAgICByZXR1cm4gdGhpcy5kaWFsb2cub3Blbihjb21wb25lbnQsIGNvbmZpZyBhcyBEaWFsb2dDb25maWc8QywgRGlhbG9nUmVmPHVua25vd24sIEM+Pik7XG4gIH1cblxuICBvcGVuRnVsbHNjcmVlbjxDPihjb21wb25lbnQ6IENvbXBvbmVudFR5cGU8Qz4sIGNvbmZpZzogUWREaWFsb2dDb25maWcpOiBEaWFsb2dSZWY8dW5rbm93biwgQz4ge1xuICAgIHRoaXMudXBkYXRlRGlhbG9nRGF0YShjb25maWcpO1xuXG4gICAgcmV0dXJuIHRoaXMuZGlhbG9nLm9wZW4oY29tcG9uZW50LCBjb25maWcgYXMgRGlhbG9nQ29uZmlnPEMsIERpYWxvZ1JlZjx1bmtub3duLCBDPj4pO1xuICB9XG5cbiAgb3BlblBhZ2VEaWFsb2dXaXRoQnJlYWRjcnVtYnMocm91dGVQYXRoPzogc3RyaW5nLCBkYXRhPzogeyBba2V5OiBzdHJpbmddOiBhbnkgfSk6IHZvaWQge1xuICAgIHRoaXMudXBkYXRlRGlhbG9nRGF0YShkYXRhKTtcbiAgICB0aGlzLm9wZW4oUWRQYWdlRGlhbG9nV2l0aEJyZWFkY3J1bWJzQ29tcG9uZW50LCB7IGRpYWxvZ1NpemU6IFFkRGlhbG9nU2l6ZS5GdWxsV2lkdGggfSk7XG4gICAgdGhpcy5uYXZpZ2F0ZUluc2lkZURpYWxvZyhyb3V0ZVBhdGggfHwgdGhpcy5nZXRGaXJzdERpYWxvZ091dGxldFJvdXRlUGF0aE9yVGhyb3coKSk7XG4gIH1cblxuICBuYXZpZ2F0ZUluc2lkZURpYWxvZyhyb3V0ZVBhdGg6IHN0cmluZyk6IHZvaWQge1xuICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnLycsIHsgb3V0bGV0czogeyBkaWFsb2c6IHJvdXRlUGF0aCB9IH1dKTtcbiAgfVxuXG4gIGNsb3NlQWxsKCk6IHZvaWQge1xuICAgIHRoaXMuZGlhbG9nLmNsb3NlQWxsKCk7XG4gIH1cblxuICBzdGFydENvbmZpcm1hdGlvbigpOiB2b2lkIHtcbiAgICB0aGlzLl9pc0NvbmZpcm1hdGlvbkxvYWRpbmcgPSB0cnVlO1xuICB9XG5cbiAgY29uZmlybWF0aW9uU3VjY2VzcygpOiB2b2lkIHtcbiAgICB0aGlzLl9pc0NvbmZpcm1hdGlvbkxvYWRpbmcgPSBmYWxzZTtcbiAgICB0aGlzLl9jb25maXJtYXRpb25TdGF0dXMgPSAnc3VjY2Vzcyc7XG4gIH1cblxuICBjb25maXJtYXRpb25FcnJvcigpOiB2b2lkIHtcbiAgICB0aGlzLl9pc0NvbmZpcm1hdGlvbkxvYWRpbmcgPSBmYWxzZTtcbiAgICB0aGlzLl9jb25maXJtYXRpb25TdGF0dXMgPSAnZXJyb3InO1xuICB9XG5cbiAgcmVzZXRDb25maXJtYXRpb24oKTogdm9pZCB7XG4gICAgdGhpcy5faXNDb25maXJtYXRpb25Mb2FkaW5nID0gZmFsc2U7XG4gICAgdGhpcy5fY29uZmlybWF0aW9uU3RhdHVzID0gJ2luZm8nO1xuICB9XG5cbiAgdXBkYXRlU3RlcChpbmRleDogbnVtYmVyKTogdm9pZCB7XG4gICAgdGhpcy5fY3VycmVudFJvd1N1YmplY3QubmV4dCh0aGlzLl9kaWFsb2dEYXRhLnZpZXdzPy5baW5kZXhdKTtcbiAgICB0aGlzLl9jdXJyZW50SW5kZXhTdWJqZWN0Lm5leHQoaW5kZXgpO1xuICB9XG5cbiAgcHJpdmF0ZSB1cGRhdGVEaWFsb2dEYXRhKGRhdGE6IHsgW2tleTogc3RyaW5nXTogYW55IH0pOiB2b2lkIHtcbiAgICBpZiAoIWRhdGEgfHwgdHlwZW9mIGRhdGEgIT09ICdvYmplY3QnKSByZXR1cm47XG5cbiAgICBPYmplY3QuZW50cmllcyhkYXRhKS5mb3JFYWNoKChba2V5LCB2YWx1ZV0pID0+IHtcbiAgICAgIGlmICghdmFsdWUpIHJldHVybjtcblxuICAgICAgaWYgKGtleSA9PT0gJ2luaXRpYWxQYWdpbmF0aW9uSW5kZXgnKSB7XG4gICAgICAgIHRoaXMuX2RpYWxvZ0RhdGFba2V5XSA9IGRhdGFbJ3ZpZXdzJ10gJiYgdmFsdWUgPj0gMCA/IE1hdGgubWluKHZhbHVlLCBkYXRhWyd2aWV3cyddLmxlbmd0aCAtIDEpIDogMDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHRoaXMuX2RpYWxvZ0RhdGFba2V5XSA9IHZhbHVlO1xuICAgICAgfVxuICAgIH0pO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRGaXJzdERpYWxvZ091dGxldFJvdXRlUGF0aE9yVGhyb3coKTogc3RyaW5nIHtcbiAgICBjb25zdCBmaXJzdERpYWxvZ091dGxldFJvdXRlUGF0aCA9IHRoaXMucm91dGVyLmNvbmZpZy5maW5kKHJvdXRlID0+IHJvdXRlLm91dGxldCA9PT0gJ2RpYWxvZycpPy5wYXRoO1xuXG4gICAgaWYgKCFmaXJzdERpYWxvZ091dGxldFJvdXRlUGF0aCB8fCB0aGlzLmhhc1JvdXRlUGF0aFBhcmFtZXRlcnMoZmlyc3REaWFsb2dPdXRsZXRSb3V0ZVBhdGgpKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAgICdRZERpYWxvZ1NlcnZpY2UgfCBQbGVhc2UgcHJvdmlkZSBhIHJvdXRlIGZvciB0aGUgb3BlblBhZ2VEaWFsb2dXaXRoQnJlYWRjcnVtYnMgbWV0aG9kLiAnICtcbiAgICAgICAgICAnVGhlIG1haW4gZGlhbG9nIHJvdXRlIGNvdWxkIG5vdCBiZSBkZXRlcm1pbmVkIGF1dG9tYXRpY2FsbHkuJ1xuICAgICAgKTtcbiAgICB9XG5cbiAgICByZXR1cm4gZmlyc3REaWFsb2dPdXRsZXRSb3V0ZVBhdGg7XG4gIH1cblxuICBwcml2YXRlIGhhc1JvdXRlUGF0aFBhcmFtZXRlcnMocm91dGVQYXRoOiBzdHJpbmcpOiBib29sZWFuIHtcbiAgICByZXR1cm4gcm91dGVQYXRoLmluY2x1ZGVzKCc6Jyk7XG4gIH1cbn1cbiJdfQ==
|
|
122
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QdDialogService, [{
|
|
123
|
+
type: Injectable,
|
|
124
|
+
args: [{
|
|
125
|
+
providedIn: 'root'
|
|
126
|
+
}]
|
|
127
|
+
}], () => [{ type: i1.Dialog }, { type: i2.Router }], null); })();
|
|
128
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvZGlhbG9nL3NlcnZpY2VzL2RpYWxvZy5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxNQUFNLEVBQTJCLE1BQU0scUJBQXFCLENBQUM7QUFFdEUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDekMsT0FBTyxFQUFFLGVBQWUsRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFFaEQsT0FBTyxFQUFrQixZQUFZLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUU3RSxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSx3RUFBd0UsQ0FBQzs7OztBQUU5SDs7O0dBR0c7QUFJSCxNQUFNLE9BQU8sZUFBZTtJQXdDaEI7SUFDQTtJQXhDRixrQkFBa0IsR0FBRyxJQUFJLGVBQWUsQ0FBTSxFQUFFLENBQUMsQ0FBQztJQUMxRCxXQUFXLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFlBQVksRUFBRSxDQUFDO0lBRTdDLG9CQUFvQixHQUFHLElBQUksT0FBTyxFQUFVLENBQUM7SUFDckQsYUFBYSxHQUFHLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUVqRCxtQkFBbUIsR0FBeUIsTUFBTSxDQUFDO0lBQ25ELHNCQUFzQixHQUFHLEtBQUssQ0FBQztJQUMvQixXQUFXLEdBQWlCLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxzQkFBc0IsRUFBRSxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsRUFBRSxDQUFDO0lBRWhHLElBQUksa0JBQWtCO1FBQ3BCLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztJQUMxRCxDQUFDO0lBRUQsSUFBSSxxQkFBcUI7UUFDdkIsT0FBTyxJQUFJLENBQUMsc0JBQXNCLENBQUM7SUFDckMsQ0FBQztJQUVELElBQUksa0JBQWtCO1FBQ3BCLE9BQU8sSUFBSSxDQUFDLG1CQUFtQixLQUFLLE1BQU0sQ0FBQztJQUM3QyxDQUFDO0lBRUQsSUFBSSxxQkFBcUI7UUFDdkIsT0FBTyxJQUFJLENBQUMsbUJBQW1CLEtBQUssU0FBUyxDQUFDO0lBQ2hELENBQUM7SUFFRCxJQUFJLG1CQUFtQjtRQUNyQixPQUFPLElBQUksQ0FBQyxtQkFBbUIsS0FBSyxPQUFPLENBQUM7SUFDOUMsQ0FBQztJQUVELElBQUksVUFBVSxDQUFDLElBQWtCO1FBQy9CLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO0lBQzFCLENBQUM7SUFFRCxJQUFJLFVBQVU7UUFDWixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUM7SUFDMUIsQ0FBQztJQUVELFlBQ1UsTUFBYyxFQUNkLE1BQWM7UUFEZCxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQ2QsV0FBTSxHQUFOLE1BQU0sQ0FBUTtJQUNyQixDQUFDO0lBRUosSUFBSSxDQUFJLFNBQTJCLEVBQUUsTUFBc0I7UUFDekQsTUFBTSxDQUFDLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQztRQUN0QyxNQUFNLENBQUMsS0FBSyxHQUFHLE1BQU0sQ0FBQyxVQUFVLElBQUksWUFBWSxDQUFDLE9BQU8sQ0FBQztRQUV6RCxJQUFJLE1BQU0sQ0FBQyxVQUFVLEtBQUssWUFBWSxDQUFDLFNBQVMsRUFBRSxDQUFDO1lBQ2pELE1BQU0sQ0FBQyxRQUFRLEdBQUcsT0FBTyxDQUFDO1lBQzFCLE1BQU0sQ0FBQyxLQUFLLEdBQUcsT0FBTyxDQUFDO1lBQ3ZCLE1BQU0sQ0FBQyxTQUFTLEdBQUcsT0FBTyxDQUFDO1lBQzNCLE1BQU0sQ0FBQyxNQUFNLEdBQUcsT0FBTyxDQUFDO1FBQzFCLENBQUM7UUFFRCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxNQUFnRCxDQUFDLENBQUM7SUFDdkYsQ0FBQztJQUVELGNBQWMsQ0FBSSxTQUEyQixFQUFFLE1BQXNCO1FBQ25FLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUU5QixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxNQUFnRCxDQUFDLENBQUM7SUFDdkYsQ0FBQztJQUVELDZCQUE2QixDQUFDLFNBQWtCLEVBQUUsSUFBNkI7UUFDN0UsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzVCLElBQUksQ0FBQyxJQUFJLENBQUMsb0NBQW9DLEVBQUUsRUFBRSxVQUFVLEVBQUUsWUFBWSxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUM7UUFDeEYsSUFBSSxDQUFDLG9CQUFvQixDQUFDLFNBQVMsSUFBSSxJQUFJLENBQUMsb0NBQW9DLEVBQUUsQ0FBQyxDQUFDO0lBQ3RGLENBQUM7SUFFRCxvQkFBb0IsQ0FBQyxTQUFpQjtRQUNwQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLE9BQU8sRUFBRSxFQUFFLE1BQU0sRUFBRSxTQUFTLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUNsRSxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVELGlCQUFpQjtRQUNmLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxJQUFJLENBQUM7SUFDckMsQ0FBQztJQUVELG1CQUFtQjtRQUNqQixJQUFJLENBQUMsc0JBQXNCLEdBQUcsS0FBSyxDQUFDO1FBQ3BDLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxTQUFTLENBQUM7SUFDdkMsQ0FBQztJQUVELGlCQUFpQjtRQUNmLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxLQUFLLENBQUM7UUFDcEMsSUFBSSxDQUFDLG1CQUFtQixHQUFHLE9BQU8sQ0FBQztJQUNyQyxDQUFDO0lBRUQsaUJBQWlCO1FBQ2YsSUFBSSxDQUFDLHNCQUFzQixHQUFHLEtBQUssQ0FBQztRQUNwQyxJQUFJLENBQUMsbUJBQW1CLEdBQUcsTUFBTSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBYTtRQUN0QixJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztRQUM5RCxJQUFJLENBQUMsb0JBQW9CLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxJQUE0QjtRQUNuRCxJQUFJLENBQUMsSUFBSSxJQUFJLE9BQU8sSUFBSSxLQUFLLFFBQVE7WUFBRSxPQUFPO1FBRTlDLE1BQU0sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLEVBQUUsRUFBRTtZQUM1QyxJQUFJLENBQUMsS0FBSztnQkFBRSxPQUFPO1lBRW5CLElBQUksR0FBRyxLQUFLLHdCQUF3QixFQUFFLENBQUM7Z0JBQ3JDLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUN0RyxDQUFDO2lCQUFNLENBQUM7Z0JBQ04sSUFBSSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsR0FBRyxLQUFLLENBQUM7WUFDaEMsQ0FBQztRQUNILENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVPLG9DQUFvQztRQUMxQyxNQUFNLDBCQUEwQixHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQyxNQUFNLEtBQUssUUFBUSxDQUFDLEVBQUUsSUFBSSxDQUFDO1FBRXJHLElBQUksQ0FBQywwQkFBMEIsSUFBSSxJQUFJLENBQUMsc0JBQXNCLENBQUMsMEJBQTBCLENBQUMsRUFBRSxDQUFDO1lBQzNGLE1BQU0sSUFBSSxLQUFLLENBQ2IseUZBQXlGO2dCQUN2Riw4REFBOEQsQ0FDakUsQ0FBQztRQUNKLENBQUM7UUFFRCxPQUFPLDBCQUEwQixDQUFDO0lBQ3BDLENBQUM7SUFFTyxzQkFBc0IsQ0FBQyxTQUFpQjtRQUM5QyxPQUFPLFNBQVMsQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDakMsQ0FBQzt5R0FuSVUsZUFBZTtnRUFBZixlQUFlLFdBQWYsZUFBZSxtQkFGZCxNQUFNOztpRkFFUCxlQUFlO2NBSDNCLFVBQVU7ZUFBQztnQkFDVixVQUFVLEVBQUUsTUFBTTthQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpYWxvZywgRGlhbG9nQ29uZmlnLCBEaWFsb2dSZWYgfSBmcm9tICdAYW5ndWxhci9jZGsvZGlhbG9nJztcbmltcG9ydCB7IENvbXBvbmVudFR5cGUgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgUWRDb25maXJtYXRpb25TdGF0dXMgfSBmcm9tICcuLi9tb2RlbHMvY29uZmlybWF0aW9uLm1vZGVsJztcbmltcG9ydCB7IFFkRGlhbG9nQ29uZmlnLCBRZERpYWxvZ1NpemUgfSBmcm9tICcuLi9tb2RlbHMvZGlhbG9nLWNvbmZpZy5tb2RlbCc7XG5pbXBvcnQgeyBRZERpYWxvZ0RhdGEgfSBmcm9tICcuLi9tb2RlbHMvcmVjb3JkLXN0ZXBwZXIubW9kZWwnO1xuaW1wb3J0IHsgUWRQYWdlRGlhbG9nV2l0aEJyZWFkY3J1bWJzQ29tcG9uZW50IH0gZnJvbSAnLi4vcGFnZS1kaWFsb2ctd2l0aC1icmVhZGNydW1icy9wYWdlLWRpYWxvZy13aXRoLWJyZWFkY3J1bWJzLmNvbXBvbmVudCc7XG5cbi8qKlxuICogKipRZERpYWxvZ1NlcnZpY2UqKjogU2VydmljZSBmb3IgbWFuYWdpbmcgZGlhbG9ncyBpbiB0aGUgYXBwbGljYXRpb24uXG4gKiBUaGlzIHNlcnZpY2UgcHJvdmlkZXMgbWV0aG9kcyB0byBvcGVuLCBjbG9zZSwgYW5kIG1hbmFnZSB0aGUgaGFuZGxpbmcgb2YgZGlhbG9nIGRhdGEuXG4gKi9cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnXG59KVxuZXhwb3J0IGNsYXNzIFFkRGlhbG9nU2VydmljZSB7XG4gIHByaXZhdGUgX2N1cnJlbnRSb3dTdWJqZWN0ID0gbmV3IEJlaGF2aW9yU3ViamVjdDxhbnk+KHt9KTtcbiAgY3VycmVudFJvdyQgPSB0aGlzLl9jdXJyZW50Um93U3ViamVjdC5hc09ic2VydmFibGUoKTtcblxuICBwcml2YXRlIF9jdXJyZW50SW5kZXhTdWJqZWN0ID0gbmV3IFN1YmplY3Q8bnVtYmVyPigpO1xuICBjdXJyZW50SW5kZXgkID0gdGhpcy5fY3VycmVudEluZGV4U3ViamVjdC5hc09ic2VydmFibGUoKTtcblxuICBwcml2YXRlIF9jb25maXJtYXRpb25TdGF0dXM6IFFkQ29uZmlybWF0aW9uU3RhdHVzID0gJ2luZm8nO1xuICBwcml2YXRlIF9pc0NvbmZpcm1hdGlvbkxvYWRpbmcgPSBmYWxzZTtcbiAgcHJpdmF0ZSBfZGlhbG9nRGF0YTogUWREaWFsb2dEYXRhID0geyBuYXZpZ2F0aW9uOiBmYWxzZSwgaW5pdGlhbFBhZ2luYXRpb25JbmRleDogMCwgdmlld3M6IFtdIH07XG5cbiAgZ2V0IGNvbmZpcm1hdGlvblN0YXR1cygpOiB7IGNvbmZpcm1hdGlvblN0YXR1czogUWRDb25maXJtYXRpb25TdGF0dXMgfSB7XG4gICAgcmV0dXJuIHsgY29uZmlybWF0aW9uU3RhdHVzOiB0aGlzLl9jb25maXJtYXRpb25TdGF0dXMgfTtcbiAgfVxuXG4gIGdldCBpc0NvbmZpcm1hdGlvbkxvYWRpbmcoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2lzQ29uZmlybWF0aW9uTG9hZGluZztcbiAgfVxuXG4gIGdldCBpc0NvbmZpcm1hdGlvbkluZm8oKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2NvbmZpcm1hdGlvblN0YXR1cyA9PT0gJ2luZm8nO1xuICB9XG5cbiAgZ2V0IGlzQ29uZmlybWF0aW9uU3VjY2VzcygpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5fY29uZmlybWF0aW9uU3RhdHVzID09PSAnc3VjY2Vzcyc7XG4gIH1cblxuICBnZXQgaXNDb25maXJtYXRpb25FcnJvcigpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5fY29uZmlybWF0aW9uU3RhdHVzID09PSAnZXJyb3InO1xuICB9XG5cbiAgc2V0IGRpYWxvZ0RhdGEoZGF0YTogUWREaWFsb2dEYXRhKSB7XG4gICAgdGhpcy5fZGlhbG9nRGF0YSA9IGRhdGE7XG4gIH1cblxuICBnZXQgZGlhbG9nRGF0YSgpOiBRZERpYWxvZ0RhdGEge1xuICAgIHJldHVybiB0aGlzLl9kaWFsb2dEYXRhO1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBkaWFsb2c6IERpYWxvZyxcbiAgICBwcml2YXRlIHJvdXRlcjogUm91dGVyXG4gICkge31cblxuICBvcGVuPEM+KGNvbXBvbmVudDogQ29tcG9uZW50VHlwZTxDPiwgY29uZmlnOiBRZERpYWxvZ0NvbmZpZyk6IERpYWxvZ1JlZjx1bmtub3duLCBDPiB7XG4gICAgY29uZmlnLnBhbmVsQ2xhc3MgPSAncWQtY3VzdG9tLXBhbmVsJztcbiAgICBjb25maWcud2lkdGggPSBjb25maWcuZGlhbG9nU2l6ZSB8fCBRZERpYWxvZ1NpemUuRGVmYXVsdDtcblxuICAgIGlmIChjb25maWcuZGlhbG9nU2l6ZSA9PT0gUWREaWFsb2dTaXplLkZ1bGxXaWR0aCkge1xuICAgICAgY29uZmlnLm1heFdpZHRoID0gJzEwMHZ3JztcbiAgICAgIGNvbmZpZy53aWR0aCA9ICcxMDB2dyc7XG4gICAgICBjb25maWcubWF4SGVpZ2h0ID0gJzEwMHZoJztcbiAgICAgIGNvbmZpZy5oZWlnaHQgPSAnMTAwdmgnO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLmRpYWxvZy5vcGVuKGNvbXBvbmVudCwgY29uZmlnIGFzIERpYWxvZ0NvbmZpZzxDLCBEaWFsb2dSZWY8dW5rbm93biwgQz4+KTtcbiAgfVxuXG4gIG9wZW5GdWxsc2NyZWVuPEM+KGNvbXBvbmVudDogQ29tcG9uZW50VHlwZTxDPiwgY29uZmlnOiBRZERpYWxvZ0NvbmZpZyk6IERpYWxvZ1JlZjx1bmtub3duLCBDPiB7XG4gICAgdGhpcy51cGRhdGVEaWFsb2dEYXRhKGNvbmZpZyk7XG5cbiAgICByZXR1cm4gdGhpcy5kaWFsb2cub3Blbihjb21wb25lbnQsIGNvbmZpZyBhcyBEaWFsb2dDb25maWc8QywgRGlhbG9nUmVmPHVua25vd24sIEM+Pik7XG4gIH1cblxuICBvcGVuUGFnZURpYWxvZ1dpdGhCcmVhZGNydW1icyhyb3V0ZVBhdGg/OiBzdHJpbmcsIGRhdGE/OiB7IFtrZXk6IHN0cmluZ106IGFueSB9KTogdm9pZCB7XG4gICAgdGhpcy51cGRhdGVEaWFsb2dEYXRhKGRhdGEpO1xuICAgIHRoaXMub3BlbihRZFBhZ2VEaWFsb2dXaXRoQnJlYWRjcnVtYnNDb21wb25lbnQsIHsgZGlhbG9nU2l6ZTogUWREaWFsb2dTaXplLkZ1bGxXaWR0aCB9KTtcbiAgICB0aGlzLm5hdmlnYXRlSW5zaWRlRGlhbG9nKHJvdXRlUGF0aCB8fCB0aGlzLmdldEZpcnN0RGlhbG9nT3V0bGV0Um91dGVQYXRoT3JUaHJvdygpKTtcbiAgfVxuXG4gIG5hdmlnYXRlSW5zaWRlRGlhbG9nKHJvdXRlUGF0aDogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoWycvJywgeyBvdXRsZXRzOiB7IGRpYWxvZzogcm91dGVQYXRoIH0gfV0pO1xuICB9XG5cbiAgY2xvc2VBbGwoKTogdm9pZCB7XG4gICAgdGhpcy5kaWFsb2cuY2xvc2VBbGwoKTtcbiAgfVxuXG4gIHN0YXJ0Q29uZmlybWF0aW9uKCk6IHZvaWQge1xuICAgIHRoaXMuX2lzQ29uZmlybWF0aW9uTG9hZGluZyA9IHRydWU7XG4gIH1cblxuICBjb25maXJtYXRpb25TdWNjZXNzKCk6IHZvaWQge1xuICAgIHRoaXMuX2lzQ29uZmlybWF0aW9uTG9hZGluZyA9IGZhbHNlO1xuICAgIHRoaXMuX2NvbmZpcm1hdGlvblN0YXR1cyA9ICdzdWNjZXNzJztcbiAgfVxuXG4gIGNvbmZpcm1hdGlvbkVycm9yKCk6IHZvaWQge1xuICAgIHRoaXMuX2lzQ29uZmlybWF0aW9uTG9hZGluZyA9IGZhbHNlO1xuICAgIHRoaXMuX2NvbmZpcm1hdGlvblN0YXR1cyA9ICdlcnJvcic7XG4gIH1cblxuICByZXNldENvbmZpcm1hdGlvbigpOiB2b2lkIHtcbiAgICB0aGlzLl9pc0NvbmZpcm1hdGlvbkxvYWRpbmcgPSBmYWxzZTtcbiAgICB0aGlzLl9jb25maXJtYXRpb25TdGF0dXMgPSAnaW5mbyc7XG4gIH1cblxuICB1cGRhdGVTdGVwKGluZGV4OiBudW1iZXIpOiB2b2lkIHtcbiAgICB0aGlzLl9jdXJyZW50Um93U3ViamVjdC5uZXh0KHRoaXMuX2RpYWxvZ0RhdGEudmlld3M/LltpbmRleF0pO1xuICAgIHRoaXMuX2N1cnJlbnRJbmRleFN1YmplY3QubmV4dChpbmRleCk7XG4gIH1cblxuICBwcml2YXRlIHVwZGF0ZURpYWxvZ0RhdGEoZGF0YTogeyBba2V5OiBzdHJpbmddOiBhbnkgfSk6IHZvaWQge1xuICAgIGlmICghZGF0YSB8fCB0eXBlb2YgZGF0YSAhPT0gJ29iamVjdCcpIHJldHVybjtcblxuICAgIE9iamVjdC5lbnRyaWVzKGRhdGEpLmZvckVhY2goKFtrZXksIHZhbHVlXSkgPT4ge1xuICAgICAgaWYgKCF2YWx1ZSkgcmV0dXJuO1xuXG4gICAgICBpZiAoa2V5ID09PSAnaW5pdGlhbFBhZ2luYXRpb25JbmRleCcpIHtcbiAgICAgICAgdGhpcy5fZGlhbG9nRGF0YVtrZXldID0gZGF0YVsndmlld3MnXSAmJiB2YWx1ZSA+PSAwID8gTWF0aC5taW4odmFsdWUsIGRhdGFbJ3ZpZXdzJ10ubGVuZ3RoIC0gMSkgOiAwO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdGhpcy5fZGlhbG9nRGF0YVtrZXldID0gdmFsdWU7XG4gICAgICB9XG4gICAgfSk7XG4gIH1cblxuICBwcml2YXRlIGdldEZpcnN0RGlhbG9nT3V0bGV0Um91dGVQYXRoT3JUaHJvdygpOiBzdHJpbmcge1xuICAgIGNvbnN0IGZpcnN0RGlhbG9nT3V0bGV0Um91dGVQYXRoID0gdGhpcy5yb3V0ZXIuY29uZmlnLmZpbmQocm91dGUgPT4gcm91dGUub3V0bGV0ID09PSAnZGlhbG9nJyk/LnBhdGg7XG5cbiAgICBpZiAoIWZpcnN0RGlhbG9nT3V0bGV0Um91dGVQYXRoIHx8IHRoaXMuaGFzUm91dGVQYXRoUGFyYW1ldGVycyhmaXJzdERpYWxvZ091dGxldFJvdXRlUGF0aCkpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcbiAgICAgICAgJ1FkRGlhbG9nU2VydmljZSB8IFBsZWFzZSBwcm92aWRlIGEgcm91dGUgZm9yIHRoZSBvcGVuUGFnZURpYWxvZ1dpdGhCcmVhZGNydW1icyBtZXRob2QuICcgK1xuICAgICAgICAgICdUaGUgbWFpbiBkaWFsb2cgcm91dGUgY291bGQgbm90IGJlIGRldGVybWluZWQgYXV0b21hdGljYWxseS4nXG4gICAgICApO1xuICAgIH1cblxuICAgIHJldHVybiBmaXJzdERpYWxvZ091dGxldFJvdXRlUGF0aDtcbiAgfVxuXG4gIHByaXZhdGUgaGFzUm91dGVQYXRoUGFyYW1ldGVycyhyb3V0ZVBhdGg6IHN0cmluZyk6IGJvb2xlYW4ge1xuICAgIHJldHVybiByb3V0ZVBhdGguaW5jbHVkZXMoJzonKTtcbiAgfVxufVxuIl19
|
package/esm2022/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.mjs
CHANGED
|
@@ -4,16 +4,22 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
import * as i1 from "@angular/common";
|
|
5
5
|
export class QdMockFileCollectorDialogItemErrorComponent {
|
|
6
6
|
error;
|
|
7
|
-
static ɵfac =
|
|
8
|
-
static ɵcmp = i0.ɵɵ
|
|
7
|
+
static ɵfac = function QdMockFileCollectorDialogItemErrorComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QdMockFileCollectorDialogItemErrorComponent)(); };
|
|
8
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QdMockFileCollectorDialogItemErrorComponent, selectors: [["qd-file-collector-dialog-item-error"]], inputs: { error: "error" }, decls: 2, vars: 3, template: function QdMockFileCollectorDialogItemErrorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
i0.ɵɵtext(0);
|
|
10
|
+
i0.ɵɵpipe(1, "json");
|
|
11
|
+
} if (rf & 2) {
|
|
12
|
+
i0.ɵɵtextInterpolate1("error: ", i0.ɵɵpipeBind1(1, 1, ctx.error), "");
|
|
13
|
+
} }, dependencies: [i1.JsonPipe], encapsulation: 2 });
|
|
9
14
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QdMockFileCollectorDialogItemErrorComponent, [{
|
|
16
|
+
type: Component,
|
|
17
|
+
args: [{
|
|
18
|
+
selector: 'qd-file-collector-dialog-item-error',
|
|
19
|
+
template: 'error: {{ error | json }}'
|
|
20
|
+
}]
|
|
21
|
+
}], null, { error: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}] }); })();
|
|
24
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QdMockFileCollectorDialogItemErrorComponent, { className: "QdMockFileCollectorDialogItemErrorComponent", filePath: "lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.ts", lineNumber: 9 }); })();
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9jay1maWxlLWNvbGxlY3Rvci1kaWFsb2ctaXRlbS1lcnJvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvZmlsZS1jb2xsZWN0b3IvX19tb2Nrc19fL21vY2stZmlsZS1jb2xsZWN0b3ItZGlhbG9nLWl0ZW0tZXJyb3IuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLG9CQUFvQjtBQUNwQixPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBT2pELE1BQU0sT0FBTywyQ0FBMkM7SUFDN0MsS0FBSyxDQUFnQjtxSUFEbkIsMkNBQTJDOzZEQUEzQywyQ0FBMkM7WUFGM0MsWUFBeUI7OztZQUF6QixxRUFBeUI7OztpRkFFekIsMkNBQTJDO2NBSnZELFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUscUNBQXFDO2dCQUMvQyxRQUFRLEVBQUUsMkJBQTJCO2FBQ3RDO2dCQUVVLEtBQUs7a0JBQWIsS0FBSzs7a0ZBREssMkNBQTJDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQHRzLXN0cmljdC1pZ25vcmVcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFFkVXBsb2FkRXJyb3IgfSBmcm9tICcuLi9tb2RlbHMvZmlsZS11cGxvYWQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdxZC1maWxlLWNvbGxlY3Rvci1kaWFsb2ctaXRlbS1lcnJvcicsXG4gIHRlbXBsYXRlOiAnZXJyb3I6IHt7IGVycm9yIHwganNvbiB9fSdcbn0pXG5leHBvcnQgY2xhc3MgUWRNb2NrRmlsZUNvbGxlY3RvckRpYWxvZ0l0ZW1FcnJvckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGVycm9yOiBRZFVwbG9hZEVycm9yO1xufVxuIl19
|
package/esm2022/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.mjs
CHANGED
|
@@ -4,18 +4,23 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export class QdMockFileCollectorDialogItemProgressComponent {
|
|
5
5
|
progress;
|
|
6
6
|
error;
|
|
7
|
-
static ɵfac =
|
|
8
|
-
static ɵcmp = i0.ɵɵ
|
|
7
|
+
static ɵfac = function QdMockFileCollectorDialogItemProgressComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QdMockFileCollectorDialogItemProgressComponent)(); };
|
|
8
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QdMockFileCollectorDialogItemProgressComponent, selectors: [["qd-file-collector-dialog-item-progress"]], inputs: { progress: "progress", error: "error" }, decls: 1, vars: 1, template: function QdMockFileCollectorDialogItemProgressComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
i0.ɵɵtext(0);
|
|
10
|
+
} if (rf & 2) {
|
|
11
|
+
i0.ɵɵtextInterpolate1("progress: ", ctx.progress, "");
|
|
12
|
+
} }, encapsulation: 2 });
|
|
9
13
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
14
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QdMockFileCollectorDialogItemProgressComponent, [{
|
|
15
|
+
type: Component,
|
|
16
|
+
args: [{
|
|
17
|
+
selector: 'qd-file-collector-dialog-item-progress',
|
|
18
|
+
template: 'progress: {{ progress }}'
|
|
19
|
+
}]
|
|
20
|
+
}], null, { progress: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], error: [{
|
|
23
|
+
type: Input
|
|
24
|
+
}] }); })();
|
|
25
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QdMockFileCollectorDialogItemProgressComponent, { className: "QdMockFileCollectorDialogItemProgressComponent", filePath: "lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.ts", lineNumber: 8 }); })();
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9jay1maWxlLWNvbGxlY3Rvci1kaWFsb2ctaXRlbS1wcm9ncmVzcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvZmlsZS1jb2xsZWN0b3IvX19tb2Nrc19fL21vY2stZmlsZS1jb2xsZWN0b3ItZGlhbG9nLWl0ZW0tcHJvZ3Jlc3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLG9CQUFvQjtBQUNwQixPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNakQsTUFBTSxPQUFPLDhDQUE4QztJQUNoRCxRQUFRLENBQUM7SUFDVCxLQUFLLENBQUM7d0lBRkosOENBQThDOzZEQUE5Qyw4Q0FBOEM7WUFGOUMsWUFBd0I7O1lBQXhCLHFEQUF3Qjs7O2lGQUV4Qiw4Q0FBOEM7Y0FKMUQsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSx3Q0FBd0M7Z0JBQ2xELFFBQVEsRUFBRSwwQkFBMEI7YUFDckM7Z0JBRVUsUUFBUTtrQkFBaEIsS0FBSztZQUNHLEtBQUs7a0JBQWIsS0FBSzs7a0ZBRkssOENBQThDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQHRzLXN0cmljdC1pZ25vcmVcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncWQtZmlsZS1jb2xsZWN0b3ItZGlhbG9nLWl0ZW0tcHJvZ3Jlc3MnLFxuICB0ZW1wbGF0ZTogJ3Byb2dyZXNzOiB7eyBwcm9ncmVzcyB9fSdcbn0pXG5leHBvcnQgY2xhc3MgUWRNb2NrRmlsZUNvbGxlY3RvckRpYWxvZ0l0ZW1Qcm9ncmVzc0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHByb2dyZXNzO1xuICBASW5wdXQoKSBlcnJvcjtcbn1cbiJdfQ==
|
|
@@ -6,20 +6,27 @@ export class QdMockFileCollectorDialogItemComponent {
|
|
|
6
6
|
progress;
|
|
7
7
|
collectedFile;
|
|
8
8
|
error;
|
|
9
|
-
static ɵfac =
|
|
10
|
-
static ɵcmp = i0.ɵɵ
|
|
9
|
+
static ɵfac = function QdMockFileCollectorDialogItemComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QdMockFileCollectorDialogItemComponent)(); };
|
|
10
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QdMockFileCollectorDialogItemComponent, selectors: [["qd-file-collector-dialog-item"]], inputs: { progress: "progress", collectedFile: "collectedFile", error: "error" }, decls: 3, vars: 7, template: function QdMockFileCollectorDialogItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
+
i0.ɵɵtext(0);
|
|
12
|
+
i0.ɵɵpipe(1, "json");
|
|
13
|
+
i0.ɵɵpipe(2, "json");
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
i0.ɵɵtextInterpolate3("progress: ", ctx.progress, ", collectedFile: ", i0.ɵɵpipeBind1(1, 3, ctx.collectedFile), ", error: ", i0.ɵɵpipeBind1(2, 5, ctx.error), "");
|
|
16
|
+
} }, dependencies: [i1.JsonPipe], encapsulation: 2 });
|
|
11
17
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
18
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QdMockFileCollectorDialogItemComponent, [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: 'qd-file-collector-dialog-item',
|
|
22
|
+
template: 'progress: {{ progress }}, collectedFile: {{ collectedFile | json }}, error: {{ error | json }}'
|
|
23
|
+
}]
|
|
24
|
+
}], null, { progress: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}], collectedFile: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}], error: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}] }); })();
|
|
31
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QdMockFileCollectorDialogItemComponent, { className: "QdMockFileCollectorDialogItemComponent", filePath: "lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.ts", lineNumber: 10 }); })();
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9jay1maWxlLWNvbGxlY3Rvci1kaWFsb2ctaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3FkLXVpL3NyYy9saWIvZmlsZS1jb2xsZWN0b3IvX19tb2Nrc19fL21vY2stZmlsZS1jb2xsZWN0b3ItZGlhbG9nLWl0ZW0uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLG9CQUFvQjtBQUNwQixPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBUWpELE1BQU0sT0FBTyxzQ0FBc0M7SUFDeEMsUUFBUSxDQUFTO0lBQ2pCLGFBQWEsQ0FBa0I7SUFDL0IsS0FBSyxDQUFnQjtnSUFIbkIsc0NBQXNDOzZEQUF0QyxzQ0FBc0M7WUFGdEMsWUFBOEY7Ozs7WUFBOUYsaUtBQThGOzs7aUZBRTlGLHNDQUFzQztjQUpsRCxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLCtCQUErQjtnQkFDekMsUUFBUSxFQUFFLGdHQUFnRzthQUMzRztnQkFFVSxRQUFRO2tCQUFoQixLQUFLO1lBQ0csYUFBYTtrQkFBckIsS0FBSztZQUNHLEtBQUs7a0JBQWIsS0FBSzs7a0ZBSEssc0NBQXNDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQHRzLXN0cmljdC1pZ25vcmVcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFFkVXBsb2FkRXJyb3IgfSBmcm9tICcuLi9tb2RlbHMvZmlsZS11cGxvYWQnO1xuaW1wb3J0IHsgUWRDb2xsZWN0ZWRGaWxlIH0gZnJvbSAnLi4vbW9kZWxzL2NvbGxlY3RlZC1maWxlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncWQtZmlsZS1jb2xsZWN0b3ItZGlhbG9nLWl0ZW0nLFxuICB0ZW1wbGF0ZTogJ3Byb2dyZXNzOiB7eyBwcm9ncmVzcyB9fSwgY29sbGVjdGVkRmlsZToge3sgY29sbGVjdGVkRmlsZSB8IGpzb24gfX0sIGVycm9yOiB7eyBlcnJvciB8IGpzb24gfX0nXG59KVxuZXhwb3J0IGNsYXNzIFFkTW9ja0ZpbGVDb2xsZWN0b3JEaWFsb2dJdGVtQ29tcG9uZW50IHtcbiAgQElucHV0KCkgcHJvZ3Jlc3M6IG51bWJlcjtcbiAgQElucHV0KCkgY29sbGVjdGVkRmlsZTogUWRDb2xsZWN0ZWRGaWxlO1xuICBASW5wdXQoKSBlcnJvcjogUWRVcGxvYWRFcnJvcjtcbn1cbiJdfQ==
|