@quadrel-enterprise-ui/framework 19.8.0 → 20.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +2572 -3488
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/index.d.ts +17192 -4
- package/index.d.ts.map +1 -0
- package/package.json +7 -5
- package/src/assets/styles/components/_components.all.scss +3 -10
- package/src/assets/styles/components/_components.button.scss +25 -190
- package/src/assets/styles/components/_components.dialog.scss +2 -2
- package/src/assets/styles/components/_components.grid.scss +14 -14
- package/src/assets/styles/generic/_generic.all.scss +5 -5
- package/src/assets/styles/generic/_generic.normalize.scss +2 -2
- package/src/assets/styles/index.scss +7 -7
- package/src/assets/styles/objects/_objects.a11y.scss +4 -4
- package/src/assets/styles/objects/_objects.all.scss +3 -3
- package/src/assets/styles/settings/_setting.all.scss +13 -13
- package/src/assets/styles/settings/_settings.formFields.scss +2 -2
- package/src/assets/styles/settings/_settings.grid.scss +2 -4
- package/src/assets/styles/settings/_settings.horizontalSpacing.scss +4 -4
- package/src/assets/styles/settings/_settings.layoutHeader.scss +10 -10
- package/src/assets/styles/settings/_settings.material.scss +31 -31
- package/src/assets/styles/settings/_settings.page.scss +3 -3
- package/src/assets/styles/settings/_settings.shell.scss +5 -5
- package/src/assets/styles/settings/_settings.verticalRythm.scss +5 -5
- package/src/assets/styles/tools/_tools.all.scss +12 -12
- package/src/assets/styles/tools/_tools.boxShadowOverlay.scss +3 -3
- package/src/assets/styles/tools/_tools.breakpoints.scss +36 -18
- package/src/assets/styles/tools/_tools.colorMapper.scss +7 -6
- package/src/assets/styles/tools/_tools.convertPxToRem.scss +23 -12
- package/src/assets/styles/tools/_tools.fonts.scss +16 -16
- package/src/assets/styles/tools/_tools.getBaseFontSize.scss +7 -6
- package/src/assets/styles/tools/_tools.grid.scss +51 -33
- package/src/assets/styles/tools/_tools.layoutHeader.scss +5 -5
- package/src/assets/styles/tools/_tools.layoutWidth.scss +6 -5
- package/src/assets/styles/tools/_tools.mixins.scss +14 -14
- package/src/assets/styles/tools/_tools.overlayBackdrop.scss +2 -2
- package/src/assets/styles/tools/_tools.rwdDisabled.scss +5 -5
- package/src/assets/styles/tools/_tools.text.scss +4 -4
- package/src/assets/styles/tools/_tools.toolTip.scss +4 -4
- package/src/assets/styles/utilities/_utilities.all.scss +1 -1
- package/lib/button/__mocks__/mock-button-grid.component.d.ts +0 -6
- package/lib/button/__mocks__/mock-button-grid.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts +0 -8
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button-stack.component.d.ts +0 -6
- package/lib/button/__mocks__/mock-button-stack.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.component.d.ts +0 -11
- package/lib/button/__mocks__/mock-button.component.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.directives.d.ts +0 -10
- package/lib/button/__mocks__/mock-button.directives.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-button.module.d.ts +0 -21
- package/lib/button/__mocks__/mock-button.module.d.ts.map +0 -1
- package/lib/button/__mocks__/mock-icon-button.component.d.ts +0 -8
- package/lib/button/__mocks__/mock-icon-button.component.d.ts.map +0 -1
- package/lib/button/button/additional-info/button-additional-info.component.d.ts +0 -15
- package/lib/button/button/additional-info/button-additional-info.component.d.ts.map +0 -1
- package/lib/button/button/button.component.d.ts +0 -41
- package/lib/button/button/button.component.d.ts.map +0 -1
- package/lib/button/button-grid/button-grid.component.d.ts +0 -11
- package/lib/button/button-grid/button-grid.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts +0 -24
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts.map +0 -1
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +0 -11
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts.map +0 -1
- package/lib/button/button.module.d.ts +0 -32
- package/lib/button/button.module.d.ts.map +0 -1
- package/lib/button/directives/button.directives.d.ts +0 -25
- package/lib/button/directives/button.directives.d.ts.map +0 -1
- package/lib/button/icon-button/icon-button.component.d.ts +0 -26
- package/lib/button/icon-button/icon-button.component.d.ts.map +0 -1
- package/lib/button/menu-button/menu-button.component.d.ts +0 -58
- package/lib/button/menu-button/menu-button.component.d.ts.map +0 -1
- package/lib/button/model/button-config.d.ts +0 -76
- package/lib/button/model/button-config.d.ts.map +0 -1
- package/lib/button/model/button.types.d.ts +0 -2
- package/lib/button/model/button.types.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chip.component.d.ts +0 -15
- package/lib/chips/__mocks__/mock-chip.component.d.ts.map +0 -1
- package/lib/chips/__mocks__/mock-chips.module.d.ts +0 -11
- package/lib/chips/__mocks__/mock-chips.module.d.ts.map +0 -1
- package/lib/chips/chip/chip.component.d.ts +0 -43
- package/lib/chips/chip/chip.component.d.ts.map +0 -1
- package/lib/chips/chips.module.d.ts +0 -13
- package/lib/chips/chips.module.d.ts.map +0 -1
- package/lib/chips/interfaces/chip.interface.d.ts +0 -3
- package/lib/chips/interfaces/chip.interface.d.ts.map +0 -1
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts +0 -26
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts.map +0 -1
- package/lib/comments/comments.component.d.ts +0 -22
- package/lib/comments/comments.component.d.ts.map +0 -1
- package/lib/comments/comments.module.d.ts +0 -23
- package/lib/comments/comments.module.d.ts.map +0 -1
- package/lib/comments/menu/comment-menu.component.d.ts +0 -9
- package/lib/comments/menu/comment-menu.component.d.ts.map +0 -1
- package/lib/comments/model/comments.interface.d.ts +0 -193
- package/lib/comments/model/comments.interface.d.ts.map +0 -1
- package/lib/comments/pipes/stripe-html.pipe.d.ts +0 -8
- package/lib/comments/pipes/stripe-html.pipe.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts +0 -8
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts +0 -11
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/contact-card.component.d.ts +0 -167
- package/lib/contact-card/contact-card.component.d.ts.map +0 -1
- package/lib/contact-card/contact-card.module.d.ts +0 -17
- package/lib/contact-card/contact-card.module.d.ts.map +0 -1
- package/lib/contact-card/menu/contact-card-menu.component.d.ts +0 -32
- package/lib/contact-card/menu/contact-card-menu.component.d.ts.map +0 -1
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts +0 -44
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts.map +0 -1
- package/lib/contact-card/model/contact-data.interface.d.ts +0 -163
- package/lib/contact-card/model/contact-data.interface.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts +0 -6
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-core.module.d.ts +0 -19
- package/lib/core/__mocks__/mock-core.module.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-disabled.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts +0 -34
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-translate.pipe.d.ts +0 -8
- package/lib/core/__mocks__/mock-translate.pipe.d.ts.map +0 -1
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts +0 -6
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.directive.d.ts +0 -14
- package/lib/core/autofocus/autofocus.directive.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.module.d.ts +0 -9
- package/lib/core/autofocus/autofocus.module.d.ts.map +0 -1
- package/lib/core/autofocus/autofocus.service.d.ts +0 -9
- package/lib/core/autofocus/autofocus.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts +0 -125
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts.map +0 -1
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts +0 -12
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts +0 -27
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts +0 -21
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts +0 -8
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts.map +0 -1
- package/lib/core/core.module.d.ts +0 -33
- package/lib/core/core.module.d.ts.map +0 -1
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts +0 -15
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts.map +0 -1
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts +0 -13
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts +0 -28
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts +0 -44
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts +0 -31
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts.map +0 -1
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts +0 -39
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts +0 -27
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts.map +0 -1
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts +0 -18
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets-context.service.d.ts +0 -13
- package/lib/core/data-facets/data-facets-context.service.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.model.d.ts +0 -37
- package/lib/core/data-facets/data-facets.model.d.ts.map +0 -1
- package/lib/core/data-facets/data-facets.module.d.ts +0 -33
- package/lib/core/data-facets/data-facets.module.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.component.d.ts +0 -34
- package/lib/core/data-facets/date/data-facets-date.component.d.ts.map +0 -1
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts +0 -48
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts +0 -13
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts.map +0 -1
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts +0 -13
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.component.d.ts +0 -25
- package/lib/core/data-facets/link/data-facets-link.component.d.ts.map +0 -1
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts +0 -50
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts +0 -18
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.component.d.ts +0 -14
- package/lib/core/data-facets/status/data-facets-status.component.d.ts.map +0 -1
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts +0 -15
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.component.d.ts +0 -20
- package/lib/core/data-facets/text/data-facets-text.component.d.ts.map +0 -1
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts +0 -18
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts.map +0 -1
- package/lib/core/directives/viewport-adaptive.directive.d.ts +0 -8
- package/lib/core/directives/viewport-adaptive.directive.d.ts.map +0 -1
- package/lib/core/disabled/disabled.directive.d.ts +0 -6
- package/lib/core/disabled/disabled.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.d.ts +0 -10
- package/lib/core/focusable/focusable.d.ts.map +0 -1
- package/lib/core/focusable/focusable.directive.d.ts +0 -10
- package/lib/core/focusable/focusable.directive.d.ts.map +0 -1
- package/lib/core/focusable/focusable.module.d.ts +0 -8
- package/lib/core/focusable/focusable.module.d.ts.map +0 -1
- package/lib/core/focusable/focusable.token.d.ts +0 -6
- package/lib/core/focusable/focusable.token.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.interface.d.ts +0 -33
- package/lib/core/model/app-enviroment.interface.d.ts.map +0 -1
- package/lib/core/model/app-enviroment.token.d.ts +0 -4
- package/lib/core/model/app-enviroment.token.d.ts.map +0 -1
- package/lib/core/model/breakpoint.interface.d.ts +0 -10
- package/lib/core/model/breakpoint.interface.d.ts.map +0 -1
- package/lib/core/model/safe-bottom-offset.token.d.ts +0 -4
- package/lib/core/model/safe-bottom-offset.token.d.ts.map +0 -1
- package/lib/core/model/translation.interface.d.ts +0 -21
- package/lib/core/model/translation.interface.d.ts.map +0 -1
- package/lib/core/pipes/file-size.pipe.d.ts +0 -11
- package/lib/core/pipes/file-size.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholder.pipe.d.ts +0 -8
- package/lib/core/pipes/placeholder.pipe.d.ts.map +0 -1
- package/lib/core/pipes/placeholders.pipe.d.ts +0 -10
- package/lib/core/pipes/placeholders.pipe.d.ts.map +0 -1
- package/lib/core/pipes/sanitize-html.pipe.d.ts +0 -11
- package/lib/core/pipes/sanitize-html.pipe.d.ts.map +0 -1
- package/lib/core/popover/popover/popover.component.d.ts +0 -23
- package/lib/core/popover/popover/popover.component.d.ts.map +0 -1
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts +0 -55
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts +0 -27
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts.map +0 -1
- package/lib/core/popover/popover-parent.service.d.ts +0 -8
- package/lib/core/popover/popover-parent.service.d.ts.map +0 -1
- package/lib/core/popover/popover-sizing.service.d.ts +0 -63
- package/lib/core/popover/popover-sizing.service.d.ts.map +0 -1
- package/lib/core/popover/popover-top-first.token.d.ts +0 -3
- package/lib/core/popover/popover-top-first.token.d.ts.map +0 -1
- package/lib/core/popover/popover.module.d.ts +0 -11
- package/lib/core/popover/popover.module.d.ts.map +0 -1
- package/lib/core/popover/popover.service.d.ts +0 -12
- package/lib/core/popover/popover.service.d.ts.map +0 -1
- package/lib/core/projection-guard/projection-guard.component.d.ts +0 -14
- package/lib/core/projection-guard/projection-guard.component.d.ts.map +0 -1
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts +0 -6
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts.map +0 -1
- package/lib/core/rxjs/delay-and-hold.operator.d.ts +0 -52
- package/lib/core/rxjs/delay-and-hold.operator.d.ts.map +0 -1
- package/lib/core/services/breakpoint.service.d.ts +0 -19
- package/lib/core/services/breakpoint.service.d.ts.map +0 -1
- package/lib/core/services/element.service.d.ts +0 -7
- package/lib/core/services/element.service.d.ts.map +0 -1
- package/lib/core/services/event-broker.service.d.ts +0 -56
- package/lib/core/services/event-broker.service.d.ts.map +0 -1
- package/lib/core/services/push-events.service.d.ts +0 -89
- package/lib/core/services/push-events.service.d.ts.map +0 -1
- package/lib/core/services/scrolling.service.d.ts +0 -15
- package/lib/core/services/scrolling.service.d.ts.map +0 -1
- package/lib/core/services/translate.service.d.ts +0 -16
- package/lib/core/services/translate.service.d.ts.map +0 -1
- package/lib/core/tools/constantCase.tools.d.ts +0 -2
- package/lib/core/tools/constantCase.tools.d.ts.map +0 -1
- package/lib/core/tools/convertPxToRem.tools.d.ts +0 -2
- package/lib/core/tools/convertPxToRem.tools.d.ts.map +0 -1
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts +0 -30
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts +0 -10
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts +0 -37
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +0 -24
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +0 -1
- package/lib/core/tooltip/tooltip.module.d.ts +0 -12
- package/lib/core/tooltip/tooltip.module.d.ts.map +0 -1
- package/lib/core/types/utility.types.d.ts +0 -3
- package/lib/core/types/utility.types.d.ts.map +0 -1
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts +0 -6
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts.map +0 -1
- package/lib/dialog/action/dialog-action.component.d.ts +0 -6
- package/lib/dialog/action/dialog-action.component.d.ts.map +0 -1
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts +0 -16
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts.map +0 -1
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts +0 -15
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts.map +0 -1
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts +0 -122
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts.map +0 -1
- package/lib/dialog/dialog.component.d.ts +0 -86
- package/lib/dialog/dialog.component.d.ts.map +0 -1
- package/lib/dialog/dialog.module.d.ts +0 -40
- package/lib/dialog/dialog.module.d.ts.map +0 -1
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts +0 -37
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts.map +0 -1
- package/lib/dialog/models/confirmation.model.d.ts +0 -117
- package/lib/dialog/models/confirmation.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-close.model.d.ts +0 -51
- package/lib/dialog/models/dialog-close.model.d.ts.map +0 -1
- package/lib/dialog/models/dialog-config.model.d.ts +0 -106
- package/lib/dialog/models/dialog-config.model.d.ts.map +0 -1
- package/lib/dialog/models/page-dialog-host.token.d.ts +0 -10
- package/lib/dialog/models/page-dialog-host.token.d.ts.map +0 -1
- package/lib/dialog/models/record-stepper.model.d.ts +0 -26
- package/lib/dialog/models/record-stepper.model.d.ts.map +0 -1
- package/lib/dialog/models/session-end-result.model.d.ts +0 -14
- package/lib/dialog/models/session-end-result.model.d.ts.map +0 -1
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts +0 -6
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts.map +0 -1
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts +0 -34
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts.map +0 -1
- package/lib/dialog/services/confirmation-dialog.service.d.ts +0 -14
- package/lib/dialog/services/confirmation-dialog.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts +0 -21
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog-change-guard.service.d.ts +0 -9
- package/lib/dialog/services/dialog-change-guard.service.d.ts.map +0 -1
- package/lib/dialog/services/dialog.service.d.ts +0 -66
- package/lib/dialog/services/dialog.service.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts +0 -11
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts +0 -8
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts +0 -14
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts +0 -16
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts +0 -6
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts +0 -18
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts +0 -14
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts +0 -18
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts +0 -16
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts +0 -14
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts.map +0 -1
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts +0 -22
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.component.d.ts +0 -129
- package/lib/file-collector/file-collector.component.d.ts.map +0 -1
- package/lib/file-collector/file-collector.module.d.ts +0 -37
- package/lib/file-collector/file-collector.module.d.ts.map +0 -1
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts +0 -14
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts.map +0 -1
- package/lib/file-collector/item/file-collector-item.component.d.ts +0 -16
- package/lib/file-collector/item/file-collector-item.component.d.ts.map +0 -1
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts +0 -7
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts.map +0 -1
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts +0 -7
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts.map +0 -1
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts +0 -24
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts.map +0 -1
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts +0 -7
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts.map +0 -1
- package/lib/file-collector/models/collected-file.d.ts +0 -33
- package/lib/file-collector/models/collected-file.d.ts.map +0 -1
- package/lib/file-collector/models/file-collector-config.d.ts +0 -76
- package/lib/file-collector/models/file-collector-config.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager-token.d.ts +0 -3
- package/lib/file-collector/models/file-manager-token.d.ts.map +0 -1
- package/lib/file-collector/models/file-manager.d.ts +0 -18
- package/lib/file-collector/models/file-manager.d.ts.map +0 -1
- package/lib/file-collector/models/file-type.d.ts +0 -7
- package/lib/file-collector/models/file-type.d.ts.map +0 -1
- package/lib/file-collector/models/file-upload.d.ts +0 -15
- package/lib/file-collector/models/file-upload.d.ts.map +0 -1
- package/lib/file-collector/models/upload-progress.d.ts +0 -33
- package/lib/file-collector/models/upload-progress.d.ts.map +0 -1
- package/lib/file-collector/pipes/filesize.pipe.d.ts +0 -10
- package/lib/file-collector/pipes/filesize.pipe.d.ts.map +0 -1
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts +0 -11
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector-validation.service.d.ts +0 -14
- package/lib/file-collector/services/file-collector-validation.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-collector.service.d.ts +0 -22
- package/lib/file-collector/services/file-collector.service.d.ts.map +0 -1
- package/lib/file-collector/services/file-type.service.d.ts +0 -11
- package/lib/file-collector/services/file-type.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts +0 -10
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts +0 -10
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-category.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-category.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts +0 -13
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts +0 -13
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts +0 -12
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.d.ts +0 -11
- package/lib/filter/__mocks__/mock-filter.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.module.d.ts +0 -38
- package/lib/filter/__mocks__/mock-filter.module.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-filter.service.d.ts +0 -36
- package/lib/filter/__mocks__/mock-filter.service.d.ts.map +0 -1
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts +0 -9
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts +0 -16
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts.map +0 -1
- package/lib/filter/category/date/filter-category-date.component.d.ts +0 -27
- package/lib/filter/category/date/filter-category-date.component.d.ts.map +0 -1
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts +0 -32
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts.map +0 -1
- package/lib/filter/category/filter-category.component.d.ts +0 -36
- package/lib/filter/category/filter-category.component.d.ts.map +0 -1
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts +0 -22
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts.map +0 -1
- package/lib/filter/category/select/filter-category-select.component.d.ts +0 -35
- package/lib/filter/category/select/filter-category-select.component.d.ts.map +0 -1
- package/lib/filter/filter-service/filter.service.d.ts +0 -55
- package/lib/filter/filter-service/filter.service.d.ts.map +0 -1
- package/lib/filter/filter.component.d.ts +0 -123
- package/lib/filter/filter.component.d.ts.map +0 -1
- package/lib/filter/filter.module.d.ts +0 -37
- package/lib/filter/filter.module.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active-items.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-active-items.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-active.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-active.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-get.helper.d.ts +0 -13
- package/lib/filter/helpers/filter-get.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-postbody.helper.d.ts +0 -4
- package/lib/filter/helpers/filter-postbody.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query-parser.helper.d.ts +0 -3
- package/lib/filter/helpers/filter-query-parser.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-query.helper.d.ts +0 -9
- package/lib/filter/helpers/filter-query.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts +0 -3
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts.map +0 -1
- package/lib/filter/helpers/filter-state.helpers.d.ts +0 -11
- package/lib/filter/helpers/filter-state.helpers.d.ts.map +0 -1
- package/lib/filter/helpers/filter-update.helper.d.ts +0 -13
- package/lib/filter/helpers/filter-update.helper.d.ts.map +0 -1
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts +0 -22
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts.map +0 -1
- package/lib/filter/item/date/filter-item-date.component.d.ts +0 -25
- package/lib/filter/item/date/filter-item-date.component.d.ts.map +0 -1
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts +0 -32
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts.map +0 -1
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts +0 -26
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts.map +0 -1
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts +0 -22
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts.map +0 -1
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts +0 -25
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts.map +0 -1
- package/lib/filter/model/filter-config.interface.d.ts +0 -84
- package/lib/filter/model/filter-config.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-post-body.interface.d.ts +0 -9
- package/lib/filter/model/filter-post-body.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-reducer.interface.d.ts +0 -5
- package/lib/filter/model/filter-reducer.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-state.interface.d.ts +0 -13
- package/lib/filter/model/filter-state.interface.d.ts.map +0 -1
- package/lib/filter/model/filter-types.interface.d.ts +0 -2
- package/lib/filter/model/filter-types.interface.d.ts.map +0 -1
- package/lib/filter/pipes/localeDate.pipe.d.ts +0 -16
- package/lib/filter/pipes/localeDate.pipe.d.ts.map +0 -1
- package/lib/filter/services/dependent-filters.service.d.ts +0 -20
- package/lib/filter/services/dependent-filters.service.d.ts.map +0 -1
- package/lib/filter/services/filter-rest-param.tools.d.ts +0 -23
- package/lib/filter/services/filter-rest-param.tools.d.ts.map +0 -1
- package/lib/filter/services/filter-router-connector.service.d.ts +0 -24
- package/lib/filter/services/filter-router-connector.service.d.ts.map +0 -1
- package/lib/filter/store/filter.actions.d.ts +0 -92
- package/lib/filter/store/filter.actions.d.ts.map +0 -1
- package/lib/filter/store/filter.reducer.d.ts +0 -4
- package/lib/filter/store/filter.reducer.d.ts.map +0 -1
- package/lib/filter/store/filter.selector.d.ts +0 -129
- package/lib/filter/store/filter.selector.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-calendar.component.d.ts +0 -12
- package/lib/forms/__mocks__/mock-calendar.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts +0 -11
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts +0 -15
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts +0 -12
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts +0 -13
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts +0 -16
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-error.component.d.ts +0 -8
- package/lib/forms/__mocks__/mock-form-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts +0 -11
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-label.component.d.ts +0 -13
- package/lib/forms/__mocks__/mock-form-label.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts +0 -9
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-forms.module.d.ts +0 -49
- package/lib/forms/__mocks__/mock-forms.module.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-input.component.d.ts +0 -26
- package/lib/forms/__mocks__/mock-input.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts +0 -22
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts +0 -15
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switch.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-switch.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-switches.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-switches.component.d.ts.map +0 -1
- package/lib/forms/__mocks__/mock-textarea.component.d.ts +0 -20
- package/lib/forms/__mocks__/mock-textarea.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts +0 -117
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts +0 -11
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts.map +0 -1
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts +0 -11
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts +0 -25
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts +0 -24
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts.map +0 -1
- package/lib/forms/checkboxes/checkboxes.component.d.ts +0 -136
- package/lib/forms/checkboxes/checkboxes.component.d.ts.map +0 -1
- package/lib/forms/datepicker/adapter/date-adapter.d.ts +0 -56
- package/lib/forms/datepicker/adapter/date-adapter.d.ts.map +0 -1
- package/lib/forms/datepicker/calendar/calendar.component.d.ts +0 -66
- package/lib/forms/datepicker/calendar/calendar.component.d.ts.map +0 -1
- package/lib/forms/datepicker/datepicker.component.d.ts +0 -159
- package/lib/forms/datepicker/datepicker.component.d.ts.map +0 -1
- package/lib/forms/datepicker/service/timepicker.service.d.ts +0 -13
- package/lib/forms/datepicker/service/timepicker.service.d.ts.map +0 -1
- package/lib/forms/dropdown/dropdown.component.d.ts +0 -187
- package/lib/forms/dropdown/dropdown.component.d.ts.map +0 -1
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts +0 -31
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts.map +0 -1
- package/lib/forms/file-upload/file-upload.component.d.ts +0 -165
- package/lib/forms/file-upload/file-upload.component.d.ts.map +0 -1
- package/lib/forms/file-upload/model/file-upload.model.d.ts +0 -92
- package/lib/forms/file-upload/model/file-upload.model.d.ts.map +0 -1
- package/lib/forms/file-upload/services/file-upload.service.d.ts +0 -14
- package/lib/forms/file-upload/services/file-upload.service.d.ts.map +0 -1
- package/lib/forms/input/helpers/get-value-with-unit.d.ts +0 -3
- package/lib/forms/input/helpers/get-value-with-unit.d.ts.map +0 -1
- package/lib/forms/input/input.component.d.ts +0 -336
- package/lib/forms/input/input.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.component.d.ts +0 -27
- package/lib/forms/input/options/input-options.component.d.ts.map +0 -1
- package/lib/forms/input/options/input-options.directive.d.ts +0 -82
- package/lib/forms/input/options/input-options.directive.d.ts.map +0 -1
- package/lib/forms/input/units/input-units.component.d.ts +0 -22
- package/lib/forms/input/units/input-units.component.d.ts.map +0 -1
- package/lib/forms/model/datepicker.d.ts +0 -36
- package/lib/forms/model/datepicker.d.ts.map +0 -1
- package/lib/forms/model/form-input.d.ts +0 -10
- package/lib/forms/model/form-input.d.ts.map +0 -1
- package/lib/forms/model/form-options-resolver.d.ts +0 -66
- package/lib/forms/model/form-options-resolver.d.ts.map +0 -1
- package/lib/forms/model/forms.interface.d.ts +0 -522
- package/lib/forms/model/forms.interface.d.ts.map +0 -1
- package/lib/forms/model/options.interface.d.ts +0 -85
- package/lib/forms/model/options.interface.d.ts.map +0 -1
- package/lib/forms/model/radio-buttons.d.ts +0 -7
- package/lib/forms/model/radio-buttons.d.ts.map +0 -1
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts +0 -2
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts +0 -27
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts +0 -36
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts +0 -28
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts.map +0 -1
- package/lib/forms/multi-input/multi-input.component.d.ts +0 -167
- package/lib/forms/multi-input/multi-input.component.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts +0 -29
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts.map +0 -1
- package/lib/forms/pin-code/pin-code.component.d.ts +0 -156
- package/lib/forms/pin-code/pin-code.component.d.ts.map +0 -1
- package/lib/forms/qd-form.module.d.ts +0 -72
- package/lib/forms/qd-form.module.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts +0 -17
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts.map +0 -1
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts +0 -126
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts +0 -14
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-array.d.ts +0 -234
- package/lib/forms/reactive-forms/controls/form-array.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-builder.d.ts +0 -99
- package/lib/forms/reactive-forms/controls/form-builder.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-control.d.ts +0 -19
- package/lib/forms/reactive-forms/controls/form-control.d.ts.map +0 -1
- package/lib/forms/reactive-forms/controls/form-group.d.ts +0 -4
- package/lib/forms/reactive-forms/controls/form-group.d.ts.map +0 -1
- package/lib/forms/richtext/richtext.component.d.ts +0 -109
- package/lib/forms/richtext/richtext.component.d.ts.map +0 -1
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts +0 -13
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-error/form-error.component.d.ts +0 -18
- package/lib/forms/shared/components/form-error/form-error.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts +0 -15
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-input/form-input.component.d.ts +0 -19
- package/lib/forms/shared/components/form-input/form-input.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-label/form-label.component.d.ts +0 -18
- package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts +0 -16
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts.map +0 -1
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts +0 -19
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts +0 -6
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/forms.helpers.d.ts +0 -83
- package/lib/forms/shared/helpers/forms.helpers.d.ts.map +0 -1
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts +0 -3
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts.map +0 -1
- package/lib/forms/shared/services/action-emitter.service.d.ts +0 -13
- package/lib/forms/shared/services/action-emitter.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-keyboard.service.d.ts +0 -16
- package/lib/forms/shared/services/form-keyboard.service.d.ts.map +0 -1
- package/lib/forms/shared/services/form-options.service.d.ts +0 -34
- package/lib/forms/shared/services/form-options.service.d.ts.map +0 -1
- package/lib/forms/shared/services/options-resolver.registry.d.ts +0 -12
- package/lib/forms/shared/services/options-resolver.registry.d.ts.map +0 -1
- package/lib/forms/shared/validators/validators.d.ts +0 -127
- package/lib/forms/shared/validators/validators.d.ts.map +0 -1
- package/lib/forms/switches/switch/switch.component.d.ts +0 -19
- package/lib/forms/switches/switch/switch.component.d.ts.map +0 -1
- package/lib/forms/switches/switches-service/switches.service.d.ts +0 -15
- package/lib/forms/switches/switches-service/switches.service.d.ts.map +0 -1
- package/lib/forms/switches/switches.component.d.ts +0 -126
- package/lib/forms/switches/switches.component.d.ts.map +0 -1
- package/lib/forms/textarea/textarea.component.d.ts +0 -119
- package/lib/forms/textarea/textarea.component.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-column.directive.d.ts +0 -7
- package/lib/grid/__mocks__/mock-column.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-columns.directive.d.ts +0 -12
- package/lib/grid/__mocks__/mock-columns.directive.d.ts.map +0 -1
- package/lib/grid/__mocks__/mock-grid.module.d.ts +0 -12
- package/lib/grid/__mocks__/mock-grid.module.d.ts.map +0 -1
- package/lib/grid/directives/column-auto-fill.directive.d.ts +0 -31
- package/lib/grid/directives/column-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-break-before.directive.d.ts +0 -31
- package/lib/grid/directives/column-break-before.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts +0 -36
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-full-grid-width.directive.d.ts +0 -32
- package/lib/grid/directives/column-full-grid-width.directive.d.ts.map +0 -1
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts +0 -36
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts.map +0 -1
- package/lib/grid/directives/column.directive.d.ts +0 -50
- package/lib/grid/directives/column.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts +0 -33
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts +0 -31
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns-max.directive.d.ts +0 -36
- package/lib/grid/directives/columns-max.directive.d.ts.map +0 -1
- package/lib/grid/directives/columns.directive.d.ts +0 -44
- package/lib/grid/directives/columns.directive.d.ts.map +0 -1
- package/lib/grid/grid.component.d.ts +0 -32
- package/lib/grid/grid.component.d.ts.map +0 -1
- package/lib/grid/grid.module.d.ts +0 -35
- package/lib/grid/grid.module.d.ts.map +0 -1
- package/lib/grid/model/grid-config.interface.d.ts +0 -35
- package/lib/grid/model/grid-config.interface.d.ts.map +0 -1
- package/lib/grid/model/subgrid-config.interface.d.ts +0 -28
- package/lib/grid/model/subgrid-config.interface.d.ts.map +0 -1
- package/lib/grid/services/grid-auto-fill.service.d.ts +0 -40
- package/lib/grid/services/grid-auto-fill.service.d.ts.map +0 -1
- package/lib/grid/services/grid.service.d.ts +0 -13
- package/lib/grid/services/grid.service.d.ts.map +0 -1
- package/lib/grid/subgrid/subgrid.component.d.ts +0 -44
- package/lib/grid/subgrid/subgrid.component.d.ts.map +0 -1
- package/lib/helpers/html-plaintext.helper.d.ts +0 -2
- package/lib/helpers/html-plaintext.helper.d.ts.map +0 -1
- package/lib/helpers/language.helper.d.ts +0 -2
- package/lib/helpers/language.helper.d.ts.map +0 -1
- package/lib/helpers/load-javascript-asset.helper.d.ts +0 -2
- package/lib/helpers/load-javascript-asset.helper.d.ts.map +0 -1
- package/lib/helpers/relative-time.helper.d.ts +0 -4
- package/lib/helpers/relative-time.helper.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.component.d.ts +0 -10
- package/lib/icon/__mocks__/mock-icon.component.d.ts.map +0 -1
- package/lib/icon/__mocks__/mock-icon.module.d.ts +0 -10
- package/lib/icon/__mocks__/mock-icon.module.d.ts.map +0 -1
- package/lib/icon/custom-icons/logo.d.ts +0 -2
- package/lib/icon/custom-icons/logo.d.ts.map +0 -1
- package/lib/icon/icon/icon-definitions.d.ts +0 -7
- package/lib/icon/icon/icon-definitions.d.ts.map +0 -1
- package/lib/icon/icon/icon.component.d.ts +0 -29
- package/lib/icon/icon/icon.component.d.ts.map +0 -1
- package/lib/icon/icon.module.d.ts +0 -11
- package/lib/icon/icon.module.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.component.d.ts +0 -11
- package/lib/image/__mocks__/mock-image.component.d.ts.map +0 -1
- package/lib/image/__mocks__/mock-image.module.d.ts +0 -10
- package/lib/image/__mocks__/mock-image.module.d.ts.map +0 -1
- package/lib/image/image/image.component.d.ts +0 -64
- package/lib/image/image/image.component.d.ts.map +0 -1
- package/lib/image/image.module.d.ts +0 -13
- package/lib/image/image.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-list.module.d.ts +0 -28
- package/lib/lists/__mocks__/mock-list.module.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-error.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-error.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts +0 -6
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts.map +0 -1
- package/lib/lists/list.module.d.ts +0 -38
- package/lib/lists/list.module.d.ts.map +0 -1
- package/lib/lists/model/list.interface.d.ts +0 -6
- package/lib/lists/model/list.interface.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts +0 -25
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts +0 -12
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +0 -21
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts +0 -12
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts +0 -11
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +0 -33
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts +0 -17
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts +0 -18
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts.map +0 -1
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts +0 -11
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts +0 -8
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts +0 -6
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts +0 -12
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts +0 -23
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts +0 -18
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts.map +0 -1
- package/lib/navigation-tiles/navigation-tiles.module.d.ts +0 -15
- package/lib/navigation-tiles/navigation-tiles.module.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.component.d.ts +0 -11
- package/lib/notifications/__mocks__/mock-notification.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts +0 -6
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts +0 -25
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts +0 -7
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts.map +0 -1
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts +0 -16
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts.map +0 -1
- package/lib/notifications/directives/snackbar-listener.directive.d.ts +0 -46
- package/lib/notifications/directives/snackbar-listener.directive.d.ts.map +0 -1
- package/lib/notifications/interfaces/notifications.d.ts +0 -120
- package/lib/notifications/interfaces/notifications.d.ts.map +0 -1
- package/lib/notifications/notification/notification.component.d.ts +0 -499
- package/lib/notifications/notification/notification.component.d.ts.map +0 -1
- package/lib/notifications/notification-content/notification-content.component.d.ts +0 -9
- package/lib/notifications/notification-content/notification-content.component.d.ts.map +0 -1
- package/lib/notifications/notifications/notifications.component.d.ts +0 -20
- package/lib/notifications/notifications/notifications.component.d.ts.map +0 -1
- package/lib/notifications/notifications.module.d.ts +0 -24
- package/lib/notifications/notifications.module.d.ts.map +0 -1
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts +0 -25
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts.map +0 -1
- package/lib/notifications/services/notifications-service.service.d.ts +0 -33
- package/lib/notifications/services/notifications-service.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts +0 -20
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts +0 -13
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts.map +0 -1
- package/lib/notifications/services/snackbar.service.d.ts +0 -21
- package/lib/notifications/services/snackbar.service.d.ts.map +0 -1
- package/lib/notifications/snackbar/snackbar.component.d.ts +0 -16
- package/lib/notifications/snackbar/snackbar.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-footer.component.d.ts +0 -6
- package/lib/page/__mocks__/mock-page-footer.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page-header.component.d.ts +0 -6
- package/lib/page/__mocks__/mock-page-header.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.component.d.ts +0 -7
- package/lib/page/__mocks__/mock-page.component.d.ts.map +0 -1
- package/lib/page/__mocks__/mock-page.module.d.ts +0 -13
- package/lib/page/__mocks__/mock-page.module.d.ts.map +0 -1
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts +0 -15
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts.map +0 -1
- package/lib/page/control-panel/page-control-panel.component.d.ts +0 -47
- package/lib/page/control-panel/page-control-panel.component.d.ts.map +0 -1
- package/lib/page/footer/page-footer-custom-content.directive.d.ts +0 -12
- package/lib/page/footer/page-footer-custom-content.directive.d.ts.map +0 -1
- package/lib/page/footer/page-footer.component.d.ts +0 -19
- package/lib/page/footer/page-footer.component.d.ts.map +0 -1
- package/lib/page/info-banner/page-info-banner.component.d.ts +0 -94
- package/lib/page/info-banner/page-info-banner.component.d.ts.map +0 -1
- package/lib/page/model/page-config.interface.d.ts +0 -534
- package/lib/page/model/page-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-control-panel-config.interface.d.ts +0 -24
- package/lib/page/model/page-control-panel-config.interface.d.ts.map +0 -1
- package/lib/page/model/page-footer-action.interface.d.ts +0 -46
- package/lib/page/model/page-footer-action.interface.d.ts.map +0 -1
- package/lib/page/model/page-header-facet.interface.d.ts +0 -86
- package/lib/page/model/page-header-facet.interface.d.ts.map +0 -1
- package/lib/page/model/page-info-banner.interface.d.ts +0 -29
- package/lib/page/model/page-info-banner.interface.d.ts.map +0 -1
- package/lib/page/model/page-object-resolver.d.ts +0 -49
- package/lib/page/model/page-object-resolver.d.ts.map +0 -1
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts +0 -35
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts +0 -22
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts +0 -9
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts.map +0 -1
- package/lib/page/object-header/dynamic-facets.service.d.ts +0 -12
- package/lib/page/object-header/dynamic-facets.service.d.ts.map +0 -1
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts +0 -12
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts +0 -13
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts +0 -11
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts +0 -10
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts.map +0 -1
- package/lib/page/object-header/page-object-header.component.d.ts +0 -80
- package/lib/page/object-header/page-object-header.component.d.ts.map +0 -1
- package/lib/page/page.component.d.ts +0 -452
- package/lib/page/page.component.d.ts.map +0 -1
- package/lib/page/page.module.d.ts +0 -53
- package/lib/page/page.module.d.ts.map +0 -1
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +0 -61
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +0 -1
- package/lib/page/shared/services/context.service.d.ts +0 -51
- package/lib/page/shared/services/context.service.d.ts.map +0 -1
- package/lib/page/shared/services/form-group-manager.service.d.ts +0 -87
- package/lib/page/shared/services/form-group-manager.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-footer.service.d.ts +0 -24
- package/lib/page/shared/services/page-footer.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-store.service.d.ts +0 -16
- package/lib/page/shared/services/page-store.service.d.ts.map +0 -1
- package/lib/page/shared/services/page-submit-action.service.d.ts +0 -24
- package/lib/page/shared/services/page-submit-action.service.d.ts.map +0 -1
- package/lib/page/shared/services/resolver-trigger.service.d.ts +0 -14
- package/lib/page/shared/services/resolver-trigger.service.d.ts.map +0 -1
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts +0 -47
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts.map +0 -1
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts +0 -10
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts.map +0 -1
- package/lib/page-stepper/header/page-step-header.component.d.ts +0 -33
- package/lib/page-stepper/header/page-step-header.component.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step-resolver.token.d.ts +0 -4
- package/lib/page-stepper/model/page-step-resolver.token.d.ts.map +0 -1
- package/lib/page-stepper/model/page-step.resolver.d.ts +0 -11
- package/lib/page-stepper/model/page-step.resolver.d.ts.map +0 -1
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts +0 -87
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts.map +0 -1
- package/lib/page-stepper/page-step/page-step.component.d.ts +0 -33
- package/lib/page-stepper/page-step/page-step.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.component.d.ts +0 -63
- package/lib/page-stepper/page-stepper.component.d.ts.map +0 -1
- package/lib/page-stepper/page-stepper.module.d.ts +0 -27
- package/lib/page-stepper/page-stepper.module.d.ts.map +0 -1
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts +0 -49
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-config.d.ts +0 -126
- package/lib/page-tabs/model/page-tabs-config.d.ts.map +0 -1
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts +0 -23
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts.map +0 -1
- package/lib/page-tabs/page-tab/page-tab.component.d.ts +0 -34
- package/lib/page-tabs/page-tab/page-tab.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts +0 -14
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts +0 -35
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.component.d.ts +0 -225
- package/lib/page-tabs/page-tabs.component.d.ts.map +0 -1
- package/lib/page-tabs/page-tabs.module.d.ts +0 -22
- package/lib/page-tabs/page-tabs.module.d.ts.map +0 -1
- package/lib/panel-section/actions/panel-section-actions.component.d.ts +0 -16
- package/lib/panel-section/actions/panel-section-actions.component.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-config.interface.d.ts +0 -69
- package/lib/panel-section/model/panel-section-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts +0 -13
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts.map +0 -1
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts +0 -16
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts.map +0 -1
- package/lib/panel-section/panel-section.component.d.ts +0 -56
- package/lib/panel-section/panel-section.component.d.ts.map +0 -1
- package/lib/panel-section/panel-section.module.d.ts +0 -20
- package/lib/panel-section/panel-section.module.d.ts.map +0 -1
- package/lib/panel-section/services/panel-section-action.service.d.ts +0 -10
- package/lib/panel-section/services/panel-section-action.service.d.ts.map +0 -1
- package/lib/panel-section/status/panel-section-status.component.d.ts +0 -9
- package/lib/panel-section/status/panel-section-status.component.d.ts.map +0 -1
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts +0 -11
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts +0 -7
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts +0 -10
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts.map +0 -1
- package/lib/place-holder/place-holder/place-holder.component.d.ts +0 -12
- package/lib/place-holder/place-holder/place-holder.component.d.ts.map +0 -1
- package/lib/place-holder/place-holder.module.d.ts +0 -11
- package/lib/place-holder/place-holder.module.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts +0 -6
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts +0 -9
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts +0 -13
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts.map +0 -1
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts +0 -9
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts +0 -25
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts.map +0 -1
- package/lib/progress-bar/progress-bar.module.d.ts +0 -14
- package/lib/progress-bar/progress-bar.module.d.ts.map +0 -1
- package/lib/qd-ui-mock.module.d.ts +0 -27
- package/lib/qd-ui-mock.module.d.ts.map +0 -1
- package/lib/qd-ui.module.d.ts +0 -41
- package/lib/qd-ui.module.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-config.d.ts +0 -173
- package/lib/quick-edit/model/quick-edit-config.d.ts.map +0 -1
- package/lib/quick-edit/model/quick-edit-data.d.ts +0 -14
- package/lib/quick-edit/model/quick-edit-data.d.ts.map +0 -1
- package/lib/quick-edit/qd-ng-for.directive.d.ts +0 -17
- package/lib/quick-edit/qd-ng-for.directive.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.component.d.ts +0 -198
- package/lib/quick-edit/quick-edit.component.d.ts.map +0 -1
- package/lib/quick-edit/quick-edit.module.d.ts +0 -24
- package/lib/quick-edit/quick-edit.module.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.component.d.ts +0 -8
- package/lib/search/__mocks__/mock-search.component.d.ts.map +0 -1
- package/lib/search/__mocks__/mock-search.module.d.ts +0 -11
- package/lib/search/__mocks__/mock-search.module.d.ts.map +0 -1
- package/lib/search/helpers/search-update.helper.d.ts +0 -5
- package/lib/search/helpers/search-update.helper.d.ts.map +0 -1
- package/lib/search/model/search-options.interface.d.ts +0 -134
- package/lib/search/model/search-options.interface.d.ts.map +0 -1
- package/lib/search/model/search-post-body.d.ts +0 -11
- package/lib/search/model/search-post-body.d.ts.map +0 -1
- package/lib/search/model/search-store.interface.d.ts +0 -11
- package/lib/search/model/search-store.interface.d.ts.map +0 -1
- package/lib/search/search.component.d.ts +0 -85
- package/lib/search/search.component.d.ts.map +0 -1
- package/lib/search/search.module.d.ts +0 -19
- package/lib/search/search.module.d.ts.map +0 -1
- package/lib/search/services/search-router-connector.service.d.ts +0 -26
- package/lib/search/services/search-router-connector.service.d.ts.map +0 -1
- package/lib/search/services/search-store.service.d.ts +0 -15
- package/lib/search/services/search-store.service.d.ts.map +0 -1
- package/lib/search/services/search.service.d.ts +0 -28
- package/lib/search/services/search.service.d.ts.map +0 -1
- package/lib/search/store/search.actions.d.ts +0 -26
- package/lib/search/store/search.actions.d.ts.map +0 -1
- package/lib/search/store/search.reducer.d.ts +0 -4
- package/lib/search/store/search.reducer.d.ts.map +0 -1
- package/lib/search/store/search.selector.d.ts +0 -15
- package/lib/search/store/search.selector.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts +0 -7
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.component.d.ts +0 -7
- package/lib/section/__mocks__/mock-section.component.d.ts.map +0 -1
- package/lib/section/__mocks__/mock-section.module.d.ts +0 -12
- package/lib/section/__mocks__/mock-section.module.d.ts.map +0 -1
- package/lib/section/adaptors/section-adapter.directive.d.ts +0 -47
- package/lib/section/adaptors/section-adapter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-context.directive.d.ts +0 -123
- package/lib/section/connectors/table/connector-table-context.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts +0 -53
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts.map +0 -1
- package/lib/section/connectors/table/connector-table-search.directive.d.ts +0 -52
- package/lib/section/connectors/table/connector-table-search.directive.d.ts.map +0 -1
- package/lib/section/model/section-config.interface.d.ts +0 -251
- package/lib/section/model/section-config.interface.d.ts.map +0 -1
- package/lib/section/model/toolbar-components.interface.d.ts +0 -28
- package/lib/section/model/toolbar-components.interface.d.ts.map +0 -1
- package/lib/section/section.component.d.ts +0 -117
- package/lib/section/section.component.d.ts.map +0 -1
- package/lib/section/section.module.d.ts +0 -30
- package/lib/section/section.module.d.ts.map +0 -1
- package/lib/section/services/section-toolbar-action.service.d.ts +0 -11
- package/lib/section/services/section-toolbar-action.service.d.ts.map +0 -1
- package/lib/section/services/toolbar-components.service.d.ts +0 -10
- package/lib/section/services/toolbar-components.service.d.ts.map +0 -1
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts +0 -36
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts.map +0 -1
- package/lib/section/toolbar/section-toolbar.component.d.ts +0 -27
- package/lib/section/toolbar/section-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts +0 -16
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts +0 -16
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts +0 -6
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.component.d.ts +0 -7
- package/lib/shell/__mocks__/mock-shell.component.d.ts.map +0 -1
- package/lib/shell/__mocks__/mock-shell.module.d.ts +0 -29
- package/lib/shell/__mocks__/mock-shell.module.d.ts.map +0 -1
- package/lib/shell/footer/shell-footer.component.d.ts +0 -11
- package/lib/shell/footer/shell-footer.component.d.ts.map +0 -1
- package/lib/shell/header/banner/shell-header-banner.component.d.ts +0 -12
- package/lib/shell/header/banner/shell-header-banner.component.d.ts.map +0 -1
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts +0 -10
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts.map +0 -1
- package/lib/shell/header/search/shell-header-search.component.d.ts +0 -8
- package/lib/shell/header/search/shell-header-search.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +0 -44
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +0 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts +0 -9
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts.map +0 -1
- package/lib/shell/header/shell-header.component.d.ts +0 -72
- package/lib/shell/header/shell-header.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts +0 -11
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts.map +0 -1
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts +0 -12
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts.map +0 -1
- package/lib/shell/header/widget/shell-header-widget.component.d.ts +0 -34
- package/lib/shell/header/widget/shell-header-widget.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts +0 -9
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts.map +0 -1
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts +0 -8
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts.map +0 -1
- package/lib/shell/left/shell-left.component.d.ts +0 -12
- package/lib/shell/left/shell-left.component.d.ts.map +0 -1
- package/lib/shell/model/default-config.d.ts +0 -3
- package/lib/shell/model/default-config.d.ts.map +0 -1
- package/lib/shell/model/eportal.interface.d.ts +0 -20
- package/lib/shell/model/eportal.interface.d.ts.map +0 -1
- package/lib/shell/model/route-data.interface.d.ts +0 -3
- package/lib/shell/model/route-data.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-config.interface.d.ts +0 -81
- package/lib/shell/model/shell-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts +0 -16
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-header-widget-config.interface.d.ts +0 -308
- package/lib/shell/model/shell-header-widget-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-navigation-config.interface.d.ts +0 -25
- package/lib/shell/model/shell-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts +0 -342
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +0 -1
- package/lib/shell/model/shell-toolbar-config.interface.d.ts +0 -22
- package/lib/shell/model/shell-toolbar-config.interface.d.ts.map +0 -1
- package/lib/shell/right/notification/shell-notification.component.d.ts +0 -32
- package/lib/shell/right/notification/shell-notification.component.d.ts.map +0 -1
- package/lib/shell/right/notifications/shell-notifications.component.d.ts +0 -14
- package/lib/shell/right/notifications/shell-notifications.component.d.ts.map +0 -1
- package/lib/shell/right/shell-right.component.d.ts +0 -20
- package/lib/shell/right/shell-right.component.d.ts.map +0 -1
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts +0 -13
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts.map +0 -1
- package/lib/shell/services/banner.service.d.ts +0 -12
- package/lib/shell/services/banner.service.d.ts.map +0 -1
- package/lib/shell/services/eportal-language.service.d.ts +0 -15
- package/lib/shell/services/eportal-language.service.d.ts.map +0 -1
- package/lib/shell/services/language-from-url.service.d.ts +0 -15
- package/lib/shell/services/language-from-url.service.d.ts.map +0 -1
- package/lib/shell/services/navigation.service.d.ts +0 -24
- package/lib/shell/services/navigation.service.d.ts.map +0 -1
- package/lib/shell/services/pams-environment.service.d.ts +0 -9
- package/lib/shell/services/pams-environment.service.d.ts.map +0 -1
- package/lib/shell/services/service-navigation.service.d.ts +0 -59
- package/lib/shell/services/service-navigation.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-minimization.service.d.ts +0 -19
- package/lib/shell/services/shell-header-minimization.service.d.ts.map +0 -1
- package/lib/shell/services/shell-header-widget.service.d.ts +0 -34
- package/lib/shell/services/shell-header-widget.service.d.ts.map +0 -1
- package/lib/shell/services/shell-left.service.d.ts +0 -16
- package/lib/shell/services/shell-left.service.d.ts.map +0 -1
- package/lib/shell/services/shell-right.service.d.ts +0 -24
- package/lib/shell/services/shell-right.service.d.ts.map +0 -1
- package/lib/shell/shell.component.d.ts +0 -103
- package/lib/shell/shell.component.d.ts.map +0 -1
- package/lib/shell/shell.module.d.ts +0 -34
- package/lib/shell/shell.module.d.ts.map +0 -1
- package/lib/spinner/spinner.component.d.ts +0 -6
- package/lib/spinner/spinner.component.d.ts.map +0 -1
- package/lib/spinner/spinner.module.d.ts +0 -11
- package/lib/spinner/spinner.module.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts +0 -6
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts +0 -9
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts +0 -12
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts +0 -15
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts.map +0 -1
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts +0 -9
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts +0 -28
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts +0 -9
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts +0 -21
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts.map +0 -1
- package/lib/status-indicator/status-indicator.module.d.ts +0 -14
- package/lib/status-indicator/status-indicator.module.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-sort.component.d.ts +0 -10
- package/lib/table/__mocks__/mock-sort.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts +0 -6
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts +0 -10
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts +0 -9
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-head.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-head.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts +0 -7
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts +0 -8
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.component.d.ts +0 -15
- package/lib/table/__mocks__/mock-table.component.d.ts.map +0 -1
- package/lib/table/__mocks__/mock-table.module.d.ts +0 -25
- package/lib/table/__mocks__/mock-table.module.d.ts.map +0 -1
- package/lib/table/body/table-body.component.d.ts +0 -23
- package/lib/table/body/table-body.component.d.ts.map +0 -1
- package/lib/table/empty-state/table-empty-state.component.d.ts +0 -19
- package/lib/table/empty-state/table-empty-state.component.d.ts.map +0 -1
- package/lib/table/head/table-head.component.d.ts +0 -25
- package/lib/table/head/table-head.component.d.ts.map +0 -1
- package/lib/table/helpers/spring-tools.d.ts +0 -6
- package/lib/table/helpers/spring-tools.d.ts.map +0 -1
- package/lib/table/model/connectors-state.enum.d.ts +0 -6
- package/lib/table/model/connectors-state.enum.d.ts.map +0 -1
- package/lib/table/model/paginator-direction.enum.d.ts +0 -7
- package/lib/table/model/paginator-direction.enum.d.ts.map +0 -1
- package/lib/table/model/sort-direction.enum.d.ts +0 -6
- package/lib/table/model/sort-direction.enum.d.ts.map +0 -1
- package/lib/table/model/table-config-actions.interface.d.ts +0 -165
- package/lib/table/model/table-config-actions.interface.d.ts.map +0 -1
- package/lib/table/model/table-config-content.interface.d.ts +0 -200
- package/lib/table/model/table-config-content.interface.d.ts.map +0 -1
- package/lib/table/model/table-config.interface.d.ts +0 -293
- package/lib/table/model/table-config.interface.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.d.ts +0 -76
- package/lib/table/model/table-data-resolver.d.ts.map +0 -1
- package/lib/table/model/table-data-resolver.token.d.ts +0 -6
- package/lib/table/model/table-data-resolver.token.d.ts.map +0 -1
- package/lib/table/model/table-data.interface.d.ts +0 -79
- package/lib/table/model/table-data.interface.d.ts.map +0 -1
- package/lib/table/model/table-row-selection.interface.d.ts +0 -12
- package/lib/table/model/table-row-selection.interface.d.ts.map +0 -1
- package/lib/table/model/table-store.interface.d.ts +0 -55
- package/lib/table/model/table-store.interface.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts +0 -37
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts.map +0 -1
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts +0 -23
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts.map +0 -1
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts +0 -28
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts.map +0 -1
- package/lib/table/paginator/table-paginator.component.d.ts +0 -44
- package/lib/table/paginator/table-paginator.component.d.ts.map +0 -1
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts +0 -35
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/table/row/selection/table-row-selection.component.d.ts +0 -19
- package/lib/table/row/selection/table-row-selection.component.d.ts.map +0 -1
- package/lib/table/row/table-row.component.d.ts +0 -35
- package/lib/table/row/table-row.component.d.ts.map +0 -1
- package/lib/table/services/empty-state.service.d.ts +0 -13
- package/lib/table/services/empty-state.service.d.ts.map +0 -1
- package/lib/table/services/external-action-result.service.d.ts +0 -9
- package/lib/table/services/external-action-result.service.d.ts.map +0 -1
- package/lib/table/services/filling-width.service.d.ts +0 -39
- package/lib/table/services/filling-width.service.d.ts.map +0 -1
- package/lib/table/services/resolver.service.d.ts +0 -29
- package/lib/table/services/resolver.service.d.ts.map +0 -1
- package/lib/table/services/responsive-row.service.d.ts +0 -28
- package/lib/table/services/responsive-row.service.d.ts.map +0 -1
- package/lib/table/services/row-selection.service.d.ts +0 -25
- package/lib/table/services/row-selection.service.d.ts.map +0 -1
- package/lib/table/services/secondary-actions.service.d.ts +0 -11
- package/lib/table/services/secondary-actions.service.d.ts.map +0 -1
- package/lib/table/sort/table-sort.component.d.ts +0 -39
- package/lib/table/sort/table-sort.component.d.ts.map +0 -1
- package/lib/table/store/table-store-selector.service.d.ts +0 -48
- package/lib/table/store/table-store-selector.service.d.ts.map +0 -1
- package/lib/table/store/table-store.service.d.ts +0 -65
- package/lib/table/store/table-store.service.d.ts.map +0 -1
- package/lib/table/store/table-update.helper.d.ts +0 -23
- package/lib/table/store/table-update.helper.d.ts.map +0 -1
- package/lib/table/store/table.actions.d.ts +0 -156
- package/lib/table/store/table.actions.d.ts.map +0 -1
- package/lib/table/store/table.reducer.d.ts +0 -4
- package/lib/table/store/table.reducer.d.ts.map +0 -1
- package/lib/table/table.component.d.ts +0 -252
- package/lib/table/table.component.d.ts.map +0 -1
- package/lib/table/table.module.d.ts +0 -43
- package/lib/table/table.module.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts +0 -6
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts.map +0 -1
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts +0 -14
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts.map +0 -1
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts +0 -11
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts.map +0 -1
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts +0 -11
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts.map +0 -1
- package/lib/text-section/text-section.component.d.ts +0 -23
- package/lib/text-section/text-section.component.d.ts.map +0 -1
- package/lib/text-section/text-section.module.d.ts +0 -15
- package/lib/text-section/text-section.module.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tile.component.d.ts +0 -7
- package/lib/tiles/__mocks__/mock-tile.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts +0 -6
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts +0 -7
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts.map +0 -1
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts +0 -22
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts.map +0 -1
- package/lib/tiles/model/tile-config.d.ts +0 -25
- package/lib/tiles/model/tile-config.d.ts.map +0 -1
- package/lib/tiles/model/tiles-config.d.ts +0 -10
- package/lib/tiles/model/tiles-config.d.ts.map +0 -1
- package/lib/tiles/tile/tile.component.d.ts +0 -23
- package/lib/tiles/tile/tile.component.d.ts.map +0 -1
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts +0 -6
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts +0 -6
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts.map +0 -1
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts +0 -6
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts.map +0 -1
- package/lib/tiles/tile-title/tile-title.component.d.ts +0 -6
- package/lib/tiles/tile-title/tile-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles-title/tiles-title.component.d.ts +0 -6
- package/lib/tiles/tiles-title/tiles-title.component.d.ts.map +0 -1
- package/lib/tiles/tiles.component.d.ts +0 -14
- package/lib/tiles/tiles.component.d.ts.map +0 -1
- package/lib/tiles/tiles.module.d.ts +0 -27
- package/lib/tiles/tiles.module.d.ts.map +0 -1
- package/lib/tree/body/tree-body.component.d.ts +0 -23
- package/lib/tree/body/tree-body.component.d.ts.map +0 -1
- package/lib/tree/empty-state/tree-empty-state.component.d.ts +0 -13
- package/lib/tree/empty-state/tree-empty-state.component.d.ts.map +0 -1
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts +0 -4
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts.map +0 -1
- package/lib/tree/head/tree-head.component.d.ts +0 -25
- package/lib/tree/head/tree-head.component.d.ts.map +0 -1
- package/lib/tree/model/tree-column-detail.interface.d.ts +0 -53
- package/lib/tree/model/tree-column-detail.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config-actions.interface.d.ts +0 -58
- package/lib/tree/model/tree-config-actions.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-config.interface.d.ts +0 -238
- package/lib/tree/model/tree-config.interface.d.ts.map +0 -1
- package/lib/tree/model/tree-data.interface.d.ts +0 -44
- package/lib/tree/model/tree-data.interface.d.ts.map +0 -1
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts +0 -33
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts.map +0 -1
- package/lib/tree/row/tree-row.component.d.ts +0 -28
- package/lib/tree/row/tree-row.component.d.ts.map +0 -1
- package/lib/tree/services/row-expander.service.d.ts +0 -54
- package/lib/tree/services/row-expander.service.d.ts.map +0 -1
- package/lib/tree/services/tree-group.service.d.ts +0 -28
- package/lib/tree/services/tree-group.service.d.ts.map +0 -1
- package/lib/tree/services/tree-rows.service.d.ts +0 -30
- package/lib/tree/services/tree-rows.service.d.ts.map +0 -1
- package/lib/tree/tree.component.d.ts +0 -115
- package/lib/tree/tree.component.d.ts.map +0 -1
- package/lib/tree/tree.module.d.ts +0 -29
- package/lib/tree/tree.module.d.ts.map +0 -1
- package/public-api.d.ts +0 -65
- package/public-api.d.ts.map +0 -1
- package/quadrel-enterprise-ui-framework.d.ts.map +0 -1
- package/src/assets/styles/components/_components.chips.scss +0 -205
- package/src/assets/styles/components/_components.datePicker.scss +0 -204
- package/src/assets/styles/components/_components.menuPanel.scss +0 -49
- package/src/assets/styles/components/_components.paginator.scss +0 -43
- package/src/assets/styles/components/_components.radio-button.scss +0 -17
- package/src/assets/styles/components/_components.table.scss +0 -230
- package/src/assets/styles/components/forms/_components.forms.all.scss +0 -8
- package/src/assets/styles/components/forms/_components.forms.dropdown.scss +0 -19
- package/src/assets/styles/components/forms/_components.forms.inputFields.scss +0 -260
- package/src/assets/styles/components/forms/_components.forms.selectBox.scss +0 -245
- package/src/assets/styles/components/forms/_components.forms.textField.scss +0 -126
- /package/src/assets/styles/settings/{_settings.variables.scss → _settings.tokens.scss} +0 -0
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* **qdColumnsMax** can be combined with a `qdColumns` directive to narrow the number of used columns. The remaining
|
|
5
|
-
* columns on the right will be left empty.
|
|
6
|
-
*
|
|
7
|
-
* * See directive **qdColumns**
|
|
8
|
-
*
|
|
9
|
-
* **Usage:**
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* <div qdColumns="6" qdColumnsMax="4">
|
|
13
|
-
* <div qdColumn="1"></div>
|
|
14
|
-
* <div qdColumn="3"></div>
|
|
15
|
-
* <div qdColumn="2"></div>
|
|
16
|
-
* <div qdColumn="2"></div>
|
|
17
|
-
* </div>
|
|
18
|
-
*/
|
|
19
|
-
export declare class QdColumnsMaxDirective implements OnInit, AfterViewInit {
|
|
20
|
-
private readonly _renderer;
|
|
21
|
-
private readonly _elementRef;
|
|
22
|
-
/**
|
|
23
|
-
* Sets the number of used columns per row. The value has to be smaller than the value set by the qdColumns directive.
|
|
24
|
-
*/
|
|
25
|
-
set qdColumnsMax(columnsMax: number | string);
|
|
26
|
-
static className: string;
|
|
27
|
-
private _columnsMaxNum;
|
|
28
|
-
get element(): HTMLElement;
|
|
29
|
-
constructor(_renderer: Renderer2, _elementRef: ElementRef<HTMLElement>);
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
ngAfterViewInit(): Promise<void>;
|
|
32
|
-
private logErrorMessage;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdColumnsMaxDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QdColumnsMaxDirective, "[qdColumnsMax]", never, { "qdColumnsMax": { "alias": "qdColumnsMax"; "required": false; }; }, {}, never, never, false, never>;
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=columns-max.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"columns-max.directive.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/grid/directives/columns-max.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAS,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAG/F;;;;;;;;;;;;;;;GAeG;AACH,qBAIa,qBAAsB,YAAW,MAAM,EAAE,aAAa;IAgBrD,OAAO,CAAC,QAAQ,CAAC,SAAS;IAAa,OAAO,CAAC,QAAQ,CAAC,WAAW;IAf/E;;OAEG;IACH,IAAa,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,EAGpD;IAED,MAAM,CAAC,SAAS,SAAoB;IACpC,OAAO,CAAC,cAAc,CAAU;IAEhC,IAAI,OAAO,IAAI,WAAW,CAEzB;gBAE4B,SAAS,EAAE,SAAS,EAAmB,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IAExG,QAAQ,IAAI,IAAI;IAKV,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC;IActC,OAAO,CAAC,eAAe;yCArCZ,qBAAqB;2CAArB,qBAAqB;CAwCjC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ReplaySubject } from 'rxjs';
|
|
3
|
-
import { QdGridService } from '../services/grid.service';
|
|
4
|
-
import { QdGridAutoFillService } from '../services/grid-auto-fill.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* **qdColumns** is used to build a grid. Directive for parent elements. Maximum 6 columns can be defined.
|
|
8
|
-
* The `qdColumns` value defines the number of columns and the `qdColumn` value defines how many columns a single
|
|
9
|
-
* block takes *(colspan)*.
|
|
10
|
-
*
|
|
11
|
-
* * See child directive **qdColumn**
|
|
12
|
-
*
|
|
13
|
-
* **Usage:**
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* <div qdColumns="6">
|
|
17
|
-
* <div qdColumn="1"></div>
|
|
18
|
-
* <div qdColumn="2"></div>
|
|
19
|
-
* <div qdColumn="3"></div>
|
|
20
|
-
* </div>
|
|
21
|
-
*/
|
|
22
|
-
export declare class QdColumnsDirective implements OnInit, AfterViewInit, OnDestroy {
|
|
23
|
-
private readonly _renderer;
|
|
24
|
-
private readonly _elementRef;
|
|
25
|
-
private readonly gridService;
|
|
26
|
-
private readonly gridAutoFillService;
|
|
27
|
-
get element(): HTMLElement;
|
|
28
|
-
static className: string;
|
|
29
|
-
columnsNumSubject: ReplaySubject<number>;
|
|
30
|
-
columnsNum$: import("rxjs").Observable<number>;
|
|
31
|
-
/**
|
|
32
|
-
* Sets the number of possible columns per row. Possible values 1-6.
|
|
33
|
-
*/
|
|
34
|
-
set qdColumns(columnsNum: number | string);
|
|
35
|
-
constructor(_renderer: Renderer2, _elementRef: ElementRef<HTMLElement>, gridService: QdGridService, gridAutoFillService: QdGridAutoFillService);
|
|
36
|
-
ngOnInit(): Promise<void>;
|
|
37
|
-
ngAfterViewInit(): Promise<void>;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
static getQdColumnsGridSize(element: HTMLElement): number | undefined;
|
|
40
|
-
private addClass;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdColumnsDirective, never>;
|
|
42
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QdColumnsDirective, "[qdColumns]", never, { "qdColumns": { "alias": "qdColumns"; "required": false; }; }, {}, never, never, true, never>;
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=columns.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"columns.directive.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/grid/directives/columns.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAS,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAkB,aAAa,EAAE,MAAM,MAAM,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAE3E;;;;;;;;;;;;;;;GAeG;AACH,qBAKa,kBAAmB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAmBvE,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IArBtC,IAAI,OAAO,IAAI,WAAW,CAEzB;IAED,MAAM,CAAC,SAAS,SAAgB;IAChC,iBAAiB,wBAAgC;IACjD,WAAW,oCAAyC;IAEpD;;OAEG;IACH,IAAa,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,EAIjD;gBAGkB,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,EACpC,WAAW,EAAE,aAAa,EAC1B,mBAAmB,EAAE,qBAAqB;IAGvD,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAOzB,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC;IAItC,WAAW,IAAI,IAAI;IAInB,MAAM,CAAC,oBAAoB,CAAC,OAAO,EAAE,WAAW,GAAG,MAAM,GAAG,SAAS;IAQrE,OAAO,CAAC,QAAQ;yCAhDL,kBAAkB;2CAAlB,kBAAkB;CAmD9B"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { QdGridConfig } from './model/grid-config.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./directives/columns.directive";
|
|
5
|
-
/**
|
|
6
|
-
* The component **qd-grid** is used to build a grid. Maximum 6 columns can be defined. Optionally, a title can be set.
|
|
7
|
-
* You can use the `qdColumn` directive for the elements inside the grid.
|
|
8
|
-
* The `qdColumn` value defines how many columns a block takes *(colspan)*.
|
|
9
|
-
*
|
|
10
|
-
* * See child directive **qdColumn**
|
|
11
|
-
*
|
|
12
|
-
* **Usage:**
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* <qd-grid [config]="{ columns: 6 }">
|
|
16
|
-
* <div qdColumn="1"></div>
|
|
17
|
-
* <div qdColumn="2"></div>
|
|
18
|
-
* <div qdColumn="3"></div>
|
|
19
|
-
* </qd-grid>
|
|
20
|
-
*/
|
|
21
|
-
export declare class QdGridComponent implements OnInit {
|
|
22
|
-
private readonly _renderer;
|
|
23
|
-
private readonly _elementRef;
|
|
24
|
-
config: QdGridConfig;
|
|
25
|
-
private readonly _columnsDirective;
|
|
26
|
-
get element(): HTMLElement;
|
|
27
|
-
constructor(_renderer: Renderer2, _elementRef: ElementRef<HTMLElement>);
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdGridComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdGridComponent, "qd-grid", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], false, [{ directive: typeof i1.QdColumnsDirective; inputs: { "qdColumns": "qdColumns"; }; outputs: {}; }]>;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=grid.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/grid/grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAiB,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAMxF,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;;AAE7D;;;;;;;;;;;;;;;GAeG;AACH,qBAYa,eAAgB,YAAW,MAAM;IAShC,OAAO,CAAC,QAAQ,CAAC,SAAS;IAAa,OAAO,CAAC,QAAQ,CAAC,WAAW;IARtE,MAAM,EAAG,YAAY,CAAC;IAE/B,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAkE;IAEpG,IAAI,OAAO,IAAI,WAAW,CAEzB;gBAE4B,SAAS,EAAE,SAAS,EAAmB,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IAExG,QAAQ,IAAI,IAAI;yCAXL,eAAe;2CAAf,eAAe;CA6B3B"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { QdColumnDirective } from './directives/column.directive';
|
|
2
|
-
import { QdColumnsDirective } from './directives/columns.directive';
|
|
3
|
-
import { QdGridComponent } from './grid.component';
|
|
4
|
-
import { QdSubgridComponent } from './subgrid/subgrid.component';
|
|
5
|
-
import { QdColumnsMaxDirective } from './directives/columns-max.directive';
|
|
6
|
-
import { QdColumnBreakBeforeDirective } from './directives/column-break-before.directive';
|
|
7
|
-
import { QdColumnNextInSameRowDirective } from './directives/column-next-in-same-row.directive';
|
|
8
|
-
import { QdColumnFullGridWidthDirective } from './directives/column-full-grid-width.directive';
|
|
9
|
-
import { QdColumnsDisableAutoFillDirective } from './directives/columns-disable-auto-fill.directive';
|
|
10
|
-
import { QdColumnAutoFillDirective } from './directives/column-auto-fill.directive';
|
|
11
|
-
import { QdColumnsDisableResponsiveColspansDirective } from './directives/columns-disable-responsive-colspans.directive';
|
|
12
|
-
import { QdColumnDisableResponsiveColspansDirective } from './directives/column-disable-responsive-colspans.directive';
|
|
13
|
-
import { QdGridConfig } from './model/grid-config.interface';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
import * as i1 from "./grid.component";
|
|
16
|
-
import * as i2 from "./subgrid/subgrid.component";
|
|
17
|
-
import * as i3 from "./directives/columns-max.directive";
|
|
18
|
-
import * as i4 from "./directives/columns-disable-auto-fill.directive";
|
|
19
|
-
import * as i5 from "./directives/columns-disable-responsive-colspans.directive";
|
|
20
|
-
import * as i6 from "./directives/column-break-before.directive";
|
|
21
|
-
import * as i7 from "./directives/column-next-in-same-row.directive";
|
|
22
|
-
import * as i8 from "./directives/column-full-grid-width.directive";
|
|
23
|
-
import * as i9 from "./directives/column-auto-fill.directive";
|
|
24
|
-
import * as i10 from "./directives/column-disable-responsive-colspans.directive";
|
|
25
|
-
import * as i11 from "@angular/common";
|
|
26
|
-
import * as i12 from "./directives/columns.directive";
|
|
27
|
-
import * as i13 from "./directives/column.directive";
|
|
28
|
-
import * as i14 from "@ngx-translate/core";
|
|
29
|
-
export { QdGridComponent, QdSubgridComponent, QdColumnDirective, QdColumnsDirective, QdColumnsMaxDirective, QdColumnsDisableAutoFillDirective, QdColumnsDisableResponsiveColspansDirective, QdColumnBreakBeforeDirective, QdColumnNextInSameRowDirective, QdColumnFullGridWidthDirective, QdColumnAutoFillDirective, QdColumnDisableResponsiveColspansDirective, QdGridConfig };
|
|
30
|
-
export declare class QdGridModule {
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdGridModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdGridModule, [typeof i1.QdGridComponent, typeof i2.QdSubgridComponent, typeof i3.QdColumnsMaxDirective, typeof i4.QdColumnsDisableAutoFillDirective, typeof i5.QdColumnsDisableResponsiveColspansDirective, typeof i6.QdColumnBreakBeforeDirective, typeof i7.QdColumnNextInSameRowDirective, typeof i8.QdColumnFullGridWidthDirective, typeof i9.QdColumnAutoFillDirective, typeof i10.QdColumnDisableResponsiveColspansDirective], [typeof i11.CommonModule, typeof i12.QdColumnsDirective, typeof i13.QdColumnDirective, typeof i14.TranslateModule], [typeof i1.QdGridComponent, typeof i2.QdSubgridComponent, typeof i13.QdColumnDirective, typeof i12.QdColumnsDirective, typeof i3.QdColumnsMaxDirective, typeof i4.QdColumnsDisableAutoFillDirective, typeof i5.QdColumnsDisableResponsiveColspansDirective, typeof i6.QdColumnBreakBeforeDirective, typeof i7.QdColumnNextInSameRowDirective, typeof i8.QdColumnFullGridWidthDirective, typeof i9.QdColumnAutoFillDirective, typeof i10.QdColumnDisableResponsiveColspansDirective]>;
|
|
33
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdGridModule>;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=grid.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/grid/grid.module.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAC1F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,8BAA8B,EAAE,MAAM,+CAA+C,CAAC;AAC/F,OAAO,EAAE,iCAAiC,EAAE,MAAM,kDAAkD,CAAC;AACrG,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,2CAA2C,EAAE,MAAM,4DAA4D,CAAC;AACzH,OAAO,EAAE,0CAA0C,EAAE,MAAM,2DAA2D,CAAC;AACvH,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;AAG7D,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,qBAAqB,EACrB,iCAAiC,EACjC,2CAA2C,EAC3C,4BAA4B,EAC5B,8BAA8B,EAC9B,8BAA8B,EAC9B,yBAAyB,EACzB,0CAA0C,EAC1C,YAAY,EACb,CAAC;AAEF,qBA8Ba,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export interface QdGridConfig {
|
|
2
|
-
/**
|
|
3
|
-
* @description Defines the number of columns. Maximum 6 columns can be defined.
|
|
4
|
-
*/
|
|
5
|
-
columns: 1 | 2 | 3 | 4 | 5 | 6;
|
|
6
|
-
/**
|
|
7
|
-
* @description With `columnsMax` you can narrow the number of used columns. The remaining
|
|
8
|
-
* columns on the right will be left empty.
|
|
9
|
-
*/
|
|
10
|
-
columnsMax?: 1 | 2 | 3 | 4 | 5;
|
|
11
|
-
/**
|
|
12
|
-
* @description Set to true to disable the automatic colspan adjustment of all `qdColumn` elements
|
|
13
|
-
* in this `qd-grid` for tablet and mobile breakpoints. The configured colspans will be kept until
|
|
14
|
-
* the mobile breakpoint. However, in the mobile view all elements will be arranged one below the other to get
|
|
15
|
-
* a bigger touch area for each element.
|
|
16
|
-
*/
|
|
17
|
-
disableResponsiveColspans?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* @description Set to true to disable the grid auto fill feature. By default, remaining space at the end of a row
|
|
20
|
-
* will be filled automatically by scaling the last element in the row. If you enable `disableAutoFill`,
|
|
21
|
-
* this feature will be disabled. Nevertheless, you can activate auto fill for single columns with
|
|
22
|
-
* the `qdColumnAutoFill` directive.
|
|
23
|
-
*/
|
|
24
|
-
disableAutoFill?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* @description Title for the grid group
|
|
27
|
-
*/
|
|
28
|
-
title?: {
|
|
29
|
-
/**
|
|
30
|
-
* @description i18n string
|
|
31
|
-
*/
|
|
32
|
-
i18n: string;
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=grid-config.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid-config.interface.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/grid/model/grid-config.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,OAAO,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAE/B;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAE/B;;;;;OAKG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;;;;OAKG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE;QACN;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { QdBreakpoint } from '../../core/model/breakpoint.interface';
|
|
2
|
-
export interface QdSubgridConfig {
|
|
3
|
-
/**
|
|
4
|
-
* @description Defines the number of columns the subgrid takes.
|
|
5
|
-
* If not given, the subgroup takes the entire row (corresponds to the max grid colspan).
|
|
6
|
-
*
|
|
7
|
-
* @default max grid colspan
|
|
8
|
-
*/
|
|
9
|
-
columns?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
10
|
-
/**
|
|
11
|
-
* @description Optionally defines overridden colspans for specific breakpoints.
|
|
12
|
-
*
|
|
13
|
-
* @example { md: 1, sm: 1 }
|
|
14
|
-
*/
|
|
15
|
-
responsiveColspans?: Partial<{
|
|
16
|
-
[key in QdBreakpoint]: number;
|
|
17
|
-
}>;
|
|
18
|
-
/**
|
|
19
|
-
* @description Title for the subgrid group
|
|
20
|
-
*/
|
|
21
|
-
title?: {
|
|
22
|
-
/**
|
|
23
|
-
* @description i18n string
|
|
24
|
-
*/
|
|
25
|
-
i18n: string;
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=subgrid-config.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subgrid-config.interface.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/grid/model/subgrid-config.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAEhC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;SAAG,GAAG,IAAI,YAAY,GAAG,MAAM;KAAE,CAAC,CAAC;IAEhE;;OAEG;IACH,KAAK,CAAC,EAAE;QACN;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { QdColumnsDirective } from '../directives/columns.directive';
|
|
3
|
-
import { QdBreakpointService } from '../../core/services/breakpoint.service';
|
|
4
|
-
import { QdGridService } from './grid.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class QdGridAutoFillService {
|
|
7
|
-
private readonly gridService;
|
|
8
|
-
private readonly breakpointService;
|
|
9
|
-
private readonly changeDetectorRef;
|
|
10
|
-
private _columnsDirective;
|
|
11
|
-
private _columnElements;
|
|
12
|
-
private _destroyed$;
|
|
13
|
-
get columnsDirectiveElement(): Element;
|
|
14
|
-
constructor(gridService: QdGridService, breakpointService: QdBreakpointService, changeDetectorRef: ChangeDetectorRef);
|
|
15
|
-
initialize(columnsDirective: QdColumnsDirective): Promise<void>;
|
|
16
|
-
destroy(): void;
|
|
17
|
-
private waitForColspansToBeApplied;
|
|
18
|
-
private isAutoFillEnabled;
|
|
19
|
-
private isAutoFillDisabled;
|
|
20
|
-
private isAutoFillEnabledForSingleColumnElement;
|
|
21
|
-
private fillRemainingWidthWhenBreakpointIsCrossed;
|
|
22
|
-
private fillRemainingWidth;
|
|
23
|
-
private hasClassOfPattern;
|
|
24
|
-
private isSubgridComponent;
|
|
25
|
-
private getLastInRowElements;
|
|
26
|
-
private getLastInRowSubgridElements;
|
|
27
|
-
private getLastInRowColumnElements;
|
|
28
|
-
private getColumnElementsGroupedBySubgrids;
|
|
29
|
-
private getElementsWithTopDeviationToNextElement;
|
|
30
|
-
private getComputedStyleGridSize;
|
|
31
|
-
private getColumnColspanOffsetLeft;
|
|
32
|
-
private getComputedStyleColumnGap;
|
|
33
|
-
private getFormLeftEdge;
|
|
34
|
-
private getColumnElementLeftEdge;
|
|
35
|
-
private getColumnComputedStyleColspan;
|
|
36
|
-
private getNumberInString;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdGridAutoFillService, never>;
|
|
38
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdGridAutoFillService>;
|
|
39
|
-
}
|
|
40
|
-
//# sourceMappingURL=grid-auto-fill.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid-auto-fill.service.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/grid/services/grid-auto-fill.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAc,MAAM,eAAe,CAAC;AAI9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAG7E,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;;AAE/C,qBACa,qBAAqB;IAU9B,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAXpC,OAAO,CAAC,iBAAiB,CAAsB;IAC/C,OAAO,CAAC,eAAe,CAAiB;IACxC,OAAO,CAAC,WAAW,CAAuB;IAE1C,IAAI,uBAAuB,IAAI,OAAO,CAErC;gBAGkB,WAAW,EAAE,aAAa,EAC1B,iBAAiB,EAAE,mBAAmB,EACtC,iBAAiB,EAAE,iBAAiB;IAGjD,UAAU,CAAC,gBAAgB,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAarE,OAAO,IAAI,IAAI;YAKD,0BAA0B;IASxC,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,uCAAuC;IAI/C,OAAO,CAAC,yCAAyC;YAOnC,kBAAkB;IAmChC,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,2BAA2B;IAMnC,OAAO,CAAC,0BAA0B;IAIlC,OAAO,CAAC,kCAAkC;IAa1C,OAAO,CAAC,wCAAwC;IAShD,OAAO,CAAC,wBAAwB;IAKhC,OAAO,CAAC,0BAA0B;IAQlC,OAAO,CAAC,yBAAyB;IAIjC,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,wBAAwB;IAIhC,OAAO,CAAC,6BAA6B;IAarC,OAAO,CAAC,iBAAiB;yCAlLd,qBAAqB;6CAArB,qBAAqB;CAqLjC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { QdColumnDirective } from '../directives/column.directive';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class QdGridService {
|
|
5
|
-
columnDirectives: QdColumnDirective[];
|
|
6
|
-
private _gridSizeSubject;
|
|
7
|
-
get gridSize$(): Observable<number>;
|
|
8
|
-
set gridSize(gridSize: number);
|
|
9
|
-
registerColumnDirective(columnDirective: QdColumnDirective): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdGridService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdGridService>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=grid.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid.service.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/grid/services/grid.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAC;;AAEjD,qBACa,aAAa;IACxB,gBAAgB,EAAE,iBAAiB,EAAE,CAAM;IAE3C,OAAO,CAAC,gBAAgB,CAAgC;IAExD,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,CAAC,CAElC;IAED,IAAI,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAE5B;IAED,uBAAuB,CAAC,eAAe,EAAE,iBAAiB,GAAG,IAAI;yCAbtD,aAAa;6CAAb,aAAa;CAgBzB"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { QdSubgridConfig } from '../model/subgrid-config.interface';
|
|
3
|
-
import { QdGridService } from '../services/grid.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../directives/column.directive";
|
|
6
|
-
/**
|
|
7
|
-
* The component **qd-subgrid** is used to define a subgroup in the **qd-grid**.
|
|
8
|
-
* In the config you have to define the number of columns that are assigned to this subgrid.
|
|
9
|
-
* Optionally, you also can define a title in the config.
|
|
10
|
-
*
|
|
11
|
-
* * See parent component **qd-grid**
|
|
12
|
-
* * See child directive **qdColumn**
|
|
13
|
-
*
|
|
14
|
-
* **Usage:**
|
|
15
|
-
*
|
|
16
|
-
* @example
|
|
17
|
-
* <qd-grid [config]="{ columns: 6 }">
|
|
18
|
-
* <qd-subgrid [config]="{ columns: 2 }">
|
|
19
|
-
* <div qdColumn="1"></div>
|
|
20
|
-
* <div qdColumn="1"></div>
|
|
21
|
-
* <div qdColumn="2"></div>
|
|
22
|
-
* <qd-subgrid>
|
|
23
|
-
* <qd-subgrid [config]="{ columns: 4 }">
|
|
24
|
-
* <div qdColumn="2"></div>
|
|
25
|
-
* <div qdColumn="2"></div>
|
|
26
|
-
* <div qdColumn="4"></div>
|
|
27
|
-
* <qd-subgrid>
|
|
28
|
-
* </qd-grid>
|
|
29
|
-
*/
|
|
30
|
-
export declare class QdSubgridComponent implements OnInit {
|
|
31
|
-
private readonly gridService;
|
|
32
|
-
private readonly renderer;
|
|
33
|
-
private readonly elementRef;
|
|
34
|
-
config?: QdSubgridConfig;
|
|
35
|
-
private readonly _columnDirective;
|
|
36
|
-
constructor(gridService: QdGridService, renderer: Renderer2, elementRef: ElementRef<HTMLElement>);
|
|
37
|
-
ngOnInit(): Promise<void>;
|
|
38
|
-
private getMaxGridColspan;
|
|
39
|
-
private addResponsiveColspansClasses;
|
|
40
|
-
private addClass;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdSubgridComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdSubgridComponent, "qd-subgrid", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], false, [{ directive: typeof i1.QdColumnDirective; inputs: { "qdColumn": "qdColumn"; }; outputs: {}; }]>;
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=subgrid.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subgrid.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/grid/subgrid/subgrid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAiB,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAExF,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAEpE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;;;AAGzD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAYa,kBAAmB,YAAW,MAAM;IAM7C,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,UAAU;IAPpB,MAAM,CAAC,EAAE,eAAe,CAAC;IAElC,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAgE;gBAG9E,WAAW,EAAE,aAAa,EAC1B,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC;IAGhD,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAM/B,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,4BAA4B;IASpC,OAAO,CAAC,QAAQ;yCA9BL,kBAAkB;2CAAlB,kBAAkB;CAiC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"html-plaintext.helper.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/helpers/html-plaintext.helper.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,UAAW,MAAM,kBAAiB,MAAM,SAAS,KAA2B,MAU5G,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"language.helper.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/helpers/language.helper.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,SAAU,MAAM,KAAG,IAG7C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"load-javascript-asset.helper.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/helpers/load-javascript-asset.helper.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,SAAU,MAAM,mCAAiC,IAUhF,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export type Unit = 'year' | 'quarter' | 'month' | 'week' | 'day' | 'hour' | 'minute' | 'second';
|
|
2
|
-
export type Style = 'long' | 'short' | 'narrow';
|
|
3
|
-
export declare function getRelativeTime(date: Date, locale: string, style: Style, unit: Unit): string;
|
|
4
|
-
//# sourceMappingURL=relative-time.helper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"relative-time.helper.d.ts","sourceRoot":"","sources":["../../../../libs/qd-ui/src/lib/helpers/relative-time.helper.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAChG,MAAM,MAAM,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEhD,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,GAAG,MAAM,CAQ5F"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class QdMockIconComponent {
|
|
3
|
-
icon: string;
|
|
4
|
-
get isDefaultLogo(): boolean;
|
|
5
|
-
get isChLogo(): boolean;
|
|
6
|
-
get isColorLogo(): boolean;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockIconComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockIconComponent, "qd-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=mock-icon.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-icon.component.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/icon/__mocks__/mock-icon.component.ts"],"names":[],"mappings":";AAEA,qBAMa,mBAAmB;IACrB,IAAI,SAAY;IAEzB,IACI,aAAa,YAEhB;IAED,IACI,QAAQ,YAEX;IAED,IACI,WAAW,YAEd;yCAhBU,mBAAmB;2CAAnB,mBAAmB;CAiB/B"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { QdMockIconComponent } from './mock-icon.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./mock-icon.component";
|
|
4
|
-
export { QdMockIconComponent };
|
|
5
|
-
export declare class QdMockIconModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockIconModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockIconModule, [typeof i1.QdMockIconComponent], never, [typeof i1.QdMockIconComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QdMockIconModule>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=mock-icon.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock-icon.module.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/icon/__mocks__/mock-icon.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;;;AAE5D,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAE/B,qBAIa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export declare const logo = "\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Logo\" x=\"0px\" y=\"0px\" width=\"155.99px\" height=\"38.347px\" viewBox=\"8.512 0 155.99 38.347\" xml:space=\"preserve\">\n<g>\n\t<g>\n\t\t<path d=\"M38.426,6.538c0.309,0.195,0.667,0.308,1.155,0.308c0.646,0,1.178-0.33,1.178-1.073c0-1.028-2.4-1.156-2.4-2.529 c0-0.84,0.734-1.366,1.659-1.366c0.255,0,0.667,0.038,1.027,0.172l-0.083,0.473c-0.231-0.128-0.601-0.195-0.953-0.195 c-0.54,0-1.133,0.225-1.133,0.9c0,1.051,2.401,1.058,2.401,2.589c0,1.058-0.908,1.478-1.718,1.478 c-0.511,0-0.908-0.105-1.187-0.225L38.426,6.538z\"></path>\n\t\t<path d=\"M45.344,3.888c-0.255-0.112-0.563-0.195-0.817-0.195c-0.923,0-1.441,0.668-1.441,1.598c0,0.871,0.525,1.599,1.388,1.599 c0.301,0,0.578-0.068,0.863-0.173l0.045,0.443c-0.322,0.112-0.623,0.135-0.982,0.135c-1.231,0-1.831-0.938-1.831-2.003 c0-1.178,0.758-2.003,1.891-2.003c0.458,0,0.788,0.105,0.923,0.15L45.344,3.888z\"></path>\n\t\t<path d=\"M46.77,1.577h0.473v2.446h0.015c0.203-0.42,0.63-0.735,1.193-0.735c1.028,0,1.306,0.683,1.306,1.628v2.289h-0.473V4.924 c0-0.66-0.127-1.23-0.908-1.23c-0.84,0-1.133,0.795-1.133,1.463v2.048H46.77V1.577z\"></path>\n\t\t<path d=\"M55.46,7.206h-0.57l-1.043-3.309h-0.015l-1.043,3.309h-0.57l-1.229-3.827h0.518l1.005,3.31h0.016l1.064-3.31h0.57 l1.013,3.31h0.016l1.058-3.31h0.473L55.46,7.206z\"></path>\n\t\t<path d=\"M60.517,7.085c-0.33,0.135-0.759,0.21-1.111,0.21c-1.269,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.618c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.143,1.073-0.285L60.517,7.085 L60.517,7.085z M60.284,5.022c0-0.668-0.271-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H60.284z\"></path>\n\t\t<path d=\"M62.76,2.358h-0.473v-0.63h0.473V2.358z M62.288,3.378h0.473v3.827h-0.473V3.378z\"></path>\n\t\t<path d=\"M64.187,6.808l2.304-3.024h-2.214V3.379h2.761v0.405l-2.303,3.017h2.303v0.405h-2.851V6.808z\"></path>\n\t\t<path d=\"M71.022,7.085c-0.33,0.135-0.759,0.21-1.111,0.21c-1.268,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.618c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.143,1.073-0.285L71.022,7.085 L71.022,7.085z M70.789,5.022c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H70.789z\"></path>\n\t\t<path d=\"M72.793,4.234c0-0.42,0-0.578-0.03-0.855h0.474v0.735h0.015c0.173-0.427,0.496-0.825,0.983-0.825 c0.111,0,0.248,0.022,0.33,0.045v0.496c-0.099-0.03-0.226-0.045-0.346-0.045c-0.75,0-0.952,0.841-0.952,1.531v1.891h-0.474V4.234z \"></path>\n\t\t<path d=\"M76.35,2.358h-0.474v-0.63h0.474V2.358z M75.877,3.378h0.474v3.827h-0.474V3.378z\"></path>\n\t\t<path d=\"M77.836,6.65c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.849-0.248,0.849-0.683c0-0.908-1.839-0.765-1.839-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.173L79.99,3.875c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.883,0.623,1.883,1.876c0,0.811-0.758,1.088-1.335,1.088 c-0.368,0-0.735-0.045-1.073-0.18L77.836,6.65z\"></path>\n\t\t<path d=\"M84.123,3.888c-0.255-0.112-0.563-0.195-0.818-0.195c-0.923,0-1.44,0.668-1.44,1.598c0,0.871,0.524,1.599,1.388,1.599 c0.3,0,0.578-0.068,0.863-0.173L84.16,7.16c-0.323,0.112-0.623,0.135-0.983,0.135c-1.23,0-1.831-0.938-1.831-2.003 c0-1.178,0.759-2.003,1.892-2.003c0.458,0,0.788,0.105,0.923,0.15L84.123,3.888z\"></path>\n\t\t<path d=\"M85.549,1.577h0.474v2.446h0.015c0.203-0.42,0.63-0.735,1.193-0.735c1.027,0,1.306,0.683,1.306,1.628v2.289h-0.473V4.924 c0-0.66-0.127-1.23-0.908-1.23c-0.839,0-1.132,0.795-1.132,1.463v2.048h-0.474V1.577z\"></path>\n\t\t<path d=\"M92.872,7.085c-0.33,0.135-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.437,1.463,1.261,1.463c0.346,0,0.849-0.143,1.073-0.285L92.872,7.085 L92.872,7.085z M92.639,5.022c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H92.639z\"></path>\n\t\t<path d=\"M97.142,1.967h2.565v0.45h-2.048v1.869h1.943v0.45h-1.943v2.019h2.139v0.45h-2.656V1.967z\"></path>\n\t\t<path d=\"M101.9,2.358h-0.474v-0.63h0.474V2.358z M101.426,3.378h0.474v3.827h-0.474V3.378z\"></path>\n\t\t<path d=\"M106.709,7.206h-0.473V6.597h-0.016c-0.255,0.488-0.646,0.698-1.192,0.698c-1.05,0-1.576-0.87-1.576-2.003 c0-1.163,0.45-2.003,1.576-2.003c0.75,0,1.125,0.548,1.192,0.735h0.016V1.579h0.473V7.206z M105.104,6.89 c0.84,0,1.133-0.901,1.133-1.599c0-0.698-0.292-1.598-1.133-1.598c-0.9,0-1.134,0.855-1.134,1.598 C103.969,6.035,104.202,6.89,105.104,6.89z\"></path>\n\t\t<path d=\"M111.466,6.89c0,1.065-0.479,1.936-1.793,1.936c-0.503,0-0.96-0.143-1.155-0.203l0.037-0.473 c0.292,0.15,0.714,0.271,1.125,0.271c1.217,0,1.321-0.886,1.321-1.966h-0.015c-0.255,0.555-0.675,0.75-1.163,0.75 c-1.223,0-1.613-1.065-1.613-1.914c0-1.163,0.45-2.003,1.576-2.003c0.51,0,0.84,0.067,1.193,0.525h0.015V3.377h0.473L111.466,6.89 L111.466,6.89z M109.83,6.8c0.855,0,1.163-0.811,1.163-1.508c0-0.923-0.27-1.598-1.133-1.598c-0.9,0-1.133,0.855-1.133,1.598 C108.728,6.042,109.028,6.8,109.83,6.8z\"></path>\n\t\t<path d=\"M115.758,7.085c-0.33,0.135-0.758,0.21-1.11,0.21c-1.269,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.619c0,0.811,0.437,1.463,1.262,1.463c0.345,0,0.848-0.143,1.072-0.285L115.758,7.085 L115.758,7.085z M115.526,5.022c0-0.668-0.271-1.328-0.976-1.328c-0.697,0-1.126,0.698-1.126,1.328H115.526z\"></path>\n\t\t<path d=\"M117.53,4.279c0-0.293,0-0.593-0.03-0.901h0.458v0.683h0.015c0.157-0.345,0.442-0.773,1.238-0.773 c0.946,0,1.307,0.63,1.307,1.471v2.446h-0.474V4.879c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.116 h-0.473V4.279z\"></path>\n\t\t<path d=\"M123.78,3.289c1.238,0,1.786,0.96,1.786,2.003s-0.548,2.003-1.786,2.003s-1.786-0.96-1.786-2.003 S122.542,3.289,123.78,3.289z M123.78,6.89c0.826,0,1.268-0.713,1.268-1.599c0-0.885-0.441-1.598-1.268-1.598 c-0.825,0-1.269,0.713-1.269,1.598C122.511,6.177,122.954,6.89,123.78,6.89z\"></path>\n\t\t<path d=\"M126.751,6.65c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.848-0.248,0.848-0.683c0-0.908-1.838-0.765-1.838-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.173l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.368,0-0.735-0.045-1.073-0.18L126.751,6.65z\"></path>\n\t\t<path d=\"M130.255,6.65c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.849-0.248,0.849-0.683c0-0.908-1.839-0.765-1.839-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.173l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.368,0-0.735-0.045-1.073-0.18L130.255,6.65z\"></path>\n\t\t<path d=\"M136.618,7.085c-0.33,0.135-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.346,0,0.849-0.143,1.073-0.285L136.618,7.085 L136.618,7.085z M136.385,5.022c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H136.385z\"></path>\n\t\t<path d=\"M138.389,4.279c0-0.293,0-0.593-0.029-0.901h0.458v0.683h0.015c0.157-0.345,0.442-0.773,1.238-0.773 c0.946,0,1.306,0.63,1.306,1.471v2.446h-0.473V4.879c0-0.72-0.255-1.186-0.908-1.186c-0.863,0-1.133,0.758-1.133,1.396v2.116 h-0.474V4.279L138.389,4.279z\"></path>\n\t\t<path d=\"M142.855,6.65c0.284,0.143,0.63,0.24,0.998,0.24c0.449,0,0.848-0.248,0.848-0.683c0-0.908-1.838-0.765-1.838-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.607,0.045,0.944,0.173l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.367,0-0.734-0.045-1.072-0.18L142.855,6.65z\"></path>\n\t\t<path d=\"M149.143,3.888c-0.256-0.112-0.563-0.195-0.818-0.195c-0.923,0-1.441,0.668-1.441,1.598c0,0.871,0.525,1.599,1.389,1.599 c0.3,0,0.578-0.068,0.862-0.173l0.045,0.443c-0.322,0.112-0.622,0.135-0.982,0.135c-1.231,0-1.831-0.938-1.831-2.003 c0-1.178,0.758-2.003,1.891-2.003c0.458,0,0.788,0.105,0.923,0.15L149.143,3.888z\"></path>\n\t\t<path d=\"M150.568,1.577h0.473v2.446h0.015c0.203-0.42,0.631-0.735,1.193-0.735c1.028,0,1.306,0.683,1.306,1.628v2.289h-0.473 V4.924c0-0.66-0.128-1.23-0.908-1.23c-0.84,0-1.133,0.795-1.133,1.463v2.048h-0.473V1.577L150.568,1.577z\"></path>\n\t\t<path d=\"M157.524,6.59h-0.016c-0.21,0.458-0.742,0.705-1.216,0.705c-1.088,0-1.261-0.735-1.261-1.081 c0-1.283,1.366-1.343,2.355-1.343h0.091V4.676c0-0.653-0.232-0.983-0.87-0.983c-0.397,0-0.772,0.09-1.126,0.315V3.55 c0.293-0.143,0.788-0.263,1.126-0.263c0.944,0,1.343,0.428,1.343,1.426v1.689c0,0.308,0,0.54,0.038,0.803h-0.466L157.524,6.59 L157.524,6.59z M157.479,5.277h-0.136c-0.817,0-1.793,0.083-1.793,0.923c0,0.502,0.359,0.69,0.795,0.69 c1.11,0,1.134-0.968,1.134-1.381V5.277z\"></path>\n\t\t<path d=\"M159.985,3.783h-0.772V3.378h0.772V3.101c0-0.803,0.029-1.613,1.014-1.613c0.149,0,0.354,0.022,0.442,0.075l-0.03,0.413 c-0.098-0.053-0.24-0.083-0.375-0.083c-0.646,0-0.578,0.698-0.578,1.155v0.33h0.863v0.405h-0.863v3.422h-0.473V3.783z\"></path>\n\t\t<path d=\"M164.397,3.783h-0.87V6.26c0,0.345,0.128,0.63,0.511,0.63c0.18,0,0.3-0.038,0.435-0.09l0.03,0.39 c-0.111,0.045-0.345,0.105-0.578,0.105c-0.84,0-0.87-0.578-0.87-1.275V3.784h-0.75V3.379h0.75V2.457l0.474-0.165v1.088h0.87 L164.397,3.783L164.397,3.783z\"></path>\n\t\t<path d=\"M42.103,12.903c-0.33-0.172-0.804-0.225-1.171-0.225c-1.358,0-2.124,0.96-2.124,2.259c0,1.32,0.742,2.258,2.124,2.258 c0.345,0,0.87-0.045,1.171-0.225l0.029,0.45c-0.285,0.173-0.87,0.225-1.2,0.225c-1.651,0-2.642-1.088-2.642-2.708 c0-1.591,1.021-2.709,2.642-2.709c0.308,0,0.931,0.053,1.2,0.195L42.103,12.903z\"></path>\n\t\t<path d=\"M45.352,13.638c1.237,0,1.785,0.96,1.785,2.003s-0.548,2.003-1.785,2.003c-1.238,0-1.786-0.96-1.786-2.003 S44.114,13.638,45.352,13.638z M45.352,17.24c0.825,0,1.268-0.713,1.268-1.599c0-0.885-0.442-1.598-1.268-1.598 s-1.269,0.713-1.269,1.598C44.084,16.527,44.527,17.24,45.352,17.24z\"></path>\n\t\t<path d=\"M48.616,14.629c0-0.293,0-0.593-0.03-0.901h0.458v0.683h0.016c0.156-0.345,0.441-0.773,1.237-0.773 c0.946,0,1.307,0.63,1.307,1.471v2.446H51.13v-2.326c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.116 h-0.473V14.629z\"></path>\n\t\t<path d=\"M53.696,14.133h-0.773v-0.405h0.773v-0.277c0-0.803,0.03-1.613,1.013-1.613c0.15,0,0.354,0.022,0.443,0.075l-0.03,0.413 c-0.098-0.053-0.24-0.083-0.375-0.083c-0.645,0-0.578,0.698-0.578,1.155v0.33h0.863v0.405h-0.863v3.422h-0.473V14.133z\"></path>\n\t\t<path d=\"M59.024,17.436c-0.33,0.135-0.758,0.21-1.111,0.21c-1.268,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.143,1.073-0.285L59.024,17.436 L59.024,17.436z M58.791,15.373c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H58.791z M58.004,12.25h0.593 l-0.944,1.081h-0.345L58.004,12.25z\"></path>\n\t\t<path d=\"M63.826,17.555h-0.473v-0.608h-0.016c-0.255,0.488-0.646,0.698-1.192,0.698c-1.051,0-1.576-0.87-1.576-2.003 c0-1.163,0.45-2.003,1.576-2.003c0.75,0,1.125,0.548,1.192,0.735h0.016v-2.446h0.473V17.555z M62.219,17.24 c0.841,0,1.134-0.901,1.134-1.599c0-0.698-0.292-1.598-1.134-1.598c-0.899,0-1.133,0.855-1.133,1.598 C61.087,16.385,61.32,17.24,62.219,17.24z\"></path>\n\t\t<path d=\"M68.118,17.436c-0.33,0.135-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.849-0.143,1.073-0.285L68.118,17.436 L68.118,17.436z M67.885,15.373c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H67.885z M67.097,12.25h0.594 l-0.946,1.081H66.4L67.097,12.25z\"></path>\n\t\t<path d=\"M69.888,14.584c0-0.42,0-0.578-0.029-0.855h0.473v0.736h0.015c0.174-0.428,0.496-0.826,0.983-0.826 c0.112,0,0.248,0.022,0.33,0.045v0.496c-0.098-0.03-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.84-0.953,1.531v1.891h-0.474V14.584z \"></path>\n\t\t<path d=\"M75.172,16.94h-0.015c-0.21,0.458-0.743,0.705-1.216,0.705c-1.088,0-1.261-0.735-1.261-1.081 c0-1.283,1.366-1.343,2.356-1.343h0.09v-0.195c0-0.653-0.232-0.983-0.871-0.983c-0.397,0-0.772,0.09-1.125,0.315V13.9 c0.292-0.143,0.788-0.263,1.125-0.263c0.945,0,1.344,0.428,1.344,1.426v1.688c0,0.308,0,0.54,0.037,0.803h-0.465V16.94z M75.127,15.627h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.36,0.69,0.795,0.69c1.11,0,1.133-0.968,1.133-1.381V15.627z\"></path>\n\t\t<path d=\"M78.961,14.133H78.09v2.477c0,0.345,0.128,0.63,0.511,0.63c0.18,0,0.3-0.038,0.436-0.09l0.03,0.39 c-0.112,0.045-0.346,0.105-0.578,0.105c-0.84,0-0.871-0.578-0.871-1.275v-2.236h-0.75v-0.405h0.75v-0.923l0.473-0.165v1.088h0.871 V14.133z\"></path>\n\t\t<path d=\"M80.867,12.708h-0.473v-0.63h0.473V12.708z M80.394,13.729h0.473v3.827h-0.473V13.729z\"></path>\n\t\t<path d=\"M84.137,13.638c1.238,0,1.786,0.96,1.786,2.003s-0.548,2.003-1.786,2.003c-1.237,0-1.785-0.96-1.785-2.003 S82.9,13.638,84.137,13.638z M84.137,17.24c0.826,0,1.269-0.713,1.269-1.599c0-0.885-0.442-1.598-1.269-1.598 c-0.824,0-1.268,0.713-1.268,1.598C82.87,16.527,83.313,17.24,84.137,17.24z\"></path>\n\t\t<path d=\"M87.402,14.629c0-0.293,0-0.593-0.03-0.901h0.458v0.683h0.015c0.157-0.345,0.442-0.773,1.238-0.773 c0.946,0,1.306,0.63,1.306,1.471v2.446h-0.473v-2.326c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.116 h-0.473V14.629z\"></path>\n\t\t<path d=\"M94.463,17c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.849-0.248,0.849-0.683c0-0.908-1.839-0.765-1.839-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.172l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.368,0-0.735-0.045-1.073-0.18L94.463,17z\"></path>\n\t\t<path d=\"M101.246,16.655c0,0.292,0,0.593,0.03,0.9h-0.458v-0.683h-0.016c-0.157,0.345-0.442,0.772-1.237,0.772 c-0.945,0-1.307-0.63-1.307-1.471v-2.446h0.474v2.326c0,0.721,0.255,1.186,0.908,1.186c0.862,0,1.133-0.758,1.133-1.396v-2.116 h0.473V16.655z\"></path>\n\t\t<path d=\"M103.49,12.708h-0.473v-0.63h0.473V12.708z M103.018,13.729h0.473v3.827h-0.473V13.729z\"></path>\n\t\t<path d=\"M104.976,17c0.284,0.143,0.63,0.24,0.998,0.24c0.449,0,0.848-0.248,0.848-0.683c0-0.908-1.838-0.765-1.838-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.607,0.045,0.944,0.172l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.883,0.623,1.883,1.876c0,0.811-0.758,1.088-1.335,1.088 c-0.368,0-0.734-0.045-1.073-0.18L104.976,17z\"></path>\n\t\t<path d=\"M108.481,17c0.285,0.143,0.63,0.24,0.998,0.24c0.449,0,0.848-0.248,0.848-0.683c0-0.908-1.838-0.765-1.838-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.607,0.045,0.944,0.172l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.367,0-0.734-0.045-1.072-0.18L108.481,17z\"></path>\n\t\t<path d=\"M114.842,17.436c-0.33,0.135-0.758,0.21-1.11,0.21c-1.269,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.619c0,0.811,0.437,1.463,1.262,1.463c0.345,0,0.848-0.143,1.072-0.285L114.842,17.436 L114.842,17.436z M114.61,15.373c0-0.668-0.271-1.328-0.976-1.328c-0.697,0-1.126,0.698-1.126,1.328H114.61z\"></path>\n\t\t<path d=\"M42.103,23.253c-0.33-0.172-0.804-0.225-1.171-0.225c-1.358,0-2.124,0.96-2.124,2.26c0,1.319,0.742,2.258,2.124,2.258 c0.345,0,0.87-0.045,1.171-0.226l0.029,0.45c-0.285,0.173-0.87,0.225-1.2,0.225c-1.651,0-2.642-1.088-2.642-2.707 c0-1.592,1.021-2.709,2.642-2.709c0.308,0,0.931,0.051,1.2,0.194L42.103,23.253z\"></path>\n\t\t<path d=\"M45.352,23.988c1.237,0,1.785,0.96,1.785,2.003s-0.548,2.003-1.785,2.003c-1.238,0-1.786-0.96-1.786-2.003 S44.114,23.988,45.352,23.988z M45.352,27.591c0.825,0,1.268-0.713,1.268-1.6c0-0.885-0.442-1.598-1.268-1.598 s-1.269,0.713-1.269,1.598C44.084,26.878,44.527,27.591,45.352,27.591z\"></path>\n\t\t<path d=\"M48.616,24.979c0-0.293,0-0.594-0.03-0.9h0.458v0.682h0.016c0.156-0.344,0.441-0.772,1.237-0.772 c0.946,0,1.307,0.63,1.307,1.472v2.445H51.13v-2.326c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.115 h-0.473V24.979z\"></path>\n\t\t<path d=\"M53.696,24.484h-0.773v-0.405h0.773v-0.277c0-0.803,0.03-1.612,1.013-1.612c0.15,0,0.354,0.022,0.443,0.075l-0.03,0.412 c-0.098-0.053-0.24-0.082-0.375-0.082c-0.645,0-0.578,0.697-0.578,1.154v0.33h0.863v0.405h-0.863v3.422h-0.473V24.484z\"></path>\n\t\t<path d=\"M59.024,27.785c-0.33,0.136-0.758,0.21-1.111,0.21c-1.268,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.144,1.073-0.285L59.024,27.785 L59.024,27.785z M58.791,25.722c0-0.668-0.27-1.327-0.975-1.327c-0.698,0-1.126,0.698-1.126,1.327H58.791z\"></path>\n\t\t<path d=\"M63.826,27.905h-0.473v-0.607h-0.016c-0.255,0.487-0.646,0.697-1.192,0.697c-1.051,0-1.576-0.869-1.576-2.003 c0-1.163,0.45-2.003,1.576-2.003c0.75,0,1.125,0.549,1.192,0.734h0.016v-2.445h0.473V27.905z M62.219,27.591 c0.841,0,1.134-0.901,1.134-1.6c0-0.697-0.292-1.598-1.134-1.598c-0.899,0-1.133,0.855-1.133,1.598 C61.087,26.735,61.32,27.591,62.219,27.591z\"></path>\n\t\t<path d=\"M68.118,27.785c-0.33,0.136-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.849-0.144,1.073-0.285L68.118,27.785 L68.118,27.785z M67.885,25.722c0-0.668-0.27-1.327-0.975-1.327c-0.698,0-1.126,0.698-1.126,1.327H67.885z\"></path>\n\t\t<path d=\"M69.888,24.935c0-0.42,0-0.578-0.029-0.855h0.473v0.735h0.015c0.174-0.427,0.496-0.825,0.983-0.825 c0.112,0,0.248,0.021,0.33,0.045v0.496c-0.098-0.029-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.841-0.953,1.531v1.891h-0.474 V24.935z\"></path>\n\t\t<path d=\"M75.172,27.29h-0.015c-0.21,0.459-0.743,0.705-1.216,0.705c-1.088,0-1.261-0.734-1.261-1.08 c0-1.283,1.366-1.344,2.356-1.344h0.09v-0.195c0-0.652-0.232-0.982-0.871-0.982c-0.397,0-0.772,0.09-1.125,0.314v-0.457 c0.292-0.144,0.788-0.264,1.125-0.264c0.945,0,1.344,0.428,1.344,1.426v1.688c0,0.309,0,0.541,0.037,0.804h-0.465V27.29z M75.127,25.978h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.36,0.69,0.795,0.69c1.11,0,1.133-0.969,1.133-1.381V25.978z\"></path>\n\t\t<path d=\"M76.958,27.509l2.304-3.024h-2.214v-0.405h2.762v0.405l-2.304,3.017h2.304v0.405h-2.852V27.509z\"></path>\n\t\t<path d=\"M81.7,23.058h-0.473v-0.629H81.7V23.058z M81.227,24.079H81.7v3.826h-0.473V24.079z\"></path>\n\t\t<path d=\"M84.97,23.988c1.238,0,1.786,0.96,1.786,2.003s-0.548,2.003-1.786,2.003c-1.237,0-1.785-0.96-1.785-2.003 S83.734,23.988,84.97,23.988z M84.97,27.591c0.826,0,1.269-0.713,1.269-1.6c0-0.885-0.442-1.598-1.269-1.598 c-0.824,0-1.268,0.713-1.268,1.598C83.703,26.878,84.146,27.591,84.97,27.591z\"></path>\n\t\t<path d=\"M88.235,24.979c0-0.293,0-0.594-0.03-0.9h0.458v0.682h0.015c0.157-0.344,0.442-0.772,1.238-0.772 c0.946,0,1.306,0.63,1.306,1.472v2.445h-0.473v-2.326c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.115 h-0.473V24.979z\"></path>\n\t\t<path d=\"M95.559,27.785c-0.33,0.136-0.759,0.21-1.111,0.21c-1.269,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.618c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.144,1.073-0.285L95.559,27.785 L95.559,27.785z M95.325,25.722c0-0.668-0.271-1.327-0.975-1.327c-0.698,0-1.126,0.698-1.126,1.327H95.325z\"></path>\n\t\t<path d=\"M99.836,27.237c0.309,0.195,0.667,0.309,1.155,0.309c0.646,0,1.178-0.33,1.178-1.074c0-1.027-2.4-1.155-2.4-2.528 c0-0.84,0.734-1.366,1.658-1.366c0.256,0,0.667,0.038,1.028,0.172l-0.083,0.473c-0.231-0.127-0.601-0.194-0.953-0.194 c-0.54,0-1.133,0.226-1.133,0.899c0,1.052,2.401,1.059,2.401,2.59c0,1.058-0.908,1.478-1.719,1.478 c-0.51,0-0.907-0.104-1.186-0.225L99.836,27.237z\"></path>\n\t\t<path d=\"M105.59,27.905h-0.555l-1.298-3.826h0.518l1.059,3.309h0.015l1.111-3.309h0.495L105.59,27.905z\"></path>\n\t\t<path d=\"M108.653,23.058h-0.474v-0.629h0.474V23.058z M108.179,24.079h0.474v3.826h-0.474V24.079z\"></path>\n\t\t<path d=\"M110.078,27.509l2.304-3.024h-2.214v-0.405h2.761v0.405l-2.303,3.017h2.303v0.405h-2.851V27.509z\"></path>\n\t\t<path d=\"M113.995,27.509l2.304-3.024h-2.214v-0.405h2.761v0.405l-2.303,3.017h2.303v0.405h-2.851V27.509z\"></path>\n\t\t<path d=\"M120.83,27.785c-0.33,0.136-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.437,1.463,1.261,1.463c0.346,0,0.849-0.144,1.073-0.285L120.83,27.785 L120.83,27.785z M120.597,25.722c0-0.668-0.27-1.327-0.975-1.327c-0.698,0-1.126,0.698-1.126,1.327H120.597z\"></path>\n\t\t<path d=\"M122.602,24.935c0-0.42,0-0.578-0.03-0.855h0.473v0.735h0.016c0.173-0.427,0.495-0.825,0.982-0.825 c0.112,0,0.248,0.021,0.33,0.045v0.496c-0.098-0.029-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.841-0.953,1.531v1.891h-0.473 V24.935z\"></path>\n\t\t<path d=\"M127.884,27.29h-0.015c-0.21,0.459-0.743,0.705-1.216,0.705c-1.088,0-1.26-0.734-1.26-1.08 c0-1.283,1.365-1.344,2.355-1.344h0.09v-0.195c0-0.652-0.232-0.982-0.871-0.982c-0.397,0-0.772,0.09-1.125,0.314v-0.457 c0.292-0.144,0.788-0.264,1.125-0.264c0.945,0,1.344,0.428,1.344,1.426v1.688c0,0.309,0,0.541,0.038,0.804h-0.466V27.29z M127.839,25.978h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.36,0.69,0.795,0.69c1.11,0,1.133-0.969,1.133-1.381V25.978z\"></path>\n\t\t<path d=\"M42.103,33.604c-0.33-0.173-0.804-0.226-1.171-0.226c-1.358,0-2.124,0.961-2.124,2.26c0,1.32,0.742,2.258,2.124,2.258 c0.345,0,0.87-0.045,1.171-0.225l0.029,0.449c-0.285,0.174-0.87,0.225-1.2,0.225c-1.651,0-2.642-1.088-2.642-2.707 c0-1.592,1.021-2.709,2.642-2.709c0.308,0,0.931,0.052,1.2,0.195L42.103,33.604z\"></path>\n\t\t<path d=\"M45.352,34.339c1.237,0,1.785,0.959,1.785,2.002s-0.548,2.004-1.785,2.004c-1.238,0-1.786-0.961-1.786-2.004 S44.114,34.339,45.352,34.339z M45.352,37.94c0.825,0,1.268-0.713,1.268-1.6c0-0.885-0.442-1.598-1.268-1.598 s-1.269,0.713-1.269,1.598C44.084,37.228,44.527,37.94,45.352,37.94z\"></path>\n\t\t<path d=\"M48.616,35.329c0-0.293,0-0.593-0.03-0.9h0.458v0.683h0.016c0.156-0.345,0.441-0.772,1.237-0.772 c0.946,0,1.307,0.629,1.307,1.471v2.445H51.13v-2.326c0-0.719-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.115 h-0.473V35.329z\"></path>\n\t\t<path d=\"M53.696,34.833h-0.773v-0.404h0.773v-0.277c0-0.803,0.03-1.613,1.013-1.613c0.15,0,0.354,0.022,0.443,0.075l-0.03,0.413 c-0.098-0.053-0.24-0.083-0.375-0.083c-0.645,0-0.578,0.698-0.578,1.155v0.33h0.863v0.404h-0.863v3.422h-0.473V34.833z\"></path>\n\t\t<path d=\"M59.024,38.136c-0.33,0.135-0.758,0.209-1.111,0.209c-1.268,0-1.741-0.854-1.741-2.002c0-1.17,0.646-2.004,1.613-2.004 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.143,1.073-0.285L59.024,38.136 L59.024,38.136z M58.791,36.071c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H58.791z\"></path>\n\t\t<path d=\"M63.826,38.255h-0.473v-0.607h-0.016c-0.255,0.488-0.646,0.697-1.192,0.697c-1.051,0-1.576-0.869-1.576-2.002 c0-1.164,0.45-2.004,1.576-2.004c0.75,0,1.125,0.549,1.192,0.735h0.016v-2.446h0.473V38.255z M62.219,37.94 c0.841,0,1.134-0.9,1.134-1.6c0-0.697-0.292-1.598-1.134-1.598c-0.899,0-1.133,0.855-1.133,1.598 C61.087,37.085,61.32,37.94,62.219,37.94z\"></path>\n\t\t<path d=\"M68.118,38.136c-0.33,0.135-0.758,0.209-1.111,0.209c-1.268,0-1.74-0.854-1.74-2.002c0-1.17,0.646-2.004,1.612-2.004 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.849-0.143,1.073-0.285L68.118,38.136 L68.118,38.136z M67.885,36.071c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H67.885z\"></path>\n\t\t<path d=\"M69.888,35.283c0-0.42,0-0.577-0.029-0.854h0.473v0.734h0.015c0.174-0.427,0.496-0.824,0.983-0.824 c0.112,0,0.248,0.021,0.33,0.045v0.496c-0.098-0.031-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.84-0.953,1.53v1.892h-0.474V35.283z \"></path>\n\t\t<path d=\"M75.172,37.64h-0.015c-0.21,0.459-0.743,0.705-1.216,0.705c-1.088,0-1.261-0.734-1.261-1.08 c0-1.283,1.366-1.344,2.356-1.344h0.09v-0.195c0-0.652-0.232-0.982-0.871-0.982c-0.397,0-0.772,0.09-1.125,0.314v-0.457 c0.292-0.143,0.788-0.264,1.125-0.264c0.945,0,1.344,0.428,1.344,1.426v1.688c0,0.308,0,0.54,0.037,0.804h-0.465V37.64z M75.127,36.326h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.36,0.69,0.795,0.69c1.11,0,1.133-0.968,1.133-1.382V36.326z\"></path>\n\t\t<path d=\"M76.958,37.858l2.304-3.023h-2.214v-0.406h2.762v0.406l-2.304,3.016h2.304v0.406h-2.852V37.858z\"></path>\n\t\t<path d=\"M81.7,33.407h-0.473v-0.63H81.7V33.407z M81.227,34.429H81.7v3.826h-0.473V34.429z\"></path>\n\t\t<path d=\"M86.464,37.355c0,0.292,0,0.593,0.03,0.899h-0.458v-0.683h-0.014c-0.158,0.345-0.443,0.772-1.238,0.772 c-0.945,0-1.306-0.631-1.306-1.471v-2.447h0.473v2.326c0,0.721,0.255,1.187,0.908,1.187c0.862,0,1.133-0.759,1.133-1.396v-2.117 h0.473L86.464,37.355L86.464,37.355z\"></path>\n\t\t<path d=\"M88.235,35.329c0-0.293,0-0.593-0.03-0.9h0.458v0.683h0.015c0.157-0.345,0.442-0.772,1.238-0.772 c0.946,0,1.306,0.629,1.306,1.471v2.445h-0.473v-2.326c0-0.719-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.115 h-0.473V35.329z\"></path>\n\t\t<path d=\"M95.295,37.7c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.849-0.248,0.849-0.684c0-0.908-1.839-0.765-1.839-1.875 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.172l-0.045,0.414c-0.248-0.113-0.585-0.181-0.848-0.181 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.883,0.623,1.883,1.877c0,0.811-0.758,1.088-1.335,1.088 c-0.368,0-0.735-0.045-1.073-0.18L95.295,37.7z\"></path>\n\t\t<path d=\"M100.42,38.255h-0.555l-1.298-3.826h0.518l1.059,3.31h0.015l1.111-3.31h0.494L100.42,38.255z\"></path>\n\t\t<path d=\"M103.483,33.407h-0.474v-0.63h0.474V33.407z M103.009,34.429h0.474v3.826h-0.474V34.429z\"></path>\n\t\t<path d=\"M104.908,37.858l2.304-3.023h-2.214v-0.406h2.761v0.406l-2.303,3.016h2.303v0.406h-2.851V37.858z\"></path>\n\t\t<path d=\"M109.177,35.283c0-0.42,0-0.577-0.029-0.854h0.473v0.734h0.015c0.174-0.427,0.496-0.824,0.983-0.824 c0.112,0,0.248,0.021,0.33,0.045v0.496c-0.098-0.031-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.84-0.953,1.53v1.892h-0.474V35.283z \"></path>\n\t\t<path d=\"M114.46,37.64h-0.015c-0.21,0.459-0.743,0.705-1.216,0.705c-1.088,0-1.261-0.734-1.261-1.08 c0-1.283,1.366-1.344,2.356-1.344h0.09v-0.195c0-0.652-0.232-0.982-0.871-0.982c-0.397,0-0.772,0.09-1.125,0.314v-0.457 c0.292-0.143,0.788-0.264,1.125-0.264c0.945,0,1.343,0.428,1.343,1.426v1.688c0,0.308,0,0.54,0.038,0.804h-0.465V37.64z M114.415,36.326h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.359,0.69,0.795,0.69c1.11,0,1.133-0.968,1.133-1.382V36.326z \"></path>\n\t</g>\n\t<path fill=\"#E30613\" d=\"M29.778,1.737c0,0-3.969-1.738-10.613-1.738h-0.002C12.518,0,8.549,1.737,8.549,1.737 S8.194,9.433,9.7,13.785c2.661,7.651,9.462,9.802,9.462,9.802h0.002h0.002c0,0,6.8-2.149,9.462-9.802 C30.134,9.434,29.778,1.737,29.778,1.737z\"></path>\n\t<polygon fill=\"#FFFFFF\" points=\"26.217,8.373 26.217,12.612 21.27,12.612 21.27,17.561 17.03,17.561 17.03,12.612 12.083,12.612 12.083,8.373 17.03,8.373 17.03,3.426 21.269,3.426 21.27,8.373 \"></polygon>\n</g>\n<g xmlns=\"http://www.w3.org/2000/svg\">\n\t<g>\n\t\t<path d=\"M38.426,6.538c0.309,0.195,0.667,0.308,1.155,0.308c0.646,0,1.178-0.33,1.178-1.073c0-1.028-2.4-1.156-2.4-2.529 c0-0.84,0.734-1.366,1.659-1.366c0.255,0,0.667,0.038,1.027,0.172l-0.083,0.473c-0.231-0.128-0.601-0.195-0.953-0.195 c-0.54,0-1.133,0.225-1.133,0.9c0,1.051,2.401,1.058,2.401,2.589c0,1.058-0.908,1.478-1.718,1.478 c-0.511,0-0.908-0.105-1.187-0.225L38.426,6.538z\"></path>\n\t\t<path d=\"M45.344,3.888c-0.255-0.112-0.563-0.195-0.817-0.195c-0.923,0-1.441,0.668-1.441,1.598c0,0.871,0.525,1.599,1.388,1.599 c0.301,0,0.578-0.068,0.863-0.173l0.045,0.443c-0.322,0.112-0.623,0.135-0.982,0.135c-1.231,0-1.831-0.938-1.831-2.003 c0-1.178,0.758-2.003,1.891-2.003c0.458,0,0.788,0.105,0.923,0.15L45.344,3.888z\"></path>\n\t\t<path d=\"M46.77,1.577h0.473v2.446h0.015c0.203-0.42,0.63-0.735,1.193-0.735c1.028,0,1.306,0.683,1.306,1.628v2.289h-0.473V4.924 c0-0.66-0.127-1.23-0.908-1.23c-0.84,0-1.133,0.795-1.133,1.463v2.048H46.77V1.577z\"></path>\n\t\t<path d=\"M55.46,7.206h-0.57l-1.043-3.309h-0.015l-1.043,3.309h-0.57l-1.229-3.827h0.518l1.005,3.31h0.016l1.064-3.31h0.57 l1.013,3.31h0.016l1.058-3.31h0.473L55.46,7.206z\"></path>\n\t\t<path d=\"M60.517,7.085c-0.33,0.135-0.759,0.21-1.111,0.21c-1.269,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.618c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.143,1.073-0.285L60.517,7.085 L60.517,7.085z M60.284,5.022c0-0.668-0.271-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H60.284z\"></path>\n\t\t<path d=\"M62.76,2.358h-0.473v-0.63h0.473V2.358z M62.288,3.378h0.473v3.827h-0.473V3.378z\"></path>\n\t\t<path d=\"M64.187,6.808l2.304-3.024h-2.214V3.379h2.761v0.405l-2.303,3.017h2.303v0.405h-2.851V6.808z\"></path>\n\t\t<path d=\"M71.022,7.085c-0.33,0.135-0.759,0.21-1.111,0.21c-1.268,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.618c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.143,1.073-0.285L71.022,7.085 L71.022,7.085z M70.789,5.022c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H70.789z\"></path>\n\t\t<path d=\"M72.793,4.234c0-0.42,0-0.578-0.03-0.855h0.474v0.735h0.015c0.173-0.427,0.496-0.825,0.983-0.825 c0.111,0,0.248,0.022,0.33,0.045v0.496c-0.099-0.03-0.226-0.045-0.346-0.045c-0.75,0-0.952,0.841-0.952,1.531v1.891h-0.474V4.234z \"></path>\n\t\t<path d=\"M76.35,2.358h-0.474v-0.63h0.474V2.358z M75.877,3.378h0.474v3.827h-0.474V3.378z\"></path>\n\t\t<path d=\"M77.836,6.65c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.849-0.248,0.849-0.683c0-0.908-1.839-0.765-1.839-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.173L79.99,3.875c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.883,0.623,1.883,1.876c0,0.811-0.758,1.088-1.335,1.088 c-0.368,0-0.735-0.045-1.073-0.18L77.836,6.65z\"></path>\n\t\t<path d=\"M84.123,3.888c-0.255-0.112-0.563-0.195-0.818-0.195c-0.923,0-1.44,0.668-1.44,1.598c0,0.871,0.524,1.599,1.388,1.599 c0.3,0,0.578-0.068,0.863-0.173L84.16,7.16c-0.323,0.112-0.623,0.135-0.983,0.135c-1.23,0-1.831-0.938-1.831-2.003 c0-1.178,0.759-2.003,1.892-2.003c0.458,0,0.788,0.105,0.923,0.15L84.123,3.888z\"></path>\n\t\t<path d=\"M85.549,1.577h0.474v2.446h0.015c0.203-0.42,0.63-0.735,1.193-0.735c1.027,0,1.306,0.683,1.306,1.628v2.289h-0.473V4.924 c0-0.66-0.127-1.23-0.908-1.23c-0.839,0-1.132,0.795-1.132,1.463v2.048h-0.474V1.577z\"></path>\n\t\t<path d=\"M92.872,7.085c-0.33,0.135-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.437,1.463,1.261,1.463c0.346,0,0.849-0.143,1.073-0.285L92.872,7.085 L92.872,7.085z M92.639,5.022c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H92.639z\"></path>\n\t\t<path d=\"M97.142,1.967h2.565v0.45h-2.048v1.869h1.943v0.45h-1.943v2.019h2.139v0.45h-2.656V1.967z\"></path>\n\t\t<path d=\"M101.9,2.358h-0.474v-0.63h0.474V2.358z M101.426,3.378h0.474v3.827h-0.474V3.378z\"></path>\n\t\t<path d=\"M106.709,7.206h-0.473V6.597h-0.016c-0.255,0.488-0.646,0.698-1.192,0.698c-1.05,0-1.576-0.87-1.576-2.003 c0-1.163,0.45-2.003,1.576-2.003c0.75,0,1.125,0.548,1.192,0.735h0.016V1.579h0.473V7.206z M105.104,6.89 c0.84,0,1.133-0.901,1.133-1.599c0-0.698-0.292-1.598-1.133-1.598c-0.9,0-1.134,0.855-1.134,1.598 C103.969,6.035,104.202,6.89,105.104,6.89z\"></path>\n\t\t<path d=\"M111.466,6.89c0,1.065-0.479,1.936-1.793,1.936c-0.503,0-0.96-0.143-1.155-0.203l0.037-0.473 c0.292,0.15,0.714,0.271,1.125,0.271c1.217,0,1.321-0.886,1.321-1.966h-0.015c-0.255,0.555-0.675,0.75-1.163,0.75 c-1.223,0-1.613-1.065-1.613-1.914c0-1.163,0.45-2.003,1.576-2.003c0.51,0,0.84,0.067,1.193,0.525h0.015V3.377h0.473L111.466,6.89 L111.466,6.89z M109.83,6.8c0.855,0,1.163-0.811,1.163-1.508c0-0.923-0.27-1.598-1.133-1.598c-0.9,0-1.133,0.855-1.133,1.598 C108.728,6.042,109.028,6.8,109.83,6.8z\"></path>\n\t\t<path d=\"M115.758,7.085c-0.33,0.135-0.758,0.21-1.11,0.21c-1.269,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.619c0,0.811,0.437,1.463,1.262,1.463c0.345,0,0.848-0.143,1.072-0.285L115.758,7.085 L115.758,7.085z M115.526,5.022c0-0.668-0.271-1.328-0.976-1.328c-0.697,0-1.126,0.698-1.126,1.328H115.526z\"></path>\n\t\t<path d=\"M117.53,4.279c0-0.293,0-0.593-0.03-0.901h0.458v0.683h0.015c0.157-0.345,0.442-0.773,1.238-0.773 c0.946,0,1.307,0.63,1.307,1.471v2.446h-0.474V4.879c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.116 h-0.473V4.279z\"></path>\n\t\t<path d=\"M123.78,3.289c1.238,0,1.786,0.96,1.786,2.003s-0.548,2.003-1.786,2.003s-1.786-0.96-1.786-2.003 S122.542,3.289,123.78,3.289z M123.78,6.89c0.826,0,1.268-0.713,1.268-1.599c0-0.885-0.441-1.598-1.268-1.598 c-0.825,0-1.269,0.713-1.269,1.598C122.511,6.177,122.954,6.89,123.78,6.89z\"></path>\n\t\t<path d=\"M126.751,6.65c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.848-0.248,0.848-0.683c0-0.908-1.838-0.765-1.838-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.173l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.368,0-0.735-0.045-1.073-0.18L126.751,6.65z\"></path>\n\t\t<path d=\"M130.255,6.65c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.849-0.248,0.849-0.683c0-0.908-1.839-0.765-1.839-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.173l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.368,0-0.735-0.045-1.073-0.18L130.255,6.65z\"></path>\n\t\t<path d=\"M136.618,7.085c-0.33,0.135-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.346,0,0.849-0.143,1.073-0.285L136.618,7.085 L136.618,7.085z M136.385,5.022c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H136.385z\"></path>\n\t\t<path d=\"M138.389,4.279c0-0.293,0-0.593-0.029-0.901h0.458v0.683h0.015c0.157-0.345,0.442-0.773,1.238-0.773 c0.946,0,1.306,0.63,1.306,1.471v2.446h-0.473V4.879c0-0.72-0.255-1.186-0.908-1.186c-0.863,0-1.133,0.758-1.133,1.396v2.116 h-0.474V4.279L138.389,4.279z\"></path>\n\t\t<path d=\"M142.855,6.65c0.284,0.143,0.63,0.24,0.998,0.24c0.449,0,0.848-0.248,0.848-0.683c0-0.908-1.838-0.765-1.838-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.607,0.045,0.944,0.173l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.367,0-0.734-0.045-1.072-0.18L142.855,6.65z\"></path>\n\t\t<path d=\"M149.143,3.888c-0.256-0.112-0.563-0.195-0.818-0.195c-0.923,0-1.441,0.668-1.441,1.598c0,0.871,0.525,1.599,1.389,1.599 c0.3,0,0.578-0.068,0.862-0.173l0.045,0.443c-0.322,0.112-0.622,0.135-0.982,0.135c-1.231,0-1.831-0.938-1.831-2.003 c0-1.178,0.758-2.003,1.891-2.003c0.458,0,0.788,0.105,0.923,0.15L149.143,3.888z\"></path>\n\t\t<path d=\"M150.568,1.577h0.473v2.446h0.015c0.203-0.42,0.631-0.735,1.193-0.735c1.028,0,1.306,0.683,1.306,1.628v2.289h-0.473 V4.924c0-0.66-0.128-1.23-0.908-1.23c-0.84,0-1.133,0.795-1.133,1.463v2.048h-0.473V1.577L150.568,1.577z\"></path>\n\t\t<path d=\"M157.524,6.59h-0.016c-0.21,0.458-0.742,0.705-1.216,0.705c-1.088,0-1.261-0.735-1.261-1.081 c0-1.283,1.366-1.343,2.355-1.343h0.091V4.676c0-0.653-0.232-0.983-0.87-0.983c-0.397,0-0.772,0.09-1.126,0.315V3.55 c0.293-0.143,0.788-0.263,1.126-0.263c0.944,0,1.343,0.428,1.343,1.426v1.689c0,0.308,0,0.54,0.038,0.803h-0.466L157.524,6.59 L157.524,6.59z M157.479,5.277h-0.136c-0.817,0-1.793,0.083-1.793,0.923c0,0.502,0.359,0.69,0.795,0.69 c1.11,0,1.134-0.968,1.134-1.381V5.277z\"></path>\n\t\t<path d=\"M159.985,3.783h-0.772V3.378h0.772V3.101c0-0.803,0.029-1.613,1.014-1.613c0.149,0,0.354,0.022,0.442,0.075l-0.03,0.413 c-0.098-0.053-0.24-0.083-0.375-0.083c-0.646,0-0.578,0.698-0.578,1.155v0.33h0.863v0.405h-0.863v3.422h-0.473V3.783z\"></path>\n\t\t<path d=\"M164.397,3.783h-0.87V6.26c0,0.345,0.128,0.63,0.511,0.63c0.18,0,0.3-0.038,0.435-0.09l0.03,0.39 c-0.111,0.045-0.345,0.105-0.578,0.105c-0.84,0-0.87-0.578-0.87-1.275V3.784h-0.75V3.379h0.75V2.457l0.474-0.165v1.088h0.87 L164.397,3.783L164.397,3.783z\"></path>\n\t\t<path d=\"M42.103,12.903c-0.33-0.172-0.804-0.225-1.171-0.225c-1.358,0-2.124,0.96-2.124,2.259c0,1.32,0.742,2.258,2.124,2.258 c0.345,0,0.87-0.045,1.171-0.225l0.029,0.45c-0.285,0.173-0.87,0.225-1.2,0.225c-1.651,0-2.642-1.088-2.642-2.708 c0-1.591,1.021-2.709,2.642-2.709c0.308,0,0.931,0.053,1.2,0.195L42.103,12.903z\"></path>\n\t\t<path d=\"M45.352,13.638c1.237,0,1.785,0.96,1.785,2.003s-0.548,2.003-1.785,2.003c-1.238,0-1.786-0.96-1.786-2.003 S44.114,13.638,45.352,13.638z M45.352,17.24c0.825,0,1.268-0.713,1.268-1.599c0-0.885-0.442-1.598-1.268-1.598 s-1.269,0.713-1.269,1.598C44.084,16.527,44.527,17.24,45.352,17.24z\"></path>\n\t\t<path d=\"M48.616,14.629c0-0.293,0-0.593-0.03-0.901h0.458v0.683h0.016c0.156-0.345,0.441-0.773,1.237-0.773 c0.946,0,1.307,0.63,1.307,1.471v2.446H51.13v-2.326c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.116 h-0.473V14.629z\"></path>\n\t\t<path d=\"M53.696,14.133h-0.773v-0.405h0.773v-0.277c0-0.803,0.03-1.613,1.013-1.613c0.15,0,0.354,0.022,0.443,0.075l-0.03,0.413 c-0.098-0.053-0.24-0.083-0.375-0.083c-0.645,0-0.578,0.698-0.578,1.155v0.33h0.863v0.405h-0.863v3.422h-0.473V14.133z\"></path>\n\t\t<path d=\"M59.024,17.436c-0.33,0.135-0.758,0.21-1.111,0.21c-1.268,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.143,1.073-0.285L59.024,17.436 L59.024,17.436z M58.791,15.373c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H58.791z M58.004,12.25h0.593 l-0.944,1.081h-0.345L58.004,12.25z\"></path>\n\t\t<path d=\"M63.826,17.555h-0.473v-0.608h-0.016c-0.255,0.488-0.646,0.698-1.192,0.698c-1.051,0-1.576-0.87-1.576-2.003 c0-1.163,0.45-2.003,1.576-2.003c0.75,0,1.125,0.548,1.192,0.735h0.016v-2.446h0.473V17.555z M62.219,17.24 c0.841,0,1.134-0.901,1.134-1.599c0-0.698-0.292-1.598-1.134-1.598c-0.899,0-1.133,0.855-1.133,1.598 C61.087,16.385,61.32,17.24,62.219,17.24z\"></path>\n\t\t<path d=\"M68.118,17.436c-0.33,0.135-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.849-0.143,1.073-0.285L68.118,17.436 L68.118,17.436z M67.885,15.373c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H67.885z M67.097,12.25h0.594 l-0.946,1.081H66.4L67.097,12.25z\"></path>\n\t\t<path d=\"M69.888,14.584c0-0.42,0-0.578-0.029-0.855h0.473v0.736h0.015c0.174-0.428,0.496-0.826,0.983-0.826 c0.112,0,0.248,0.022,0.33,0.045v0.496c-0.098-0.03-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.84-0.953,1.531v1.891h-0.474V14.584z \"></path>\n\t\t<path d=\"M75.172,16.94h-0.015c-0.21,0.458-0.743,0.705-1.216,0.705c-1.088,0-1.261-0.735-1.261-1.081 c0-1.283,1.366-1.343,2.356-1.343h0.09v-0.195c0-0.653-0.232-0.983-0.871-0.983c-0.397,0-0.772,0.09-1.125,0.315V13.9 c0.292-0.143,0.788-0.263,1.125-0.263c0.945,0,1.344,0.428,1.344,1.426v1.688c0,0.308,0,0.54,0.037,0.803h-0.465V16.94z M75.127,15.627h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.36,0.69,0.795,0.69c1.11,0,1.133-0.968,1.133-1.381V15.627z\"></path>\n\t\t<path d=\"M78.961,14.133H78.09v2.477c0,0.345,0.128,0.63,0.511,0.63c0.18,0,0.3-0.038,0.436-0.09l0.03,0.39 c-0.112,0.045-0.346,0.105-0.578,0.105c-0.84,0-0.871-0.578-0.871-1.275v-2.236h-0.75v-0.405h0.75v-0.923l0.473-0.165v1.088h0.871 V14.133z\"></path>\n\t\t<path d=\"M80.867,12.708h-0.473v-0.63h0.473V12.708z M80.394,13.729h0.473v3.827h-0.473V13.729z\"></path>\n\t\t<path d=\"M84.137,13.638c1.238,0,1.786,0.96,1.786,2.003s-0.548,2.003-1.786,2.003c-1.237,0-1.785-0.96-1.785-2.003 S82.9,13.638,84.137,13.638z M84.137,17.24c0.826,0,1.269-0.713,1.269-1.599c0-0.885-0.442-1.598-1.269-1.598 c-0.824,0-1.268,0.713-1.268,1.598C82.87,16.527,83.313,17.24,84.137,17.24z\"></path>\n\t\t<path d=\"M87.402,14.629c0-0.293,0-0.593-0.03-0.901h0.458v0.683h0.015c0.157-0.345,0.442-0.773,1.238-0.773 c0.946,0,1.306,0.63,1.306,1.471v2.446h-0.473v-2.326c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.116 h-0.473V14.629z\"></path>\n\t\t<path d=\"M94.463,17c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.849-0.248,0.849-0.683c0-0.908-1.839-0.765-1.839-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.172l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.368,0-0.735-0.045-1.073-0.18L94.463,17z\"></path>\n\t\t<path d=\"M101.246,16.655c0,0.292,0,0.593,0.03,0.9h-0.458v-0.683h-0.016c-0.157,0.345-0.442,0.772-1.237,0.772 c-0.945,0-1.307-0.63-1.307-1.471v-2.446h0.474v2.326c0,0.721,0.255,1.186,0.908,1.186c0.862,0,1.133-0.758,1.133-1.396v-2.116 h0.473V16.655z\"></path>\n\t\t<path d=\"M103.49,12.708h-0.473v-0.63h0.473V12.708z M103.018,13.729h0.473v3.827h-0.473V13.729z\"></path>\n\t\t<path d=\"M104.976,17c0.284,0.143,0.63,0.24,0.998,0.24c0.449,0,0.848-0.248,0.848-0.683c0-0.908-1.838-0.765-1.838-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.607,0.045,0.944,0.172l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.883,0.623,1.883,1.876c0,0.811-0.758,1.088-1.335,1.088 c-0.368,0-0.734-0.045-1.073-0.18L104.976,17z\"></path>\n\t\t<path d=\"M108.481,17c0.285,0.143,0.63,0.24,0.998,0.24c0.449,0,0.848-0.248,0.848-0.683c0-0.908-1.838-0.765-1.838-1.876 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.607,0.045,0.944,0.172l-0.045,0.413c-0.248-0.113-0.585-0.18-0.848-0.18 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.884,0.623,1.884,1.876c0,0.811-0.758,1.088-1.336,1.088 c-0.367,0-0.734-0.045-1.072-0.18L108.481,17z\"></path>\n\t\t<path d=\"M114.842,17.436c-0.33,0.135-0.758,0.21-1.11,0.21c-1.269,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.619c0,0.811,0.437,1.463,1.262,1.463c0.345,0,0.848-0.143,1.072-0.285L114.842,17.436 L114.842,17.436z M114.61,15.373c0-0.668-0.271-1.328-0.976-1.328c-0.697,0-1.126,0.698-1.126,1.328H114.61z\"></path>\n\t\t<path d=\"M42.103,23.253c-0.33-0.172-0.804-0.225-1.171-0.225c-1.358,0-2.124,0.96-2.124,2.26c0,1.319,0.742,2.258,2.124,2.258 c0.345,0,0.87-0.045,1.171-0.226l0.029,0.45c-0.285,0.173-0.87,0.225-1.2,0.225c-1.651,0-2.642-1.088-2.642-2.707 c0-1.592,1.021-2.709,2.642-2.709c0.308,0,0.931,0.051,1.2,0.194L42.103,23.253z\"></path>\n\t\t<path d=\"M45.352,23.988c1.237,0,1.785,0.96,1.785,2.003s-0.548,2.003-1.785,2.003c-1.238,0-1.786-0.96-1.786-2.003 S44.114,23.988,45.352,23.988z M45.352,27.591c0.825,0,1.268-0.713,1.268-1.6c0-0.885-0.442-1.598-1.268-1.598 s-1.269,0.713-1.269,1.598C44.084,26.878,44.527,27.591,45.352,27.591z\"></path>\n\t\t<path d=\"M48.616,24.979c0-0.293,0-0.594-0.03-0.9h0.458v0.682h0.016c0.156-0.344,0.441-0.772,1.237-0.772 c0.946,0,1.307,0.63,1.307,1.472v2.445H51.13v-2.326c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.115 h-0.473V24.979z\"></path>\n\t\t<path d=\"M53.696,24.484h-0.773v-0.405h0.773v-0.277c0-0.803,0.03-1.612,1.013-1.612c0.15,0,0.354,0.022,0.443,0.075l-0.03,0.412 c-0.098-0.053-0.24-0.082-0.375-0.082c-0.645,0-0.578,0.697-0.578,1.154v0.33h0.863v0.405h-0.863v3.422h-0.473V24.484z\"></path>\n\t\t<path d=\"M59.024,27.785c-0.33,0.136-0.758,0.21-1.111,0.21c-1.268,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.144,1.073-0.285L59.024,27.785 L59.024,27.785z M58.791,25.722c0-0.668-0.27-1.327-0.975-1.327c-0.698,0-1.126,0.698-1.126,1.327H58.791z\"></path>\n\t\t<path d=\"M63.826,27.905h-0.473v-0.607h-0.016c-0.255,0.487-0.646,0.697-1.192,0.697c-1.051,0-1.576-0.869-1.576-2.003 c0-1.163,0.45-2.003,1.576-2.003c0.75,0,1.125,0.549,1.192,0.734h0.016v-2.445h0.473V27.905z M62.219,27.591 c0.841,0,1.134-0.901,1.134-1.6c0-0.697-0.292-1.598-1.134-1.598c-0.899,0-1.133,0.855-1.133,1.598 C61.087,26.735,61.32,27.591,62.219,27.591z\"></path>\n\t\t<path d=\"M68.118,27.785c-0.33,0.136-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.849-0.144,1.073-0.285L68.118,27.785 L68.118,27.785z M67.885,25.722c0-0.668-0.27-1.327-0.975-1.327c-0.698,0-1.126,0.698-1.126,1.327H67.885z\"></path>\n\t\t<path d=\"M69.888,24.935c0-0.42,0-0.578-0.029-0.855h0.473v0.735h0.015c0.174-0.427,0.496-0.825,0.983-0.825 c0.112,0,0.248,0.021,0.33,0.045v0.496c-0.098-0.029-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.841-0.953,1.531v1.891h-0.474 V24.935z\"></path>\n\t\t<path d=\"M75.172,27.29h-0.015c-0.21,0.459-0.743,0.705-1.216,0.705c-1.088,0-1.261-0.734-1.261-1.08 c0-1.283,1.366-1.344,2.356-1.344h0.09v-0.195c0-0.652-0.232-0.982-0.871-0.982c-0.397,0-0.772,0.09-1.125,0.314v-0.457 c0.292-0.144,0.788-0.264,1.125-0.264c0.945,0,1.344,0.428,1.344,1.426v1.688c0,0.309,0,0.541,0.037,0.804h-0.465V27.29z M75.127,25.978h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.36,0.69,0.795,0.69c1.11,0,1.133-0.969,1.133-1.381V25.978z\"></path>\n\t\t<path d=\"M76.958,27.509l2.304-3.024h-2.214v-0.405h2.762v0.405l-2.304,3.017h2.304v0.405h-2.852V27.509z\"></path>\n\t\t<path d=\"M81.7,23.058h-0.473v-0.629H81.7V23.058z M81.227,24.079H81.7v3.826h-0.473V24.079z\"></path>\n\t\t<path d=\"M84.97,23.988c1.238,0,1.786,0.96,1.786,2.003s-0.548,2.003-1.786,2.003c-1.237,0-1.785-0.96-1.785-2.003 S83.734,23.988,84.97,23.988z M84.97,27.591c0.826,0,1.269-0.713,1.269-1.6c0-0.885-0.442-1.598-1.269-1.598 c-0.824,0-1.268,0.713-1.268,1.598C83.703,26.878,84.146,27.591,84.97,27.591z\"></path>\n\t\t<path d=\"M88.235,24.979c0-0.293,0-0.594-0.03-0.9h0.458v0.682h0.015c0.157-0.344,0.442-0.772,1.238-0.772 c0.946,0,1.306,0.63,1.306,1.472v2.445h-0.473v-2.326c0-0.72-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.115 h-0.473V24.979z\"></path>\n\t\t<path d=\"M95.559,27.785c-0.33,0.136-0.759,0.21-1.111,0.21c-1.269,0-1.741-0.855-1.741-2.003c0-1.17,0.646-2.003,1.613-2.003 c1.081,0,1.522,0.871,1.522,1.898v0.24h-2.618c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.144,1.073-0.285L95.559,27.785 L95.559,27.785z M95.325,25.722c0-0.668-0.271-1.327-0.975-1.327c-0.698,0-1.126,0.698-1.126,1.327H95.325z\"></path>\n\t\t<path d=\"M99.836,27.237c0.309,0.195,0.667,0.309,1.155,0.309c0.646,0,1.178-0.33,1.178-1.074c0-1.027-2.4-1.155-2.4-2.528 c0-0.84,0.734-1.366,1.658-1.366c0.256,0,0.667,0.038,1.028,0.172l-0.083,0.473c-0.231-0.127-0.601-0.194-0.953-0.194 c-0.54,0-1.133,0.226-1.133,0.899c0,1.052,2.401,1.059,2.401,2.59c0,1.058-0.908,1.478-1.719,1.478 c-0.51,0-0.907-0.104-1.186-0.225L99.836,27.237z\"></path>\n\t\t<path d=\"M105.59,27.905h-0.555l-1.298-3.826h0.518l1.059,3.309h0.015l1.111-3.309h0.495L105.59,27.905z\"></path>\n\t\t<path d=\"M108.653,23.058h-0.474v-0.629h0.474V23.058z M108.179,24.079h0.474v3.826h-0.474V24.079z\"></path>\n\t\t<path d=\"M110.078,27.509l2.304-3.024h-2.214v-0.405h2.761v0.405l-2.303,3.017h2.303v0.405h-2.851V27.509z\"></path>\n\t\t<path d=\"M113.995,27.509l2.304-3.024h-2.214v-0.405h2.761v0.405l-2.303,3.017h2.303v0.405h-2.851V27.509z\"></path>\n\t\t<path d=\"M120.83,27.785c-0.33,0.136-0.758,0.21-1.111,0.21c-1.268,0-1.74-0.855-1.74-2.003c0-1.17,0.646-2.003,1.612-2.003 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.437,1.463,1.261,1.463c0.346,0,0.849-0.144,1.073-0.285L120.83,27.785 L120.83,27.785z M120.597,25.722c0-0.668-0.27-1.327-0.975-1.327c-0.698,0-1.126,0.698-1.126,1.327H120.597z\"></path>\n\t\t<path d=\"M122.602,24.935c0-0.42,0-0.578-0.03-0.855h0.473v0.735h0.016c0.173-0.427,0.495-0.825,0.982-0.825 c0.112,0,0.248,0.021,0.33,0.045v0.496c-0.098-0.029-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.841-0.953,1.531v1.891h-0.473 V24.935z\"></path>\n\t\t<path d=\"M127.884,27.29h-0.015c-0.21,0.459-0.743,0.705-1.216,0.705c-1.088,0-1.26-0.734-1.26-1.08 c0-1.283,1.365-1.344,2.355-1.344h0.09v-0.195c0-0.652-0.232-0.982-0.871-0.982c-0.397,0-0.772,0.09-1.125,0.314v-0.457 c0.292-0.144,0.788-0.264,1.125-0.264c0.945,0,1.344,0.428,1.344,1.426v1.688c0,0.309,0,0.541,0.038,0.804h-0.466V27.29z M127.839,25.978h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.36,0.69,0.795,0.69c1.11,0,1.133-0.969,1.133-1.381V25.978z\"></path>\n\t\t<path d=\"M42.103,33.604c-0.33-0.173-0.804-0.226-1.171-0.226c-1.358,0-2.124,0.961-2.124,2.26c0,1.32,0.742,2.258,2.124,2.258 c0.345,0,0.87-0.045,1.171-0.225l0.029,0.449c-0.285,0.174-0.87,0.225-1.2,0.225c-1.651,0-2.642-1.088-2.642-2.707 c0-1.592,1.021-2.709,2.642-2.709c0.308,0,0.931,0.052,1.2,0.195L42.103,33.604z\"></path>\n\t\t<path d=\"M45.352,34.339c1.237,0,1.785,0.959,1.785,2.002s-0.548,2.004-1.785,2.004c-1.238,0-1.786-0.961-1.786-2.004 S44.114,34.339,45.352,34.339z M45.352,37.94c0.825,0,1.268-0.713,1.268-1.6c0-0.885-0.442-1.598-1.268-1.598 s-1.269,0.713-1.269,1.598C44.084,37.228,44.527,37.94,45.352,37.94z\"></path>\n\t\t<path d=\"M48.616,35.329c0-0.293,0-0.593-0.03-0.9h0.458v0.683h0.016c0.156-0.345,0.441-0.772,1.237-0.772 c0.946,0,1.307,0.629,1.307,1.471v2.445H51.13v-2.326c0-0.719-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.115 h-0.473V35.329z\"></path>\n\t\t<path d=\"M53.696,34.833h-0.773v-0.404h0.773v-0.277c0-0.803,0.03-1.613,1.013-1.613c0.15,0,0.354,0.022,0.443,0.075l-0.03,0.413 c-0.098-0.053-0.24-0.083-0.375-0.083c-0.645,0-0.578,0.698-0.578,1.155v0.33h0.863v0.404h-0.863v3.422h-0.473V34.833z\"></path>\n\t\t<path d=\"M59.024,38.136c-0.33,0.135-0.758,0.209-1.111,0.209c-1.268,0-1.741-0.854-1.741-2.002c0-1.17,0.646-2.004,1.613-2.004 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.848-0.143,1.073-0.285L59.024,38.136 L59.024,38.136z M58.791,36.071c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H58.791z\"></path>\n\t\t<path d=\"M63.826,38.255h-0.473v-0.607h-0.016c-0.255,0.488-0.646,0.697-1.192,0.697c-1.051,0-1.576-0.869-1.576-2.002 c0-1.164,0.45-2.004,1.576-2.004c0.75,0,1.125,0.549,1.192,0.735h0.016v-2.446h0.473V38.255z M62.219,37.94 c0.841,0,1.134-0.9,1.134-1.6c0-0.697-0.292-1.598-1.134-1.598c-0.899,0-1.133,0.855-1.133,1.598 C61.087,37.085,61.32,37.94,62.219,37.94z\"></path>\n\t\t<path d=\"M68.118,38.136c-0.33,0.135-0.758,0.209-1.111,0.209c-1.268,0-1.74-0.854-1.74-2.002c0-1.17,0.646-2.004,1.612-2.004 c1.081,0,1.523,0.871,1.523,1.898v0.24h-2.619c0,0.811,0.436,1.463,1.261,1.463c0.345,0,0.849-0.143,1.073-0.285L68.118,38.136 L68.118,38.136z M67.885,36.071c0-0.668-0.27-1.328-0.975-1.328c-0.698,0-1.126,0.698-1.126,1.328H67.885z\"></path>\n\t\t<path d=\"M69.888,35.283c0-0.42,0-0.577-0.029-0.854h0.473v0.734h0.015c0.174-0.427,0.496-0.824,0.983-0.824 c0.112,0,0.248,0.021,0.33,0.045v0.496c-0.098-0.031-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.84-0.953,1.53v1.892h-0.474V35.283z \"></path>\n\t\t<path d=\"M75.172,37.64h-0.015c-0.21,0.459-0.743,0.705-1.216,0.705c-1.088,0-1.261-0.734-1.261-1.08 c0-1.283,1.366-1.344,2.356-1.344h0.09v-0.195c0-0.652-0.232-0.982-0.871-0.982c-0.397,0-0.772,0.09-1.125,0.314v-0.457 c0.292-0.143,0.788-0.264,1.125-0.264c0.945,0,1.344,0.428,1.344,1.426v1.688c0,0.308,0,0.54,0.037,0.804h-0.465V37.64z M75.127,36.326h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.36,0.69,0.795,0.69c1.11,0,1.133-0.968,1.133-1.382V36.326z\"></path>\n\t\t<path d=\"M76.958,37.858l2.304-3.023h-2.214v-0.406h2.762v0.406l-2.304,3.016h2.304v0.406h-2.852V37.858z\"></path>\n\t\t<path d=\"M81.7,33.407h-0.473v-0.63H81.7V33.407z M81.227,34.429H81.7v3.826h-0.473V34.429z\"></path>\n\t\t<path d=\"M86.464,37.355c0,0.292,0,0.593,0.03,0.899h-0.458v-0.683h-0.014c-0.158,0.345-0.443,0.772-1.238,0.772 c-0.945,0-1.306-0.631-1.306-1.471v-2.447h0.473v2.326c0,0.721,0.255,1.187,0.908,1.187c0.862,0,1.133-0.759,1.133-1.396v-2.117 h0.473L86.464,37.355L86.464,37.355z\"></path>\n\t\t<path d=\"M88.235,35.329c0-0.293,0-0.593-0.03-0.9h0.458v0.683h0.015c0.157-0.345,0.442-0.772,1.238-0.772 c0.946,0,1.306,0.629,1.306,1.471v2.445h-0.473v-2.326c0-0.719-0.255-1.186-0.908-1.186c-0.862,0-1.133,0.758-1.133,1.396v2.115 h-0.473V35.329z\"></path>\n\t\t<path d=\"M95.295,37.7c0.285,0.143,0.63,0.24,0.998,0.24c0.45,0,0.849-0.248,0.849-0.684c0-0.908-1.839-0.765-1.839-1.875 c0-0.758,0.615-1.043,1.246-1.043c0.203,0,0.608,0.045,0.945,0.172l-0.045,0.414c-0.248-0.113-0.585-0.181-0.848-0.181 c-0.488,0-0.826,0.15-0.826,0.638c0,0.713,1.883,0.623,1.883,1.877c0,0.811-0.758,1.088-1.335,1.088 c-0.368,0-0.735-0.045-1.073-0.18L95.295,37.7z\"></path>\n\t\t<path d=\"M100.42,38.255h-0.555l-1.298-3.826h0.518l1.059,3.31h0.015l1.111-3.31h0.494L100.42,38.255z\"></path>\n\t\t<path d=\"M103.483,33.407h-0.474v-0.63h0.474V33.407z M103.009,34.429h0.474v3.826h-0.474V34.429z\"></path>\n\t\t<path d=\"M104.908,37.858l2.304-3.023h-2.214v-0.406h2.761v0.406l-2.303,3.016h2.303v0.406h-2.851V37.858z\"></path>\n\t\t<path d=\"M109.177,35.283c0-0.42,0-0.577-0.029-0.854h0.473v0.734h0.015c0.174-0.427,0.496-0.824,0.983-0.824 c0.112,0,0.248,0.021,0.33,0.045v0.496c-0.098-0.031-0.225-0.045-0.345-0.045c-0.75,0-0.953,0.84-0.953,1.53v1.892h-0.474V35.283z \"></path>\n\t\t<path d=\"M114.46,37.64h-0.015c-0.21,0.459-0.743,0.705-1.216,0.705c-1.088,0-1.261-0.734-1.261-1.08 c0-1.283,1.366-1.344,2.356-1.344h0.09v-0.195c0-0.652-0.232-0.982-0.871-0.982c-0.397,0-0.772,0.09-1.125,0.314v-0.457 c0.292-0.143,0.788-0.264,1.125-0.264c0.945,0,1.343,0.428,1.343,1.426v1.688c0,0.308,0,0.54,0.038,0.804h-0.465V37.64z M114.415,36.326h-0.135c-0.818,0-1.793,0.083-1.793,0.923c0,0.502,0.359,0.69,0.795,0.69c1.11,0,1.133-0.968,1.133-1.382V36.326z \"></path>\n\t</g>\n\t<path fill=\"#E30613\" d=\"M29.778,1.737c0,0-3.969-1.738-10.613-1.738h-0.002C12.518,0,8.549,1.737,8.549,1.737 S8.194,9.433,9.7,13.785c2.661,7.651,9.462,9.802,9.462,9.802h0.002h0.002c0,0,6.8-2.149,9.462-9.802 C30.134,9.434,29.778,1.737,29.778,1.737z\"></path>\n\t<polygon fill=\"#FFFFFF\" points=\"26.217,8.373 26.217,12.612 21.27,12.612 21.27,17.561 17.03,17.561 17.03,12.612 12.083,12.612 12.083,8.373 17.03,8.373 17.03,3.426 21.269,3.426 21.27,8.373 \"></polygon>\n</g>\n</svg>\n\n";
|
|
2
|
-
//# sourceMappingURL=logo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/icon/custom-icons/logo.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,mmrDAuMhB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon-definitions.d.ts","sourceRoot":"","sources":["../../../../../libs/qd-ui/src/lib/icon/icon/icon-definitions.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,EAAE,WAAW,EAkSrC,CAAC;AAMF,eAAO,MAAM,gBAAgB,UAA+C,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated This constant is deprecated. It will be removed soon.
|
|
5
|
-
*/
|
|
6
|
-
export declare const AVAILABLE_ICONS: string[];
|
|
7
|
-
/**
|
|
8
|
-
* The component **QdIcon** can be used to display the icons available in Qd-UI.
|
|
9
|
-
*/
|
|
10
|
-
export declare class QdIconComponent implements OnInit, OnChanges {
|
|
11
|
-
private elementRef;
|
|
12
|
-
/**
|
|
13
|
-
* An icon can be set here.
|
|
14
|
-
*/
|
|
15
|
-
icon: string;
|
|
16
|
-
get isDefaultLogo(): boolean;
|
|
17
|
-
get isChLogo(): boolean;
|
|
18
|
-
get isColorLogo(): boolean;
|
|
19
|
-
iconCode: string;
|
|
20
|
-
private svgInserted;
|
|
21
|
-
constructor(elementRef: ElementRef);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnChanges(): void;
|
|
24
|
-
private initializeLogo;
|
|
25
|
-
private insertIconSvgOnce;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdIconComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdIconComponent, "qd-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=icon.component.d.ts.map
|