@quadrel-enterprise-ui/framework 19.8.1 → 20.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +2577 -3501
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/index.d.ts +17192 -4
- package/index.d.ts.map +1 -0
- package/package.json +8 -6
- package/src/assets/styles/components/_components.all.scss +3 -10
- package/src/assets/styles/components/_components.button.scss +25 -190
- package/src/assets/styles/components/_components.dialog.scss +2 -2
- package/src/assets/styles/components/_components.grid.scss +14 -14
- package/src/assets/styles/generic/_generic.all.scss +5 -5
- package/src/assets/styles/generic/_generic.normalize.scss +2 -2
- package/src/assets/styles/index.scss +7 -7
- package/src/assets/styles/objects/_objects.a11y.scss +4 -4
- package/src/assets/styles/objects/_objects.all.scss +3 -3
- package/src/assets/styles/settings/_setting.all.scss +13 -13
- package/src/assets/styles/settings/_settings.formFields.scss +2 -2
- package/src/assets/styles/settings/_settings.grid.scss +2 -4
- package/src/assets/styles/settings/_settings.horizontalSpacing.scss +4 -4
- package/src/assets/styles/settings/_settings.layoutHeader.scss +10 -10
- package/src/assets/styles/settings/_settings.material.scss +31 -31
- package/src/assets/styles/settings/_settings.page.scss +3 -3
- package/src/assets/styles/settings/_settings.shell.scss +5 -5
- package/src/assets/styles/settings/_settings.verticalRythm.scss +5 -5
- package/src/assets/styles/tools/_tools.all.scss +12 -12
- package/src/assets/styles/tools/_tools.boxShadowOverlay.scss +3 -3
- package/src/assets/styles/tools/_tools.breakpoints.scss +36 -18
- package/src/assets/styles/tools/_tools.colorMapper.scss +7 -6
- package/src/assets/styles/tools/_tools.convertPxToRem.scss +23 -12
- package/src/assets/styles/tools/_tools.fonts.scss +16 -16
- package/src/assets/styles/tools/_tools.getBaseFontSize.scss +7 -6
- package/src/assets/styles/tools/_tools.grid.scss +51 -33
- package/src/assets/styles/tools/_tools.layoutHeader.scss +5 -5
- package/src/assets/styles/tools/_tools.layoutWidth.scss +6 -5
- package/src/assets/styles/tools/_tools.mixins.scss +14 -14
- package/src/assets/styles/tools/_tools.overlayBackdrop.scss +2 -2
- package/src/assets/styles/tools/_tools.rwdDisabled.scss +5 -5
- package/src/assets/styles/tools/_tools.text.scss +4 -4
- package/src/assets/styles/tools/_tools.toolTip.scss +4 -4
- package/src/assets/styles/utilities/_utilities.all.scss +1 -1
- package/lib/button/__mocks__/mock-button-grid.component.d.ts +0 -6
- package/lib/button/__mocks__/mock-button-grid.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts +0 -8
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack.component.d.ts +0 -6
- package/lib/button/__mocks__/mock-button-stack.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.component.d.ts +0 -11
- package/lib/button/__mocks__/mock-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.directives.d.ts +0 -10
- package/lib/button/__mocks__/mock-button.directives.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.module.d.ts +0 -21
- package/lib/button/__mocks__/mock-button.module.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-icon-button.component.d.ts +0 -8
- package/lib/button/__mocks__/mock-icon-button.component.d.ts.map +0 -1
- package/lib/button/button/additional-info/button-additional-info.component.d.ts +0 -15
- package/lib/button/button/additional-info/button-additional-info.component.d.ts.map +0 -1
- package/lib/button/button/button.component.d.ts +0 -41
- package/lib/button/button/button.component.d.ts.map +0 -1
- package/lib/button/button-grid/button-grid.component.d.ts +0 -11
- package/lib/button/button-grid/button-grid.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts +0 -24
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +0 -11
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts.map +0 -1
- package/lib/button/button.module.d.ts +0 -32
- package/lib/button/button.module.d.ts.map +0 -1
- package/lib/button/directives/button.directives.d.ts +0 -25
- package/lib/button/directives/button.directives.d.ts.map +0 -1
- package/lib/button/icon-button/icon-button.component.d.ts +0 -26
- package/lib/button/icon-button/icon-button.component.d.ts.map +0 -1
- package/lib/button/menu-button/menu-button.component.d.ts +0 -58
- package/lib/button/menu-button/menu-button.component.d.ts.map +0 -1
- package/lib/button/model/button-config.d.ts +0 -76
- package/lib/button/model/button-config.d.ts.map +0 -1
- package/lib/button/model/button.types.d.ts +0 -2
- package/lib/button/model/button.types.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chip.component.d.ts +0 -15
- package/lib/chips/__mocks__/mock-chip.component.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chips.module.d.ts +0 -11
- package/lib/chips/__mocks__/mock-chips.module.d.ts.map +0 -1
- package/lib/chips/chip/chip.component.d.ts +0 -43
- package/lib/chips/chip/chip.component.d.ts.map +0 -1
- package/lib/chips/chips.module.d.ts +0 -13
- package/lib/chips/chips.module.d.ts.map +0 -1
- package/lib/chips/interfaces/chip.interface.d.ts +0 -3
- package/lib/chips/interfaces/chip.interface.d.ts.map +0 -1
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts +0 -26
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts.map +0 -1
- package/lib/comments/comments.component.d.ts +0 -22
- package/lib/comments/comments.component.d.ts.map +0 -1
- package/lib/comments/comments.module.d.ts +0 -23
- package/lib/comments/comments.module.d.ts.map +0 -1
- package/lib/comments/menu/comment-menu.component.d.ts +0 -9
- package/lib/comments/menu/comment-menu.component.d.ts.map +0 -1
- package/lib/comments/model/comments.interface.d.ts +0 -193
- package/lib/comments/model/comments.interface.d.ts.map +0 -1
- package/lib/comments/pipes/stripe-html.pipe.d.ts +0 -8
- package/lib/comments/pipes/stripe-html.pipe.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts +0 -8
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts +0 -11
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/contact-card.component.d.ts +0 -167
- package/lib/contact-card/contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/contact-card.module.d.ts +0 -17
- package/lib/contact-card/contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/menu/contact-card-menu.component.d.ts +0 -32
- package/lib/contact-card/menu/contact-card-menu.component.d.ts.map +0 -1
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts +0 -44
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts.map +0 -1
- package/lib/contact-card/model/contact-data.interface.d.ts +0 -163
- package/lib/contact-card/model/contact-data.interface.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts +0 -6
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-core.module.d.ts +0 -19
- package/lib/core/__mocks__/mock-core.module.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-disabled.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts +0 -34
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-translate.pipe.d.ts +0 -8
- package/lib/core/__mocks__/mock-translate.pipe.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.directive.d.ts +0 -14
- package/lib/core/autofocus/autofocus.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.module.d.ts +0 -9
- package/lib/core/autofocus/autofocus.module.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.service.d.ts +0 -9
- package/lib/core/autofocus/autofocus.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts +0 -125
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts +0 -12
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts +0 -27
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts +0 -21
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts +0 -8
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/core.module.d.ts +0 -33
- package/lib/core/core.module.d.ts.map +0 -1
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts +0 -15
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts.map +0 -1
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts +0 -13
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts +0 -28
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts +0 -44
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts +0 -31
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts +0 -39
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts +0 -27
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts +0 -18
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets-context.service.d.ts +0 -13
- package/lib/core/data-facets/data-facets-context.service.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.model.d.ts +0 -37
- package/lib/core/data-facets/data-facets.model.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.module.d.ts +0 -33
- package/lib/core/data-facets/data-facets.module.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.component.d.ts +0 -34
- package/lib/core/data-facets/date/data-facets-date.component.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts +0 -48
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts +0 -13
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts.map +0 -1
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts +0 -13
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.component.d.ts +0 -25
- package/lib/core/data-facets/link/data-facets-link.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts +0 -50
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts +0 -18
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.component.d.ts +0 -14
- package/lib/core/data-facets/status/data-facets-status.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts +0 -15
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.component.d.ts +0 -20
- package/lib/core/data-facets/text/data-facets-text.component.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts +0 -18
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts.map +0 -1
- package/lib/core/directives/viewport-adaptive.directive.d.ts +0 -8
- package/lib/core/directives/viewport-adaptive.directive.d.ts.map +0 -1
- package/lib/core/disabled/disabled.directive.d.ts +0 -6
- package/lib/core/disabled/disabled.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.d.ts +0 -10
- package/lib/core/focusable/focusable.d.ts.map +0 -1
- package/lib/core/focusable/focusable.directive.d.ts +0 -10
- package/lib/core/focusable/focusable.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.module.d.ts +0 -8
- package/lib/core/focusable/focusable.module.d.ts.map +0 -1
- package/lib/core/focusable/focusable.token.d.ts +0 -6
- package/lib/core/focusable/focusable.token.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.interface.d.ts +0 -33
- package/lib/core/model/app-enviroment.interface.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.token.d.ts +0 -4
- package/lib/core/model/app-enviroment.token.d.ts.map +0 -1
- package/lib/core/model/breakpoint.interface.d.ts +0 -10
- package/lib/core/model/breakpoint.interface.d.ts.map +0 -1
- package/lib/core/model/safe-bottom-offset.token.d.ts +0 -4
- package/lib/core/model/safe-bottom-offset.token.d.ts.map +0 -1
- package/lib/core/model/translation.interface.d.ts +0 -21
- package/lib/core/model/translation.interface.d.ts.map +0 -1
- package/lib/core/pipes/file-size.pipe.d.ts +0 -11
- package/lib/core/pipes/file-size.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholder.pipe.d.ts +0 -8
- package/lib/core/pipes/placeholder.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholders.pipe.d.ts +0 -10
- package/lib/core/pipes/placeholders.pipe.d.ts.map +0 -1
- package/lib/core/pipes/sanitize-html.pipe.d.ts +0 -11
- package/lib/core/pipes/sanitize-html.pipe.d.ts.map +0 -1
- package/lib/core/popover/popover/popover.component.d.ts +0 -23
- package/lib/core/popover/popover/popover.component.d.ts.map +0 -1
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts +0 -55
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts +0 -27
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-parent.service.d.ts +0 -8
- package/lib/core/popover/popover-parent.service.d.ts.map +0 -1
- package/lib/core/popover/popover-sizing.service.d.ts +0 -63
- package/lib/core/popover/popover-sizing.service.d.ts.map +0 -1
- package/lib/core/popover/popover-top-first.token.d.ts +0 -3
- package/lib/core/popover/popover-top-first.token.d.ts.map +0 -1
- package/lib/core/popover/popover.module.d.ts +0 -11
- package/lib/core/popover/popover.module.d.ts.map +0 -1
- package/lib/core/popover/popover.service.d.ts +0 -12
- package/lib/core/popover/popover.service.d.ts.map +0 -1
- package/lib/core/projection-guard/projection-guard.component.d.ts +0 -14
- package/lib/core/projection-guard/projection-guard.component.d.ts.map +0 -1
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts +0 -6
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/rxjs/delay-and-hold.operator.d.ts +0 -52
- package/lib/core/rxjs/delay-and-hold.operator.d.ts.map +0 -1
- package/lib/core/services/breakpoint.service.d.ts +0 -19
- package/lib/core/services/breakpoint.service.d.ts.map +0 -1
- package/lib/core/services/element.service.d.ts +0 -7
- package/lib/core/services/element.service.d.ts.map +0 -1
- package/lib/core/services/event-broker.service.d.ts +0 -56
- package/lib/core/services/event-broker.service.d.ts.map +0 -1
- package/lib/core/services/push-events.service.d.ts +0 -89
- package/lib/core/services/push-events.service.d.ts.map +0 -1
- package/lib/core/services/scrolling.service.d.ts +0 -15
- package/lib/core/services/scrolling.service.d.ts.map +0 -1
- package/lib/core/services/translate.service.d.ts +0 -16
- package/lib/core/services/translate.service.d.ts.map +0 -1
- package/lib/core/tools/constantCase.tools.d.ts +0 -2
- package/lib/core/tools/constantCase.tools.d.ts.map +0 -1
- package/lib/core/tools/convertPxToRem.tools.d.ts +0 -2
- package/lib/core/tools/convertPxToRem.tools.d.ts.map +0 -1
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts +0 -30
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts +0 -10
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts +0 -37
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +0 -24
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip.module.d.ts +0 -12
- package/lib/core/tooltip/tooltip.module.d.ts.map +0 -1
- package/lib/core/types/utility.types.d.ts +0 -3
- package/lib/core/types/utility.types.d.ts.map +0 -1
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts +0 -6
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts.map +0 -1
- package/lib/dialog/action/dialog-action.component.d.ts +0 -6
- package/lib/dialog/action/dialog-action.component.d.ts.map +0 -1
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts +0 -16
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts.map +0 -1
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts +0 -15
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts.map +0 -1
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts +0 -122
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts.map +0 -1
- package/lib/dialog/dialog.component.d.ts +0 -86
- package/lib/dialog/dialog.component.d.ts.map +0 -1
- package/lib/dialog/dialog.module.d.ts +0 -40
- package/lib/dialog/dialog.module.d.ts.map +0 -1
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts +0 -37
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts.map +0 -1
- package/lib/dialog/models/confirmation.model.d.ts +0 -117
- package/lib/dialog/models/confirmation.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-close.model.d.ts +0 -51
- package/lib/dialog/models/dialog-close.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-config.model.d.ts +0 -106
- package/lib/dialog/models/dialog-config.model.d.ts.map +0 -1
- package/lib/dialog/models/page-dialog-host.token.d.ts +0 -10
- package/lib/dialog/models/page-dialog-host.token.d.ts.map +0 -1
- package/lib/dialog/models/record-stepper.model.d.ts +0 -26
- package/lib/dialog/models/record-stepper.model.d.ts.map +0 -1
- package/lib/dialog/models/session-end-result.model.d.ts +0 -14
- package/lib/dialog/models/session-end-result.model.d.ts.map +0 -1
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts +0 -6
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts.map +0 -1
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts +0 -34
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts.map +0 -1
- package/lib/dialog/services/confirmation-dialog.service.d.ts +0 -14
- package/lib/dialog/services/confirmation-dialog.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts +0 -21
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog-change-guard.service.d.ts +0 -9
- package/lib/dialog/services/dialog-change-guard.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog.service.d.ts +0 -66
- package/lib/dialog/services/dialog.service.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts +0 -11
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts +0 -14
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts +0 -16
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts +0 -6
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts +0 -18
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts +0 -14
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts +0 -18
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts +0 -16
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts +0 -14
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts +0 -22
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.component.d.ts +0 -129
- package/lib/file-collector/file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.module.d.ts +0 -37
- package/lib/file-collector/file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts +0 -14
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/item/file-collector-item.component.d.ts +0 -16
- package/lib/file-collector/item/file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts +0 -7
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts +0 -7
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts +0 -24
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts +0 -7
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts.map +0 -1
- package/lib/file-collector/models/collected-file.d.ts +0 -33
- package/lib/file-collector/models/collected-file.d.ts.map +0 -1
- package/lib/file-collector/models/file-collector-config.d.ts +0 -76
- package/lib/file-collector/models/file-collector-config.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager-token.d.ts +0 -3
- package/lib/file-collector/models/file-manager-token.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager.d.ts +0 -18
- package/lib/file-collector/models/file-manager.d.ts.map +0 -1
- package/lib/file-collector/models/file-type.d.ts +0 -7
- package/lib/file-collector/models/file-type.d.ts.map +0 -1
- package/lib/file-collector/models/file-upload.d.ts +0 -15
- package/lib/file-collector/models/file-upload.d.ts.map +0 -1
- package/lib/file-collector/models/upload-progress.d.ts +0 -33
- package/lib/file-collector/models/upload-progress.d.ts.map +0 -1
- package/lib/file-collector/pipes/filesize.pipe.d.ts +0 -10
- package/lib/file-collector/pipes/filesize.pipe.d.ts.map +0 -1
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts +0 -11
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector-validation.service.d.ts +0 -14
- package/lib/file-collector/services/file-collector-validation.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector.service.d.ts +0 -22
- package/lib/file-collector/services/file-collector.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-type.service.d.ts +0 -11
- package/lib/file-collector/services/file-type.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts +0 -10
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts +0 -10
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-category.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts +0 -13
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts +0 -13
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.module.d.ts +0 -38
- package/lib/filter/__mocks__/mock-filter.module.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.service.d.ts +0 -36
- package/lib/filter/__mocks__/mock-filter.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts +0 -9
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts +0 -16
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts.map +0 -1
- package/lib/filter/category/date/filter-category-date.component.d.ts +0 -27
- package/lib/filter/category/date/filter-category-date.component.d.ts.map +0 -1
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts +0 -32
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts.map +0 -1
- package/lib/filter/category/filter-category.component.d.ts +0 -36
- package/lib/filter/category/filter-category.component.d.ts.map +0 -1
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts +0 -22
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts.map +0 -1
- package/lib/filter/category/select/filter-category-select.component.d.ts +0 -35
- package/lib/filter/category/select/filter-category-select.component.d.ts.map +0 -1
- package/lib/filter/filter-service/filter.service.d.ts +0 -55
- package/lib/filter/filter-service/filter.service.d.ts.map +0 -1
- package/lib/filter/filter.component.d.ts +0 -123
- package/lib/filter/filter.component.d.ts.map +0 -1
- package/lib/filter/filter.module.d.ts +0 -37
- package/lib/filter/filter.module.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active-items.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-active-items.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-active.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-get.helper.d.ts +0 -13
- package/lib/filter/helpers/filter-get.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-postbody.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-postbody.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query-parser.helper.d.ts +0 -3
- package/lib/filter/helpers/filter-query-parser.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query.helper.d.ts +0 -9
- package/lib/filter/helpers/filter-query.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts +0 -3
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-state.helpers.d.ts +0 -11
- package/lib/filter/helpers/filter-state.helpers.d.ts.map +0 -1
- package/lib/filter/helpers/filter-update.helper.d.ts +0 -13
- package/lib/filter/helpers/filter-update.helper.d.ts.map +0 -1
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts +0 -22
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts.map +0 -1
- package/lib/filter/item/date/filter-item-date.component.d.ts +0 -25
- package/lib/filter/item/date/filter-item-date.component.d.ts.map +0 -1
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts +0 -32
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts.map +0 -1
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts +0 -26
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts.map +0 -1
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts +0 -22
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts.map +0 -1
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts +0 -25
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts.map +0 -1
- package/lib/filter/model/filter-config.interface.d.ts +0 -84
- package/lib/filter/model/filter-config.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-post-body.interface.d.ts +0 -9
- package/lib/filter/model/filter-post-body.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-reducer.interface.d.ts +0 -5
- package/lib/filter/model/filter-reducer.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-state.interface.d.ts +0 -13
- package/lib/filter/model/filter-state.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-types.interface.d.ts +0 -2
- package/lib/filter/model/filter-types.interface.d.ts.map +0 -1
- package/lib/filter/pipes/localeDate.pipe.d.ts +0 -16
- package/lib/filter/pipes/localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/services/dependent-filters.service.d.ts +0 -20
- package/lib/filter/services/dependent-filters.service.d.ts.map +0 -1
- package/lib/filter/services/filter-rest-param.tools.d.ts +0 -23
- package/lib/filter/services/filter-rest-param.tools.d.ts.map +0 -1
- package/lib/filter/services/filter-router-connector.service.d.ts +0 -24
- package/lib/filter/services/filter-router-connector.service.d.ts.map +0 -1
- package/lib/filter/store/filter.actions.d.ts +0 -92
- package/lib/filter/store/filter.actions.d.ts.map +0 -1
- package/lib/filter/store/filter.reducer.d.ts +0 -4
- package/lib/filter/store/filter.reducer.d.ts.map +0 -1
- package/lib/filter/store/filter.selector.d.ts +0 -129
- package/lib/filter/store/filter.selector.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-calendar.component.d.ts +0 -12
- package/lib/forms/__mocks__/mock-calendar.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts +0 -11
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts +0 -15
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts +0 -12
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts +0 -13
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts +0 -16
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-error.component.d.ts +0 -8
- package/lib/forms/__mocks__/mock-form-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts +0 -11
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-label.component.d.ts +0 -13
- package/lib/forms/__mocks__/mock-form-label.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-forms.module.d.ts +0 -49
- package/lib/forms/__mocks__/mock-forms.module.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-input.component.d.ts +0 -26
- package/lib/forms/__mocks__/mock-input.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts +0 -22
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts +0 -15
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switch.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-switch.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switches.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-switches.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-textarea.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-textarea.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts +0 -117
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts +0 -11
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts +0 -11
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts +0 -25
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts +0 -24
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes.component.d.ts +0 -136
- package/lib/forms/checkboxes/checkboxes.component.d.ts.map +0 -1
- package/lib/forms/datepicker/adapter/date-adapter.d.ts +0 -56
- package/lib/forms/datepicker/adapter/date-adapter.d.ts.map +0 -1
- package/lib/forms/datepicker/calendar/calendar.component.d.ts +0 -66
- package/lib/forms/datepicker/calendar/calendar.component.d.ts.map +0 -1
- package/lib/forms/datepicker/datepicker.component.d.ts +0 -159
- package/lib/forms/datepicker/datepicker.component.d.ts.map +0 -1
- package/lib/forms/datepicker/service/timepicker.service.d.ts +0 -13
- package/lib/forms/datepicker/service/timepicker.service.d.ts.map +0 -1
- package/lib/forms/dropdown/dropdown.component.d.ts +0 -187
- package/lib/forms/dropdown/dropdown.component.d.ts.map +0 -1
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts +0 -31
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts.map +0 -1
- package/lib/forms/file-upload/file-upload.component.d.ts +0 -165
- package/lib/forms/file-upload/file-upload.component.d.ts.map +0 -1
- package/lib/forms/file-upload/model/file-upload.model.d.ts +0 -92
- package/lib/forms/file-upload/model/file-upload.model.d.ts.map +0 -1
- package/lib/forms/file-upload/services/file-upload.service.d.ts +0 -14
- package/lib/forms/file-upload/services/file-upload.service.d.ts.map +0 -1
- package/lib/forms/input/helpers/get-value-with-unit.d.ts +0 -3
- package/lib/forms/input/helpers/get-value-with-unit.d.ts.map +0 -1
- package/lib/forms/input/input.component.d.ts +0 -336
- package/lib/forms/input/input.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.component.d.ts +0 -27
- package/lib/forms/input/options/input-options.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.directive.d.ts +0 -82
- package/lib/forms/input/options/input-options.directive.d.ts.map +0 -1
- package/lib/forms/input/units/input-units.component.d.ts +0 -22
- package/lib/forms/input/units/input-units.component.d.ts.map +0 -1
- package/lib/forms/model/datepicker.d.ts +0 -36
- package/lib/forms/model/datepicker.d.ts.map +0 -1
- package/lib/forms/model/form-input.d.ts +0 -10
- package/lib/forms/model/form-input.d.ts.map +0 -1
- package/lib/forms/model/form-options-resolver.d.ts +0 -66
- package/lib/forms/model/form-options-resolver.d.ts.map +0 -1
- package/lib/forms/model/forms.interface.d.ts +0 -522
- package/lib/forms/model/forms.interface.d.ts.map +0 -1
- package/lib/forms/model/options.interface.d.ts +0 -85
- package/lib/forms/model/options.interface.d.ts.map +0 -1
- package/lib/forms/model/radio-buttons.d.ts +0 -7
- package/lib/forms/model/radio-buttons.d.ts.map +0 -1
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts +0 -2
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts +0 -27
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts +0 -36
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts +0 -28
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input.component.d.ts +0 -167
- package/lib/forms/multi-input/multi-input.component.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts +0 -29
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code.component.d.ts +0 -156
- package/lib/forms/pin-code/pin-code.component.d.ts.map +0 -1
- package/lib/forms/qd-form.module.d.ts +0 -72
- package/lib/forms/qd-form.module.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts +0 -17
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts +0 -126
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts +0 -14
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array.d.ts +0 -234
- package/lib/forms/reactive-forms/controls/form-array.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-builder.d.ts +0 -99
- package/lib/forms/reactive-forms/controls/form-builder.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-control.d.ts +0 -19
- package/lib/forms/reactive-forms/controls/form-control.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-group.d.ts +0 -4
- package/lib/forms/reactive-forms/controls/form-group.d.ts.map +0 -1
- package/lib/forms/richtext/richtext.component.d.ts +0 -109
- package/lib/forms/richtext/richtext.component.d.ts.map +0 -1
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts +0 -13
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-error/form-error.component.d.ts +0 -18
- package/lib/forms/shared/components/form-error/form-error.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts +0 -15
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-input/form-input.component.d.ts +0 -19
- package/lib/forms/shared/components/form-input/form-input.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-label/form-label.component.d.ts +0 -18
- package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts +0 -16
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts +0 -19
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts +0 -6
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms.helpers.d.ts +0 -83
- package/lib/forms/shared/helpers/forms.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts +0 -3
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts.map +0 -1
- package/lib/forms/shared/services/action-emitter.service.d.ts +0 -13
- package/lib/forms/shared/services/action-emitter.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-keyboard.service.d.ts +0 -16
- package/lib/forms/shared/services/form-keyboard.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-options.service.d.ts +0 -34
- package/lib/forms/shared/services/form-options.service.d.ts.map +0 -1
- package/lib/forms/shared/services/options-resolver.registry.d.ts +0 -12
- package/lib/forms/shared/services/options-resolver.registry.d.ts.map +0 -1
- package/lib/forms/shared/validators/validators.d.ts +0 -127
- package/lib/forms/shared/validators/validators.d.ts.map +0 -1
- package/lib/forms/switches/switch/switch.component.d.ts +0 -19
- package/lib/forms/switches/switch/switch.component.d.ts.map +0 -1
- package/lib/forms/switches/switches-service/switches.service.d.ts +0 -15
- package/lib/forms/switches/switches-service/switches.service.d.ts.map +0 -1
- package/lib/forms/switches/switches.component.d.ts +0 -126
- package/lib/forms/switches/switches.component.d.ts.map +0 -1
- package/lib/forms/textarea/textarea.component.d.ts +0 -119
- package/lib/forms/textarea/textarea.component.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-column.directive.d.ts +0 -7
- package/lib/grid/__mocks__/mock-column.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-columns.directive.d.ts +0 -12
- package/lib/grid/__mocks__/mock-columns.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-grid.module.d.ts +0 -12
- package/lib/grid/__mocks__/mock-grid.module.d.ts.map +0 -1
- package/lib/grid/directives/column-auto-fill.directive.d.ts +0 -31
- package/lib/grid/directives/column-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-break-before.directive.d.ts +0 -31
- package/lib/grid/directives/column-break-before.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts +0 -36
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-full-grid-width.directive.d.ts +0 -32
- package/lib/grid/directives/column-full-grid-width.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts +0 -36
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts.map +0 -1
- package/lib/grid/directives/column.directive.d.ts +0 -50
- package/lib/grid/directives/column.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts +0 -33
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts +0 -31
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-max.directive.d.ts +0 -36
- package/lib/grid/directives/columns-max.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns.directive.d.ts +0 -44
- package/lib/grid/directives/columns.directive.d.ts.map +0 -1
- package/lib/grid/grid.component.d.ts +0 -32
- package/lib/grid/grid.component.d.ts.map +0 -1
- package/lib/grid/grid.module.d.ts +0 -35
- package/lib/grid/grid.module.d.ts.map +0 -1
- package/lib/grid/model/grid-config.interface.d.ts +0 -35
- package/lib/grid/model/grid-config.interface.d.ts.map +0 -1
- package/lib/grid/model/subgrid-config.interface.d.ts +0 -28
- package/lib/grid/model/subgrid-config.interface.d.ts.map +0 -1
- package/lib/grid/services/grid-auto-fill.service.d.ts +0 -40
- package/lib/grid/services/grid-auto-fill.service.d.ts.map +0 -1
- package/lib/grid/services/grid.service.d.ts +0 -13
- package/lib/grid/services/grid.service.d.ts.map +0 -1
- package/lib/grid/subgrid/subgrid.component.d.ts +0 -44
- package/lib/grid/subgrid/subgrid.component.d.ts.map +0 -1
- package/lib/helpers/html-plaintext.helper.d.ts +0 -2
- package/lib/helpers/html-plaintext.helper.d.ts.map +0 -1
- package/lib/helpers/language.helper.d.ts +0 -2
- package/lib/helpers/language.helper.d.ts.map +0 -1
- package/lib/helpers/load-javascript-asset.helper.d.ts +0 -2
- package/lib/helpers/load-javascript-asset.helper.d.ts.map +0 -1
- package/lib/helpers/relative-time.helper.d.ts +0 -4
- package/lib/helpers/relative-time.helper.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.component.d.ts +0 -10
- package/lib/icon/__mocks__/mock-icon.component.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.module.d.ts +0 -10
- package/lib/icon/__mocks__/mock-icon.module.d.ts.map +0 -1
- package/lib/icon/custom-icons/logo.d.ts +0 -2
- package/lib/icon/custom-icons/logo.d.ts.map +0 -1
- package/lib/icon/icon/icon-definitions.d.ts +0 -7
- package/lib/icon/icon/icon-definitions.d.ts.map +0 -1
- package/lib/icon/icon/icon.component.d.ts +0 -29
- package/lib/icon/icon/icon.component.d.ts.map +0 -1
- package/lib/icon/icon.module.d.ts +0 -11
- package/lib/icon/icon.module.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.component.d.ts +0 -11
- package/lib/image/__mocks__/mock-image.component.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.module.d.ts +0 -10
- package/lib/image/__mocks__/mock-image.module.d.ts.map +0 -1
- package/lib/image/image/image.component.d.ts +0 -64
- package/lib/image/image/image.component.d.ts.map +0 -1
- package/lib/image/image.module.d.ts +0 -13
- package/lib/image/image.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-list.module.d.ts +0 -28
- package/lib/lists/__mocks__/mock-list.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-error.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-error.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts.map +0 -1
- package/lib/lists/list.module.d.ts +0 -38
- package/lib/lists/list.module.d.ts.map +0 -1
- package/lib/lists/model/list.interface.d.ts +0 -6
- package/lib/lists/model/list.interface.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts +0 -25
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts +0 -12
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +0 -21
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts +0 -12
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +0 -33
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts +0 -17
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts +0 -18
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts +0 -8
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts +0 -6
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts +0 -12
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts +0 -23
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts +0 -18
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles.module.d.ts +0 -15
- package/lib/navigation-tiles/navigation-tiles.module.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.component.d.ts +0 -11
- package/lib/notifications/__mocks__/mock-notification.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts +0 -6
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts +0 -25
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts +0 -7
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts +0 -16
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts.map +0 -1
- package/lib/notifications/directives/snackbar-listener.directive.d.ts +0 -46
- package/lib/notifications/directives/snackbar-listener.directive.d.ts.map +0 -1
- package/lib/notifications/interfaces/notifications.d.ts +0 -120
- package/lib/notifications/interfaces/notifications.d.ts.map +0 -1
- package/lib/notifications/notification/notification.component.d.ts +0 -499
- package/lib/notifications/notification/notification.component.d.ts.map +0 -1
- package/lib/notifications/notification-content/notification-content.component.d.ts +0 -9
- package/lib/notifications/notification-content/notification-content.component.d.ts.map +0 -1
- package/lib/notifications/notifications/notifications.component.d.ts +0 -20
- package/lib/notifications/notifications/notifications.component.d.ts.map +0 -1
- package/lib/notifications/notifications.module.d.ts +0 -24
- package/lib/notifications/notifications.module.d.ts.map +0 -1
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts +0 -25
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts.map +0 -1
- package/lib/notifications/services/notifications-service.service.d.ts +0 -33
- package/lib/notifications/services/notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts +0 -20
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts +0 -13
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/snackbar.service.d.ts +0 -21
- package/lib/notifications/services/snackbar.service.d.ts.map +0 -1
- package/lib/notifications/snackbar/snackbar.component.d.ts +0 -16
- package/lib/notifications/snackbar/snackbar.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-footer.component.d.ts +0 -6
- package/lib/page/__mocks__/mock-page-footer.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-header.component.d.ts +0 -6
- package/lib/page/__mocks__/mock-page-header.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.component.d.ts +0 -7
- package/lib/page/__mocks__/mock-page.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.module.d.ts +0 -13
- package/lib/page/__mocks__/mock-page.module.d.ts.map +0 -1
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts +0 -15
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts.map +0 -1
- package/lib/page/control-panel/page-control-panel.component.d.ts +0 -47
- package/lib/page/control-panel/page-control-panel.component.d.ts.map +0 -1
- package/lib/page/footer/page-footer-custom-content.directive.d.ts +0 -12
- package/lib/page/footer/page-footer-custom-content.directive.d.ts.map +0 -1
- package/lib/page/footer/page-footer.component.d.ts +0 -19
- package/lib/page/footer/page-footer.component.d.ts.map +0 -1
- package/lib/page/info-banner/page-info-banner.component.d.ts +0 -94
- package/lib/page/info-banner/page-info-banner.component.d.ts.map +0 -1
- package/lib/page/model/page-config.interface.d.ts +0 -534
- package/lib/page/model/page-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-control-panel-config.interface.d.ts +0 -24
- package/lib/page/model/page-control-panel-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-footer-action.interface.d.ts +0 -46
- package/lib/page/model/page-footer-action.interface.d.ts.map +0 -1
- package/lib/page/model/page-header-facet.interface.d.ts +0 -86
- package/lib/page/model/page-header-facet.interface.d.ts.map +0 -1
- package/lib/page/model/page-info-banner.interface.d.ts +0 -29
- package/lib/page/model/page-info-banner.interface.d.ts.map +0 -1
- package/lib/page/model/page-object-resolver.d.ts +0 -49
- package/lib/page/model/page-object-resolver.d.ts.map +0 -1
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts +0 -35
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts +0 -22
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts +0 -9
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facets.service.d.ts +0 -12
- package/lib/page/object-header/dynamic-facets.service.d.ts.map +0 -1
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts +0 -12
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts +0 -13
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/page-object-header.component.d.ts +0 -81
- package/lib/page/object-header/page-object-header.component.d.ts.map +0 -1
- package/lib/page/page.component.d.ts +0 -452
- package/lib/page/page.component.d.ts.map +0 -1
- package/lib/page/page.module.d.ts +0 -53
- package/lib/page/page.module.d.ts.map +0 -1
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +0 -61
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +0 -1
- package/lib/page/shared/services/context.service.d.ts +0 -51
- package/lib/page/shared/services/context.service.d.ts.map +0 -1
- package/lib/page/shared/services/form-group-manager.service.d.ts +0 -87
- package/lib/page/shared/services/form-group-manager.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-footer.service.d.ts +0 -24
- package/lib/page/shared/services/page-footer.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-store.service.d.ts +0 -16
- package/lib/page/shared/services/page-store.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-submit-action.service.d.ts +0 -24
- package/lib/page/shared/services/page-submit-action.service.d.ts.map +0 -1
- package/lib/page/shared/services/resolver-trigger.service.d.ts +0 -14
- package/lib/page/shared/services/resolver-trigger.service.d.ts.map +0 -1
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts +0 -47
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts.map +0 -1
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts +0 -10
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts.map +0 -1
- package/lib/page-stepper/header/page-step-header.component.d.ts +0 -33
- package/lib/page-stepper/header/page-step-header.component.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step-resolver.token.d.ts +0 -4
- package/lib/page-stepper/model/page-step-resolver.token.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step.resolver.d.ts +0 -11
- package/lib/page-stepper/model/page-step.resolver.d.ts.map +0 -1
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts +0 -87
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts.map +0 -1
- package/lib/page-stepper/page-step/page-step.component.d.ts +0 -33
- package/lib/page-stepper/page-step/page-step.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.component.d.ts +0 -63
- package/lib/page-stepper/page-stepper.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.module.d.ts +0 -27
- package/lib/page-stepper/page-stepper.module.d.ts.map +0 -1
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts +0 -49
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-config.d.ts +0 -126
- package/lib/page-tabs/model/page-tabs-config.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts +0 -23
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts.map +0 -1
- package/lib/page-tabs/page-tab/page-tab.component.d.ts +0 -34
- package/lib/page-tabs/page-tab/page-tab.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts +0 -14
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts +0 -35
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.component.d.ts +0 -225
- package/lib/page-tabs/page-tabs.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.module.d.ts +0 -22
- package/lib/page-tabs/page-tabs.module.d.ts.map +0 -1
- package/lib/panel-section/actions/panel-section-actions.component.d.ts +0 -16
- package/lib/panel-section/actions/panel-section-actions.component.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-config.interface.d.ts +0 -69
- package/lib/panel-section/model/panel-section-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts +0 -13
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts +0 -16
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts.map +0 -1
- package/lib/panel-section/panel-section.component.d.ts +0 -56
- package/lib/panel-section/panel-section.component.d.ts.map +0 -1
- package/lib/panel-section/panel-section.module.d.ts +0 -20
- package/lib/panel-section/panel-section.module.d.ts.map +0 -1
- package/lib/panel-section/services/panel-section-action.service.d.ts +0 -10
- package/lib/panel-section/services/panel-section-action.service.d.ts.map +0 -1
- package/lib/panel-section/status/panel-section-status.component.d.ts +0 -9
- package/lib/panel-section/status/panel-section-status.component.d.ts.map +0 -1
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts +0 -11
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts +0 -7
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts +0 -10
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts.map +0 -1
- package/lib/place-holder/place-holder/place-holder.component.d.ts +0 -12
- package/lib/place-holder/place-holder/place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/place-holder.module.d.ts +0 -11
- package/lib/place-holder/place-holder.module.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts +0 -6
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts +0 -9
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts +0 -13
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts.map +0 -1
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts +0 -9
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts +0 -25
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/progress-bar.module.d.ts +0 -14
- package/lib/progress-bar/progress-bar.module.d.ts.map +0 -1
- package/lib/qd-ui-mock.module.d.ts +0 -27
- package/lib/qd-ui-mock.module.d.ts.map +0 -1
- package/lib/qd-ui.module.d.ts +0 -41
- package/lib/qd-ui.module.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-config.d.ts +0 -173
- package/lib/quick-edit/model/quick-edit-config.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-data.d.ts +0 -14
- package/lib/quick-edit/model/quick-edit-data.d.ts.map +0 -1
- package/lib/quick-edit/qd-ng-for.directive.d.ts +0 -17
- package/lib/quick-edit/qd-ng-for.directive.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.component.d.ts +0 -198
- package/lib/quick-edit/quick-edit.component.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.module.d.ts +0 -24
- package/lib/quick-edit/quick-edit.module.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.component.d.ts +0 -8
- package/lib/search/__mocks__/mock-search.component.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.module.d.ts +0 -11
- package/lib/search/__mocks__/mock-search.module.d.ts.map +0 -1
- package/lib/search/helpers/search-update.helper.d.ts +0 -5
- package/lib/search/helpers/search-update.helper.d.ts.map +0 -1
- package/lib/search/model/search-options.interface.d.ts +0 -134
- package/lib/search/model/search-options.interface.d.ts.map +0 -1
- package/lib/search/model/search-post-body.d.ts +0 -11
- package/lib/search/model/search-post-body.d.ts.map +0 -1
- package/lib/search/model/search-store.interface.d.ts +0 -11
- package/lib/search/model/search-store.interface.d.ts.map +0 -1
- package/lib/search/search.component.d.ts +0 -85
- package/lib/search/search.component.d.ts.map +0 -1
- package/lib/search/search.module.d.ts +0 -19
- package/lib/search/search.module.d.ts.map +0 -1
- package/lib/search/services/search-router-connector.service.d.ts +0 -26
- package/lib/search/services/search-router-connector.service.d.ts.map +0 -1
- package/lib/search/services/search-store.service.d.ts +0 -15
- package/lib/search/services/search-store.service.d.ts.map +0 -1
- package/lib/search/services/search.service.d.ts +0 -28
- package/lib/search/services/search.service.d.ts.map +0 -1
- package/lib/search/store/search.actions.d.ts +0 -26
- package/lib/search/store/search.actions.d.ts.map +0 -1
- package/lib/search/store/search.reducer.d.ts +0 -4
- package/lib/search/store/search.reducer.d.ts.map +0 -1
- package/lib/search/store/search.selector.d.ts +0 -15
- package/lib/search/store/search.selector.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts +0 -7
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.component.d.ts +0 -7
- package/lib/section/__mocks__/mock-section.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.module.d.ts +0 -12
- package/lib/section/__mocks__/mock-section.module.d.ts.map +0 -1
- package/lib/section/adaptors/section-adapter.directive.d.ts +0 -47
- package/lib/section/adaptors/section-adapter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-context.directive.d.ts +0 -123
- package/lib/section/connectors/table/connector-table-context.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts +0 -53
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-search.directive.d.ts +0 -52
- package/lib/section/connectors/table/connector-table-search.directive.d.ts.map +0 -1
- package/lib/section/model/section-config.interface.d.ts +0 -251
- package/lib/section/model/section-config.interface.d.ts.map +0 -1
- package/lib/section/model/toolbar-components.interface.d.ts +0 -28
- package/lib/section/model/toolbar-components.interface.d.ts.map +0 -1
- package/lib/section/section.component.d.ts +0 -117
- package/lib/section/section.component.d.ts.map +0 -1
- package/lib/section/section.module.d.ts +0 -30
- package/lib/section/section.module.d.ts.map +0 -1
- package/lib/section/services/section-toolbar-action.service.d.ts +0 -11
- package/lib/section/services/section-toolbar-action.service.d.ts.map +0 -1
- package/lib/section/services/toolbar-components.service.d.ts +0 -10
- package/lib/section/services/toolbar-components.service.d.ts.map +0 -1
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts +0 -36
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts.map +0 -1
- package/lib/section/toolbar/section-toolbar.component.d.ts +0 -27
- package/lib/section/toolbar/section-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts +0 -16
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts +0 -16
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.module.d.ts +0 -29
- package/lib/shell/__mocks__/mock-shell.module.d.ts.map +0 -1
- package/lib/shell/footer/shell-footer.component.d.ts +0 -11
- package/lib/shell/footer/shell-footer.component.d.ts.map +0 -1
- package/lib/shell/header/banner/shell-header-banner.component.d.ts +0 -12
- package/lib/shell/header/banner/shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts +0 -10
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts.map +0 -1
- package/lib/shell/header/search/shell-header-search.component.d.ts +0 -8
- package/lib/shell/header/search/shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +0 -44
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts +0 -9
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts.map +0 -1
- package/lib/shell/header/shell-header.component.d.ts +0 -72
- package/lib/shell/header/shell-header.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts +0 -11
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts +0 -12
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/header/widget/shell-header-widget.component.d.ts +0 -34
- package/lib/shell/header/widget/shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts +0 -9
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts +0 -8
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts.map +0 -1
- package/lib/shell/left/shell-left.component.d.ts +0 -12
- package/lib/shell/left/shell-left.component.d.ts.map +0 -1
- package/lib/shell/model/default-config.d.ts +0 -3
- package/lib/shell/model/default-config.d.ts.map +0 -1
- package/lib/shell/model/eportal.interface.d.ts +0 -20
- package/lib/shell/model/eportal.interface.d.ts.map +0 -1
- package/lib/shell/model/route-data.interface.d.ts +0 -3
- package/lib/shell/model/route-data.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-config.interface.d.ts +0 -81
- package/lib/shell/model/shell-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts +0 -16
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-header-widget-config.interface.d.ts +0 -308
- package/lib/shell/model/shell-header-widget-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-navigation-config.interface.d.ts +0 -25
- package/lib/shell/model/shell-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts +0 -342
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-toolbar-config.interface.d.ts +0 -22
- package/lib/shell/model/shell-toolbar-config.interface.d.ts.map +0 -1
- package/lib/shell/right/notification/shell-notification.component.d.ts +0 -32
- package/lib/shell/right/notification/shell-notification.component.d.ts.map +0 -1
- package/lib/shell/right/notifications/shell-notifications.component.d.ts +0 -14
- package/lib/shell/right/notifications/shell-notifications.component.d.ts.map +0 -1
- package/lib/shell/right/shell-right.component.d.ts +0 -20
- package/lib/shell/right/shell-right.component.d.ts.map +0 -1
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts +0 -13
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts.map +0 -1
- package/lib/shell/services/banner.service.d.ts +0 -12
- package/lib/shell/services/banner.service.d.ts.map +0 -1
- package/lib/shell/services/eportal-language.service.d.ts +0 -15
- package/lib/shell/services/eportal-language.service.d.ts.map +0 -1
- package/lib/shell/services/language-from-url.service.d.ts +0 -15
- package/lib/shell/services/language-from-url.service.d.ts.map +0 -1
- package/lib/shell/services/navigation.service.d.ts +0 -24
- package/lib/shell/services/navigation.service.d.ts.map +0 -1
- package/lib/shell/services/pams-environment.service.d.ts +0 -9
- package/lib/shell/services/pams-environment.service.d.ts.map +0 -1
- package/lib/shell/services/service-navigation.service.d.ts +0 -59
- package/lib/shell/services/service-navigation.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-minimization.service.d.ts +0 -19
- package/lib/shell/services/shell-header-minimization.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-widget.service.d.ts +0 -34
- package/lib/shell/services/shell-header-widget.service.d.ts.map +0 -1
- package/lib/shell/services/shell-left.service.d.ts +0 -16
- package/lib/shell/services/shell-left.service.d.ts.map +0 -1
- package/lib/shell/services/shell-right.service.d.ts +0 -24
- package/lib/shell/services/shell-right.service.d.ts.map +0 -1
- package/lib/shell/shell.component.d.ts +0 -103
- package/lib/shell/shell.component.d.ts.map +0 -1
- package/lib/shell/shell.module.d.ts +0 -34
- package/lib/shell/shell.module.d.ts.map +0 -1
- package/lib/spinner/spinner.component.d.ts +0 -6
- package/lib/spinner/spinner.component.d.ts.map +0 -1
- package/lib/spinner/spinner.module.d.ts +0 -11
- package/lib/spinner/spinner.module.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts +0 -6
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts +0 -9
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts +0 -12
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts +0 -15
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts.map +0 -1
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts +0 -9
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts +0 -28
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts +0 -9
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts +0 -21
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator.module.d.ts +0 -14
- package/lib/status-indicator/status-indicator.module.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-sort.component.d.ts +0 -10
- package/lib/table/__mocks__/mock-sort.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts +0 -6
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts +0 -10
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-head.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-head.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.component.d.ts +0 -15
- package/lib/table/__mocks__/mock-table.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.module.d.ts +0 -25
- package/lib/table/__mocks__/mock-table.module.d.ts.map +0 -1
- package/lib/table/body/table-body.component.d.ts +0 -23
- package/lib/table/body/table-body.component.d.ts.map +0 -1
- package/lib/table/empty-state/table-empty-state.component.d.ts +0 -19
- package/lib/table/empty-state/table-empty-state.component.d.ts.map +0 -1
- package/lib/table/head/table-head.component.d.ts +0 -25
- package/lib/table/head/table-head.component.d.ts.map +0 -1
- package/lib/table/helpers/spring-tools.d.ts +0 -6
- package/lib/table/helpers/spring-tools.d.ts.map +0 -1
- package/lib/table/model/connectors-state.enum.d.ts +0 -6
- package/lib/table/model/connectors-state.enum.d.ts.map +0 -1
- package/lib/table/model/paginator-direction.enum.d.ts +0 -7
- package/lib/table/model/paginator-direction.enum.d.ts.map +0 -1
- package/lib/table/model/sort-direction.enum.d.ts +0 -6
- package/lib/table/model/sort-direction.enum.d.ts.map +0 -1
- package/lib/table/model/table-config-actions.interface.d.ts +0 -165
- package/lib/table/model/table-config-actions.interface.d.ts.map +0 -1
- package/lib/table/model/table-config-content.interface.d.ts +0 -200
- package/lib/table/model/table-config-content.interface.d.ts.map +0 -1
- package/lib/table/model/table-config.interface.d.ts +0 -293
- package/lib/table/model/table-config.interface.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.d.ts +0 -76
- package/lib/table/model/table-data-resolver.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.token.d.ts +0 -6
- package/lib/table/model/table-data-resolver.token.d.ts.map +0 -1
- package/lib/table/model/table-data.interface.d.ts +0 -79
- package/lib/table/model/table-data.interface.d.ts.map +0 -1
- package/lib/table/model/table-row-selection.interface.d.ts +0 -12
- package/lib/table/model/table-row-selection.interface.d.ts.map +0 -1
- package/lib/table/model/table-store.interface.d.ts +0 -55
- package/lib/table/model/table-store.interface.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts +0 -37
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts +0 -23
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts +0 -28
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts.map +0 -1
- package/lib/table/paginator/table-paginator.component.d.ts +0 -44
- package/lib/table/paginator/table-paginator.component.d.ts.map +0 -1
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts +0 -35
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/table/row/selection/table-row-selection.component.d.ts +0 -19
- package/lib/table/row/selection/table-row-selection.component.d.ts.map +0 -1
- package/lib/table/row/table-row.component.d.ts +0 -35
- package/lib/table/row/table-row.component.d.ts.map +0 -1
- package/lib/table/services/empty-state.service.d.ts +0 -13
- package/lib/table/services/empty-state.service.d.ts.map +0 -1
- package/lib/table/services/external-action-result.service.d.ts +0 -9
- package/lib/table/services/external-action-result.service.d.ts.map +0 -1
- package/lib/table/services/filling-width.service.d.ts +0 -39
- package/lib/table/services/filling-width.service.d.ts.map +0 -1
- package/lib/table/services/resolver.service.d.ts +0 -29
- package/lib/table/services/resolver.service.d.ts.map +0 -1
- package/lib/table/services/responsive-row.service.d.ts +0 -28
- package/lib/table/services/responsive-row.service.d.ts.map +0 -1
- package/lib/table/services/row-selection.service.d.ts +0 -25
- package/lib/table/services/row-selection.service.d.ts.map +0 -1
- package/lib/table/services/secondary-actions.service.d.ts +0 -11
- package/lib/table/services/secondary-actions.service.d.ts.map +0 -1
- package/lib/table/sort/table-sort.component.d.ts +0 -39
- package/lib/table/sort/table-sort.component.d.ts.map +0 -1
- package/lib/table/store/table-store-selector.service.d.ts +0 -48
- package/lib/table/store/table-store-selector.service.d.ts.map +0 -1
- package/lib/table/store/table-store.service.d.ts +0 -65
- package/lib/table/store/table-store.service.d.ts.map +0 -1
- package/lib/table/store/table-update.helper.d.ts +0 -23
- package/lib/table/store/table-update.helper.d.ts.map +0 -1
- package/lib/table/store/table.actions.d.ts +0 -156
- package/lib/table/store/table.actions.d.ts.map +0 -1
- package/lib/table/store/table.reducer.d.ts +0 -4
- package/lib/table/store/table.reducer.d.ts.map +0 -1
- package/lib/table/table.component.d.ts +0 -252
- package/lib/table/table.component.d.ts.map +0 -1
- package/lib/table/table.module.d.ts +0 -43
- package/lib/table/table.module.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts +0 -14
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts.map +0 -1
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts +0 -11
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts +0 -11
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/text-section.component.d.ts +0 -23
- package/lib/text-section/text-section.component.d.ts.map +0 -1
- package/lib/text-section/text-section.module.d.ts +0 -15
- package/lib/text-section/text-section.module.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile.component.d.ts +0 -7
- package/lib/tiles/__mocks__/mock-tile.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts +0 -7
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts +0 -22
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts.map +0 -1
- package/lib/tiles/model/tile-config.d.ts +0 -25
- package/lib/tiles/model/tile-config.d.ts.map +0 -1
- package/lib/tiles/model/tiles-config.d.ts +0 -10
- package/lib/tiles/model/tiles-config.d.ts.map +0 -1
- package/lib/tiles/tile/tile.component.d.ts +0 -23
- package/lib/tiles/tile/tile.component.d.ts.map +0 -1
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts +0 -6
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts +0 -6
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts +0 -6
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/tile-title/tile-title.component.d.ts +0 -6
- package/lib/tiles/tile-title/tile-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles-title/tiles-title.component.d.ts +0 -6
- package/lib/tiles/tiles-title/tiles-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles.component.d.ts +0 -14
- package/lib/tiles/tiles.component.d.ts.map +0 -1
- package/lib/tiles/tiles.module.d.ts +0 -27
- package/lib/tiles/tiles.module.d.ts.map +0 -1
- package/lib/tree/body/tree-body.component.d.ts +0 -23
- package/lib/tree/body/tree-body.component.d.ts.map +0 -1
- package/lib/tree/empty-state/tree-empty-state.component.d.ts +0 -13
- package/lib/tree/empty-state/tree-empty-state.component.d.ts.map +0 -1
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts +0 -4
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts.map +0 -1
- package/lib/tree/head/tree-head.component.d.ts +0 -25
- package/lib/tree/head/tree-head.component.d.ts.map +0 -1
- package/lib/tree/model/tree-column-detail.interface.d.ts +0 -53
- package/lib/tree/model/tree-column-detail.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config-actions.interface.d.ts +0 -58
- package/lib/tree/model/tree-config-actions.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config.interface.d.ts +0 -238
- package/lib/tree/model/tree-config.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-data.interface.d.ts +0 -44
- package/lib/tree/model/tree-data.interface.d.ts.map +0 -1
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts +0 -33
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/tree/row/tree-row.component.d.ts +0 -28
- package/lib/tree/row/tree-row.component.d.ts.map +0 -1
- package/lib/tree/services/row-expander.service.d.ts +0 -54
- package/lib/tree/services/row-expander.service.d.ts.map +0 -1
- package/lib/tree/services/tree-group.service.d.ts +0 -28
- package/lib/tree/services/tree-group.service.d.ts.map +0 -1
- package/lib/tree/services/tree-rows.service.d.ts +0 -30
- package/lib/tree/services/tree-rows.service.d.ts.map +0 -1
- package/lib/tree/tree.component.d.ts +0 -115
- package/lib/tree/tree.component.d.ts.map +0 -1
- package/lib/tree/tree.module.d.ts +0 -29
- package/lib/tree/tree.module.d.ts.map +0 -1
- package/public-api.d.ts +0 -65
- package/public-api.d.ts.map +0 -1
- package/quadrel-enterprise-ui-framework.d.ts.map +0 -1
- package/src/assets/styles/components/_components.chips.scss +0 -205
- package/src/assets/styles/components/_components.datePicker.scss +0 -204
- package/src/assets/styles/components/_components.menuPanel.scss +0 -49
- package/src/assets/styles/components/_components.paginator.scss +0 -43
- package/src/assets/styles/components/_components.radio-button.scss +0 -17
- package/src/assets/styles/components/_components.table.scss +0 -230
- package/src/assets/styles/components/forms/_components.forms.all.scss +0 -8
- package/src/assets/styles/components/forms/_components.forms.dropdown.scss +0 -19
- package/src/assets/styles/components/forms/_components.forms.inputFields.scss +0 -260
- package/src/assets/styles/components/forms/_components.forms.selectBox.scss +0 -245
- package/src/assets/styles/components/forms/_components.forms.textField.scss +0 -126
- /package/src/assets/styles/settings/{_settings.variables.scss → _settings.tokens.scss} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/icon/icon/icon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAsB,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;;AAIhH;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,MAAM,EAAqB,CAAC;AAE1D;;GAEG;AACH,qBAQa,eAAgB,YAAW,MAAM,EAAE,SAAS;IAwB3C,OAAO,CAAC,UAAU;IAvB9B;;OAEG;IACM,IAAI,SAAY;IAEzB,IACI,aAAa,IAAI,OAAO,CAE3B;IAED,IACI,QAAQ,IAAI,OAAO,CAEtB;IAED,IACI,WAAW,IAAI,OAAO,CAEzB;IAED,QAAQ,SAAM;IACd,OAAO,CAAC,WAAW,CAAS;gBAER,UAAU,EAAE,UAAU;IAE1C,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,cAAc;IAsBtB,OAAO,CAAC,iBAAiB;yCAxDd,eAAe;2CAAf,eAAe;CAgE3B"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AVAILABLE_ICONS, QdIconComponent } from './icon/icon.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./icon/icon.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
export { QdIconComponent, AVAILABLE_ICONS };
|
|
6
|
-
export declare class QdIconModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdIconModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdIconModule, [typeof i1.QdIconComponent], [typeof i2.CommonModule], [typeof i1.QdIconComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdIconModule>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=icon.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/icon/icon.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;;;;AAEzE,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,CAAC;AAE5C,qBAKa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockImageComponent {
|
|
3
|
-
primarySrc: string;
|
|
4
|
-
primaryAlt: string;
|
|
5
|
-
secondarySrc: string;
|
|
6
|
-
secondaryAlt: string;
|
|
7
|
-
secondaryCaption: string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockImageComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockImageComponent, "qd-image", never, { "primarySrc": { "alias": "primarySrc"; "required": false; }; "primaryAlt": { "alias": "primaryAlt"; "required": false; }; "secondarySrc": { "alias": "secondarySrc"; "required": false; }; "secondaryAlt": { "alias": "secondaryAlt"; "required": false; }; "secondaryCaption": { "alias": "secondaryCaption"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=mock-image.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-image.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/image/__mocks__/mock-image.component.ts"],"names":[],"mappings":";AAGA,qBAMa,oBAAoB;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;yCALvB,oBAAoB;2CAApB,oBAAoB;CAMhC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { QdMockImageComponent } from './mock-image.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./mock-image.component";
|
|
4
|
-
export { QdMockImageComponent };
|
|
5
|
-
export declare class QdMockImageModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockImageModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockImageModule, [typeof i1.QdMockImageComponent], never, [typeof i1.QdMockImageComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdMockImageModule>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=mock-image.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-image.module.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/image/__mocks__/mock-image.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;;;AAE9D,OAAO,EAAE,oBAAoB,EAAE,CAAC;AAEhC,qBAIa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdImageComponent** can display one or two images with optional captions, allowing users to specify individual sources and alt texts for each image.
|
|
4
|
-
* This design provides flexibility to display either a primary image alone or with an optional secondary image.
|
|
5
|
-
*
|
|
6
|
-
* #### **Features**
|
|
7
|
-
*
|
|
8
|
-
* - **Primary Image**: Always displayed prominently, with customizable `src` and `alt` attributes.
|
|
9
|
-
* - **Secondary Image** (optional): Displays a secondary image with an optional caption if provided.
|
|
10
|
-
* - **Caption**: Allows a textual description or additional context to be added for the secondary image.
|
|
11
|
-
*
|
|
12
|
-
* #### **Accessibility**
|
|
13
|
-
*
|
|
14
|
-
* Each image includes a dedicated `alt` attribute for accessibility, ensuring screen readers can interpret the images.
|
|
15
|
-
* Descriptive alt text is recommended for both the primary and secondary images to enhance accessibility.
|
|
16
|
-
*
|
|
17
|
-
* #### **Standalone and QLS Compatibility**
|
|
18
|
-
*
|
|
19
|
-
* The **QdImageComponent** supports standalone use or can be nested within a **QdSection** in the QLS (Quadrel Layout System).
|
|
20
|
-
*
|
|
21
|
-
* #### **Usage**
|
|
22
|
-
*
|
|
23
|
-
* Place the component in your template and specify the necessary input properties as needed.
|
|
24
|
-
*
|
|
25
|
-
* ```html
|
|
26
|
-
* <qd-image
|
|
27
|
-
* primarySrc="path/to/primary-image.jpg"
|
|
28
|
-
* primaryAlt="Primary Image Description"
|
|
29
|
-
* secondarySrc="path/to/secondary-image.jpg"
|
|
30
|
-
* secondaryAlt="Secondary Image Description"
|
|
31
|
-
* secondaryCaption="This is the caption for the secondary image."
|
|
32
|
-
* [data-test-id]="'custom-test-id'"
|
|
33
|
-
* ></qd-image>
|
|
34
|
-
* ```
|
|
35
|
-
*/
|
|
36
|
-
export declare class QdImageComponent {
|
|
37
|
-
/**
|
|
38
|
-
* Sets the path for the primary source.
|
|
39
|
-
*/
|
|
40
|
-
primarySrc?: string;
|
|
41
|
-
/**
|
|
42
|
-
* Sets the text for the primary alt attribute.
|
|
43
|
-
*/
|
|
44
|
-
primaryAlt?: string;
|
|
45
|
-
/**
|
|
46
|
-
* Sets the path for the secondary source.
|
|
47
|
-
*/
|
|
48
|
-
secondarySrc?: string;
|
|
49
|
-
/**
|
|
50
|
-
* Sets the text for the secondary alt attribute.
|
|
51
|
-
*/
|
|
52
|
-
secondaryAlt?: string;
|
|
53
|
-
/**
|
|
54
|
-
* Sets the text for a caption for the secondary image.
|
|
55
|
-
*/
|
|
56
|
-
secondaryCaption?: string;
|
|
57
|
-
/**
|
|
58
|
-
* Static test ID for integration testing.
|
|
59
|
-
*/
|
|
60
|
-
testId: string;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdImageComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdImageComponent, "qd-image", never, { "primarySrc": { "alias": "primarySrc"; "required": false; }; "primaryAlt": { "alias": "primaryAlt"; "required": false; }; "secondarySrc": { "alias": "secondarySrc"; "required": false; }; "secondaryAlt": { "alias": "secondaryAlt"; "required": false; }; "secondaryCaption": { "alias": "secondaryCaption"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
|
|
63
|
-
}
|
|
64
|
-
//# sourceMappingURL=image.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/image/image/image.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AAEH,qBAOa,gBAAgB;IAC3B;;OAEG;IACM,UAAU,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACM,UAAU,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACM,YAAY,CAAC,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACM,YAAY,CAAC,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACM,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAEnC;;OAEG;IACoB,MAAM,SAAW;yCA7B7B,gBAAgB;2CAAhB,gBAAgB;CA8B5B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { QdImageComponent } from './image/image.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./image/image.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "../grid/grid.module";
|
|
6
|
-
import * as i4 from "../grid/directives/columns.directive";
|
|
7
|
-
export { QdImageComponent };
|
|
8
|
-
export declare class QdImageModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdImageModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdImageModule, [typeof i1.QdImageComponent], [typeof i2.CommonModule, typeof i3.QdGridModule, typeof i4.QdColumnsDirective], [typeof i1.QdImageComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdImageModule>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=image.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/image/image.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;;;;;;AAI3D,OAAO,EAAE,gBAAgB,EAAE,CAAC;AAE5B,qBAKa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockContainerPairsCaptionComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockContainerPairsCaptionComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockContainerPairsCaptionComponent, "qd-container-pairs-caption", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-container-pairs-caption.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-container-pairs-caption.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-container-pairs-caption.component.ts"],"names":[],"mappings":";AAEA,qBAKa,oCAAoC;yCAApC,oCAAoC;2CAApC,oCAAoC;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockContainerPairsContainerComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockContainerPairsContainerComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockContainerPairsContainerComponent, "qd-container-pairs", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-container-pairs-container.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-container-pairs-container.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-container-pairs-container.component.ts"],"names":[],"mappings":";AAEA,qBAKa,sCAAsC;yCAAtC,sCAAsC;2CAAtC,sCAAsC;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockContainerPairsHeaderComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockContainerPairsHeaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockContainerPairsHeaderComponent, "qd-container-pairs-header", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-container-pairs-header.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-container-pairs-header.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-container-pairs-header.component.ts"],"names":[],"mappings":";AAEA,qBAKa,mCAAmC;yCAAnC,mCAAmC;2CAAnC,mCAAmC;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockContainerPairsItemComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockContainerPairsItemComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockContainerPairsItemComponent, "qd-container-pairs-item", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-container-pairs-item.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-container-pairs-item.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-container-pairs-item.component.ts"],"names":[],"mappings":";AAEA,qBAKa,iCAAiC;yCAAjC,iCAAiC;2CAAjC,iCAAiC;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockContainerPairsValueComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockContainerPairsValueComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockContainerPairsValueComponent, "qd-container-pairs-value", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-container-pairs-value.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-container-pairs-value.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-container-pairs-value.component.ts"],"names":[],"mappings":";AAEA,qBAKa,kCAAkC;yCAAlC,kCAAkC;2CAAlC,kCAAkC;CAAG"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { QdMockContainerPairsCaptionComponent } from './mock-container-pairs-caption.component';
|
|
2
|
-
import { QdMockContainerPairsContainerComponent } from './mock-container-pairs-container.component';
|
|
3
|
-
import { QdMockContainerPairsHeaderComponent } from './mock-container-pairs-header.component';
|
|
4
|
-
import { QdMockContainerPairsItemComponent } from './mock-container-pairs-item.component';
|
|
5
|
-
import { QdMockContainerPairsValueComponent } from './mock-container-pairs-value.component';
|
|
6
|
-
import { QdMockStatusPairsCaptionComponent } from './mock-status-pairs-caption.component';
|
|
7
|
-
import { QdMockStatusPairsComponent } from './mock-status-pairs.component';
|
|
8
|
-
import { QdMockStatusPairsErrorComponent } from './mock-status-error.component';
|
|
9
|
-
import { QdMockStatusPairsItemComponent } from './mock-status-pairs-item.component';
|
|
10
|
-
import { QdMockStatusPairsValueComponent } from './mock-status-pairs-value.component';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
import * as i1 from "./mock-container-pairs-caption.component";
|
|
13
|
-
import * as i2 from "./mock-container-pairs-container.component";
|
|
14
|
-
import * as i3 from "./mock-container-pairs-header.component";
|
|
15
|
-
import * as i4 from "./mock-container-pairs-item.component";
|
|
16
|
-
import * as i5 from "./mock-container-pairs-value.component";
|
|
17
|
-
import * as i6 from "./mock-status-pairs-caption.component";
|
|
18
|
-
import * as i7 from "./mock-status-pairs.component";
|
|
19
|
-
import * as i8 from "./mock-status-error.component";
|
|
20
|
-
import * as i9 from "./mock-status-pairs-item.component";
|
|
21
|
-
import * as i10 from "./mock-status-pairs-value.component";
|
|
22
|
-
export { QdMockContainerPairsCaptionComponent, QdMockContainerPairsContainerComponent, QdMockContainerPairsHeaderComponent, QdMockContainerPairsItemComponent, QdMockContainerPairsValueComponent, QdMockStatusPairsCaptionComponent, QdMockStatusPairsComponent, QdMockStatusPairsErrorComponent, QdMockStatusPairsItemComponent, QdMockStatusPairsValueComponent };
|
|
23
|
-
export declare class QdMockListModule {
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockListModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockListModule, [typeof i1.QdMockContainerPairsCaptionComponent, typeof i2.QdMockContainerPairsContainerComponent, typeof i3.QdMockContainerPairsHeaderComponent, typeof i4.QdMockContainerPairsItemComponent, typeof i5.QdMockContainerPairsValueComponent, typeof i6.QdMockStatusPairsCaptionComponent, typeof i7.QdMockStatusPairsComponent, typeof i8.QdMockStatusPairsErrorComponent, typeof i9.QdMockStatusPairsItemComponent, typeof i10.QdMockStatusPairsValueComponent], never, [typeof i1.QdMockContainerPairsCaptionComponent, typeof i2.QdMockContainerPairsContainerComponent, typeof i3.QdMockContainerPairsHeaderComponent, typeof i4.QdMockContainerPairsItemComponent, typeof i5.QdMockContainerPairsValueComponent, typeof i6.QdMockStatusPairsCaptionComponent, typeof i7.QdMockStatusPairsComponent, typeof i8.QdMockStatusPairsErrorComponent, typeof i9.QdMockStatusPairsItemComponent, typeof i10.QdMockStatusPairsValueComponent]>;
|
|
26
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdMockListModule>;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=mock-list.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-list.module.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-list.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oCAAoC,EAAE,MAAM,0CAA0C,CAAC;AAChG,OAAO,EAAE,sCAAsC,EAAE,MAAM,4CAA4C,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,yCAAyC,CAAC;AAC9F,OAAO,EAAE,iCAAiC,EAAE,MAAM,uCAAuC,CAAC;AAC1F,OAAO,EAAE,kCAAkC,EAAE,MAAM,wCAAwC,CAAC;AAC5F,OAAO,EAAE,iCAAiC,EAAE,MAAM,uCAAuC,CAAC;AAC1F,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,8BAA8B,EAAE,MAAM,oCAAoC,CAAC;AACpF,OAAO,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;;;;;;;;;;;;AAEtF,OAAO,EACL,oCAAoC,EACpC,sCAAsC,EACtC,mCAAmC,EACnC,iCAAiC,EACjC,kCAAkC,EAClC,iCAAiC,EACjC,0BAA0B,EAC1B,+BAA+B,EAC/B,8BAA8B,EAC9B,+BAA+B,EAChC,CAAC;AAEF,qBA0Ba,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockStatusPairsErrorComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockStatusPairsErrorComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockStatusPairsErrorComponent, "qd-status-pairs-error", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-status-error.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-status-error.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-status-error.component.ts"],"names":[],"mappings":";AAEA,qBAKa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockStatusPairsCaptionComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockStatusPairsCaptionComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockStatusPairsCaptionComponent, "qd-status-pairs-caption", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-status-pairs-caption.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-status-pairs-caption.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-status-pairs-caption.component.ts"],"names":[],"mappings":";AAEA,qBAKa,iCAAiC;yCAAjC,iCAAiC;2CAAjC,iCAAiC;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockStatusPairsItemComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockStatusPairsItemComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockStatusPairsItemComponent, "qd-status-pairs-item", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-status-pairs-item.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-status-pairs-item.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-status-pairs-item.component.ts"],"names":[],"mappings":";AAEA,qBAKa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockStatusPairsValueComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockStatusPairsValueComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockStatusPairsValueComponent, "qd-status-pairs-value", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-status-pairs-value.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-status-pairs-value.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-status-pairs-value.component.ts"],"names":[],"mappings":";AAEA,qBAKa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAAG"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockStatusPairsComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockStatusPairsComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockStatusPairsComponent, "qd-status-pairs", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock-status-pairs.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-status-pairs.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/__mocks__/mock-status-pairs.component.ts"],"names":[],"mappings":";AAEA,qBAKa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAG"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { QdContainerPairsCaptionComponent } from './pairs/container-pairs/container-pairs-caption/container-pairs-caption.component';
|
|
2
|
-
import { QdContainerPairsContainerComponent } from './pairs/container-pairs/container-pairs-container/container-pairs-container.component';
|
|
3
|
-
import { QdContainerPairsHeaderComponent } from './pairs/container-pairs/container-pairs-header/container-pairs-header.component';
|
|
4
|
-
import { QdContainerPairsItemComponent } from './pairs/container-pairs/container-pairs-item/container-pairs-item.component';
|
|
5
|
-
import { QdContainerPairsValueComponent } from './pairs/container-pairs/container-pairs-value/container-pairs-value.component';
|
|
6
|
-
import { QdHorizontalPairsCaptionComponent } from './pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component';
|
|
7
|
-
import { QdHorizontalPairsComponent } from './pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component';
|
|
8
|
-
import { QdHorizontalPairsItemComponent } from './pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component';
|
|
9
|
-
import { QdHorizontalPairsValueComponent } from './pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component';
|
|
10
|
-
import { QdStatusPairsCaptionComponent } from './pairs/status-pairs/status-pairs-caption/status-pairs-caption.component';
|
|
11
|
-
import { QdStatusPairsComponent } from './pairs/status-pairs/status-pairs-container/status-pairs.component';
|
|
12
|
-
import { QdStatusPairsErrorComponent } from './pairs/status-pairs/status-pairs-error/status-pairs-error.component';
|
|
13
|
-
import { QdStatusPairsItemComponent } from './pairs/status-pairs/status-pairs-item/status-pairs-item.component';
|
|
14
|
-
import { QdStatusPairsValueComponent } from './pairs/status-pairs/status-pairs-value/status-pairs-value.component';
|
|
15
|
-
import * as i0 from "@angular/core";
|
|
16
|
-
import * as i1 from "./pairs/container-pairs/container-pairs-caption/container-pairs-caption.component";
|
|
17
|
-
import * as i2 from "./pairs/container-pairs/container-pairs-container/container-pairs-container.component";
|
|
18
|
-
import * as i3 from "./pairs/container-pairs/container-pairs-header/container-pairs-header.component";
|
|
19
|
-
import * as i4 from "./pairs/container-pairs/container-pairs-item/container-pairs-item.component";
|
|
20
|
-
import * as i5 from "./pairs/container-pairs/container-pairs-value/container-pairs-value.component";
|
|
21
|
-
import * as i6 from "./pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component";
|
|
22
|
-
import * as i7 from "./pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component";
|
|
23
|
-
import * as i8 from "./pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component";
|
|
24
|
-
import * as i9 from "./pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component";
|
|
25
|
-
import * as i10 from "./pairs/status-pairs/status-pairs-caption/status-pairs-caption.component";
|
|
26
|
-
import * as i11 from "./pairs/status-pairs/status-pairs-container/status-pairs.component";
|
|
27
|
-
import * as i12 from "./pairs/status-pairs/status-pairs-error/status-pairs-error.component";
|
|
28
|
-
import * as i13 from "./pairs/status-pairs/status-pairs-item/status-pairs-item.component";
|
|
29
|
-
import * as i14 from "./pairs/status-pairs/status-pairs-value/status-pairs-value.component";
|
|
30
|
-
import * as i15 from "@angular/common";
|
|
31
|
-
import * as i16 from "../icon/icon.module";
|
|
32
|
-
export { QdContainerPairsCaptionComponent, QdContainerPairsContainerComponent, QdContainerPairsHeaderComponent, QdContainerPairsItemComponent, QdContainerPairsValueComponent, QdHorizontalPairsCaptionComponent, QdHorizontalPairsComponent, QdHorizontalPairsItemComponent, QdHorizontalPairsValueComponent, QdStatusPairsCaptionComponent, QdStatusPairsComponent, QdStatusPairsErrorComponent, QdStatusPairsItemComponent, QdStatusPairsValueComponent };
|
|
33
|
-
export declare class QdListModule {
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdListModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdListModule, [typeof i1.QdContainerPairsCaptionComponent, typeof i2.QdContainerPairsContainerComponent, typeof i3.QdContainerPairsHeaderComponent, typeof i4.QdContainerPairsItemComponent, typeof i5.QdContainerPairsValueComponent, typeof i6.QdHorizontalPairsCaptionComponent, typeof i7.QdHorizontalPairsComponent, typeof i8.QdHorizontalPairsItemComponent, typeof i9.QdHorizontalPairsValueComponent, typeof i10.QdStatusPairsCaptionComponent, typeof i11.QdStatusPairsComponent, typeof i12.QdStatusPairsErrorComponent, typeof i12.QdStatusPairsErrorComponent, typeof i13.QdStatusPairsItemComponent, typeof i14.QdStatusPairsValueComponent], [typeof i15.CommonModule, typeof i16.QdIconModule], [typeof i7.QdHorizontalPairsComponent, typeof i8.QdHorizontalPairsItemComponent, typeof i6.QdHorizontalPairsCaptionComponent, typeof i9.QdHorizontalPairsValueComponent, typeof i11.QdStatusPairsComponent, typeof i13.QdStatusPairsItemComponent, typeof i14.QdStatusPairsValueComponent, typeof i10.QdStatusPairsCaptionComponent, typeof i2.QdContainerPairsContainerComponent, typeof i3.QdContainerPairsHeaderComponent, typeof i4.QdContainerPairsItemComponent, typeof i1.QdContainerPairsCaptionComponent, typeof i5.QdContainerPairsValueComponent, typeof i12.QdStatusPairsErrorComponent]>;
|
|
36
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdListModule>;
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=list.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/lists/list.module.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gCAAgC,EAAE,MAAM,mFAAmF,CAAC;AACrI,OAAO,EAAE,kCAAkC,EAAE,MAAM,uFAAuF,CAAC;AAC3I,OAAO,EAAE,+BAA+B,EAAE,MAAM,iFAAiF,CAAC;AAClI,OAAO,EAAE,6BAA6B,EAAE,MAAM,6EAA6E,CAAC;AAC5H,OAAO,EAAE,8BAA8B,EAAE,MAAM,+EAA+E,CAAC;AAC/H,OAAO,EAAE,iCAAiC,EAAE,MAAM,sFAAsF,CAAC;AACzI,OAAO,EAAE,0BAA0B,EAAE,MAAM,gFAAgF,CAAC;AAC5H,OAAO,EAAE,8BAA8B,EAAE,MAAM,gFAAgF,CAAC;AAChI,OAAO,EAAE,+BAA+B,EAAE,MAAM,kFAAkF,CAAC;AACnI,OAAO,EAAE,6BAA6B,EAAE,MAAM,0EAA0E,CAAC;AACzH,OAAO,EAAE,sBAAsB,EAAE,MAAM,oEAAoE,CAAC;AAC5G,OAAO,EAAE,2BAA2B,EAAE,MAAM,sEAAsE,CAAC;AACnH,OAAO,EAAE,0BAA0B,EAAE,MAAM,oEAAoE,CAAC;AAChH,OAAO,EAAE,2BAA2B,EAAE,MAAM,sEAAsE,CAAC;;;;;;;;;;;;;;;;;;AAEnH,OAAO,EACL,gCAAgC,EAChC,kCAAkC,EAClC,+BAA+B,EAC/B,6BAA6B,EAC7B,8BAA8B,EAC9B,iCAAiC,EACjC,0BAA0B,EAC1B,8BAA8B,EAC9B,+BAA+B,EAC/B,6BAA6B,EAC7B,sBAAsB,EACtB,2BAA2B,EAC3B,0BAA0B,EAC1B,2BAA2B,EAC5B,CAAC;AAEF,qBAoCa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.interface.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/lists/model/list.interface.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,OAAO,CAAC;AAErD,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdContainerPairsCaption** is the key for a single key-value pair.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdContainerPairsItem**
|
|
6
|
-
*/
|
|
7
|
-
export declare class QdContainerPairsCaptionComponent {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdContainerPairsCaptionComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdContainerPairsCaptionComponent, "qd-container-pairs-caption", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=container-pairs-caption.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"container-pairs-caption.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,qBAMa,gCAAgC;yCAAhC,gCAAgC;2CAAhC,gCAAgC;CAAG"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdContainerPairs** renders key-value pairs. <br />
|
|
4
|
-
* They are placed inside the **QdContainer** in the **QdContentGrid**.
|
|
5
|
-
*
|
|
6
|
-
* * @see child components: **QdContainerPairsHeader**, **QdContainerPairsItem**.
|
|
7
|
-
*
|
|
8
|
-
* **Usage:**
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* <qd-container-pairs>
|
|
12
|
-
* <qd-container-toolbar>
|
|
13
|
-
* <qd-container-toolbar-title>Title</qd-container-toolbar-title>
|
|
14
|
-
* </qd-container-toolbar>
|
|
15
|
-
* <qd-container-pairs-item>
|
|
16
|
-
* <qd-container-pairs-caption>caption</qd-container-pairs-caption>
|
|
17
|
-
* <qd-container-pairs-value>value</qd-container-pairs-value>
|
|
18
|
-
* </qd-container-pairs-item>
|
|
19
|
-
* </qd-container-pairs>
|
|
20
|
-
*/
|
|
21
|
-
export declare class QdContainerPairsContainerComponent {
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdContainerPairsContainerComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdContainerPairsContainerComponent, "qd-container-pairs", never, {}, {}, never, ["qd-container-pairs-header", "*"], false, never>;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=container-pairs-container.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"container-pairs-container.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAMa,kCAAkC;yCAAlC,kCAAkC;2CAAlC,kCAAkC;CAAG"}
|
package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdContainerPairsHeader** is a header that can be placed inside a **QdContainerPair**.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdContainerPairs**
|
|
6
|
-
*/
|
|
7
|
-
export declare class QdContainerPairsHeaderComponent {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdContainerPairsHeaderComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdContainerPairsHeaderComponent, "qd-container-pairs-header", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=container-pairs-header.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"container-pairs-header.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,qBAMa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAAG"}
|
package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdContainerPairsItem** is the container for a single key-value pair.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdContainerPairs**
|
|
6
|
-
* * @see child components: **QdContainerPairsCaption**, **QdContainerPairsValue**
|
|
7
|
-
*/
|
|
8
|
-
export declare class QdContainerPairsItemComponent {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdContainerPairsItemComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdContainerPairsItemComponent, "qd-container-pairs-item", never, {}, {}, never, ["qd-container-pairs-caption", "qd-container-pairs-value"], false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=container-pairs-item.component.d.ts.map
|
package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"container-pairs-item.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.ts"],"names":[],"mappings":";AAEA;;;;;GAKG;AACH,qBAMa,6BAA6B;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CAAG"}
|
package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdContainerPairsValue** is the value for a single key-value pair.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdContainerPairsItem**
|
|
6
|
-
*/
|
|
7
|
-
export declare class QdContainerPairsValueComponent {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdContainerPairsValueComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdContainerPairsValueComponent, "qd-container-pairs-value", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=container-pairs-value.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"container-pairs-value.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,qBAMa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdHorizontalPairsCaption** is the key for a single key-value pair.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdHorizontalPairsItem**
|
|
6
|
-
*/
|
|
7
|
-
export declare class QdHorizontalPairsCaptionComponent {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdHorizontalPairsCaptionComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdHorizontalPairsCaptionComponent, "qd-horizontal-pairs-caption", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=horizontal-pairs-caption.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal-pairs-caption.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,qBAMa,iCAAiC;yCAAjC,iCAAiC;2CAAjC,iCAAiC;CAAG"}
|
package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdHorizontalPairs** renders key-value pairs. <br />
|
|
4
|
-
*
|
|
5
|
-
* * @see child component: **QdHorizontalPairsItem**
|
|
6
|
-
*
|
|
7
|
-
* **Usage:**
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* <qd-horizontal-pairs>
|
|
11
|
-
* <qd-horizontal-pairs-item>
|
|
12
|
-
* <qd-horizontal-pairs-caption>caption</qd-horizontal-pairs-caption>
|
|
13
|
-
* <qd-horizontal-pairs-value>value</qd-horizontal-pairs-value>
|
|
14
|
-
* </qd-horizontal-pairs-item>
|
|
15
|
-
* </qd-horizontal-pairs>
|
|
16
|
-
*/
|
|
17
|
-
export declare class QdHorizontalPairsComponent {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdHorizontalPairsComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdHorizontalPairsComponent, "qd-horizontal-pairs", never, {}, {}, never, ["*"], false, never>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=horizontal-pairs.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal-pairs.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;GAcG;AACH,qBAKa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAG"}
|
package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdHorizontalPairsItem** is the container for a single key-value pair.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdHorizontalPairs**
|
|
6
|
-
* * @see child components: **QdHorizontalPairsCaption**, **QdHorizontalPairsValue**
|
|
7
|
-
*/
|
|
8
|
-
export declare class QdHorizontalPairsItemComponent {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdHorizontalPairsItemComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdHorizontalPairsItemComponent, "qd-horizontal-pairs-item", never, {}, {}, never, ["*"], false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=horizontal-pairs-item.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal-pairs-item.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.ts"],"names":[],"mappings":";AAEA;;;;;GAKG;AACH,qBAMa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdHorizontalPairsValue** is the value for a single key-value pair.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdHorizontalPairsItem**
|
|
6
|
-
*/
|
|
7
|
-
export declare class QdHorizontalPairsValueComponent {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdHorizontalPairsValueComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdHorizontalPairsValueComponent, "qd-horizontal-pairs-value", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=horizontal-pairs-value.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal-pairs-value.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,qBAMa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAAG"}
|
package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The **QdStatusPairsCaption** is the key for a single key-value pair.
|
|
4
|
-
*
|
|
5
|
-
* * @see parent component: **QdStatusPairsItem**
|
|
6
|
-
*/
|
|
7
|
-
export declare class QdStatusPairsCaptionComponent {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdStatusPairsCaptionComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdStatusPairsCaptionComponent, "qd-status-pairs-caption", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=status-pairs-caption.component.d.ts.map
|
package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"status-pairs-caption.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,qBAOa,6BAA6B;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CAAG"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { AfterViewChecked, QueryList } from '@angular/core';
|
|
2
|
-
import { QdStatusPairsErrorComponent } from '../status-pairs-error/status-pairs-error.component';
|
|
3
|
-
import { QdStatusPairsItemComponent } from '../status-pairs-item/status-pairs-item.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* The **QdStatusPairs** renders key-value pairs. <br />
|
|
7
|
-
*
|
|
8
|
-
* * @see child components: **QdStatusPairsItem**, **QdStatusPairsError**
|
|
9
|
-
*
|
|
10
|
-
* **Usage:**
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* <qd-status-pairs>
|
|
14
|
-
* <qd-status-pairs-item status="error">
|
|
15
|
-
* <qd-status-pairs-caption>caption</qd-status-pairs-caption>
|
|
16
|
-
* <qd-status-pairs-value>value</qd-status-pairs-value>
|
|
17
|
-
* </qd-status-pairs-item>
|
|
18
|
-
* <qd-status-pairs-item>
|
|
19
|
-
* <qd-status-pairs-caption>caption</qd-status-pairs-caption>
|
|
20
|
-
* <qd-status-pairs-value>value</qd-status-pairs-value>
|
|
21
|
-
* </qd-status-pairs-item>
|
|
22
|
-
* <qd-status-pairs-error>error</qd-status-pairs-error>
|
|
23
|
-
* </qd-status-pairs>
|
|
24
|
-
*/
|
|
25
|
-
export declare class QdStatusPairsComponent implements AfterViewChecked {
|
|
26
|
-
statusPairErrorRef: QdStatusPairsErrorComponent;
|
|
27
|
-
items: QueryList<QdStatusPairsItemComponent>;
|
|
28
|
-
ngAfterViewChecked(): void;
|
|
29
|
-
private showError;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdStatusPairsComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdStatusPairsComponent, "qd-status-pairs", never, {}, {}, ["statusPairErrorRef", "items"], ["*"], false, never>;
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=status-pairs.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"status-pairs.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/qd-ui/src/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAA4C,SAAS,EAAE,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAC;AACjG,OAAO,EAAE,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;;AAE9F;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBAMa,sBAAuB,YAAW,gBAAgB;IAClB,kBAAkB,EAAE,2BAA2B,CAAC;IAC9C,KAAK,EAAE,SAAS,CAAC,0BAA0B,CAAC,CAAC;IAE1F,kBAAkB,IAAI,IAAI;IAI1B,OAAO,CAAC,SAAS;yCARN,sBAAsB;2CAAtB,sBAAsB;CAalC"}
|