@quadrel-enterprise-ui/framework 19.8.0 → 20.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +2572 -3488
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/index.d.ts +17192 -4
- package/index.d.ts.map +1 -0
- package/package.json +7 -5
- package/src/assets/styles/components/_components.all.scss +3 -10
- package/src/assets/styles/components/_components.button.scss +25 -190
- package/src/assets/styles/components/_components.dialog.scss +2 -2
- package/src/assets/styles/components/_components.grid.scss +14 -14
- package/src/assets/styles/generic/_generic.all.scss +5 -5
- package/src/assets/styles/generic/_generic.normalize.scss +2 -2
- package/src/assets/styles/index.scss +7 -7
- package/src/assets/styles/objects/_objects.a11y.scss +4 -4
- package/src/assets/styles/objects/_objects.all.scss +3 -3
- package/src/assets/styles/settings/_setting.all.scss +13 -13
- package/src/assets/styles/settings/_settings.formFields.scss +2 -2
- package/src/assets/styles/settings/_settings.grid.scss +2 -4
- package/src/assets/styles/settings/_settings.horizontalSpacing.scss +4 -4
- package/src/assets/styles/settings/_settings.layoutHeader.scss +10 -10
- package/src/assets/styles/settings/_settings.material.scss +31 -31
- package/src/assets/styles/settings/_settings.page.scss +3 -3
- package/src/assets/styles/settings/_settings.shell.scss +5 -5
- package/src/assets/styles/settings/_settings.verticalRythm.scss +5 -5
- package/src/assets/styles/tools/_tools.all.scss +12 -12
- package/src/assets/styles/tools/_tools.boxShadowOverlay.scss +3 -3
- package/src/assets/styles/tools/_tools.breakpoints.scss +36 -18
- package/src/assets/styles/tools/_tools.colorMapper.scss +7 -6
- package/src/assets/styles/tools/_tools.convertPxToRem.scss +23 -12
- package/src/assets/styles/tools/_tools.fonts.scss +16 -16
- package/src/assets/styles/tools/_tools.getBaseFontSize.scss +7 -6
- package/src/assets/styles/tools/_tools.grid.scss +51 -33
- package/src/assets/styles/tools/_tools.layoutHeader.scss +5 -5
- package/src/assets/styles/tools/_tools.layoutWidth.scss +6 -5
- package/src/assets/styles/tools/_tools.mixins.scss +14 -14
- package/src/assets/styles/tools/_tools.overlayBackdrop.scss +2 -2
- package/src/assets/styles/tools/_tools.rwdDisabled.scss +5 -5
- package/src/assets/styles/tools/_tools.text.scss +4 -4
- package/src/assets/styles/tools/_tools.toolTip.scss +4 -4
- package/src/assets/styles/utilities/_utilities.all.scss +1 -1
- package/lib/button/__mocks__/mock-button-grid.component.d.ts +0 -6
- package/lib/button/__mocks__/mock-button-grid.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts +0 -8
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack.component.d.ts +0 -6
- package/lib/button/__mocks__/mock-button-stack.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.component.d.ts +0 -11
- package/lib/button/__mocks__/mock-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.directives.d.ts +0 -10
- package/lib/button/__mocks__/mock-button.directives.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.module.d.ts +0 -21
- package/lib/button/__mocks__/mock-button.module.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-icon-button.component.d.ts +0 -8
- package/lib/button/__mocks__/mock-icon-button.component.d.ts.map +0 -1
- package/lib/button/button/additional-info/button-additional-info.component.d.ts +0 -15
- package/lib/button/button/additional-info/button-additional-info.component.d.ts.map +0 -1
- package/lib/button/button/button.component.d.ts +0 -41
- package/lib/button/button/button.component.d.ts.map +0 -1
- package/lib/button/button-grid/button-grid.component.d.ts +0 -11
- package/lib/button/button-grid/button-grid.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts +0 -24
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +0 -11
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts.map +0 -1
- package/lib/button/button.module.d.ts +0 -32
- package/lib/button/button.module.d.ts.map +0 -1
- package/lib/button/directives/button.directives.d.ts +0 -25
- package/lib/button/directives/button.directives.d.ts.map +0 -1
- package/lib/button/icon-button/icon-button.component.d.ts +0 -26
- package/lib/button/icon-button/icon-button.component.d.ts.map +0 -1
- package/lib/button/menu-button/menu-button.component.d.ts +0 -58
- package/lib/button/menu-button/menu-button.component.d.ts.map +0 -1
- package/lib/button/model/button-config.d.ts +0 -76
- package/lib/button/model/button-config.d.ts.map +0 -1
- package/lib/button/model/button.types.d.ts +0 -2
- package/lib/button/model/button.types.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chip.component.d.ts +0 -15
- package/lib/chips/__mocks__/mock-chip.component.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chips.module.d.ts +0 -11
- package/lib/chips/__mocks__/mock-chips.module.d.ts.map +0 -1
- package/lib/chips/chip/chip.component.d.ts +0 -43
- package/lib/chips/chip/chip.component.d.ts.map +0 -1
- package/lib/chips/chips.module.d.ts +0 -13
- package/lib/chips/chips.module.d.ts.map +0 -1
- package/lib/chips/interfaces/chip.interface.d.ts +0 -3
- package/lib/chips/interfaces/chip.interface.d.ts.map +0 -1
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts +0 -26
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts.map +0 -1
- package/lib/comments/comments.component.d.ts +0 -22
- package/lib/comments/comments.component.d.ts.map +0 -1
- package/lib/comments/comments.module.d.ts +0 -23
- package/lib/comments/comments.module.d.ts.map +0 -1
- package/lib/comments/menu/comment-menu.component.d.ts +0 -9
- package/lib/comments/menu/comment-menu.component.d.ts.map +0 -1
- package/lib/comments/model/comments.interface.d.ts +0 -193
- package/lib/comments/model/comments.interface.d.ts.map +0 -1
- package/lib/comments/pipes/stripe-html.pipe.d.ts +0 -8
- package/lib/comments/pipes/stripe-html.pipe.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts +0 -8
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts +0 -11
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/contact-card.component.d.ts +0 -167
- package/lib/contact-card/contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/contact-card.module.d.ts +0 -17
- package/lib/contact-card/contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/menu/contact-card-menu.component.d.ts +0 -32
- package/lib/contact-card/menu/contact-card-menu.component.d.ts.map +0 -1
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts +0 -44
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts.map +0 -1
- package/lib/contact-card/model/contact-data.interface.d.ts +0 -163
- package/lib/contact-card/model/contact-data.interface.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts +0 -6
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-core.module.d.ts +0 -19
- package/lib/core/__mocks__/mock-core.module.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-disabled.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts +0 -34
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-translate.pipe.d.ts +0 -8
- package/lib/core/__mocks__/mock-translate.pipe.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.directive.d.ts +0 -14
- package/lib/core/autofocus/autofocus.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.module.d.ts +0 -9
- package/lib/core/autofocus/autofocus.module.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.service.d.ts +0 -9
- package/lib/core/autofocus/autofocus.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts +0 -125
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts +0 -12
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts +0 -27
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts +0 -21
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts +0 -8
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/core.module.d.ts +0 -33
- package/lib/core/core.module.d.ts.map +0 -1
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts +0 -15
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts.map +0 -1
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts +0 -13
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts +0 -28
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts +0 -44
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts +0 -31
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts +0 -39
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts +0 -27
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts +0 -18
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets-context.service.d.ts +0 -13
- package/lib/core/data-facets/data-facets-context.service.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.model.d.ts +0 -37
- package/lib/core/data-facets/data-facets.model.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.module.d.ts +0 -33
- package/lib/core/data-facets/data-facets.module.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.component.d.ts +0 -34
- package/lib/core/data-facets/date/data-facets-date.component.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts +0 -48
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts +0 -13
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts.map +0 -1
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts +0 -13
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.component.d.ts +0 -25
- package/lib/core/data-facets/link/data-facets-link.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts +0 -50
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts +0 -18
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.component.d.ts +0 -14
- package/lib/core/data-facets/status/data-facets-status.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts +0 -15
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.component.d.ts +0 -20
- package/lib/core/data-facets/text/data-facets-text.component.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts +0 -18
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts.map +0 -1
- package/lib/core/directives/viewport-adaptive.directive.d.ts +0 -8
- package/lib/core/directives/viewport-adaptive.directive.d.ts.map +0 -1
- package/lib/core/disabled/disabled.directive.d.ts +0 -6
- package/lib/core/disabled/disabled.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.d.ts +0 -10
- package/lib/core/focusable/focusable.d.ts.map +0 -1
- package/lib/core/focusable/focusable.directive.d.ts +0 -10
- package/lib/core/focusable/focusable.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.module.d.ts +0 -8
- package/lib/core/focusable/focusable.module.d.ts.map +0 -1
- package/lib/core/focusable/focusable.token.d.ts +0 -6
- package/lib/core/focusable/focusable.token.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.interface.d.ts +0 -33
- package/lib/core/model/app-enviroment.interface.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.token.d.ts +0 -4
- package/lib/core/model/app-enviroment.token.d.ts.map +0 -1
- package/lib/core/model/breakpoint.interface.d.ts +0 -10
- package/lib/core/model/breakpoint.interface.d.ts.map +0 -1
- package/lib/core/model/safe-bottom-offset.token.d.ts +0 -4
- package/lib/core/model/safe-bottom-offset.token.d.ts.map +0 -1
- package/lib/core/model/translation.interface.d.ts +0 -21
- package/lib/core/model/translation.interface.d.ts.map +0 -1
- package/lib/core/pipes/file-size.pipe.d.ts +0 -11
- package/lib/core/pipes/file-size.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholder.pipe.d.ts +0 -8
- package/lib/core/pipes/placeholder.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholders.pipe.d.ts +0 -10
- package/lib/core/pipes/placeholders.pipe.d.ts.map +0 -1
- package/lib/core/pipes/sanitize-html.pipe.d.ts +0 -11
- package/lib/core/pipes/sanitize-html.pipe.d.ts.map +0 -1
- package/lib/core/popover/popover/popover.component.d.ts +0 -23
- package/lib/core/popover/popover/popover.component.d.ts.map +0 -1
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts +0 -55
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts +0 -27
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-parent.service.d.ts +0 -8
- package/lib/core/popover/popover-parent.service.d.ts.map +0 -1
- package/lib/core/popover/popover-sizing.service.d.ts +0 -63
- package/lib/core/popover/popover-sizing.service.d.ts.map +0 -1
- package/lib/core/popover/popover-top-first.token.d.ts +0 -3
- package/lib/core/popover/popover-top-first.token.d.ts.map +0 -1
- package/lib/core/popover/popover.module.d.ts +0 -11
- package/lib/core/popover/popover.module.d.ts.map +0 -1
- package/lib/core/popover/popover.service.d.ts +0 -12
- package/lib/core/popover/popover.service.d.ts.map +0 -1
- package/lib/core/projection-guard/projection-guard.component.d.ts +0 -14
- package/lib/core/projection-guard/projection-guard.component.d.ts.map +0 -1
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts +0 -6
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/rxjs/delay-and-hold.operator.d.ts +0 -52
- package/lib/core/rxjs/delay-and-hold.operator.d.ts.map +0 -1
- package/lib/core/services/breakpoint.service.d.ts +0 -19
- package/lib/core/services/breakpoint.service.d.ts.map +0 -1
- package/lib/core/services/element.service.d.ts +0 -7
- package/lib/core/services/element.service.d.ts.map +0 -1
- package/lib/core/services/event-broker.service.d.ts +0 -56
- package/lib/core/services/event-broker.service.d.ts.map +0 -1
- package/lib/core/services/push-events.service.d.ts +0 -89
- package/lib/core/services/push-events.service.d.ts.map +0 -1
- package/lib/core/services/scrolling.service.d.ts +0 -15
- package/lib/core/services/scrolling.service.d.ts.map +0 -1
- package/lib/core/services/translate.service.d.ts +0 -16
- package/lib/core/services/translate.service.d.ts.map +0 -1
- package/lib/core/tools/constantCase.tools.d.ts +0 -2
- package/lib/core/tools/constantCase.tools.d.ts.map +0 -1
- package/lib/core/tools/convertPxToRem.tools.d.ts +0 -2
- package/lib/core/tools/convertPxToRem.tools.d.ts.map +0 -1
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts +0 -30
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts +0 -10
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts +0 -37
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +0 -24
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip.module.d.ts +0 -12
- package/lib/core/tooltip/tooltip.module.d.ts.map +0 -1
- package/lib/core/types/utility.types.d.ts +0 -3
- package/lib/core/types/utility.types.d.ts.map +0 -1
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts +0 -6
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts.map +0 -1
- package/lib/dialog/action/dialog-action.component.d.ts +0 -6
- package/lib/dialog/action/dialog-action.component.d.ts.map +0 -1
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts +0 -16
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts.map +0 -1
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts +0 -15
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts.map +0 -1
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts +0 -122
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts.map +0 -1
- package/lib/dialog/dialog.component.d.ts +0 -86
- package/lib/dialog/dialog.component.d.ts.map +0 -1
- package/lib/dialog/dialog.module.d.ts +0 -40
- package/lib/dialog/dialog.module.d.ts.map +0 -1
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts +0 -37
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts.map +0 -1
- package/lib/dialog/models/confirmation.model.d.ts +0 -117
- package/lib/dialog/models/confirmation.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-close.model.d.ts +0 -51
- package/lib/dialog/models/dialog-close.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-config.model.d.ts +0 -106
- package/lib/dialog/models/dialog-config.model.d.ts.map +0 -1
- package/lib/dialog/models/page-dialog-host.token.d.ts +0 -10
- package/lib/dialog/models/page-dialog-host.token.d.ts.map +0 -1
- package/lib/dialog/models/record-stepper.model.d.ts +0 -26
- package/lib/dialog/models/record-stepper.model.d.ts.map +0 -1
- package/lib/dialog/models/session-end-result.model.d.ts +0 -14
- package/lib/dialog/models/session-end-result.model.d.ts.map +0 -1
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts +0 -6
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts.map +0 -1
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts +0 -34
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts.map +0 -1
- package/lib/dialog/services/confirmation-dialog.service.d.ts +0 -14
- package/lib/dialog/services/confirmation-dialog.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts +0 -21
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog-change-guard.service.d.ts +0 -9
- package/lib/dialog/services/dialog-change-guard.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog.service.d.ts +0 -66
- package/lib/dialog/services/dialog.service.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts +0 -11
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts +0 -14
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts +0 -16
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts +0 -6
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts +0 -18
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts +0 -14
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts +0 -18
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts +0 -16
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts +0 -14
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts +0 -22
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.component.d.ts +0 -129
- package/lib/file-collector/file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.module.d.ts +0 -37
- package/lib/file-collector/file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts +0 -14
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/item/file-collector-item.component.d.ts +0 -16
- package/lib/file-collector/item/file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts +0 -7
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts +0 -7
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts +0 -24
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts +0 -7
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts.map +0 -1
- package/lib/file-collector/models/collected-file.d.ts +0 -33
- package/lib/file-collector/models/collected-file.d.ts.map +0 -1
- package/lib/file-collector/models/file-collector-config.d.ts +0 -76
- package/lib/file-collector/models/file-collector-config.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager-token.d.ts +0 -3
- package/lib/file-collector/models/file-manager-token.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager.d.ts +0 -18
- package/lib/file-collector/models/file-manager.d.ts.map +0 -1
- package/lib/file-collector/models/file-type.d.ts +0 -7
- package/lib/file-collector/models/file-type.d.ts.map +0 -1
- package/lib/file-collector/models/file-upload.d.ts +0 -15
- package/lib/file-collector/models/file-upload.d.ts.map +0 -1
- package/lib/file-collector/models/upload-progress.d.ts +0 -33
- package/lib/file-collector/models/upload-progress.d.ts.map +0 -1
- package/lib/file-collector/pipes/filesize.pipe.d.ts +0 -10
- package/lib/file-collector/pipes/filesize.pipe.d.ts.map +0 -1
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts +0 -11
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector-validation.service.d.ts +0 -14
- package/lib/file-collector/services/file-collector-validation.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector.service.d.ts +0 -22
- package/lib/file-collector/services/file-collector.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-type.service.d.ts +0 -11
- package/lib/file-collector/services/file-type.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts +0 -10
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts +0 -10
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-category.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts +0 -13
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts +0 -13
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.module.d.ts +0 -38
- package/lib/filter/__mocks__/mock-filter.module.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.service.d.ts +0 -36
- package/lib/filter/__mocks__/mock-filter.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts +0 -9
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts +0 -16
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts.map +0 -1
- package/lib/filter/category/date/filter-category-date.component.d.ts +0 -27
- package/lib/filter/category/date/filter-category-date.component.d.ts.map +0 -1
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts +0 -32
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts.map +0 -1
- package/lib/filter/category/filter-category.component.d.ts +0 -36
- package/lib/filter/category/filter-category.component.d.ts.map +0 -1
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts +0 -22
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts.map +0 -1
- package/lib/filter/category/select/filter-category-select.component.d.ts +0 -35
- package/lib/filter/category/select/filter-category-select.component.d.ts.map +0 -1
- package/lib/filter/filter-service/filter.service.d.ts +0 -55
- package/lib/filter/filter-service/filter.service.d.ts.map +0 -1
- package/lib/filter/filter.component.d.ts +0 -123
- package/lib/filter/filter.component.d.ts.map +0 -1
- package/lib/filter/filter.module.d.ts +0 -37
- package/lib/filter/filter.module.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active-items.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-active-items.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-active.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-get.helper.d.ts +0 -13
- package/lib/filter/helpers/filter-get.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-postbody.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-postbody.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query-parser.helper.d.ts +0 -3
- package/lib/filter/helpers/filter-query-parser.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query.helper.d.ts +0 -9
- package/lib/filter/helpers/filter-query.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts +0 -3
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-state.helpers.d.ts +0 -11
- package/lib/filter/helpers/filter-state.helpers.d.ts.map +0 -1
- package/lib/filter/helpers/filter-update.helper.d.ts +0 -13
- package/lib/filter/helpers/filter-update.helper.d.ts.map +0 -1
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts +0 -22
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts.map +0 -1
- package/lib/filter/item/date/filter-item-date.component.d.ts +0 -25
- package/lib/filter/item/date/filter-item-date.component.d.ts.map +0 -1
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts +0 -32
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts.map +0 -1
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts +0 -26
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts.map +0 -1
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts +0 -22
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts.map +0 -1
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts +0 -25
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts.map +0 -1
- package/lib/filter/model/filter-config.interface.d.ts +0 -84
- package/lib/filter/model/filter-config.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-post-body.interface.d.ts +0 -9
- package/lib/filter/model/filter-post-body.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-reducer.interface.d.ts +0 -5
- package/lib/filter/model/filter-reducer.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-state.interface.d.ts +0 -13
- package/lib/filter/model/filter-state.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-types.interface.d.ts +0 -2
- package/lib/filter/model/filter-types.interface.d.ts.map +0 -1
- package/lib/filter/pipes/localeDate.pipe.d.ts +0 -16
- package/lib/filter/pipes/localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/services/dependent-filters.service.d.ts +0 -20
- package/lib/filter/services/dependent-filters.service.d.ts.map +0 -1
- package/lib/filter/services/filter-rest-param.tools.d.ts +0 -23
- package/lib/filter/services/filter-rest-param.tools.d.ts.map +0 -1
- package/lib/filter/services/filter-router-connector.service.d.ts +0 -24
- package/lib/filter/services/filter-router-connector.service.d.ts.map +0 -1
- package/lib/filter/store/filter.actions.d.ts +0 -92
- package/lib/filter/store/filter.actions.d.ts.map +0 -1
- package/lib/filter/store/filter.reducer.d.ts +0 -4
- package/lib/filter/store/filter.reducer.d.ts.map +0 -1
- package/lib/filter/store/filter.selector.d.ts +0 -129
- package/lib/filter/store/filter.selector.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-calendar.component.d.ts +0 -12
- package/lib/forms/__mocks__/mock-calendar.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts +0 -11
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts +0 -15
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts +0 -12
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts +0 -13
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts +0 -16
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-error.component.d.ts +0 -8
- package/lib/forms/__mocks__/mock-form-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts +0 -11
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-label.component.d.ts +0 -13
- package/lib/forms/__mocks__/mock-form-label.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-forms.module.d.ts +0 -49
- package/lib/forms/__mocks__/mock-forms.module.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-input.component.d.ts +0 -26
- package/lib/forms/__mocks__/mock-input.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts +0 -22
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts +0 -15
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switch.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-switch.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switches.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-switches.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-textarea.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-textarea.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts +0 -117
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts +0 -11
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts +0 -11
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts +0 -25
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts +0 -24
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes.component.d.ts +0 -136
- package/lib/forms/checkboxes/checkboxes.component.d.ts.map +0 -1
- package/lib/forms/datepicker/adapter/date-adapter.d.ts +0 -56
- package/lib/forms/datepicker/adapter/date-adapter.d.ts.map +0 -1
- package/lib/forms/datepicker/calendar/calendar.component.d.ts +0 -66
- package/lib/forms/datepicker/calendar/calendar.component.d.ts.map +0 -1
- package/lib/forms/datepicker/datepicker.component.d.ts +0 -159
- package/lib/forms/datepicker/datepicker.component.d.ts.map +0 -1
- package/lib/forms/datepicker/service/timepicker.service.d.ts +0 -13
- package/lib/forms/datepicker/service/timepicker.service.d.ts.map +0 -1
- package/lib/forms/dropdown/dropdown.component.d.ts +0 -187
- package/lib/forms/dropdown/dropdown.component.d.ts.map +0 -1
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts +0 -31
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts.map +0 -1
- package/lib/forms/file-upload/file-upload.component.d.ts +0 -165
- package/lib/forms/file-upload/file-upload.component.d.ts.map +0 -1
- package/lib/forms/file-upload/model/file-upload.model.d.ts +0 -92
- package/lib/forms/file-upload/model/file-upload.model.d.ts.map +0 -1
- package/lib/forms/file-upload/services/file-upload.service.d.ts +0 -14
- package/lib/forms/file-upload/services/file-upload.service.d.ts.map +0 -1
- package/lib/forms/input/helpers/get-value-with-unit.d.ts +0 -3
- package/lib/forms/input/helpers/get-value-with-unit.d.ts.map +0 -1
- package/lib/forms/input/input.component.d.ts +0 -336
- package/lib/forms/input/input.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.component.d.ts +0 -27
- package/lib/forms/input/options/input-options.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.directive.d.ts +0 -82
- package/lib/forms/input/options/input-options.directive.d.ts.map +0 -1
- package/lib/forms/input/units/input-units.component.d.ts +0 -22
- package/lib/forms/input/units/input-units.component.d.ts.map +0 -1
- package/lib/forms/model/datepicker.d.ts +0 -36
- package/lib/forms/model/datepicker.d.ts.map +0 -1
- package/lib/forms/model/form-input.d.ts +0 -10
- package/lib/forms/model/form-input.d.ts.map +0 -1
- package/lib/forms/model/form-options-resolver.d.ts +0 -66
- package/lib/forms/model/form-options-resolver.d.ts.map +0 -1
- package/lib/forms/model/forms.interface.d.ts +0 -522
- package/lib/forms/model/forms.interface.d.ts.map +0 -1
- package/lib/forms/model/options.interface.d.ts +0 -85
- package/lib/forms/model/options.interface.d.ts.map +0 -1
- package/lib/forms/model/radio-buttons.d.ts +0 -7
- package/lib/forms/model/radio-buttons.d.ts.map +0 -1
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts +0 -2
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts +0 -27
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts +0 -36
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts +0 -28
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input.component.d.ts +0 -167
- package/lib/forms/multi-input/multi-input.component.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts +0 -29
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code.component.d.ts +0 -156
- package/lib/forms/pin-code/pin-code.component.d.ts.map +0 -1
- package/lib/forms/qd-form.module.d.ts +0 -72
- package/lib/forms/qd-form.module.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts +0 -17
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts +0 -126
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts +0 -14
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array.d.ts +0 -234
- package/lib/forms/reactive-forms/controls/form-array.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-builder.d.ts +0 -99
- package/lib/forms/reactive-forms/controls/form-builder.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-control.d.ts +0 -19
- package/lib/forms/reactive-forms/controls/form-control.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-group.d.ts +0 -4
- package/lib/forms/reactive-forms/controls/form-group.d.ts.map +0 -1
- package/lib/forms/richtext/richtext.component.d.ts +0 -109
- package/lib/forms/richtext/richtext.component.d.ts.map +0 -1
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts +0 -13
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-error/form-error.component.d.ts +0 -18
- package/lib/forms/shared/components/form-error/form-error.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts +0 -15
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-input/form-input.component.d.ts +0 -19
- package/lib/forms/shared/components/form-input/form-input.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-label/form-label.component.d.ts +0 -18
- package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts +0 -16
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts +0 -19
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts +0 -6
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms.helpers.d.ts +0 -83
- package/lib/forms/shared/helpers/forms.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts +0 -3
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts.map +0 -1
- package/lib/forms/shared/services/action-emitter.service.d.ts +0 -13
- package/lib/forms/shared/services/action-emitter.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-keyboard.service.d.ts +0 -16
- package/lib/forms/shared/services/form-keyboard.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-options.service.d.ts +0 -34
- package/lib/forms/shared/services/form-options.service.d.ts.map +0 -1
- package/lib/forms/shared/services/options-resolver.registry.d.ts +0 -12
- package/lib/forms/shared/services/options-resolver.registry.d.ts.map +0 -1
- package/lib/forms/shared/validators/validators.d.ts +0 -127
- package/lib/forms/shared/validators/validators.d.ts.map +0 -1
- package/lib/forms/switches/switch/switch.component.d.ts +0 -19
- package/lib/forms/switches/switch/switch.component.d.ts.map +0 -1
- package/lib/forms/switches/switches-service/switches.service.d.ts +0 -15
- package/lib/forms/switches/switches-service/switches.service.d.ts.map +0 -1
- package/lib/forms/switches/switches.component.d.ts +0 -126
- package/lib/forms/switches/switches.component.d.ts.map +0 -1
- package/lib/forms/textarea/textarea.component.d.ts +0 -119
- package/lib/forms/textarea/textarea.component.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-column.directive.d.ts +0 -7
- package/lib/grid/__mocks__/mock-column.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-columns.directive.d.ts +0 -12
- package/lib/grid/__mocks__/mock-columns.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-grid.module.d.ts +0 -12
- package/lib/grid/__mocks__/mock-grid.module.d.ts.map +0 -1
- package/lib/grid/directives/column-auto-fill.directive.d.ts +0 -31
- package/lib/grid/directives/column-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-break-before.directive.d.ts +0 -31
- package/lib/grid/directives/column-break-before.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts +0 -36
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-full-grid-width.directive.d.ts +0 -32
- package/lib/grid/directives/column-full-grid-width.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts +0 -36
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts.map +0 -1
- package/lib/grid/directives/column.directive.d.ts +0 -50
- package/lib/grid/directives/column.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts +0 -33
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts +0 -31
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-max.directive.d.ts +0 -36
- package/lib/grid/directives/columns-max.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns.directive.d.ts +0 -44
- package/lib/grid/directives/columns.directive.d.ts.map +0 -1
- package/lib/grid/grid.component.d.ts +0 -32
- package/lib/grid/grid.component.d.ts.map +0 -1
- package/lib/grid/grid.module.d.ts +0 -35
- package/lib/grid/grid.module.d.ts.map +0 -1
- package/lib/grid/model/grid-config.interface.d.ts +0 -35
- package/lib/grid/model/grid-config.interface.d.ts.map +0 -1
- package/lib/grid/model/subgrid-config.interface.d.ts +0 -28
- package/lib/grid/model/subgrid-config.interface.d.ts.map +0 -1
- package/lib/grid/services/grid-auto-fill.service.d.ts +0 -40
- package/lib/grid/services/grid-auto-fill.service.d.ts.map +0 -1
- package/lib/grid/services/grid.service.d.ts +0 -13
- package/lib/grid/services/grid.service.d.ts.map +0 -1
- package/lib/grid/subgrid/subgrid.component.d.ts +0 -44
- package/lib/grid/subgrid/subgrid.component.d.ts.map +0 -1
- package/lib/helpers/html-plaintext.helper.d.ts +0 -2
- package/lib/helpers/html-plaintext.helper.d.ts.map +0 -1
- package/lib/helpers/language.helper.d.ts +0 -2
- package/lib/helpers/language.helper.d.ts.map +0 -1
- package/lib/helpers/load-javascript-asset.helper.d.ts +0 -2
- package/lib/helpers/load-javascript-asset.helper.d.ts.map +0 -1
- package/lib/helpers/relative-time.helper.d.ts +0 -4
- package/lib/helpers/relative-time.helper.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.component.d.ts +0 -10
- package/lib/icon/__mocks__/mock-icon.component.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.module.d.ts +0 -10
- package/lib/icon/__mocks__/mock-icon.module.d.ts.map +0 -1
- package/lib/icon/custom-icons/logo.d.ts +0 -2
- package/lib/icon/custom-icons/logo.d.ts.map +0 -1
- package/lib/icon/icon/icon-definitions.d.ts +0 -7
- package/lib/icon/icon/icon-definitions.d.ts.map +0 -1
- package/lib/icon/icon/icon.component.d.ts +0 -29
- package/lib/icon/icon/icon.component.d.ts.map +0 -1
- package/lib/icon/icon.module.d.ts +0 -11
- package/lib/icon/icon.module.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.component.d.ts +0 -11
- package/lib/image/__mocks__/mock-image.component.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.module.d.ts +0 -10
- package/lib/image/__mocks__/mock-image.module.d.ts.map +0 -1
- package/lib/image/image/image.component.d.ts +0 -64
- package/lib/image/image/image.component.d.ts.map +0 -1
- package/lib/image/image.module.d.ts +0 -13
- package/lib/image/image.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-list.module.d.ts +0 -28
- package/lib/lists/__mocks__/mock-list.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-error.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-error.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts.map +0 -1
- package/lib/lists/list.module.d.ts +0 -38
- package/lib/lists/list.module.d.ts.map +0 -1
- package/lib/lists/model/list.interface.d.ts +0 -6
- package/lib/lists/model/list.interface.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts +0 -25
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts +0 -12
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +0 -21
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts +0 -12
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +0 -33
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts +0 -17
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts +0 -18
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts +0 -8
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts +0 -6
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts +0 -12
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts +0 -23
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts +0 -18
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles.module.d.ts +0 -15
- package/lib/navigation-tiles/navigation-tiles.module.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.component.d.ts +0 -11
- package/lib/notifications/__mocks__/mock-notification.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts +0 -6
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts +0 -25
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts +0 -7
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts +0 -16
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts.map +0 -1
- package/lib/notifications/directives/snackbar-listener.directive.d.ts +0 -46
- package/lib/notifications/directives/snackbar-listener.directive.d.ts.map +0 -1
- package/lib/notifications/interfaces/notifications.d.ts +0 -120
- package/lib/notifications/interfaces/notifications.d.ts.map +0 -1
- package/lib/notifications/notification/notification.component.d.ts +0 -499
- package/lib/notifications/notification/notification.component.d.ts.map +0 -1
- package/lib/notifications/notification-content/notification-content.component.d.ts +0 -9
- package/lib/notifications/notification-content/notification-content.component.d.ts.map +0 -1
- package/lib/notifications/notifications/notifications.component.d.ts +0 -20
- package/lib/notifications/notifications/notifications.component.d.ts.map +0 -1
- package/lib/notifications/notifications.module.d.ts +0 -24
- package/lib/notifications/notifications.module.d.ts.map +0 -1
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts +0 -25
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts.map +0 -1
- package/lib/notifications/services/notifications-service.service.d.ts +0 -33
- package/lib/notifications/services/notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts +0 -20
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts +0 -13
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/snackbar.service.d.ts +0 -21
- package/lib/notifications/services/snackbar.service.d.ts.map +0 -1
- package/lib/notifications/snackbar/snackbar.component.d.ts +0 -16
- package/lib/notifications/snackbar/snackbar.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-footer.component.d.ts +0 -6
- package/lib/page/__mocks__/mock-page-footer.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-header.component.d.ts +0 -6
- package/lib/page/__mocks__/mock-page-header.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.component.d.ts +0 -7
- package/lib/page/__mocks__/mock-page.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.module.d.ts +0 -13
- package/lib/page/__mocks__/mock-page.module.d.ts.map +0 -1
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts +0 -15
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts.map +0 -1
- package/lib/page/control-panel/page-control-panel.component.d.ts +0 -47
- package/lib/page/control-panel/page-control-panel.component.d.ts.map +0 -1
- package/lib/page/footer/page-footer-custom-content.directive.d.ts +0 -12
- package/lib/page/footer/page-footer-custom-content.directive.d.ts.map +0 -1
- package/lib/page/footer/page-footer.component.d.ts +0 -19
- package/lib/page/footer/page-footer.component.d.ts.map +0 -1
- package/lib/page/info-banner/page-info-banner.component.d.ts +0 -94
- package/lib/page/info-banner/page-info-banner.component.d.ts.map +0 -1
- package/lib/page/model/page-config.interface.d.ts +0 -534
- package/lib/page/model/page-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-control-panel-config.interface.d.ts +0 -24
- package/lib/page/model/page-control-panel-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-footer-action.interface.d.ts +0 -46
- package/lib/page/model/page-footer-action.interface.d.ts.map +0 -1
- package/lib/page/model/page-header-facet.interface.d.ts +0 -86
- package/lib/page/model/page-header-facet.interface.d.ts.map +0 -1
- package/lib/page/model/page-info-banner.interface.d.ts +0 -29
- package/lib/page/model/page-info-banner.interface.d.ts.map +0 -1
- package/lib/page/model/page-object-resolver.d.ts +0 -49
- package/lib/page/model/page-object-resolver.d.ts.map +0 -1
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts +0 -35
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts +0 -22
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts +0 -9
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facets.service.d.ts +0 -12
- package/lib/page/object-header/dynamic-facets.service.d.ts.map +0 -1
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts +0 -12
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts +0 -13
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/page-object-header.component.d.ts +0 -80
- package/lib/page/object-header/page-object-header.component.d.ts.map +0 -1
- package/lib/page/page.component.d.ts +0 -452
- package/lib/page/page.component.d.ts.map +0 -1
- package/lib/page/page.module.d.ts +0 -53
- package/lib/page/page.module.d.ts.map +0 -1
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +0 -61
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +0 -1
- package/lib/page/shared/services/context.service.d.ts +0 -51
- package/lib/page/shared/services/context.service.d.ts.map +0 -1
- package/lib/page/shared/services/form-group-manager.service.d.ts +0 -87
- package/lib/page/shared/services/form-group-manager.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-footer.service.d.ts +0 -24
- package/lib/page/shared/services/page-footer.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-store.service.d.ts +0 -16
- package/lib/page/shared/services/page-store.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-submit-action.service.d.ts +0 -24
- package/lib/page/shared/services/page-submit-action.service.d.ts.map +0 -1
- package/lib/page/shared/services/resolver-trigger.service.d.ts +0 -14
- package/lib/page/shared/services/resolver-trigger.service.d.ts.map +0 -1
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts +0 -47
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts.map +0 -1
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts +0 -10
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts.map +0 -1
- package/lib/page-stepper/header/page-step-header.component.d.ts +0 -33
- package/lib/page-stepper/header/page-step-header.component.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step-resolver.token.d.ts +0 -4
- package/lib/page-stepper/model/page-step-resolver.token.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step.resolver.d.ts +0 -11
- package/lib/page-stepper/model/page-step.resolver.d.ts.map +0 -1
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts +0 -87
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts.map +0 -1
- package/lib/page-stepper/page-step/page-step.component.d.ts +0 -33
- package/lib/page-stepper/page-step/page-step.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.component.d.ts +0 -63
- package/lib/page-stepper/page-stepper.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.module.d.ts +0 -27
- package/lib/page-stepper/page-stepper.module.d.ts.map +0 -1
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts +0 -49
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-config.d.ts +0 -126
- package/lib/page-tabs/model/page-tabs-config.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts +0 -23
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts.map +0 -1
- package/lib/page-tabs/page-tab/page-tab.component.d.ts +0 -34
- package/lib/page-tabs/page-tab/page-tab.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts +0 -14
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts +0 -35
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.component.d.ts +0 -225
- package/lib/page-tabs/page-tabs.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.module.d.ts +0 -22
- package/lib/page-tabs/page-tabs.module.d.ts.map +0 -1
- package/lib/panel-section/actions/panel-section-actions.component.d.ts +0 -16
- package/lib/panel-section/actions/panel-section-actions.component.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-config.interface.d.ts +0 -69
- package/lib/panel-section/model/panel-section-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts +0 -13
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts +0 -16
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts.map +0 -1
- package/lib/panel-section/panel-section.component.d.ts +0 -56
- package/lib/panel-section/panel-section.component.d.ts.map +0 -1
- package/lib/panel-section/panel-section.module.d.ts +0 -20
- package/lib/panel-section/panel-section.module.d.ts.map +0 -1
- package/lib/panel-section/services/panel-section-action.service.d.ts +0 -10
- package/lib/panel-section/services/panel-section-action.service.d.ts.map +0 -1
- package/lib/panel-section/status/panel-section-status.component.d.ts +0 -9
- package/lib/panel-section/status/panel-section-status.component.d.ts.map +0 -1
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts +0 -11
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts +0 -7
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts +0 -10
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts.map +0 -1
- package/lib/place-holder/place-holder/place-holder.component.d.ts +0 -12
- package/lib/place-holder/place-holder/place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/place-holder.module.d.ts +0 -11
- package/lib/place-holder/place-holder.module.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts +0 -6
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts +0 -9
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts +0 -13
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts.map +0 -1
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts +0 -9
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts +0 -25
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/progress-bar.module.d.ts +0 -14
- package/lib/progress-bar/progress-bar.module.d.ts.map +0 -1
- package/lib/qd-ui-mock.module.d.ts +0 -27
- package/lib/qd-ui-mock.module.d.ts.map +0 -1
- package/lib/qd-ui.module.d.ts +0 -41
- package/lib/qd-ui.module.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-config.d.ts +0 -173
- package/lib/quick-edit/model/quick-edit-config.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-data.d.ts +0 -14
- package/lib/quick-edit/model/quick-edit-data.d.ts.map +0 -1
- package/lib/quick-edit/qd-ng-for.directive.d.ts +0 -17
- package/lib/quick-edit/qd-ng-for.directive.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.component.d.ts +0 -198
- package/lib/quick-edit/quick-edit.component.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.module.d.ts +0 -24
- package/lib/quick-edit/quick-edit.module.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.component.d.ts +0 -8
- package/lib/search/__mocks__/mock-search.component.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.module.d.ts +0 -11
- package/lib/search/__mocks__/mock-search.module.d.ts.map +0 -1
- package/lib/search/helpers/search-update.helper.d.ts +0 -5
- package/lib/search/helpers/search-update.helper.d.ts.map +0 -1
- package/lib/search/model/search-options.interface.d.ts +0 -134
- package/lib/search/model/search-options.interface.d.ts.map +0 -1
- package/lib/search/model/search-post-body.d.ts +0 -11
- package/lib/search/model/search-post-body.d.ts.map +0 -1
- package/lib/search/model/search-store.interface.d.ts +0 -11
- package/lib/search/model/search-store.interface.d.ts.map +0 -1
- package/lib/search/search.component.d.ts +0 -85
- package/lib/search/search.component.d.ts.map +0 -1
- package/lib/search/search.module.d.ts +0 -19
- package/lib/search/search.module.d.ts.map +0 -1
- package/lib/search/services/search-router-connector.service.d.ts +0 -26
- package/lib/search/services/search-router-connector.service.d.ts.map +0 -1
- package/lib/search/services/search-store.service.d.ts +0 -15
- package/lib/search/services/search-store.service.d.ts.map +0 -1
- package/lib/search/services/search.service.d.ts +0 -28
- package/lib/search/services/search.service.d.ts.map +0 -1
- package/lib/search/store/search.actions.d.ts +0 -26
- package/lib/search/store/search.actions.d.ts.map +0 -1
- package/lib/search/store/search.reducer.d.ts +0 -4
- package/lib/search/store/search.reducer.d.ts.map +0 -1
- package/lib/search/store/search.selector.d.ts +0 -15
- package/lib/search/store/search.selector.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts +0 -7
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.component.d.ts +0 -7
- package/lib/section/__mocks__/mock-section.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.module.d.ts +0 -12
- package/lib/section/__mocks__/mock-section.module.d.ts.map +0 -1
- package/lib/section/adaptors/section-adapter.directive.d.ts +0 -47
- package/lib/section/adaptors/section-adapter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-context.directive.d.ts +0 -123
- package/lib/section/connectors/table/connector-table-context.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts +0 -53
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-search.directive.d.ts +0 -52
- package/lib/section/connectors/table/connector-table-search.directive.d.ts.map +0 -1
- package/lib/section/model/section-config.interface.d.ts +0 -251
- package/lib/section/model/section-config.interface.d.ts.map +0 -1
- package/lib/section/model/toolbar-components.interface.d.ts +0 -28
- package/lib/section/model/toolbar-components.interface.d.ts.map +0 -1
- package/lib/section/section.component.d.ts +0 -117
- package/lib/section/section.component.d.ts.map +0 -1
- package/lib/section/section.module.d.ts +0 -30
- package/lib/section/section.module.d.ts.map +0 -1
- package/lib/section/services/section-toolbar-action.service.d.ts +0 -11
- package/lib/section/services/section-toolbar-action.service.d.ts.map +0 -1
- package/lib/section/services/toolbar-components.service.d.ts +0 -10
- package/lib/section/services/toolbar-components.service.d.ts.map +0 -1
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts +0 -36
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts.map +0 -1
- package/lib/section/toolbar/section-toolbar.component.d.ts +0 -27
- package/lib/section/toolbar/section-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts +0 -16
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts +0 -16
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.module.d.ts +0 -29
- package/lib/shell/__mocks__/mock-shell.module.d.ts.map +0 -1
- package/lib/shell/footer/shell-footer.component.d.ts +0 -11
- package/lib/shell/footer/shell-footer.component.d.ts.map +0 -1
- package/lib/shell/header/banner/shell-header-banner.component.d.ts +0 -12
- package/lib/shell/header/banner/shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts +0 -10
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts.map +0 -1
- package/lib/shell/header/search/shell-header-search.component.d.ts +0 -8
- package/lib/shell/header/search/shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +0 -44
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts +0 -9
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts.map +0 -1
- package/lib/shell/header/shell-header.component.d.ts +0 -72
- package/lib/shell/header/shell-header.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts +0 -11
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts +0 -12
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/header/widget/shell-header-widget.component.d.ts +0 -34
- package/lib/shell/header/widget/shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts +0 -9
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts +0 -8
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts.map +0 -1
- package/lib/shell/left/shell-left.component.d.ts +0 -12
- package/lib/shell/left/shell-left.component.d.ts.map +0 -1
- package/lib/shell/model/default-config.d.ts +0 -3
- package/lib/shell/model/default-config.d.ts.map +0 -1
- package/lib/shell/model/eportal.interface.d.ts +0 -20
- package/lib/shell/model/eportal.interface.d.ts.map +0 -1
- package/lib/shell/model/route-data.interface.d.ts +0 -3
- package/lib/shell/model/route-data.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-config.interface.d.ts +0 -81
- package/lib/shell/model/shell-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts +0 -16
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-header-widget-config.interface.d.ts +0 -308
- package/lib/shell/model/shell-header-widget-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-navigation-config.interface.d.ts +0 -25
- package/lib/shell/model/shell-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts +0 -342
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-toolbar-config.interface.d.ts +0 -22
- package/lib/shell/model/shell-toolbar-config.interface.d.ts.map +0 -1
- package/lib/shell/right/notification/shell-notification.component.d.ts +0 -32
- package/lib/shell/right/notification/shell-notification.component.d.ts.map +0 -1
- package/lib/shell/right/notifications/shell-notifications.component.d.ts +0 -14
- package/lib/shell/right/notifications/shell-notifications.component.d.ts.map +0 -1
- package/lib/shell/right/shell-right.component.d.ts +0 -20
- package/lib/shell/right/shell-right.component.d.ts.map +0 -1
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts +0 -13
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts.map +0 -1
- package/lib/shell/services/banner.service.d.ts +0 -12
- package/lib/shell/services/banner.service.d.ts.map +0 -1
- package/lib/shell/services/eportal-language.service.d.ts +0 -15
- package/lib/shell/services/eportal-language.service.d.ts.map +0 -1
- package/lib/shell/services/language-from-url.service.d.ts +0 -15
- package/lib/shell/services/language-from-url.service.d.ts.map +0 -1
- package/lib/shell/services/navigation.service.d.ts +0 -24
- package/lib/shell/services/navigation.service.d.ts.map +0 -1
- package/lib/shell/services/pams-environment.service.d.ts +0 -9
- package/lib/shell/services/pams-environment.service.d.ts.map +0 -1
- package/lib/shell/services/service-navigation.service.d.ts +0 -59
- package/lib/shell/services/service-navigation.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-minimization.service.d.ts +0 -19
- package/lib/shell/services/shell-header-minimization.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-widget.service.d.ts +0 -34
- package/lib/shell/services/shell-header-widget.service.d.ts.map +0 -1
- package/lib/shell/services/shell-left.service.d.ts +0 -16
- package/lib/shell/services/shell-left.service.d.ts.map +0 -1
- package/lib/shell/services/shell-right.service.d.ts +0 -24
- package/lib/shell/services/shell-right.service.d.ts.map +0 -1
- package/lib/shell/shell.component.d.ts +0 -103
- package/lib/shell/shell.component.d.ts.map +0 -1
- package/lib/shell/shell.module.d.ts +0 -34
- package/lib/shell/shell.module.d.ts.map +0 -1
- package/lib/spinner/spinner.component.d.ts +0 -6
- package/lib/spinner/spinner.component.d.ts.map +0 -1
- package/lib/spinner/spinner.module.d.ts +0 -11
- package/lib/spinner/spinner.module.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts +0 -6
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts +0 -9
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts +0 -12
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts +0 -15
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts.map +0 -1
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts +0 -9
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts +0 -28
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts +0 -9
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts +0 -21
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator.module.d.ts +0 -14
- package/lib/status-indicator/status-indicator.module.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-sort.component.d.ts +0 -10
- package/lib/table/__mocks__/mock-sort.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts +0 -6
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts +0 -10
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-head.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-head.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.component.d.ts +0 -15
- package/lib/table/__mocks__/mock-table.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.module.d.ts +0 -25
- package/lib/table/__mocks__/mock-table.module.d.ts.map +0 -1
- package/lib/table/body/table-body.component.d.ts +0 -23
- package/lib/table/body/table-body.component.d.ts.map +0 -1
- package/lib/table/empty-state/table-empty-state.component.d.ts +0 -19
- package/lib/table/empty-state/table-empty-state.component.d.ts.map +0 -1
- package/lib/table/head/table-head.component.d.ts +0 -25
- package/lib/table/head/table-head.component.d.ts.map +0 -1
- package/lib/table/helpers/spring-tools.d.ts +0 -6
- package/lib/table/helpers/spring-tools.d.ts.map +0 -1
- package/lib/table/model/connectors-state.enum.d.ts +0 -6
- package/lib/table/model/connectors-state.enum.d.ts.map +0 -1
- package/lib/table/model/paginator-direction.enum.d.ts +0 -7
- package/lib/table/model/paginator-direction.enum.d.ts.map +0 -1
- package/lib/table/model/sort-direction.enum.d.ts +0 -6
- package/lib/table/model/sort-direction.enum.d.ts.map +0 -1
- package/lib/table/model/table-config-actions.interface.d.ts +0 -165
- package/lib/table/model/table-config-actions.interface.d.ts.map +0 -1
- package/lib/table/model/table-config-content.interface.d.ts +0 -200
- package/lib/table/model/table-config-content.interface.d.ts.map +0 -1
- package/lib/table/model/table-config.interface.d.ts +0 -293
- package/lib/table/model/table-config.interface.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.d.ts +0 -76
- package/lib/table/model/table-data-resolver.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.token.d.ts +0 -6
- package/lib/table/model/table-data-resolver.token.d.ts.map +0 -1
- package/lib/table/model/table-data.interface.d.ts +0 -79
- package/lib/table/model/table-data.interface.d.ts.map +0 -1
- package/lib/table/model/table-row-selection.interface.d.ts +0 -12
- package/lib/table/model/table-row-selection.interface.d.ts.map +0 -1
- package/lib/table/model/table-store.interface.d.ts +0 -55
- package/lib/table/model/table-store.interface.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts +0 -37
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts +0 -23
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts +0 -28
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts.map +0 -1
- package/lib/table/paginator/table-paginator.component.d.ts +0 -44
- package/lib/table/paginator/table-paginator.component.d.ts.map +0 -1
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts +0 -35
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/table/row/selection/table-row-selection.component.d.ts +0 -19
- package/lib/table/row/selection/table-row-selection.component.d.ts.map +0 -1
- package/lib/table/row/table-row.component.d.ts +0 -35
- package/lib/table/row/table-row.component.d.ts.map +0 -1
- package/lib/table/services/empty-state.service.d.ts +0 -13
- package/lib/table/services/empty-state.service.d.ts.map +0 -1
- package/lib/table/services/external-action-result.service.d.ts +0 -9
- package/lib/table/services/external-action-result.service.d.ts.map +0 -1
- package/lib/table/services/filling-width.service.d.ts +0 -39
- package/lib/table/services/filling-width.service.d.ts.map +0 -1
- package/lib/table/services/resolver.service.d.ts +0 -29
- package/lib/table/services/resolver.service.d.ts.map +0 -1
- package/lib/table/services/responsive-row.service.d.ts +0 -28
- package/lib/table/services/responsive-row.service.d.ts.map +0 -1
- package/lib/table/services/row-selection.service.d.ts +0 -25
- package/lib/table/services/row-selection.service.d.ts.map +0 -1
- package/lib/table/services/secondary-actions.service.d.ts +0 -11
- package/lib/table/services/secondary-actions.service.d.ts.map +0 -1
- package/lib/table/sort/table-sort.component.d.ts +0 -39
- package/lib/table/sort/table-sort.component.d.ts.map +0 -1
- package/lib/table/store/table-store-selector.service.d.ts +0 -48
- package/lib/table/store/table-store-selector.service.d.ts.map +0 -1
- package/lib/table/store/table-store.service.d.ts +0 -65
- package/lib/table/store/table-store.service.d.ts.map +0 -1
- package/lib/table/store/table-update.helper.d.ts +0 -23
- package/lib/table/store/table-update.helper.d.ts.map +0 -1
- package/lib/table/store/table.actions.d.ts +0 -156
- package/lib/table/store/table.actions.d.ts.map +0 -1
- package/lib/table/store/table.reducer.d.ts +0 -4
- package/lib/table/store/table.reducer.d.ts.map +0 -1
- package/lib/table/table.component.d.ts +0 -252
- package/lib/table/table.component.d.ts.map +0 -1
- package/lib/table/table.module.d.ts +0 -43
- package/lib/table/table.module.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts +0 -14
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts.map +0 -1
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts +0 -11
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts +0 -11
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/text-section.component.d.ts +0 -23
- package/lib/text-section/text-section.component.d.ts.map +0 -1
- package/lib/text-section/text-section.module.d.ts +0 -15
- package/lib/text-section/text-section.module.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile.component.d.ts +0 -7
- package/lib/tiles/__mocks__/mock-tile.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts +0 -7
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts +0 -22
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts.map +0 -1
- package/lib/tiles/model/tile-config.d.ts +0 -25
- package/lib/tiles/model/tile-config.d.ts.map +0 -1
- package/lib/tiles/model/tiles-config.d.ts +0 -10
- package/lib/tiles/model/tiles-config.d.ts.map +0 -1
- package/lib/tiles/tile/tile.component.d.ts +0 -23
- package/lib/tiles/tile/tile.component.d.ts.map +0 -1
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts +0 -6
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts +0 -6
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts +0 -6
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/tile-title/tile-title.component.d.ts +0 -6
- package/lib/tiles/tile-title/tile-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles-title/tiles-title.component.d.ts +0 -6
- package/lib/tiles/tiles-title/tiles-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles.component.d.ts +0 -14
- package/lib/tiles/tiles.component.d.ts.map +0 -1
- package/lib/tiles/tiles.module.d.ts +0 -27
- package/lib/tiles/tiles.module.d.ts.map +0 -1
- package/lib/tree/body/tree-body.component.d.ts +0 -23
- package/lib/tree/body/tree-body.component.d.ts.map +0 -1
- package/lib/tree/empty-state/tree-empty-state.component.d.ts +0 -13
- package/lib/tree/empty-state/tree-empty-state.component.d.ts.map +0 -1
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts +0 -4
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts.map +0 -1
- package/lib/tree/head/tree-head.component.d.ts +0 -25
- package/lib/tree/head/tree-head.component.d.ts.map +0 -1
- package/lib/tree/model/tree-column-detail.interface.d.ts +0 -53
- package/lib/tree/model/tree-column-detail.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config-actions.interface.d.ts +0 -58
- package/lib/tree/model/tree-config-actions.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config.interface.d.ts +0 -238
- package/lib/tree/model/tree-config.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-data.interface.d.ts +0 -44
- package/lib/tree/model/tree-data.interface.d.ts.map +0 -1
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts +0 -33
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/tree/row/tree-row.component.d.ts +0 -28
- package/lib/tree/row/tree-row.component.d.ts.map +0 -1
- package/lib/tree/services/row-expander.service.d.ts +0 -54
- package/lib/tree/services/row-expander.service.d.ts.map +0 -1
- package/lib/tree/services/tree-group.service.d.ts +0 -28
- package/lib/tree/services/tree-group.service.d.ts.map +0 -1
- package/lib/tree/services/tree-rows.service.d.ts +0 -30
- package/lib/tree/services/tree-rows.service.d.ts.map +0 -1
- package/lib/tree/tree.component.d.ts +0 -115
- package/lib/tree/tree.component.d.ts.map +0 -1
- package/lib/tree/tree.module.d.ts +0 -29
- package/lib/tree/tree.module.d.ts.map +0 -1
- package/public-api.d.ts +0 -65
- package/public-api.d.ts.map +0 -1
- package/quadrel-enterprise-ui-framework.d.ts.map +0 -1
- package/src/assets/styles/components/_components.chips.scss +0 -205
- package/src/assets/styles/components/_components.datePicker.scss +0 -204
- package/src/assets/styles/components/_components.menuPanel.scss +0 -49
- package/src/assets/styles/components/_components.paginator.scss +0 -43
- package/src/assets/styles/components/_components.radio-button.scss +0 -17
- package/src/assets/styles/components/_components.table.scss +0 -230
- package/src/assets/styles/components/forms/_components.forms.all.scss +0 -8
- package/src/assets/styles/components/forms/_components.forms.dropdown.scss +0 -19
- package/src/assets/styles/components/forms/_components.forms.inputFields.scss +0 -260
- package/src/assets/styles/components/forms/_components.forms.selectBox.scss +0 -245
- package/src/assets/styles/components/forms/_components.forms.textField.scss +0 -126
- /package/src/assets/styles/settings/{_settings.variables.scss → _settings.tokens.scss} +0 -0
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
|
-
import { QdPanelSectionConfig } from '../panel-section/model/panel-section-config.interface';
|
|
3
|
-
import { QdPanelSectionActionService } from './services/panel-section-action.service';
|
|
4
|
-
import { QdStatusPairsComponent } from '../lists/pairs/status-pairs/status-pairs-container/status-pairs.component';
|
|
5
|
-
import { QdPanelSectionTextParagraphComponent } from './text-paragraph/panel-section-text-paragraph.component';
|
|
6
|
-
import { QdTableComponent } from '../table/table.component';
|
|
7
|
-
import { QdPanelSectionStatusComponent } from './status/panel-section-status.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* The **QdPanelSection** component provides a structural container for panels like the control panel
|
|
11
|
-
* that can hold a title and text. A simple title can be set through the config and a status title can be set with
|
|
12
|
-
* the child component **qd-panel-section-status**. Text can be inserted with
|
|
13
|
-
* **qd-panel-section-text-paragraph** components that optionally also can have a title.
|
|
14
|
-
* It's also possible to integrate a **qd-table** or **qd-status-pairs**.
|
|
15
|
-
* Define actions in the config to insert an action button or a menu button with multiple actions in the toolbar.
|
|
16
|
-
* When the button is clicked, the `actionOutput` will be emitted.
|
|
17
|
-
*
|
|
18
|
-
* **Usage:**
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* <qd-panel-section [config]="{ title: { i18n: 'i18n.my-panel-section-title' }}">
|
|
22
|
-
* <qd-panel-section-status
|
|
23
|
-
* [config]="{ status: 'success', title: { i18n: 'i18n.my-control-panel-status-title' }}"
|
|
24
|
-
* ></qd-panel-section-status>
|
|
25
|
-
* <qd-panel-section-text-paragraph [config]="{ title: { i18n: 'i18n.my-panel-section-text-paragraph-title' }}">
|
|
26
|
-
* My Panel Section Text
|
|
27
|
-
* </qd-panel-section-text-paragraph>
|
|
28
|
-
* </qd-text-section>
|
|
29
|
-
*/
|
|
30
|
-
export declare class QdPanelSectionComponent implements OnInit, OnDestroy {
|
|
31
|
-
private readonly actionService;
|
|
32
|
-
/**
|
|
33
|
-
* The configuration of the panel section.
|
|
34
|
-
*/
|
|
35
|
-
config: QdPanelSectionConfig;
|
|
36
|
-
/**
|
|
37
|
-
* @description Sends an event when the panel section action button is clicked or tapped.
|
|
38
|
-
*
|
|
39
|
-
* The event includes the action type
|
|
40
|
-
*/
|
|
41
|
-
actionOutput: EventEmitter<string>;
|
|
42
|
-
statusList: QueryList<QdPanelSectionStatusComponent>;
|
|
43
|
-
statusPairsList: QueryList<QdStatusPairsComponent>;
|
|
44
|
-
tableList: QueryList<QdTableComponent<string>>;
|
|
45
|
-
paragraphList: QueryList<QdPanelSectionTextParagraphComponent>;
|
|
46
|
-
private _actionOutputSubscription;
|
|
47
|
-
constructor(actionService: QdPanelSectionActionService);
|
|
48
|
-
ngOnInit(): void;
|
|
49
|
-
ngOnDestroy(): void;
|
|
50
|
-
hasActions(): boolean;
|
|
51
|
-
hasContent(): boolean;
|
|
52
|
-
private subscribeForActionOutput;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPanelSectionComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPanelSectionComponent, "qd-panel-section", never, { "config": { "alias": "config"; "required": false; }; }, { "actionOutput": "actionOutput"; }, ["statusList", "statusPairsList", "tableList", "paragraphList"], ["qd-panel-section-status", "qd-status-pairs", "qd-table", "qd-panel-section-text-paragraph"], false, never>;
|
|
55
|
-
}
|
|
56
|
-
//# sourceMappingURL=panel-section.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section.component.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/panel-section/panel-section.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,uDAAuD,CAAC;AAC7F,OAAO,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,2EAA2E,CAAC;AACnH,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;;AAExF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAQa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAqBnD,OAAO,CAAC,QAAQ,CAAC,aAAa;IApB1C;;OAEG;IACM,MAAM,EAAE,oBAAoB,CAAM;IAE3C;;;;OAIG;IACO,YAAY,uBAA8B;IAEJ,UAAU,EAAG,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAC7D,eAAe,EAAG,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAC1D,SAAS,EAAG,SAAS,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC;IAEnF,aAAa,EAAG,SAAS,CAAC,oCAAoC,CAAC,CAAC;IAEhE,OAAO,CAAC,yBAAyB,CAAgB;gBAEpB,aAAa,EAAE,2BAA2B;IAEvE,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,UAAU,IAAI,OAAO;IAMrB,UAAU,IAAI,OAAO;IASrB,OAAO,CAAC,wBAAwB;yCA9CrB,uBAAuB;2CAAvB,uBAAuB;CAmDnC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { QdPanelSectionComponent } from './panel-section.component';
|
|
2
|
-
import { QdPanelSectionStatusComponent } from './status/panel-section-status.component';
|
|
3
|
-
import { QdPanelSectionActionsComponent } from './actions/panel-section-actions.component';
|
|
4
|
-
import { QdPanelSectionTextParagraphComponent } from './text-paragraph/panel-section-text-paragraph.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./panel-section.component";
|
|
7
|
-
import * as i2 from "./status/panel-section-status.component";
|
|
8
|
-
import * as i3 from "./actions/panel-section-actions.component";
|
|
9
|
-
import * as i4 from "./text-paragraph/panel-section-text-paragraph.component";
|
|
10
|
-
import * as i5 from "@angular/common";
|
|
11
|
-
import * as i6 from "@ngx-translate/core";
|
|
12
|
-
import * as i7 from "../button/button.module";
|
|
13
|
-
import * as i8 from "../icon/icon.module";
|
|
14
|
-
export { QdPanelSectionComponent, QdPanelSectionStatusComponent, QdPanelSectionActionsComponent, QdPanelSectionTextParagraphComponent };
|
|
15
|
-
export declare class QdPanelSectionModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPanelSectionModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdPanelSectionModule, [typeof i1.QdPanelSectionComponent, typeof i2.QdPanelSectionStatusComponent, typeof i3.QdPanelSectionActionsComponent, typeof i4.QdPanelSectionTextParagraphComponent], [typeof i5.CommonModule, typeof i6.TranslateModule, typeof i7.QdButtonModule, typeof i8.QdIconModule], [typeof i1.QdPanelSectionComponent, typeof i2.QdPanelSectionStatusComponent, typeof i3.QdPanelSectionActionsComponent, typeof i4.QdPanelSectionTextParagraphComponent]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdPanelSectionModule>;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=panel-section.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/panel-section/panel-section.module.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,8BAA8B,EAAE,MAAM,2CAA2C,CAAC;AAC3F,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;;;;;;;;;;AAG/G,OAAO,EACL,uBAAuB,EACvB,6BAA6B,EAC7B,8BAA8B,EAC9B,oCAAoC,EACrC,CAAC;AAEF,qBAea,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class QdPanelSectionActionService {
|
|
4
|
-
private _actionSubject$;
|
|
5
|
-
get action$(): Observable<string>;
|
|
6
|
-
emitAction(type: string): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPanelSectionActionService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdPanelSectionActionService>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=panel-section-action.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section-action.service.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/panel-section/services/panel-section-action.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;;AAE3C,qBACa,2BAA2B;IACtC,OAAO,CAAC,eAAe,CAAyB;IAEhD,IAAI,OAAO,IAAI,UAAU,CAAC,MAAM,CAAC,CAEhC;IAED,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;yCAPnB,2BAA2B;6CAA3B,2BAA2B;CAUvC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { QdPanelSectionStatusConfig } from '../model/panel-section-status-config.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class QdPanelSectionStatusComponent {
|
|
4
|
-
config: QdPanelSectionStatusConfig;
|
|
5
|
-
get getStatusClass(): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPanelSectionStatusComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPanelSectionStatusComponent, "qd-panel-section-status", never, { "config": { "alias": "config"; "required": true; }; }, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=panel-section-status.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section-status.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/panel-section/status/panel-section-status.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,gDAAgD,CAAC;;AAE5F,qBAMa,6BAA6B;IACb,MAAM,EAAG,0BAA0B,CAAC;IAE/D,IACI,cAAc,IAAI,MAAM,CAE3B;yCANU,6BAA6B;2CAA7B,6BAA6B;CAOzC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { QdPanelSectionTextParagraphConfig } from '../model/panel-section-text-paragraph-config.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class QdPanelSectionTextParagraphComponent {
|
|
4
|
-
/**
|
|
5
|
-
* The configuration of the panel section text paragraph.
|
|
6
|
-
*/
|
|
7
|
-
config: QdPanelSectionTextParagraphConfig;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPanelSectionTextParagraphComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPanelSectionTextParagraphComponent, "qd-panel-section-text-paragraph", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=panel-section-text-paragraph.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-section-text-paragraph.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iCAAiC,EAAE,MAAM,wDAAwD,CAAC;;AAE3G,qBAMa,oCAAoC;IAC/C;;OAEG;IACM,MAAM,EAAE,iCAAiC,CAAM;yCAJ7C,oCAAoC;2CAApC,oCAAoC;CAKhD"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockQdPlaceHolderComponent {
|
|
3
|
-
area: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockQdPlaceHolderComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockQdPlaceHolderComponent, "qd-place-holder", never, { "area": { "alias": "area"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=mock-place-holder.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-place-holder.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/place-holder/__mocks__/mock-place-holder.component.ts"],"names":[],"mappings":";AAGA,qBAMa,4BAA4B;IAC9B,IAAI,EAAE,MAAM,CAAC;yCADX,4BAA4B;2CAA5B,4BAA4B;CAExC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { QdMockQdPlaceHolderComponent } from './mock-place-holder.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./mock-place-holder.component";
|
|
4
|
-
export { QdMockQdPlaceHolderComponent };
|
|
5
|
-
export declare class QdMockPlaceHolderModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockPlaceHolderModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockPlaceHolderModule, [typeof i1.QdMockQdPlaceHolderComponent], never, [typeof i1.QdMockQdPlaceHolderComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdMockPlaceHolderModule>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=mock-place-holder.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-place-holder.module.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/place-holder/__mocks__/mock-place-holder.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;;;AAE7E,OAAO,EAAE,4BAA4B,EAAE,CAAC;AAExC,qBAIa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* **QdPlaceHolder** provides a placeholder component for documentation purposes in Storybook.
|
|
4
|
-
*
|
|
5
|
-
* * @deprecated By rebuilding the storybook, this component is no longer necessary.
|
|
6
|
-
*/
|
|
7
|
-
export declare class QdPlaceHolderComponent {
|
|
8
|
-
area: string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPlaceHolderComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPlaceHolderComponent, "qd-place-holder", never, { "area": { "alias": "area"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=place-holder.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"place-holder.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/place-holder/place-holder/place-holder.component.ts"],"names":[],"mappings":";AAGA;;;;GAIG;AACH,qBAOa,sBAAsB;IACxB,IAAI,EAAE,MAAM,CAAC;yCADX,sBAAsB;2CAAtB,sBAAsB;CAElC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { QdPlaceHolderComponent } from './place-holder/place-holder.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./place-holder/place-holder.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
export { QdPlaceHolderComponent };
|
|
6
|
-
export declare class QdPlaceHolderModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPlaceHolderModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdPlaceHolderModule, [typeof i1.QdPlaceHolderComponent], [typeof i2.CommonModule], [typeof i1.QdPlaceHolderComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdPlaceHolderModule>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=place-holder.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"place-holder.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/place-holder/place-holder.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;;;;AAE/E,OAAO,EAAE,sBAAsB,EAAE,CAAC;AAElC,qBAKa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockIndeterminateProgressBarComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockIndeterminateProgressBarComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockIndeterminateProgressBarComponent, "qd-indeterminate-progress-bar", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-indeterminate-progress-bar.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-indeterminate-progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.ts"],"names":[],"mappings":";AAEA,qBAMa,uCAAuC;yCAAvC,uCAAuC;2CAAvC,uCAAuC;CAAG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockPercentageProgressBarComponent {
|
|
3
|
-
percentage: any;
|
|
4
|
-
testId: string;
|
|
5
|
-
get dataTestId(): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockPercentageProgressBarComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockPercentageProgressBarComponent, "qd-percentage-progress-bar", never, { "percentage": { "alias": "percentage"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=mock-percentage-progress-bar.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-percentage-progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.ts"],"names":[],"mappings":";AAGA,qBAKa,oCAAoC;IACtC,UAAU,MAAC;IACG,MAAM,SAA6B;IAE1D,IAAsC,UAAU,IAAI,MAAM,CAEzD;yCANU,oCAAoC;2CAApC,oCAAoC;CAOhD"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { QdMockIndeterminateProgressBarComponent } from './mock-indeterminate-progress-bar.component';
|
|
2
|
-
import { QdMockPercentageProgressBarComponent } from './mock-percentage-progress-bar.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./mock-indeterminate-progress-bar.component";
|
|
5
|
-
import * as i2 from "./mock-percentage-progress-bar.component";
|
|
6
|
-
export { QdMockIndeterminateProgressBarComponent };
|
|
7
|
-
export { QdMockPercentageProgressBarComponent };
|
|
8
|
-
export declare class QdMockProgressBarModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockProgressBarModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockProgressBarModule, [typeof i1.QdMockIndeterminateProgressBarComponent, typeof i2.QdMockPercentageProgressBarComponent], never, [typeof i1.QdMockIndeterminateProgressBarComponent, typeof i2.QdMockPercentageProgressBarComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdMockProgressBarModule>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=mock-progress-bar.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-progress-bar.module.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/progress-bar/__mocks__/mock-progress-bar.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uCAAuC,EAAE,MAAM,6CAA6C,CAAC;AACtG,OAAO,EAAE,oCAAoC,EAAE,MAAM,0CAA0C,CAAC;;;;AAEhG,OAAO,EAAE,uCAAuC,EAAE,CAAC;AACnD,OAAO,EAAE,oCAAoC,EAAE,CAAC;AAEhD,qBAIa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* **QdPercentageProgressBar** creates a ProgressBar with a continuous animation.
|
|
4
|
-
*/
|
|
5
|
-
export declare class QdIndeterminateProgressBarComponent {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdIndeterminateProgressBarComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdIndeterminateProgressBarComponent, "qd-indeterminate-progress-bar", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=indeterminate-progress-bar.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"indeterminate-progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.ts"],"names":[],"mappings":";AAEA;;GAEG;AACH,qBAQa,mCAAmC;yCAAnC,mCAAmC;2CAAnC,mCAAmC;CAAG"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* **QdPercentageProgressBar** creates a ProgressBar with percentages.
|
|
5
|
-
*/
|
|
6
|
-
export declare class QdPercentageProgressBarComponent implements OnChanges, AfterViewInit {
|
|
7
|
-
private elementRef;
|
|
8
|
-
/**
|
|
9
|
-
* The percentage for the progress bar. If not specified, the value is set to `0`.
|
|
10
|
-
*/
|
|
11
|
-
percentage: any;
|
|
12
|
-
/**
|
|
13
|
-
* A static test ID for integration tests can be set. <br />
|
|
14
|
-
* The value for the HTML attribute [data-test-id].
|
|
15
|
-
*/
|
|
16
|
-
testId: string;
|
|
17
|
-
get dataTestId(): string;
|
|
18
|
-
constructor(elementRef: ElementRef);
|
|
19
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
setProgress(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPercentageProgressBarComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPercentageProgressBarComponent, "qd-percentage-progress-bar", never, { "percentage": { "alias": "percentage"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=percentage-progress-bar.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"percentage-progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/progress-bar/percentage/percentage-progress-bar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAsB,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEnH;;GAEG;AACH,qBAMa,gCAAiC,YAAW,SAAS,EAAE,aAAa;IAgBnE,OAAO,CAAC,UAAU;IAf9B;;OAEG;IACM,UAAU,MAAC;IAEpB;;;OAGG;IACoB,MAAM,SAA6B;IAE1D,IAAsC,UAAU,IAAI,MAAM,CAEzD;gBAEmB,UAAU,EAAE,UAAU;IAE1C,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIzC,eAAe,IAAI,IAAI;IAIvB,WAAW,IAAI,IAAI;yCA1BR,gCAAgC;2CAAhC,gCAAgC;CA+B5C"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { QdIndeterminateProgressBarComponent } from './indeterminate/indeterminate-progress-bar.component';
|
|
2
|
-
import { QdPercentageProgressBarComponent } from './percentage/percentage-progress-bar.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./indeterminate/indeterminate-progress-bar.component";
|
|
5
|
-
import * as i2 from "./percentage/percentage-progress-bar.component";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
export { QdIndeterminateProgressBarComponent };
|
|
8
|
-
export { QdPercentageProgressBarComponent };
|
|
9
|
-
export declare class QdProgressBarModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdProgressBarModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdProgressBarModule, [typeof i1.QdIndeterminateProgressBarComponent, typeof i2.QdPercentageProgressBarComponent], [typeof i3.CommonModule], [typeof i1.QdIndeterminateProgressBarComponent, typeof i2.QdPercentageProgressBarComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdProgressBarModule>;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=progress-bar.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"progress-bar.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/progress-bar/progress-bar.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mCAAmC,EAAE,MAAM,sDAAsD,CAAC;AAC3G,OAAO,EAAE,gCAAgC,EAAE,MAAM,gDAAgD,CAAC;;;;;AAElG,OAAO,EAAE,mCAAmC,EAAE,CAAC;AAC/C,OAAO,EAAE,gCAAgC,EAAE,CAAC;AAE5C,qBAKa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./button/__mocks__/mock-button.module";
|
|
3
|
-
import * as i2 from "./chips/__mocks__/mock-chips.module";
|
|
4
|
-
import * as i3 from "./grid/__mocks__/mock-grid.module";
|
|
5
|
-
import * as i4 from "./filter/__mocks__/mock-filter.module";
|
|
6
|
-
import * as i5 from "./forms/__mocks__/mock-forms.module";
|
|
7
|
-
import * as i6 from "./icon/__mocks__/mock-icon.module";
|
|
8
|
-
import * as i7 from "./image/__mocks__/mock-image.module";
|
|
9
|
-
import * as i8 from "./lists/__mocks__/mock-list.module";
|
|
10
|
-
import * as i9 from "./notifications/__mocks__/mock-notifications.module";
|
|
11
|
-
import * as i10 from "./page/__mocks__/mock-page.module";
|
|
12
|
-
import * as i11 from "./place-holder/__mocks__/mock-place-holder.module";
|
|
13
|
-
import * as i12 from "./progress-bar/__mocks__/mock-progress-bar.module";
|
|
14
|
-
import * as i13 from "./search/__mocks__/mock-search.module";
|
|
15
|
-
import * as i14 from "./section/__mocks__/mock-section.module";
|
|
16
|
-
import * as i15 from "./core/__mocks__/mock-core.module";
|
|
17
|
-
import * as i16 from "./shell/__mocks__/mock-shell.module";
|
|
18
|
-
import * as i17 from "./status-indicator/__mocks__/mock-status-indicator.module";
|
|
19
|
-
import * as i18 from "./table/__mocks__/mock-table.module";
|
|
20
|
-
import * as i19 from "./text-section/__mocks__/mock-text-section.module";
|
|
21
|
-
import * as i20 from "./tiles/__mocks__/mock-tiles.module";
|
|
22
|
-
export declare class QdUiMockModule {
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdUiMockModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdUiMockModule, never, [typeof i1.QdMockButtonModule, typeof i2.QdMockChipModule, typeof i3.QdMockGridModule, typeof i4.QdMockFilterModule, typeof i5.QdMockFormsModule, typeof i6.QdMockIconModule, typeof i7.QdMockImageModule, typeof i8.QdMockListModule, typeof i9.QdMockNotificationsModule, typeof i10.QdMockPageModule, typeof i11.QdMockPlaceHolderModule, typeof i12.QdMockProgressBarModule, typeof i13.QdMockSearchModule, typeof i14.QdMockSectionModule, typeof i15.QdMockCoreModule, typeof i16.QdMockShellModule, typeof i17.QdMockStatusIndicatorModule, typeof i18.QdMockTableModule, typeof i19.QdMockTextSectionModule, typeof i20.QdMockTilesModule], [typeof i1.QdMockButtonModule, typeof i2.QdMockChipModule, typeof i3.QdMockGridModule, typeof i4.QdMockFilterModule, typeof i5.QdMockFormsModule, typeof i6.QdMockIconModule, typeof i7.QdMockImageModule, typeof i8.QdMockListModule, typeof i9.QdMockNotificationsModule, typeof i10.QdMockPageModule, typeof i11.QdMockPlaceHolderModule, typeof i12.QdMockProgressBarModule, typeof i13.QdMockSearchModule, typeof i14.QdMockSectionModule, typeof i15.QdMockCoreModule, typeof i16.QdMockShellModule, typeof i17.QdMockStatusIndicatorModule, typeof i18.QdMockTableModule, typeof i19.QdMockTextSectionModule, typeof i20.QdMockTilesModule]>;
|
|
25
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdUiMockModule>;
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=qd-ui-mock.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"qd-ui-mock.module.d.ts","sourceRoot":"","sources":["../../../libs/qd-ui/src/lib/qd-ui-mock.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AA8CA,qBAIa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
package/lib/qd-ui.module.d.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { QdAppEnvironment } from './core/model/app-enviroment.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./button/button.module";
|
|
5
|
-
import * as i2 from "./chips/chips.module";
|
|
6
|
-
import * as i3 from "./comments/comments.module";
|
|
7
|
-
import * as i4 from "./contact-card/contact-card.module";
|
|
8
|
-
import * as i5 from "./core/core.module";
|
|
9
|
-
import * as i6 from "./dialog/dialog.module";
|
|
10
|
-
import * as i7 from "./file-collector/file-collector.module";
|
|
11
|
-
import * as i8 from "./filter/filter.module";
|
|
12
|
-
import * as i9 from "./forms/qd-form.module";
|
|
13
|
-
import * as i10 from "./grid/grid.module";
|
|
14
|
-
import * as i11 from "./icon/icon.module";
|
|
15
|
-
import * as i12 from "./image/image.module";
|
|
16
|
-
import * as i13 from "./lists/list.module";
|
|
17
|
-
import * as i14 from "./navigation-tiles/navigation-tiles.module";
|
|
18
|
-
import * as i15 from "./notifications/notifications.module";
|
|
19
|
-
import * as i16 from "./page/page.module";
|
|
20
|
-
import * as i17 from "./page-stepper/page-stepper.module";
|
|
21
|
-
import * as i18 from "./page-tabs/page-tabs.module";
|
|
22
|
-
import * as i19 from "./panel-section/panel-section.module";
|
|
23
|
-
import * as i20 from "./place-holder/place-holder.module";
|
|
24
|
-
import * as i21 from "./progress-bar/progress-bar.module";
|
|
25
|
-
import * as i22 from "./quick-edit/quick-edit.module";
|
|
26
|
-
import * as i23 from "./search/search.module";
|
|
27
|
-
import * as i24 from "./section/section.module";
|
|
28
|
-
import * as i25 from "./shell/shell.module";
|
|
29
|
-
import * as i26 from "./spinner/spinner.module";
|
|
30
|
-
import * as i27 from "./status-indicator/status-indicator.module";
|
|
31
|
-
import * as i28 from "./table/table.module";
|
|
32
|
-
import * as i29 from "./text-section/text-section.module";
|
|
33
|
-
import * as i30 from "./tiles/tiles.module";
|
|
34
|
-
import * as i31 from "./tree/tree.module";
|
|
35
|
-
export declare class QdUiModule {
|
|
36
|
-
static forRoot(config: QdAppEnvironment, backendErrorCodes?: {}, whitelistErrorCodes?: number[]): ModuleWithProviders<QdUiModule>;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdUiModule, never>;
|
|
38
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdUiModule, never, [typeof i1.QdButtonModule, typeof i2.QdChipModule, typeof i3.QdCommentsModule, typeof i4.QdContactCardModule, typeof i5.QdCoreModule, typeof i6.QdDialogModule, typeof i7.QdFileCollectorModule, typeof i8.QdFilterModule, typeof i9.QdFormModule, typeof i10.QdGridModule, typeof i11.QdIconModule, typeof i12.QdImageModule, typeof i13.QdListModule, typeof i14.QdNavigationTilesModule, typeof i15.QdNotificationsModule, typeof i16.QdPageModule, typeof i17.QdPageStepperModule, typeof i18.QdPageTabsModule, typeof i19.QdPanelSectionModule, typeof i20.QdPlaceHolderModule, typeof i21.QdProgressBarModule, typeof i22.QdQuickEditModule, typeof i23.QdSearchModule, typeof i24.QdSectionModule, typeof i25.QdShellModule, typeof i26.QdSpinnerModule, typeof i27.QdStatusIndicatorModule, typeof i28.QdTableModule, typeof i29.QdTextSectionModule, typeof i30.QdTilesModule, typeof i31.QdTreeModule], [typeof i1.QdButtonModule, typeof i2.QdChipModule, typeof i3.QdCommentsModule, typeof i4.QdContactCardModule, typeof i5.QdCoreModule, typeof i6.QdDialogModule, typeof i7.QdFileCollectorModule, typeof i8.QdFilterModule, typeof i9.QdFormModule, typeof i10.QdGridModule, typeof i11.QdIconModule, typeof i12.QdImageModule, typeof i13.QdListModule, typeof i14.QdNavigationTilesModule, typeof i15.QdNotificationsModule, typeof i16.QdPageModule, typeof i17.QdPageStepperModule, typeof i18.QdPageTabsModule, typeof i19.QdPanelSectionModule, typeof i20.QdPlaceHolderModule, typeof i21.QdProgressBarModule, typeof i22.QdQuickEditModule, typeof i23.QdSearchModule, typeof i24.QdSectionModule, typeof i25.QdShellModule, typeof i26.QdSpinnerModule, typeof i27.QdStatusIndicatorModule, typeof i28.QdTableModule, typeof i29.QdTextSectionModule, typeof i30.QdTilesModule, typeof i31.QdTreeModule]>;
|
|
39
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdUiModule>;
|
|
40
|
-
}
|
|
41
|
-
//# sourceMappingURL=qd-ui.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"qd-ui.module.d.ts","sourceRoot":"","sources":["../../../libs/qd-ui/src/lib/qd-ui.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;AAQ9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqEzE,qBAWa,UAAU;IACrB,MAAM,CAAC,OAAO,CACZ,MAAM,EAAE,gBAAgB,EACxB,iBAAiB,KAAK,EACtB,mBAAmB,GAAE,MAAM,EAAO,GACjC,mBAAmB,CAAC,UAAU,CAAC;yCALvB,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAetB"}
|
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
import { QdTooltip } from '../../core/core.module';
|
|
2
|
-
import { QdFormDropdownConfiguration } from '../../forms/model/forms.interface';
|
|
3
|
-
import { ValidatorFnWithProps } from '../../forms/reactive-forms/controls/form-control';
|
|
4
|
-
import { QdQuickEditRow } from './quick-edit-data';
|
|
5
|
-
/**
|
|
6
|
-
* @description Configuration model for empty state view
|
|
7
|
-
*/
|
|
8
|
-
export interface QdQuickEditEmptyStateView {
|
|
9
|
-
/**
|
|
10
|
-
* @description Toggles the empty view off, if set to "true".
|
|
11
|
-
*
|
|
12
|
-
* * @default: false
|
|
13
|
-
*/
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Translation key for empty state view
|
|
17
|
-
*/
|
|
18
|
-
i18n: string;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Configuration of QuickEdit.
|
|
22
|
-
*/
|
|
23
|
-
export interface QdQuickEditConfig<T extends string> {
|
|
24
|
-
/**
|
|
25
|
-
* @description Defines the columns of QuickData.
|
|
26
|
-
*/
|
|
27
|
-
columns: QdQuickEditColumn<T>[];
|
|
28
|
-
/**
|
|
29
|
-
* @description Defines a list of secondary actions that can be executed per Click/Tab of an item in the menu.
|
|
30
|
-
*
|
|
31
|
-
* * @example
|
|
32
|
-
* This is how the two actions "save" and "delete" are created.
|
|
33
|
-
* ```ts
|
|
34
|
-
* secondaryActions: [
|
|
35
|
-
* {
|
|
36
|
-
* type: 'save',
|
|
37
|
-
* handler: rowData => doSomethingWith(rowData)
|
|
38
|
-
* },
|
|
39
|
-
* {
|
|
40
|
-
* type: 'delete',
|
|
41
|
-
* isDisabled: true,
|
|
42
|
-
* handler: rowData => doSomethingWith(rowData)
|
|
43
|
-
* }
|
|
44
|
-
* ]
|
|
45
|
-
* ```
|
|
46
|
-
*/
|
|
47
|
-
secondaryActions?: QdQuickEditSecondaryAction<T>[];
|
|
48
|
-
/**
|
|
49
|
-
* Determines whether users can create entries to quick edit. Works only for standalone mode. If configured as yes, a create button
|
|
50
|
-
* will be rendered either in quick edit itself when being used standalone. For usage in section, configure section with add button.
|
|
51
|
-
*/
|
|
52
|
-
canAdd?: boolean;
|
|
53
|
-
/**
|
|
54
|
-
* Allows to change the label of the create button.
|
|
55
|
-
*/
|
|
56
|
-
standaloneCreateLabel?: {
|
|
57
|
-
i18n: string;
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* @description Sets an alternative view if no elements are available
|
|
61
|
-
*/
|
|
62
|
-
emptyStateView?: QdQuickEditEmptyStateView;
|
|
63
|
-
/**
|
|
64
|
-
* @description Enables "viewonly" mode for quick edit.
|
|
65
|
-
*
|
|
66
|
-
* When set to `true`, the table displays its content as read-only.
|
|
67
|
-
* Combined with `secondaryActions`, this can be used to selectively show or hide secondary actions
|
|
68
|
-
* based on the operation mode (`'view'` or `'edit'`) used in the Quadrel framework.
|
|
69
|
-
*
|
|
70
|
-
* * If `viewonly` is explicitly set, it overrides the global operation mode
|
|
71
|
-
* (which is normally controlled through external events).
|
|
72
|
-
* This gives you full control: for example, setting `viewonly: false` will allow edit actions to be shown,
|
|
73
|
-
* even if the global mode would normally hide them.
|
|
74
|
-
*
|
|
75
|
-
* * @default false
|
|
76
|
-
*/
|
|
77
|
-
viewonly?: boolean;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* Base set for column configurations of QdQuickEdit.
|
|
81
|
-
*/
|
|
82
|
-
export interface QdQuickEditColumnBase<T extends string> {
|
|
83
|
-
/**
|
|
84
|
-
* Name of the column.
|
|
85
|
-
*/
|
|
86
|
-
name: T;
|
|
87
|
-
/**
|
|
88
|
-
* Translation key used for the column header.
|
|
89
|
-
*/
|
|
90
|
-
i18n: string;
|
|
91
|
-
/**
|
|
92
|
-
* A function to determine if the column is editable for a specific row.
|
|
93
|
-
* @param row - Current row of the data.
|
|
94
|
-
* @param column - Column key that corresponds to the current column of the data.
|
|
95
|
-
*/
|
|
96
|
-
isEditable: (row: QdQuickEditRow<any>, column: T) => boolean;
|
|
97
|
-
/**
|
|
98
|
-
* Function or array of functions to validate the column values. Works only for QuickEdit when data is provided.
|
|
99
|
-
*/
|
|
100
|
-
validators?: ValidatorFnWithProps | ValidatorFnWithProps[];
|
|
101
|
-
/**
|
|
102
|
-
* Hides the specific column.
|
|
103
|
-
*/
|
|
104
|
-
isHidden?: boolean;
|
|
105
|
-
/**
|
|
106
|
-
* @description Tooltip configuration for the column header.
|
|
107
|
-
*/
|
|
108
|
-
tooltip?: QdTooltip;
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Column configuration for text in QdQuickEdit.
|
|
112
|
-
*/
|
|
113
|
-
export interface QdQuickEditColumnText<T extends string> extends QdQuickEditColumnBase<T> {
|
|
114
|
-
type: 'text';
|
|
115
|
-
}
|
|
116
|
-
/**
|
|
117
|
-
* Column configuration for integers in QdQuickEdit.
|
|
118
|
-
*/
|
|
119
|
-
export interface QdQuickEditColumnInteger<T extends string> extends QdQuickEditColumnBase<T> {
|
|
120
|
-
type: 'integer';
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* Column configuration for dropdowns in QdQuickEdit.
|
|
124
|
-
*/
|
|
125
|
-
export interface QdQuickEditColumnEnum<T extends string> extends QdQuickEditColumnBase<T>, Pick<QdFormDropdownConfiguration, 'placeholder' | 'placeholderPrefix' | 'filter' | 'options'> {
|
|
126
|
-
/**
|
|
127
|
-
* @inheritdoc
|
|
128
|
-
*/
|
|
129
|
-
type: 'enum';
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* Column configuration for Quick Edit
|
|
133
|
-
*/
|
|
134
|
-
export type QdQuickEditColumn<T extends string> = QdQuickEditColumnInteger<T> | QdQuickEditColumnText<T> | QdQuickEditColumnEnum<T>;
|
|
135
|
-
/**
|
|
136
|
-
* Secondary Actions configuration for Quick Edit
|
|
137
|
-
*/
|
|
138
|
-
export interface QdQuickEditSecondaryAction<T extends string> {
|
|
139
|
-
/**
|
|
140
|
-
* @description Defines the secondary action type for the table.
|
|
141
|
-
*/
|
|
142
|
-
label: {
|
|
143
|
-
i18n: string;
|
|
144
|
-
};
|
|
145
|
-
/**
|
|
146
|
-
* @description Sets the inline action to disabled
|
|
147
|
-
*/
|
|
148
|
-
isDisabled?: boolean | ((row: QdQuickEditRow<T>) => boolean);
|
|
149
|
-
/**
|
|
150
|
-
* @description Defines a handler that is triggered by a selection.
|
|
151
|
-
*/
|
|
152
|
-
handler: (selectedRow: QdQuickEditRow<T>) => void;
|
|
153
|
-
/**
|
|
154
|
-
* @description Controls in which operation mode this action is shown. May be set by the Quadrel Framework ('edit' or 'view').
|
|
155
|
-
*
|
|
156
|
-
* - Use `'edit'` to show the action only in editable mode.
|
|
157
|
-
* - Use `'view'` to show the action only in viewonly mode.
|
|
158
|
-
* - If not set, the action is shown in **both modes**.
|
|
159
|
-
*
|
|
160
|
-
* **Note:** The `viewonly` flag in the table configuration overrides any external operation mode.
|
|
161
|
-
*
|
|
162
|
-
* * @example
|
|
163
|
-
* ```ts
|
|
164
|
-
* {
|
|
165
|
-
* label: i18n: { ... },
|
|
166
|
-
* operationMode: 'edit',
|
|
167
|
-
* handler: ...
|
|
168
|
-
* }
|
|
169
|
-
* ```
|
|
170
|
-
*/
|
|
171
|
-
operationMode?: 'edit' | 'view';
|
|
172
|
-
}
|
|
173
|
-
//# sourceMappingURL=quick-edit-config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quick-edit-config.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/quick-edit/model/quick-edit-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB,CAAC,CAAC,SAAS,MAAM;IACjD;;OAEG;IACH,OAAO,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAAE,CAAC;IAEhC;;;;;;;;;;;;;;;;;;OAkBG;IACH,gBAAgB,CAAC,EAAE,0BAA0B,CAAC,CAAC,CAAC,EAAE,CAAC;IAEnD;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,qBAAqB,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAEzC;;OAEG;IACH,cAAc,CAAC,EAAE,yBAAyB,CAAC;IAE3C;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS,MAAM;IACrD;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC;IAER;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,UAAU,EAAE,CAAC,GAAG,EAAE,cAAc,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC,KAAK,OAAO,CAAC;IAE7D;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,GAAG,oBAAoB,EAAE,CAAC;IAE3D;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS,MAAM,CAAE,SAAQ,qBAAqB,CAAC,CAAC,CAAC;IACvF,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB,CAAC,CAAC,SAAS,MAAM,CAAE,SAAQ,qBAAqB,CAAC,CAAC,CAAC;IAC1F,IAAI,EAAE,SAAS,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS,MAAM,CACrD,SAAQ,qBAAqB,CAAC,CAAC,CAAC,EAC9B,IAAI,CAAC,2BAA2B,EAAE,aAAa,GAAG,mBAAmB,GAAG,QAAQ,GAAG,SAAS,CAAC;IAC/F;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,IAC1C,wBAAwB,CAAC,CAAC,CAAC,GAC3B,qBAAqB,CAAC,CAAC,CAAC,GACxB,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAE7B;;GAEG;AACH,MAAM,WAAW,0BAA0B,CAAC,CAAC,SAAS,MAAM;IAC1D;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,GAAG,EAAE,cAAc,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,CAAC;IAE7D;;OAEG;IACH,OAAO,EAAE,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;IAElD;;;;;;;;;;;;;;;;;OAiBG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACjC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @description Data Model for QdQuickEdit. Generic type defines the table columns keys.
|
|
3
|
-
*/
|
|
4
|
-
export type QdQuickEditData<T extends string> = QdQuickEditRow<T>[];
|
|
5
|
-
/**
|
|
6
|
-
* @description Type definition for QdQuickEdit data row object with its keys and values.
|
|
7
|
-
*/
|
|
8
|
-
export type QdQuickEditRow<T extends string> = Record<T, QdQuickEditDataValue>;
|
|
9
|
-
/**
|
|
10
|
-
* @description Type definitions for the contents of the QdQuickEdit columns.
|
|
11
|
-
* Currently only support for number & strings
|
|
12
|
-
*/
|
|
13
|
-
export type QdQuickEditDataValue = number | string | string[];
|
|
14
|
-
//# sourceMappingURL=quick-edit-data.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quick-edit-data.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/quick-edit/model/quick-edit-data.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,MAAM,IAAI,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC;AAEpE;;GAEG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,CAAC,CAAC,EAAE,oBAAoB,CAAC,CAAC;AAE/E;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { OnChanges, OnInit, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class QdCustomForDirective implements OnChanges, OnInit {
|
|
4
|
-
private templateRef;
|
|
5
|
-
private viewContainer;
|
|
6
|
-
qdCustomForOf: unknown[];
|
|
7
|
-
qdCustomForToggler: boolean;
|
|
8
|
-
private isRendered;
|
|
9
|
-
constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
12
|
-
renderItems(): void;
|
|
13
|
-
resetRendering(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdCustomForDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QdCustomForDirective, "[qdCustomFor]", never, { "qdCustomForOf": { "alias": "qdCustomForOf"; "required": false; }; "qdCustomForToggler": { "alias": "qdCustomForToggler"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=qd-ng-for.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"qd-ng-for.directive.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/quick-edit/qd-ng-for.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAElH,qBAQa,oBAAqB,YAAW,SAAS,EAAE,MAAM;IAMhD,OAAO,CAAC,WAAW;IAAwB,OAAO,CAAC,aAAa;IALnE,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,kBAAkB,UAAS;IAEpC,OAAO,CAAC,UAAU,CAAS;gBAEP,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC,EAAU,aAAa,EAAE,gBAAgB;IAE9F,QAAQ,IAAI,IAAI;IAIhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAiBzC,WAAW,IAAI,IAAI;IAWnB,cAAc,IAAI,IAAI;yCAxCX,oBAAoB;2CAApB,oBAAoB;CA4ChC"}
|