@quadrel-enterprise-ui/framework 19.8.0 → 20.0.1
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/fesm2022/quadrel-enterprise-ui-framework.mjs +2572 -3488
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/index.d.ts +17192 -4
- package/index.d.ts.map +1 -0
- package/package.json +7 -5
- package/src/assets/styles/components/_components.all.scss +3 -10
- package/src/assets/styles/components/_components.button.scss +25 -190
- package/src/assets/styles/components/_components.dialog.scss +2 -2
- package/src/assets/styles/components/_components.grid.scss +14 -14
- package/src/assets/styles/generic/_generic.all.scss +5 -5
- package/src/assets/styles/generic/_generic.normalize.scss +2 -2
- package/src/assets/styles/index.scss +7 -7
- package/src/assets/styles/objects/_objects.a11y.scss +4 -4
- package/src/assets/styles/objects/_objects.all.scss +3 -3
- package/src/assets/styles/settings/_setting.all.scss +13 -13
- package/src/assets/styles/settings/_settings.formFields.scss +2 -2
- package/src/assets/styles/settings/_settings.grid.scss +2 -4
- package/src/assets/styles/settings/_settings.horizontalSpacing.scss +4 -4
- package/src/assets/styles/settings/_settings.layoutHeader.scss +10 -10
- package/src/assets/styles/settings/_settings.material.scss +31 -31
- package/src/assets/styles/settings/_settings.page.scss +3 -3
- package/src/assets/styles/settings/_settings.shell.scss +5 -5
- package/src/assets/styles/settings/_settings.verticalRythm.scss +5 -5
- package/src/assets/styles/tools/_tools.all.scss +12 -12
- package/src/assets/styles/tools/_tools.boxShadowOverlay.scss +3 -3
- package/src/assets/styles/tools/_tools.breakpoints.scss +36 -18
- package/src/assets/styles/tools/_tools.colorMapper.scss +7 -6
- package/src/assets/styles/tools/_tools.convertPxToRem.scss +23 -12
- package/src/assets/styles/tools/_tools.fonts.scss +16 -16
- package/src/assets/styles/tools/_tools.getBaseFontSize.scss +7 -6
- package/src/assets/styles/tools/_tools.grid.scss +51 -33
- package/src/assets/styles/tools/_tools.layoutHeader.scss +5 -5
- package/src/assets/styles/tools/_tools.layoutWidth.scss +6 -5
- package/src/assets/styles/tools/_tools.mixins.scss +14 -14
- package/src/assets/styles/tools/_tools.overlayBackdrop.scss +2 -2
- package/src/assets/styles/tools/_tools.rwdDisabled.scss +5 -5
- package/src/assets/styles/tools/_tools.text.scss +4 -4
- package/src/assets/styles/tools/_tools.toolTip.scss +4 -4
- package/src/assets/styles/utilities/_utilities.all.scss +1 -1
- package/lib/button/__mocks__/mock-button-grid.component.d.ts +0 -6
- package/lib/button/__mocks__/mock-button-grid.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts +0 -8
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack.component.d.ts +0 -6
- package/lib/button/__mocks__/mock-button-stack.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.component.d.ts +0 -11
- package/lib/button/__mocks__/mock-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.directives.d.ts +0 -10
- package/lib/button/__mocks__/mock-button.directives.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.module.d.ts +0 -21
- package/lib/button/__mocks__/mock-button.module.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-icon-button.component.d.ts +0 -8
- package/lib/button/__mocks__/mock-icon-button.component.d.ts.map +0 -1
- package/lib/button/button/additional-info/button-additional-info.component.d.ts +0 -15
- package/lib/button/button/additional-info/button-additional-info.component.d.ts.map +0 -1
- package/lib/button/button/button.component.d.ts +0 -41
- package/lib/button/button/button.component.d.ts.map +0 -1
- package/lib/button/button-grid/button-grid.component.d.ts +0 -11
- package/lib/button/button-grid/button-grid.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts +0 -24
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +0 -11
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts.map +0 -1
- package/lib/button/button.module.d.ts +0 -32
- package/lib/button/button.module.d.ts.map +0 -1
- package/lib/button/directives/button.directives.d.ts +0 -25
- package/lib/button/directives/button.directives.d.ts.map +0 -1
- package/lib/button/icon-button/icon-button.component.d.ts +0 -26
- package/lib/button/icon-button/icon-button.component.d.ts.map +0 -1
- package/lib/button/menu-button/menu-button.component.d.ts +0 -58
- package/lib/button/menu-button/menu-button.component.d.ts.map +0 -1
- package/lib/button/model/button-config.d.ts +0 -76
- package/lib/button/model/button-config.d.ts.map +0 -1
- package/lib/button/model/button.types.d.ts +0 -2
- package/lib/button/model/button.types.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chip.component.d.ts +0 -15
- package/lib/chips/__mocks__/mock-chip.component.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chips.module.d.ts +0 -11
- package/lib/chips/__mocks__/mock-chips.module.d.ts.map +0 -1
- package/lib/chips/chip/chip.component.d.ts +0 -43
- package/lib/chips/chip/chip.component.d.ts.map +0 -1
- package/lib/chips/chips.module.d.ts +0 -13
- package/lib/chips/chips.module.d.ts.map +0 -1
- package/lib/chips/interfaces/chip.interface.d.ts +0 -3
- package/lib/chips/interfaces/chip.interface.d.ts.map +0 -1
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts +0 -26
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts.map +0 -1
- package/lib/comments/comments.component.d.ts +0 -22
- package/lib/comments/comments.component.d.ts.map +0 -1
- package/lib/comments/comments.module.d.ts +0 -23
- package/lib/comments/comments.module.d.ts.map +0 -1
- package/lib/comments/menu/comment-menu.component.d.ts +0 -9
- package/lib/comments/menu/comment-menu.component.d.ts.map +0 -1
- package/lib/comments/model/comments.interface.d.ts +0 -193
- package/lib/comments/model/comments.interface.d.ts.map +0 -1
- package/lib/comments/pipes/stripe-html.pipe.d.ts +0 -8
- package/lib/comments/pipes/stripe-html.pipe.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts +0 -8
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts +0 -11
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/contact-card.component.d.ts +0 -167
- package/lib/contact-card/contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/contact-card.module.d.ts +0 -17
- package/lib/contact-card/contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/menu/contact-card-menu.component.d.ts +0 -32
- package/lib/contact-card/menu/contact-card-menu.component.d.ts.map +0 -1
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts +0 -44
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts.map +0 -1
- package/lib/contact-card/model/contact-data.interface.d.ts +0 -163
- package/lib/contact-card/model/contact-data.interface.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts +0 -6
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-core.module.d.ts +0 -19
- package/lib/core/__mocks__/mock-core.module.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-disabled.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts +0 -34
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-translate.pipe.d.ts +0 -8
- package/lib/core/__mocks__/mock-translate.pipe.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.directive.d.ts +0 -14
- package/lib/core/autofocus/autofocus.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.module.d.ts +0 -9
- package/lib/core/autofocus/autofocus.module.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.service.d.ts +0 -9
- package/lib/core/autofocus/autofocus.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts +0 -125
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts +0 -12
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts +0 -27
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts +0 -21
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts +0 -8
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/core.module.d.ts +0 -33
- package/lib/core/core.module.d.ts.map +0 -1
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts +0 -15
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts.map +0 -1
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts +0 -13
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts +0 -28
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts +0 -44
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts +0 -31
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts +0 -39
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts +0 -27
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts +0 -18
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets-context.service.d.ts +0 -13
- package/lib/core/data-facets/data-facets-context.service.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.model.d.ts +0 -37
- package/lib/core/data-facets/data-facets.model.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.module.d.ts +0 -33
- package/lib/core/data-facets/data-facets.module.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.component.d.ts +0 -34
- package/lib/core/data-facets/date/data-facets-date.component.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts +0 -48
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts +0 -13
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts.map +0 -1
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts +0 -13
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.component.d.ts +0 -25
- package/lib/core/data-facets/link/data-facets-link.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts +0 -50
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts +0 -18
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.component.d.ts +0 -14
- package/lib/core/data-facets/status/data-facets-status.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts +0 -15
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.component.d.ts +0 -20
- package/lib/core/data-facets/text/data-facets-text.component.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts +0 -18
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts.map +0 -1
- package/lib/core/directives/viewport-adaptive.directive.d.ts +0 -8
- package/lib/core/directives/viewport-adaptive.directive.d.ts.map +0 -1
- package/lib/core/disabled/disabled.directive.d.ts +0 -6
- package/lib/core/disabled/disabled.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.d.ts +0 -10
- package/lib/core/focusable/focusable.d.ts.map +0 -1
- package/lib/core/focusable/focusable.directive.d.ts +0 -10
- package/lib/core/focusable/focusable.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.module.d.ts +0 -8
- package/lib/core/focusable/focusable.module.d.ts.map +0 -1
- package/lib/core/focusable/focusable.token.d.ts +0 -6
- package/lib/core/focusable/focusable.token.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.interface.d.ts +0 -33
- package/lib/core/model/app-enviroment.interface.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.token.d.ts +0 -4
- package/lib/core/model/app-enviroment.token.d.ts.map +0 -1
- package/lib/core/model/breakpoint.interface.d.ts +0 -10
- package/lib/core/model/breakpoint.interface.d.ts.map +0 -1
- package/lib/core/model/safe-bottom-offset.token.d.ts +0 -4
- package/lib/core/model/safe-bottom-offset.token.d.ts.map +0 -1
- package/lib/core/model/translation.interface.d.ts +0 -21
- package/lib/core/model/translation.interface.d.ts.map +0 -1
- package/lib/core/pipes/file-size.pipe.d.ts +0 -11
- package/lib/core/pipes/file-size.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholder.pipe.d.ts +0 -8
- package/lib/core/pipes/placeholder.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholders.pipe.d.ts +0 -10
- package/lib/core/pipes/placeholders.pipe.d.ts.map +0 -1
- package/lib/core/pipes/sanitize-html.pipe.d.ts +0 -11
- package/lib/core/pipes/sanitize-html.pipe.d.ts.map +0 -1
- package/lib/core/popover/popover/popover.component.d.ts +0 -23
- package/lib/core/popover/popover/popover.component.d.ts.map +0 -1
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts +0 -55
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts +0 -27
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-parent.service.d.ts +0 -8
- package/lib/core/popover/popover-parent.service.d.ts.map +0 -1
- package/lib/core/popover/popover-sizing.service.d.ts +0 -63
- package/lib/core/popover/popover-sizing.service.d.ts.map +0 -1
- package/lib/core/popover/popover-top-first.token.d.ts +0 -3
- package/lib/core/popover/popover-top-first.token.d.ts.map +0 -1
- package/lib/core/popover/popover.module.d.ts +0 -11
- package/lib/core/popover/popover.module.d.ts.map +0 -1
- package/lib/core/popover/popover.service.d.ts +0 -12
- package/lib/core/popover/popover.service.d.ts.map +0 -1
- package/lib/core/projection-guard/projection-guard.component.d.ts +0 -14
- package/lib/core/projection-guard/projection-guard.component.d.ts.map +0 -1
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts +0 -6
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/rxjs/delay-and-hold.operator.d.ts +0 -52
- package/lib/core/rxjs/delay-and-hold.operator.d.ts.map +0 -1
- package/lib/core/services/breakpoint.service.d.ts +0 -19
- package/lib/core/services/breakpoint.service.d.ts.map +0 -1
- package/lib/core/services/element.service.d.ts +0 -7
- package/lib/core/services/element.service.d.ts.map +0 -1
- package/lib/core/services/event-broker.service.d.ts +0 -56
- package/lib/core/services/event-broker.service.d.ts.map +0 -1
- package/lib/core/services/push-events.service.d.ts +0 -89
- package/lib/core/services/push-events.service.d.ts.map +0 -1
- package/lib/core/services/scrolling.service.d.ts +0 -15
- package/lib/core/services/scrolling.service.d.ts.map +0 -1
- package/lib/core/services/translate.service.d.ts +0 -16
- package/lib/core/services/translate.service.d.ts.map +0 -1
- package/lib/core/tools/constantCase.tools.d.ts +0 -2
- package/lib/core/tools/constantCase.tools.d.ts.map +0 -1
- package/lib/core/tools/convertPxToRem.tools.d.ts +0 -2
- package/lib/core/tools/convertPxToRem.tools.d.ts.map +0 -1
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts +0 -30
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts +0 -10
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts +0 -37
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +0 -24
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip.module.d.ts +0 -12
- package/lib/core/tooltip/tooltip.module.d.ts.map +0 -1
- package/lib/core/types/utility.types.d.ts +0 -3
- package/lib/core/types/utility.types.d.ts.map +0 -1
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts +0 -6
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts.map +0 -1
- package/lib/dialog/action/dialog-action.component.d.ts +0 -6
- package/lib/dialog/action/dialog-action.component.d.ts.map +0 -1
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts +0 -16
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts.map +0 -1
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts +0 -15
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts.map +0 -1
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts +0 -122
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts.map +0 -1
- package/lib/dialog/dialog.component.d.ts +0 -86
- package/lib/dialog/dialog.component.d.ts.map +0 -1
- package/lib/dialog/dialog.module.d.ts +0 -40
- package/lib/dialog/dialog.module.d.ts.map +0 -1
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts +0 -37
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts.map +0 -1
- package/lib/dialog/models/confirmation.model.d.ts +0 -117
- package/lib/dialog/models/confirmation.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-close.model.d.ts +0 -51
- package/lib/dialog/models/dialog-close.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-config.model.d.ts +0 -106
- package/lib/dialog/models/dialog-config.model.d.ts.map +0 -1
- package/lib/dialog/models/page-dialog-host.token.d.ts +0 -10
- package/lib/dialog/models/page-dialog-host.token.d.ts.map +0 -1
- package/lib/dialog/models/record-stepper.model.d.ts +0 -26
- package/lib/dialog/models/record-stepper.model.d.ts.map +0 -1
- package/lib/dialog/models/session-end-result.model.d.ts +0 -14
- package/lib/dialog/models/session-end-result.model.d.ts.map +0 -1
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts +0 -6
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts.map +0 -1
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts +0 -34
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts.map +0 -1
- package/lib/dialog/services/confirmation-dialog.service.d.ts +0 -14
- package/lib/dialog/services/confirmation-dialog.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts +0 -21
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog-change-guard.service.d.ts +0 -9
- package/lib/dialog/services/dialog-change-guard.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog.service.d.ts +0 -66
- package/lib/dialog/services/dialog.service.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts +0 -11
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts +0 -14
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts +0 -16
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts +0 -6
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts +0 -18
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts +0 -14
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts +0 -18
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts +0 -16
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts +0 -14
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts +0 -22
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.component.d.ts +0 -129
- package/lib/file-collector/file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.module.d.ts +0 -37
- package/lib/file-collector/file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts +0 -14
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/item/file-collector-item.component.d.ts +0 -16
- package/lib/file-collector/item/file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts +0 -7
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts +0 -7
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts +0 -24
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts +0 -7
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts.map +0 -1
- package/lib/file-collector/models/collected-file.d.ts +0 -33
- package/lib/file-collector/models/collected-file.d.ts.map +0 -1
- package/lib/file-collector/models/file-collector-config.d.ts +0 -76
- package/lib/file-collector/models/file-collector-config.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager-token.d.ts +0 -3
- package/lib/file-collector/models/file-manager-token.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager.d.ts +0 -18
- package/lib/file-collector/models/file-manager.d.ts.map +0 -1
- package/lib/file-collector/models/file-type.d.ts +0 -7
- package/lib/file-collector/models/file-type.d.ts.map +0 -1
- package/lib/file-collector/models/file-upload.d.ts +0 -15
- package/lib/file-collector/models/file-upload.d.ts.map +0 -1
- package/lib/file-collector/models/upload-progress.d.ts +0 -33
- package/lib/file-collector/models/upload-progress.d.ts.map +0 -1
- package/lib/file-collector/pipes/filesize.pipe.d.ts +0 -10
- package/lib/file-collector/pipes/filesize.pipe.d.ts.map +0 -1
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts +0 -11
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector-validation.service.d.ts +0 -14
- package/lib/file-collector/services/file-collector-validation.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector.service.d.ts +0 -22
- package/lib/file-collector/services/file-collector.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-type.service.d.ts +0 -11
- package/lib/file-collector/services/file-type.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts +0 -10
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts +0 -10
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-category.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts +0 -13
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts +0 -13
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.module.d.ts +0 -38
- package/lib/filter/__mocks__/mock-filter.module.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.service.d.ts +0 -36
- package/lib/filter/__mocks__/mock-filter.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts +0 -9
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts +0 -16
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts.map +0 -1
- package/lib/filter/category/date/filter-category-date.component.d.ts +0 -27
- package/lib/filter/category/date/filter-category-date.component.d.ts.map +0 -1
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts +0 -32
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts.map +0 -1
- package/lib/filter/category/filter-category.component.d.ts +0 -36
- package/lib/filter/category/filter-category.component.d.ts.map +0 -1
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts +0 -22
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts.map +0 -1
- package/lib/filter/category/select/filter-category-select.component.d.ts +0 -35
- package/lib/filter/category/select/filter-category-select.component.d.ts.map +0 -1
- package/lib/filter/filter-service/filter.service.d.ts +0 -55
- package/lib/filter/filter-service/filter.service.d.ts.map +0 -1
- package/lib/filter/filter.component.d.ts +0 -123
- package/lib/filter/filter.component.d.ts.map +0 -1
- package/lib/filter/filter.module.d.ts +0 -37
- package/lib/filter/filter.module.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active-items.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-active-items.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-active.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-get.helper.d.ts +0 -13
- package/lib/filter/helpers/filter-get.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-postbody.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-postbody.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query-parser.helper.d.ts +0 -3
- package/lib/filter/helpers/filter-query-parser.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query.helper.d.ts +0 -9
- package/lib/filter/helpers/filter-query.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts +0 -3
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-state.helpers.d.ts +0 -11
- package/lib/filter/helpers/filter-state.helpers.d.ts.map +0 -1
- package/lib/filter/helpers/filter-update.helper.d.ts +0 -13
- package/lib/filter/helpers/filter-update.helper.d.ts.map +0 -1
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts +0 -22
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts.map +0 -1
- package/lib/filter/item/date/filter-item-date.component.d.ts +0 -25
- package/lib/filter/item/date/filter-item-date.component.d.ts.map +0 -1
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts +0 -32
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts.map +0 -1
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts +0 -26
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts.map +0 -1
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts +0 -22
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts.map +0 -1
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts +0 -25
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts.map +0 -1
- package/lib/filter/model/filter-config.interface.d.ts +0 -84
- package/lib/filter/model/filter-config.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-post-body.interface.d.ts +0 -9
- package/lib/filter/model/filter-post-body.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-reducer.interface.d.ts +0 -5
- package/lib/filter/model/filter-reducer.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-state.interface.d.ts +0 -13
- package/lib/filter/model/filter-state.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-types.interface.d.ts +0 -2
- package/lib/filter/model/filter-types.interface.d.ts.map +0 -1
- package/lib/filter/pipes/localeDate.pipe.d.ts +0 -16
- package/lib/filter/pipes/localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/services/dependent-filters.service.d.ts +0 -20
- package/lib/filter/services/dependent-filters.service.d.ts.map +0 -1
- package/lib/filter/services/filter-rest-param.tools.d.ts +0 -23
- package/lib/filter/services/filter-rest-param.tools.d.ts.map +0 -1
- package/lib/filter/services/filter-router-connector.service.d.ts +0 -24
- package/lib/filter/services/filter-router-connector.service.d.ts.map +0 -1
- package/lib/filter/store/filter.actions.d.ts +0 -92
- package/lib/filter/store/filter.actions.d.ts.map +0 -1
- package/lib/filter/store/filter.reducer.d.ts +0 -4
- package/lib/filter/store/filter.reducer.d.ts.map +0 -1
- package/lib/filter/store/filter.selector.d.ts +0 -129
- package/lib/filter/store/filter.selector.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-calendar.component.d.ts +0 -12
- package/lib/forms/__mocks__/mock-calendar.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts +0 -11
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts +0 -15
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts +0 -12
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts +0 -13
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts +0 -16
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-error.component.d.ts +0 -8
- package/lib/forms/__mocks__/mock-form-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts +0 -11
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-label.component.d.ts +0 -13
- package/lib/forms/__mocks__/mock-form-label.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-forms.module.d.ts +0 -49
- package/lib/forms/__mocks__/mock-forms.module.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-input.component.d.ts +0 -26
- package/lib/forms/__mocks__/mock-input.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts +0 -22
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts +0 -15
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switch.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-switch.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switches.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-switches.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-textarea.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-textarea.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts +0 -117
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts +0 -11
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts +0 -11
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts +0 -25
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts +0 -24
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes.component.d.ts +0 -136
- package/lib/forms/checkboxes/checkboxes.component.d.ts.map +0 -1
- package/lib/forms/datepicker/adapter/date-adapter.d.ts +0 -56
- package/lib/forms/datepicker/adapter/date-adapter.d.ts.map +0 -1
- package/lib/forms/datepicker/calendar/calendar.component.d.ts +0 -66
- package/lib/forms/datepicker/calendar/calendar.component.d.ts.map +0 -1
- package/lib/forms/datepicker/datepicker.component.d.ts +0 -159
- package/lib/forms/datepicker/datepicker.component.d.ts.map +0 -1
- package/lib/forms/datepicker/service/timepicker.service.d.ts +0 -13
- package/lib/forms/datepicker/service/timepicker.service.d.ts.map +0 -1
- package/lib/forms/dropdown/dropdown.component.d.ts +0 -187
- package/lib/forms/dropdown/dropdown.component.d.ts.map +0 -1
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts +0 -31
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts.map +0 -1
- package/lib/forms/file-upload/file-upload.component.d.ts +0 -165
- package/lib/forms/file-upload/file-upload.component.d.ts.map +0 -1
- package/lib/forms/file-upload/model/file-upload.model.d.ts +0 -92
- package/lib/forms/file-upload/model/file-upload.model.d.ts.map +0 -1
- package/lib/forms/file-upload/services/file-upload.service.d.ts +0 -14
- package/lib/forms/file-upload/services/file-upload.service.d.ts.map +0 -1
- package/lib/forms/input/helpers/get-value-with-unit.d.ts +0 -3
- package/lib/forms/input/helpers/get-value-with-unit.d.ts.map +0 -1
- package/lib/forms/input/input.component.d.ts +0 -336
- package/lib/forms/input/input.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.component.d.ts +0 -27
- package/lib/forms/input/options/input-options.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.directive.d.ts +0 -82
- package/lib/forms/input/options/input-options.directive.d.ts.map +0 -1
- package/lib/forms/input/units/input-units.component.d.ts +0 -22
- package/lib/forms/input/units/input-units.component.d.ts.map +0 -1
- package/lib/forms/model/datepicker.d.ts +0 -36
- package/lib/forms/model/datepicker.d.ts.map +0 -1
- package/lib/forms/model/form-input.d.ts +0 -10
- package/lib/forms/model/form-input.d.ts.map +0 -1
- package/lib/forms/model/form-options-resolver.d.ts +0 -66
- package/lib/forms/model/form-options-resolver.d.ts.map +0 -1
- package/lib/forms/model/forms.interface.d.ts +0 -522
- package/lib/forms/model/forms.interface.d.ts.map +0 -1
- package/lib/forms/model/options.interface.d.ts +0 -85
- package/lib/forms/model/options.interface.d.ts.map +0 -1
- package/lib/forms/model/radio-buttons.d.ts +0 -7
- package/lib/forms/model/radio-buttons.d.ts.map +0 -1
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts +0 -2
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts +0 -27
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts +0 -36
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts +0 -28
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input.component.d.ts +0 -167
- package/lib/forms/multi-input/multi-input.component.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts +0 -29
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code.component.d.ts +0 -156
- package/lib/forms/pin-code/pin-code.component.d.ts.map +0 -1
- package/lib/forms/qd-form.module.d.ts +0 -72
- package/lib/forms/qd-form.module.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts +0 -17
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts +0 -126
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts +0 -14
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array.d.ts +0 -234
- package/lib/forms/reactive-forms/controls/form-array.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-builder.d.ts +0 -99
- package/lib/forms/reactive-forms/controls/form-builder.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-control.d.ts +0 -19
- package/lib/forms/reactive-forms/controls/form-control.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-group.d.ts +0 -4
- package/lib/forms/reactive-forms/controls/form-group.d.ts.map +0 -1
- package/lib/forms/richtext/richtext.component.d.ts +0 -109
- package/lib/forms/richtext/richtext.component.d.ts.map +0 -1
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts +0 -13
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-error/form-error.component.d.ts +0 -18
- package/lib/forms/shared/components/form-error/form-error.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts +0 -15
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-input/form-input.component.d.ts +0 -19
- package/lib/forms/shared/components/form-input/form-input.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-label/form-label.component.d.ts +0 -18
- package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts +0 -16
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts +0 -19
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts +0 -6
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms.helpers.d.ts +0 -83
- package/lib/forms/shared/helpers/forms.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts +0 -3
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts.map +0 -1
- package/lib/forms/shared/services/action-emitter.service.d.ts +0 -13
- package/lib/forms/shared/services/action-emitter.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-keyboard.service.d.ts +0 -16
- package/lib/forms/shared/services/form-keyboard.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-options.service.d.ts +0 -34
- package/lib/forms/shared/services/form-options.service.d.ts.map +0 -1
- package/lib/forms/shared/services/options-resolver.registry.d.ts +0 -12
- package/lib/forms/shared/services/options-resolver.registry.d.ts.map +0 -1
- package/lib/forms/shared/validators/validators.d.ts +0 -127
- package/lib/forms/shared/validators/validators.d.ts.map +0 -1
- package/lib/forms/switches/switch/switch.component.d.ts +0 -19
- package/lib/forms/switches/switch/switch.component.d.ts.map +0 -1
- package/lib/forms/switches/switches-service/switches.service.d.ts +0 -15
- package/lib/forms/switches/switches-service/switches.service.d.ts.map +0 -1
- package/lib/forms/switches/switches.component.d.ts +0 -126
- package/lib/forms/switches/switches.component.d.ts.map +0 -1
- package/lib/forms/textarea/textarea.component.d.ts +0 -119
- package/lib/forms/textarea/textarea.component.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-column.directive.d.ts +0 -7
- package/lib/grid/__mocks__/mock-column.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-columns.directive.d.ts +0 -12
- package/lib/grid/__mocks__/mock-columns.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-grid.module.d.ts +0 -12
- package/lib/grid/__mocks__/mock-grid.module.d.ts.map +0 -1
- package/lib/grid/directives/column-auto-fill.directive.d.ts +0 -31
- package/lib/grid/directives/column-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-break-before.directive.d.ts +0 -31
- package/lib/grid/directives/column-break-before.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts +0 -36
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-full-grid-width.directive.d.ts +0 -32
- package/lib/grid/directives/column-full-grid-width.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts +0 -36
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts.map +0 -1
- package/lib/grid/directives/column.directive.d.ts +0 -50
- package/lib/grid/directives/column.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts +0 -33
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts +0 -31
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-max.directive.d.ts +0 -36
- package/lib/grid/directives/columns-max.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns.directive.d.ts +0 -44
- package/lib/grid/directives/columns.directive.d.ts.map +0 -1
- package/lib/grid/grid.component.d.ts +0 -32
- package/lib/grid/grid.component.d.ts.map +0 -1
- package/lib/grid/grid.module.d.ts +0 -35
- package/lib/grid/grid.module.d.ts.map +0 -1
- package/lib/grid/model/grid-config.interface.d.ts +0 -35
- package/lib/grid/model/grid-config.interface.d.ts.map +0 -1
- package/lib/grid/model/subgrid-config.interface.d.ts +0 -28
- package/lib/grid/model/subgrid-config.interface.d.ts.map +0 -1
- package/lib/grid/services/grid-auto-fill.service.d.ts +0 -40
- package/lib/grid/services/grid-auto-fill.service.d.ts.map +0 -1
- package/lib/grid/services/grid.service.d.ts +0 -13
- package/lib/grid/services/grid.service.d.ts.map +0 -1
- package/lib/grid/subgrid/subgrid.component.d.ts +0 -44
- package/lib/grid/subgrid/subgrid.component.d.ts.map +0 -1
- package/lib/helpers/html-plaintext.helper.d.ts +0 -2
- package/lib/helpers/html-plaintext.helper.d.ts.map +0 -1
- package/lib/helpers/language.helper.d.ts +0 -2
- package/lib/helpers/language.helper.d.ts.map +0 -1
- package/lib/helpers/load-javascript-asset.helper.d.ts +0 -2
- package/lib/helpers/load-javascript-asset.helper.d.ts.map +0 -1
- package/lib/helpers/relative-time.helper.d.ts +0 -4
- package/lib/helpers/relative-time.helper.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.component.d.ts +0 -10
- package/lib/icon/__mocks__/mock-icon.component.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.module.d.ts +0 -10
- package/lib/icon/__mocks__/mock-icon.module.d.ts.map +0 -1
- package/lib/icon/custom-icons/logo.d.ts +0 -2
- package/lib/icon/custom-icons/logo.d.ts.map +0 -1
- package/lib/icon/icon/icon-definitions.d.ts +0 -7
- package/lib/icon/icon/icon-definitions.d.ts.map +0 -1
- package/lib/icon/icon/icon.component.d.ts +0 -29
- package/lib/icon/icon/icon.component.d.ts.map +0 -1
- package/lib/icon/icon.module.d.ts +0 -11
- package/lib/icon/icon.module.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.component.d.ts +0 -11
- package/lib/image/__mocks__/mock-image.component.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.module.d.ts +0 -10
- package/lib/image/__mocks__/mock-image.module.d.ts.map +0 -1
- package/lib/image/image/image.component.d.ts +0 -64
- package/lib/image/image/image.component.d.ts.map +0 -1
- package/lib/image/image.module.d.ts +0 -13
- package/lib/image/image.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-list.module.d.ts +0 -28
- package/lib/lists/__mocks__/mock-list.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-error.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-error.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts.map +0 -1
- package/lib/lists/list.module.d.ts +0 -38
- package/lib/lists/list.module.d.ts.map +0 -1
- package/lib/lists/model/list.interface.d.ts +0 -6
- package/lib/lists/model/list.interface.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts +0 -25
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts +0 -12
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +0 -21
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts +0 -12
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +0 -33
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts +0 -17
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts +0 -18
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts +0 -8
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts +0 -6
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts +0 -12
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts +0 -23
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts +0 -18
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles.module.d.ts +0 -15
- package/lib/navigation-tiles/navigation-tiles.module.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.component.d.ts +0 -11
- package/lib/notifications/__mocks__/mock-notification.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts +0 -6
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts +0 -25
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts +0 -7
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts +0 -16
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts.map +0 -1
- package/lib/notifications/directives/snackbar-listener.directive.d.ts +0 -46
- package/lib/notifications/directives/snackbar-listener.directive.d.ts.map +0 -1
- package/lib/notifications/interfaces/notifications.d.ts +0 -120
- package/lib/notifications/interfaces/notifications.d.ts.map +0 -1
- package/lib/notifications/notification/notification.component.d.ts +0 -499
- package/lib/notifications/notification/notification.component.d.ts.map +0 -1
- package/lib/notifications/notification-content/notification-content.component.d.ts +0 -9
- package/lib/notifications/notification-content/notification-content.component.d.ts.map +0 -1
- package/lib/notifications/notifications/notifications.component.d.ts +0 -20
- package/lib/notifications/notifications/notifications.component.d.ts.map +0 -1
- package/lib/notifications/notifications.module.d.ts +0 -24
- package/lib/notifications/notifications.module.d.ts.map +0 -1
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts +0 -25
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts.map +0 -1
- package/lib/notifications/services/notifications-service.service.d.ts +0 -33
- package/lib/notifications/services/notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts +0 -20
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts +0 -13
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/snackbar.service.d.ts +0 -21
- package/lib/notifications/services/snackbar.service.d.ts.map +0 -1
- package/lib/notifications/snackbar/snackbar.component.d.ts +0 -16
- package/lib/notifications/snackbar/snackbar.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-footer.component.d.ts +0 -6
- package/lib/page/__mocks__/mock-page-footer.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-header.component.d.ts +0 -6
- package/lib/page/__mocks__/mock-page-header.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.component.d.ts +0 -7
- package/lib/page/__mocks__/mock-page.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.module.d.ts +0 -13
- package/lib/page/__mocks__/mock-page.module.d.ts.map +0 -1
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts +0 -15
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts.map +0 -1
- package/lib/page/control-panel/page-control-panel.component.d.ts +0 -47
- package/lib/page/control-panel/page-control-panel.component.d.ts.map +0 -1
- package/lib/page/footer/page-footer-custom-content.directive.d.ts +0 -12
- package/lib/page/footer/page-footer-custom-content.directive.d.ts.map +0 -1
- package/lib/page/footer/page-footer.component.d.ts +0 -19
- package/lib/page/footer/page-footer.component.d.ts.map +0 -1
- package/lib/page/info-banner/page-info-banner.component.d.ts +0 -94
- package/lib/page/info-banner/page-info-banner.component.d.ts.map +0 -1
- package/lib/page/model/page-config.interface.d.ts +0 -534
- package/lib/page/model/page-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-control-panel-config.interface.d.ts +0 -24
- package/lib/page/model/page-control-panel-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-footer-action.interface.d.ts +0 -46
- package/lib/page/model/page-footer-action.interface.d.ts.map +0 -1
- package/lib/page/model/page-header-facet.interface.d.ts +0 -86
- package/lib/page/model/page-header-facet.interface.d.ts.map +0 -1
- package/lib/page/model/page-info-banner.interface.d.ts +0 -29
- package/lib/page/model/page-info-banner.interface.d.ts.map +0 -1
- package/lib/page/model/page-object-resolver.d.ts +0 -49
- package/lib/page/model/page-object-resolver.d.ts.map +0 -1
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts +0 -35
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts +0 -22
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts +0 -9
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facets.service.d.ts +0 -12
- package/lib/page/object-header/dynamic-facets.service.d.ts.map +0 -1
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts +0 -12
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts +0 -13
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/page-object-header.component.d.ts +0 -80
- package/lib/page/object-header/page-object-header.component.d.ts.map +0 -1
- package/lib/page/page.component.d.ts +0 -452
- package/lib/page/page.component.d.ts.map +0 -1
- package/lib/page/page.module.d.ts +0 -53
- package/lib/page/page.module.d.ts.map +0 -1
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +0 -61
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +0 -1
- package/lib/page/shared/services/context.service.d.ts +0 -51
- package/lib/page/shared/services/context.service.d.ts.map +0 -1
- package/lib/page/shared/services/form-group-manager.service.d.ts +0 -87
- package/lib/page/shared/services/form-group-manager.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-footer.service.d.ts +0 -24
- package/lib/page/shared/services/page-footer.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-store.service.d.ts +0 -16
- package/lib/page/shared/services/page-store.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-submit-action.service.d.ts +0 -24
- package/lib/page/shared/services/page-submit-action.service.d.ts.map +0 -1
- package/lib/page/shared/services/resolver-trigger.service.d.ts +0 -14
- package/lib/page/shared/services/resolver-trigger.service.d.ts.map +0 -1
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts +0 -47
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts.map +0 -1
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts +0 -10
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts.map +0 -1
- package/lib/page-stepper/header/page-step-header.component.d.ts +0 -33
- package/lib/page-stepper/header/page-step-header.component.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step-resolver.token.d.ts +0 -4
- package/lib/page-stepper/model/page-step-resolver.token.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step.resolver.d.ts +0 -11
- package/lib/page-stepper/model/page-step.resolver.d.ts.map +0 -1
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts +0 -87
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts.map +0 -1
- package/lib/page-stepper/page-step/page-step.component.d.ts +0 -33
- package/lib/page-stepper/page-step/page-step.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.component.d.ts +0 -63
- package/lib/page-stepper/page-stepper.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.module.d.ts +0 -27
- package/lib/page-stepper/page-stepper.module.d.ts.map +0 -1
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts +0 -49
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-config.d.ts +0 -126
- package/lib/page-tabs/model/page-tabs-config.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts +0 -23
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts.map +0 -1
- package/lib/page-tabs/page-tab/page-tab.component.d.ts +0 -34
- package/lib/page-tabs/page-tab/page-tab.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts +0 -14
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts +0 -35
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.component.d.ts +0 -225
- package/lib/page-tabs/page-tabs.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.module.d.ts +0 -22
- package/lib/page-tabs/page-tabs.module.d.ts.map +0 -1
- package/lib/panel-section/actions/panel-section-actions.component.d.ts +0 -16
- package/lib/panel-section/actions/panel-section-actions.component.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-config.interface.d.ts +0 -69
- package/lib/panel-section/model/panel-section-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts +0 -13
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts +0 -16
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts.map +0 -1
- package/lib/panel-section/panel-section.component.d.ts +0 -56
- package/lib/panel-section/panel-section.component.d.ts.map +0 -1
- package/lib/panel-section/panel-section.module.d.ts +0 -20
- package/lib/panel-section/panel-section.module.d.ts.map +0 -1
- package/lib/panel-section/services/panel-section-action.service.d.ts +0 -10
- package/lib/panel-section/services/panel-section-action.service.d.ts.map +0 -1
- package/lib/panel-section/status/panel-section-status.component.d.ts +0 -9
- package/lib/panel-section/status/panel-section-status.component.d.ts.map +0 -1
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts +0 -11
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts +0 -7
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts +0 -10
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts.map +0 -1
- package/lib/place-holder/place-holder/place-holder.component.d.ts +0 -12
- package/lib/place-holder/place-holder/place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/place-holder.module.d.ts +0 -11
- package/lib/place-holder/place-holder.module.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts +0 -6
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts +0 -9
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts +0 -13
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts.map +0 -1
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts +0 -9
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts +0 -25
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/progress-bar.module.d.ts +0 -14
- package/lib/progress-bar/progress-bar.module.d.ts.map +0 -1
- package/lib/qd-ui-mock.module.d.ts +0 -27
- package/lib/qd-ui-mock.module.d.ts.map +0 -1
- package/lib/qd-ui.module.d.ts +0 -41
- package/lib/qd-ui.module.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-config.d.ts +0 -173
- package/lib/quick-edit/model/quick-edit-config.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-data.d.ts +0 -14
- package/lib/quick-edit/model/quick-edit-data.d.ts.map +0 -1
- package/lib/quick-edit/qd-ng-for.directive.d.ts +0 -17
- package/lib/quick-edit/qd-ng-for.directive.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.component.d.ts +0 -198
- package/lib/quick-edit/quick-edit.component.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.module.d.ts +0 -24
- package/lib/quick-edit/quick-edit.module.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.component.d.ts +0 -8
- package/lib/search/__mocks__/mock-search.component.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.module.d.ts +0 -11
- package/lib/search/__mocks__/mock-search.module.d.ts.map +0 -1
- package/lib/search/helpers/search-update.helper.d.ts +0 -5
- package/lib/search/helpers/search-update.helper.d.ts.map +0 -1
- package/lib/search/model/search-options.interface.d.ts +0 -134
- package/lib/search/model/search-options.interface.d.ts.map +0 -1
- package/lib/search/model/search-post-body.d.ts +0 -11
- package/lib/search/model/search-post-body.d.ts.map +0 -1
- package/lib/search/model/search-store.interface.d.ts +0 -11
- package/lib/search/model/search-store.interface.d.ts.map +0 -1
- package/lib/search/search.component.d.ts +0 -85
- package/lib/search/search.component.d.ts.map +0 -1
- package/lib/search/search.module.d.ts +0 -19
- package/lib/search/search.module.d.ts.map +0 -1
- package/lib/search/services/search-router-connector.service.d.ts +0 -26
- package/lib/search/services/search-router-connector.service.d.ts.map +0 -1
- package/lib/search/services/search-store.service.d.ts +0 -15
- package/lib/search/services/search-store.service.d.ts.map +0 -1
- package/lib/search/services/search.service.d.ts +0 -28
- package/lib/search/services/search.service.d.ts.map +0 -1
- package/lib/search/store/search.actions.d.ts +0 -26
- package/lib/search/store/search.actions.d.ts.map +0 -1
- package/lib/search/store/search.reducer.d.ts +0 -4
- package/lib/search/store/search.reducer.d.ts.map +0 -1
- package/lib/search/store/search.selector.d.ts +0 -15
- package/lib/search/store/search.selector.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts +0 -7
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.component.d.ts +0 -7
- package/lib/section/__mocks__/mock-section.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.module.d.ts +0 -12
- package/lib/section/__mocks__/mock-section.module.d.ts.map +0 -1
- package/lib/section/adaptors/section-adapter.directive.d.ts +0 -47
- package/lib/section/adaptors/section-adapter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-context.directive.d.ts +0 -123
- package/lib/section/connectors/table/connector-table-context.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts +0 -53
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-search.directive.d.ts +0 -52
- package/lib/section/connectors/table/connector-table-search.directive.d.ts.map +0 -1
- package/lib/section/model/section-config.interface.d.ts +0 -251
- package/lib/section/model/section-config.interface.d.ts.map +0 -1
- package/lib/section/model/toolbar-components.interface.d.ts +0 -28
- package/lib/section/model/toolbar-components.interface.d.ts.map +0 -1
- package/lib/section/section.component.d.ts +0 -117
- package/lib/section/section.component.d.ts.map +0 -1
- package/lib/section/section.module.d.ts +0 -30
- package/lib/section/section.module.d.ts.map +0 -1
- package/lib/section/services/section-toolbar-action.service.d.ts +0 -11
- package/lib/section/services/section-toolbar-action.service.d.ts.map +0 -1
- package/lib/section/services/toolbar-components.service.d.ts +0 -10
- package/lib/section/services/toolbar-components.service.d.ts.map +0 -1
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts +0 -36
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts.map +0 -1
- package/lib/section/toolbar/section-toolbar.component.d.ts +0 -27
- package/lib/section/toolbar/section-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts +0 -16
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts +0 -16
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.module.d.ts +0 -29
- package/lib/shell/__mocks__/mock-shell.module.d.ts.map +0 -1
- package/lib/shell/footer/shell-footer.component.d.ts +0 -11
- package/lib/shell/footer/shell-footer.component.d.ts.map +0 -1
- package/lib/shell/header/banner/shell-header-banner.component.d.ts +0 -12
- package/lib/shell/header/banner/shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts +0 -10
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts.map +0 -1
- package/lib/shell/header/search/shell-header-search.component.d.ts +0 -8
- package/lib/shell/header/search/shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +0 -44
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts +0 -9
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts.map +0 -1
- package/lib/shell/header/shell-header.component.d.ts +0 -72
- package/lib/shell/header/shell-header.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts +0 -11
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts +0 -12
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/header/widget/shell-header-widget.component.d.ts +0 -34
- package/lib/shell/header/widget/shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts +0 -9
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts +0 -8
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts.map +0 -1
- package/lib/shell/left/shell-left.component.d.ts +0 -12
- package/lib/shell/left/shell-left.component.d.ts.map +0 -1
- package/lib/shell/model/default-config.d.ts +0 -3
- package/lib/shell/model/default-config.d.ts.map +0 -1
- package/lib/shell/model/eportal.interface.d.ts +0 -20
- package/lib/shell/model/eportal.interface.d.ts.map +0 -1
- package/lib/shell/model/route-data.interface.d.ts +0 -3
- package/lib/shell/model/route-data.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-config.interface.d.ts +0 -81
- package/lib/shell/model/shell-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts +0 -16
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-header-widget-config.interface.d.ts +0 -308
- package/lib/shell/model/shell-header-widget-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-navigation-config.interface.d.ts +0 -25
- package/lib/shell/model/shell-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts +0 -342
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-toolbar-config.interface.d.ts +0 -22
- package/lib/shell/model/shell-toolbar-config.interface.d.ts.map +0 -1
- package/lib/shell/right/notification/shell-notification.component.d.ts +0 -32
- package/lib/shell/right/notification/shell-notification.component.d.ts.map +0 -1
- package/lib/shell/right/notifications/shell-notifications.component.d.ts +0 -14
- package/lib/shell/right/notifications/shell-notifications.component.d.ts.map +0 -1
- package/lib/shell/right/shell-right.component.d.ts +0 -20
- package/lib/shell/right/shell-right.component.d.ts.map +0 -1
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts +0 -13
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts.map +0 -1
- package/lib/shell/services/banner.service.d.ts +0 -12
- package/lib/shell/services/banner.service.d.ts.map +0 -1
- package/lib/shell/services/eportal-language.service.d.ts +0 -15
- package/lib/shell/services/eportal-language.service.d.ts.map +0 -1
- package/lib/shell/services/language-from-url.service.d.ts +0 -15
- package/lib/shell/services/language-from-url.service.d.ts.map +0 -1
- package/lib/shell/services/navigation.service.d.ts +0 -24
- package/lib/shell/services/navigation.service.d.ts.map +0 -1
- package/lib/shell/services/pams-environment.service.d.ts +0 -9
- package/lib/shell/services/pams-environment.service.d.ts.map +0 -1
- package/lib/shell/services/service-navigation.service.d.ts +0 -59
- package/lib/shell/services/service-navigation.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-minimization.service.d.ts +0 -19
- package/lib/shell/services/shell-header-minimization.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-widget.service.d.ts +0 -34
- package/lib/shell/services/shell-header-widget.service.d.ts.map +0 -1
- package/lib/shell/services/shell-left.service.d.ts +0 -16
- package/lib/shell/services/shell-left.service.d.ts.map +0 -1
- package/lib/shell/services/shell-right.service.d.ts +0 -24
- package/lib/shell/services/shell-right.service.d.ts.map +0 -1
- package/lib/shell/shell.component.d.ts +0 -103
- package/lib/shell/shell.component.d.ts.map +0 -1
- package/lib/shell/shell.module.d.ts +0 -34
- package/lib/shell/shell.module.d.ts.map +0 -1
- package/lib/spinner/spinner.component.d.ts +0 -6
- package/lib/spinner/spinner.component.d.ts.map +0 -1
- package/lib/spinner/spinner.module.d.ts +0 -11
- package/lib/spinner/spinner.module.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts +0 -6
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts +0 -9
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts +0 -12
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts +0 -15
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts.map +0 -1
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts +0 -9
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts +0 -28
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts +0 -9
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts +0 -21
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator.module.d.ts +0 -14
- package/lib/status-indicator/status-indicator.module.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-sort.component.d.ts +0 -10
- package/lib/table/__mocks__/mock-sort.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts +0 -6
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts +0 -10
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-head.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-head.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.component.d.ts +0 -15
- package/lib/table/__mocks__/mock-table.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.module.d.ts +0 -25
- package/lib/table/__mocks__/mock-table.module.d.ts.map +0 -1
- package/lib/table/body/table-body.component.d.ts +0 -23
- package/lib/table/body/table-body.component.d.ts.map +0 -1
- package/lib/table/empty-state/table-empty-state.component.d.ts +0 -19
- package/lib/table/empty-state/table-empty-state.component.d.ts.map +0 -1
- package/lib/table/head/table-head.component.d.ts +0 -25
- package/lib/table/head/table-head.component.d.ts.map +0 -1
- package/lib/table/helpers/spring-tools.d.ts +0 -6
- package/lib/table/helpers/spring-tools.d.ts.map +0 -1
- package/lib/table/model/connectors-state.enum.d.ts +0 -6
- package/lib/table/model/connectors-state.enum.d.ts.map +0 -1
- package/lib/table/model/paginator-direction.enum.d.ts +0 -7
- package/lib/table/model/paginator-direction.enum.d.ts.map +0 -1
- package/lib/table/model/sort-direction.enum.d.ts +0 -6
- package/lib/table/model/sort-direction.enum.d.ts.map +0 -1
- package/lib/table/model/table-config-actions.interface.d.ts +0 -165
- package/lib/table/model/table-config-actions.interface.d.ts.map +0 -1
- package/lib/table/model/table-config-content.interface.d.ts +0 -200
- package/lib/table/model/table-config-content.interface.d.ts.map +0 -1
- package/lib/table/model/table-config.interface.d.ts +0 -293
- package/lib/table/model/table-config.interface.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.d.ts +0 -76
- package/lib/table/model/table-data-resolver.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.token.d.ts +0 -6
- package/lib/table/model/table-data-resolver.token.d.ts.map +0 -1
- package/lib/table/model/table-data.interface.d.ts +0 -79
- package/lib/table/model/table-data.interface.d.ts.map +0 -1
- package/lib/table/model/table-row-selection.interface.d.ts +0 -12
- package/lib/table/model/table-row-selection.interface.d.ts.map +0 -1
- package/lib/table/model/table-store.interface.d.ts +0 -55
- package/lib/table/model/table-store.interface.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts +0 -37
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts +0 -23
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts +0 -28
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts.map +0 -1
- package/lib/table/paginator/table-paginator.component.d.ts +0 -44
- package/lib/table/paginator/table-paginator.component.d.ts.map +0 -1
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts +0 -35
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/table/row/selection/table-row-selection.component.d.ts +0 -19
- package/lib/table/row/selection/table-row-selection.component.d.ts.map +0 -1
- package/lib/table/row/table-row.component.d.ts +0 -35
- package/lib/table/row/table-row.component.d.ts.map +0 -1
- package/lib/table/services/empty-state.service.d.ts +0 -13
- package/lib/table/services/empty-state.service.d.ts.map +0 -1
- package/lib/table/services/external-action-result.service.d.ts +0 -9
- package/lib/table/services/external-action-result.service.d.ts.map +0 -1
- package/lib/table/services/filling-width.service.d.ts +0 -39
- package/lib/table/services/filling-width.service.d.ts.map +0 -1
- package/lib/table/services/resolver.service.d.ts +0 -29
- package/lib/table/services/resolver.service.d.ts.map +0 -1
- package/lib/table/services/responsive-row.service.d.ts +0 -28
- package/lib/table/services/responsive-row.service.d.ts.map +0 -1
- package/lib/table/services/row-selection.service.d.ts +0 -25
- package/lib/table/services/row-selection.service.d.ts.map +0 -1
- package/lib/table/services/secondary-actions.service.d.ts +0 -11
- package/lib/table/services/secondary-actions.service.d.ts.map +0 -1
- package/lib/table/sort/table-sort.component.d.ts +0 -39
- package/lib/table/sort/table-sort.component.d.ts.map +0 -1
- package/lib/table/store/table-store-selector.service.d.ts +0 -48
- package/lib/table/store/table-store-selector.service.d.ts.map +0 -1
- package/lib/table/store/table-store.service.d.ts +0 -65
- package/lib/table/store/table-store.service.d.ts.map +0 -1
- package/lib/table/store/table-update.helper.d.ts +0 -23
- package/lib/table/store/table-update.helper.d.ts.map +0 -1
- package/lib/table/store/table.actions.d.ts +0 -156
- package/lib/table/store/table.actions.d.ts.map +0 -1
- package/lib/table/store/table.reducer.d.ts +0 -4
- package/lib/table/store/table.reducer.d.ts.map +0 -1
- package/lib/table/table.component.d.ts +0 -252
- package/lib/table/table.component.d.ts.map +0 -1
- package/lib/table/table.module.d.ts +0 -43
- package/lib/table/table.module.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts +0 -14
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts.map +0 -1
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts +0 -11
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts +0 -11
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/text-section.component.d.ts +0 -23
- package/lib/text-section/text-section.component.d.ts.map +0 -1
- package/lib/text-section/text-section.module.d.ts +0 -15
- package/lib/text-section/text-section.module.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile.component.d.ts +0 -7
- package/lib/tiles/__mocks__/mock-tile.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts +0 -7
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts +0 -22
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts.map +0 -1
- package/lib/tiles/model/tile-config.d.ts +0 -25
- package/lib/tiles/model/tile-config.d.ts.map +0 -1
- package/lib/tiles/model/tiles-config.d.ts +0 -10
- package/lib/tiles/model/tiles-config.d.ts.map +0 -1
- package/lib/tiles/tile/tile.component.d.ts +0 -23
- package/lib/tiles/tile/tile.component.d.ts.map +0 -1
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts +0 -6
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts +0 -6
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts +0 -6
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/tile-title/tile-title.component.d.ts +0 -6
- package/lib/tiles/tile-title/tile-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles-title/tiles-title.component.d.ts +0 -6
- package/lib/tiles/tiles-title/tiles-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles.component.d.ts +0 -14
- package/lib/tiles/tiles.component.d.ts.map +0 -1
- package/lib/tiles/tiles.module.d.ts +0 -27
- package/lib/tiles/tiles.module.d.ts.map +0 -1
- package/lib/tree/body/tree-body.component.d.ts +0 -23
- package/lib/tree/body/tree-body.component.d.ts.map +0 -1
- package/lib/tree/empty-state/tree-empty-state.component.d.ts +0 -13
- package/lib/tree/empty-state/tree-empty-state.component.d.ts.map +0 -1
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts +0 -4
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts.map +0 -1
- package/lib/tree/head/tree-head.component.d.ts +0 -25
- package/lib/tree/head/tree-head.component.d.ts.map +0 -1
- package/lib/tree/model/tree-column-detail.interface.d.ts +0 -53
- package/lib/tree/model/tree-column-detail.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config-actions.interface.d.ts +0 -58
- package/lib/tree/model/tree-config-actions.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config.interface.d.ts +0 -238
- package/lib/tree/model/tree-config.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-data.interface.d.ts +0 -44
- package/lib/tree/model/tree-data.interface.d.ts.map +0 -1
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts +0 -33
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/tree/row/tree-row.component.d.ts +0 -28
- package/lib/tree/row/tree-row.component.d.ts.map +0 -1
- package/lib/tree/services/row-expander.service.d.ts +0 -54
- package/lib/tree/services/row-expander.service.d.ts.map +0 -1
- package/lib/tree/services/tree-group.service.d.ts +0 -28
- package/lib/tree/services/tree-group.service.d.ts.map +0 -1
- package/lib/tree/services/tree-rows.service.d.ts +0 -30
- package/lib/tree/services/tree-rows.service.d.ts.map +0 -1
- package/lib/tree/tree.component.d.ts +0 -115
- package/lib/tree/tree.component.d.ts.map +0 -1
- package/lib/tree/tree.module.d.ts +0 -29
- package/lib/tree/tree.module.d.ts.map +0 -1
- package/public-api.d.ts +0 -65
- package/public-api.d.ts.map +0 -1
- package/quadrel-enterprise-ui-framework.d.ts.map +0 -1
- package/src/assets/styles/components/_components.chips.scss +0 -205
- package/src/assets/styles/components/_components.datePicker.scss +0 -204
- package/src/assets/styles/components/_components.menuPanel.scss +0 -49
- package/src/assets/styles/components/_components.paginator.scss +0 -43
- package/src/assets/styles/components/_components.radio-button.scss +0 -17
- package/src/assets/styles/components/_components.table.scss +0 -230
- package/src/assets/styles/components/forms/_components.forms.all.scss +0 -8
- package/src/assets/styles/components/forms/_components.forms.dropdown.scss +0 -19
- package/src/assets/styles/components/forms/_components.forms.inputFields.scss +0 -260
- package/src/assets/styles/components/forms/_components.forms.selectBox.scss +0 -245
- package/src/assets/styles/components/forms/_components.forms.textField.scss +0 -126
- /package/src/assets/styles/settings/{_settings.variables.scss → _settings.tokens.scss} +0 -0
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
/**
|
|
3
|
-
* The configuration object of the tabs
|
|
4
|
-
*/
|
|
5
|
-
export interface QdPageTabsConfig {
|
|
6
|
-
/**
|
|
7
|
-
* Config for save button
|
|
8
|
-
*
|
|
9
|
-
* @default enabled with label "Save"
|
|
10
|
-
*/
|
|
11
|
-
submitButton?: QdPageTabsSubmitButtonConfig;
|
|
12
|
-
/**
|
|
13
|
-
* Configure the tab that is selected initially here
|
|
14
|
-
*
|
|
15
|
-
* @default first not disabled tab
|
|
16
|
-
*/
|
|
17
|
-
selectedIndex?: number;
|
|
18
|
-
/**
|
|
19
|
-
* Determines whether tabs are horizontally scrollable on screens smaller than md (960px).
|
|
20
|
-
*
|
|
21
|
-
* @default false
|
|
22
|
-
*/
|
|
23
|
-
scrollabe?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* Enables synchronization of the active tab with the Angular Router.
|
|
26
|
-
*
|
|
27
|
-
* - When enabled, the query parameter `?tab=<tabName>` will be parsed on load.
|
|
28
|
-
* - If a matching tab name is found, it will be activated.
|
|
29
|
-
* - When a tab is changed, the query parameter will be updated.
|
|
30
|
-
*
|
|
31
|
-
* Requires each tab to define a unique `name`.
|
|
32
|
-
*
|
|
33
|
-
* @default false
|
|
34
|
-
*/
|
|
35
|
-
connectWithRouter?: boolean;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Configuration model for the page tabs save button
|
|
39
|
-
*/
|
|
40
|
-
interface QdPageTabsSubmitButtonConfig {
|
|
41
|
-
/**
|
|
42
|
-
* Translation key for save button
|
|
43
|
-
*/
|
|
44
|
-
i18n?: string;
|
|
45
|
-
/**
|
|
46
|
-
* A click handler, fired on click
|
|
47
|
-
*/
|
|
48
|
-
handler?: (tabControlValues: any[]) => void;
|
|
49
|
-
/**
|
|
50
|
-
* Whether the save button is disabled or not
|
|
51
|
-
*
|
|
52
|
-
* * @default false
|
|
53
|
-
*/
|
|
54
|
-
isDisabled?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* Whether the save button is hidden or not
|
|
57
|
-
*
|
|
58
|
-
* * @default false
|
|
59
|
-
*/
|
|
60
|
-
isHidden?: boolean;
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Interface for the configuration of a page tab.
|
|
64
|
-
*/
|
|
65
|
-
export interface QdPageTabConfig {
|
|
66
|
-
/**
|
|
67
|
-
* @description Renders a label.
|
|
68
|
-
*/
|
|
69
|
-
label: {
|
|
70
|
-
i18n: string;
|
|
71
|
-
};
|
|
72
|
-
/**
|
|
73
|
-
* Whether the tab is disabled or not
|
|
74
|
-
*
|
|
75
|
-
* * @default false
|
|
76
|
-
*/
|
|
77
|
-
isDisabled?: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* Defines the id of the tab. Can be used for direct tab jumping.
|
|
80
|
-
*/
|
|
81
|
-
id?: string;
|
|
82
|
-
/**
|
|
83
|
-
* Represents up to two numeric counters displayed as a badge, either as a static object or an `Observable`.
|
|
84
|
-
*
|
|
85
|
-
* Possible states:
|
|
86
|
-
* - `"positive"` (green)
|
|
87
|
-
* - `"critical"` (red)
|
|
88
|
-
*
|
|
89
|
-
* #### Reactivity
|
|
90
|
-
* Using an `Observable` ensures that updates are detected **without requiring a new object reference**.
|
|
91
|
-
*
|
|
92
|
-
* #### Usage
|
|
93
|
-
* ```ts
|
|
94
|
-
* // Synchronous (static values)
|
|
95
|
-
* tabConfig = { ..., counters: { positive: 5, critical: 2 } };
|
|
96
|
-
*
|
|
97
|
-
* // Asynchronous (reactive values)
|
|
98
|
-
* tabConfig = { ..., counters: of({ positive: 3, critical: 1 }) };
|
|
99
|
-
* ```
|
|
100
|
-
*/
|
|
101
|
-
counters?: QdPageTabCounters | Observable<QdPageTabCounters>;
|
|
102
|
-
/**
|
|
103
|
-
* Unique name of this tab.
|
|
104
|
-
*
|
|
105
|
-
* - Used for query param routing via `?tab=<tabName>`.
|
|
106
|
-
* - Required when `connectWithRouter` is enabled.
|
|
107
|
-
*/
|
|
108
|
-
name?: string;
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Represents up to two numeric counters.
|
|
112
|
-
*/
|
|
113
|
-
export interface QdPageTabCounters {
|
|
114
|
-
/**
|
|
115
|
-
* Counter for a "positive" state.
|
|
116
|
-
* Displays a numeric value if greater than 0.
|
|
117
|
-
*/
|
|
118
|
-
positive?: number;
|
|
119
|
-
/**
|
|
120
|
-
* Counter for a "critical" state.
|
|
121
|
-
* Displays a numeric value if greater than 0.
|
|
122
|
-
*/
|
|
123
|
-
critical?: number;
|
|
124
|
-
}
|
|
125
|
-
export {};
|
|
126
|
-
//# sourceMappingURL=page-tabs-config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-tabs-config.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/page-tabs/model/page-tabs-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,4BAA4B,CAAC;IAE5C;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;;;;;;;;OAUG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;GAEG;AACH,UAAU,4BAA4B;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,gBAAgB,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;IAE5C;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IAEF;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,CAAC,EAAE,iBAAiB,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAE7D;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { QdPageTabComponent } from '../page-tab/page-tab.component';
|
|
2
|
-
/**
|
|
3
|
-
* Change event emitted on tabs selection changes.
|
|
4
|
-
*/
|
|
5
|
-
export interface QdTabSelectionEvent {
|
|
6
|
-
/**
|
|
7
|
-
* Index of the tab now selected.
|
|
8
|
-
*/
|
|
9
|
-
selectedIndex: number;
|
|
10
|
-
/**
|
|
11
|
-
* Index of the tab previously selected.
|
|
12
|
-
*/
|
|
13
|
-
previouslySelectedIndex: number;
|
|
14
|
-
/**
|
|
15
|
-
* The tab instance now selected.
|
|
16
|
-
*/
|
|
17
|
-
selectedTab: QdPageTabComponent;
|
|
18
|
-
/**
|
|
19
|
-
* The tab instance previously selected.
|
|
20
|
-
*/
|
|
21
|
-
previouslySelectedTab: QdPageTabComponent;
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=page-tabs-selection-event.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-tabs-selection-event.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/page-tabs/model/page-tabs-selection-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEpE;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,WAAW,EAAE,kBAAkB,CAAC;IAEhC;;OAEG;IACH,qBAAqB,EAAE,kBAAkB,CAAC;CAC3C"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { CdkStep, StepperOptions } from '@angular/cdk/stepper';
|
|
2
|
-
import { OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { AbstractControl } from '@angular/forms';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import { QdPageInfoBannerComponent } from '../../page/page.module';
|
|
6
|
-
import { QdPageTabConfig } from '../model/page-tabs-config';
|
|
7
|
-
import { QdPageTabsComponent } from '../page-tabs.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* The **QdPageTab** is a single tab inside the **QdPageTabs** within a **QdPage**.
|
|
11
|
-
*/
|
|
12
|
-
export declare class QdPageTabComponent extends CdkStep implements OnInit, OnChanges, OnDestroy {
|
|
13
|
-
private translate;
|
|
14
|
-
/**
|
|
15
|
-
* Configuration of QdPageTabComponent.
|
|
16
|
-
*
|
|
17
|
-
* * @note The use of CDK attributes is not permitted. Please configure this component here.
|
|
18
|
-
*/
|
|
19
|
-
config: QdPageTabConfig;
|
|
20
|
-
/** Form control for this tab. */
|
|
21
|
-
set tabControl(tabControl: AbstractControl);
|
|
22
|
-
get tabControl(): AbstractControl;
|
|
23
|
-
infoBanners: QueryList<QdPageInfoBannerComponent>;
|
|
24
|
-
private _destroyed$;
|
|
25
|
-
constructor(translate: TranslateService, tabs: QdPageTabsComponent, stepperOptions?: StepperOptions);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
ngOnChanges(changes?: SimpleChanges): void;
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
private blockCdkInput;
|
|
30
|
-
private validateLabel;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabComponent, [null, null, { optional: true; }]>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabComponent, "qd-page-tab", never, { "config": { "alias": "config"; "required": false; }; "tabControl": { "alias": "tabControl"; "required": false; }; }, {}, ["infoBanners"], ["qd-page-info-banner", "*"], true, never>;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=page-tab.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-tab.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/page-tabs/page-tab/page-tab.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAA0B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAOL,SAAS,EACT,SAAS,EACT,MAAM,EAEN,SAAS,EACT,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;AAE7D;;GAEG;AACH,qBAWa,kBAAmB,SAAQ,OAAQ,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAyBnF,OAAO,CAAC,SAAS;IAxBnB;;;;OAIG;IAEH,MAAM,EAAE,eAAe,CAAC;IAExB,iCAAiC;IACjC,IACI,UAAU,CAAC,UAAU,EAAE,eAAe,EAEzC;IAED,IAAI,UAAU,IAAI,eAAe,CAEhC;IAGD,WAAW,EAAG,SAAS,CAAC,yBAAyB,CAAC,CAAC;IAEnD,OAAO,CAAC,WAAW,CAAuB;gBAGhC,SAAS,EAAE,gBAAgB,EACY,IAAI,EAAE,mBAAmB,EAC5B,cAAc,CAAC,EAAE,cAAc;IAK7E,QAAQ,IAAI,IAAI;IAIP,WAAW,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,IAAI;IAQnD,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,aAAa;yCAtDV,kBAAkB;2CAAlB,kBAAkB;CAyD9B"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { QdPageTabCounters } from '../../model/page-tabs-config';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class QdPageTabHeaderCountersComponent implements OnInit {
|
|
6
|
-
counters: QdPageTabCounters | Observable<QdPageTabCounters>;
|
|
7
|
-
testId?: string;
|
|
8
|
-
counters$: Observable<QdPageTabCounters>;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
private filterCounters;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabHeaderCountersComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabHeaderCountersComponent, "qd-page-tab-header-counters", never, { "counters": { "alias": "counters"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=page-tab-header-counters.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-tab-header-counters.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/qd-ui/src/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,MAAM,EAAE,MAAM,eAAe,CAAC;AAElF,OAAO,EAAqB,UAAU,EAAM,MAAM,MAAM,CAAC;AAEzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAEjE,qBAQa,gCAAiC,YAAW,MAAM;IAE7D,QAAQ,EAAE,iBAAiB,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAM;IAGjE,MAAM,CAAC,EAAE,MAAM,CAAuB;IAEtC,SAAS,EAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAE1C,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,cAAc;yCAbX,gCAAgC;2CAAhC,gCAAgC;CAuB5C"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { CdkStepHeader, StepState } from '@angular/cdk/stepper';
|
|
3
|
-
import { QdPageTabConfig } from '../model/page-tabs-config';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* **QdPageTabHeader* renders the header of a single tab. It is used quadrel-internally.
|
|
7
|
-
*/
|
|
8
|
-
export declare class QdPageTabHeaderComponent extends CdkStepHeader {
|
|
9
|
-
protected readonly STEP_STATE: {
|
|
10
|
-
NUMBER: string;
|
|
11
|
-
EDIT: string;
|
|
12
|
-
DONE: string;
|
|
13
|
-
ERROR: string;
|
|
14
|
-
};
|
|
15
|
-
/** State of the given tab. */
|
|
16
|
-
state: StepState;
|
|
17
|
-
/** Label of the given tab. */
|
|
18
|
-
label: string;
|
|
19
|
-
/** Represents up to two numeric counters as a badge */
|
|
20
|
-
counters: QdPageTabConfig['counters'];
|
|
21
|
-
/** Index of the given tab. */
|
|
22
|
-
index: number;
|
|
23
|
-
/** Whether the given tab is selected. */
|
|
24
|
-
isSelected: boolean;
|
|
25
|
-
/** Whether the given tab is disabled. */
|
|
26
|
-
isDisabled: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* A static test ID for integration tests can be set.
|
|
29
|
-
*/
|
|
30
|
-
testId: string;
|
|
31
|
-
constructor(elementRef: ElementRef<HTMLElement>);
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabHeaderComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabHeaderComponent, "qd-page-tab-header", never, { "state": { "alias": "state"; "required": false; }; "label": { "alias": "label"; "required": false; }; "counters": { "alias": "counters"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=page-tab-header.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-tab-header.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/page-tabs/page-tab-header/page-tab-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAS,MAAM,eAAe,CAAC;AACtF,OAAO,EAAE,aAAa,EAAc,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAE5E,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;;AAG5D;;GAEG;AACH,qBAea,wBAAyB,SAAQ,aAAa;IACzD,SAAS,CAAC,QAAQ,CAAC,UAAU;;;;;MAAc;IAE3C,8BAA8B;IACrB,KAAK,EAAG,SAAS,CAAC;IAE3B,8BAA8B;IACrB,KAAK,EAAG,MAAM,CAAC;IAExB,uDAAuD;IAC9C,QAAQ,EAAG,eAAe,CAAC,UAAU,CAAC,CAAC;IAEhD,8BAA8B;IACrB,KAAK,EAAG,MAAM,CAAC;IAExB,yCAAyC;IAChC,UAAU,EAAG,OAAO,CAAC;IAE9B,yCAAyC;IAChC,UAAU,EAAG,OAAO,CAAC;IAE9B;;OAEG;IACoB,MAAM,EAAG,MAAM,CAAC;gBAE3B,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC;yCA1BpC,wBAAwB;2CAAxB,wBAAwB;CA6BpC"}
|
|
@@ -1,225 +0,0 @@
|
|
|
1
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
2
|
-
import { CdkStepper, StepState } from '@angular/cdk/stepper';
|
|
3
|
-
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges } from '@angular/core';
|
|
4
|
-
import { QdPageFooterService } from '../page/shared/services/page-footer.service';
|
|
5
|
-
import { QdPageStoreService } from '../page/shared/services/page-store.service';
|
|
6
|
-
import { QdPageTabsConfig } from './model/page-tabs-config';
|
|
7
|
-
import { QdTabSelectionEvent } from './model/page-tabs-selection-event';
|
|
8
|
-
import { QdPageTabComponent } from './page-tab/page-tab.component';
|
|
9
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* **QdPageTabsComponent** provides a non-linear tabbed navigation system within a **QdPage**.
|
|
13
|
-
* It enables switching between different sections while maintaining form validation and controlled navigation.
|
|
14
|
-
*
|
|
15
|
-
* #### **Features**
|
|
16
|
-
*
|
|
17
|
-
* - **Non-linear Navigation**: Users can navigate freely between tabs, with validation checks where necessary.
|
|
18
|
-
* - **Form Validation Support**: Ensures tabs display errors when necessary if form inputs are invalid.
|
|
19
|
-
* - **Customizable Tab Configurations**: Each tab can have custom labels, validation, and counters for tracking states.
|
|
20
|
-
* - **Dynamic Counters**: Displays numeric indicators to signal critical or positive states.
|
|
21
|
-
* - **Standalone Compatibility**: Can be used independently or integrated within a larger **QdPage** structure.
|
|
22
|
-
* - **Customizable Submit Button**: Allows configuration of an action handler and visibility settings.
|
|
23
|
-
* - **Bookmarkable tabs**: Allows users to bookmark tabs and make them navigable.
|
|
24
|
-
*
|
|
25
|
-
* #### **Tab Configuration**
|
|
26
|
-
*
|
|
27
|
-
* Each tab inside `QdPageTabsComponent` can be configured using `QdPageTabConfig`, supporting:
|
|
28
|
-
*
|
|
29
|
-
* - **label**: A translatable label for the tab.
|
|
30
|
-
* - **isDisabled**: Whether the tab should be interactable.
|
|
31
|
-
* - **counters**: Displays numeric counters for **critical** (red) and **positive** (green) states.
|
|
32
|
-
* - **name**: Unique name of this tab. Used for query param routing via `?tab=<tabName>`. Required when `connectWithRouter` in **QdPageTabsConfig** is enabled.
|
|
33
|
-
*
|
|
34
|
-
* #### **Form Handling**
|
|
35
|
-
*
|
|
36
|
-
* Tabs support form groups, which are passed using the `[tabControl]` input.
|
|
37
|
-
* The system ensures that forms validate correctly before allowing navigation.
|
|
38
|
-
*
|
|
39
|
-
* #### **Error Handling**
|
|
40
|
-
*
|
|
41
|
-
* Error states appear when:
|
|
42
|
-
*
|
|
43
|
-
* - **A required form field is left empty**: The tab title changes to red.
|
|
44
|
-
* - **Invalid data is entered**: The validation process changes the tab title to red.
|
|
45
|
-
*
|
|
46
|
-
* #### **Submit Button Configuration**
|
|
47
|
-
*
|
|
48
|
-
* The submit button at the bottom of the tab system can be configured via `QdPageTabsConfig`:
|
|
49
|
-
*
|
|
50
|
-
* - **i18n**: The translated label for the submit button.
|
|
51
|
-
* - **handler**: A callback function that receives form data upon submission.
|
|
52
|
-
* - **isDisabled**: Controls whether the button should be active or not.
|
|
53
|
-
* - **isHidden**: Determines whether the button is visible.
|
|
54
|
-
* - **connectWithRouter**: If set to true, the tab will be connected to the URL and will be bookmarked. It is obligatory to set the `name` attribute for each tab.
|
|
55
|
-
*
|
|
56
|
-
* #### **Usage**
|
|
57
|
-
*
|
|
58
|
-
* **Basic Example:**
|
|
59
|
-
*
|
|
60
|
-
* ```typescript
|
|
61
|
-
* @Component({ ... })
|
|
62
|
-
* export class MyPageTabsComponent {
|
|
63
|
-
* form = new FormGroup({
|
|
64
|
-
* firstName: new FormControl('', Validators.required),
|
|
65
|
-
* lastName: new FormControl(''),
|
|
66
|
-
* age: new FormControl('')
|
|
67
|
-
* });
|
|
68
|
-
*
|
|
69
|
-
* config: QdPageTabsConfig = {
|
|
70
|
-
* submitButton: {
|
|
71
|
-
* handler: (values) => doSomethingWith(values)
|
|
72
|
-
* }
|
|
73
|
-
* };
|
|
74
|
-
*
|
|
75
|
-
* firstTabConfig: QdPageTabConfig = {
|
|
76
|
-
* label: { i18n: 'Tab One' },
|
|
77
|
-
* counters: of({ positive: 3, critical: 1 })
|
|
78
|
-
* };
|
|
79
|
-
*
|
|
80
|
-
* ...
|
|
81
|
-
* }
|
|
82
|
-
* ```
|
|
83
|
-
*
|
|
84
|
-
* ```html
|
|
85
|
-
* <qd-page-tabs [config]="config">
|
|
86
|
-
* <qd-page-tab [config]="firstTabConfig" [tabControl]="form">
|
|
87
|
-
* <qd-section [config]="sectionConfig">
|
|
88
|
-
* <qd-grid [config]="gridConfig" [formGroup]="form">
|
|
89
|
-
* <qd-input formControlName="firstName"></qd-input>
|
|
90
|
-
* <qd-input formControlName="lastName"></qd-input>
|
|
91
|
-
* <qd-input formControlName="age"></qd-input>
|
|
92
|
-
* </qd-grid>
|
|
93
|
-
* </qd-section>
|
|
94
|
-
* </qd-page-tab>
|
|
95
|
-
*
|
|
96
|
-
* <qd-page-tab ... >
|
|
97
|
-
* ...
|
|
98
|
-
* </qd-page-tab>
|
|
99
|
-
* </qd-page-tabs>
|
|
100
|
-
* ```
|
|
101
|
-
*
|
|
102
|
-
* **Bookmarkable Tabs Example: **
|
|
103
|
-
*
|
|
104
|
-
* To enable bookmarkable tabs that sync with the browser URL, set `connectWithRouter: true`
|
|
105
|
-
* and provide a unique `name` for each tab:
|
|
106
|
-
*
|
|
107
|
-
* ```typescript
|
|
108
|
-
* import { Component } from '@angular/core';
|
|
109
|
-
* import { Router } from '@angular/router';
|
|
110
|
-
* import { QdPageTabsConfig, QdPageTabConfig } from '@qd-ui/qd-ui';
|
|
111
|
-
*
|
|
112
|
-
* @Component({
|
|
113
|
-
* selector: 'app-bookmarkable-tabs',
|
|
114
|
-
* template: `
|
|
115
|
-
* <qd-page-tabs [config]="pageTabsConfig">
|
|
116
|
-
* <qd-page-tab [config]="overviewTabConfig">
|
|
117
|
-
* <qd-section>
|
|
118
|
-
* This is the overview tab content.
|
|
119
|
-
* </qd-section>
|
|
120
|
-
* </qd-page-tab>
|
|
121
|
-
*
|
|
122
|
-
* <qd-page-tab [config]="detailTabConfig">
|
|
123
|
-
* <qd-section>
|
|
124
|
-
* This is the detail tab content.
|
|
125
|
-
* </qd-section>
|
|
126
|
-
* </qd-page-tab>
|
|
127
|
-
*
|
|
128
|
-
* <qd-page-tab [config]="controlResultsTabConfig">
|
|
129
|
-
* <qd-section>
|
|
130
|
-
* This is the control results tab content.
|
|
131
|
-
* </qd-section>
|
|
132
|
-
* </qd-page-tab>
|
|
133
|
-
* </qd-page-tabs>
|
|
134
|
-
* `
|
|
135
|
-
* })
|
|
136
|
-
* export class BookmarkableTabsComponent {
|
|
137
|
-
* // Enable router connection for bookmarkable tabs
|
|
138
|
-
* pageTabsConfig: QdPageTabsConfig = {
|
|
139
|
-
* selectedIndex: 0,
|
|
140
|
-
* connectWithRouter: true
|
|
141
|
-
* };
|
|
142
|
-
*
|
|
143
|
-
* // Each tab must have a unique 'name' when connectWithRouter is enabled
|
|
144
|
-
* overviewTabConfig: QdPageTabConfig = {
|
|
145
|
-
* label: { i18n: 'Overview' },
|
|
146
|
-
* name: 'overview' // Required for router connection
|
|
147
|
-
* };
|
|
148
|
-
*
|
|
149
|
-
* detailTabConfig: QdPageTabConfig = {
|
|
150
|
-
* label: { i18n: 'Details' },
|
|
151
|
-
* name: 'details' // Required for router connection
|
|
152
|
-
* };
|
|
153
|
-
*
|
|
154
|
-
* controlResultsTabConfig: QdPageTabConfig = {
|
|
155
|
-
* label: { i18n: 'Control Results' },
|
|
156
|
-
* name: 'controlResults' // Required for router connection
|
|
157
|
-
* };
|
|
158
|
-
*
|
|
159
|
-
* constructor (private router: Router) {}
|
|
160
|
-
* }
|
|
161
|
-
* ```
|
|
162
|
-
*
|
|
163
|
-
* **Bookmarkable Tabs Behavior: **
|
|
164
|
-
* - URLs will include query parameter: `?tab=overview`, `?tab=details`, `?tab=controlResults`
|
|
165
|
-
* - Users can bookmark specific tabs and return directly to them
|
|
166
|
-
* - Browser back/forward buttons work with tab navigation
|
|
167
|
-
* - If an invalid tab name is provided in URL, the first available tab is selected
|
|
168
|
-
* - If no tab parameter is present, the `selectedIndex` or first non-disabled tab is selected
|
|
169
|
-
*/
|
|
170
|
-
export declare class QdPageTabsComponent extends CdkStepper implements OnInit, OnChanges, AfterContentInit, AfterViewInit, OnDestroy {
|
|
171
|
-
readonly footerService: QdPageFooterService;
|
|
172
|
-
private pageStoreService;
|
|
173
|
-
private readonly router;
|
|
174
|
-
private readonly route;
|
|
175
|
-
/**
|
|
176
|
-
* Configuration of QdPageTabs.
|
|
177
|
-
*/
|
|
178
|
-
config: QdPageTabsConfig;
|
|
179
|
-
/**
|
|
180
|
-
* A static test ID for integration tests can be set.
|
|
181
|
-
*/
|
|
182
|
-
testId: string;
|
|
183
|
-
readonly tabSelection: EventEmitter<QdTabSelectionEvent>;
|
|
184
|
-
private _viewonly;
|
|
185
|
-
private readonly destroyRef;
|
|
186
|
-
get tabs(): QueryList<QdPageTabComponent>;
|
|
187
|
-
get selected(): QdPageTabComponent | undefined;
|
|
188
|
-
set selected(step: QdPageTabComponent | undefined);
|
|
189
|
-
constructor(footerService: QdPageFooterService, _dir: Directionality, pageStoreService: QdPageStoreService<any>, router: Router, route: ActivatedRoute, _changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef<HTMLElement>);
|
|
190
|
-
ngOnInit(): void;
|
|
191
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
192
|
-
ngAfterContentInit(): void;
|
|
193
|
-
ngAfterViewInit(): void;
|
|
194
|
-
private initializeTabSelection;
|
|
195
|
-
private configureBookmarkableTabs;
|
|
196
|
-
/**
|
|
197
|
-
* Initializes the tab selection based on the URL parameter 'tab'.
|
|
198
|
-
* @private
|
|
199
|
-
*/
|
|
200
|
-
private initializeTabFromUrl;
|
|
201
|
-
/**
|
|
202
|
-
* If the user navigates to a page with a tab selected, the tab will be selected automatically in {@link initializeTabFromUrl()} method.
|
|
203
|
-
* If the user navigates to a page without a tab selected, the first active tab will be selected.
|
|
204
|
-
* @private
|
|
205
|
-
*/
|
|
206
|
-
private initializeFirstTabSelection;
|
|
207
|
-
ngOnDestroy(): void;
|
|
208
|
-
_getIndicatorType(index: number, state?: StepState): StepState;
|
|
209
|
-
private isTabSelectable;
|
|
210
|
-
/**
|
|
211
|
-
* Selects the first tab that is not disabled.
|
|
212
|
-
* @param updateUrl if true, the URL will be updated to reflect the selected tab.
|
|
213
|
-
*/
|
|
214
|
-
private selectFirstNotDisabledTab;
|
|
215
|
-
save(): void;
|
|
216
|
-
selectTab(tab: QdPageTabComponent): void;
|
|
217
|
-
isSubmitButtonShown(): boolean;
|
|
218
|
-
isSubmitButtonDisabled(): boolean | undefined;
|
|
219
|
-
_getTabLabelId(i: number): string;
|
|
220
|
-
private blockCdkInput;
|
|
221
|
-
private mapSelectionChangeToTabSelectionOutput;
|
|
222
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabsComponent, [{ optional: true; }, { optional: true; }, null, null, { optional: true; }, null, null]>;
|
|
223
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabsComponent, "qd-page-tabs", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "tabSelection": "tabSelection"; }, never, never, true, never>;
|
|
224
|
-
}
|
|
225
|
-
//# sourceMappingURL=page-tabs.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-tabs.component.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/page-tabs/page-tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EACL,gBAAgB,EAChB,aAAa,EAEb,iBAAiB,EAGjB,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,SAAS,EACT,MAAM,EAGN,SAAS,EACT,aAAa,EACd,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAExE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAGzD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8JG;AACH,qBAUa,mBACX,SAAQ,UACR,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,aAAa,EAAE,SAAS;IA+B1D,QAAQ,CAAC,aAAa,EAAE,mBAAmB;IAEvD,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACX,OAAO,CAAC,QAAQ,CAAC,KAAK;IAjCpC;;OAEG;IAEH,MAAM,EAAG,gBAAgB,CAAC;IAE1B;;OAEG;IACoB,MAAM,SAAe;IAElC,QAAQ,CAAC,YAAY,oCAA2C;IAE1E,OAAO,CAAC,SAAS,CAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAsB;IAEjD,IAAI,IAAI,IAAI,SAAS,CAAC,kBAAkB,CAAC,CAExC;IAED,IAAa,QAAQ,IAAI,kBAAkB,GAAG,SAAS,CAEtD;IAED,IAAa,QAAQ,CAAC,IAAI,EAAE,kBAAkB,GAAG,SAAS,EAEzD;gBAGsB,aAAa,EAAE,mBAAmB,EAC3C,IAAI,EAAE,cAAc,EACxB,gBAAgB,EAAE,kBAAkB,CAAC,GAAG,CAAC,EAChC,MAAM,EAAE,MAAM,EACF,KAAK,EAAE,cAAc,EAClD,kBAAkB,EAAE,iBAAiB,EACrC,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IAMtC,QAAQ,IAAI,IAAI;IAShB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMhC,kBAAkB,IAAI,IAAI;IAM1B,eAAe,IAAI,IAAI;IAQhC,OAAO,CAAC,sBAAsB;IAS9B,OAAO,CAAC,yBAAyB;IAOjC;;;OAGG;IACH,OAAO,CAAC,oBAAoB;IAa5B;;;;OAIG;IACH,OAAO,CAAC,2BAA2B;IAqB1B,WAAW,IAAI,IAAI;IAInB,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS;IAMvE,OAAO,CAAC,eAAe;IAMvB;;;OAGG;IACH,OAAO,CAAC,yBAAyB;IAsBjC,IAAI,IAAI,IAAI;IAOZ,SAAS,CAAC,GAAG,EAAE,kBAAkB,GAAG,IAAI;IAYxC,mBAAmB,IAAI,OAAO;IAI9B,sBAAsB,IAAI,OAAO,GAAG,SAAS;IAI7C,cAAc,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM;IAIjC,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,sCAAsC;yCApNnC,mBAAmB;2CAAnB,mBAAmB;CA8N/B"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { QdPageTabsAdapterDirective } from './adaptors/page-tabs-adapter.directive';
|
|
2
|
-
import { QdPageTabConfig, QdPageTabCounters, QdPageTabsConfig } from './model/page-tabs-config';
|
|
3
|
-
import { QdPageTabComponent } from './page-tab/page-tab.component';
|
|
4
|
-
import { QdPageTabsComponent } from './page-tabs.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./adaptors/page-tabs-adapter.directive";
|
|
7
|
-
import * as i2 from "@angular/common";
|
|
8
|
-
import * as i3 from "@ngx-translate/core";
|
|
9
|
-
import * as i4 from "@angular/cdk/stepper";
|
|
10
|
-
import * as i5 from "../button/button.module";
|
|
11
|
-
import * as i6 from "../icon/icon.module";
|
|
12
|
-
import * as i7 from "./page-tabs.component";
|
|
13
|
-
import * as i8 from "./page-tab/page-tab.component";
|
|
14
|
-
import * as i9 from "./page-tab-header/page-tab-header.component";
|
|
15
|
-
import * as i10 from "./page-tab-header/counter/page-tab-header-counters.component";
|
|
16
|
-
export { QdPageTabComponent, QdPageTabConfig, QdPageTabCounters, QdPageTabsAdapterDirective, QdPageTabsComponent, QdPageTabsConfig };
|
|
17
|
-
export declare class QdPageTabsModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabsModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageTabsModule, [typeof i1.QdPageTabsAdapterDirective], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.CdkStepperModule, typeof i5.QdButtonModule, typeof i6.QdIconModule, typeof i7.QdPageTabsComponent, typeof i8.QdPageTabComponent, typeof i9.QdPageTabHeaderComponent, typeof i10.QdPageTabHeaderCountersComponent], [typeof i7.QdPageTabsComponent, typeof i8.QdPageTabComponent, typeof i1.QdPageTabsAdapterDirective]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdPageTabsModule>;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=page-tabs.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-tabs.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/page-tabs/page-tabs.module.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAGhG,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;;;;;;;;;;;;AAE5D,OAAO,EACL,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,0BAA0B,EAC1B,mBAAmB,EACnB,gBAAgB,EACjB,CAAC;AAEF,qBAea,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { QdPanelSectionActionConfig, QdPanelSectionConfig } from '../model/panel-section-config.interface';
|
|
2
|
-
import { QdMenuButtonConfig } from '../../button/model/button-config';
|
|
3
|
-
import { QdPanelSectionActionService } from '../services/panel-section-action.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class QdPanelSectionActionsComponent {
|
|
6
|
-
private readonly actionService;
|
|
7
|
-
set config(config: QdPanelSectionConfig);
|
|
8
|
-
private _config;
|
|
9
|
-
get singleAction(): QdPanelSectionActionConfig | null;
|
|
10
|
-
get multipleActions(): QdMenuButtonConfig | null;
|
|
11
|
-
constructor(actionService: QdPanelSectionActionService);
|
|
12
|
-
private executeAction;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPanelSectionActionsComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPanelSectionActionsComponent, "qd-panel-section-actions", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=panel-section-actions.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section-actions.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/panel-section/actions/panel-section-actions.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC3G,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;;AAEvF,qBAOa,8BAA8B;IAsC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IArC1C,IAAa,MAAM,CAAC,MAAM,EAAE,oBAAoB,EAE/C;IAED,OAAO,CAAC,OAAO,CAA4B;IAE3C,IAAI,YAAY,IAAI,0BAA0B,GAAG,IAAI,CAepD;IAED,IAAI,eAAe,IAAI,kBAAkB,GAAG,IAAI,CAY/C;gBAE4B,aAAa,EAAE,2BAA2B;IAEvE,OAAO,CAAC,aAAa;yCAxCV,8BAA8B;2CAA9B,8BAA8B;CA8C1C"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
export interface QdPanelSectionConfig {
|
|
2
|
-
/**
|
|
3
|
-
* @description Defines the title of the panel section.
|
|
4
|
-
*
|
|
5
|
-
* - The `i18n` property specifies the translation key for the title.
|
|
6
|
-
*/
|
|
7
|
-
title?: QdPanelSectionTitle;
|
|
8
|
-
/**
|
|
9
|
-
* @description Configures the actions of the panel section
|
|
10
|
-
*
|
|
11
|
-
* - **Single Action**: If only one action is defined, a standard QdButton is displayed with an optional specified icon.
|
|
12
|
-
* - **Multiple Actions**: If multiple action types are defined, a QdMenuButton is used, showing each action as a dropdown menu item.
|
|
13
|
-
*/
|
|
14
|
-
actions?: QdPanelSectionActionConfig[];
|
|
15
|
-
/**
|
|
16
|
-
* @description All actions can be disabled at once by setting the areActionsDisabled property
|
|
17
|
-
*
|
|
18
|
-
* - @default false
|
|
19
|
-
*/
|
|
20
|
-
areActionsDisabled?: boolean;
|
|
21
|
-
}
|
|
22
|
-
export interface QdPanelSectionTitle {
|
|
23
|
-
/**
|
|
24
|
-
* @description Specifies the translation key for the title of the panel section.
|
|
25
|
-
*/
|
|
26
|
-
i18n?: string;
|
|
27
|
-
}
|
|
28
|
-
export interface QdPanelSectionActionConfig {
|
|
29
|
-
/**
|
|
30
|
-
* @description Specifies the action type.
|
|
31
|
-
*/
|
|
32
|
-
type: string;
|
|
33
|
-
/**
|
|
34
|
-
* @description Defines the label for the action, including the translation key.
|
|
35
|
-
*
|
|
36
|
-
* - The `i18n` key provides the localized text for the action's label, which is displayed in the UI.
|
|
37
|
-
*/
|
|
38
|
-
label: {
|
|
39
|
-
i18n: string;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* @description Specifies the function to execute when the action is triggered.
|
|
43
|
-
*
|
|
44
|
-
* - Alternatively, you can use the actionOutput of the qd-panel-section component.
|
|
45
|
-
*/
|
|
46
|
-
handler?: () => void;
|
|
47
|
-
/**
|
|
48
|
-
* @description Defines the icon to display for the action.
|
|
49
|
-
*
|
|
50
|
-
* - The icon visually represents the action in the UI.
|
|
51
|
-
* - **Note**: If multiple actions are present, the icon is ignored because the actions are displayed in a dropdown menu (MenuButton).
|
|
52
|
-
*/
|
|
53
|
-
icon?: string;
|
|
54
|
-
/**
|
|
55
|
-
* @description Indicates whether the action is disabled.
|
|
56
|
-
*
|
|
57
|
-
* - Disabled actions are visible in the UI but grayed out and cannot be interacted with.
|
|
58
|
-
*
|
|
59
|
-
* - @default `false`
|
|
60
|
-
*/
|
|
61
|
-
isDisabled?: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* @description Indicates whether the action is hidden.
|
|
64
|
-
*
|
|
65
|
-
* - @default `false`
|
|
66
|
-
*/
|
|
67
|
-
isHidden?: boolean;
|
|
68
|
-
}
|
|
69
|
-
//# sourceMappingURL=panel-section-config.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section-config.interface.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/panel-section/model/panel-section-config.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAE5B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,0BAA0B,EAAE,CAAC;IAEvC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAExB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface QdPanelSectionStatusConfig {
|
|
2
|
-
/**
|
|
3
|
-
* @description The status determines the color of the circle in the status box.
|
|
4
|
-
*/
|
|
5
|
-
status: 'positive' | 'warning' | 'critical' | 'info';
|
|
6
|
-
/**
|
|
7
|
-
* @description Label of the panel section status box.
|
|
8
|
-
*/
|
|
9
|
-
title: {
|
|
10
|
-
i18n: string;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=panel-section-status-config.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section-status-config.interface.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/panel-section/model/panel-section-status-config.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,MAAM,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAAC;IAErD;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface QdPanelSectionTextParagraphConfig {
|
|
2
|
-
/**
|
|
3
|
-
* @description Optionally, you can define a title for the paragraph here.
|
|
4
|
-
*
|
|
5
|
-
* - The `i18n` property specifies the translation key for the title.
|
|
6
|
-
*/
|
|
7
|
-
title?: QdPanelSectionTextParagraphTitle;
|
|
8
|
-
}
|
|
9
|
-
interface QdPanelSectionTextParagraphTitle {
|
|
10
|
-
/**
|
|
11
|
-
* @description Specifies the translation key for the title of the panel section paragraph.
|
|
12
|
-
*/
|
|
13
|
-
i18n?: string;
|
|
14
|
-
}
|
|
15
|
-
export {};
|
|
16
|
-
//# sourceMappingURL=panel-section-text-paragraph-config.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section-text-paragraph-config.interface.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/panel-section/model/panel-section-text-paragraph-config.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iCAAiC;IAChD;;;;OAIG;IACH,KAAK,CAAC,EAAE,gCAAgC,CAAC;CAC1C;AAED,UAAU,gCAAgC;IACxC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|