@quadrel-enterprise-ui/framework 19.8.1 → 20.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +2577 -3501
- 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 +8 -6
- 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 -81
- 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,17 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* The **QdStatusPairsError** can display an error message that can be placed at the bottom inside a **QdStatusPairs**. < br />
|
|
5
|
-
* The message is displayed when a single **QdStatusPairsItem** is set to "Error".
|
|
6
|
-
*
|
|
7
|
-
* * @see parent component: **QdStatusPairs**
|
|
8
|
-
*/
|
|
9
|
-
export declare class QdStatusPairsErrorComponent {
|
|
10
|
-
private ref;
|
|
11
|
-
error: boolean;
|
|
12
|
-
constructor(ref: ChangeDetectorRef);
|
|
13
|
-
showError(error: boolean): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdStatusPairsErrorComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdStatusPairsErrorComponent, "qd-status-pairs-error", never, {}, {}, never, ["*"], false, never>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=status-pairs-error.component.d.ts.map
|
package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"status-pairs-error.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAgC,MAAM,eAAe,CAAC;;AAEhF;;;;;GAKG;AACH,qBAQa,2BAA2B;IAG1B,OAAO,CAAC,GAAG;IAFvB,KAAK,EAAE,OAAO,CAAC;gBAEK,GAAG,EAAE,iBAAiB;IAEnC,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;yCAL3B,2BAA2B;2CAA3B,2BAA2B;CAUvC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { QdStatusPairStatus } from '../../../model/list.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* The **QdStatusPairsItem** is the container for a single key-value pair.
|
|
5
|
-
*
|
|
6
|
-
* * @see parent component: **QdStatusPairs**
|
|
7
|
-
* * @see child components: **QdStatusPairsCaption**, **QdStatusPairsValue**
|
|
8
|
-
*/
|
|
9
|
-
export declare class QdStatusPairsItemComponent {
|
|
10
|
-
/**
|
|
11
|
-
* An error can be set here. If it is set, an error message is displayed if **QdStatusPairsError** is existing.
|
|
12
|
-
*/
|
|
13
|
-
status: QdStatusPairStatus;
|
|
14
|
-
get hasErrorStatus(): boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdStatusPairsItemComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdStatusPairsItemComponent, "qd-status-pairs-item", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=status-pairs-item.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"status-pairs-item.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;;AAEnE;;;;;GAKG;AACH,qBAOa,0BAA0B;IACrC;;OAEG;IACM,MAAM,EAAE,kBAAkB,CAAa;IAEhD,IACI,cAAc,IAAI,OAAO,CAE5B;yCATU,0BAA0B;2CAA1B,0BAA0B;CAUtC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdStatusPairsValue** is the value for a single key-value pair.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdStatusPairsItem**
|
|
6
|
-
*/
|
|
7
|
-
export declare class QdStatusPairsValueComponent {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdStatusPairsValueComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdStatusPairsValueComponent, "qd-status-pairs-value", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=status-pairs-value.component.d.ts.map
|
package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"status-pairs-value.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,qBAOa,2BAA2B;yCAA3B,2BAA2B;2CAA3B,2BAA2B;CAAG"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockNavigationTileComponent {
|
|
3
|
-
title: string;
|
|
4
|
-
icon: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockNavigationTileComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockNavigationTileComponent, "qd-navigation-tile", never, { "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=mock-navigation-tile.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-navigation-tile.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.ts"],"names":[],"mappings":";AAGA,qBAKa,6BAA6B;IAExC,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,EAAE,MAAM,CAAC;yCALF,6BAA6B;2CAA7B,6BAA6B;CAMzC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockNavigationTilesComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockNavigationTilesComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockNavigationTilesComponent, "qd-navigation-tiles", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-navigation-tiles.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-navigation-tiles.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.ts"],"names":[],"mappings":";AAEA,qBAKa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { QdMockNavigationTileComponent } from './mock-navigation-tile.component';
|
|
2
|
-
import { QdMockNavigationTilesComponent } from './mock-navigation-tiles.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./mock-navigation-tile.component";
|
|
5
|
-
import * as i2 from "./mock-navigation-tiles.component";
|
|
6
|
-
export { QdMockNavigationTileComponent, QdMockNavigationTilesComponent };
|
|
7
|
-
export declare class QdMockNavigationTilesModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockNavigationTilesModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockNavigationTilesModule, [typeof i1.QdMockNavigationTileComponent, typeof i2.QdMockNavigationTilesComponent], never, [typeof i1.QdMockNavigationTileComponent, typeof i2.QdMockNavigationTilesComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdMockNavigationTilesModule>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=mock-navigation-tiles.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-navigation-tiles.module.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;;;;AAEnF,OAAO,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,CAAC;AAEzE,qBAIa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* **QdNavigationTile** represents a single tile within **QdNavigationTile**.<br />
|
|
5
|
-
* It is possible to bind it to an `a` tag.
|
|
6
|
-
*
|
|
7
|
-
* * @see parent component: **QdNavigationTiles**.
|
|
8
|
-
*/
|
|
9
|
-
export declare class NavigationTileComponent implements OnInit {
|
|
10
|
-
/**
|
|
11
|
-
* Defines a title.
|
|
12
|
-
*/
|
|
13
|
-
title: string;
|
|
14
|
-
/**
|
|
15
|
-
* Defines an icon from the list of Quadrel icons
|
|
16
|
-
*/
|
|
17
|
-
icon: string;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
private validate;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationTileComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationTileComponent, "a[qd-navigation-tile]", never, { "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=navigation-tile.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-tile.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/navigation-tiles/navigation-tile/navigation-tile.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD;;;;;GAKG;AACH,qBAMa,uBAAwB,YAAW,MAAM;IACpD;;OAEG;IAEH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IAEH,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,QAAQ;yCAjBL,uBAAuB;2CAAvB,uBAAuB;CAsBnC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* With **QdNavigationTiles** it is possible to build a navigation using tiles.
|
|
4
|
-
*
|
|
5
|
-
* * @see child component: **QdNavigationTile**.
|
|
6
|
-
*
|
|
7
|
-
* **Usage:**
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* <qd-navigation-tiles>
|
|
11
|
-
* <a qd-navigation-tile title="Home" icon="home" routerLink="/home"></a>
|
|
12
|
-
* </qd-navigation-tiles>
|
|
13
|
-
*/
|
|
14
|
-
export declare class NavigationTilesComponent {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationTilesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationTilesComponent, "qd-navigation-tiles", never, {}, {}, never, ["[qd-navigation-tile]"], false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=navigation-tiles.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-tiles.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;GAWG;AACH,qBAOa,wBAAwB;yCAAxB,wBAAwB;2CAAxB,wBAAwB;CAAG"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { NavigationTilesComponent } from './navigation-tiles/navigation-tiles.component';
|
|
2
|
-
import { NavigationTileComponent } from './navigation-tile/navigation-tile.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./navigation-tiles/navigation-tiles.component";
|
|
5
|
-
import * as i2 from "./navigation-tile/navigation-tile.component";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
import * as i4 from "../icon/icon.module";
|
|
8
|
-
import * as i5 from "@ngx-translate/core";
|
|
9
|
-
export { NavigationTileComponent, NavigationTilesComponent };
|
|
10
|
-
export declare class QdNavigationTilesModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdNavigationTilesModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdNavigationTilesModule, [typeof i1.NavigationTilesComponent, typeof i2.NavigationTileComponent], [typeof i3.CommonModule, typeof i4.QdIconModule, typeof i5.TranslateModule], [typeof i1.NavigationTilesComponent, typeof i2.NavigationTileComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdNavigationTilesModule>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=navigation-tiles.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-tiles.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/navigation-tiles/navigation-tiles.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AAEzF,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;;;;;;;AAGtF,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,CAAC;AAE7D,qBAKa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { QdNotification, QdNotificationType } from '../interfaces/notifications';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class QdMockNotificationComponent {
|
|
4
|
-
type: QdNotificationType;
|
|
5
|
-
notification: QdNotification;
|
|
6
|
-
get isCloseable(): string;
|
|
7
|
-
remove(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockNotificationComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockNotificationComponent, "qd-notification", never, { "type": { "alias": "type"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=mock-notification.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-notification.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/__mocks__/mock-notification.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;;AAEjF,qBAMa,2BAA2B;IAC7B,IAAI,EAAE,kBAAkB,CAAc;IACtC,YAAY,EAAE,cAAc,CAAC;IAEtC,IAAI,WAAW,WAEd;IAEM,MAAM;yCARF,2BAA2B;2CAA3B,2BAA2B;CAWvC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockNotificationContentComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockNotificationContentComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockNotificationContentComponent, "qd-notification-content", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-notification.content.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-notification.content.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/__mocks__/mock-notification.content.component.ts"],"names":[],"mappings":";AAEA,qBAMa,kCAAkC;yCAAlC,kCAAkC;2CAAlC,kCAAkC;CAAG"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockNotificationsService {
|
|
3
|
-
getNotificationsForContext(context: any): {
|
|
4
|
-
context: any;
|
|
5
|
-
};
|
|
6
|
-
add(context: any, notification: any): {
|
|
7
|
-
context: any;
|
|
8
|
-
notification: any;
|
|
9
|
-
};
|
|
10
|
-
addBulk(context: any, notifications: any): {
|
|
11
|
-
context: any;
|
|
12
|
-
notifications: any;
|
|
13
|
-
};
|
|
14
|
-
remove(context: any, id: any): {
|
|
15
|
-
context: any;
|
|
16
|
-
id: any;
|
|
17
|
-
};
|
|
18
|
-
removeAll(context: any): {
|
|
19
|
-
context: any;
|
|
20
|
-
};
|
|
21
|
-
reset(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockNotificationsService, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdMockNotificationsService>;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=mock-notifications-service.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-notifications-service.service.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/__mocks__/mock-notifications-service.service.ts"],"names":[],"mappings":";AAGA,qBAGa,0BAA0B;IAC9B,0BAA0B,CAAC,OAAO,KAAA;;;IAIlC,GAAG,CAAC,OAAO,KAAA,EAAE,YAAY,KAAA;;;;IAIzB,OAAO,CAAC,OAAO,KAAA,EAAE,aAAa,KAAA;;;;IAI9B,MAAM,CAAC,OAAO,KAAA,EAAE,EAAE,KAAA;;;;IAIlB,SAAS,CAAC,OAAO,KAAA;;;IAIjB,KAAK;yCArBD,0BAA0B;6CAA1B,0BAA0B;CAwBtC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockNotificationsComponent {
|
|
3
|
-
context: any;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockNotificationsComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockNotificationsComponent, "qd-notifications", never, { "context": { "alias": "context"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=mock-notifications.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-notifications.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/__mocks__/mock-notifications.component.ts"],"names":[],"mappings":";AAEA,qBAKa,4BAA4B;IAC9B,OAAO,EAAE,GAAG,CAAC;yCADX,4BAA4B;2CAA5B,4BAA4B;CAExC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { QdMockNotificationComponent } from './mock-notification.component';
|
|
2
|
-
import { QdMockNotificationContentComponent } from './mock-notification.content.component';
|
|
3
|
-
import { QdMockNotificationsComponent } from './mock-notifications.component';
|
|
4
|
-
import { QdMockNotificationsService } from './mock-notifications-service.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./mock-notification.component";
|
|
7
|
-
import * as i2 from "./mock-notification.content.component";
|
|
8
|
-
import * as i3 from "./mock-notifications.component";
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
export { QdMockNotificationComponent, QdMockNotificationContentComponent, QdMockNotificationsComponent, QdMockNotificationsService };
|
|
11
|
-
export declare class QdMockNotificationsModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockNotificationsModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockNotificationsModule, [typeof i1.QdMockNotificationComponent, typeof i2.QdMockNotificationContentComponent, typeof i3.QdMockNotificationsComponent], [typeof i4.CommonModule], [typeof i1.QdMockNotificationComponent, typeof i2.QdMockNotificationContentComponent, typeof i3.QdMockNotificationsComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdMockNotificationsModule>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=mock-notifications.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-notifications.module.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/__mocks__/mock-notifications.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,kCAAkC,EAAE,MAAM,uCAAuC,CAAC;AAC3F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;;;;;;AAGlF,OAAO,EACL,2BAA2B,EAC3B,kCAAkC,EAClC,4BAA4B,EAC5B,0BAA0B,EAC3B,CAAC;AAEF,qBAMa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { QdSnackbarService } from '../services/snackbar.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Shows notifications as a snackbar.
|
|
8
|
-
*
|
|
9
|
-
* #### **Behavior**
|
|
10
|
-
* - Appears in the bottom-right corner.
|
|
11
|
-
* - Adapts to the QLS (e.g., stays above a PageFooter).
|
|
12
|
-
* - Behavior is configurable via `snackbarOptions` (e.g., lifetime, close button, handlers).
|
|
13
|
-
*
|
|
14
|
-
* #### **Usage**
|
|
15
|
-
* ```html
|
|
16
|
-
* <qd-shell [config]="shellConfig" qdSnackbarListener>
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* #### **Snackbar Configuration**
|
|
20
|
-
* ```ts
|
|
21
|
-
* {
|
|
22
|
-
* showAsSnackbar: true,
|
|
23
|
-
* snackbarOptions?: {
|
|
24
|
-
* ...
|
|
25
|
-
* }
|
|
26
|
-
* }
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class QdNotificationsSnackbarListenerDirective implements OnInit, OnDestroy {
|
|
30
|
-
private snackbarService;
|
|
31
|
-
private hostRef;
|
|
32
|
-
private overlay;
|
|
33
|
-
private overlayPositionBuilder;
|
|
34
|
-
private safeBottomOffset$;
|
|
35
|
-
private _overlayRef;
|
|
36
|
-
private _destroyed$;
|
|
37
|
-
constructor(snackbarService: QdSnackbarService, hostRef: ElementRef<HTMLElement>, overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, safeBottomOffset$: BehaviorSubject<number>);
|
|
38
|
-
ngOnInit(): void;
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
|
-
private initOverlay;
|
|
41
|
-
private observeSafeBottomOffset;
|
|
42
|
-
private bottomRightPositions;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdNotificationsSnackbarListenerDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QdNotificationsSnackbarListenerDirective, "[qdSnackbarListener]", never, {}, {}, never, never, false, never>;
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=snackbar-listener.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"snackbar-listener.directive.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/directives/snackbar-listener.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAU,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAGL,OAAO,EACP,sBAAsB,EAEvB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,eAAe,EAAqE,MAAM,MAAM,CAAC;AAG1G,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAKjE;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,qBAUa,wCAAyC,YAAW,MAAM,EAAE,SAAS;IAK9E,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,sBAAsB;IACC,OAAO,CAAC,iBAAiB;IAR1D,OAAO,CAAC,WAAW,CAAyB;IAC5C,OAAO,CAAC,WAAW,CAAuB;gBAGhC,eAAe,EAAE,iBAAiB,EAClC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,EAChC,OAAO,EAAE,OAAO,EAChB,sBAAsB,EAAE,sBAAsB,EACf,iBAAiB,EAAE,eAAe,CAAC,MAAM,CAAC;IAGnF,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAMnB,OAAO,CAAC,WAAW;IAqBnB,OAAO,CAAC,uBAAuB;IAS/B,OAAO,CAAC,oBAAoB;yCApDjB,wCAAwC;2CAAxC,wCAAwC;CAgEpD"}
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
export interface QdBackendErrorResponse {
|
|
2
|
-
errorCode: string;
|
|
3
|
-
errorMessage: string;
|
|
4
|
-
}
|
|
5
|
-
export interface QdNotification {
|
|
6
|
-
/**
|
|
7
|
-
* Identifier of this notification
|
|
8
|
-
*/
|
|
9
|
-
uuid?: string;
|
|
10
|
-
/**
|
|
11
|
-
* Defines the context where the notification should show up.
|
|
12
|
-
*/
|
|
13
|
-
context?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Defines the notification type. Each type has a specific icon and color.
|
|
16
|
-
*/
|
|
17
|
-
type: QdNotificationType;
|
|
18
|
-
/**
|
|
19
|
-
* Translation key for the notification message
|
|
20
|
-
*/
|
|
21
|
-
i18n: QdNotificationTranslation;
|
|
22
|
-
/**
|
|
23
|
-
* Optionally you can define a translation key for the title here.
|
|
24
|
-
*/
|
|
25
|
-
title?: QdNotificationTitle;
|
|
26
|
-
/**
|
|
27
|
-
* Optionally you can define a link here that will be displayed behind or under
|
|
28
|
-
* the notification message.
|
|
29
|
-
*/
|
|
30
|
-
link?: QdNotificationLink;
|
|
31
|
-
/**
|
|
32
|
-
* Optionally you can define the date and time of the notification here.
|
|
33
|
-
* Currently, the notification date and time is only displayed for the shell notifications.
|
|
34
|
-
*/
|
|
35
|
-
date?: Date;
|
|
36
|
-
/**
|
|
37
|
-
* The notification will be removed automatically after the given life time.
|
|
38
|
-
* This option does not work for 'warning' and 'critical' messages. These messages will not be removed automatically
|
|
39
|
-
* but have to be removed by the user. For 'success' and 'info' messages the default life time is 3 seconds.
|
|
40
|
-
* To configure that the notification is not automatically removed, set the life time to 0.
|
|
41
|
-
*/
|
|
42
|
-
lifeTime?: number;
|
|
43
|
-
/**
|
|
44
|
-
* The close "x" can be removed by setting this flag.
|
|
45
|
-
*/
|
|
46
|
-
disableClose?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* Defines a close handler.
|
|
49
|
-
*/
|
|
50
|
-
onClose?: () => void;
|
|
51
|
-
/**
|
|
52
|
-
* The notification will additionally be shown as a snackbar if set.
|
|
53
|
-
*/
|
|
54
|
-
showAsSnackbar?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* To override configs for the snackbar notification, you can also pass an options object here.
|
|
57
|
-
*/
|
|
58
|
-
snackbarOptions?: QdSnackbarNotificationOptions;
|
|
59
|
-
/**
|
|
60
|
-
* The notification will additionally be pushed as a Windows (OS) notification with the browser Notification API
|
|
61
|
-
* if set. In the future, notifications with this flag will also be triggered as system notifications on smartphones.
|
|
62
|
-
*/
|
|
63
|
-
showAsOsNotification?: boolean;
|
|
64
|
-
/**
|
|
65
|
-
* To override configs for the OS notification, you can also pass an options object here.
|
|
66
|
-
*/
|
|
67
|
-
osNotificationOptions?: QdOsNotificationOptions;
|
|
68
|
-
}
|
|
69
|
-
export type QdNotificationType = 'info' | 'warning' | 'critical' | 'success';
|
|
70
|
-
export type QdNotificationTranslation = string;
|
|
71
|
-
export type QdNotificationTitle = {
|
|
72
|
-
i18n: string;
|
|
73
|
-
};
|
|
74
|
-
export type QdNotificationLink = {
|
|
75
|
-
i18n: string;
|
|
76
|
-
handler: () => void;
|
|
77
|
-
};
|
|
78
|
-
export type QdNotifications = QdNotification[];
|
|
79
|
-
export interface QdSnackbarNotificationOptions {
|
|
80
|
-
/**
|
|
81
|
-
* Here you can override the life time especially for the snackbar notification. The overridden life time
|
|
82
|
-
* has to be shorter than the life time of the main notification because when the main notification is removed,
|
|
83
|
-
* the snackbar notification will be removed anyway.
|
|
84
|
-
*/
|
|
85
|
-
lifeTime?: number;
|
|
86
|
-
/**
|
|
87
|
-
* The close "x" can be removed by setting this flag.
|
|
88
|
-
*/
|
|
89
|
-
disableClose?: boolean;
|
|
90
|
-
/**
|
|
91
|
-
* Defines a close handler.
|
|
92
|
-
*/
|
|
93
|
-
onClose?: () => void;
|
|
94
|
-
}
|
|
95
|
-
export interface QdOsNotificationOptions {
|
|
96
|
-
/**
|
|
97
|
-
* Specifies whether the notification should be silent — i.e., no sounds or vibrations should be issued,
|
|
98
|
-
* regardless of the device settings.
|
|
99
|
-
*/
|
|
100
|
-
silent?: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* Here you can override the life time especially for the OS notification. The overridden life time
|
|
103
|
-
* has to be shorter than the life time of the main notification because when the main notification is removed,
|
|
104
|
-
* the OS notification will be removed anyway.
|
|
105
|
-
*/
|
|
106
|
-
lifeTime?: number;
|
|
107
|
-
/**
|
|
108
|
-
* @description Defines a click handler.
|
|
109
|
-
*
|
|
110
|
-
* * @example You can open a deep link with the following code for the click handler:
|
|
111
|
-
* * event.preventDefault();
|
|
112
|
-
* * window.open('https://your/deep/link');
|
|
113
|
-
*/
|
|
114
|
-
onClick?: (event: any) => void;
|
|
115
|
-
/**
|
|
116
|
-
* Defines a close handler.
|
|
117
|
-
*/
|
|
118
|
-
onClose?: (event: any) => void;
|
|
119
|
-
}
|
|
120
|
-
//# sourceMappingURL=notifications.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/notifications/interfaces/notifications.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;IAEzB;;OAEG;IACH,IAAI,EAAE,yBAAyB,CAAC;IAEhC;;OAEG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAE5B;;;OAGG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,eAAe,CAAC,EAAE,6BAA6B,CAAC;IAEhD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;OAEG;IACH,qBAAqB,CAAC,EAAE,uBAAuB,CAAC;CACjD;AAED,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;AAE7E,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC;AAC/C,MAAM,MAAM,mBAAmB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AACnD,MAAM,MAAM,kBAAkB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,IAAI,CAAA;CAAE,CAAC;AAEvE,MAAM,MAAM,eAAe,GAAG,cAAc,EAAE,CAAC;AAE/C,MAAM,WAAW,6BAA6B;IAC5C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,IAAI,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,IAAI,CAAC;CAC3B"}
|