@quadrel-enterprise-ui/framework 18.29.2 → 18.29.4
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/CHANGELOG.md +4312 -0
- package/esm2022/lib/forms/multi-input/multi-input-service/multi-input.service.mjs +9 -6
- package/esm2022/lib/forms/multi-input/multi-input.component.mjs +4 -4
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +11 -8
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button-grid.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-button-grid.component.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-button-stack-button.component.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button-stack.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-button-stack.component.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-button.component.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button.directives.d.ts +1 -0
- package/lib/button/__mocks__/mock-button.directives.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-button.module.d.ts +1 -0
- package/lib/button/__mocks__/mock-button.module.d.ts.map +1 -0
- package/lib/button/__mocks__/mock-icon-button.component.d.ts +1 -0
- package/lib/button/__mocks__/mock-icon-button.component.d.ts.map +1 -0
- package/lib/button/button/additional-info/button-additional-info.component.d.ts +1 -0
- package/lib/button/button/additional-info/button-additional-info.component.d.ts.map +1 -0
- package/lib/button/button/button.component.d.ts +1 -0
- package/lib/button/button/button.component.d.ts.map +1 -0
- package/lib/button/button-grid/button-grid.component.d.ts +1 -0
- package/lib/button/button-grid/button-grid.component.d.ts.map +1 -0
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts +1 -0
- package/lib/button/button-stack/button-stack-button/button-stack-button.component.d.ts.map +1 -0
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +1 -0
- package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts.map +1 -0
- package/lib/button/button.module.d.ts +1 -0
- package/lib/button/button.module.d.ts.map +1 -0
- package/lib/button/directives/button.directives.d.ts +1 -0
- package/lib/button/directives/button.directives.d.ts.map +1 -0
- package/lib/button/icon-button/icon-button.component.d.ts +1 -0
- package/lib/button/icon-button/icon-button.component.d.ts.map +1 -0
- package/lib/button/menu-button/menu-button.component.d.ts +1 -0
- package/lib/button/menu-button/menu-button.component.d.ts.map +1 -0
- package/lib/button/model/button-config.d.ts +1 -0
- package/lib/button/model/button-config.d.ts.map +1 -0
- package/lib/button/model/button.types.d.ts +1 -0
- package/lib/button/model/button.types.d.ts.map +1 -0
- package/lib/chips/__mocks__/mock-chip.component.d.ts +1 -0
- package/lib/chips/__mocks__/mock-chip.component.d.ts.map +1 -0
- package/lib/chips/__mocks__/mock-chips.module.d.ts +1 -0
- package/lib/chips/__mocks__/mock-chips.module.d.ts.map +1 -0
- package/lib/chips/chip/chip.component.d.ts +1 -0
- package/lib/chips/chip/chip.component.d.ts.map +1 -0
- package/lib/chips/chips.module.d.ts +1 -0
- package/lib/chips/chips.module.d.ts.map +1 -0
- package/lib/chips/interfaces/chip.interface.d.ts +1 -0
- package/lib/chips/interfaces/chip.interface.d.ts.map +1 -0
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts +1 -0
- package/lib/comments/add-comment/add-comment-dialog.component.d.ts.map +1 -0
- package/lib/comments/comments.component.d.ts +1 -0
- package/lib/comments/comments.component.d.ts.map +1 -0
- package/lib/comments/comments.module.d.ts +1 -0
- package/lib/comments/comments.module.d.ts.map +1 -0
- package/lib/comments/menu/comment-menu.component.d.ts +1 -0
- package/lib/comments/menu/comment-menu.component.d.ts.map +1 -0
- package/lib/comments/model/comments.interface.d.ts +1 -0
- package/lib/comments/model/comments.interface.d.ts.map +1 -0
- package/lib/comments/pipes/stripe-html.pipe.d.ts +1 -0
- package/lib/comments/pipes/stripe-html.pipe.d.ts.map +1 -0
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts +1 -0
- package/lib/contact-card/__mocks__/mock-contact-card.component.d.ts.map +1 -0
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts +1 -0
- package/lib/contact-card/__mocks__/mock-contact-card.module.d.ts.map +1 -0
- package/lib/contact-card/contact-card.component.d.ts +1 -0
- package/lib/contact-card/contact-card.component.d.ts.map +1 -0
- package/lib/contact-card/contact-card.module.d.ts +1 -0
- package/lib/contact-card/contact-card.module.d.ts.map +1 -0
- package/lib/contact-card/menu/contact-card-menu.component.d.ts +1 -0
- package/lib/contact-card/menu/contact-card-menu.component.d.ts.map +1 -0
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts +1 -0
- package/lib/contact-card/model/contact-card-actions-config.interface.d.ts.map +1 -0
- package/lib/contact-card/model/contact-data.interface.d.ts +1 -0
- package/lib/contact-card/model/contact-data.interface.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-action-footer.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-action-footer.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-create-content.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-create-content.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-create-default.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-create-default.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-section.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-section.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-action.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-action.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-filter.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-filter.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-title.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-toolbar-title.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container-toolbar.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container-toolbar.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-container.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-container.module.d.ts +1 -0
- package/lib/container/__mocks__/mock-container.module.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-create-delete-alert.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-create-delete-alert.component.d.ts.map +1 -0
- package/lib/container/__mocks__/mock-form-group.component.d.ts +1 -0
- package/lib/container/__mocks__/mock-form-group.component.d.ts.map +1 -0
- package/lib/container/container.component.d.ts +1 -0
- package/lib/container/container.component.d.ts.map +1 -0
- package/lib/container/container.module.d.ts +1 -0
- package/lib/container/container.module.d.ts.map +1 -0
- package/lib/container/model/container-type.d.ts +1 -0
- package/lib/container/model/container-type.d.ts.map +1 -0
- package/lib/container/model/toolbar.interface.d.ts +1 -0
- package/lib/container/model/toolbar.interface.d.ts.map +1 -0
- package/lib/container/section/container-section.component.d.ts +1 -0
- package/lib/container/section/container-section.component.d.ts.map +1 -0
- package/lib/container/section/header/container-section-header.component.d.ts +1 -0
- package/lib/container/section/header/container-section-header.component.d.ts.map +1 -0
- package/lib/container/section/info/container-section-info.component.d.ts +1 -0
- package/lib/container/section/info/container-section-info.component.d.ts.map +1 -0
- package/lib/container/services/container-action.service.d.ts +1 -0
- package/lib/container/services/container-action.service.d.ts.map +1 -0
- package/lib/container/services/container-layout.service.d.ts +1 -0
- package/lib/container/services/container-layout.service.d.ts.map +1 -0
- package/lib/container/toolbar/action/container-toolbar-action.component.d.ts +1 -0
- package/lib/container/toolbar/action/container-toolbar-action.component.d.ts.map +1 -0
- package/lib/container/toolbar/container-toolbar.component.d.ts +1 -0
- package/lib/container/toolbar/container-toolbar.component.d.ts.map +1 -0
- package/lib/container/toolbar/filter/container-toolbar-filter.component.d.ts +1 -0
- package/lib/container/toolbar/filter/container-toolbar-filter.component.d.ts.map +1 -0
- package/lib/container/toolbar/title/container-toolbar-title.component.d.ts +1 -0
- package/lib/container/toolbar/title/container-toolbar-title.component.d.ts.map +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid-column.d.ts +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid-column.d.ts.map +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid-row.d.ts +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid-row.d.ts.map +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid.d.ts +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid.d.ts.map +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid.module.d.ts +1 -0
- package/lib/content-grid/__mocks__/mock-content-grid.module.d.ts.map +1 -0
- package/lib/content-grid/content-grid/content-grid.component.d.ts +1 -0
- package/lib/content-grid/content-grid/content-grid.component.d.ts.map +1 -0
- package/lib/content-grid/content-grid-column/content-grid-column.component.d.ts +1 -0
- package/lib/content-grid/content-grid-column/content-grid-column.component.d.ts.map +1 -0
- package/lib/content-grid/content-grid-row/content-grid-row.component.d.ts +1 -0
- package/lib/content-grid/content-grid-row/content-grid-row.component.d.ts.map +1 -0
- package/lib/content-grid/content-grid.module.d.ts +1 -0
- package/lib/content-grid/content-grid.module.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts +1 -0
- package/lib/core/__mocks__/mock-breakpoint.service.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-core.module.d.ts +1 -0
- package/lib/core/__mocks__/mock-core.module.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-disabled.directive.d.ts +1 -0
- package/lib/core/__mocks__/mock-disabled.directive.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts +1 -0
- package/lib/core/__mocks__/mock-popover-on-click.directive.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts +1 -0
- package/lib/core/__mocks__/mock-rwd-disabled.directive.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-translate.pipe.d.ts +1 -0
- package/lib/core/__mocks__/mock-translate.pipe.d.ts.map +1 -0
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts +1 -0
- package/lib/core/__mocks__/mock-visually-hidden.directive.d.ts.map +1 -0
- package/lib/core/autofocus/autofocus.directive.d.ts +1 -0
- package/lib/core/autofocus/autofocus.directive.d.ts.map +1 -0
- package/lib/core/autofocus/autofocus.module.d.ts +1 -0
- package/lib/core/autofocus/autofocus.module.d.ts.map +1 -0
- package/lib/core/autofocus/autofocus.service.d.ts +1 -0
- package/lib/core/autofocus/autofocus.service.d.ts.map +1 -0
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts +1 -0
- package/lib/core/breadcrumbs/breadcrumbs.component.d.ts.map +1 -0
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts +1 -0
- package/lib/core/breadcrumbs/breadcrumbs.module.d.ts.map +1 -0
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts +1 -0
- package/lib/core/breadcrumbs/model/breadcrumbs.interface.d.ts.map +1 -0
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts +1 -0
- package/lib/core/breadcrumbs/services/breadcrumbs.service.d.ts.map +1 -0
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts +1 -0
- package/lib/core/breadcrumbs/services/dialog-breadcrumbs.service.d.ts.map +1 -0
- package/lib/core/core.module.d.ts +1 -0
- package/lib/core/core.module.d.ts.map +1 -0
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts +1 -0
- package/lib/core/data-facets/blank/data-facets-blank.component.d.ts.map +1 -0
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts +1 -0
- package/lib/core/data-facets/boolean/data-facets-boolean.component.d.ts.map +1 -0
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts +1 -0
- package/lib/core/data-facets/chip/data-facets-chip.component.d.ts.map +1 -0
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts +1 -0
- package/lib/core/data-facets/chip/data-facets-chip.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts +1 -0
- package/lib/core/data-facets/chip/truncated-indicator/data-facets-chip-truncated-indicator.component.d.ts.map +1 -0
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts +1 -0
- package/lib/core/data-facets/chip/truncated-tooltip/data-facets-chip-truncated-tooltip.component.d.ts.map +1 -0
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts +1 -0
- package/lib/core/data-facets/currency/data-facets-currency.component.d.ts.map +1 -0
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts +1 -0
- package/lib/core/data-facets/currency/data-facets-currency.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/data-facets-context.service.d.ts +1 -0
- package/lib/core/data-facets/data-facets-context.service.d.ts.map +1 -0
- package/lib/core/data-facets/data-facets.model.d.ts +1 -0
- package/lib/core/data-facets/data-facets.model.d.ts.map +1 -0
- package/lib/core/data-facets/data-facets.module.d.ts +1 -0
- package/lib/core/data-facets/data-facets.module.d.ts.map +1 -0
- package/lib/core/data-facets/date/data-facets-date.component.d.ts +1 -0
- package/lib/core/data-facets/date/data-facets-date.component.d.ts.map +1 -0
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts +1 -0
- package/lib/core/data-facets/date/data-facets-date.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts +1 -0
- package/lib/core/data-facets/icon/data-facets-icon.component.d.ts.map +1 -0
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts +1 -0
- package/lib/core/data-facets/integer/data-facets-integer.component.d.ts.map +1 -0
- package/lib/core/data-facets/link/data-facets-link.component.d.ts +1 -0
- package/lib/core/data-facets/link/data-facets-link.component.d.ts.map +1 -0
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts +1 -0
- package/lib/core/data-facets/link/data-facets-link.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts +1 -0
- package/lib/core/data-facets/progress/data-facets-progress.component.d.ts.map +1 -0
- package/lib/core/data-facets/status/data-facets-status.component.d.ts +1 -0
- package/lib/core/data-facets/status/data-facets-status.component.d.ts.map +1 -0
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts +1 -0
- package/lib/core/data-facets/status/data-facets-status.interfaces.d.ts.map +1 -0
- package/lib/core/data-facets/text/data-facets-text.component.d.ts +1 -0
- package/lib/core/data-facets/text/data-facets-text.component.d.ts.map +1 -0
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts +1 -0
- package/lib/core/data-facets/text/data-facets-text.interfaces.d.ts.map +1 -0
- package/lib/core/disabled/disabled.directive.d.ts +1 -0
- package/lib/core/disabled/disabled.directive.d.ts.map +1 -0
- package/lib/core/focusable/focusable.d.ts +1 -0
- package/lib/core/focusable/focusable.d.ts.map +1 -0
- package/lib/core/focusable/focusable.directive.d.ts +1 -0
- package/lib/core/focusable/focusable.directive.d.ts.map +1 -0
- package/lib/core/focusable/focusable.module.d.ts +1 -0
- package/lib/core/focusable/focusable.module.d.ts.map +1 -0
- package/lib/core/focusable/focusable.token.d.ts +1 -0
- package/lib/core/focusable/focusable.token.d.ts.map +1 -0
- package/lib/core/model/app-enviroment.interface.d.ts +1 -0
- package/lib/core/model/app-enviroment.interface.d.ts.map +1 -0
- package/lib/core/model/app-enviroment.token.d.ts +1 -0
- package/lib/core/model/app-enviroment.token.d.ts.map +1 -0
- package/lib/core/model/breakpoint.interface.d.ts +1 -0
- package/lib/core/model/breakpoint.interface.d.ts.map +1 -0
- package/lib/core/model/safe-bottom-offset.token.d.ts +1 -0
- package/lib/core/model/safe-bottom-offset.token.d.ts.map +1 -0
- package/lib/core/model/translation.interface.d.ts +1 -0
- package/lib/core/model/translation.interface.d.ts.map +1 -0
- package/lib/core/pipes/file-size.pipe.d.ts +1 -0
- package/lib/core/pipes/file-size.pipe.d.ts.map +1 -0
- package/lib/core/pipes/placeholder.pipe.d.ts +1 -0
- package/lib/core/pipes/placeholder.pipe.d.ts.map +1 -0
- package/lib/core/pipes/placeholders.pipe.d.ts +1 -0
- package/lib/core/pipes/placeholders.pipe.d.ts.map +1 -0
- package/lib/core/pipes/sanitize-html.pipe.d.ts +1 -0
- package/lib/core/pipes/sanitize-html.pipe.d.ts.map +1 -0
- package/lib/core/popover/popover/popover.component.d.ts +1 -0
- package/lib/core/popover/popover/popover.component.d.ts.map +1 -0
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts +1 -0
- package/lib/core/popover/popover-on-click/popover-on-click.directive.d.ts.map +1 -0
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts +1 -0
- package/lib/core/popover/popover-on-hover/popover-on-hover.directive.d.ts.map +1 -0
- package/lib/core/popover/popover-parent.service.d.ts +1 -0
- package/lib/core/popover/popover-parent.service.d.ts.map +1 -0
- package/lib/core/popover/popover-sizing.service.d.ts +1 -0
- package/lib/core/popover/popover-sizing.service.d.ts.map +1 -0
- package/lib/core/popover/popover-top-first.token.d.ts +1 -0
- package/lib/core/popover/popover-top-first.token.d.ts.map +1 -0
- package/lib/core/popover/popover.module.d.ts +1 -0
- package/lib/core/popover/popover.module.d.ts.map +1 -0
- package/lib/core/popover/popover.service.d.ts +1 -0
- package/lib/core/popover/popover.service.d.ts.map +1 -0
- package/lib/core/projection-guard/projection-guard.component.d.ts +1 -0
- package/lib/core/projection-guard/projection-guard.component.d.ts.map +1 -0
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts +1 -0
- package/lib/core/rwd-disabled/rwd-disabled.directive.d.ts.map +1 -0
- package/lib/core/rxjs/delay-and-hold.operator.d.ts +1 -0
- package/lib/core/rxjs/delay-and-hold.operator.d.ts.map +1 -0
- package/lib/core/services/breakpoint.service.d.ts +1 -0
- package/lib/core/services/breakpoint.service.d.ts.map +1 -0
- package/lib/core/services/element.service.d.ts +1 -0
- package/lib/core/services/element.service.d.ts.map +1 -0
- package/lib/core/services/event-broker.service.d.ts +1 -0
- package/lib/core/services/event-broker.service.d.ts.map +1 -0
- package/lib/core/services/push-events.service.d.ts +1 -0
- package/lib/core/services/push-events.service.d.ts.map +1 -0
- package/lib/core/services/scrolling.service.d.ts +1 -0
- package/lib/core/services/scrolling.service.d.ts.map +1 -0
- package/lib/core/services/translate.service.d.ts +1 -0
- package/lib/core/services/translate.service.d.ts.map +1 -0
- package/lib/core/tools/constantCase.tools.d.ts +1 -0
- package/lib/core/tools/constantCase.tools.d.ts.map +1 -0
- package/lib/core/tools/convertPxToRem.tools.d.ts +1 -0
- package/lib/core/tools/convertPxToRem.tools.d.ts.map +1 -0
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts +1 -0
- package/lib/core/tooltip/model/tooltip-content.interface.d.ts.map +1 -0
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts +1 -0
- package/lib/core/tooltip/tooltip/tooltip.component.d.ts.map +1 -0
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts +1 -0
- package/lib/core/tooltip/tooltip-at-intersection/tooltip-at-intersection.directive.d.ts.map +1 -0
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts +1 -0
- package/lib/core/tooltip/tooltip-on-tap-hover/tooltip-on-click.directive.d.ts.map +1 -0
- package/lib/core/tooltip/tooltip.module.d.ts +1 -0
- package/lib/core/tooltip/tooltip.module.d.ts.map +1 -0
- package/lib/core/types/utility.types.d.ts +1 -0
- package/lib/core/types/utility.types.d.ts.map +1 -0
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts +1 -0
- package/lib/core/visually-hidden/visually-hidden.directive.d.ts.map +1 -0
- package/lib/dialog/action/dialog-action.component.d.ts +1 -0
- package/lib/dialog/action/dialog-action.component.d.ts.map +1 -0
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts +1 -0
- package/lib/dialog/auth-session-end/dialog-auth-session-end.component.d.ts.map +1 -0
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts +1 -0
- package/lib/dialog/cancel-confirmation-dialog/cancel-dialog.component.d.ts.map +1 -0
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts +1 -0
- package/lib/dialog/confirmation/dialog-confirmation.component.d.ts.map +1 -0
- package/lib/dialog/dialog.component.d.ts +1 -0
- package/lib/dialog/dialog.component.d.ts.map +1 -0
- package/lib/dialog/dialog.module.d.ts +1 -0
- package/lib/dialog/dialog.module.d.ts.map +1 -0
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts +1 -0
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts.map +1 -0
- package/lib/dialog/models/confirmation.model.d.ts +1 -0
- package/lib/dialog/models/confirmation.model.d.ts.map +1 -0
- package/lib/dialog/models/dialog-config.model.d.ts +1 -0
- package/lib/dialog/models/dialog-config.model.d.ts.map +1 -0
- package/lib/dialog/models/record-stepper.model.d.ts +1 -0
- package/lib/dialog/models/record-stepper.model.d.ts.map +1 -0
- package/lib/dialog/models/session-end-result.model.d.ts +1 -0
- package/lib/dialog/models/session-end-result.model.d.ts.map +1 -0
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts +1 -0
- package/lib/dialog/page-dialog-with-breadcrumbs/page-dialog-with-breadcrumbs.component.d.ts.map +1 -0
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts +1 -0
- package/lib/dialog/record-stepper/dialog-record-stepper.component.d.ts.map +1 -0
- package/lib/dialog/services/confirmation-dialog.service.d.ts +1 -0
- package/lib/dialog/services/confirmation-dialog.service.d.ts.map +1 -0
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts +1 -0
- package/lib/dialog/services/dialog-auth-session-end.service.d.ts.map +1 -0
- package/lib/dialog/services/dialog-change-guard.service.d.ts +1 -0
- package/lib/dialog/services/dialog-change-guard.service.d.ts.map +1 -0
- package/lib/dialog/services/dialog.service.d.ts +1 -0
- package/lib/dialog/services/dialog.service.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-error.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item-progress.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-dialog-item.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-name.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-size.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item-tools.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector-item.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector.component.d.ts.map +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts +1 -0
- package/lib/file-collector/__mocks__/mock-file-collector.module.d.ts.map +1 -0
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts +1 -0
- package/lib/file-collector/allowed-files-description/file-collector-allowed-files-description.component.d.ts.map +1 -0
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts +1 -0
- package/lib/file-collector/dialog/file-collector-dialog.component.d.ts.map +1 -0
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts +1 -0
- package/lib/file-collector/dialog/item/error/file-collector-dialog-item-error.component.d.ts.map +1 -0
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts +1 -0
- package/lib/file-collector/dialog/item/file-collector-dialog-item.component.d.ts.map +1 -0
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts +1 -0
- package/lib/file-collector/dialog/item/progress/file-collector-dialog-item-progress.component.d.ts.map +1 -0
- package/lib/file-collector/file-collector.component.d.ts +1 -0
- package/lib/file-collector/file-collector.component.d.ts.map +1 -0
- package/lib/file-collector/file-collector.module.d.ts +1 -0
- package/lib/file-collector/file-collector.module.d.ts.map +1 -0
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts +1 -0
- package/lib/file-collector/file-delete-dialog/file-delete-dialog.component.d.ts.map +1 -0
- package/lib/file-collector/item/file-collector-item.component.d.ts +1 -0
- package/lib/file-collector/item/file-collector-item.component.d.ts.map +1 -0
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts +1 -0
- package/lib/file-collector/item/name/file-collector-item-name.component.d.ts.map +1 -0
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts +1 -0
- package/lib/file-collector/item/size/file-collector-item-size.component.d.ts.map +1 -0
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts +1 -0
- package/lib/file-collector/item/tools/file-collector-item-tools.component.d.ts.map +1 -0
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts +1 -0
- package/lib/file-collector/item/upload-timestamp/upload-timestamp.component.d.ts.map +1 -0
- package/lib/file-collector/models/collected-file.d.ts +1 -0
- package/lib/file-collector/models/collected-file.d.ts.map +1 -0
- package/lib/file-collector/models/file-collector-config.d.ts +1 -0
- package/lib/file-collector/models/file-collector-config.d.ts.map +1 -0
- package/lib/file-collector/models/file-manager-token.d.ts +1 -0
- package/lib/file-collector/models/file-manager-token.d.ts.map +1 -0
- package/lib/file-collector/models/file-manager.d.ts +1 -0
- package/lib/file-collector/models/file-manager.d.ts.map +1 -0
- package/lib/file-collector/models/file-type.d.ts +1 -0
- package/lib/file-collector/models/file-type.d.ts.map +1 -0
- package/lib/file-collector/models/file-upload.d.ts +1 -0
- package/lib/file-collector/models/file-upload.d.ts.map +1 -0
- package/lib/file-collector/models/upload-progress.d.ts +1 -0
- package/lib/file-collector/models/upload-progress.d.ts.map +1 -0
- package/lib/file-collector/pipes/filesize.pipe.d.ts +1 -0
- package/lib/file-collector/pipes/filesize.pipe.d.ts.map +1 -0
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts +1 -0
- package/lib/file-collector/pipes/upload-timestamp.pipe.d.ts.map +1 -0
- package/lib/file-collector/services/file-collector-validation.service.d.ts +1 -0
- package/lib/file-collector/services/file-collector-validation.service.d.ts.map +1 -0
- package/lib/file-collector/services/file-collector.service.d.ts +1 -0
- package/lib/file-collector/services/file-collector.service.d.ts.map +1 -0
- package/lib/file-collector/services/file-type.service.d.ts +1 -0
- package/lib/file-collector/services/file-type.service.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-boolean.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-date-range.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-date.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-free-text.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category-select.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-category.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-category.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-boolean.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-date-range.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-date.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-free-text.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-multi-select.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter-item-single-select.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter.module.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter.module.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-filter.service.d.ts +1 -0
- package/lib/filter/__mocks__/mock-filter.service.d.ts.map +1 -0
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts +1 -0
- package/lib/filter/__mocks__/mock-localeDate.pipe.d.ts.map +1 -0
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts +1 -0
- package/lib/filter/category/boolean/filter-category-boolean.component.d.ts.map +1 -0
- package/lib/filter/category/date/filter-category-date.component.d.ts +1 -0
- package/lib/filter/category/date/filter-category-date.component.d.ts.map +1 -0
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts +1 -0
- package/lib/filter/category/date-range/filter-category-date-range.component.d.ts.map +1 -0
- package/lib/filter/category/filter-category.component.d.ts +1 -0
- package/lib/filter/category/filter-category.component.d.ts.map +1 -0
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts +1 -0
- package/lib/filter/category/free-text/filter-category-free-text.component.d.ts.map +1 -0
- package/lib/filter/category/select/filter-category-select.component.d.ts +1 -0
- package/lib/filter/category/select/filter-category-select.component.d.ts.map +1 -0
- package/lib/filter/filter-service/filter.service.d.ts +1 -0
- package/lib/filter/filter-service/filter.service.d.ts.map +1 -0
- package/lib/filter/filter.component.d.ts +1 -0
- package/lib/filter/filter.component.d.ts.map +1 -0
- package/lib/filter/filter.module.d.ts +1 -0
- package/lib/filter/filter.module.d.ts.map +1 -0
- package/lib/filter/helpers/filter-active-items.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-active-items.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-active.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-active.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-get.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-get.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-postbody.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-postbody.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-query-parser.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-query-parser.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-query.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-query.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-selection-validator.helper.d.ts.map +1 -0
- package/lib/filter/helpers/filter-state.helpers.d.ts +1 -0
- package/lib/filter/helpers/filter-state.helpers.d.ts.map +1 -0
- package/lib/filter/helpers/filter-update.helper.d.ts +1 -0
- package/lib/filter/helpers/filter-update.helper.d.ts.map +1 -0
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts +1 -0
- package/lib/filter/item/boolean/filter-item-boolean.component.d.ts.map +1 -0
- package/lib/filter/item/date/filter-item-date.component.d.ts +1 -0
- package/lib/filter/item/date/filter-item-date.component.d.ts.map +1 -0
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts +1 -0
- package/lib/filter/item/date-range/filter-item-date-range.component.d.ts.map +1 -0
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts +1 -0
- package/lib/filter/item/free-text/filter-item-free-text.component.d.ts.map +1 -0
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts +1 -0
- package/lib/filter/item/multi-select/filter-item-multi-select.component.d.ts.map +1 -0
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts +1 -0
- package/lib/filter/item/single-select/filter-item-single-select.component.d.ts.map +1 -0
- package/lib/filter/model/filter-config.interface.d.ts +1 -0
- package/lib/filter/model/filter-config.interface.d.ts.map +1 -0
- package/lib/filter/model/filter-post-body.interface.d.ts +1 -0
- package/lib/filter/model/filter-post-body.interface.d.ts.map +1 -0
- package/lib/filter/model/filter-reducer.interface.d.ts +1 -0
- package/lib/filter/model/filter-reducer.interface.d.ts.map +1 -0
- package/lib/filter/model/filter-state.interface.d.ts +1 -0
- package/lib/filter/model/filter-state.interface.d.ts.map +1 -0
- package/lib/filter/model/filter-types.interface.d.ts +1 -0
- package/lib/filter/model/filter-types.interface.d.ts.map +1 -0
- package/lib/filter/pipes/localeDate.pipe.d.ts +1 -0
- package/lib/filter/pipes/localeDate.pipe.d.ts.map +1 -0
- package/lib/filter/services/dependent-filters.service.d.ts +1 -0
- package/lib/filter/services/dependent-filters.service.d.ts.map +1 -0
- package/lib/filter/services/filter-rest-param.tools.d.ts +1 -0
- package/lib/filter/services/filter-rest-param.tools.d.ts.map +1 -0
- package/lib/filter/services/filter-router-connector.service.d.ts +1 -0
- package/lib/filter/services/filter-router-connector.service.d.ts.map +1 -0
- package/lib/filter/store/filter.actions.d.ts +1 -0
- package/lib/filter/store/filter.actions.d.ts.map +1 -0
- package/lib/filter/store/filter.reducer.d.ts +1 -0
- package/lib/filter/store/filter.reducer.d.ts.map +1 -0
- package/lib/filter/store/filter.selector.d.ts +1 -0
- package/lib/filter/store/filter.selector.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-calendar.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-calendar.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-checkbox-chips-item.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-checkbox-chips.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-checkbox.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-checkboxes.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-datepicker.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-dropdown.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-filter-form-items.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-error.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-error.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-group-error.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-hint.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-label.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-label.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-readonly.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-form-viewonly.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-forms.module.d.ts +1 -0
- package/lib/forms/__mocks__/mock-forms.module.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-input.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-input.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-pin-code.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-radio-buttons.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-switch.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-switch.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-switches.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-switches.component.d.ts.map +1 -0
- package/lib/forms/__mocks__/mock-textarea.component.d.ts +1 -0
- package/lib/forms/__mocks__/mock-textarea.component.d.ts.map +1 -0
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts +1 -0
- package/lib/forms/checkbox-chips/checkbox-chips.component.d.ts.map +1 -0
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts +1 -0
- package/lib/forms/checkbox-chips/item/checkbox-chips-item.component.d.ts.map +1 -0
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts +1 -0
- package/lib/forms/checkbox-chips/services/checkbox-chips.service.d.ts.map +1 -0
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts +1 -0
- package/lib/forms/checkboxes/checkbox/checkbox.component.d.ts.map +1 -0
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts +1 -0
- package/lib/forms/checkboxes/checkboxes-service/checkboxes.service.d.ts.map +1 -0
- package/lib/forms/checkboxes/checkboxes.component.d.ts +1 -0
- package/lib/forms/checkboxes/checkboxes.component.d.ts.map +1 -0
- package/lib/forms/datepicker/adapter/date-adapter.d.ts +1 -0
- package/lib/forms/datepicker/adapter/date-adapter.d.ts.map +1 -0
- package/lib/forms/datepicker/calendar/calendar.component.d.ts +1 -0
- package/lib/forms/datepicker/calendar/calendar.component.d.ts.map +1 -0
- package/lib/forms/datepicker/datepicker.component.d.ts +1 -0
- package/lib/forms/datepicker/datepicker.component.d.ts.map +1 -0
- package/lib/forms/datepicker/service/timepicker.service.d.ts +1 -0
- package/lib/forms/datepicker/service/timepicker.service.d.ts.map +1 -0
- package/lib/forms/dropdown/dropdown.component.d.ts +1 -0
- package/lib/forms/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts +1 -0
- package/lib/forms/dropdown/options/dropdown-options.component.d.ts.map +1 -0
- package/lib/forms/file-upload/file-upload.component.d.ts +1 -0
- package/lib/forms/file-upload/file-upload.component.d.ts.map +1 -0
- package/lib/forms/file-upload/model/file-upload.model.d.ts +1 -0
- package/lib/forms/file-upload/model/file-upload.model.d.ts.map +1 -0
- package/lib/forms/file-upload/services/file-upload.service.d.ts +1 -0
- package/lib/forms/file-upload/services/file-upload.service.d.ts.map +1 -0
- package/lib/forms/forms/forms.component.d.ts +1 -0
- package/lib/forms/forms/forms.component.d.ts.map +1 -0
- package/lib/forms/input/helpers/get-value-with-unit.d.ts +1 -0
- package/lib/forms/input/helpers/get-value-with-unit.d.ts.map +1 -0
- package/lib/forms/input/input.component.d.ts +1 -0
- package/lib/forms/input/input.component.d.ts.map +1 -0
- package/lib/forms/input/options/input-options.component.d.ts +1 -0
- package/lib/forms/input/options/input-options.component.d.ts.map +1 -0
- package/lib/forms/input/options/input-options.directive.d.ts +1 -0
- package/lib/forms/input/options/input-options.directive.d.ts.map +1 -0
- package/lib/forms/input/units/input-units.component.d.ts +1 -0
- package/lib/forms/input/units/input-units.component.d.ts.map +1 -0
- package/lib/forms/model/datepicker.d.ts +1 -0
- package/lib/forms/model/datepicker.d.ts.map +1 -0
- package/lib/forms/model/form-input.d.ts +1 -0
- package/lib/forms/model/form-input.d.ts.map +1 -0
- package/lib/forms/model/form-options-resolver.d.ts +1 -0
- package/lib/forms/model/form-options-resolver.d.ts.map +1 -0
- package/lib/forms/model/forms.interface.d.ts +1 -0
- package/lib/forms/model/forms.interface.d.ts.map +1 -0
- package/lib/forms/model/options.interface.d.ts +1 -0
- package/lib/forms/model/options.interface.d.ts.map +1 -0
- package/lib/forms/model/radio-buttons.d.ts +1 -0
- package/lib/forms/model/radio-buttons.d.ts.map +1 -0
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts +1 -0
- package/lib/forms/multi-input/interfaces/multi-input-chip.interface.d.ts.map +1 -0
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts +1 -0
- package/lib/forms/multi-input/multi-input-chip/multi-input-chip.component.d.ts.map +1 -0
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts +1 -0
- package/lib/forms/multi-input/multi-input-menu/multi-input-menu.component.d.ts.map +1 -0
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts +1 -0
- package/lib/forms/multi-input/multi-input-service/multi-input.service.d.ts.map +1 -0
- package/lib/forms/multi-input/multi-input.component.d.ts +1 -0
- package/lib/forms/multi-input/multi-input.component.d.ts.map +1 -0
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts +1 -0
- package/lib/forms/pin-code/pin-code-service/pin-code.service.d.ts.map +1 -0
- package/lib/forms/pin-code/pin-code.component.d.ts +1 -0
- package/lib/forms/pin-code/pin-code.component.d.ts.map +1 -0
- package/lib/forms/qd-form.module.d.ts +1 -0
- package/lib/forms/qd-form.module.d.ts.map +1 -0
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts +1 -0
- package/lib/forms/radio-buttons/radio-buttons-service/radio-buttons.service.d.ts.map +1 -0
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts +1 -0
- package/lib/forms/radio-buttons/radio-buttons.component.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-array-factory.service.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-array.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-array.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-builder.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-builder.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-control.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-control.d.ts.map +1 -0
- package/lib/forms/reactive-forms/controls/form-group.d.ts +1 -0
- package/lib/forms/reactive-forms/controls/form-group.d.ts.map +1 -0
- package/lib/forms/richtext/richtext.component.d.ts +1 -0
- package/lib/forms/richtext/richtext.component.d.ts.map +1 -0
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts +1 -0
- package/lib/forms/shared/components/filter-form-items/filter-form-items.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-error/form-error.component.d.ts +1 -0
- package/lib/forms/shared/components/form-error/form-error.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts +1 -0
- package/lib/forms/shared/components/form-hint/form-hint.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-input/form-input.component.d.ts +1 -0
- package/lib/forms/shared/components/form-input/form-input.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-label/form-label.component.d.ts +1 -0
- package/lib/forms/shared/components/form-label/form-label.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts +1 -0
- package/lib/forms/shared/components/form-readonly/form-readonly.component.d.ts.map +1 -0
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts +1 -0
- package/lib/forms/shared/components/form-viewonly/form-viewonly.component.d.ts.map +1 -0
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts +1 -0
- package/lib/forms/shared/helpers/forms-options.helpers.d.ts.map +1 -0
- package/lib/forms/shared/helpers/forms.helpers.d.ts +1 -0
- package/lib/forms/shared/helpers/forms.helpers.d.ts.map +1 -0
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts +1 -0
- package/lib/forms/shared/helpers/has-validators.helpers.d.ts.map +1 -0
- package/lib/forms/shared/services/action-emitter.service.d.ts +1 -0
- package/lib/forms/shared/services/action-emitter.service.d.ts.map +1 -0
- package/lib/forms/shared/services/form-keyboard.service.d.ts +1 -0
- package/lib/forms/shared/services/form-keyboard.service.d.ts.map +1 -0
- package/lib/forms/shared/services/form-options.service.d.ts +1 -0
- package/lib/forms/shared/services/form-options.service.d.ts.map +1 -0
- package/lib/forms/shared/services/options-resolver.registry.d.ts +1 -0
- package/lib/forms/shared/services/options-resolver.registry.d.ts.map +1 -0
- package/lib/forms/shared/validators/validators.d.ts +1 -0
- package/lib/forms/shared/validators/validators.d.ts.map +1 -0
- package/lib/forms/switches/switch/switch.component.d.ts +1 -0
- package/lib/forms/switches/switch/switch.component.d.ts.map +1 -0
- package/lib/forms/switches/switches-service/switches.service.d.ts +1 -0
- package/lib/forms/switches/switches-service/switches.service.d.ts.map +1 -0
- package/lib/forms/switches/switches.component.d.ts +1 -0
- package/lib/forms/switches/switches.component.d.ts.map +1 -0
- package/lib/forms/textarea/textarea.component.d.ts +1 -0
- package/lib/forms/textarea/textarea.component.d.ts.map +1 -0
- package/lib/grid/__mocks__/mock-column.directive.d.ts +1 -0
- package/lib/grid/__mocks__/mock-column.directive.d.ts.map +1 -0
- package/lib/grid/__mocks__/mock-columns.directive.d.ts +1 -0
- package/lib/grid/__mocks__/mock-columns.directive.d.ts.map +1 -0
- package/lib/grid/__mocks__/mock-grid.module.d.ts +1 -0
- package/lib/grid/__mocks__/mock-grid.module.d.ts.map +1 -0
- package/lib/grid/directives/column-auto-fill.directive.d.ts +1 -0
- package/lib/grid/directives/column-auto-fill.directive.d.ts.map +1 -0
- package/lib/grid/directives/column-break-before.directive.d.ts +1 -0
- package/lib/grid/directives/column-break-before.directive.d.ts.map +1 -0
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts +1 -0
- package/lib/grid/directives/column-disable-responsive-colspans.directive.d.ts.map +1 -0
- package/lib/grid/directives/column-full-grid-width.directive.d.ts +1 -0
- package/lib/grid/directives/column-full-grid-width.directive.d.ts.map +1 -0
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts +1 -0
- package/lib/grid/directives/column-next-in-same-row.directive.d.ts.map +1 -0
- package/lib/grid/directives/column.directive.d.ts +1 -0
- package/lib/grid/directives/column.directive.d.ts.map +1 -0
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts +1 -0
- package/lib/grid/directives/columns-disable-auto-fill.directive.d.ts.map +1 -0
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts +1 -0
- package/lib/grid/directives/columns-disable-responsive-colspans.directive.d.ts.map +1 -0
- package/lib/grid/directives/columns-max.directive.d.ts +1 -0
- package/lib/grid/directives/columns-max.directive.d.ts.map +1 -0
- package/lib/grid/directives/columns.directive.d.ts +1 -0
- package/lib/grid/directives/columns.directive.d.ts.map +1 -0
- package/lib/grid/grid.component.d.ts +1 -0
- package/lib/grid/grid.component.d.ts.map +1 -0
- package/lib/grid/grid.module.d.ts +1 -0
- package/lib/grid/grid.module.d.ts.map +1 -0
- package/lib/grid/model/grid-config.interface.d.ts +1 -0
- package/lib/grid/model/grid-config.interface.d.ts.map +1 -0
- package/lib/grid/model/subgrid-config.interface.d.ts +1 -0
- package/lib/grid/model/subgrid-config.interface.d.ts.map +1 -0
- package/lib/grid/services/grid-auto-fill.service.d.ts +1 -0
- package/lib/grid/services/grid-auto-fill.service.d.ts.map +1 -0
- package/lib/grid/services/grid.service.d.ts +1 -0
- package/lib/grid/services/grid.service.d.ts.map +1 -0
- package/lib/grid/subgrid/subgrid.component.d.ts +1 -0
- package/lib/grid/subgrid/subgrid.component.d.ts.map +1 -0
- package/lib/helpers/html-plaintext.helper.d.ts +1 -0
- package/lib/helpers/html-plaintext.helper.d.ts.map +1 -0
- package/lib/helpers/language.helper.d.ts +1 -0
- package/lib/helpers/language.helper.d.ts.map +1 -0
- package/lib/helpers/load-javascript-asset.helper.d.ts +1 -0
- package/lib/helpers/load-javascript-asset.helper.d.ts.map +1 -0
- package/lib/helpers/relative-time.helper.d.ts +1 -0
- package/lib/helpers/relative-time.helper.d.ts.map +1 -0
- package/lib/icon/__mocks__/mock-icon.component.d.ts +1 -0
- package/lib/icon/__mocks__/mock-icon.component.d.ts.map +1 -0
- package/lib/icon/__mocks__/mock-icon.module.d.ts +1 -0
- package/lib/icon/__mocks__/mock-icon.module.d.ts.map +1 -0
- package/lib/icon/custom-icons/logo.d.ts +1 -0
- package/lib/icon/custom-icons/logo.d.ts.map +1 -0
- package/lib/icon/icon/icon-definitions.d.ts +1 -0
- package/lib/icon/icon/icon-definitions.d.ts.map +1 -0
- package/lib/icon/icon/icon.component.d.ts +1 -0
- package/lib/icon/icon/icon.component.d.ts.map +1 -0
- package/lib/icon/icon.module.d.ts +1 -0
- package/lib/icon/icon.module.d.ts.map +1 -0
- package/lib/image/__mocks__/mock-image.component.d.ts +1 -0
- package/lib/image/__mocks__/mock-image.component.d.ts.map +1 -0
- package/lib/image/__mocks__/mock-image.module.d.ts +1 -0
- package/lib/image/__mocks__/mock-image.module.d.ts.map +1 -0
- package/lib/image/image/image.component.d.ts +1 -0
- package/lib/image/image/image.component.d.ts.map +1 -0
- package/lib/image/image.module.d.ts +1 -0
- package/lib/image/image.module.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-action-bar.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-action-bar.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-active-content-tab.directive.d.ts +1 -0
- package/lib/layout/__mocks__/mock-active-content-tab.directive.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-button-enabled.directive.d.ts +1 -0
- package/lib/layout/__mocks__/mock-button-enabled.directive.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-layout-container.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-layout-container.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-layout-renderer.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-layout-renderer.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-layout.module.d.ts +1 -0
- package/lib/layout/__mocks__/mock-layout.module.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-page-process-header-title.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-page-process-header-title.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-page-process-header.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-page-process-header.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-page-title.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-page-title.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-panel-title.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-panel-title.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-panel.component.d.ts +1 -0
- package/lib/layout/__mocks__/mock-panel.component.d.ts.map +1 -0
- package/lib/layout/__mocks__/mock-truncated-text.directive.d.ts +1 -0
- package/lib/layout/__mocks__/mock-truncated-text.directive.d.ts.map +1 -0
- package/lib/layout/action-bar/action-bar.component.d.ts +1 -0
- package/lib/layout/action-bar/action-bar.component.d.ts.map +1 -0
- package/lib/layout/action-bar/button-enabled.directive.d.ts +1 -0
- package/lib/layout/action-bar/button-enabled.directive.d.ts.map +1 -0
- package/lib/layout/container/container.component.d.ts +1 -0
- package/lib/layout/container/container.component.d.ts.map +1 -0
- package/lib/layout/content/page-process-header/page-process-header/page-process-header.component.d.ts +1 -0
- package/lib/layout/content/page-process-header/page-process-header/page-process-header.component.d.ts.map +1 -0
- package/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.d.ts +1 -0
- package/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.d.ts.map +1 -0
- package/lib/layout/content/page-title/page-title.component.d.ts +1 -0
- package/lib/layout/content/page-title/page-title.component.d.ts.map +1 -0
- package/lib/layout/directives/active-content-tab.directive.d.ts +1 -0
- package/lib/layout/directives/active-content-tab.directive.d.ts.map +1 -0
- package/lib/layout/directives/calculate-full-height.directive.d.ts +1 -0
- package/lib/layout/directives/calculate-full-height.directive.d.ts.map +1 -0
- package/lib/layout/directives/viewport-adaptive.directive.d.ts +1 -0
- package/lib/layout/directives/viewport-adaptive.directive.d.ts.map +1 -0
- package/lib/layout/force-line-break/force-line-break.directive.d.ts +1 -0
- package/lib/layout/force-line-break/force-line-break.directive.d.ts.map +1 -0
- package/lib/layout/interfaces/process-list.d.ts +1 -0
- package/lib/layout/interfaces/process-list.d.ts.map +1 -0
- package/lib/layout/layout-renderer/layout-renderer.component.d.ts +1 -0
- package/lib/layout/layout-renderer/layout-renderer.component.d.ts.map +1 -0
- package/lib/layout/layout.module.d.ts +1 -0
- package/lib/layout/layout.module.d.ts.map +1 -0
- package/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.d.ts +1 -0
- package/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.d.ts.map +1 -0
- package/lib/layout/panel/container/panel.component.d.ts +1 -0
- package/lib/layout/panel/container/panel.component.d.ts.map +1 -0
- package/lib/layout/panel/title/panel-title.component.d.ts +1 -0
- package/lib/layout/panel/title/panel-title.component.d.ts.map +1 -0
- package/lib/layout/panel/types/panel-types.d.ts +1 -0
- package/lib/layout/panel/types/panel-types.d.ts.map +1 -0
- package/lib/layout/service/layout.service.d.ts +1 -0
- package/lib/layout/service/layout.service.d.ts.map +1 -0
- package/lib/layout/service/panel.service.d.ts +1 -0
- package/lib/layout/service/panel.service.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-container.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-header.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-container-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-list.module.d.ts +1 -0
- package/lib/lists/__mocks__/mock-list.module.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-error.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-error.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-status-pairs.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-caption.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-item.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-value.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs.component.d.ts +1 -0
- package/lib/lists/__mocks__/mock-vertical-pairs.component.d.ts.map +1 -0
- package/lib/lists/list.module.d.ts +1 -0
- package/lib/lists/list.module.d.ts.map +1 -0
- package/lib/lists/model/list.interface.d.ts +1 -0
- package/lib/lists/model/list.interface.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-caption/container-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-container/container-pairs-container.component.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-header/container-pairs-header.component.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-item/container-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts +1 -0
- package/lib/lists/pairs/container-pairs/container-pairs-value/container-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-caption/horizontal-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts.map +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-item/horizontal-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts +1 -0
- package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-value/horizontal-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-caption/status-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-error/status-pairs-error.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-item/status-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts +1 -0
- package/lib/lists/pairs/status-pairs/status-pairs-value/status-pairs-value.component.d.ts.map +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.d.ts +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.d.ts.map +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.d.ts +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.d.ts.map +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.d.ts +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.d.ts.map +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.d.ts +1 -0
- package/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-header-widget.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-header-widget.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-banner.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-banner.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-footer.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-footer.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-header.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout-header.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout.component.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout.component.d.ts.map +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout.module.d.ts +1 -0
- package/lib/master-layout/__mocks__/mock-master-layout.module.d.ts.map +1 -0
- package/lib/master-layout/header-widget/header-widget.component.d.ts +1 -0
- package/lib/master-layout/header-widget/header-widget.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout/master-layout.component.d.ts +1 -0
- package/lib/master-layout/master-layout/master-layout.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout-banner/master-layout-banner.component.d.ts +1 -0
- package/lib/master-layout/master-layout-banner/master-layout-banner.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout-footer/master-layout-footer.component.d.ts +1 -0
- package/lib/master-layout/master-layout-footer/master-layout-footer.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout-header/master-layout-header.component.d.ts +1 -0
- package/lib/master-layout/master-layout-header/master-layout-header.component.d.ts.map +1 -0
- package/lib/master-layout/master-layout.module.d.ts +1 -0
- package/lib/master-layout/master-layout.module.d.ts.map +1 -0
- package/lib/master-layout/model/page-level.d.ts +1 -0
- package/lib/master-layout/model/page-level.d.ts.map +1 -0
- package/lib/master-layout/model/service-navigation.d.ts +1 -0
- package/lib/master-layout/model/service-navigation.d.ts.map +1 -0
- package/lib/master-layout/service/language-from-url.service.d.ts +1 -0
- package/lib/master-layout/service/language-from-url.service.d.ts.map +1 -0
- package/lib/master-layout/service/master-layout.service.d.ts +1 -0
- package/lib/master-layout/service/master-layout.service.d.ts.map +1 -0
- package/lib/master-layout/service-navigation/service-navigation.component.d.ts +1 -0
- package/lib/master-layout/service-navigation/service-navigation.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step-action.component.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step-action.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step-item.component.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step-item.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step.component.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-step.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-stepper.component.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-stepper.component.d.ts.map +1 -0
- package/lib/navigation/stepper/__mocks__/mock-stepper.module.d.ts +1 -0
- package/lib/navigation/stepper/__mocks__/mock-stepper.module.d.ts.map +1 -0
- package/lib/navigation/stepper/interfaces/stepper.d.ts +1 -0
- package/lib/navigation/stepper/interfaces/stepper.d.ts.map +1 -0
- package/lib/navigation/stepper/step/step.component.d.ts +1 -0
- package/lib/navigation/stepper/step/step.component.d.ts.map +1 -0
- package/lib/navigation/stepper/step-action/step-action.component.d.ts +1 -0
- package/lib/navigation/stepper/step-action/step-action.component.d.ts.map +1 -0
- package/lib/navigation/stepper/step-item/step-item.component.d.ts +1 -0
- package/lib/navigation/stepper/step-item/step-item.component.d.ts.map +1 -0
- package/lib/navigation/stepper/stepper/stepper.component.d.ts +1 -0
- package/lib/navigation/stepper/stepper/stepper.component.d.ts.map +1 -0
- package/lib/navigation/stepper/stepper.module.d.ts +1 -0
- package/lib/navigation/stepper/stepper.module.d.ts.map +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.d.ts +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.d.ts.map +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.d.ts +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.d.ts.map +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.d.ts +1 -0
- package/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.d.ts.map +1 -0
- package/lib/navigation/tab-bar/tab-bar.module.d.ts +1 -0
- package/lib/navigation/tab-bar/tab-bar.module.d.ts.map +1 -0
- package/lib/navigation/tab-bar/tab-link/tab-link.component.d.ts +1 -0
- package/lib/navigation/tab-bar/tab-link/tab-link.component.d.ts.map +1 -0
- package/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.d.ts +1 -0
- package/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-action.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-action.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-item.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-item.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tab.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs.component.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs.component.d.ts.map +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs.module.d.ts +1 -0
- package/lib/navigation/tabs/__mocks__/mock-tabs.module.d.ts.map +1 -0
- package/lib/navigation/tabs/interfaces/tabs.interface.d.ts +1 -0
- package/lib/navigation/tabs/interfaces/tabs.interface.d.ts.map +1 -0
- package/lib/navigation/tabs/services/tabs.service.d.ts +1 -0
- package/lib/navigation/tabs/services/tabs.service.d.ts.map +1 -0
- package/lib/navigation/tabs/tab/tab.component.d.ts +1 -0
- package/lib/navigation/tabs/tab/tab.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tab-action/tab-action.component.d.ts +1 -0
- package/lib/navigation/tabs/tab-action/tab-action.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tab-item/tab-item.component.d.ts +1 -0
- package/lib/navigation/tabs/tab-item/tab-item.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.d.ts +1 -0
- package/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tabs/tabs.component.d.ts +1 -0
- package/lib/navigation/tabs/tabs/tabs.component.d.ts.map +1 -0
- package/lib/navigation/tabs/tabs.module.d.ts +1 -0
- package/lib/navigation/tabs/tabs.module.d.ts.map +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tile.component.d.ts.map +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.component.d.ts.map +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts +1 -0
- package/lib/navigation-tiles/__mocks__/mock-navigation-tiles.module.d.ts.map +1 -0
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts +1 -0
- package/lib/navigation-tiles/navigation-tile/navigation-tile.component.d.ts.map +1 -0
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts +1 -0
- package/lib/navigation-tiles/navigation-tiles/navigation-tiles.component.d.ts.map +1 -0
- package/lib/navigation-tiles/navigation-tiles.module.d.ts +1 -0
- package/lib/navigation-tiles/navigation-tiles.module.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notification.component.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notification.component.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notification.content.component.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notifications-service.service.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notifications.component.d.ts.map +1 -0
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts +1 -0
- package/lib/notifications/__mocks__/mock-notifications.module.d.ts.map +1 -0
- package/lib/notifications/directives/snackbar-listener.directive.d.ts +1 -0
- package/lib/notifications/directives/snackbar-listener.directive.d.ts.map +1 -0
- package/lib/notifications/interfaces/notifications.d.ts +1 -0
- package/lib/notifications/interfaces/notifications.d.ts.map +1 -0
- package/lib/notifications/notification/notification.component.d.ts +1 -0
- package/lib/notifications/notification/notification.component.d.ts.map +1 -0
- package/lib/notifications/notification-content/notification-content.component.d.ts +1 -0
- package/lib/notifications/notification-content/notification-content.component.d.ts.map +1 -0
- package/lib/notifications/notifications/notifications.component.d.ts +1 -0
- package/lib/notifications/notifications/notifications.component.d.ts.map +1 -0
- package/lib/notifications/notifications.module.d.ts +1 -0
- package/lib/notifications/notifications.module.d.ts.map +1 -0
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts +1 -0
- package/lib/notifications/services/notifications-http-interceptor.service.d.ts.map +1 -0
- package/lib/notifications/services/notifications-service.service.d.ts +1 -0
- package/lib/notifications/services/notifications-service.service.d.ts.map +1 -0
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts +1 -0
- package/lib/notifications/services/os-notifications/desktop-notifications.service.d.ts.map +1 -0
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts +1 -0
- package/lib/notifications/services/os-notifications/os-notifications.service.d.ts.map +1 -0
- package/lib/notifications/services/snackbar.service.d.ts +1 -0
- package/lib/notifications/services/snackbar.service.d.ts.map +1 -0
- package/lib/notifications/snackbar/snackbar.component.d.ts +1 -0
- package/lib/notifications/snackbar/snackbar.component.d.ts.map +1 -0
- package/lib/page/__mocks__/mock-page-footer.component.d.ts +1 -0
- package/lib/page/__mocks__/mock-page-footer.component.d.ts.map +1 -0
- package/lib/page/__mocks__/mock-page-header.component.d.ts +1 -0
- package/lib/page/__mocks__/mock-page-header.component.d.ts.map +1 -0
- package/lib/page/__mocks__/mock-page.component.d.ts +1 -0
- package/lib/page/__mocks__/mock-page.component.d.ts.map +1 -0
- package/lib/page/__mocks__/mock-page.module.d.ts +1 -0
- package/lib/page/__mocks__/mock-page.module.d.ts.map +1 -0
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts +1 -0
- package/lib/page/cancel-confirmation-dialog/page-cancel-confirmation-dialog.component.d.ts.map +1 -0
- package/lib/page/control-panel/page-control-panel.component.d.ts +1 -0
- package/lib/page/control-panel/page-control-panel.component.d.ts.map +1 -0
- package/lib/page/footer/page-footer-custom-content.directive.d.ts +1 -0
- package/lib/page/footer/page-footer-custom-content.directive.d.ts.map +1 -0
- package/lib/page/footer/page-footer.component.d.ts +1 -0
- package/lib/page/footer/page-footer.component.d.ts.map +1 -0
- package/lib/page/info-banner/page-info-banner.component.d.ts +1 -0
- package/lib/page/info-banner/page-info-banner.component.d.ts.map +1 -0
- package/lib/page/model/page-config.interface.d.ts +1 -0
- package/lib/page/model/page-config.interface.d.ts.map +1 -0
- package/lib/page/model/page-control-panel-config.interface.d.ts +1 -0
- package/lib/page/model/page-control-panel-config.interface.d.ts.map +1 -0
- package/lib/page/model/page-footer-action.interface.d.ts +1 -0
- package/lib/page/model/page-footer-action.interface.d.ts.map +1 -0
- package/lib/page/model/page-header-facet.interface.d.ts +1 -0
- package/lib/page/model/page-header-facet.interface.d.ts.map +1 -0
- package/lib/page/model/page-info-banner.interface.d.ts +1 -0
- package/lib/page/model/page-info-banner.interface.d.ts.map +1 -0
- package/lib/page/model/page-object-resolver.d.ts +1 -0
- package/lib/page/model/page-object-resolver.d.ts.map +1 -0
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts +1 -0
- package/lib/page/object-header/context-select-dialog/context-select-dialog.component.d.ts.map +1 -0
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts +1 -0
- package/lib/page/object-header/dynamic-facet/dynamic-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts +1 -0
- package/lib/page/object-header/dynamic-facet/dynamic-facet.directive.d.ts.map +1 -0
- package/lib/page/object-header/dynamic-facets.service.d.ts +1 -0
- package/lib/page/object-header/dynamic-facets.service.d.ts.map +1 -0
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/crititcality-facet/criticality-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/date-facet/date-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/multi-select-facet/multi-select-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/progress-facet/progress-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/references-facet/references-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/single-select-facet/single-select-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/status-facet/status-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts +1 -0
- package/lib/page/object-header/facets/value-facet/value-facet.component.d.ts.map +1 -0
- package/lib/page/object-header/page-object-header.component.d.ts +1 -0
- package/lib/page/object-header/page-object-header.component.d.ts.map +1 -0
- package/lib/page/page.component.d.ts +1 -0
- package/lib/page/page.component.d.ts.map +1 -0
- package/lib/page/page.module.d.ts +1 -0
- package/lib/page/page.module.d.ts.map +1 -0
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +1 -0
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +1 -0
- package/lib/page/shared/services/context.service.d.ts +1 -0
- package/lib/page/shared/services/context.service.d.ts.map +1 -0
- package/lib/page/shared/services/form-group-manager.service.d.ts +1 -0
- package/lib/page/shared/services/form-group-manager.service.d.ts.map +1 -0
- package/lib/page/shared/services/page-footer.service.d.ts +1 -0
- package/lib/page/shared/services/page-footer.service.d.ts.map +1 -0
- package/lib/page/shared/services/page-store.service.d.ts +1 -0
- package/lib/page/shared/services/page-store.service.d.ts.map +1 -0
- package/lib/page/shared/services/page-submit-action.service.d.ts +1 -0
- package/lib/page/shared/services/page-submit-action.service.d.ts.map +1 -0
- package/lib/page/shared/services/resolver-trigger.service.d.ts +1 -0
- package/lib/page/shared/services/resolver-trigger.service.d.ts.map +1 -0
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts +1 -0
- package/lib/page-stepper/adaptors/page-stepper-adapter.directive.d.ts.map +1 -0
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts +1 -0
- package/lib/page-stepper/cancel-dialog/page-stepper-cancel-dialog.component.d.ts.map +1 -0
- package/lib/page-stepper/header/page-step-header.component.d.ts +1 -0
- package/lib/page-stepper/header/page-step-header.component.d.ts.map +1 -0
- package/lib/page-stepper/model/page-step-resolver.token.d.ts +1 -0
- package/lib/page-stepper/model/page-step-resolver.token.d.ts.map +1 -0
- package/lib/page-stepper/model/page-step.resolver.d.ts +1 -0
- package/lib/page-stepper/model/page-step.resolver.d.ts.map +1 -0
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts +1 -0
- package/lib/page-stepper/model/qd-page-stepper-config.d.ts.map +1 -0
- package/lib/page-stepper/page-step/page-step.component.d.ts +1 -0
- package/lib/page-stepper/page-step/page-step.component.d.ts.map +1 -0
- package/lib/page-stepper/page-stepper.component.d.ts +1 -0
- package/lib/page-stepper/page-stepper.component.d.ts.map +1 -0
- package/lib/page-stepper/page-stepper.module.d.ts +1 -0
- package/lib/page-stepper/page-stepper.module.d.ts.map +1 -0
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts +1 -0
- package/lib/page-tabs/adaptors/page-tabs-adapter.directive.d.ts.map +1 -0
- package/lib/page-tabs/model/page-tabs-config.d.ts +1 -0
- package/lib/page-tabs/model/page-tabs-config.d.ts.map +1 -0
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts +1 -0
- package/lib/page-tabs/model/page-tabs-selection-event.d.ts.map +1 -0
- package/lib/page-tabs/page-tab/page-tab.component.d.ts +1 -0
- package/lib/page-tabs/page-tab/page-tab.component.d.ts.map +1 -0
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts +1 -0
- package/lib/page-tabs/page-tab-header/counter/page-tab-header-counters.component.d.ts.map +1 -0
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts +1 -0
- package/lib/page-tabs/page-tab-header/page-tab-header.component.d.ts.map +1 -0
- package/lib/page-tabs/page-tabs.component.d.ts +1 -0
- package/lib/page-tabs/page-tabs.component.d.ts.map +1 -0
- package/lib/page-tabs/page-tabs.module.d.ts +1 -0
- package/lib/page-tabs/page-tabs.module.d.ts.map +1 -0
- package/lib/panel-section/actions/panel-section-actions.component.d.ts +1 -0
- package/lib/panel-section/actions/panel-section-actions.component.d.ts.map +1 -0
- package/lib/panel-section/model/panel-section-config.interface.d.ts +1 -0
- package/lib/panel-section/model/panel-section-config.interface.d.ts.map +1 -0
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts +1 -0
- package/lib/panel-section/model/panel-section-status-config.interface.d.ts.map +1 -0
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts +1 -0
- package/lib/panel-section/model/panel-section-text-paragraph-config.interface.d.ts.map +1 -0
- package/lib/panel-section/panel-section.component.d.ts +1 -0
- package/lib/panel-section/panel-section.component.d.ts.map +1 -0
- package/lib/panel-section/panel-section.module.d.ts +1 -0
- package/lib/panel-section/panel-section.module.d.ts.map +1 -0
- package/lib/panel-section/services/panel-section-action.service.d.ts +1 -0
- package/lib/panel-section/services/panel-section-action.service.d.ts.map +1 -0
- package/lib/panel-section/status/panel-section-status.component.d.ts +1 -0
- package/lib/panel-section/status/panel-section-status.component.d.ts.map +1 -0
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts +1 -0
- package/lib/panel-section/text-paragraph/panel-section-text-paragraph.component.d.ts.map +1 -0
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts +1 -0
- package/lib/place-holder/__mocks__/mock-place-holder.component.d.ts.map +1 -0
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts +1 -0
- package/lib/place-holder/__mocks__/mock-place-holder.module.d.ts.map +1 -0
- package/lib/place-holder/place-holder/place-holder.component.d.ts +1 -0
- package/lib/place-holder/place-holder/place-holder.component.d.ts.map +1 -0
- package/lib/place-holder/place-holder.module.d.ts +1 -0
- package/lib/place-holder/place-holder.module.d.ts.map +1 -0
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts +1 -0
- package/lib/progress-bar/__mocks__/mock-indeterminate-progress-bar.component.d.ts.map +1 -0
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts +1 -0
- package/lib/progress-bar/__mocks__/mock-percentage-progress-bar.component.d.ts.map +1 -0
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts +1 -0
- package/lib/progress-bar/__mocks__/mock-progress-bar.module.d.ts.map +1 -0
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts +1 -0
- package/lib/progress-bar/indeterminate/indeterminate-progress-bar.component.d.ts.map +1 -0
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts +1 -0
- package/lib/progress-bar/percentage/percentage-progress-bar.component.d.ts.map +1 -0
- package/lib/progress-bar/progress-bar.module.d.ts +1 -0
- package/lib/progress-bar/progress-bar.module.d.ts.map +1 -0
- package/lib/qd-ui-mock.module.d.ts +1 -0
- package/lib/qd-ui-mock.module.d.ts.map +1 -0
- package/lib/qd-ui.module.d.ts +1 -0
- package/lib/qd-ui.module.d.ts.map +1 -0
- package/lib/quick-edit/model/quick-edit-config.d.ts +1 -0
- package/lib/quick-edit/model/quick-edit-config.d.ts.map +1 -0
- package/lib/quick-edit/model/quick-edit-data.d.ts +1 -0
- package/lib/quick-edit/model/quick-edit-data.d.ts.map +1 -0
- package/lib/quick-edit/qd-ng-for.directive.d.ts +1 -0
- package/lib/quick-edit/qd-ng-for.directive.d.ts.map +1 -0
- package/lib/quick-edit/quick-edit.component.d.ts +1 -0
- package/lib/quick-edit/quick-edit.component.d.ts.map +1 -0
- package/lib/quick-edit/quick-edit.module.d.ts +1 -0
- package/lib/quick-edit/quick-edit.module.d.ts.map +1 -0
- package/lib/search/__mocks__/mock-search.component.d.ts +1 -0
- package/lib/search/__mocks__/mock-search.component.d.ts.map +1 -0
- package/lib/search/__mocks__/mock-search.module.d.ts +1 -0
- package/lib/search/__mocks__/mock-search.module.d.ts.map +1 -0
- package/lib/search/helpers/search-update.helper.d.ts +1 -0
- package/lib/search/helpers/search-update.helper.d.ts.map +1 -0
- package/lib/search/model/search-options.interface.d.ts +1 -0
- package/lib/search/model/search-options.interface.d.ts.map +1 -0
- package/lib/search/model/search-post-body.d.ts +1 -0
- package/lib/search/model/search-post-body.d.ts.map +1 -0
- package/lib/search/model/search-store.interface.d.ts +1 -0
- package/lib/search/model/search-store.interface.d.ts.map +1 -0
- package/lib/search/search.component.d.ts +1 -0
- package/lib/search/search.component.d.ts.map +1 -0
- package/lib/search/search.module.d.ts +1 -0
- package/lib/search/search.module.d.ts.map +1 -0
- package/lib/search/services/search-router-connector.service.d.ts +1 -0
- package/lib/search/services/search-router-connector.service.d.ts.map +1 -0
- package/lib/search/services/search-store.service.d.ts +1 -0
- package/lib/search/services/search-store.service.d.ts.map +1 -0
- package/lib/search/services/search.service.d.ts +1 -0
- package/lib/search/services/search.service.d.ts.map +1 -0
- package/lib/search/store/search.actions.d.ts +1 -0
- package/lib/search/store/search.actions.d.ts.map +1 -0
- package/lib/search/store/search.reducer.d.ts +1 -0
- package/lib/search/store/search.reducer.d.ts.map +1 -0
- package/lib/search/store/search.selector.d.ts +1 -0
- package/lib/search/store/search.selector.d.ts.map +1 -0
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts +1 -0
- package/lib/section/__mocks__/mock-section-toolbar.component.d.ts.map +1 -0
- package/lib/section/__mocks__/mock-section.component.d.ts +1 -0
- package/lib/section/__mocks__/mock-section.component.d.ts.map +1 -0
- package/lib/section/__mocks__/mock-section.module.d.ts +1 -0
- package/lib/section/__mocks__/mock-section.module.d.ts.map +1 -0
- package/lib/section/adaptors/section-adapter.directive.d.ts +1 -0
- package/lib/section/adaptors/section-adapter.directive.d.ts.map +1 -0
- package/lib/section/connectors/table/connector-table-context.directive.d.ts +1 -0
- package/lib/section/connectors/table/connector-table-context.directive.d.ts.map +1 -0
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts +1 -0
- package/lib/section/connectors/table/connector-table-filter.directive.d.ts.map +1 -0
- package/lib/section/connectors/table/connector-table-search.directive.d.ts +1 -0
- package/lib/section/connectors/table/connector-table-search.directive.d.ts.map +1 -0
- package/lib/section/model/section-config.interface.d.ts +1 -0
- package/lib/section/model/section-config.interface.d.ts.map +1 -0
- package/lib/section/model/toolbar-components.interface.d.ts +1 -0
- package/lib/section/model/toolbar-components.interface.d.ts.map +1 -0
- package/lib/section/section.component.d.ts +1 -0
- package/lib/section/section.component.d.ts.map +1 -0
- package/lib/section/section.module.d.ts +1 -0
- package/lib/section/section.module.d.ts.map +1 -0
- package/lib/section/services/section-toolbar-action.service.d.ts +1 -0
- package/lib/section/services/section-toolbar-action.service.d.ts.map +1 -0
- package/lib/section/services/toolbar-components.service.d.ts +1 -0
- package/lib/section/services/toolbar-components.service.d.ts.map +1 -0
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts +1 -0
- package/lib/section/toolbar/action/section-toolbar-action.component.d.ts.map +1 -0
- package/lib/section/toolbar/section-toolbar.component.d.ts +1 -0
- package/lib/section/toolbar/section-toolbar.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-counter-badge.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-header-widget-desktop.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-header-widget-mobile.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-footer.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-header-banner.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-header-search.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-header-widget.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-header.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-toolbar-item.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell-toolbar.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell.component.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell.component.d.ts.map +1 -0
- package/lib/shell/__mocks__/mock-shell.module.d.ts +1 -0
- package/lib/shell/__mocks__/mock-shell.module.d.ts.map +1 -0
- package/lib/shell/footer/shell-footer.component.d.ts +1 -0
- package/lib/shell/footer/shell-footer.component.d.ts.map +1 -0
- package/lib/shell/header/banner/shell-header-banner.component.d.ts +1 -0
- package/lib/shell/header/banner/shell-header-banner.component.d.ts.map +1 -0
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts +1 -0
- package/lib/shell/header/counter-badge/counter-badge.component.d.ts.map +1 -0
- package/lib/shell/header/search/shell-header-search.component.d.ts +1 -0
- package/lib/shell/header/search/shell-header-search.component.d.ts.map +1 -0
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +1 -0
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +1 -0
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts +1 -0
- package/lib/shell/header/service-navigation/shell-service-navigation.module.d.ts.map +1 -0
- package/lib/shell/header/shell-header.component.d.ts +1 -0
- package/lib/shell/header/shell-header.component.d.ts.map +1 -0
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts +1 -0
- package/lib/shell/header/toolbar/shell-toolbar.component.d.ts.map +1 -0
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts +1 -0
- package/lib/shell/header/toolbar/toolbar-item/shell-toolbar-item.component.d.ts.map +1 -0
- package/lib/shell/header/widget/shell-header-widget.component.d.ts +1 -0
- package/lib/shell/header/widget/shell-header-widget.component.d.ts.map +1 -0
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts +1 -0
- package/lib/shell/left/navigation/link/shell-left-navigation-link.component.d.ts.map +1 -0
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts +1 -0
- package/lib/shell/left/navigation/shell-left-navigation.component.d.ts.map +1 -0
- package/lib/shell/left/shell-left.component.d.ts +1 -0
- package/lib/shell/left/shell-left.component.d.ts.map +1 -0
- package/lib/shell/model/default-config.d.ts +1 -0
- package/lib/shell/model/default-config.d.ts.map +1 -0
- package/lib/shell/model/eportal.interface.d.ts +1 -0
- package/lib/shell/model/eportal.interface.d.ts.map +1 -0
- package/lib/shell/model/route-data.interface.d.ts +1 -0
- package/lib/shell/model/route-data.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-config.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts +1 -0
- package/lib/shell/model/shell-footer-copyright-info.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-header-widget-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-header-widget-config.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-navigation-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-navigation-config.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-service-navigation-config.interface.d.ts.map +1 -0
- package/lib/shell/model/shell-toolbar-config.interface.d.ts +1 -0
- package/lib/shell/model/shell-toolbar-config.interface.d.ts.map +1 -0
- package/lib/shell/right/notification/shell-notification.component.d.ts +1 -0
- package/lib/shell/right/notification/shell-notification.component.d.ts.map +1 -0
- package/lib/shell/right/notifications/shell-notifications.component.d.ts +1 -0
- package/lib/shell/right/notifications/shell-notifications.component.d.ts.map +1 -0
- package/lib/shell/right/shell-right.component.d.ts +1 -0
- package/lib/shell/right/shell-right.component.d.ts.map +1 -0
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts +1 -0
- package/lib/shell/right/toolbar/shell-right-toolbar.component.d.ts.map +1 -0
- package/lib/shell/services/banner.service.d.ts +1 -0
- package/lib/shell/services/banner.service.d.ts.map +1 -0
- package/lib/shell/services/eportal-language.service.d.ts +1 -0
- package/lib/shell/services/eportal-language.service.d.ts.map +1 -0
- package/lib/shell/services/navigation.service.d.ts +1 -0
- package/lib/shell/services/navigation.service.d.ts.map +1 -0
- package/lib/shell/services/pams-environment.service.d.ts +1 -0
- package/lib/shell/services/pams-environment.service.d.ts.map +1 -0
- package/lib/shell/services/service-navigation.service.d.ts +1 -0
- package/lib/shell/services/service-navigation.service.d.ts.map +1 -0
- package/lib/shell/services/shell-header-minimization.service.d.ts +1 -0
- package/lib/shell/services/shell-header-minimization.service.d.ts.map +1 -0
- package/lib/shell/services/shell-header-widget.service.d.ts +1 -0
- package/lib/shell/services/shell-header-widget.service.d.ts.map +1 -0
- package/lib/shell/services/shell-left.service.d.ts +1 -0
- package/lib/shell/services/shell-left.service.d.ts.map +1 -0
- package/lib/shell/services/shell-right.service.d.ts +1 -0
- package/lib/shell/services/shell-right.service.d.ts.map +1 -0
- package/lib/shell/shell.component.d.ts +1 -0
- package/lib/shell/shell.component.d.ts.map +1 -0
- package/lib/shell/shell.module.d.ts +1 -0
- package/lib/shell/shell.module.d.ts.map +1 -0
- package/lib/spinner/spinner.component.d.ts +1 -0
- package/lib/spinner/spinner.component.d.ts.map +1 -0
- package/lib/spinner/spinner.module.d.ts +1 -0
- package/lib/spinner/spinner.module.d.ts.map +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator-cpation.component.d.ts.map +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator-item.component.d.ts.map +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator.component.d.ts.map +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts +1 -0
- package/lib/status-indicator/__mocks__/mock-status-indicator.module.d.ts.map +1 -0
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts +1 -0
- package/lib/status-indicator/interfaces/status-indicator.interface.d.ts.map +1 -0
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts +1 -0
- package/lib/status-indicator/status-indicator/status-indicator.component.d.ts.map +1 -0
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts +1 -0
- package/lib/status-indicator/status-indicator-caption/status-indicator-caption.component.d.ts.map +1 -0
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts +1 -0
- package/lib/status-indicator/status-indicator-item/status-indicator-item.component.d.ts.map +1 -0
- package/lib/status-indicator/status-indicator.module.d.ts +1 -0
- package/lib/status-indicator/status-indicator.module.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-secondary-actions.service.d.ts +1 -0
- package/lib/table/__mocks__/mock-secondary-actions.service.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-sort.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-sort.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-body-plain.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-body-tree.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-blank.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-boolean.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-date.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-integer.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-link.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-progress.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-data-text.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-empty-state.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-head.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-head.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-paginator-page-size.directive.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table-paginator.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table.component.d.ts +1 -0
- package/lib/table/__mocks__/mock-table.component.d.ts.map +1 -0
- package/lib/table/__mocks__/mock-table.module.d.ts +1 -0
- package/lib/table/__mocks__/mock-table.module.d.ts.map +1 -0
- package/lib/table/body/table-body.component.d.ts +1 -0
- package/lib/table/body/table-body.component.d.ts.map +1 -0
- package/lib/table/empty-state/table-empty-state.component.d.ts +1 -0
- package/lib/table/empty-state/table-empty-state.component.d.ts.map +1 -0
- package/lib/table/head/table-head.component.d.ts +1 -0
- package/lib/table/head/table-head.component.d.ts.map +1 -0
- package/lib/table/helpers/spring-tools.d.ts +1 -0
- package/lib/table/helpers/spring-tools.d.ts.map +1 -0
- package/lib/table/model/connectors-state.enum.d.ts +1 -0
- package/lib/table/model/connectors-state.enum.d.ts.map +1 -0
- package/lib/table/model/paginator-direction.enum.d.ts +1 -0
- package/lib/table/model/paginator-direction.enum.d.ts.map +1 -0
- package/lib/table/model/sort-direction.enum.d.ts +1 -0
- package/lib/table/model/sort-direction.enum.d.ts.map +1 -0
- package/lib/table/model/table-config-actions.interface.d.ts +1 -0
- package/lib/table/model/table-config-actions.interface.d.ts.map +1 -0
- package/lib/table/model/table-config-content.interface.d.ts +1 -0
- package/lib/table/model/table-config-content.interface.d.ts.map +1 -0
- package/lib/table/model/table-config.interface.d.ts +1 -0
- package/lib/table/model/table-config.interface.d.ts.map +1 -0
- package/lib/table/model/table-data-resolver.d.ts +1 -0
- package/lib/table/model/table-data-resolver.d.ts.map +1 -0
- package/lib/table/model/table-data-resolver.token.d.ts +1 -0
- package/lib/table/model/table-data-resolver.token.d.ts.map +1 -0
- package/lib/table/model/table-data.interface.d.ts +1 -0
- package/lib/table/model/table-data.interface.d.ts.map +1 -0
- package/lib/table/model/table-row-selection.interface.d.ts +1 -0
- package/lib/table/model/table-row-selection.interface.d.ts.map +1 -0
- package/lib/table/model/table-store.interface.d.ts +1 -0
- package/lib/table/model/table-store.interface.d.ts.map +1 -0
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts +1 -0
- package/lib/table/paginator/page-size/table-paginator-page-size.component.d.ts.map +1 -0
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts +1 -0
- package/lib/table/paginator/page-size/table-paginator-page-size.directive.d.ts.map +1 -0
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts +1 -0
- package/lib/table/paginator/scroll-to-pagination.directive.d.ts.map +1 -0
- package/lib/table/paginator/table-paginator.component.d.ts +1 -0
- package/lib/table/paginator/table-paginator.component.d.ts.map +1 -0
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts +1 -0
- package/lib/table/row/actions/secondary/menu/table-row-actions-secondary-menu.component.d.ts.map +1 -0
- package/lib/table/row/selection/table-row-selection.component.d.ts +1 -0
- package/lib/table/row/selection/table-row-selection.component.d.ts.map +1 -0
- package/lib/table/row/table-row.component.d.ts +1 -0
- package/lib/table/row/table-row.component.d.ts.map +1 -0
- package/lib/table/services/empty-state.service.d.ts +1 -0
- package/lib/table/services/empty-state.service.d.ts.map +1 -0
- package/lib/table/services/external-action-result.service.d.ts +1 -0
- package/lib/table/services/external-action-result.service.d.ts.map +1 -0
- package/lib/table/services/filling-width.service.d.ts +1 -0
- package/lib/table/services/filling-width.service.d.ts.map +1 -0
- package/lib/table/services/resolver.service.d.ts +1 -0
- package/lib/table/services/resolver.service.d.ts.map +1 -0
- package/lib/table/services/responsive-row.service.d.ts +1 -0
- package/lib/table/services/responsive-row.service.d.ts.map +1 -0
- package/lib/table/services/row-selection.service.d.ts +1 -0
- package/lib/table/services/row-selection.service.d.ts.map +1 -0
- package/lib/table/services/secondary-actions.service.d.ts +1 -0
- package/lib/table/services/secondary-actions.service.d.ts.map +1 -0
- package/lib/table/sort/table-sort.component.d.ts +1 -0
- package/lib/table/sort/table-sort.component.d.ts.map +1 -0
- package/lib/table/store/table-store-selector.service.d.ts +1 -0
- package/lib/table/store/table-store-selector.service.d.ts.map +1 -0
- package/lib/table/store/table-store.service.d.ts +1 -0
- package/lib/table/store/table-store.service.d.ts.map +1 -0
- package/lib/table/store/table-update.helper.d.ts +1 -0
- package/lib/table/store/table-update.helper.d.ts.map +1 -0
- package/lib/table/store/table.actions.d.ts +1 -0
- package/lib/table/store/table.actions.d.ts.map +1 -0
- package/lib/table/store/table.reducer.d.ts +1 -0
- package/lib/table/store/table.reducer.d.ts.map +1 -0
- package/lib/table/table.component.d.ts +1 -0
- package/lib/table/table.component.d.ts.map +1 -0
- package/lib/table/table.module.d.ts +1 -0
- package/lib/table/table.module.d.ts.map +1 -0
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts +1 -0
- package/lib/text-section/__mocks__/mock-text-section-headline.component.d.ts.map +1 -0
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts +1 -0
- package/lib/text-section/__mocks__/mock-text-section-paragraph.component.d.ts.map +1 -0
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts +1 -0
- package/lib/text-section/__mocks__/mock-text-section.component.d.ts.map +1 -0
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts +1 -0
- package/lib/text-section/__mocks__/mock-text-section.module.d.ts.map +1 -0
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts +1 -0
- package/lib/text-section/text-section-headline/text-section-headline.component.d.ts.map +1 -0
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts +1 -0
- package/lib/text-section/text-section-paragraph/text-section-paragraph.component.d.ts.map +1 -0
- package/lib/text-section/text-section.component.d.ts +1 -0
- package/lib/text-section/text-section.component.d.ts.map +1 -0
- package/lib/text-section/text-section.module.d.ts +1 -0
- package/lib/text-section/text-section.module.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile-button-list.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile-text-list-item.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile-text-list.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile-title.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tile.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tile.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tiles-container-title.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tiles-container.component.d.ts.map +1 -0
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts +1 -0
- package/lib/tiles/__mocks__/mock-tiles.module.d.ts.map +1 -0
- package/lib/tiles/model/tile-config.d.ts +1 -0
- package/lib/tiles/model/tile-config.d.ts.map +1 -0
- package/lib/tiles/model/tiles-config.d.ts +1 -0
- package/lib/tiles/model/tiles-config.d.ts.map +1 -0
- package/lib/tiles/tile/tile.component.d.ts +1 -0
- package/lib/tiles/tile/tile.component.d.ts.map +1 -0
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts +1 -0
- package/lib/tiles/tile-button-list/tile-button-list.component.d.ts.map +1 -0
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts +1 -0
- package/lib/tiles/tile-text-list/tile-text-list.component.d.ts.map +1 -0
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts +1 -0
- package/lib/tiles/tile-text-list-item/tile-text-list-item.component.d.ts.map +1 -0
- package/lib/tiles/tile-title/tile-title.component.d.ts +1 -0
- package/lib/tiles/tile-title/tile-title.component.d.ts.map +1 -0
- package/lib/tiles/tiles-title/tiles-title.component.d.ts +1 -0
- package/lib/tiles/tiles-title/tiles-title.component.d.ts.map +1 -0
- package/lib/tiles/tiles.component.d.ts +1 -0
- package/lib/tiles/tiles.component.d.ts.map +1 -0
- package/lib/tiles/tiles.module.d.ts +1 -0
- package/lib/tiles/tiles.module.d.ts.map +1 -0
- package/lib/tree/body/tree-body.component.d.ts +1 -0
- package/lib/tree/body/tree-body.component.d.ts.map +1 -0
- package/lib/tree/empty-state/tree-empty-state.component.d.ts +1 -0
- package/lib/tree/empty-state/tree-empty-state.component.d.ts.map +1 -0
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts +1 -0
- package/lib/tree/error/grouped-indices-not-consecutive.error.d.ts.map +1 -0
- package/lib/tree/head/tree-head.component.d.ts +1 -0
- package/lib/tree/head/tree-head.component.d.ts.map +1 -0
- package/lib/tree/model/tree-column-detail.interface.d.ts +1 -0
- package/lib/tree/model/tree-column-detail.interface.d.ts.map +1 -0
- package/lib/tree/model/tree-config-actions.interface.d.ts +1 -0
- package/lib/tree/model/tree-config-actions.interface.d.ts.map +1 -0
- package/lib/tree/model/tree-config.interface.d.ts +1 -0
- package/lib/tree/model/tree-config.interface.d.ts.map +1 -0
- package/lib/tree/model/tree-data.interface.d.ts +1 -0
- package/lib/tree/model/tree-data.interface.d.ts.map +1 -0
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts +1 -0
- package/lib/tree/row/actions/secondary/menu/tree-row-actions-secondary-menu.component.d.ts.map +1 -0
- package/lib/tree/row/tree-row.component.d.ts +1 -0
- package/lib/tree/row/tree-row.component.d.ts.map +1 -0
- package/lib/tree/services/row-expander.service.d.ts +1 -0
- package/lib/tree/services/row-expander.service.d.ts.map +1 -0
- package/lib/tree/services/tree-group.service.d.ts +1 -0
- package/lib/tree/services/tree-group.service.d.ts.map +1 -0
- package/lib/tree/services/tree-rows.service.d.ts +1 -0
- package/lib/tree/services/tree-rows.service.d.ts.map +1 -0
- package/lib/tree/tree.component.d.ts +1 -0
- package/lib/tree/tree.component.d.ts.map +1 -0
- package/lib/tree/tree.module.d.ts +1 -0
- package/lib/tree/tree.module.d.ts.map +1 -0
- package/package.json +9 -2
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -0
- package/quadrel-enterprise-ui-framework.d.ts.map +1 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,4312 @@
|
|
|
1
|
+
## [18.29.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.29.2...v18.29.4) (2025-12-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* DAZUIC-4100 Multiinput Viewmode Fix ([638a7f9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/638a7f9df34ab8664fe57681f37ebf1c05884526))
|
|
6
|
+
## [18.29.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.29.1...v18.29.2) (2025-11-20)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* DAZUIC-4037 QdTree SideEffect Fix ([3dd25ce](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3dd25cebb1a89ffd8a7e11349d8c6cbca9d0a0ca))
|
|
11
|
+
## [18.29.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.29.0...v18.29.1) (2025-11-18)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* DAZUIC-4061 - fix table resolver refresh race condition ([377af2f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/377af2fca5fcedf01e82d31f644df56d0860d7a2))
|
|
16
|
+
## [18.29.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.28.0...v18.29.0) (2025-11-17)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* DAZUIC-4019 Dialog Unsaved Changes implemented ([7b66965](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7b669651f52c7d94c29e1617192a8406435cb3ff))
|
|
21
|
+
## [18.28.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.27.2...v18.28.0) (2025-10-21)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **push-events:** do not reconnect when unauthorized ([898f310](https://github.com/BAZG-Quadrel/quadrel-framework/commit/898f3108227c1f7d398c0ff980d44c79a418a503))
|
|
26
|
+
## [18.27.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.27.1...v18.27.2) (2025-10-20)
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* have flag service wide ([857095e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/857095e93dc768b95ebccd56f5e538bd18a32b1e))
|
|
31
|
+
## [18.27.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.27.0...v18.27.1) (2025-10-20)
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* do not reconnect on heartbeat after 401 ([1e73721](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1e73721b3fb16542dc2b43f237c646130b1f90f1))
|
|
36
|
+
## [18.27.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.26.0...v18.27.0) (2025-10-15)
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* DAZUIC-4038 - add icons ([2c3ce02](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2c3ce02154fc23b5a52661eef3ed50e1e3024a96))
|
|
41
|
+
## [18.26.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.25.6...v18.26.0) (2025-10-14)
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* DAZUIC-3932 - table without pagination ([d56cf20](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d56cf2034ce12c235686519b6dd6a09766fb4a26))
|
|
46
|
+
## [18.25.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.25.5...v18.25.6) (2025-10-14)
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* **push-events:** do not reconnect on 401 ([bf6e8b2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bf6e8b23995b3954b7950181e195872b5ab508aa))
|
|
51
|
+
## [18.25.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.25.4...v18.25.5) (2025-10-13)
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* DAZUIC-4031 - runtime error on expression changed ([d017fdb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d017fdbaa45c540ed8d1ffbd7b76a29afa28755c))
|
|
56
|
+
## [18.25.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.25.3...v18.25.4) (2025-10-10)
|
|
57
|
+
|
|
58
|
+
### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* DAZUIC-4023 - Snackbar in Page context ([bf0d655](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bf0d655142da0b6d61bd3355630208aa30883c12))
|
|
61
|
+
## [18.25.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.25.2...v18.25.3) (2025-10-07)
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* DAZUIC - load Moment locales imports ([a734dfb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a734dfba51db0093b9d568947e37568a47ff17c2))
|
|
66
|
+
## [18.25.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.25.1...v18.25.2) (2025-10-06)
|
|
67
|
+
|
|
68
|
+
### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* DAZUIC-4020 - Init pristine, No initial emits ([2bbe649](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2bbe6490db1fd3f251024b0b565eafda21873ea1))
|
|
71
|
+
## [18.25.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.25.0...v18.25.1) (2025-10-02)
|
|
72
|
+
|
|
73
|
+
### Bug Fixes
|
|
74
|
+
|
|
75
|
+
* DAZUIC-4029 - force Monday-first week across locales (header+grid) ([5d689fd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5d689fdd81f6b9fcf7a82f34159b46736e34642d))
|
|
76
|
+
## [18.25.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.24.2...v18.25.0) (2025-10-01)
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* DAZUIC-4028 - defer view toggle to save result ([7de0226](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7de022674771d439c4f19457df8be964f7a6f8c4))
|
|
81
|
+
## [18.24.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.24.1...v18.24.2) (2025-10-01)
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* DAZUIC-4029 - locale week-start & selectedDate parsing ([e0a18f5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e0a18f5400850286da1abd995aadb6e8f381d1e2))
|
|
86
|
+
## [18.24.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.24.0...v18.24.1) (2025-10-01)
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
* DAZUIC-3998 - Clear input after selection ([3ce2893](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3ce2893e8efd0d5ecefce04c9365452121854038))
|
|
91
|
+
## [18.24.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.23.2...v18.24.0) (2025-09-29)
|
|
92
|
+
|
|
93
|
+
### Features
|
|
94
|
+
|
|
95
|
+
* DAZUIC-3862 - integrate QdAuth for SSE authentication ([a300a03](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a300a03d59b5b9569aba8079534efa117c183373))
|
|
96
|
+
## [18.23.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.23.1...v18.23.2) (2025-09-26)
|
|
97
|
+
|
|
98
|
+
### Bug Fixes
|
|
99
|
+
|
|
100
|
+
* export QdFormInput again ([1cad840](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1cad8408e24d20db83569a2edce7a83c4cbcdca1))
|
|
101
|
+
## [18.23.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.23.0...v18.23.1) (2025-09-24)
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* DAZUIC-4008 - update snapshots ([6b639b5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6b639b5aec10c55c987867d3dffe06d77cb37405))
|
|
106
|
+
* DAZUIC-4008 - update snapshots (bit more spacing between buttons inside of the editor) ([204571b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/204571b0f7be3fcfc2f24b7c4b2571bda77da954))
|
|
107
|
+
* DAZUIC-4008 - upgrade ngx-editor ([772ba91](https://github.com/BAZG-Quadrel/quadrel-framework/commit/772ba91bea5ee908c1f55ba2ef81794753fbd367))
|
|
108
|
+
## [18.23.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.22.2...v18.23.0) (2025-09-24)
|
|
109
|
+
|
|
110
|
+
### Features
|
|
111
|
+
|
|
112
|
+
* DAZUIC-3946 optional events for refreshing table. ([d6e2efe](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d6e2efe79bcf80f701e34124fe982c18b6531454))
|
|
113
|
+
## [18.22.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.22.1...v18.22.2) (2025-09-18)
|
|
114
|
+
## [18.22.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.22.0...v18.22.1) (2025-09-16)
|
|
115
|
+
|
|
116
|
+
### Bug Fixes
|
|
117
|
+
|
|
118
|
+
* DAZUIC-3882 - try with important ([9e446be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9e446be4cb0b05ef5ce3fd5eeb0c701fd139c229))
|
|
119
|
+
## [18.22.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.8...v18.22.0) (2025-09-11)
|
|
120
|
+
|
|
121
|
+
### Features
|
|
122
|
+
|
|
123
|
+
* DAZUIC-3983 Dynamic Translation Parameter for EmptyTableState ([a433b15](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a433b15a8640415e3b166f7669f0669759d3e204))
|
|
124
|
+
## [18.21.8](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.7...v18.21.8) (2025-09-10)
|
|
125
|
+
## [18.21.7](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.6...v18.21.7) (2025-09-08)
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
* DAZUIC-3996 - remove isHidden for create submit ([6d65135](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6d65135473b3d5f658f092acd3b93edff1defbb9))
|
|
130
|
+
## [18.21.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.5...v18.21.6) (2025-09-05)
|
|
131
|
+
## [18.21.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.4...v18.21.5) (2025-09-04)
|
|
132
|
+
## [18.21.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.3...v18.21.4) (2025-09-03)
|
|
133
|
+
|
|
134
|
+
### Bug Fixes
|
|
135
|
+
|
|
136
|
+
* DAZUIC-3986 - add lost icons ([3f846e9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3f846e90555bd48ebd9fc1c975afe43d1e965445))
|
|
137
|
+
* DAZUIC-3986 - rendered png update ([0a95e7b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0a95e7bbb8e5ca79c37c565afe1a7425e6206afd))
|
|
138
|
+
## [18.21.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.2...v18.21.3) (2025-09-01)
|
|
139
|
+
## [18.21.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.1...v18.21.2) (2025-08-30)
|
|
140
|
+
## [18.21.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.21.0...v18.21.1) (2025-08-30)
|
|
141
|
+
## [18.21.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.20.0...v18.21.0) (2025-08-30)
|
|
142
|
+
|
|
143
|
+
### Features
|
|
144
|
+
|
|
145
|
+
* **npm:** use public references for public build ([1ddbe65](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ddbe65a02cb2cc4b3f065172b1c84c9e44a8adc))
|
|
146
|
+
|
|
147
|
+
### Bug Fixes
|
|
148
|
+
|
|
149
|
+
* DAZUIC-3927 - add icon 'sailboatOffshore' (again) ([c4d9a86](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c4d9a869d4ef1f3049d328fc6e63bef9c7bc0095))
|
|
150
|
+
* DAZUIC-3927 - icons fix and update ([1c4837d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1c4837dd055c0353227daeecaa564623e0f019cb))
|
|
151
|
+
## [18.20.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.19.2...v18.20.0) (2025-08-27)
|
|
152
|
+
|
|
153
|
+
### Features
|
|
154
|
+
|
|
155
|
+
* DAZUIC-3828 - Tooltip for Quick Edit Header Cells ([3d1415c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3d1415c5cd18c2ace705250cd7ebab24820b68d9))
|
|
156
|
+
## [18.19.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.19.1...v18.19.2) (2025-08-27)
|
|
157
|
+
## [18.19.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.19.0...v18.19.1) (2025-08-26)
|
|
158
|
+
## [18.19.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.18.0...v18.19.0) (2025-08-26)
|
|
159
|
+
|
|
160
|
+
### Features
|
|
161
|
+
|
|
162
|
+
* **npm:** change package name ([11caef8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/11caef8cc152c3a636493d973f09520c310833fd))
|
|
163
|
+
## [18.18.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.12...v18.18.0) (2025-08-25)
|
|
164
|
+
|
|
165
|
+
### Features
|
|
166
|
+
|
|
167
|
+
* DAZUIC-3986 - icons update ([3b8e4be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3b8e4be31a445dd63ce6857e149b9946aa602105))
|
|
168
|
+
|
|
169
|
+
### Bug Fixes
|
|
170
|
+
|
|
171
|
+
* DAZUIC-3986 - snapshot update ([6f729fa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6f729fad7a9a5e7f9d7dc386b44b2e5efaf7e45c))
|
|
172
|
+
## [18.17.12](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.11...v18.17.12) (2025-08-18)
|
|
173
|
+
## [18.17.11](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.10...v18.17.11) (2025-08-16)
|
|
174
|
+
## [18.17.10](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.9...v18.17.10) (2025-08-16)
|
|
175
|
+
## [18.17.9](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.8...v18.17.9) (2025-08-16)
|
|
176
|
+
## [18.17.8](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.7...v18.17.8) (2025-08-16)
|
|
177
|
+
## [18.17.7](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.6...v18.17.7) (2025-08-15)
|
|
178
|
+
## [18.17.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.5...v18.17.6) (2025-08-15)
|
|
179
|
+
## [18.17.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.4...v18.17.5) (2025-08-15)
|
|
180
|
+
## [18.17.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.3...v18.17.4) (2025-08-15)
|
|
181
|
+
## [18.17.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.2...v18.17.3) (2025-08-15)
|
|
182
|
+
## [18.17.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.1...v18.17.2) (2025-08-15)
|
|
183
|
+
## [18.17.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.17.0...v18.17.1) (2025-08-15)
|
|
184
|
+
## [18.17.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.16.1...v18.17.0) (2025-08-15)
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
* **npm:** extra certificate for SSL check ([52c46ce](https://github.com/BAZG-Quadrel/quadrel-framework/commit/52c46ce5bdaa75ca40b6907a66a3fced2c3f9002))
|
|
189
|
+
* **public-npm:** publish new packages to public NPM ([ea56d1b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ea56d1b043e049c8cd1067277afa7d02447f7bc5))
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* DAZUIC-3600 placeholder color for textarea ([12c1914](https://github.com/BAZG-Quadrel/quadrel-framework/commit/12c191435ee97b93691b6899bfbf9c867683bc4e))
|
|
194
|
+
## [18.16.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.16.0...v18.16.1) (2025-08-13)
|
|
195
|
+
|
|
196
|
+
### Bug Fixes
|
|
197
|
+
|
|
198
|
+
* DAZUIC-3600 text color for placeholder ([da5f822](https://github.com/BAZG-Quadrel/quadrel-framework/commit/da5f822edaac3040721fe7b3e43e2ce9e02d6626))
|
|
199
|
+
## [18.16.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.15.0...v18.16.0) (2025-08-12)
|
|
200
|
+
|
|
201
|
+
### Features
|
|
202
|
+
|
|
203
|
+
* DAZUIC-3828 - Tooltip for Quick Edit Header Cells ([d4e45be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d4e45be5878c2b7ff19adeffb6dbd047b7f7a163))
|
|
204
|
+
## [18.15.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.14.4...v18.15.0) (2025-08-08)
|
|
205
|
+
|
|
206
|
+
### Features
|
|
207
|
+
|
|
208
|
+
* DAZUIC-3955 Shell Left Navigation Anpassung Klickbarkeit ([7fd0496](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7fd04961d834e92c369fd81de90534033fb369b0))
|
|
209
|
+
## [18.14.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.14.3...v18.14.4) (2025-08-07)
|
|
210
|
+
|
|
211
|
+
### Bug Fixes
|
|
212
|
+
|
|
213
|
+
* DAZUIC-3836 Default MaxHeigth for Dropdownlists ([f20bd82](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f20bd82417ce5af274ce638bd894e6f8beecbe63))
|
|
214
|
+
* DAZUIC-3876 Fix Sekundenvalidierung ([d9f190a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9f190ae466b9ea059f765612f2667ec96366f31))
|
|
215
|
+
## [18.14.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.14.2...v18.14.3) (2025-08-06)
|
|
216
|
+
|
|
217
|
+
### Bug Fixes
|
|
218
|
+
|
|
219
|
+
* DAZUIC-3876 Implementierung Sekundenanzeige für Datetime ([dbbbeed](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbbbeedc2e267286318323a1b9d6828f3171380c))
|
|
220
|
+
* remove console warnings in applications ([4a2fe75](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4a2fe75d72fea105526a77dd9e69a3e0c1e8e7fe))
|
|
221
|
+
## [18.14.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.14.1...v18.14.2) (2025-08-04)
|
|
222
|
+
|
|
223
|
+
### Bug Fixes
|
|
224
|
+
|
|
225
|
+
* DAZUIC-3933 - Dropdown handles "required" on async config ([a75afa3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a75afa306a2dab277304fd66e956c25e03f2ba59))
|
|
226
|
+
## [18.14.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.14.0...v18.14.1) (2025-08-04)
|
|
227
|
+
|
|
228
|
+
### Bug Fixes
|
|
229
|
+
|
|
230
|
+
* DAZUIC-3906 - Add QdFilterRestParamBuilder for legacy filter queries ([aba3aa1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aba3aa15d1fcfc4908f305070b936cfa47b5136d))
|
|
231
|
+
* DAZUIC-3941 - in QdPage: Respect isHidden for single customAction ([47309e9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/47309e9cf80b238fbc498b77140be343c1edfd07))
|
|
232
|
+
## [18.14.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.13.0...v18.14.0) (2025-07-31)
|
|
233
|
+
|
|
234
|
+
### Features
|
|
235
|
+
|
|
236
|
+
* DAZUIC-3940- Add QdPageStepperAdapter support to QdPage component ([de59809](https://github.com/BAZG-Quadrel/quadrel-framework/commit/de59809baa19d5c9c8cd46cb9818dab0316ce10b))
|
|
237
|
+
## [18.13.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.12.2...v18.13.0) (2025-07-31)
|
|
238
|
+
|
|
239
|
+
### Features
|
|
240
|
+
|
|
241
|
+
* DAZUIC-3940- Add QdPageTabsAdapter support to QdPage component ([89e9aad](https://github.com/BAZG-Quadrel/quadrel-framework/commit/89e9aadec08aa21e17e851df47e3d65369013d4a))
|
|
242
|
+
## [18.12.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.12.1...v18.12.2) (2025-07-30)
|
|
243
|
+
|
|
244
|
+
### Bug Fixes
|
|
245
|
+
|
|
246
|
+
* DAZUIC-3941 - Respect isHidden for single customActions ([689858a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/689858aac92ac6c1736c597a2f2268609bc60426))
|
|
247
|
+
* DAZUIC-3944 - AdaptiveMode improvements: Menu and expand logic ([eec0b66](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eec0b66e796d167edf6b1e6021bf047755120782))
|
|
248
|
+
## [18.12.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.12.0...v18.12.1) (2025-07-28)
|
|
249
|
+
|
|
250
|
+
### Bug Fixes
|
|
251
|
+
|
|
252
|
+
* DAZUIC-3894 Multiinput Fixed Translations in Operation Mode View ([56b939d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/56b939dbe15abe2cf48ca971d9a6acb4f5f095e5))
|
|
253
|
+
* DAZUIC-3935 - Restore error display in QdDropdown and QuickEdit ([02d2512](https://github.com/BAZG-Quadrel/quadrel-framework/commit/02d251283106491dae192c324591f6f2fad90847))
|
|
254
|
+
## [18.12.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.11.0...v18.12.0) (2025-07-28)
|
|
255
|
+
|
|
256
|
+
### Features
|
|
257
|
+
|
|
258
|
+
* DAZUIC-3801 dependent filters ([017462c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/017462cedbb9b474f8f4f59c4dedc2e88599a994))
|
|
259
|
+
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
* DAZUIC-3801 - Fixes after reviews ([7461a48](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7461a48814ec408f24630d8e1989bb4cd6a89468))
|
|
263
|
+
## [18.11.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.10.0...v18.11.0) (2025-07-28)
|
|
264
|
+
|
|
265
|
+
### Features
|
|
266
|
+
|
|
267
|
+
* DAZUIC-3880 - table: don't display chips with an empty label ([82626ee](https://github.com/BAZG-Quadrel/quadrel-framework/commit/82626ee01df359a27af581948c66c677681cfa87))
|
|
268
|
+
## [18.10.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.9.7...v18.10.0) (2025-07-25)
|
|
269
|
+
|
|
270
|
+
### Features
|
|
271
|
+
|
|
272
|
+
* DAZUIC-3821 - POH adaptive changes, tabs adaptive changes ([24d70e3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24d70e3ee412a95bddc19395f7439d2109929b93))
|
|
273
|
+
## [18.9.7](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.9.6...v18.9.7) (2025-07-24)
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
* DAZUIC-3899 MultiInput Fixes & Dependent MultiInputs Example ([575e2ee](https://github.com/BAZG-Quadrel/quadrel-framework/commit/575e2ee6d61462bb29de6158c1eab8aba0bbc4fa))
|
|
278
|
+
## [18.9.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.9.5...v18.9.6) (2025-07-21)
|
|
279
|
+
|
|
280
|
+
### Bug Fixes
|
|
281
|
+
|
|
282
|
+
* DAZUIC-3931 - remove side effects in section event emitter ([dacf205](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dacf205960091a5cf38259d4430ac0f6f3aeb90d))
|
|
283
|
+
## [18.9.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.9.4...v18.9.5) (2025-07-18)
|
|
284
|
+
## [18.9.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.9.3...v18.9.4) (2025-07-18)
|
|
285
|
+
|
|
286
|
+
### Bug Fixes
|
|
287
|
+
|
|
288
|
+
* DAZUIC-3921 - korrekte Kalender-Position bei "wenig Platz" ([800bfef](https://github.com/BAZG-Quadrel/quadrel-framework/commit/800bfefb9e2b87396eb648f2aabc6c9db31d0680))
|
|
289
|
+
## [18.9.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.9.2...v18.9.3) (2025-07-16)
|
|
290
|
+
## [18.9.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.9.1...v18.9.2) (2025-07-14)
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
294
|
+
* QuickEdit - change detection after reset ([422c409](https://github.com/BAZG-Quadrel/quadrel-framework/commit/422c4091e04a2d55918a04d6f33f90a8270b357c))
|
|
295
|
+
## [18.9.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.9.0...v18.9.1) (2025-07-11)
|
|
296
|
+
|
|
297
|
+
### Bug Fixes
|
|
298
|
+
|
|
299
|
+
* DAZUIC-3910 - ensure optionsService is updated when config.options change ([5deffb9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5deffb9d21f95558460f8cf8a7c8c87aa1c26e8d))
|
|
300
|
+
* DAZUIC-3910 - prevent side effects by copying option objects defensively ([e13bc4e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e13bc4e1a8437cc8c727b213e1e3d6ffcb5c1ee5))
|
|
301
|
+
## [18.9.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.8.1...v18.9.0) (2025-07-11)
|
|
302
|
+
|
|
303
|
+
### Features
|
|
304
|
+
|
|
305
|
+
* DAZUIC-3871 - change docker behavior for local comp-tests ([73c3c5c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/73c3c5c18349f84f45137f7a83b13693aca00466))
|
|
306
|
+
## [18.8.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.8.0...v18.8.1) (2025-07-11)
|
|
307
|
+
|
|
308
|
+
### Bug Fixes
|
|
309
|
+
|
|
310
|
+
* DAZUIC-3890 - Fix dropdown not opening downward in comment dialog ([37b74fe](https://github.com/BAZG-Quadrel/quadrel-framework/commit/37b74fe54f391ee08fc6fd7fa3fc795f92055960))
|
|
311
|
+
## [18.8.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.7.0...v18.8.0) (2025-07-10)
|
|
312
|
+
|
|
313
|
+
### Features
|
|
314
|
+
|
|
315
|
+
* DAZUIC-3885 - allow patching values via patchValue and setValue ([ef0d891](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ef0d8914a6ee22df9290fca5560f6a94e2db909c))
|
|
316
|
+
* DAZUIC-3911 - qdswitches: prevent double click event ([80e5a89](https://github.com/BAZG-Quadrel/quadrel-framework/commit/80e5a890035548a8159e5315ebe895f040db68a7))
|
|
317
|
+
|
|
318
|
+
### Bug Fixes
|
|
319
|
+
|
|
320
|
+
* viewonly should respect operation mode ([2806bc1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2806bc12eb1264d55942ed4767e5ea9a291daea8))
|
|
321
|
+
## [18.7.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.6.3...v18.7.0) (2025-07-08)
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* DAZUIC-3889 - prevent double click event on checkboxs ([fb63b8f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fb63b8f1dccc2a4119f8e3acefe38a4b336565fe))
|
|
326
|
+
## [18.6.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.6.2...v18.6.3) (2025-07-07)
|
|
327
|
+
## [18.6.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.6.1...v18.6.2) (2025-07-03)
|
|
328
|
+
## [18.6.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.6.0...v18.6.1) (2025-07-03)
|
|
329
|
+
|
|
330
|
+
### Bug Fixes
|
|
331
|
+
|
|
332
|
+
* DAZUIC-3897 - Fix broken search in page view mode ([d3c2df1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d3c2df19b8ae2d58f817a41f30be679c8dc276db))
|
|
333
|
+
## [18.6.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.5.0...v18.6.0) (2025-07-03)
|
|
334
|
+
|
|
335
|
+
### Features
|
|
336
|
+
|
|
337
|
+
* DAZUIC-3819 - table - mobile/collapsed view adapted ([63d2fb4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/63d2fb42b51ad1bb1bc0624c41b8b757f3559fec))
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
* DAZUIC-3883 - Restore section actions display after upgrade to 17.44.0 ([b198c52](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b198c525ecab7e5d7ed5bd3739f2c947943cde01))
|
|
342
|
+
* lint errors ([8f14ec2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8f14ec21c23ba6efaad7de500f0b1702255783c6))
|
|
343
|
+
## [18.5.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.4.2...v18.5.0) (2025-07-01)
|
|
344
|
+
|
|
345
|
+
### Features
|
|
346
|
+
|
|
347
|
+
* DAZUIC-3868 - RWD Update Table Header ([83ba4ee](https://github.com/BAZG-Quadrel/quadrel-framework/commit/83ba4eeb150e0f787bb13777384ba16ad4c428e9))
|
|
348
|
+
## [18.4.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.4.1...v18.4.2) (2025-06-30)
|
|
349
|
+
|
|
350
|
+
### Bug Fixes
|
|
351
|
+
|
|
352
|
+
* DAZUIC-3870 - fix broken secondary actions ([aa59187](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aa59187db809a3d5ff1689b26b6dbe0bd432b5f4))
|
|
353
|
+
## [18.4.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.4.0...v18.4.1) (2025-06-30)
|
|
354
|
+
## [18.4.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.3.0...v18.4.0) (2025-06-29)
|
|
355
|
+
|
|
356
|
+
### Features
|
|
357
|
+
|
|
358
|
+
* DAZUIC-3881 - extend QuickEdit to allow FormArray length changes ([92633d7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/92633d79e226ed9958e38c5ca3188e13d11d4b9e))
|
|
359
|
+
|
|
360
|
+
### Bug Fixes
|
|
361
|
+
|
|
362
|
+
* validation behaviour ([2d2c29c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2d2c29c6f1ac604729f008d3e70e76cccf6749f2))
|
|
363
|
+
## [18.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.2.0...v18.3.0) (2025-06-26)
|
|
364
|
+
|
|
365
|
+
### Features
|
|
366
|
+
|
|
367
|
+
* DAZUIC-3114 - new qd-subgrid component for grouping ([2ab89d0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2ab89d09c4e7fc6e718a4efdc97194d2dec75272))
|
|
368
|
+
* DAZUIC-3838 - concern input popover ([71347e2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/71347e253b08c8c93c9f903e2a1ecdb6ab8bf73e))
|
|
369
|
+
* DAZUIC-3864 - update to storybook 9 ([67a51fb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/67a51fb96155c6bcfea6783bfba8913248b70d90))
|
|
370
|
+
* **QdDropdown:** DAZUIC-3838 - Integrate resolver support for dynamic option loading ([1affefd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1affefdd9b6bd2c1b9cb0a726260c322fb8f0398))
|
|
371
|
+
|
|
372
|
+
### Bug Fixes
|
|
373
|
+
|
|
374
|
+
* resolve review comments ([e06571b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e06571b58728bd43653f61caa6718f5ff177203b))
|
|
375
|
+
## [18.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.1.1...v18.2.0) (2025-06-25)
|
|
376
|
+
|
|
377
|
+
### Features
|
|
378
|
+
|
|
379
|
+
* DAZUIC-3869 - Adjust filter behaviour ([2dc6884](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2dc6884ad90610db80a255dabe9c81160accbe5a))
|
|
380
|
+
## [18.1.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.1.0...v18.1.1) (2025-06-24)
|
|
381
|
+
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
* DAZUIC-3845 - autofocus input on filter ([b40fc1f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b40fc1f3df7481ee59e1abbba20ef740a45a5e4c))
|
|
385
|
+
## [18.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.0.3...v18.1.0) (2025-06-13)
|
|
386
|
+
|
|
387
|
+
### Features
|
|
388
|
+
|
|
389
|
+
* DAZUIC-2734 - contact card menu ([9fcd232](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9fcd2327dd6ffa4c82f7b6cf89b1ce0982f70484))
|
|
390
|
+
## [18.0.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.0.2...v18.0.3) (2025-06-06)
|
|
391
|
+
|
|
392
|
+
### Bug Fixes
|
|
393
|
+
|
|
394
|
+
* DAZUIC-3780 - update tree data ([21c1dbe](https://github.com/BAZG-Quadrel/quadrel-framework/commit/21c1dbe9ebe927dd5cdfa3c796ec2652f52cfed0))
|
|
395
|
+
* stories with validators ([b04bc8b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b04bc8bdc3021e1779e3545cdf70cc9f31888119))
|
|
396
|
+
## [18.0.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.0.1...v18.0.2) (2025-06-06)
|
|
397
|
+
## [18.0.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v18.0.0...v18.0.1) (2025-06-06)
|
|
398
|
+
## [18.0.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.46.1...v18.0.0) (2025-06-06)
|
|
399
|
+
|
|
400
|
+
### Features
|
|
401
|
+
|
|
402
|
+
* DAZUIC-3744 - nx update 18 to 19 ([1d06d0e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d06d0e5a855552812feba58ff09ff5b10f883bb))
|
|
403
|
+
* DAZUIC-3764 update to angular 18 BREAKING CHANGE ([bddc54c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bddc54c4fb53bb054a403f7f1a5ea49ad65829a8))
|
|
404
|
+
## [17.46.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.46.0...v17.46.1) (2025-06-06)
|
|
405
|
+
|
|
406
|
+
### Bug Fixes
|
|
407
|
+
|
|
408
|
+
* DAZUIC-3858 - make context changed handler trigger ([351f38b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/351f38b2852982ef7c202ae6d093e085effdf4ea))
|
|
409
|
+
## [17.46.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.45.0...v17.46.0) (2025-06-05)
|
|
410
|
+
|
|
411
|
+
### Features
|
|
412
|
+
|
|
413
|
+
* DAZUIC-3812 - increase z-index of dialogs ([7b95bbf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7b95bbff45d3ad7e78f2c6e6cc79cba613ef7672))
|
|
414
|
+
* DAZUIC-3812 - increase z-index of shell left, shell right and backdrop ([5020622](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5020622b6a835a510655a06b8a8180126ed687a1))
|
|
415
|
+
## [17.45.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.44.0...v17.45.0) (2025-06-05)
|
|
416
|
+
|
|
417
|
+
### Features
|
|
418
|
+
|
|
419
|
+
* DAZUIC-3853 - shell header appIcon ([fcfe2cd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fcfe2cdabecf08b33395a15950d195c5bed47f72))
|
|
420
|
+
## [17.44.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.43.4...v17.44.0) (2025-06-04)
|
|
421
|
+
|
|
422
|
+
### Features
|
|
423
|
+
|
|
424
|
+
* **quick-edit:** operation mode integration, support for outer FormArray, minor fixes and cleanup ([47b5739](https://github.com/BAZG-Quadrel/quadrel-framework/commit/47b5739478e15e993010f871cd1f5082b02b07de))
|
|
425
|
+
## [17.43.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.43.3...v17.43.4) (2025-06-04)
|
|
426
|
+
|
|
427
|
+
### Bug Fixes
|
|
428
|
+
|
|
429
|
+
* DAZUIC-3852 - update section toolbar actions ([b099f59](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b099f592baf11d122038147c86249b75a1fce66d))
|
|
430
|
+
* french translation context ([941de32](https://github.com/BAZG-Quadrel/quadrel-framework/commit/941de320cae24f37416517d23b6f532aa2f7b794))
|
|
431
|
+
## [17.43.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.43.2...v17.43.3) (2025-06-02)
|
|
432
|
+
|
|
433
|
+
### Bug Fixes
|
|
434
|
+
|
|
435
|
+
* DAZUIC-3837 - show translation string but emit value ([64840b0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/64840b02d8fb40c2c75a604b4d9c8d1cd540e22b))
|
|
436
|
+
## [17.43.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.43.1...v17.43.2) (2025-06-02)
|
|
437
|
+
|
|
438
|
+
### Bug Fixes
|
|
439
|
+
|
|
440
|
+
* DAZUIC-3812 - increase z-index of shell left ([db16d23](https://github.com/BAZG-Quadrel/quadrel-framework/commit/db16d23747b7a054871a771534f54492d14c5850))
|
|
441
|
+
## [17.43.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.43.0...v17.43.1) (2025-06-02)
|
|
442
|
+
|
|
443
|
+
### Bug Fixes
|
|
444
|
+
|
|
445
|
+
* DAZUIC-3841 - filter should always be in focus when opening dropdown ([b4d9e26](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b4d9e2654612908beaa970135f85b66c746cab9b))
|
|
446
|
+
## [17.43.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.42.1...v17.43.0) (2025-05-28)
|
|
447
|
+
|
|
448
|
+
### Features
|
|
449
|
+
|
|
450
|
+
* DAZUIC-3841 - dropdown focus on active item or filter ([0987f42](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0987f42121c5c1bba0926ed24717ea3ecf769bc8))
|
|
451
|
+
|
|
452
|
+
### Bug Fixes
|
|
453
|
+
|
|
454
|
+
* multiInput cypress test ([ad2e8b0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ad2e8b03bad9a40b08c68708d1a68c2081dfea13))
|
|
455
|
+
## [17.42.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.42.0...v17.42.1) (2025-05-28)
|
|
456
|
+
|
|
457
|
+
### Bug Fixes
|
|
458
|
+
|
|
459
|
+
* DAZUIC-3816 - input with units scrollbar and validation ([d4286f7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d4286f7fff99a225f5078d21627c1f9850b7e638))
|
|
460
|
+
## [17.42.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.41.0...v17.42.0) (2025-05-27)
|
|
461
|
+
|
|
462
|
+
### Features
|
|
463
|
+
|
|
464
|
+
* DAZUIC-3704 - info banner documentation for dialog ([0994b17](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0994b17ac32b76e4e92cf49c43dd8a10d5fb2a98))
|
|
465
|
+
|
|
466
|
+
### Bug Fixes
|
|
467
|
+
|
|
468
|
+
* multiInput component test ([61d41e9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/61d41e91120933db7b826719c6a072e0aa7d93eb))
|
|
469
|
+
## [17.41.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.40.0...v17.41.0) (2025-05-26)
|
|
470
|
+
|
|
471
|
+
### Features
|
|
472
|
+
|
|
473
|
+
* DAZUIC-3704 - info banner for dialog ([1b81e87](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1b81e87ce5f887e785eb9eaf038965db2d09cfff))
|
|
474
|
+
* DAZUIC-3824 - operationMode component tests ([e933c41](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e933c4167dae917524d5a923d90a0fd2a118f914))
|
|
475
|
+
* DAZUIC-3824 - Use operationMode in functional patterns ([7a369b7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7a369b72fef37e6599fae5ea8cbbcedbcddf5379))
|
|
476
|
+
|
|
477
|
+
### Bug Fixes
|
|
478
|
+
|
|
479
|
+
* cypress screenshots ([fedfbc4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fedfbc4c8cb0637d2d561981d61fd424a345440a))
|
|
480
|
+
## [17.40.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.39.0...v17.40.0) (2025-05-23)
|
|
481
|
+
|
|
482
|
+
### Features
|
|
483
|
+
|
|
484
|
+
* DAZUIC-3711 - add new Form: FileUpload ([d68ab17](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d68ab1707135b86616999fcc4d31f3609580706c))
|
|
485
|
+
* DAZUIC-3711 - cypress tests for fileUpload ([450a7df](https://github.com/BAZG-Quadrel/quadrel-framework/commit/450a7df15edfa68226b705501951a2bce3390b4a))
|
|
486
|
+
* DAZUIC-3711 - update cypress screenshots with new threshhold ([5d6dff9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5d6dff999bc51e8e2f6acbc197fbd8d4f3f76fd3))
|
|
487
|
+
|
|
488
|
+
### Bug Fixes
|
|
489
|
+
|
|
490
|
+
* DAZUIC-3711 - add missing action events ([a632d37](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a632d37a7b465e18098c0eb2f632863d35435695))
|
|
491
|
+
* DAZUIC-3711 - fix styles ([00a0847](https://github.com/BAZG-Quadrel/quadrel-framework/commit/00a0847d6cd536783c8a62542cda76095c6063af))
|
|
492
|
+
* DAZUIC-3711 - fix styles ([4124c1e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4124c1edfb68ee44d702cc1f75e6f0db22ac5dbb))
|
|
493
|
+
* DAZUIC-3800 - adopt viewonly value from datepicker for timepicker ([15f6be0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/15f6be08709dc5de39b60da78beb7ed9a978722f))
|
|
494
|
+
## [17.39.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.38.0...v17.39.0) (2025-05-15)
|
|
495
|
+
|
|
496
|
+
### Features
|
|
497
|
+
|
|
498
|
+
* DAZUIC-2731 - QdTree inline actions ([924501a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/924501af7dfe6973cb445a1ef0632a9f2d520614))
|
|
499
|
+
* DAZUIC-2731 - update QdTree expand icon ([79d736a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/79d736a5288f830e5129b01e31dd2d5e8ec592e2))
|
|
500
|
+
|
|
501
|
+
### Bug Fixes
|
|
502
|
+
|
|
503
|
+
* update ngrx store ([aa20e46](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aa20e46c718f084d384f7ef602c32e250e2cf043))
|
|
504
|
+
## [17.38.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.37.0...v17.38.0) (2025-05-14)
|
|
505
|
+
|
|
506
|
+
### Features
|
|
507
|
+
|
|
508
|
+
* DAZUIC-3785 - table filling width mode "harmonized" ([82ebfa5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/82ebfa5ca3c8bb194b0203506ac740246fbef163))
|
|
509
|
+
## [17.37.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.36.2...v17.37.0) (2025-05-14)
|
|
510
|
+
|
|
511
|
+
### Features
|
|
512
|
+
|
|
513
|
+
* DAZUIC-3813 - control panel broad width ([5ec728d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5ec728d57dbc8bb0b3c7bcdd986643c9e586b5df))
|
|
514
|
+
## [17.36.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.36.1...v17.36.2) (2025-05-13)
|
|
515
|
+
|
|
516
|
+
### Bug Fixes
|
|
517
|
+
|
|
518
|
+
* DAZUIC-3795 - fix disabled property in QdCheckboxes ([5fd5a06](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5fd5a067d2beee9e158b61e827489b4476db46bb))
|
|
519
|
+
* **quick-edit:** null check for progress values ([cb83ee5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cb83ee54fb9c4779a1eacf61d65c2cabee16d4f8))
|
|
520
|
+
## [17.36.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.36.0...v17.36.1) (2025-05-13)
|
|
521
|
+
|
|
522
|
+
### Bug Fixes
|
|
523
|
+
|
|
524
|
+
* DAZUIC-3808 - update input value for datetime correctly ([eff115d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eff115d9b047f601cbaa2c44bea91f6ecaa55e88))
|
|
525
|
+
## [17.36.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.35.0...v17.36.0) (2025-05-12)
|
|
526
|
+
|
|
527
|
+
### Features
|
|
528
|
+
|
|
529
|
+
* feat: DAZUIC-3815 - add async refresh via config ([ce83660](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ce83660d112b6872e59c5a99bbff93e0bb25aad5))
|
|
530
|
+
## [17.35.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.34.1...v17.35.0) (2025-05-06)
|
|
531
|
+
|
|
532
|
+
### Features
|
|
533
|
+
|
|
534
|
+
* DAZUIC-3760 - Connect table to server side events ([f940917](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f940917ceac13c345454bbcfe56b5f6230080ade))
|
|
535
|
+
## [17.34.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.34.0...v17.34.1) (2025-05-06)
|
|
536
|
+
|
|
537
|
+
### Bug Fixes
|
|
538
|
+
|
|
539
|
+
* apply missing tooltip config to all labels ([5cb0148](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5cb0148afde73c9a27fdf7c804a50842d1ce4288))
|
|
540
|
+
* DAZUIC-3737 - emit value instead of translation when selecting QdInput options ([6c5cd56](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6c5cd56be2714f7e533a3b8ee21a3f93b6392359))
|
|
541
|
+
## [17.34.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.33.0...v17.34.0) (2025-05-05)
|
|
542
|
+
|
|
543
|
+
### Features
|
|
544
|
+
|
|
545
|
+
* DAZUIC-3689 - extend expand API with access of full record ([91c914c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/91c914c9fbe961976143095aaff8228a1f25847a))
|
|
546
|
+
|
|
547
|
+
### Bug Fixes
|
|
548
|
+
|
|
549
|
+
* fixes after refactoring ([0c5f912](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0c5f91253fc74bdf824d1b314cf773fdd65c5a67))
|
|
550
|
+
## [17.33.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.32.0...v17.33.0) (2025-04-29)
|
|
551
|
+
|
|
552
|
+
### Features
|
|
553
|
+
|
|
554
|
+
* DAZUIC-3746 - PageInfoBanner: Support correct rendering inside Stepper and Tabs ([d15efb8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d15efb854c023c767ab858ffc839da3600a1b1f7))
|
|
555
|
+
* DAZUIC-3786 - Use Table Refresh for link action ([65a170a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/65a170a46bd95477d2f0c0c9baffb392ce03467b))
|
|
556
|
+
## [17.32.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.31.0...v17.32.0) (2025-04-23)
|
|
557
|
+
|
|
558
|
+
### Features
|
|
559
|
+
|
|
560
|
+
* DAZUIC-3759 - push events service for server side events created ([dce92ec](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dce92ecb34f25e5bea66e9c042af91aa1e1d4e55))
|
|
561
|
+
* **page:** data-test-ids for page ([21ad4cf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/21ad4cf3ab057ddfc4631abb1736d876fb2d69ad))
|
|
562
|
+
* provide further test ids ([bb32d89](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bb32d89a5a4007899721ea67ee85775b88630006))
|
|
563
|
+
## [17.31.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.30.1...v17.31.0) (2025-04-23)
|
|
564
|
+
|
|
565
|
+
### Features
|
|
566
|
+
|
|
567
|
+
* DAZUIC-3783 - QdQuickEdit Integration in QdPage ([46d66f8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/46d66f84bf3fc83dc5a354ec43edfec755a9aba4))
|
|
568
|
+
## [17.30.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.30.0...v17.30.1) (2025-04-22)
|
|
569
|
+
|
|
570
|
+
### Bug Fixes
|
|
571
|
+
|
|
572
|
+
* DAZUIC-3784 service navigation fix handleLogout default (true) ([4bb2651](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4bb26512358fe73d73dc8e91aa57b68de0fd9740))
|
|
573
|
+
## [17.30.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.29.0...v17.30.0) (2025-04-17)
|
|
574
|
+
|
|
575
|
+
### Features
|
|
576
|
+
|
|
577
|
+
* avoid spam clicks ([82b910d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/82b910ddd794c7660d670c3e10c46bdc858f9ef5))
|
|
578
|
+
* DAZUIC-3547 - allow asynchronous operations before moving to next step ([3fa2dfc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3fa2dfcfa9219fb8f6a2d8fcc2a540552eb9da19))
|
|
579
|
+
## [17.29.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.28.0...v17.29.0) (2025-04-14)
|
|
580
|
+
|
|
581
|
+
### Features
|
|
582
|
+
|
|
583
|
+
* DAZUIC-3735 - hoist filterValueChange event to section ([9d429a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9d429a3a28b1fcc2431dfd4b03c7c768167a7440))
|
|
584
|
+
## [17.28.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.27.4...v17.28.0) (2025-04-10)
|
|
585
|
+
|
|
586
|
+
### Features
|
|
587
|
+
|
|
588
|
+
* DAZUIC-3747 too much padding fixed in dialog with qd-sections ([a3e9364](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a3e93647fca458b8fa594e1b1c7222fb8eed24e2))
|
|
589
|
+
## [17.27.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.27.3...v17.27.4) (2025-04-07)
|
|
590
|
+
|
|
591
|
+
### Bug Fixes
|
|
592
|
+
|
|
593
|
+
* **qd-tile:** add vertical spacing ([1284ec0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1284ec0097b1f28656430d0ffc54852f250f34a1))
|
|
594
|
+
## [17.27.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.27.2...v17.27.3) (2025-04-07)
|
|
595
|
+
|
|
596
|
+
### Bug Fixes
|
|
597
|
+
|
|
598
|
+
* DAZUIC-3768 - use ResizeObserver for popup ([d3c719a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d3c719a52069c64b5e1c630dd25187b635bcbf0e))
|
|
599
|
+
## [17.27.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.27.1...v17.27.2) (2025-04-03)
|
|
600
|
+
|
|
601
|
+
### Bug Fixes
|
|
602
|
+
|
|
603
|
+
* datepicker default state not being applied properly in inspect page ([b78db74](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b78db7439c1cb3ccb317ca1dfcb3f9caab0d71cb))
|
|
604
|
+
## [17.27.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.27.0...v17.27.1) (2025-04-03)
|
|
605
|
+
|
|
606
|
+
### Bug Fixes
|
|
607
|
+
|
|
608
|
+
* DAZUIC-3762 set service navigation pamsAppId by input binding, make pamsAppId mandatory ([f75c567](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f75c567bbee9922f40d13844fe3c19cae67217f6))
|
|
609
|
+
## [17.27.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.26.7...v17.27.0) (2025-04-03)
|
|
610
|
+
|
|
611
|
+
### Features
|
|
612
|
+
|
|
613
|
+
* DAZUIC-3367 - remove unneeded initial resolver call without parameters ([1611f2b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1611f2b0216095bd061a4936bd004407ba509469))
|
|
614
|
+
## [17.26.7](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.26.6...v17.26.7) (2025-03-31)
|
|
615
|
+
## [17.26.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.26.5...v17.26.6) (2025-03-31)
|
|
616
|
+
|
|
617
|
+
### Bug Fixes
|
|
618
|
+
|
|
619
|
+
* DAZUIC-3707 - completely hide empty chips instead of blue line ([fb8c2c0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fb8c2c0091009bb351d6c4d760761009d5c766d1))
|
|
620
|
+
## [17.26.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.26.4...v17.26.5) (2025-03-31)
|
|
621
|
+
## [17.26.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.26.3...v17.26.4) (2025-03-27)
|
|
622
|
+
## [17.26.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.26.2...v17.26.3) (2025-03-27)
|
|
623
|
+
|
|
624
|
+
### Bug Fixes
|
|
625
|
+
|
|
626
|
+
* asset path for service navigation storybook example fixed ([f89eac3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f89eac317ad756ecb641b787d6dff05b98b415ff))
|
|
627
|
+
## [17.26.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.26.1...v17.26.2) (2025-03-27)
|
|
628
|
+
## [17.26.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.26.0...v17.26.1) (2025-03-26)
|
|
629
|
+
## [17.26.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.25.1...v17.26.0) (2025-03-26)
|
|
630
|
+
|
|
631
|
+
### Features
|
|
632
|
+
|
|
633
|
+
* enable service navigation widgets by default ([b828e23](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b828e2366809fdc14f940dac4f624348443ecd24))
|
|
634
|
+
## [17.25.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.25.0...v17.25.1) (2025-03-26)
|
|
635
|
+
## [17.25.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.24.0...v17.25.0) (2025-03-25)
|
|
636
|
+
|
|
637
|
+
### Features
|
|
638
|
+
|
|
639
|
+
* DAZUIC-3695 - service navigation integration switched to npm ([e2a3c06](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e2a3c06a7cd316cc3e8294d0eb2096e8c871d780))
|
|
640
|
+
## [17.24.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.23.0...v17.24.0) (2025-03-25)
|
|
641
|
+
|
|
642
|
+
### Features
|
|
643
|
+
|
|
644
|
+
* DAZUIC-3576 - datepicker: times can be disabled, date time range selection storybook example ([ec79ea8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ec79ea8801b5c5c15876d06c8811d31452fd7cbc))
|
|
645
|
+
## [17.23.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.22.1...v17.23.0) (2025-03-24)
|
|
646
|
+
|
|
647
|
+
### Features
|
|
648
|
+
|
|
649
|
+
* DAZUIC-3708 - New SectionAdapter & ProjectionGuard for more dev usability ([7654e9e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7654e9e72492dc82b4914900f539e2fd62314fe8))
|
|
650
|
+
|
|
651
|
+
### Bug Fixes
|
|
652
|
+
|
|
653
|
+
* DAZUIC-3738 - Context: make filter case-insensitive ([20968e4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/20968e4c7c62f989c4e3d89084b5808b68fd68f0))
|
|
654
|
+
* DAZUIC-3739 – QdFilter now works in view-only environment ([5350ceb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5350ceb53ee1c8fb3478992dcd09ed53dcf946b3))
|
|
655
|
+
## [17.22.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.22.0...v17.22.1) (2025-03-24)
|
|
656
|
+
|
|
657
|
+
### Bug Fixes
|
|
658
|
+
|
|
659
|
+
* tile margins ([bef4744](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bef4744b5ef33a9314cfe638f8cdc4d018a966a0))
|
|
660
|
+
## [17.22.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.21.0...v17.22.0) (2025-03-20)
|
|
661
|
+
|
|
662
|
+
### Features
|
|
663
|
+
|
|
664
|
+
* finalize feature ([7d1a3c0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7d1a3c039be81b04a25bca2b4030ddbfe10105ba))
|
|
665
|
+
* implementation ([05c888f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/05c888fdd6c258448469d363155b88d4652eaf37))
|
|
666
|
+
|
|
667
|
+
### Bug Fixes
|
|
668
|
+
|
|
669
|
+
* DAZUIC-3725 - date picker: issue with date selection and language switch fixed ([bd01f97](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bd01f979448c95ea9bb2d631d97db4c4a64a365d))
|
|
670
|
+
## [17.21.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.20.0...v17.21.0) (2025-03-14)
|
|
671
|
+
|
|
672
|
+
### Features
|
|
673
|
+
|
|
674
|
+
* DAZUIC-3726 - QdTable: Add config key for refresh on language change ([ce82322](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ce82322a0b5d7fb561687900180906126fdfb88c))
|
|
675
|
+
## [17.20.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.19.0...v17.20.0) (2025-03-13)
|
|
676
|
+
|
|
677
|
+
### Features
|
|
678
|
+
|
|
679
|
+
* DAZUIC-3695 - service navigation integration switched backed to cdn (wait for test) ([da2db37](https://github.com/BAZG-Quadrel/quadrel-framework/commit/da2db3779536c684db0e7efafe3b021332286734))
|
|
680
|
+
## [17.19.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.18.0...v17.19.0) (2025-03-12)
|
|
681
|
+
|
|
682
|
+
### Features
|
|
683
|
+
|
|
684
|
+
* Make Value Facet translatable ([3ef9375](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3ef93756e47a61bd689600291640c21381e0ef59))
|
|
685
|
+
## [17.18.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.17.0...v17.18.0) (2025-03-12)
|
|
686
|
+
|
|
687
|
+
### Features
|
|
688
|
+
|
|
689
|
+
* DAZUIC-3675 - Collabsible Section ([f6d773c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f6d773c357d571c18840bbcebf95f769decade25))
|
|
690
|
+
## [17.17.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.16.3...v17.17.0) (2025-03-12)
|
|
691
|
+
|
|
692
|
+
### Features
|
|
693
|
+
|
|
694
|
+
* DAZUIC-3695 - load service navigation asset with npm ([e7fa11b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e7fa11be639354bfd8b8ffc31f2e93927ef5f452))
|
|
695
|
+
## [17.16.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.16.2...v17.16.3) (2025-03-11)
|
|
696
|
+
|
|
697
|
+
### Bug Fixes
|
|
698
|
+
|
|
699
|
+
* undefined ref for no provided config ([ab5829c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ab5829c2f4615c482a08626cc2bef4800102c6d1))
|
|
700
|
+
## [17.16.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.16.1...v17.16.2) (2025-03-11)
|
|
701
|
+
## [17.16.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.16.0...v17.16.1) (2025-03-07)
|
|
702
|
+
|
|
703
|
+
### Bug Fixes
|
|
704
|
+
|
|
705
|
+
* Form Label - vertical alignment ([43464dc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/43464dc972bf2b4cfbc28c807386ac094a2db65e))
|
|
706
|
+
## [17.16.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.15.2...v17.16.0) (2025-03-07)
|
|
707
|
+
|
|
708
|
+
### Features
|
|
709
|
+
|
|
710
|
+
* DAZUIC-3650 - bring back TilesContainer to wrap QdGrid ([2388095](https://github.com/BAZG-Quadrel/quadrel-framework/commit/23880957a748f88bcdaaf954083740fc146a983b))
|
|
711
|
+
* DAZUIC-3650 - finalize implementation ([4bcd1de](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4bcd1de39750815cbf8199207aa9476012e6ba2c))
|
|
712
|
+
* DAZUIC-3650 - QdTile rework with illustration and disabled state ([9a8a8ea](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9a8a8eab334909d53200632cbf2d7c09c055c648))
|
|
713
|
+
|
|
714
|
+
### Bug Fixes
|
|
715
|
+
|
|
716
|
+
* DAZUIC-3650 - Impovements ([dd7831b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dd7831b333ebd6c68a3d4b9bfa8c4eb186d0996f))
|
|
717
|
+
* missing gap with margins ([3e7e923](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3e7e923e2073e336604eba7964d470a0f5941eda))
|
|
718
|
+
## [17.15.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.15.1...v17.15.2) (2025-03-07)
|
|
719
|
+
|
|
720
|
+
### Bug Fixes
|
|
721
|
+
|
|
722
|
+
* DAZUIC-3659 | Datepicker validation - switch to DD.MM.YYYY for all languages ([8761273](https://github.com/BAZG-Quadrel/quadrel-framework/commit/876127360980fa4f67027a35cd1d315f9fb24c5c))
|
|
723
|
+
* TAPAS-1351 html tags in comments ([7d3d976](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7d3d97600ef983388ccdf32eea390efb6dd0e471))
|
|
724
|
+
## [17.15.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.15.0...v17.15.1) (2025-03-07)
|
|
725
|
+
## [17.15.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.14.0...v17.15.0) (2025-03-06)
|
|
726
|
+
|
|
727
|
+
### Features
|
|
728
|
+
|
|
729
|
+
* DAZUIC-3632 - page tabs selectedIndex config ([0b2a913](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0b2a9134d56c5feda672da5fbd88cc4685dd3115))
|
|
730
|
+
## [17.14.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.13.0...v17.14.0) (2025-03-04)
|
|
731
|
+
|
|
732
|
+
### Features
|
|
733
|
+
|
|
734
|
+
* DAZUIC-3618 - new panel section component ([a7719d1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a7719d169fe796d08e916e3934bdd82c650609bd))
|
|
735
|
+
* DAZUIC-3618 - shell right toolbar title ([663bd73](https://github.com/BAZG-Quadrel/quadrel-framework/commit/663bd73108eb45afbb2747d7a7d63e84cfc87ecd))
|
|
736
|
+
* DAZUIC-3646 - control panel status title component ([f6ce1a6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f6ce1a6a3838ead9461ea669b6e54c0a8cb22f57))
|
|
737
|
+
* DAZUIC-3646 - integrate status pairs into panel section (control panel) ([bb39ce6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bb39ce605d9c740fd84355eb6f367b3166bc3246))
|
|
738
|
+
|
|
739
|
+
### Bug Fixes
|
|
740
|
+
|
|
741
|
+
* DAZUIC-3618 - shell right scrollbar fixed (commentary, notifications) ([126cc39](https://github.com/BAZG-Quadrel/quadrel-framework/commit/126cc39ed1db21b5559a7fbc3d4dc66f28da0496))
|
|
742
|
+
## [17.13.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.12.0...v17.13.0) (2025-03-04)
|
|
743
|
+
|
|
744
|
+
### Features
|
|
745
|
+
|
|
746
|
+
* DAZUIC-3623 - oblique service navigation mobile view adaptions ([7d1d558](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7d1d558e4b387f70cca0499de5514c38bb11cf6a))
|
|
747
|
+
* DAZUIC-3623 - oblique service navigation mobile view adaptions ([1cabb8d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1cabb8d65f214810a2267f347d32fdbcbc434501))
|
|
748
|
+
* DAZUIC-3623 - oblique service navigation mobile view adaptions ([f77ed30](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f77ed30d3af8967061e0a633ec3085f4852da9c9))
|
|
749
|
+
## [17.12.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.11.1...v17.12.0) (2025-03-04)
|
|
750
|
+
|
|
751
|
+
### Features
|
|
752
|
+
|
|
753
|
+
* DAZUIC-3644 - embed notifications into page ([6b29acb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6b29acbccd5cf14fbeb2258ff37e0352d148889e))
|
|
754
|
+
* DAZUIC-3645 - notification redesign, custom title and custom link ([3aee0a9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3aee0a9e7fe790edb4969d1a4f090767a49e48ff))
|
|
755
|
+
## [17.11.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.11.0...v17.11.1) (2025-03-03)
|
|
756
|
+
|
|
757
|
+
### Bug Fixes
|
|
758
|
+
|
|
759
|
+
* DAZUIC-3691 | Context - Fix translations ([4d784e2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4d784e2749fb73e00f23c4c41cb5209067f5abad))
|
|
760
|
+
## [17.11.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.10.0...v17.11.0) (2025-02-26)
|
|
761
|
+
|
|
762
|
+
### Features
|
|
763
|
+
|
|
764
|
+
* DAZUIC-3534, DAZUIC-3597 - Minor styling tweaks in section & tooltip ([824610d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/824610d4b40285b1e3d8533da3399dccefa12720))
|
|
765
|
+
## [17.10.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.9.0...v17.10.0) (2025-02-24)
|
|
766
|
+
|
|
767
|
+
### Features
|
|
768
|
+
|
|
769
|
+
* DAZUIC-3530 - Page Tabs with counters ([85eec0b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/85eec0b1b00135f054acdeacbdd5bbc38df44c09))
|
|
770
|
+
* DAZUIC-3684 - integrate service navigation into master layout ([f8c1254](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f8c1254025926b65f2f716cf0684dd1d9f1d005a))
|
|
771
|
+
## [17.9.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.8.0...v17.9.0) (2025-02-24)
|
|
772
|
+
|
|
773
|
+
### Features
|
|
774
|
+
|
|
775
|
+
* DAZUIC-3667 - allow providing date for breadcrumb dialogs ([7fdadf5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7fdadf5360464a15ec5e8904aafb396dc85ccf43))
|
|
776
|
+
## [17.8.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.7.2...v17.8.0) (2025-02-19)
|
|
777
|
+
|
|
778
|
+
### Features
|
|
779
|
+
|
|
780
|
+
* DAZUIC-3661 - close shell right if comments disappear (e.g. after navigation) ([ab218fe](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ab218fe44cf4a978ec36c6b9cdb53831f4b92158))
|
|
781
|
+
## [17.7.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.7.1...v17.7.2) (2025-02-18)
|
|
782
|
+
|
|
783
|
+
### Bug Fixes
|
|
784
|
+
|
|
785
|
+
* DAZUIC-3668 - DAZUIC-3668 - Correct link mapping in service navigation ([ce09e99](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ce09e99063aad5890d180c9b9d30283f30afe88b))
|
|
786
|
+
* DAZUIC-3668 - Stringify contactInfo in service navigation ([b05f1e3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b05f1e380d9ce53f741db183b0d0da806c78f044))
|
|
787
|
+
## [17.7.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.7.0...v17.7.1) (2025-02-17)
|
|
788
|
+
|
|
789
|
+
### Bug Fixes
|
|
790
|
+
|
|
791
|
+
* DAZUIC-3676 - js error in disabledDates validator fixed with not-date values ([3051374](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3051374def52355146562af8e57c3361bb886ea7))
|
|
792
|
+
## [17.7.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.6.1...v17.7.0) (2025-02-17)
|
|
793
|
+
|
|
794
|
+
### Features
|
|
795
|
+
|
|
796
|
+
* DAZUIC-3574 - QdForms: ViewOnly, Design Adjustments ([202e851](https://github.com/BAZG-Quadrel/quadrel-framework/commit/202e851ba9a7909056b3cf3d9d4881a1ced38470))
|
|
797
|
+
## [17.6.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.6.0...v17.6.1) (2025-02-10)
|
|
798
|
+
## [17.6.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.5.1...v17.6.0) (2025-02-10)
|
|
799
|
+
|
|
800
|
+
### Features
|
|
801
|
+
|
|
802
|
+
* DAZUIC-3662 - isHidden flag for page submit button ([78dbf91](https://github.com/BAZG-Quadrel/quadrel-framework/commit/78dbf91af08a2be46a301b519522dcd34da981a7))
|
|
803
|
+
## [17.5.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.5.0...v17.5.1) (2025-02-10)
|
|
804
|
+
|
|
805
|
+
### Bug Fixes
|
|
806
|
+
|
|
807
|
+
* TAPAS-1351 Rich text character counter, translations ([67e7af6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/67e7af64601f1792b4832c086b6896c2e999e154))
|
|
808
|
+
## [17.5.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.4.1...v17.5.0) (2025-02-07)
|
|
809
|
+
|
|
810
|
+
### Features
|
|
811
|
+
|
|
812
|
+
* DAZUIC-3660 - hide submit button on view only inspect page ([02785d9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/02785d935f2f9e3493f664f27e4d641bb7d967b4))
|
|
813
|
+
## [17.4.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.4.0...v17.4.1) (2025-01-31)
|
|
814
|
+
## [17.4.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.3.3...v17.4.0) (2025-01-30)
|
|
815
|
+
|
|
816
|
+
### Features
|
|
817
|
+
|
|
818
|
+
* **DAZUIC-3555:** fix shell docs ([f2d23a5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f2d23a5c4641bdde96afa75de8539c6dd62030ce))
|
|
819
|
+
## [17.3.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.3.2...v17.3.3) (2025-01-29)
|
|
820
|
+
|
|
821
|
+
### Bug Fixes
|
|
822
|
+
|
|
823
|
+
* DAZUIC-3656 - selected data was not displayed in calendar for date picker in form group ([0777a6e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0777a6ef634266a3d18f10d80208fbdf8de211c6))
|
|
824
|
+
## [17.3.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.3.1...v17.3.2) (2025-01-29)
|
|
825
|
+
|
|
826
|
+
### Bug Fixes
|
|
827
|
+
|
|
828
|
+
* table resolver type ([4f20880](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4f208806aed83218f17976447b217a633b88efa4))
|
|
829
|
+
## [17.3.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.3.0...v17.3.1) (2025-01-29)
|
|
830
|
+
|
|
831
|
+
### Bug Fixes
|
|
832
|
+
|
|
833
|
+
* TAPAS-1351 Make comment dropdown editable, language asset, date fixes ([391bb56](https://github.com/BAZG-Quadrel/quadrel-framework/commit/391bb56e7ec89f3cc8f2369fa6769e46b73aa2b9))
|
|
834
|
+
## [17.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.2.5...v17.3.0) (2025-01-28)
|
|
835
|
+
|
|
836
|
+
### Features
|
|
837
|
+
|
|
838
|
+
* DAZUIC-3651 - improve email validator (new regex) ([64da036](https://github.com/BAZG-Quadrel/quadrel-framework/commit/64da03635e3a15fcacf3f1b6dd4b4f8fd69303c6))
|
|
839
|
+
|
|
840
|
+
### Bug Fixes
|
|
841
|
+
|
|
842
|
+
* DAZUIC-3587 positioning and styling of dialog closer button ([e0896a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e0896a391ee7a8f230bbebb8f759bd2249234e65))
|
|
843
|
+
## [17.2.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.2.4...v17.2.5) (2025-01-27)
|
|
844
|
+
|
|
845
|
+
### Bug Fixes
|
|
846
|
+
|
|
847
|
+
* DAZUIC-3549 reset behaviour for freeText filter fixed ([6cea705](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6cea705608b1e94426383cc959b0aacc98dacd2c))
|
|
848
|
+
## [17.2.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.2.3...v17.2.4) (2025-01-27)
|
|
849
|
+
## [17.2.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.2.2...v17.2.3) (2025-01-23)
|
|
850
|
+
|
|
851
|
+
### Bug Fixes
|
|
852
|
+
|
|
853
|
+
* DAZUIC-3648 - remove undefined overwrite for background color ([140a09f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/140a09fffb1b7b59131e63a1a747a910fc25c324))
|
|
854
|
+
## [17.2.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.2.1...v17.2.2) (2025-01-17)
|
|
855
|
+
|
|
856
|
+
### Bug Fixes
|
|
857
|
+
|
|
858
|
+
* TAPAS-1351 Fix comment value, customs display, tests ([9afc7c5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9afc7c5d01e68f3790f4273619b0d1147354cd3a))
|
|
859
|
+
## [17.2.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.2.0...v17.2.1) (2025-01-17)
|
|
860
|
+
|
|
861
|
+
### Features
|
|
862
|
+
|
|
863
|
+
* DAZUIC-3422 - QdTable: Enables a refresh as a side effect through Action Results ([db4b3ac](https://github.com/BAZG-Quadrel/quadrel-framework/commit/db4b3acf39e10d2c6b6303461777121da914f44f))
|
|
864
|
+
* update to angular 17 BREAKING CHANGE ([3218b1e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3218b1ec3f0a2ffb01a34b7279a79b8c27768256))
|
|
865
|
+
|
|
866
|
+
### Bug Fixes
|
|
867
|
+
|
|
868
|
+
* versions ([09f6d44](https://github.com/BAZG-Quadrel/quadrel-framework/commit/09f6d44e91002c02796be5b2db7265f27eadaa26))
|
|
869
|
+
## [16.42.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.1.0...v16.42.0) (2025-01-16)
|
|
870
|
+
## [16.41.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.41.0...v16.41.1) (2025-01-14)
|
|
871
|
+
## [16.41.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.40.0...v16.41.0) (2025-01-14)
|
|
872
|
+
|
|
873
|
+
### Features
|
|
874
|
+
|
|
875
|
+
* DAZUIC-3555 - extend docs for Shell with route flags ([7113ee5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7113ee55e71b05dced19b2d04eeaf20b6362eb6a))
|
|
876
|
+
## [16.40.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.39.0...v16.40.0) (2025-01-13)
|
|
877
|
+
|
|
878
|
+
### Features
|
|
879
|
+
|
|
880
|
+
* DAZUIC-3578 - new icons ([fc2e26d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fc2e26d3b025fe2860cea4bb8fb0d7bd89401664))
|
|
881
|
+
## [16.39.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.38.1...v16.39.0) (2025-01-12)
|
|
882
|
+
|
|
883
|
+
### Features
|
|
884
|
+
|
|
885
|
+
* DAZUIC-2868 - implementation of multi input flyout with qdPopoverOnClick directive ([4a220d0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4a220d04124ae0f382aa1125e2c0641aca7cc6e7))
|
|
886
|
+
* DAZUIC-3596 - remove save button in QuickEdit ([0e4ebf2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0e4ebf2ba512f25d3dbb00103b74943d6efdde70))
|
|
887
|
+
|
|
888
|
+
### Bug Fixes
|
|
889
|
+
|
|
890
|
+
* TAPAS-1351 Add configurable richtext validation ([25d2f22](https://github.com/BAZG-Quadrel/quadrel-framework/commit/25d2f22a29ae9cd824df5a0aaa7cf9393ef43c72))
|
|
891
|
+
## [17.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.42.0...v17.2.0) (2025-01-16)
|
|
892
|
+
## [17.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.0.2...v17.1.0) (2025-01-16)
|
|
893
|
+
|
|
894
|
+
### Features
|
|
895
|
+
|
|
896
|
+
* DAZUIC-3555 - extend docs for Shell with route flags ([b93af3f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b93af3f801b4c2d43cef3f1c0a1e5a5aeb39fcf4))
|
|
897
|
+
## [17.0.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.41.1...v17.0.2) (2025-01-16)
|
|
898
|
+
|
|
899
|
+
### Features
|
|
900
|
+
|
|
901
|
+
* DAZUIC-2868 - implementation of multi input flyout with qdPopoverOnClick directive ([54716f8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/54716f862c84d3e3647c1375e9c28da55527b8ad))
|
|
902
|
+
* DAZUIC-3422 - QdTable: Enables a refresh as a side effect through Action Results ([f5c666b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f5c666b13d136d57b62994682ff093481eba1e15))
|
|
903
|
+
* update to angular 17 BREAKING CHANGE ([54d7442](https://github.com/BAZG-Quadrel/quadrel-framework/commit/54d7442bdc188534bd73baa6b67c7806839c62b1))
|
|
904
|
+
|
|
905
|
+
### Bug Fixes
|
|
906
|
+
|
|
907
|
+
* versions ([2ebd882](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2ebd882bdd5042010716f3a44d84ddbe013219c4))
|
|
908
|
+
## [16.42.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.1.0...v16.42.0) (2025-01-16)
|
|
909
|
+
## [16.41.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.41.0...v16.41.1) (2025-01-14)
|
|
910
|
+
## [16.41.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.40.0...v16.41.0) (2025-01-14)
|
|
911
|
+
|
|
912
|
+
### Features
|
|
913
|
+
|
|
914
|
+
* DAZUIC-3555 - extend docs for Shell with route flags ([7113ee5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7113ee55e71b05dced19b2d04eeaf20b6362eb6a))
|
|
915
|
+
## [16.40.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.39.0...v16.40.0) (2025-01-13)
|
|
916
|
+
|
|
917
|
+
### Features
|
|
918
|
+
|
|
919
|
+
* DAZUIC-3578 - new icons ([fc2e26d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fc2e26d3b025fe2860cea4bb8fb0d7bd89401664))
|
|
920
|
+
## [16.39.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.38.1...v16.39.0) (2025-01-12)
|
|
921
|
+
|
|
922
|
+
### Features
|
|
923
|
+
|
|
924
|
+
* DAZUIC-2868 - implementation of multi input flyout with qdPopoverOnClick directive ([4a220d0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4a220d04124ae0f382aa1125e2c0641aca7cc6e7))
|
|
925
|
+
* DAZUIC-3596 - remove save button in QuickEdit ([0e4ebf2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0e4ebf2ba512f25d3dbb00103b74943d6efdde70))
|
|
926
|
+
|
|
927
|
+
### Bug Fixes
|
|
928
|
+
|
|
929
|
+
* TAPAS-1351 Add configurable richtext validation ([25d2f22](https://github.com/BAZG-Quadrel/quadrel-framework/commit/25d2f22a29ae9cd824df5a0aaa7cf9393ef43c72))
|
|
930
|
+
## [17.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v17.0.2...v17.1.0) (2025-01-16)
|
|
931
|
+
|
|
932
|
+
### Features
|
|
933
|
+
|
|
934
|
+
* DAZUIC-2868 - implementation of multi input flyout with qdPopoverOnClick directive ([54716f8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/54716f862c84d3e3647c1375e9c28da55527b8ad))
|
|
935
|
+
* DAZUIC-3422 - QdTable: Enables a refresh as a side effect through Action Results ([f5c666b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f5c666b13d136d57b62994682ff093481eba1e15))
|
|
936
|
+
## [17.0.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.41.1...v17.0.2) (2025-01-16)
|
|
937
|
+
|
|
938
|
+
### Features
|
|
939
|
+
|
|
940
|
+
* update to angular 17 BREAKING CHANGE ([54d7442](https://github.com/BAZG-Quadrel/quadrel-framework/commit/54d7442bdc188534bd73baa6b67c7806839c62b1))
|
|
941
|
+
|
|
942
|
+
### Bug Fixes
|
|
943
|
+
|
|
944
|
+
* versions ([2ebd882](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2ebd882bdd5042010716f3a44d84ddbe013219c4))
|
|
945
|
+
## [16.41.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.41.0...v16.41.1) (2025-01-14)
|
|
946
|
+
|
|
947
|
+
### Bug Fixes
|
|
948
|
+
|
|
949
|
+
* TAPAS-1351 Add configurable richtext validation ([25d2f22](https://github.com/BAZG-Quadrel/quadrel-framework/commit/25d2f22a29ae9cd824df5a0aaa7cf9393ef43c72))
|
|
950
|
+
## [16.41.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.40.0...v16.41.0) (2025-01-14)
|
|
951
|
+
|
|
952
|
+
### Features
|
|
953
|
+
|
|
954
|
+
* DAZUIC-3522 - breadcrumbs for page dialog ([0a42067](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0a42067d40f540c020bc99b261cb728c39233792))
|
|
955
|
+
## [16.40.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.39.0...v16.40.0) (2025-01-13)
|
|
956
|
+
|
|
957
|
+
### Features
|
|
958
|
+
|
|
959
|
+
* DAZUIC-3578 - new icons ([fc2e26d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fc2e26d3b025fe2860cea4bb8fb0d7bd89401664))
|
|
960
|
+
## [16.39.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.38.1...v16.39.0) (2025-01-12)
|
|
961
|
+
|
|
962
|
+
### Features
|
|
963
|
+
|
|
964
|
+
* DAZUIC-3596 - remove save button in QuickEdit ([0e4ebf2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0e4ebf2ba512f25d3dbb00103b74943d6efdde70))
|
|
965
|
+
## [16.38.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.38.0...v16.38.1) (2025-01-08)
|
|
966
|
+
|
|
967
|
+
### Bug Fixes
|
|
968
|
+
|
|
969
|
+
* TAPAS-1351 Change time format for comments ([f60e476](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f60e47637d171dfe3fedf033b79c685957d85de1))
|
|
970
|
+
* TAPAS-1351 Update snapshot ([79fb624](https://github.com/BAZG-Quadrel/quadrel-framework/commit/79fb6242c484092b38a6ef52583e1ff7f109cd01))
|
|
971
|
+
## [16.38.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.37.0...v16.38.0) (2025-01-08)
|
|
972
|
+
|
|
973
|
+
### Features
|
|
974
|
+
|
|
975
|
+
* DAZUIC-3573 - new viewonly mode (copied from readonly mode), inspect page uses viewonly mode now ([d03e496](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d03e496bba1cd2273619f6086aad9e3f94438f2d))
|
|
976
|
+
## [16.37.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.36.0...v16.37.0) (2025-01-08)
|
|
977
|
+
|
|
978
|
+
### Features
|
|
979
|
+
|
|
980
|
+
* DAZUIC-3500 - fixes after review ([9385321](https://github.com/BAZG-Quadrel/quadrel-framework/commit/938532101a1914bbbe167cf0839b34b211accf87))
|
|
981
|
+
* DAZUIC-3500 -extend quick edit with add functionality ([f1ceb7e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f1ceb7e664689cafd61624eb0f855ed2823ef102))
|
|
982
|
+
|
|
983
|
+
### Bug Fixes
|
|
984
|
+
|
|
985
|
+
* when data not provided ([134b73b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/134b73b1c25fca3b1c9fe0778253e3e06cb3cd42))
|
|
986
|
+
## [16.36.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.35.0...v16.36.0) (2025-01-08)
|
|
987
|
+
|
|
988
|
+
### Features
|
|
989
|
+
|
|
990
|
+
* DAZUIC-3586 - Margin Bottom fehlt ([3fc7703](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3fc7703f868f6da9182ac010b9a8a79f936cb7bd))
|
|
991
|
+
* DAZUIC-3586 - Multiinput Margin Fix ([979ab06](https://github.com/BAZG-Quadrel/quadrel-framework/commit/979ab0660481b9b4352c19c929051e3d1c7ea950))
|
|
992
|
+
|
|
993
|
+
### Bug Fixes
|
|
994
|
+
|
|
995
|
+
* DAZUIC-3594 - consider connector params for manuel table refresh (refreshPage method) ([aca3661](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aca3661bad0aae9ec01d893e46e02bdd04457e6e))
|
|
996
|
+
## [16.35.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.34.0...v16.35.0) (2025-01-07)
|
|
997
|
+
|
|
998
|
+
### Features
|
|
999
|
+
|
|
1000
|
+
* DAZUIC-3579 - allow tabs in overview page ([6789b3f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6789b3f12473f05bda7307604dc31206a8c7e928))
|
|
1001
|
+
* DAZUIC-3585 - Multiinput Refactoring ([732ca1e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/732ca1ede385bda94848c79fc7c02d49271254e8))
|
|
1002
|
+
## [16.34.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.33.1...v16.34.0) (2025-01-07)
|
|
1003
|
+
|
|
1004
|
+
### Features
|
|
1005
|
+
|
|
1006
|
+
* DAZUIC-3585 - Multiinput Refactoring ([18ea9eb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/18ea9eb154a7c888103763af42a042caadf67747))
|
|
1007
|
+
## [16.33.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.33.0...v16.33.1) (2024-12-18)
|
|
1008
|
+
|
|
1009
|
+
### Bug Fixes
|
|
1010
|
+
|
|
1011
|
+
* export QdTreeRowExpanderService ([5fd24a2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5fd24a267eb52a6cf89c5a5d7026a02d0b5f7f76))
|
|
1012
|
+
## [16.33.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.32.0...v16.33.0) (2024-12-12)
|
|
1013
|
+
|
|
1014
|
+
### Features
|
|
1015
|
+
|
|
1016
|
+
* DAZUIC-3564 Anzeiger falsy 0 Wert im Dropdown ([c92d34b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c92d34b0e0937b7712ce1b5c6ab33b44ec35e8a5))
|
|
1017
|
+
## [16.32.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.31.0...v16.32.0) (2024-12-11)
|
|
1018
|
+
|
|
1019
|
+
### Features
|
|
1020
|
+
|
|
1021
|
+
* DAZUIC-3413 - Collapse API for Tree ([5900158](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5900158e5f55daaf9ae759b1c4b69ed4b8356ecb))
|
|
1022
|
+
* DAZUIC-3563 - Initiale Minutenanzeige Datepicker ([a761a58](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a761a58d6db4998508347764dc06647fdbc31082))
|
|
1023
|
+
## [16.31.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.30.0...v16.31.0) (2024-12-10)
|
|
1024
|
+
|
|
1025
|
+
### Features
|
|
1026
|
+
|
|
1027
|
+
* add test attribute ([17cba7b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/17cba7b8a165c15c607c259b428c37afcb42ccec))
|
|
1028
|
+
* DAZUIC-3461 - allow further dropdown options in quickedit type ([2cb8aca](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2cb8aca7ee35879b07db2f0b967fabf237b95cda))
|
|
1029
|
+
* DAZUIC-3461 - dropdown type for quick edit ([1032fbc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1032fbcb0c03bfd946bd1dba6e07b62eb11e4b0b))
|
|
1030
|
+
* rename type to enum ([404f6bf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/404f6bf1d34e7fea629fc93ece0ac98dba8062d1))
|
|
1031
|
+
## [16.30.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.29.1...v16.30.0) (2024-12-10)
|
|
1032
|
+
|
|
1033
|
+
### Features
|
|
1034
|
+
|
|
1035
|
+
* DAZUIC-3324 - page object resolver updateMetadata can be implemented ([cc24724](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cc2472434b632f69112225a9009b7881405da023))
|
|
1036
|
+
* DAZUIC-3324 - table text column: use complete i18n if given in data ([3c7cc6c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3c7cc6c083c595cc80faffeeb6d6bf7a7414ab48))
|
|
1037
|
+
|
|
1038
|
+
### Bug Fixes
|
|
1039
|
+
|
|
1040
|
+
* DAZUIC-3324 - take form group snapshot when switching to edit mode ([eb85919](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eb85919c985c3b6fa018d2e55bfcc80e96fb7e87))
|
|
1041
|
+
## [16.29.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.29.0...v16.29.1) (2024-12-05)
|
|
1042
|
+
|
|
1043
|
+
### Bug Fixes
|
|
1044
|
+
|
|
1045
|
+
* table connectors emissions and page reset fixed ([f9b5edd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f9b5edd2f7202e3789be5e3353bb65f422a1a42a))
|
|
1046
|
+
## [16.29.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.28.3...v16.29.0) (2024-12-05)
|
|
1047
|
+
|
|
1048
|
+
### Features
|
|
1049
|
+
|
|
1050
|
+
* DAZUIC-3499 - allow additionalInfo in footer actions ([60c658f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/60c658f1b845fa5626d406f6c61b08d3694d593d))
|
|
1051
|
+
* DAZUIC-3499 - button additional info flap ([4c2520c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4c2520cae6e27b220864910c2ec81b416b51c319))
|
|
1052
|
+
* DAZUIC-3499 - finalize feature ([398b55e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/398b55e4d7000b6185dfee4ba8a60413f7753153))
|
|
1053
|
+
|
|
1054
|
+
### Bug Fixes
|
|
1055
|
+
|
|
1056
|
+
* undefined ref for optional property ([1b86aca](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1b86aca6c77f3724237748220f304efc25c93acc))
|
|
1057
|
+
## [16.28.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.28.2...v16.28.3) (2024-12-03)
|
|
1058
|
+
|
|
1059
|
+
### Bug Fixes
|
|
1060
|
+
|
|
1061
|
+
* consider filter type 'dateTimeRange' for setFilterSelection ([bae5837](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bae58376e2a4e4a86911d5d9bd5bfddaab025b34))
|
|
1062
|
+
## [16.28.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.28.1...v16.28.2) (2024-11-29)
|
|
1063
|
+
|
|
1064
|
+
### Bug Fixes
|
|
1065
|
+
|
|
1066
|
+
* DAZUIC-3548 - show falsy values ([4927664](https://github.com/BAZG-Quadrel/quadrel-framework/commit/492766422563fe57a1aa8ad18ecc84b416a5f5b9))
|
|
1067
|
+
## [16.28.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.28.0...v16.28.1) (2024-11-28)
|
|
1068
|
+
## [16.28.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.27.4...v16.28.0) (2024-11-28)
|
|
1069
|
+
|
|
1070
|
+
### Features
|
|
1071
|
+
|
|
1072
|
+
* DAZUIC-2290 - connect search to router, fix filter router connection ([fc9d548](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fc9d5489d8bfcebd72514eb2c2468cfe1bbe52b6))
|
|
1073
|
+
* DAZUIC-3541 - Commentari - Added missing customData and some improvements ([5e1c018](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5e1c018253e31a0a82f9384ec56de88c17027d67))
|
|
1074
|
+
* DAZUIC-3544 - add showAuthentication config to service navigation (for login/logout button) ([92dbdd3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/92dbdd3657be1b4e09d4e1e7218dbb869770d212))
|
|
1075
|
+
* DAZUIC-3544 - map login/logout properties for service navigation ([768530c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/768530c232e0919913f125443266848783da9f0d))
|
|
1076
|
+
|
|
1077
|
+
### Bug Fixes
|
|
1078
|
+
|
|
1079
|
+
* DAZUIC-2290 - allow url serialization symbols in filter values ([4cf1b7d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4cf1b7d61e5282f56fcbcb14b637adc84d25c539))
|
|
1080
|
+
* DAZUIC-3528 - Fix page Object Resolver Issue ([422724c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/422724c37e1168de3e7c49be388769d807f20f2f))
|
|
1081
|
+
* DAZUIC-3553 - only use eportal language/language from url if it is contained in the languageList (for header widget/service navigation) ([b4cedb8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b4cedb888d36315f363c9fd0af38660dc1c3047a))
|
|
1082
|
+
## [16.27.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.27.3...v16.27.4) (2024-11-27)
|
|
1083
|
+
|
|
1084
|
+
### Bug Fixes
|
|
1085
|
+
|
|
1086
|
+
* DAZUIC-3554 - prevent rerendering of radio buttons ([95e5fcb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/95e5fcbdf162d0972715fea27b8116bb2b040c84))
|
|
1087
|
+
## [16.27.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.27.2...v16.27.3) (2024-11-25)
|
|
1088
|
+
|
|
1089
|
+
### Bug Fixes
|
|
1090
|
+
|
|
1091
|
+
* DAZUIC-3539 - translation mapping for header widget and service navigation config fixed ([0fc5d74](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0fc5d74c7cc86d46729a80faff1a268602b798b8))
|
|
1092
|
+
## [16.27.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.27.1...v16.27.2) (2024-11-25)
|
|
1093
|
+
|
|
1094
|
+
### Bug Fixes
|
|
1095
|
+
|
|
1096
|
+
* DAZUIC-3546 - don't set undefined language for service navigation ([4e827df](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4e827df5c08a0fed16720c795045e7cf3dcae2ca))
|
|
1097
|
+
## [16.27.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.27.0...v16.27.1) (2024-11-24)
|
|
1098
|
+
|
|
1099
|
+
### Bug Fixes
|
|
1100
|
+
|
|
1101
|
+
* DAZUIC-33536 - max char validations for textarea and inputs ([ca32f24](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ca32f24b96d477602eea30df24365d406ddd593b))
|
|
1102
|
+
## [16.27.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.26.2...v16.27.0) (2024-11-21)
|
|
1103
|
+
|
|
1104
|
+
### Features
|
|
1105
|
+
|
|
1106
|
+
* DAZUIC-3347 - Secondary MultiButton for QdSection ([f5cf5cd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f5cf5cdd16212051a07f119882076402dc693f82))
|
|
1107
|
+
## [16.26.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.26.1...v16.26.2) (2024-11-15)
|
|
1108
|
+
|
|
1109
|
+
### Bug Fixes
|
|
1110
|
+
|
|
1111
|
+
* DAZUIC-3458 - do not show info content as fallback for error state ([c5bec21](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c5bec21f8a3154f21b583b0b155e5a788d43821c))
|
|
1112
|
+
* DAZUIC-3509 - also set language parameter in service navigation to update the language ([e1418a2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e1418a2bec4cf11e4a9df04b1e9be2df5dc25e51))
|
|
1113
|
+
* DAZUIC-3528 - Re-add take(1) in page object resolver ([02f31ce](https://github.com/BAZG-Quadrel/quadrel-framework/commit/02f31cef3fc7a6329ed04c0e71bfd7ae4f3d2b20))
|
|
1114
|
+
* make header widget not execute when no config provided ([aed2cd7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aed2cd7fde678d644fde7dc70cb8ea56d1e2a00a))
|
|
1115
|
+
## [16.26.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.26.0...v16.26.1) (2024-11-13)
|
|
1116
|
+
|
|
1117
|
+
### Bug Fixes
|
|
1118
|
+
|
|
1119
|
+
* DAZUIC-3528 - Remove take(1) from page object resolver ([93e2932](https://github.com/BAZG-Quadrel/quadrel-framework/commit/93e29328ef06ac8ec5aa5d29e5e60b0295378bb1))
|
|
1120
|
+
## [16.26.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.25.0...v16.26.0) (2024-11-12)
|
|
1121
|
+
|
|
1122
|
+
### Features
|
|
1123
|
+
|
|
1124
|
+
* DAZUIC-3478 - Integrate QdImageComponent within QLS ([1ab84c7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ab84c7c32a8a7c405928920bee045fa4fbfab50))
|
|
1125
|
+
## [16.25.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.24.3...v16.25.0) (2024-11-12)
|
|
1126
|
+
|
|
1127
|
+
### Features
|
|
1128
|
+
|
|
1129
|
+
* DAZUIC-3204 - Make FileCollector usable in standalone mode ([0adb280](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0adb2800ec536ac4f8a02ab760d198cad38c450c))
|
|
1130
|
+
## [16.24.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.24.2...v16.24.3) (2024-11-11)
|
|
1131
|
+
|
|
1132
|
+
### Bug Fixes
|
|
1133
|
+
|
|
1134
|
+
* do not throw on outside clicks without className ([c62de9c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c62de9c4fdafddd079314b9c44ec4768d602320e))
|
|
1135
|
+
* override version for prosemirror-model ([93ae958](https://github.com/BAZG-Quadrel/quadrel-framework/commit/93ae958b8f3de0746beff7e16a079fd533016de2))
|
|
1136
|
+
## [16.24.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.24.1...v16.24.2) (2024-11-11)
|
|
1137
|
+
|
|
1138
|
+
### Bug Fixes
|
|
1139
|
+
|
|
1140
|
+
* DAZUIC-3509 - use environment specific api url for eportal language request ([24499ff](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24499ffcc17988ddfe7df0559fb6c8ea9c736e52))
|
|
1141
|
+
## [16.24.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.24.0...v16.24.1) (2024-11-11)
|
|
1142
|
+
|
|
1143
|
+
### Bug Fixes
|
|
1144
|
+
|
|
1145
|
+
* DAZUIC-3251 - typing issue pamsEnvironment ([82dbf39](https://github.com/BAZG-Quadrel/quadrel-framework/commit/82dbf3968894e322a9433398fa117655f1dbed72))
|
|
1146
|
+
* DAZUIC-3515 - Parameter for link content type in QdTree ([41e2111](https://github.com/BAZG-Quadrel/quadrel-framework/commit/41e2111f151ef3439b2468c980522fdf65b1a715))
|
|
1147
|
+
## [16.24.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.23.3...v16.24.0) (2024-11-08)
|
|
1148
|
+
|
|
1149
|
+
### Features
|
|
1150
|
+
|
|
1151
|
+
* DAZUIC-3520 Link Columns clicks do not trigger primary actions ([2edb082](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2edb08237925a5ccef305f040be7924e742de3c2))
|
|
1152
|
+
## [16.23.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.23.2...v16.23.3) (2024-11-07)
|
|
1153
|
+
|
|
1154
|
+
### Bug Fixes
|
|
1155
|
+
|
|
1156
|
+
* DAZUIC-3483 - Inspect view creates side effect in create ([838b3ca](https://github.com/BAZG-Quadrel/quadrel-framework/commit/838b3ca395392e53ef3c5bbb9945c2c99fe705c1))
|
|
1157
|
+
## [16.23.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.23.1...v16.23.2) (2024-11-06)
|
|
1158
|
+
|
|
1159
|
+
### Bug Fixes
|
|
1160
|
+
|
|
1161
|
+
* missing exports ([32c6908](https://github.com/BAZG-Quadrel/quadrel-framework/commit/32c69082ffbabd338626a859a65195ff2ec2ae06))
|
|
1162
|
+
## [16.23.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.23.0...v16.23.1) (2024-11-05)
|
|
1163
|
+
|
|
1164
|
+
### Bug Fixes
|
|
1165
|
+
|
|
1166
|
+
* DAZUIC-3378 - never be clearable when disabled ([20de1ec](https://github.com/BAZG-Quadrel/quadrel-framework/commit/20de1ec4832d913b78c1837d857404af850ddb99))
|
|
1167
|
+
* DAZUIC-3458 - pause notifications on dialog open, fix config typing issues ([49a8355](https://github.com/BAZG-Quadrel/quadrel-framework/commit/49a8355f530fddca01fef785fa8bac4e94514010))
|
|
1168
|
+
## [16.23.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.22.1...v16.23.0) (2024-11-04)
|
|
1169
|
+
|
|
1170
|
+
### Features
|
|
1171
|
+
|
|
1172
|
+
* DAZUIC-3504 - make context labels multilang ([449c52f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/449c52f73b8a14d73adc86b394cb0ec5e6e58366))
|
|
1173
|
+
|
|
1174
|
+
### Bug Fixes
|
|
1175
|
+
|
|
1176
|
+
* DAZUIC-3483 - Fix safeDraft Action in Create ([c30049e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c30049e9484df0b747ad3b87a928846a8b8d0ca9))
|
|
1177
|
+
* DAZUIC-3483 - MultiInput is empty in readonly mode ([855a561](https://github.com/BAZG-Quadrel/quadrel-framework/commit/855a561b79e7f41bd9ae76549800740a7ff39d8c))
|
|
1178
|
+
* DAZUIC-3483 - typing issue control PageStep ([aa5375c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aa5375c948aab7d74bf727b688692db5823b05d8))
|
|
1179
|
+
## [16.22.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.22.0...v16.22.1) (2024-11-04)
|
|
1180
|
+
|
|
1181
|
+
### Bug Fixes
|
|
1182
|
+
|
|
1183
|
+
* DAZUIC-3484 - Fix scrollbar on criticality click at 150% zoom ([2ad800d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2ad800db554881f4fd7c61ff28f60c67824e54d9))
|
|
1184
|
+
## [16.22.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.21.3...v16.22.0) (2024-10-30)
|
|
1185
|
+
|
|
1186
|
+
### Features
|
|
1187
|
+
|
|
1188
|
+
* DAZUIC-3487 - multi staging filter example ([0b952b8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0b952b8bbf6da35fe72f02b55d13f06fe01b12a5))
|
|
1189
|
+
|
|
1190
|
+
### Bug Fixes
|
|
1191
|
+
|
|
1192
|
+
* DAZUIC-3487 - update behaviour in filter components fixed ([e1ddbbc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e1ddbbcf47aa3c484f45b38a580d24f902dd42c3))
|
|
1193
|
+
## [16.21.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.21.2...v16.21.3) (2024-10-28)
|
|
1194
|
+
## [16.21.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.21.1...v16.21.2) (2024-10-28)
|
|
1195
|
+
|
|
1196
|
+
### Bug Fixes
|
|
1197
|
+
|
|
1198
|
+
* conditional border in POH ([e24ad08](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e24ad086e31cb57276269aba3cfb7d2775a69efe))
|
|
1199
|
+
## [16.21.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.21.0...v16.21.1) (2024-10-28)
|
|
1200
|
+
|
|
1201
|
+
### Bug Fixes
|
|
1202
|
+
|
|
1203
|
+
* showcase page validation ([ef06f57](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ef06f57a9dcf39c50080c4bf48b3b50558688e1e))
|
|
1204
|
+
## [16.21.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.20.0...v16.21.0) (2024-10-25)
|
|
1205
|
+
|
|
1206
|
+
### Features
|
|
1207
|
+
|
|
1208
|
+
* DAZUIC-3446 - Add Docs, Save Validation, Fixes ([c5f5821](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c5f5821050d13784974a8f90a5d68d53145fc09a))
|
|
1209
|
+
## [16.20.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.19.1...v16.20.0) (2024-10-25)
|
|
1210
|
+
|
|
1211
|
+
### Features
|
|
1212
|
+
|
|
1213
|
+
* DAZUIC-3488 - simplify determination of environment in banner service ([6f62866](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6f62866b1a4ff35e57c5f33564a4d3fcfd3072af))
|
|
1214
|
+
## [16.19.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.19.0...v16.19.1) (2024-10-23)
|
|
1215
|
+
|
|
1216
|
+
### Bug Fixes
|
|
1217
|
+
|
|
1218
|
+
* DAZUIC-3477 - make facet registration static and remove decorator approach ([421080a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/421080ac9b7fb0ff2fbc0e618c9e041ac0013c89))
|
|
1219
|
+
## [16.19.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.18.0...v16.19.0) (2024-10-23)
|
|
1220
|
+
|
|
1221
|
+
### Features
|
|
1222
|
+
|
|
1223
|
+
* DAZUIC-3446 - Add more Documentation for QdPage ([d863890](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d863890820fd329944ddcc4fe5e8ca68fd2e59af))
|
|
1224
|
+
## [16.18.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.17.0...v16.18.0) (2024-10-22)
|
|
1225
|
+
|
|
1226
|
+
### Features
|
|
1227
|
+
|
|
1228
|
+
* DAZUIC-3446 - More Page Adjustments ([d92c932](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d92c9326cfaa595605268d944f179700a09c016e))
|
|
1229
|
+
* DAZUIC-3446 - Page Adjustments ([8805cbd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8805cbdc5ebc0326adc90eee6605e5667e5e86d2))
|
|
1230
|
+
## [16.17.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.9...v16.17.0) (2024-10-22)
|
|
1231
|
+
|
|
1232
|
+
### Features
|
|
1233
|
+
|
|
1234
|
+
* DAZUIC-3423 - header widget uses eportal language from autologin endpoint if no default language is set ([b0441ee](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b0441eed73a756df87160ef06b37453c104cb9b2))
|
|
1235
|
+
## [16.16.9](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.8...v16.16.9) (2024-10-22)
|
|
1236
|
+
## [16.16.8](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.7...v16.16.8) (2024-10-16)
|
|
1237
|
+
|
|
1238
|
+
### Bug Fixes
|
|
1239
|
+
|
|
1240
|
+
* DAZUIC-3462 - next button disabled state validation updates fixed ([124af87](https://github.com/BAZG-Quadrel/quadrel-framework/commit/124af8747c5d7f389beed3583e519fcd858f5ed6))
|
|
1241
|
+
## [16.16.7](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.6...v16.16.7) (2024-10-15)
|
|
1242
|
+
|
|
1243
|
+
### Bug Fixes
|
|
1244
|
+
|
|
1245
|
+
* DAZUIC-3467 - allow navigating back when current step is invalid ([4d5ac31](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4d5ac31a7ce32a6423dee6ef5fafd906cf4ecd94))
|
|
1246
|
+
## [16.16.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.5...v16.16.6) (2024-10-15)
|
|
1247
|
+
## [16.16.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.4...v16.16.5) (2024-10-14)
|
|
1248
|
+
## [16.16.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.3...v16.16.4) (2024-10-10)
|
|
1249
|
+
|
|
1250
|
+
### Bug Fixes
|
|
1251
|
+
|
|
1252
|
+
* async behaviour selected step validation ([d60adb0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d60adb0ab76debb95193f2812acd90604dabe952))
|
|
1253
|
+
* DAZUIC-3459 - Create Page Validation and Dynamic Step issues ([81403d0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/81403d09e973db56a8712b6d9cdab997494b5f96))
|
|
1254
|
+
## [16.16.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.2...v16.16.3) (2024-10-10)
|
|
1255
|
+
|
|
1256
|
+
### Bug Fixes
|
|
1257
|
+
|
|
1258
|
+
* minor validator issues ([7541593](https://github.com/BAZG-Quadrel/quadrel-framework/commit/75415937b675a41ac079066ee61e66e2db0c5437))
|
|
1259
|
+
## [16.16.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.1...v16.16.2) (2024-10-07)
|
|
1260
|
+
|
|
1261
|
+
### Bug Fixes
|
|
1262
|
+
|
|
1263
|
+
* export QdContextService ([68d73a7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/68d73a703fe3f6a5aec2044babeafb2f7623b860))
|
|
1264
|
+
## [16.16.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.16.0...v16.16.1) (2024-10-02)
|
|
1265
|
+
|
|
1266
|
+
### Bug Fixes
|
|
1267
|
+
|
|
1268
|
+
* DAZUIC-3438 - allow async validators for create page ([894b060](https://github.com/BAZG-Quadrel/quadrel-framework/commit/894b0602d64a9ab94ebb010da15015f9604d9c2d))
|
|
1269
|
+
## [16.16.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.15.0...v16.16.0) (2024-10-01)
|
|
1270
|
+
|
|
1271
|
+
### Features
|
|
1272
|
+
|
|
1273
|
+
* DAZUIC-3285 - API design ([1e00e2e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1e00e2e41cf41ed89474d4529f530e6453c9e445))
|
|
1274
|
+
* DAZUIC-3285 - business context ([d9d8a24](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9d8a246941504bd865c3b81368815687427b68d))
|
|
1275
|
+
* DAZUIC-3285 - finalize feature ([dcebf83](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dcebf83b4ba32056b4ecb10caf521bb01e49045a))
|
|
1276
|
+
* DAZUIC-3285 - finalize feature, docs and implementation ([2e809f5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2e809f508223ba4aa4010269486672381d92a08d))
|
|
1277
|
+
|
|
1278
|
+
### Bug Fixes
|
|
1279
|
+
|
|
1280
|
+
* build issues ([c690357](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c690357d0737132468c87f2c948cc5e899487e49))
|
|
1281
|
+
* fixes after design review ([80b6770](https://github.com/BAZG-Quadrel/quadrel-framework/commit/80b67700a5311f87b7d8dae9febd8367b782b4ba))
|
|
1282
|
+
* provide context at root level and extend story with custom selection ([498220a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/498220a00d59d0a6b5e70b643eea1d69101ed53c))
|
|
1283
|
+
* remove italic style for not selected contexts ([e88e9dc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e88e9dce46fb2a5e548858b59f932647a0445a09))
|
|
1284
|
+
* undefined ref ([616c207](https://github.com/BAZG-Quadrel/quadrel-framework/commit/616c207527afea82fe6bb827844b4fa739a60b29))
|
|
1285
|
+
## [16.15.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.14.3...v16.15.0) (2024-10-01)
|
|
1286
|
+
|
|
1287
|
+
### Features
|
|
1288
|
+
|
|
1289
|
+
* DAZUIC-3401 - Use Data Facets in Tree ([a055dc0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a055dc0eae40e0834d9798cff681a12bb4f1f9ad))
|
|
1290
|
+
## [16.14.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.14.2...v16.14.3) (2024-10-01)
|
|
1291
|
+
|
|
1292
|
+
### Bug Fixes
|
|
1293
|
+
|
|
1294
|
+
* inspect page readonly fixes ([f465e0d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f465e0d0ae9b8270a3c1dcc237912ee8bd5b8de8))
|
|
1295
|
+
## [16.14.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.14.1...v16.14.2) (2024-09-26)
|
|
1296
|
+
## [16.14.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.14.0...v16.14.1) (2024-09-25)
|
|
1297
|
+
|
|
1298
|
+
### Bug Fixes
|
|
1299
|
+
|
|
1300
|
+
* DAZUIC-3302 add exports for QdFormOptionsResolver ([1066d70](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1066d705ee44fe5871b524972097642efb24ac27))
|
|
1301
|
+
## [16.14.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.13.0...v16.14.0) (2024-09-25)
|
|
1302
|
+
|
|
1303
|
+
### Features
|
|
1304
|
+
|
|
1305
|
+
* DAZUIC-3302 resolver for input options with loading and error hints ([4c1c90e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4c1c90eb8e0a9b106386e842bd141bcecca43d2b))
|
|
1306
|
+
## [16.13.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.12.2...v16.13.0) (2024-09-23)
|
|
1307
|
+
|
|
1308
|
+
### Features
|
|
1309
|
+
|
|
1310
|
+
* DAZUIC-3401 - Add Data Facets ([9653f30](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9653f30b199691e11fe0d301e494b38e108333aa))
|
|
1311
|
+
|
|
1312
|
+
### Bug Fixes
|
|
1313
|
+
|
|
1314
|
+
* DAZUIC-3433 - respect readonly toggle in multi input ([424533c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/424533c38de679c67a456861a976135c332231b6))
|
|
1315
|
+
* translate richtext label in add comment dialog ([cdb8163](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cdb8163fae14b04e7fb77011e70871a1e0759ced))
|
|
1316
|
+
## [16.12.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.12.1...v16.12.2) (2024-09-23)
|
|
1317
|
+
|
|
1318
|
+
### Bug Fixes
|
|
1319
|
+
|
|
1320
|
+
* mock section component id collisions ([5d7e88d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5d7e88da573760a4e62bbd9b01a4a961fa0012f5))
|
|
1321
|
+
## [16.12.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.12.0...v16.12.1) (2024-09-18)
|
|
1322
|
+
|
|
1323
|
+
### Bug Fixes
|
|
1324
|
+
|
|
1325
|
+
* ExpressionChangedAfterItHasBeenChecked Errors ([b5f25a6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b5f25a6796be0250706c8a6928cb083dd548691f))
|
|
1326
|
+
* ExpressionChangedAfterItHasBeenChecked Errors ([a6a0e8a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a6a0e8a565978d1e12e9c8df7fb4382c02fe497c))
|
|
1327
|
+
## [16.12.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.11.3...v16.12.0) (2024-09-17)
|
|
1328
|
+
|
|
1329
|
+
### Features
|
|
1330
|
+
|
|
1331
|
+
* DAZUIC-3020 table: truncate multiple chips with small truncation indicator chip ([43ce030](https://github.com/BAZG-Quadrel/quadrel-framework/commit/43ce03013bc5a9a5161f7e19af09a6fdb5657259))
|
|
1332
|
+
|
|
1333
|
+
### Bug Fixes
|
|
1334
|
+
|
|
1335
|
+
* DAZUIC-3412 - word break and width in commentari add new button fixed ([fd58e48](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fd58e48f49848f25349f0fdd336c1688053fbba1))
|
|
1336
|
+
## [16.11.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.11.2...v16.11.3) (2024-09-16)
|
|
1337
|
+
## [16.11.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.11.1...v16.11.2) (2024-09-16)
|
|
1338
|
+
## [16.11.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.11.0...v16.11.1) (2024-09-11)
|
|
1339
|
+
## [16.11.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.10.0...v16.11.0) (2024-09-11)
|
|
1340
|
+
|
|
1341
|
+
### Features
|
|
1342
|
+
|
|
1343
|
+
* DAZUIC-3376 page-tabs - replace selectionChange output by tabSelection output ([f9f4050](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f9f405041edf429c50ae90768117809fd8eb6df0))
|
|
1344
|
+
## [16.10.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.9.1...v16.10.0) (2024-09-11)
|
|
1345
|
+
|
|
1346
|
+
### Features
|
|
1347
|
+
|
|
1348
|
+
* DAZUIC-3372 QdPageFooter Anpassungen ([2996071](https://github.com/BAZG-Quadrel/quadrel-framework/commit/29960714afe736ee480c620a52f210d23c78a6be))
|
|
1349
|
+
## [16.9.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.9.0...v16.9.1) (2024-09-09)
|
|
1350
|
+
|
|
1351
|
+
### Bug Fixes
|
|
1352
|
+
|
|
1353
|
+
* filter - emit valueChange only once per change ([b6b31dc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b6b31dc03fe879273baf5e59695edbf58e567c94))
|
|
1354
|
+
## [16.9.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.8.0...v16.9.0) (2024-09-09)
|
|
1355
|
+
|
|
1356
|
+
### Features
|
|
1357
|
+
|
|
1358
|
+
* DAZUIC-3299 - Add ControlPanel ([fbbf3c1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fbbf3c146644a9eefc68bc1afea5344f354bcacc))
|
|
1359
|
+
## [16.8.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.7.2...v16.8.0) (2024-09-06)
|
|
1360
|
+
|
|
1361
|
+
### Features
|
|
1362
|
+
|
|
1363
|
+
* DAZUIC-3390 ProgressBar max-height for tables ([764878a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/764878af66eb8e8cde14bcf19fac10f45ab25720))
|
|
1364
|
+
## [16.7.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.7.1...v16.7.2) (2024-09-04)
|
|
1365
|
+
|
|
1366
|
+
### Bug Fixes
|
|
1367
|
+
|
|
1368
|
+
* make commentary standalone components module components again and add to public api ([125c202](https://github.com/BAZG-Quadrel/quadrel-framework/commit/125c2027a56f5b0e5c681b151238269a2bc5d875))
|
|
1369
|
+
## [16.7.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.7.0...v16.7.1) (2024-09-03)
|
|
1370
|
+
## [16.7.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.6.2...v16.7.0) (2024-09-02)
|
|
1371
|
+
|
|
1372
|
+
### Features
|
|
1373
|
+
|
|
1374
|
+
* DAZUIC-3376 - page stepper additional properties and methods to enable connection to router ([0f851be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0f851be1a8f398f1c067be30cb0663f20e65baae))
|
|
1375
|
+
## [16.6.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.6.1...v16.6.2) (2024-09-02)
|
|
1376
|
+
## [16.6.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.6.0...v16.6.1) (2024-09-02)
|
|
1377
|
+
## [16.6.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.5.5...v16.6.0) (2024-08-30)
|
|
1378
|
+
|
|
1379
|
+
### Features
|
|
1380
|
+
|
|
1381
|
+
* DAZUIC-3344 - neutral status chip ("none") ([e9e2446](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e9e244692f5fb37778732f3c7df6ec29040039dc))
|
|
1382
|
+
|
|
1383
|
+
### Bug Fixes
|
|
1384
|
+
|
|
1385
|
+
* DAZUIC-3377 - support currency column for tree table ([d8a44a0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d8a44a0444a4aed8b8b0a564726bf432bfd96101))
|
|
1386
|
+
## [16.5.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.5.4...v16.5.5) (2024-08-29)
|
|
1387
|
+
|
|
1388
|
+
### Bug Fixes
|
|
1389
|
+
|
|
1390
|
+
* inspect page readonly toggling with tabs ([83e6e14](https://github.com/BAZG-Quadrel/quadrel-framework/commit/83e6e14dc3ca2a8fc5bde056c7196f55ef1ddd3b))
|
|
1391
|
+
## [16.5.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.5.3...v16.5.4) (2024-08-29)
|
|
1392
|
+
## [16.5.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.5.2...v16.5.3) (2024-08-28)
|
|
1393
|
+
|
|
1394
|
+
### Bug Fixes
|
|
1395
|
+
|
|
1396
|
+
* DAZUIC-3373 - table: handle config changes ([ba9491a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ba9491ac8c7c101337b1be29239dc462c1ec36c3))
|
|
1397
|
+
## [16.5.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.5.0...v16.5.2) (2024-08-27)
|
|
1398
|
+
|
|
1399
|
+
### Bug Fixes
|
|
1400
|
+
|
|
1401
|
+
* Inspect - hide submit button in view mode ([1b7187b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1b7187b7ce8eacfb79f4a366c07ded76b08ace5a))
|
|
1402
|
+
## [16.5.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.4.1...v16.5.0) (2024-08-27)
|
|
1403
|
+
|
|
1404
|
+
### Features
|
|
1405
|
+
|
|
1406
|
+
* update page button handling ([11e7287](https://github.com/BAZG-Quadrel/quadrel-framework/commit/11e728776d7307f47f1026a60d32a52eb35eafdc))
|
|
1407
|
+
|
|
1408
|
+
### Bug Fixes
|
|
1409
|
+
|
|
1410
|
+
* DAZUIC-3295 - styling fixes for page object header facets ([6fa5805](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6fa5805ed6206cf0a1662454ddd7a1805b943cf4))
|
|
1411
|
+
* facet async issues ([5758dd9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5758dd974c6659aa98a60bdd0b36d2af5d9eb35c))
|
|
1412
|
+
* resolve review comments ([6a94c1e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6a94c1e31bd4b1ecd4ca419f8e969004fd657604))
|
|
1413
|
+
* resolve review comments ([e20638a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e20638a2396b530d9aace5b9d6bee387422ebe04))
|
|
1414
|
+
## [16.4.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.4.0...v16.4.1) (2024-08-27)
|
|
1415
|
+
|
|
1416
|
+
### Bug Fixes
|
|
1417
|
+
|
|
1418
|
+
* DAZUIC-3365 - reset emission ReplaySubjects when filter is destroyed to prevent initial emission when the filer is reinitialized ([7de7076](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7de7076b8a0b98503ec3280c07b1413c41d05d1f))
|
|
1419
|
+
## [16.4.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.3.3...v16.4.0) (2024-08-26)
|
|
1420
|
+
|
|
1421
|
+
### Features
|
|
1422
|
+
|
|
1423
|
+
* DAZUIC-3183 - new icons certificateReview and certificateWait ([81a6f30](https://github.com/BAZG-Quadrel/quadrel-framework/commit/81a6f30894a6e4a18116c8323281004648482db8))
|
|
1424
|
+
## [16.3.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.3.2...v16.3.3) (2024-08-23)
|
|
1425
|
+
|
|
1426
|
+
### Bug Fixes
|
|
1427
|
+
|
|
1428
|
+
* DAZUIC-3365 - return result of last call if refresh is called multiple times in quick succession even if first call is resolved later ([bad46ff](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bad46ff027e8b761f0e21048475afb413b1f8460))
|
|
1429
|
+
## [16.3.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.3.1...v16.3.2) (2024-08-22)
|
|
1430
|
+
|
|
1431
|
+
### Bug Fixes
|
|
1432
|
+
|
|
1433
|
+
* DAZUIC-3293 - move currentLang to last position for translateService.getTranslation calls because of an issue in the getTranslation method ([24cf235](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24cf2354d1301c42d7d4f705c2a17a03483aea25))
|
|
1434
|
+
## [16.3.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.3.0...v16.3.1) (2024-08-22)
|
|
1435
|
+
|
|
1436
|
+
### Bug Fixes
|
|
1437
|
+
|
|
1438
|
+
* DAZUIC-3345 - fix input dropdown bugs and scroll into view with arrow keys ([5e42fd3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5e42fd3612e14850d4a8e89b5403b373e2e852cf))
|
|
1439
|
+
## [16.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.2.2...v16.3.0) (2024-08-20)
|
|
1440
|
+
|
|
1441
|
+
### Features
|
|
1442
|
+
|
|
1443
|
+
* cleanup storybook ([9a7500b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9a7500bd7e499086a00cff45724fa0f5937b1a04))
|
|
1444
|
+
* DAZUIC-3095 - add doku ([7eceb2f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7eceb2fd59ef8100bc8a325c044a542eb3943099))
|
|
1445
|
+
* DAZUIC-3095 - further content types for POH ([9856f6f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9856f6ff470a46e3861a09cabc5bdd453465da43))
|
|
1446
|
+
* DAZUIC-3096 - implement further facets references, progress and criticality ([e6a6ace](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e6a6acee742ab3796e8dc6cd45bc5df5b0b1fc16))
|
|
1447
|
+
* DAZUIC-3097 Create Actions ([d64ac69](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d64ac69026aaca869f49e276cb9373f04969c978))
|
|
1448
|
+
* DAZUIC-3097 Created PageTypeConfigs and Layout ([51813e2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/51813e23f5295d6b587c5f27f03d51e617d2d885))
|
|
1449
|
+
* DAZUIC-3251 - button behaviour footer ([d4ec3a2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d4ec3a2b430da356bf013080ed2ed12c33f4b8cf))
|
|
1450
|
+
* DAZUIC-3252 - actions for overview and custom pages ([727ded8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/727ded8291badcc95746e6ce2bd974dbe540467f))
|
|
1451
|
+
* DAZUIC-3260 - remove page levels in favor of isHome ([e6c4615](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e6c46154d75794b53ca19c1156d8d5f3ea09f557))
|
|
1452
|
+
* inspect mode readonly controlling ([60c25de](https://github.com/BAZG-Quadrel/quadrel-framework/commit/60c25de41fd02fd763dcde41d87bada10c82ad01))
|
|
1453
|
+
* readonly controlling - respect config values over inspect controlling ([a8cc7b1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a8cc7b18e7558a4e2149903954dfbe854079ca80))
|
|
1454
|
+
|
|
1455
|
+
### Bug Fixes
|
|
1456
|
+
|
|
1457
|
+
* add property to providers ([42d59d6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/42d59d66b63ee926d7f1c19e59d2ec717a536524))
|
|
1458
|
+
* build ([ac0d1b8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ac0d1b8d17a46aa3b371a26388536c9103cdaf2e))
|
|
1459
|
+
* dialog injection ([f6ccc80](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f6ccc8078fd99f2de2c2d9e1ee9bb817798fda5f))
|
|
1460
|
+
* fix pipeline ([52b086e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/52b086ec1f5dcc1f44ae4c275a479dcde6b2cc4c))
|
|
1461
|
+
* fix some issues before release ([83a40ff](https://github.com/BAZG-Quadrel/quadrel-framework/commit/83a40ff650140f061d1bb80970891e876bb47dc2))
|
|
1462
|
+
* isHome declaration position ([5c7ee52](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5c7ee52c3d4d48fd0c0708e4e3107ac9195ebfcb))
|
|
1463
|
+
* multiple ng-contents not allowed ([8491111](https://github.com/BAZG-Quadrel/quadrel-framework/commit/84911115ce95fba15a6c72e474df7f95b9801980))
|
|
1464
|
+
* readonly toggling only for inspect ([125a517](https://github.com/BAZG-Quadrel/quadrel-framework/commit/125a51781ad0083cff11ca8efc6ab61104eb0797))
|
|
1465
|
+
* remove blabla ([4868733](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4868733e70d85461670f403ee2058167c8d70bd3))
|
|
1466
|
+
## [16.2.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.2.1...v16.2.2) (2024-08-16)
|
|
1467
|
+
|
|
1468
|
+
### Bug Fixes
|
|
1469
|
+
|
|
1470
|
+
* build issue with import fixed ([220c90e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/220c90e3dcd51849b50e1daa9a882959e5f5c833))
|
|
1471
|
+
## [16.2.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.2.0...v16.2.1) (2024-08-16)
|
|
1472
|
+
|
|
1473
|
+
### Bug Fixes
|
|
1474
|
+
|
|
1475
|
+
* DAZUIC-3312 - table clean up behaviour fixed ([b6d9881](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b6d9881ef75c4d59a5d13d85c2ff6d499ac48270))
|
|
1476
|
+
## [16.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.1.0...v16.2.0) (2024-08-15)
|
|
1477
|
+
|
|
1478
|
+
### Features
|
|
1479
|
+
|
|
1480
|
+
* DAZUIC-3259 - change section toolbar button to ghost button ([ff84e62](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ff84e62110b22c49488f10e766452c613b7fad9f))
|
|
1481
|
+
|
|
1482
|
+
### Bug Fixes
|
|
1483
|
+
|
|
1484
|
+
* DAZUIC-3239 - table filter bug ([8e60e0b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8e60e0b7098dabdd05c87e6987359b199a9e5a99))
|
|
1485
|
+
## [16.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.0.1...v16.1.0) (2024-08-09)
|
|
1486
|
+
|
|
1487
|
+
### Features
|
|
1488
|
+
|
|
1489
|
+
* DAZUIC-3287 - search debounceTime removed; search emits only on enter or icon click and not when typing ([0c359a9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0c359a96332d43f75258458d5af5640bccb064bc))
|
|
1490
|
+
## [16.0.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v16.0.0...v16.0.1) (2024-08-06)
|
|
1491
|
+
|
|
1492
|
+
### Bug Fixes
|
|
1493
|
+
|
|
1494
|
+
* DAZUIC-3286 - filter reset button behavior fixed when data from store is used; handling of category changes simplified ([53d3f7b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/53d3f7bbe8f2c765bf800e87136e268716f4274d))
|
|
1495
|
+
## [16.0.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.46.2...v16.0.0) (2024-08-06)
|
|
1496
|
+
|
|
1497
|
+
### Features
|
|
1498
|
+
|
|
1499
|
+
* DAZUIC-2712 - migration of confirmation-dialog ([92017c8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/92017c8a096e959bdc12db52dd84093d610ab749))
|
|
1500
|
+
* DAZUIC-3110 - BREAKING CHANGE - upgrade to v16 ([5495d65](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5495d65ae15329f56d2a7a326dc83c203508ef24))
|
|
1501
|
+
* DAZUIC-3120 - qd-date-tree removed ([a15205f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a15205fbba72f72edf7e261bc938174af7981604))
|
|
1502
|
+
* DAZUIC-3121 - table: removed legacy data resolver and replaced usages ([4b33b85](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4b33b8550ca277f58b69c6e0cffc8e599861e01d))
|
|
1503
|
+
* DAZUIC-3123 - Remove Zombies: QdModal ([77e04af](https://github.com/BAZG-Quadrel/quadrel-framework/commit/77e04aff079a6622f6aa1da70d46add9e8257483))
|
|
1504
|
+
* DAZUIC-3124 - Remove Zombies: QdException ([4cc86da](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4cc86da0712854343f3f526ae68904f930877788))
|
|
1505
|
+
|
|
1506
|
+
### Bug Fixes
|
|
1507
|
+
|
|
1508
|
+
* DAZUIC-3263 - fix change detection loop in filter (remove async ngOnChanges); also emit filter url for changes from connector directive ([ce16ea6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ce16ea6321aaba7540ad7444be4c7fab1ef68727))
|
|
1509
|
+
## [15.46.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.46.1...v15.46.2) (2024-07-30)
|
|
1510
|
+
|
|
1511
|
+
### Bug Fixes
|
|
1512
|
+
|
|
1513
|
+
* DAZUIC-3249 - Fix container toolbar when multiple actions are in use ([d7f67cd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d7f67cd0a02d275c25f4ca12873e6b040c952052))
|
|
1514
|
+
## [15.46.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.46.0...v15.46.1) (2024-07-29)
|
|
1515
|
+
|
|
1516
|
+
### Bug Fixes
|
|
1517
|
+
|
|
1518
|
+
* DAZUIC-3239 - make table store type safe ([18b7973](https://github.com/BAZG-Quadrel/quadrel-framework/commit/18b79737ebaa7c75dfaa03979be7bfd79b4e6081))
|
|
1519
|
+
## [15.46.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.45.1...v15.46.0) (2024-07-23)
|
|
1520
|
+
|
|
1521
|
+
### Features
|
|
1522
|
+
|
|
1523
|
+
* DAZUIC-3118 - qdColumns responsive colspans; qdColumnBreakBefore, qdColumnFullGridWidth, qdColumnNextInSameRow, qdColumnAutoFill, qdColumnsDisableAutoFill and qdColumnsMax directive ([d0d607f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d0d607f3e959c3425f79b011f52b66ed3acc1aaf))
|
|
1524
|
+
## [15.45.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.45.0...v15.45.1) (2024-07-22)
|
|
1525
|
+
|
|
1526
|
+
### Features
|
|
1527
|
+
|
|
1528
|
+
* DAZUIC-3240 - Commentari - Deleted API ([aaca698](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aaca69838bbc26f0a21e5162afb7534649016cc1))
|
|
1529
|
+
## [15.45.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.44.2...v15.45.0) (2024-07-19)
|
|
1530
|
+
|
|
1531
|
+
### Features
|
|
1532
|
+
|
|
1533
|
+
* DAZUIC-3190 - input dropdown ([73cda4d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/73cda4dfe4dcb637a26a8a8443f35861503210b3))
|
|
1534
|
+
## [15.44.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.44.1...v15.44.2) (2024-07-17)
|
|
1535
|
+
|
|
1536
|
+
### Bug Fixes
|
|
1537
|
+
|
|
1538
|
+
* QD Table - unsubscribe fixed for columnSortDirection$ subscription ([acc9fa7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/acc9fa714bcdcfd549ee174feb43a2823769005f))
|
|
1539
|
+
## [15.44.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.44.0...v15.44.1) (2024-07-16)
|
|
1540
|
+
## [15.44.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.43.0...v15.44.0) (2024-07-16)
|
|
1541
|
+
|
|
1542
|
+
### Features
|
|
1543
|
+
|
|
1544
|
+
* DAZUIC-3094 - POH status and value facets ([9d698da](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9d698dad063ec36b31e253deb9f4788e7a5c0cab))
|
|
1545
|
+
## [15.43.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.42.0...v15.43.0) (2024-07-15)
|
|
1546
|
+
|
|
1547
|
+
### Features
|
|
1548
|
+
|
|
1549
|
+
* DAZUIC-3107 - POH initial creation ([55f2e5b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/55f2e5b32b07993a5c3f526e5425fc57b6e351ab))
|
|
1550
|
+
## [15.42.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.41.1...v15.42.0) (2024-07-05)
|
|
1551
|
+
|
|
1552
|
+
### Features
|
|
1553
|
+
|
|
1554
|
+
* DAZUIC-3180 - Makes sure that the highest break point in the edge is reached ([2b7d867](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2b7d867c33b3e221354124b14b1dd83c00d4080c))
|
|
1555
|
+
## [15.41.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.41.0...v15.41.1) (2024-07-04)
|
|
1556
|
+
|
|
1557
|
+
### Bug Fixes
|
|
1558
|
+
|
|
1559
|
+
* DAZUIC-3226 - Cleanup of table state in ngrx-store when UID has been auto-generated ([61ea331](https://github.com/BAZG-Quadrel/quadrel-framework/commit/61ea331286fa3a7a7a86579b5ddf043712e252f3))
|
|
1560
|
+
* DAZUIC-3227 - change detection issue in file collector fixed ([48123a6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/48123a68cd9d8afdfa0d4078fc50e75a6703a2aa))
|
|
1561
|
+
## [15.41.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.40.2...v15.41.0) (2024-07-04)
|
|
1562
|
+
|
|
1563
|
+
### Features
|
|
1564
|
+
|
|
1565
|
+
* DAZUIC-3191 - Added New Comment and Readonly Dialog ([200fe2f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/200fe2fc0696dd60bb07c4597861f9e1174d697d))
|
|
1566
|
+
|
|
1567
|
+
### Bug Fixes
|
|
1568
|
+
|
|
1569
|
+
* DAZUIC-3061 - More highlighting for Storysource Button ([fdc070b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fdc070bf3845384a24128b44cf31f57f14b4be4b))
|
|
1570
|
+
* DAZUIC-3181 - shell left and right scrolling ([b0c1a02](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b0c1a027e19be374e67efcb71a88d0428dc4e422))
|
|
1571
|
+
* DAZUIC-3221 icon active fix ([6d423dd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6d423dd196f2e03c66f6fe034f8da6af6553cffc))
|
|
1572
|
+
## [15.40.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.40.1...v15.40.2) (2024-07-01)
|
|
1573
|
+
|
|
1574
|
+
### Bug Fixes
|
|
1575
|
+
|
|
1576
|
+
* service navigation - eportal language request error handling ([8cdcaeb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8cdcaeb1480ae8e6bdab8394091a2c9abe7328aa))
|
|
1577
|
+
## [15.40.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.40.0...v15.40.1) (2024-07-01)
|
|
1578
|
+
|
|
1579
|
+
### Bug Fixes
|
|
1580
|
+
|
|
1581
|
+
* add page tabs module to qd ui module ([f83df49](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f83df49d027fcd56ea39a11ce51b34e0bd1a4006))
|
|
1582
|
+
## [15.40.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.39.2...v15.40.0) (2024-07-01)
|
|
1583
|
+
|
|
1584
|
+
### Features
|
|
1585
|
+
|
|
1586
|
+
* DAZUIC-3210 - allow query parameters in route data previousHref url (my-url?param=value) ([208e094](https://github.com/BAZG-Quadrel/quadrel-framework/commit/208e0946c8cce0e0f0e1fafbaa21c2df1edbaf6c))
|
|
1587
|
+
## [15.39.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.39.1...v15.39.2) (2024-07-01)
|
|
1588
|
+
|
|
1589
|
+
### Bug Fixes
|
|
1590
|
+
|
|
1591
|
+
* add ngx-editor dependency to fix build issue ([daa1836](https://github.com/BAZG-Quadrel/quadrel-framework/commit/daa1836bf38cac82801f70aef9b2fc8ab3c283c1))
|
|
1592
|
+
* add page tabs module to public api ([0e0c751](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0e0c751933139636897971f3607fc778d3f354b1))
|
|
1593
|
+
* fixes cut of big CH logo ([0c61834](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0c61834491aa727d341c7b4cff0a0dd003c31d32))
|
|
1594
|
+
## [15.39.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.39.0...v15.39.1) (2024-06-28)
|
|
1595
|
+
|
|
1596
|
+
### Bug Fixes
|
|
1597
|
+
|
|
1598
|
+
* make config in service-navigation.service.ts public instead of getter/setter without logic ([3cc0e31](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3cc0e31f1f21933a2111340e2f76e2c57a902691))
|
|
1599
|
+
## [15.39.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.38.2...v15.39.0) (2024-06-27)
|
|
1600
|
+
|
|
1601
|
+
### Features
|
|
1602
|
+
|
|
1603
|
+
* DAZUIC-2958 file collector - handle async file list changes ([ab006e2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ab006e2d8f7321e6ac4c44d8626508965aeab3eb))
|
|
1604
|
+
## [15.38.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.38.1...v15.38.2) (2024-06-26)
|
|
1605
|
+
## [15.38.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.38.0...v15.38.1) (2024-06-26)
|
|
1606
|
+
## [15.38.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.37.2...v15.38.0) (2024-06-26)
|
|
1607
|
+
|
|
1608
|
+
### Features
|
|
1609
|
+
|
|
1610
|
+
* DAZUIC-3109 - richtext editor ([8b6f084](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8b6f084221402b6c49fbe31a9fbcec5c3be95309))
|
|
1611
|
+
## [15.37.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.37.1...v15.37.2) (2024-06-26)
|
|
1612
|
+
|
|
1613
|
+
### Bug Fixes
|
|
1614
|
+
|
|
1615
|
+
* DAZUIC-3182 - fix previousHref issue ([529944b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/529944b45130ee95e2fb8892eefb3cf6a75e5591))
|
|
1616
|
+
* DAZUIC-3187 - Make table-filter-connection more reactive ([a33727e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a33727eb1ba0717d116f0c42aa172df59919ecd0))
|
|
1617
|
+
* DAZUIC-3187 - Remove the warnings in the unit tests ([bfba341](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bfba3414812683d5d73f8f9f7e280c150a3e4dd0))
|
|
1618
|
+
## [15.37.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.37.0...v15.37.1) (2024-06-25)
|
|
1619
|
+
|
|
1620
|
+
### Bug Fixes
|
|
1621
|
+
|
|
1622
|
+
* DAZUIC-3174 - added new icons ([c0ced7b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c0ced7b285df3aac85153db1133c4c9b4fb748cc))
|
|
1623
|
+
## [15.37.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.36.7...v15.37.0) (2024-06-24)
|
|
1624
|
+
|
|
1625
|
+
### Features
|
|
1626
|
+
|
|
1627
|
+
* DAZUIC-3119 - integrate comments in shell ([e24a8b7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e24a8b72f384ef2f21e8d9cd9f8501d71365814e))
|
|
1628
|
+
* DAZUIC-3119 - pr corrections ([f505454](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f50545475272880ded55567b210c6aabde79a2f9))
|
|
1629
|
+
* DAZUIC-3119 - Use correkt input value for shell header ([3f09fd3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3f09fd3b08ac6644d05556b3e47fc682d4688503))
|
|
1630
|
+
* DAZUIC-3126 - comments unit tests ([b577678](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b5776780bdb1c2cdc4b79f3c5e0bfcec48395c72))
|
|
1631
|
+
* DAZUIC-3126 - create comments list ([ac7f1ee](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ac7f1eec5efd5164cd9c557e8284f654bdfb797f))
|
|
1632
|
+
* DAZUIC-3126 - remove cypress file ([42ff799](https://github.com/BAZG-Quadrel/quadrel-framework/commit/42ff799232fdc767d618f4d384909d874eb9902e))
|
|
1633
|
+
## [15.36.7](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.36.6...v15.36.7) (2024-06-24)
|
|
1634
|
+
|
|
1635
|
+
### Bug Fixes
|
|
1636
|
+
|
|
1637
|
+
* DAZUIC-3112 - remove entry components ([9ccba94](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9ccba94682094077d0922557ef599b08dded6c31))
|
|
1638
|
+
## [15.36.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.36.5...v15.36.6) (2024-06-20)
|
|
1639
|
+
## [15.36.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.36.4...v15.36.5) (2024-06-20)
|
|
1640
|
+
|
|
1641
|
+
### Bug Fixes
|
|
1642
|
+
|
|
1643
|
+
* DAZUIC-3130 - Correct reset of form array ([44889d5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/44889d52b4687f2c843dfb14367ca53f90bc1182))
|
|
1644
|
+
## [15.36.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.36.3...v15.36.4) (2024-06-17)
|
|
1645
|
+
|
|
1646
|
+
### Bug Fixes
|
|
1647
|
+
|
|
1648
|
+
* modal fullscreen issues ([71885a5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/71885a5fd9837db419eb84b62dde5923615a7b9d))
|
|
1649
|
+
* remove record stepper stuff ([aa8c3b3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aa8c3b3cfd62b71d1569649782f5656abc7d12fb))
|
|
1650
|
+
## [15.36.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.36.2...v15.36.3) (2024-06-12)
|
|
1651
|
+
|
|
1652
|
+
### Bug Fixes
|
|
1653
|
+
|
|
1654
|
+
* DAZUIC-2929 - get pams environment from backend config in QdShellServiceNavigationComponent ([c294571](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c2945712237d161bfd884994dd15b7d307b8f019))
|
|
1655
|
+
## [15.36.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.36.1...v15.36.2) (2024-06-10)
|
|
1656
|
+
|
|
1657
|
+
### Bug Fixes
|
|
1658
|
+
|
|
1659
|
+
* DAZUIC-3147 - determination of toolbar components in table integration fixed ([28688e7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/28688e7205cf7ebe9c968f4e5c41b5253052fb1f))
|
|
1660
|
+
## [15.36.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.36.0...v15.36.1) (2024-06-10)
|
|
1661
|
+
## [15.36.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.35.0...v15.36.0) (2024-06-05)
|
|
1662
|
+
|
|
1663
|
+
### Features
|
|
1664
|
+
|
|
1665
|
+
* DAZUIC-3067 - New Output Event for Navigation on Tabs ([ff9eaaf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ff9eaafe9ceed54bfe8bcebaae9b55210fa44035))
|
|
1666
|
+
## [15.35.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.34.2...v15.35.0) (2024-06-04)
|
|
1667
|
+
|
|
1668
|
+
### Features
|
|
1669
|
+
|
|
1670
|
+
* DAZUIC-3078 - isHidden flag for addNew button ([f1138f4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f1138f4d373bb46348048e912eadae1ff8025fb0))
|
|
1671
|
+
## [15.34.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.34.1...v15.34.2) (2024-06-04)
|
|
1672
|
+
|
|
1673
|
+
### Bug Fixes
|
|
1674
|
+
|
|
1675
|
+
* pamsEnvironment binding in Service Navigation ([778c00c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/778c00cee1e59b63551d0f5835f794a8006e9cd4))
|
|
1676
|
+
## [15.34.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.34.0...v15.34.1) (2024-06-03)
|
|
1677
|
+
|
|
1678
|
+
### Bug Fixes
|
|
1679
|
+
|
|
1680
|
+
* DAZUIC-3052 - fix previousHref route parameter for sub module routes ([7400769](https://github.com/BAZG-Quadrel/quadrel-framework/commit/74007697755b35d9c9360d33dd71bb2ec938756b))
|
|
1681
|
+
## [15.34.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.33.1...v15.34.0) (2024-05-30)
|
|
1682
|
+
|
|
1683
|
+
### Features
|
|
1684
|
+
|
|
1685
|
+
* DAZUIC-2771 - key navigation for dropdown component ([650beae](https://github.com/BAZG-Quadrel/quadrel-framework/commit/650beae50239c1fb7ab412449185987392c20eef))
|
|
1686
|
+
* DAZUIC-2771 - use form-input component for multiInput key navigation ([325a2bb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/325a2bb612be0e9acbd27e6498674ab5bb890ed9))
|
|
1687
|
+
## [15.33.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.33.0...v15.33.1) (2024-05-30)
|
|
1688
|
+
|
|
1689
|
+
### Bug Fixes
|
|
1690
|
+
|
|
1691
|
+
* fix race condition issues in Service Navigation ([534b5f1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/534b5f18f613d8f3dc4df3d5642723911eea1f86))
|
|
1692
|
+
## [15.33.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.32.1...v15.33.0) (2024-05-29)
|
|
1693
|
+
|
|
1694
|
+
### Features
|
|
1695
|
+
|
|
1696
|
+
* DAZUIC-2921 ff - Release for page navigation ([e66b6f8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e66b6f8a5b7195c8983bbc6453833e270ae1e3bb))
|
|
1697
|
+
## [15.32.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.32.0...v15.32.1) (2024-05-29)
|
|
1698
|
+
|
|
1699
|
+
### Bug Fixes
|
|
1700
|
+
|
|
1701
|
+
* DAZUIC-3064 - hide checkbox button if config not set; fix dialogRef closed handler ([4cf8441](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4cf8441f813260fdc4a78877300c7240f5748bac))
|
|
1702
|
+
## [15.32.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.31.3...v15.32.0) (2024-05-29)
|
|
1703
|
+
|
|
1704
|
+
### Features
|
|
1705
|
+
|
|
1706
|
+
* DAZUIC-2918 - service navigation integration ([03df884](https://github.com/BAZG-Quadrel/quadrel-framework/commit/03df884654a1f7b9d299ccb96b94eb1c32000a75))
|
|
1707
|
+
* DAZUIC-2957 - fetch default language from eportal ([7783bb2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7783bb2dae9e67870874059d84ac9496d084189b))
|
|
1708
|
+
* **service-navigation:** rework implementation with CDN reference ([d0ea28e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d0ea28ea75d800016f6258374bc0ee80e2fc60b0))
|
|
1709
|
+
|
|
1710
|
+
### Bug Fixes
|
|
1711
|
+
|
|
1712
|
+
* DAZUIC-3052 - fix previousHref route parameter for sub module routes ([541d2b7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/541d2b7aeb17690b43452824058cba0adf5dc81d))
|
|
1713
|
+
* DAZUIC-3054 - wait for config by table[qdConnectToFilter] before initializing filter ([bf402ad](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bf402adc95c4d1d906c1dfa806340c74ddc3da1d))
|
|
1714
|
+
* minor fixes in service navigation config ([c632945](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c6329459c1be7934b557de54c19bcebb21e03433))
|
|
1715
|
+
## [15.31.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.31.2...v15.31.3) (2024-05-28)
|
|
1716
|
+
|
|
1717
|
+
### Bug Fixes
|
|
1718
|
+
|
|
1719
|
+
* DAZUIC-3050 - handling of search component debounce time fixed ([a1781bf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a1781bf3ecdb4fc8420a68654e6e074a91470bc1))
|
|
1720
|
+
## [15.31.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.31.1...v15.31.2) (2024-05-24)
|
|
1721
|
+
## [15.31.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.31.0...v15.31.1) (2024-05-24)
|
|
1722
|
+
|
|
1723
|
+
### Bug Fixes
|
|
1724
|
+
|
|
1725
|
+
* DAZUIC-3029 - Allow null values for read-only form values ([8366929](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8366929b320a50d7da0630540cc47e1fdb891724))
|
|
1726
|
+
## [15.31.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.30.0...v15.31.0) (2024-05-23)
|
|
1727
|
+
|
|
1728
|
+
### Features
|
|
1729
|
+
|
|
1730
|
+
* DAZUIC-2921 - Tabs integration: Page footer ([93d809b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/93d809bc1119df4b5347cede2f004a423681c377))
|
|
1731
|
+
## [15.30.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.29.0...v15.30.0) (2024-05-22)
|
|
1732
|
+
|
|
1733
|
+
### Features
|
|
1734
|
+
|
|
1735
|
+
* DAZUIC-3033 page tabs - isDisabled config to disable a single tab ([bdec18d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bdec18d3a6530d2a7d4e594b22f2330de6f1be27))
|
|
1736
|
+
## [15.29.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.28.0...v15.29.0) (2024-05-22)
|
|
1737
|
+
|
|
1738
|
+
### Features
|
|
1739
|
+
|
|
1740
|
+
* DAZUIC-3011 - QdPageFooter API und integration Stepper ([82f031a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/82f031aefb97a130974acaa09c0f11f2aa312d21))
|
|
1741
|
+
|
|
1742
|
+
### Bug Fixes
|
|
1743
|
+
|
|
1744
|
+
* add readonly actions in multiInput, fix checkbox bug in service ([e95ef4d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e95ef4d431be3b5f7457cf825f40c93ac1e3d974))
|
|
1745
|
+
* no more errors if page title is not given ([9ddfbe0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9ddfbe05b353f49f31df64b67ec4043d8da02a54))
|
|
1746
|
+
* re-add close container ([14b35d3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/14b35d39d00b8392d99f12a6c4423db6257026f8))
|
|
1747
|
+
## [15.28.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.27.1...v15.28.0) (2024-05-15)
|
|
1748
|
+
|
|
1749
|
+
### Features
|
|
1750
|
+
|
|
1751
|
+
* DAZUIC-2925 - page navigation tabs redesign ([b140e6c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b140e6c354687ab8cf21bf0fdbbc292345c2766b))
|
|
1752
|
+
## [15.27.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.27.0...v15.27.1) (2024-05-15)
|
|
1753
|
+
## [15.27.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.26.1...v15.27.0) (2024-05-15)
|
|
1754
|
+
|
|
1755
|
+
### Features
|
|
1756
|
+
|
|
1757
|
+
* DAZUIC-2996 snackbar notifications onClose callback ([fc319cf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fc319cf6af5e219cfafd63415d43c7565998710c))
|
|
1758
|
+
## [15.26.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.26.0...v15.26.1) (2024-05-15)
|
|
1759
|
+
|
|
1760
|
+
### Bug Fixes
|
|
1761
|
+
|
|
1762
|
+
* DAZUIC-3022 - fix container in legacy layout ([ff786f1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ff786f105210ad6c74c4a55a629fb3fce221aad0))
|
|
1763
|
+
## [15.26.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.25.0...v15.26.0) (2024-05-14)
|
|
1764
|
+
|
|
1765
|
+
### Features
|
|
1766
|
+
|
|
1767
|
+
* **datepicker:** validate date and time for model binding usage ([48f085e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/48f085e2be612673f00c8bc7f7e737a2a0e11bdb))
|
|
1768
|
+
|
|
1769
|
+
### Bug Fixes
|
|
1770
|
+
|
|
1771
|
+
* **datepicker:** allow model binding with initial value ([13d3532](https://github.com/BAZG-Quadrel/quadrel-framework/commit/13d3532eddc30fc92104408f5be32314e463d6a0))
|
|
1772
|
+
* **datepicker:** initial value ([8b5f6ee](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8b5f6ee779fe7d5089fec89f97de669eb39dcc00))
|
|
1773
|
+
* **datetime-picker:** validation user input ([1ff4f5d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ff4f5deb9a76cb0327f9d46d35b16620645d71c))
|
|
1774
|
+
* DAZUIC-2795 - datepicker invalid user input ([ecb3d37](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ecb3d37de5e4ead12eaafe36997cd95622dd6180))
|
|
1775
|
+
## [15.25.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.24.1...v15.25.0) (2024-05-14)
|
|
1776
|
+
|
|
1777
|
+
### Features
|
|
1778
|
+
|
|
1779
|
+
* DAZUIC-2996 desktop notifications ([1c1d06a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1c1d06acebb5d72de0de1db74d31647bc1fb1b46))
|
|
1780
|
+
## [15.24.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.24.0...v15.24.1) (2024-05-13)
|
|
1781
|
+
|
|
1782
|
+
### Bug Fixes
|
|
1783
|
+
|
|
1784
|
+
* DAZUIC-3006 - datepicker handle edge case when first of month is a sunday ([ad04847](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ad048472ac187c6319ff345c7b546d4fa5205722))
|
|
1785
|
+
## [15.24.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.23.0...v15.24.0) (2024-05-10)
|
|
1786
|
+
|
|
1787
|
+
### Features
|
|
1788
|
+
|
|
1789
|
+
* DAZUIC-2920 - Cancel Button and Dialog ([04a680d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/04a680d26e7a86d88605ad9557853eb91cc850e2))
|
|
1790
|
+
## [15.23.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.22.1...v15.23.0) (2024-05-07)
|
|
1791
|
+
|
|
1792
|
+
### Features
|
|
1793
|
+
|
|
1794
|
+
* DAZUIC-2617 - add valueChange to filter ([32b3966](https://github.com/BAZG-Quadrel/quadrel-framework/commit/32b3966d201552d6f7cfe380124db7d7c76f0bb9))
|
|
1795
|
+
## [15.22.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.22.0...v15.22.1) (2024-05-06)
|
|
1796
|
+
## [15.22.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.21.1...v15.22.0) (2024-05-06)
|
|
1797
|
+
|
|
1798
|
+
### Features
|
|
1799
|
+
|
|
1800
|
+
* DAZUIC-2924 - page navigation stepper redesign ([f47dfda](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f47dfda331d2dc474e325c2cd976be16f076e6a2))
|
|
1801
|
+
## [15.21.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.21.0...v15.21.1) (2024-05-03)
|
|
1802
|
+
## [15.21.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.20.1...v15.21.0) (2024-05-02)
|
|
1803
|
+
|
|
1804
|
+
### Features
|
|
1805
|
+
|
|
1806
|
+
* DAZUIC-2978 - table on push strategy ([1ae51b8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ae51b8a6a9f704b96e450cfc853a85486e4dae6))
|
|
1807
|
+
## [15.20.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.20.0...v15.20.1) (2024-05-02)
|
|
1808
|
+
|
|
1809
|
+
### Bug Fixes
|
|
1810
|
+
|
|
1811
|
+
* DAZUIC-2861 - multi input disabled with form controls ([c35855d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c35855d235dc518bc69f980c9fa32ef8a2d342a8))
|
|
1812
|
+
* DAZUIC-2861 - multi input values and valueChange ([35b501a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/35b501a12333c8cdafe67f75089ec7996f7ddd0e))
|
|
1813
|
+
## [15.20.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.19.0...v15.20.0) (2024-05-01)
|
|
1814
|
+
|
|
1815
|
+
### Features
|
|
1816
|
+
|
|
1817
|
+
* DAZUIC-2927 - page navigation tabs ([71b339b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/71b339b569b7c9a622697c7313b3fef188565f94))
|
|
1818
|
+
## [15.19.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.18.0...v15.19.0) (2024-05-01)
|
|
1819
|
+
|
|
1820
|
+
### Features
|
|
1821
|
+
|
|
1822
|
+
* Stepper: DAZUIC-2922 - Completion of the API, encapsulation CDK ([0a9e4ba](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0a9e4ba62bd23c74c13e93cd29be8e94701c8ef8))
|
|
1823
|
+
## [15.18.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.17.0...v15.18.0) (2024-05-01)
|
|
1824
|
+
|
|
1825
|
+
### Features
|
|
1826
|
+
|
|
1827
|
+
* DAZUIC-2974 - upload timestamp for collected files ([607efd1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/607efd1aa700fd17cf91620c3aff14accaf22429))
|
|
1828
|
+
|
|
1829
|
+
### Bug Fixes
|
|
1830
|
+
|
|
1831
|
+
* design issue upload timestamp ([2416075](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2416075d18eef605b5d6d450de1af25a0ae7ca7e))
|
|
1832
|
+
* file name ([c44dfb2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c44dfb2486b1b0277363ebfd5b6ce77b2e1f76d7))
|
|
1833
|
+
## [15.17.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.16.6...v15.17.0) (2024-05-01)
|
|
1834
|
+
|
|
1835
|
+
### Features
|
|
1836
|
+
|
|
1837
|
+
* Stepper: DAZUIC-2922 - Completion of the API, encapsulation CDK ([b4daef5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b4daef52c45bcde206e8d346ce5d9fa0d0ebdf60))
|
|
1838
|
+
## [15.16.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.16.5...v15.16.6) (2024-04-30)
|
|
1839
|
+
|
|
1840
|
+
### Bug Fixes
|
|
1841
|
+
|
|
1842
|
+
* DAZUIC-2997 dropdown opens with a higher priority down than up ([bd486be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bd486be38337aabd6cbf9f5fd74f43c0a0b4c9bd))
|
|
1843
|
+
## [15.16.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.16.4...v15.16.5) (2024-04-26)
|
|
1844
|
+
|
|
1845
|
+
### Bug Fixes
|
|
1846
|
+
|
|
1847
|
+
* DAZUIC-2990 - don't close parent popover if nested popover is opened ([00b890d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/00b890de6677887f823d8d6e351f879e95cc51b4))
|
|
1848
|
+
## [15.16.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.16.3...v15.16.4) (2024-04-26)
|
|
1849
|
+
## [15.16.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.16.2...v15.16.3) (2024-04-25)
|
|
1850
|
+
|
|
1851
|
+
### Bug Fixes
|
|
1852
|
+
|
|
1853
|
+
* DAZUIC-2989 - closes secondary action menu on every click ([9d9fd1d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9d9fd1d815056ea68b0d4bb90c00b27cf29dcbd0))
|
|
1854
|
+
* DAZUIC-2989 - do not fire primary action when clicking secondary actions menu ([2832a31](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2832a316ebca83912c9ebec170aa1eafef760017))
|
|
1855
|
+
* DAZUIC-2989 - provide QdPopoverService in module ([6039162](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6039162bfb6f9617b0f2b4795d9ed14a44aa622b))
|
|
1856
|
+
* Draggable banner in QdShell ([7728b85](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7728b850ba824615330aee894e0ebe0fd79a1f76))
|
|
1857
|
+
## [15.16.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.16.1...v15.16.2) (2024-04-22)
|
|
1858
|
+
|
|
1859
|
+
### Bug Fixes
|
|
1860
|
+
|
|
1861
|
+
* Connector Table Filter directive does not work if filter is preselected ([f4354d5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f4354d5533361658aadf104259d37add0526c0db))
|
|
1862
|
+
* DAZUIC-2965 type of checkbox values for readonly ([9b19001](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9b1900154b50b0410530c55740bc2f701edfa1c9))
|
|
1863
|
+
* Show translated values for readonly switches ([b3c7bc9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b3c7bc9460d60b175fdd2e85741028124613c7a8))
|
|
1864
|
+
## [15.16.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.16.0...v15.16.1) (2024-04-22)
|
|
1865
|
+
|
|
1866
|
+
### Bug Fixes
|
|
1867
|
+
|
|
1868
|
+
* file size pipe - fixes display of empty value ([c6e81fc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c6e81fc07afcb7905d65a0f143971b0e84bff3a1))
|
|
1869
|
+
## [15.16.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.15.0...v15.16.0) (2024-04-22)
|
|
1870
|
+
|
|
1871
|
+
### Features
|
|
1872
|
+
|
|
1873
|
+
* DAZUIC-2979 - notifications service onRemove method ([c611672](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c611672bfb91438ae33f1bbf85963a388e5855e7))
|
|
1874
|
+
## [15.15.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.14.0...v15.15.0) (2024-04-19)
|
|
1875
|
+
|
|
1876
|
+
### Features
|
|
1877
|
+
|
|
1878
|
+
* DAZUIC-2978 - integrate closer and stepper into QdModalFullscreenContainerComponent ([5096403](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5096403f4549cd8fb3b01684b159bbc5d463d8ba))
|
|
1879
|
+
|
|
1880
|
+
### Bug Fixes
|
|
1881
|
+
|
|
1882
|
+
* currency and date display in table ([badf530](https://github.com/BAZG-Quadrel/quadrel-framework/commit/badf530066a865c4a7915f3599969a0a28cbaf0c))
|
|
1883
|
+
## [15.14.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.13.4...v15.14.0) (2024-04-18)
|
|
1884
|
+
|
|
1885
|
+
### Features
|
|
1886
|
+
|
|
1887
|
+
* DAZUIC-2930 - shell right with notifications ([cbae0c7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cbae0c782b6754d1e43c17aaf0d2c789ff14c660))
|
|
1888
|
+
## [15.13.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.13.3...v15.13.4) (2024-04-18)
|
|
1889
|
+
|
|
1890
|
+
### Bug Fixes
|
|
1891
|
+
|
|
1892
|
+
* DAZUIC-2863 - active option for radio buttons ([4298b1a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4298b1a13381e30ee5a81301c3be7e231807695b))
|
|
1893
|
+
* DAZUIC-2863 - active options for checkboxes ([d114719](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d11471945c002178660a13286ebf281eba22c15a))
|
|
1894
|
+
* DAZUIC-2863 - checkbox chips: add option to disable one chip ([6c23445](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6c23445b09fc4aaed838af9a632aa92a49d7c820))
|
|
1895
|
+
* DAZUIC-2863 - pincode component: change input type to password when codeHidden ([edcc1c6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/edcc1c6be474f900254a017577de64c7b8e729c5))
|
|
1896
|
+
* DAZUIC-2863 - set checkboxes height to min-height to not hide hint ([e1258c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e1258c2c3590c59e2a4e5296c8d40dd4ccf7e8eb))
|
|
1897
|
+
* DAZUIC-2863 - show validation errors for checkbox-chips component ([bcbccc2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bcbccc202746de28a6e4a28730bd1efb22849c34))
|
|
1898
|
+
## [15.13.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.13.2...v15.13.3) (2024-04-18)
|
|
1899
|
+
|
|
1900
|
+
### Bug Fixes
|
|
1901
|
+
|
|
1902
|
+
* DAZUIC-2827 - use readonly component for all forms ([48d83e2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/48d83e286c3c3dd26f887f174a8dc644fef2b556))
|
|
1903
|
+
## [15.13.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.13.1...v15.13.2) (2024-04-18)
|
|
1904
|
+
|
|
1905
|
+
### Bug Fixes
|
|
1906
|
+
|
|
1907
|
+
* width of form type container within the shell ([77022dc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/77022dca3937f8ff7bb8a2810e3212795123f4fd))
|
|
1908
|
+
## [15.13.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.13.0...v15.13.1) (2024-04-17)
|
|
1909
|
+
|
|
1910
|
+
### Bug Fixes
|
|
1911
|
+
|
|
1912
|
+
* Connector Table Filter directive does not work if filter is not preselected ([cac66dd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cac66ddb012451575496ba7747a8a3ad9b879607))
|
|
1913
|
+
## [15.13.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.12.0...v15.13.0) (2024-04-17)
|
|
1914
|
+
|
|
1915
|
+
### Features
|
|
1916
|
+
|
|
1917
|
+
* DAZUIC-2980 - file collector downloadFilesWithHttpClient flag ([b1087c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b1087c2bdd920c0920000f829466462d2d1575e2))
|
|
1918
|
+
|
|
1919
|
+
### Bug Fixes
|
|
1920
|
+
|
|
1921
|
+
* filter - connect with router fixed when already navigated ([7941ce8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7941ce8f62618fdb3f80e2aa2de4f0f27ad6c3ea))
|
|
1922
|
+
## [15.12.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.11.0...v15.12.0) (2024-04-17)
|
|
1923
|
+
|
|
1924
|
+
### Features
|
|
1925
|
+
|
|
1926
|
+
* export QdUploadError and QdUploadErrorType ([22e9e88](https://github.com/BAZG-Quadrel/quadrel-framework/commit/22e9e88bf53ad3bed4b9a688bb10d91967e48b3a))
|
|
1927
|
+
* file collector - hide allowed files description in readonly mode ([21531b0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/21531b0e41bdb1e34f6e59f46f100de3d9614fdd))
|
|
1928
|
+
* file collector - log error if readonly is set and add new is present ([8c633fc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8c633fcf21505ba83759c0852bd85a5d410d3d4a))
|
|
1929
|
+
## [15.11.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.10.1...v15.11.0) (2024-04-17)
|
|
1930
|
+
|
|
1931
|
+
### Features
|
|
1932
|
+
|
|
1933
|
+
* filter - methods to get current values (postBody, queryString, filterUrlParameterString) ([91a209a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/91a209a2755b0a49b435e1e4ba6d63dee56a82c4))
|
|
1934
|
+
## [15.10.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.10.0...v15.10.1) (2024-04-17)
|
|
1935
|
+
|
|
1936
|
+
### Bug Fixes
|
|
1937
|
+
|
|
1938
|
+
* DAZUIC-2972 - qd-datepicker: handle form control changes ([e251548](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e251548e777ca91b77ce70890564f047e4088693))
|
|
1939
|
+
## [15.10.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.9.1...v15.10.0) (2024-04-16)
|
|
1940
|
+
|
|
1941
|
+
### Features
|
|
1942
|
+
|
|
1943
|
+
* DAZUIC-2913 - Design: Align QdContainer with QdSection ([5690125](https://github.com/BAZG-Quadrel/quadrel-framework/commit/569012553e925ac7347979df26b7ac55573597d1))
|
|
1944
|
+
## [15.9.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.8.1...v15.9.1) (2024-04-15)
|
|
1945
|
+
## [15.8.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.8.0...v15.8.1) (2024-04-14)
|
|
1946
|
+
|
|
1947
|
+
### Bug Fixes
|
|
1948
|
+
|
|
1949
|
+
* ModalService Dialog usage ([8d636bf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8d636bfc7a82efeb542dae6d02fc53158311fb56))
|
|
1950
|
+
## [15.8.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.7.0...v15.8.0) (2024-04-12)
|
|
1951
|
+
|
|
1952
|
+
### Features
|
|
1953
|
+
|
|
1954
|
+
* DAZUIC-2971 - qd-datepicker: disabled dates validation ([496c259](https://github.com/BAZG-Quadrel/quadrel-framework/commit/496c259c299453c21cfff7d01b4e057cf021ce95))
|
|
1955
|
+
## [15.7.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.6.0...v15.7.0) (2024-04-12)
|
|
1956
|
+
|
|
1957
|
+
### Features
|
|
1958
|
+
|
|
1959
|
+
* DAZUIC-2926 - Implemented QdPageStepper ([782a064](https://github.com/BAZG-Quadrel/quadrel-framework/commit/782a064c26fd632aebe0a5aa9d19f6765175b2d8))
|
|
1960
|
+
|
|
1961
|
+
### Bug Fixes
|
|
1962
|
+
|
|
1963
|
+
* lint return types - exclude cypress tests ([9c0a4c0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9c0a4c02c9420957f5444f004718ca63375227db))
|
|
1964
|
+
## [15.6.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.5.0...v15.6.0) (2024-04-10)
|
|
1965
|
+
|
|
1966
|
+
### Features
|
|
1967
|
+
|
|
1968
|
+
* DAZUIC-2914 - Container ready for RDW inside the shell ([84394d6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/84394d65d11b93c232cde6c6bb1f94e050c36fdb))
|
|
1969
|
+
## [15.5.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.4.3...v15.5.0) (2024-04-10)
|
|
1970
|
+
|
|
1971
|
+
### Features
|
|
1972
|
+
|
|
1973
|
+
* DAZUIC-2966 - qd-shell: handle asynchronous config changes ([a37e20c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a37e20cec0797ba5ac6a6161e2491a33988ca8db))
|
|
1974
|
+
## [15.4.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.4.2...v15.4.3) (2024-04-09)
|
|
1975
|
+
## [15.4.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.4.1...v15.4.2) (2024-04-08)
|
|
1976
|
+
|
|
1977
|
+
### Bug Fixes
|
|
1978
|
+
|
|
1979
|
+
* table status mobile positioning fixed ([1bb54d9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1bb54d9b47081cf131dbef26cfff0d025ef91fa6))
|
|
1980
|
+
* table text mobile positioning fixed ([f3941af](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f3941aff6b41e8f083403ebd80891fde497c721d))
|
|
1981
|
+
## [15.4.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.4.0...v15.4.1) (2024-03-28)
|
|
1982
|
+
|
|
1983
|
+
### Bug Fixes
|
|
1984
|
+
|
|
1985
|
+
* console error in story book resolver example ([e4a46da](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e4a46dac551396d5bb6194ab042f67d9a40a9289))
|
|
1986
|
+
## [15.4.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.3.6...v15.4.0) (2024-03-28)
|
|
1987
|
+
|
|
1988
|
+
### Features
|
|
1989
|
+
|
|
1990
|
+
* DAZUIC-2940 include table row uid in tree table events ([6690563](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6690563207286c797178b2d4361b36c81d574ac8))
|
|
1991
|
+
## [15.3.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.3.5...v15.3.6) (2024-03-22)
|
|
1992
|
+
## [15.3.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.3.4...v15.3.5) (2024-03-22)
|
|
1993
|
+
## [15.3.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.3.3...v15.3.4) (2024-03-21)
|
|
1994
|
+
|
|
1995
|
+
### Bug Fixes
|
|
1996
|
+
|
|
1997
|
+
* DAZUIC-2928 - length for nullish values ([1682b39](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1682b39a947b27efee1fee20f6c2853fb80a7f56))
|
|
1998
|
+
## [15.3.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.3.2...v15.3.3) (2024-03-20)
|
|
1999
|
+
|
|
2000
|
+
### Bug Fixes
|
|
2001
|
+
|
|
2002
|
+
* pre-commit-hook ([8b5c268](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8b5c2682641f4edbef7bba18743a0b207d2c2ff1))
|
|
2003
|
+
## [15.3.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.3.1...v15.3.2) (2024-03-20)
|
|
2004
|
+
## [15.3.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.3.0...v15.3.1) (2024-03-20)
|
|
2005
|
+
## [15.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.2.2...v15.3.0) (2024-03-20)
|
|
2006
|
+
|
|
2007
|
+
### Features
|
|
2008
|
+
|
|
2009
|
+
* DAZUIC-2872 - adjustments for integrations ([24a47d5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24a47d56ae5c632d2cd65fe74566cafb65b13af2))
|
|
2010
|
+
## [15.2.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.2.1...v15.2.2) (2024-03-20)
|
|
2011
|
+
|
|
2012
|
+
### Bug Fixes
|
|
2013
|
+
|
|
2014
|
+
* DAZUIC-2919 - translate navigation links ([a29df48](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a29df484e0938e9ac81f0990b12a59b47c5ff158))
|
|
2015
|
+
## [15.2.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.2.0...v15.2.1) (2024-03-19)
|
|
2016
|
+
## [15.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v15.1.0...v15.2.0) (2024-03-19)
|
|
2017
|
+
## [14.42.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.3...v14.42.4) (2024-03-15)
|
|
2018
|
+
|
|
2019
|
+
### Bug Fixes
|
|
2020
|
+
|
|
2021
|
+
* DAZUIC-2911 - display of account icon menu in header widget fixed; prevent exceeding of borders for draggable header banner ([24d05a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24d05a3b6c9a38d8d380a35c731be32bb5d0bf3f))
|
|
2022
|
+
## [14.42.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.2...v14.42.3) (2024-03-15)
|
|
2023
|
+
|
|
2024
|
+
### Bug Fixes
|
|
2025
|
+
|
|
2026
|
+
* DAZUIC-2910 - height of layout inside shell fixed to prevent scrollbars ([3276944](https://github.com/BAZG-Quadrel/quadrel-framework/commit/32769442470ac6f2a008437d4c357abfe04fe263))
|
|
2027
|
+
## [14.42.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.1...v14.42.2) (2024-03-14)
|
|
2028
|
+
|
|
2029
|
+
### Bug Fixes
|
|
2030
|
+
|
|
2031
|
+
* DAZUIC-2909 - close table action menu if another is opened ([1ad058f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ad058fa163a29408f743509626cc4f634639a29))
|
|
2032
|
+
## [14.42.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.0...v14.42.1) (2024-03-13)
|
|
2033
|
+
## [13.52.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.7.0...v13.52.0) (2023-11-23)
|
|
2034
|
+
|
|
2035
|
+
### Features
|
|
2036
|
+
|
|
2037
|
+
* DAZUIC-2613 - allow multiline notification messages ([b024143](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b0241431dcbacf2301b79da30554a14a5e253417))
|
|
2038
|
+
## [13.51.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.3.0...v13.51.0) (2023-11-21)
|
|
2039
|
+
|
|
2040
|
+
### Features
|
|
2041
|
+
|
|
2042
|
+
* DAZUIC-2608 - add "uuid" as dependency in published package.json ([e983042](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e9830423cdd3e38fc083ceeabe607e67510776bf))
|
|
2043
|
+
## [13.50.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.4...v13.50.5) (2023-11-15)
|
|
2044
|
+
## [13.50.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.1.1...v13.50.4) (2023-11-14)
|
|
2045
|
+
|
|
2046
|
+
### Bug Fixes
|
|
2047
|
+
|
|
2048
|
+
* DAZUIC-2541 - disable page process header submit button if enableSubmit input is false ([1d80831](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d808315afb0cfa30c279b4d3f609b8424854643))
|
|
2049
|
+
* DAZUIC-2602 fix for header widget bug with language list parameter ([6ded629](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6ded629f49b258cda420a4cab0fa567f8b8ecb5b))
|
|
2050
|
+
## [15.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.4...v15.1.0) (2024-03-19)
|
|
2051
|
+
|
|
2052
|
+
### Features
|
|
2053
|
+
|
|
2054
|
+
* **toolbar-action:** DAZUIC-2756 - provide generic action ([6c73afc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6c73afce063459f2f007830ef635f9cb83bdb671))
|
|
2055
|
+
## [14.42.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.3...v14.42.4) (2024-03-15)
|
|
2056
|
+
|
|
2057
|
+
### Bug Fixes
|
|
2058
|
+
|
|
2059
|
+
* DAZUIC-2911 - display of account icon menu in header widget fixed; prevent exceeding of borders for draggable header banner ([24d05a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24d05a3b6c9a38d8d380a35c731be32bb5d0bf3f))
|
|
2060
|
+
## [14.42.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.2...v14.42.3) (2024-03-15)
|
|
2061
|
+
|
|
2062
|
+
### Bug Fixes
|
|
2063
|
+
|
|
2064
|
+
* DAZUIC-2910 - height of layout inside shell fixed to prevent scrollbars ([3276944](https://github.com/BAZG-Quadrel/quadrel-framework/commit/32769442470ac6f2a008437d4c357abfe04fe263))
|
|
2065
|
+
## [14.42.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.1...v14.42.2) (2024-03-14)
|
|
2066
|
+
|
|
2067
|
+
### Bug Fixes
|
|
2068
|
+
|
|
2069
|
+
* DAZUIC-2909 - close table action menu if another is opened ([1ad058f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ad058fa163a29408f743509626cc4f634639a29))
|
|
2070
|
+
## [14.42.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.42.0...v14.42.1) (2024-03-13)
|
|
2071
|
+
## [14.42.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.41.0...v14.42.0) (2024-03-13)
|
|
2072
|
+
|
|
2073
|
+
### Features
|
|
2074
|
+
|
|
2075
|
+
* DAZUIC-2906 Anpassung Fiter Textinput Style ([aeffb2f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aeffb2fad06f898aa7a62aebf364526efafb3cab))
|
|
2076
|
+
## [14.41.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.40.6...v14.41.0) (2024-03-13)
|
|
2077
|
+
|
|
2078
|
+
### Features
|
|
2079
|
+
|
|
2080
|
+
* DAZUIC-2605 Input Erweiterung Step Attribut ([8978ae0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8978ae03c8c2e04e0c84df62b742438a2899a383))
|
|
2081
|
+
* DAZUIC-2825 - story source link ([76cd480](https://github.com/BAZG-Quadrel/quadrel-framework/commit/76cd480ccfa50f9c3bf8c1c271787c1f18980a7f))
|
|
2082
|
+
|
|
2083
|
+
### Bug Fixes
|
|
2084
|
+
|
|
2085
|
+
* DAZUIC-2824 - fix overlapping of cdk overlay in qdPopoverOnClick used by qd-dropdown ([8cd6b92](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8cd6b9222b7740c89a3d1731494da837d16f7cc8))
|
|
2086
|
+
## [14.40.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.40.5...v14.40.6) (2024-03-12)
|
|
2087
|
+
|
|
2088
|
+
### Bug Fixes
|
|
2089
|
+
|
|
2090
|
+
* DAZUIC-2883 - empty string for empty date or currency cells ([b66e04c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b66e04c6ace1fea2d02579e06343370c16591a2e))
|
|
2091
|
+
## [14.40.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.40.4...v14.40.5) (2024-03-12)
|
|
2092
|
+
## [14.40.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.40.3...v14.40.4) (2024-03-12)
|
|
2093
|
+
|
|
2094
|
+
### Bug Fixes
|
|
2095
|
+
|
|
2096
|
+
* DAZUIC-2883 - show "-" for empty values in currency and date content types ([9ec817e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9ec817eeb080030f5e709213c25c9b42181d160c))
|
|
2097
|
+
## [14.40.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.40.2...v14.40.3) (2024-03-11)
|
|
2098
|
+
|
|
2099
|
+
### Bug Fixes
|
|
2100
|
+
|
|
2101
|
+
* Remove adding a chip, if input flield is blurring ([3304d7f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3304d7fd99f9a307156ad6a7189b1292bcb58300))
|
|
2102
|
+
## [14.40.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.40.1...v14.40.2) (2024-03-11)
|
|
2103
|
+
|
|
2104
|
+
### Bug Fixes
|
|
2105
|
+
|
|
2106
|
+
* fix readonlyAction for radio buttons ([0b7c3e5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0b7c3e5e8286f975d1370041ffb7b0731ec43d59))
|
|
2107
|
+
## [14.40.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.40.0...v14.40.1) (2024-03-08)
|
|
2108
|
+
|
|
2109
|
+
### Bug Fixes
|
|
2110
|
+
|
|
2111
|
+
* DAZUIC-2866 - set language from url also for redirects ([cc39fa6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cc39fa674e0bd0f0a86981a554298a3b081b36b6))
|
|
2112
|
+
## [14.40.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.39.0...v14.40.0) (2024-03-07)
|
|
2113
|
+
|
|
2114
|
+
### Features
|
|
2115
|
+
|
|
2116
|
+
* DAZUIC-2839 - Add tableFilter & tableSearch connector (still WIP!) ([5639c31](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5639c3116521bc5d729a9a99fd7d6d6d24f6692f))
|
|
2117
|
+
## [14.39.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.38.2...v14.39.0) (2024-03-07)
|
|
2118
|
+
|
|
2119
|
+
### Features
|
|
2120
|
+
|
|
2121
|
+
* DAZUIC-2813 - Add tag info to ContactCard ([3408bee](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3408bee232357d34b72d47f7dd53a2e37b9e17e5))
|
|
2122
|
+
## [14.38.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.38.1...v14.38.2) (2024-03-06)
|
|
2123
|
+
|
|
2124
|
+
### Bug Fixes
|
|
2125
|
+
|
|
2126
|
+
* DAZUIC-2866 - delay to fix getting of language from url ([2e08773](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2e08773d67deca8dfa7d6962894f680d0af61fcb))
|
|
2127
|
+
## [14.38.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.38.0...v14.38.1) (2024-03-05)
|
|
2128
|
+
|
|
2129
|
+
### Bug Fixes
|
|
2130
|
+
|
|
2131
|
+
* DAZUIC-2866 - don't block while waiting for language from url ([57f30b1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/57f30b119904c70761ad431e7182d2fe6cde6f09))
|
|
2132
|
+
## [14.38.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.37.1...v14.38.0) (2024-03-05)
|
|
2133
|
+
|
|
2134
|
+
### Features
|
|
2135
|
+
|
|
2136
|
+
* DAZUIC-2867 Zusammenfuhrung Dialog und PageDialog ([07de192](https://github.com/BAZG-Quadrel/quadrel-framework/commit/07de19232801b3ed3a6dfb7ed86dedda4e1e912b))
|
|
2137
|
+
|
|
2138
|
+
### Bug Fixes
|
|
2139
|
+
|
|
2140
|
+
* Remove useless form configs ([c1ef9f8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c1ef9f8bed9ff0810598c185146f238aef12bdc5))
|
|
2141
|
+
## [14.37.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.37.0...v14.37.1) (2024-03-01)
|
|
2142
|
+
## [14.37.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.36.0...v14.37.0) (2024-02-29)
|
|
2143
|
+
|
|
2144
|
+
### Features
|
|
2145
|
+
|
|
2146
|
+
* DAZUIC-2866 - read lang parameter from url (e.g. for redirects from ePortal) ([7ef0ff0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7ef0ff0c75bd17c0031467a056644c738e50a7eb))
|
|
2147
|
+
## [14.36.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.35.1...v14.36.0) (2024-02-27)
|
|
2148
|
+
|
|
2149
|
+
### Features
|
|
2150
|
+
|
|
2151
|
+
* DAZUIC-2866 - read lang parameter from url (e.g. for redirects from ePortal) ([1185b30](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1185b3050777bb41576b6c56bf26edeb8a3166b0))
|
|
2152
|
+
## [14.35.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.35.0...v14.35.1) (2024-02-27)
|
|
2153
|
+
|
|
2154
|
+
### Bug Fixes
|
|
2155
|
+
|
|
2156
|
+
* emit filter outputs initially with preselection or emitOutputsInitially config (also if router is not present) ([d0baadb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d0baadbec93ee492be6717063f441c6af6d69ed3))
|
|
2157
|
+
## [14.35.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.34.1...v14.35.0) (2024-02-22)
|
|
2158
|
+
|
|
2159
|
+
### Features
|
|
2160
|
+
|
|
2161
|
+
* DAZUIC-2802 Removed Tooltip and changed items width ([f5622af](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f5622afe7b5f85703d460f9d6f450bc1bea64b1b))
|
|
2162
|
+
* DAZUIC-2860 - qd-stepper currentIndex output ([a904473](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a90447359121e3fa21b97d8f38fd6e5e78c706fc))
|
|
2163
|
+
## [14.34.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.34.0...v14.34.1) (2024-02-22)
|
|
2164
|
+
|
|
2165
|
+
### Bug Fixes
|
|
2166
|
+
|
|
2167
|
+
* DAZUIC-2858 - resolver service refresh method pageIndex param handling fixed for table component refreshPage method ([8f20f21](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8f20f21ff3c1dd8cd95e6ae3a62fc54543c34c0a))
|
|
2168
|
+
## [14.34.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.33.0...v14.34.0) (2024-02-22)
|
|
2169
|
+
|
|
2170
|
+
### Features
|
|
2171
|
+
|
|
2172
|
+
* adjust dialog margins and paddings ([fdde3c7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fdde3c7e7f3345a09699d03a8823b029fe9395a6))
|
|
2173
|
+
* container toolbar - smaller header, margin and padding adaptions ([912d46a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/912d46a55ddd7ca9f547e997d120ef2a7a1ca95f))
|
|
2174
|
+
* DAZUIC-2191 - always use dot as separator for file size in file collector ([23462ef](https://github.com/BAZG-Quadrel/quadrel-framework/commit/23462ef5ade3311dbcc4454e002773b6f49954dc))
|
|
2175
|
+
* DAZUIC-2779 - file collector redesign ([ceee306](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ceee3068d878933b602a3063d889b5bb1f3eaffc))
|
|
2176
|
+
|
|
2177
|
+
### Bug Fixes
|
|
2178
|
+
|
|
2179
|
+
* navigation with shell and legacy layout ([79f90b0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/79f90b019b613de7b2a87c6dbfc29e057ace1c2a))
|
|
2180
|
+
## [14.33.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.32.1...v14.33.0) (2024-02-21)
|
|
2181
|
+
|
|
2182
|
+
### Features
|
|
2183
|
+
|
|
2184
|
+
* add currency type for table ([3f87fe8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3f87fe846ddb487134330f0e040503d60aa2f301))
|
|
2185
|
+
## [14.32.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.32.0...v14.32.1) (2024-02-21)
|
|
2186
|
+
|
|
2187
|
+
### Bug Fixes
|
|
2188
|
+
|
|
2189
|
+
* DAZUIC-2826 - disabled and propagation handling in popover directive fixed for qd-dropdown ([833fc92](https://github.com/BAZG-Quadrel/quadrel-framework/commit/833fc92fe437493b82d0761aff15240b5e06614e))
|
|
2190
|
+
* remove useless properties in config ([7125989](https://github.com/BAZG-Quadrel/quadrel-framework/commit/71259890b9f70180548a2fd4be8063c5d858c604))
|
|
2191
|
+
## [14.32.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.9...v14.32.0) (2024-02-21)
|
|
2192
|
+
|
|
2193
|
+
### Features
|
|
2194
|
+
|
|
2195
|
+
* DAZUIC-2769 Page Dialog - Shell ([604fac8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/604fac84b1f773bd7e0a2f980fbcf1334e2e7bf4))
|
|
2196
|
+
## [14.31.9](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.8...v14.31.9) (2024-02-16)
|
|
2197
|
+
|
|
2198
|
+
### Bug Fixes
|
|
2199
|
+
|
|
2200
|
+
* DAZUIC-2814 - scrollbars-fix for non-rwd layout ([72aa102](https://github.com/BAZG-Quadrel/quadrel-framework/commit/72aa1023b86f720a13257bcc47d6a6a31082e721))
|
|
2201
|
+
## [14.31.8](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.7...v14.31.8) (2024-02-16)
|
|
2202
|
+
|
|
2203
|
+
### Bug Fixes
|
|
2204
|
+
|
|
2205
|
+
* DAZUIC-2768 - exports dialog specific types ([aa56316](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aa5631691c92383c354d1c44050ab91e82313885))
|
|
2206
|
+
## [14.31.7](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.6...v14.31.7) (2024-02-16)
|
|
2207
|
+
|
|
2208
|
+
### Bug Fixes
|
|
2209
|
+
|
|
2210
|
+
* DAZUIC-2814 - re-design banner with horizontal drag ([10a487d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/10a487da77a5e84ce0c65f5eff3e5d014af03416))
|
|
2211
|
+
## [14.31.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.5...v14.31.6) (2024-02-15)
|
|
2212
|
+
|
|
2213
|
+
### Bug Fixes
|
|
2214
|
+
|
|
2215
|
+
* DAZUIC-2814 - fix footer, add copyright info & sticky option ([06c3276](https://github.com/BAZG-Quadrel/quadrel-framework/commit/06c32760aa087fb2c6bfbba35f7c83b4a28ec68c))
|
|
2216
|
+
## [14.31.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.4...v14.31.5) (2024-02-15)
|
|
2217
|
+
|
|
2218
|
+
### Bug Fixes
|
|
2219
|
+
|
|
2220
|
+
* add multilingual shell title ([61e54ab](https://github.com/BAZG-Quadrel/quadrel-framework/commit/61e54ab7bd4b9b3246618a995c12422fb5efa76a))
|
|
2221
|
+
## [14.31.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.3...v14.31.4) (2024-02-14)
|
|
2222
|
+
|
|
2223
|
+
### Bug Fixes
|
|
2224
|
+
|
|
2225
|
+
* DAZUIC-2822 - always show minimized shell header with small logo if pageLevel is not defined for the current route ([04ade84](https://github.com/BAZG-Quadrel/quadrel-framework/commit/04ade840eb9f872560dfc755795d11119c725b6c))
|
|
2226
|
+
## [14.31.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.2...v14.31.3) (2024-02-14)
|
|
2227
|
+
## [14.31.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.1...v14.31.2) (2024-02-14)
|
|
2228
|
+
|
|
2229
|
+
### Bug Fixes
|
|
2230
|
+
|
|
2231
|
+
* DAZUIC-2821 - allow dynamic radio button options ([0d04a05](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0d04a059d6661de865414240e75195a2fb750342))
|
|
2232
|
+
## [14.31.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.31.0...v14.31.1) (2024-02-14)
|
|
2233
|
+
## [14.31.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.30.1...v14.31.0) (2024-02-13)
|
|
2234
|
+
|
|
2235
|
+
### Features
|
|
2236
|
+
|
|
2237
|
+
* DAZUIC-2174 - Table content type date: New relative and absolute formatting ([8c2253a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8c2253af3ead1e2a36f11f9cae957fca3e2d6d13))
|
|
2238
|
+
## [14.30.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.30.0...v14.30.1) (2024-02-13)
|
|
2239
|
+
## [14.30.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.29.0...v14.30.0) (2024-02-13)
|
|
2240
|
+
|
|
2241
|
+
### Features
|
|
2242
|
+
|
|
2243
|
+
* DAZUIC-2748 - back link path in shell can be configured with callback ([5dcfd52](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5dcfd52902efb0d9190dc97ba1bb2c9a90c59b1f))
|
|
2244
|
+
## [14.29.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.28.2...v14.29.0) (2024-02-12)
|
|
2245
|
+
|
|
2246
|
+
### Features
|
|
2247
|
+
|
|
2248
|
+
* DAZUIC-2625 - FileCollector Readonly Mode ([2f998a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2f998a353077ee219fcac15a630c7ed153c47f1e))
|
|
2249
|
+
## [14.28.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.28.1...v14.28.2) (2024-02-07)
|
|
2250
|
+
## [14.28.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.28.0...v14.28.1) (2024-02-07)
|
|
2251
|
+
|
|
2252
|
+
### Bug Fixes
|
|
2253
|
+
|
|
2254
|
+
* DAZUIC-2814 - fix close button for FW Modal ([bb3702a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bb3702a3d01058c6e280e38c12f400c76b4506d0))
|
|
2255
|
+
## [14.28.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.27.0...v14.28.0) (2024-02-06)
|
|
2256
|
+
|
|
2257
|
+
### Features
|
|
2258
|
+
|
|
2259
|
+
* DAZUIC-2747 - Shell Left ([e88a9c3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e88a9c35cb4c3b3619d36179f51b494db3d768e9))
|
|
2260
|
+
|
|
2261
|
+
### Bug Fixes
|
|
2262
|
+
|
|
2263
|
+
* DAZUIC-2747 - resolve review comments, add design changes ([76248e7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/76248e7e40bbee44abce00cfeac52587a22603a1))
|
|
2264
|
+
## [14.27.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.26.2...v14.27.0) (2024-02-05)
|
|
2265
|
+
|
|
2266
|
+
### Features
|
|
2267
|
+
|
|
2268
|
+
* **table:** DAZUIC-2745 - allow multi line in text cells ([5e5ecb7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5e5ecb73c43065f0c768b757a0880543a84b8929))
|
|
2269
|
+
## [14.26.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.26.1...v14.26.2) (2024-02-05)
|
|
2270
|
+
## [14.26.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.26.0...v14.26.1) (2024-02-02)
|
|
2271
|
+
|
|
2272
|
+
### Bug Fixes
|
|
2273
|
+
|
|
2274
|
+
* DAZUIC-2800 - pressing enter does not open date picker anymore ([95d0f52](https://github.com/BAZG-Quadrel/quadrel-framework/commit/95d0f5296af0add0255eaa11e2490bd4160e8ffa))
|
|
2275
|
+
## [14.26.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.25.0...v14.26.0) (2024-02-02)
|
|
2276
|
+
|
|
2277
|
+
### Features
|
|
2278
|
+
|
|
2279
|
+
* DAZUIC-1785 - file collector validation ([359d2a2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/359d2a2830daa5fc8f25ca0618ccce5d7ce3cf22))
|
|
2280
|
+
## [14.25.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.24.0...v14.25.0) (2024-02-02)
|
|
2281
|
+
|
|
2282
|
+
### Features
|
|
2283
|
+
|
|
2284
|
+
* DAZUIC-2707 - stepper buttons labels and next button color configurable by step ([a8397c0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a8397c01c21f4a84e1150fcb380846aa55fd7eb7))
|
|
2285
|
+
## [14.24.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.23.1...v14.24.0) (2024-01-30)
|
|
2286
|
+
|
|
2287
|
+
### Features
|
|
2288
|
+
|
|
2289
|
+
* DAZUIC-2707 - stepper buttons labels and next button color configurable ([7ef6e51](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7ef6e5110b0f0ddb78ebf8d75949d48932c8443f))
|
|
2290
|
+
## [14.23.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.23.0...v14.23.1) (2024-01-26)
|
|
2291
|
+
|
|
2292
|
+
### Bug Fixes
|
|
2293
|
+
|
|
2294
|
+
* DMBA-6623 improve date-range picker ([fda3980](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fda3980373851cf19c2463a3573003e873044d7b))
|
|
2295
|
+
## [14.23.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.22.0...v14.23.0) (2024-01-26)
|
|
2296
|
+
|
|
2297
|
+
### Features
|
|
2298
|
+
|
|
2299
|
+
* **table:** show spinner when loading takes > 400ms ([d357619](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d3576193500481b5a4a518b22524c910ea07da34))
|
|
2300
|
+
## [14.22.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.21.0...v14.22.0) (2024-01-25)
|
|
2301
|
+
|
|
2302
|
+
### Features
|
|
2303
|
+
|
|
2304
|
+
* DAZUIC-2757 - collapsable feature in new container toolbar ([0bfca46](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0bfca46ee99a0dc5361f36e75eda117513a16786))
|
|
2305
|
+
|
|
2306
|
+
### Bug Fixes
|
|
2307
|
+
|
|
2308
|
+
* DAZUIC-2754 - store service: renaming ([43878dc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/43878dcc4c5de08afb66066971d5ed54ab101d09))
|
|
2309
|
+
## [14.21.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.20.5...v14.21.0) (2024-01-22)
|
|
2310
|
+
|
|
2311
|
+
### Features
|
|
2312
|
+
|
|
2313
|
+
* DMBA-6180 extend datepicker by a timepicker and integrate into filter ([0fbc39d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0fbc39d1dd8c44e0c46c51da68f3132372113184))
|
|
2314
|
+
## [14.20.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.20.4...v14.20.5) (2024-01-22)
|
|
2315
|
+
|
|
2316
|
+
### Bug Fixes
|
|
2317
|
+
|
|
2318
|
+
* DAZUIC-1754 - Table: Enable default single sorting, support refresh for new resolver ([6543fab](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6543fab430c96a46967076d338e73957fb74160e))
|
|
2319
|
+
## [14.20.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.20.3...v14.20.4) (2024-01-19)
|
|
2320
|
+
## [14.20.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.20.2...v14.20.3) (2024-01-17)
|
|
2321
|
+
|
|
2322
|
+
### Bug Fixes
|
|
2323
|
+
|
|
2324
|
+
* DAZUIC-2730 - fix triggering of recent secondary action when table is reinitialized ([b6b3280](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b6b32803f26196547a771af9150431ad18b7a37b))
|
|
2325
|
+
## [14.20.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.20.1...v14.20.2) (2024-01-16)
|
|
2326
|
+
|
|
2327
|
+
### Bug Fixes
|
|
2328
|
+
|
|
2329
|
+
* DAZUIC-774 - remove '?' in sortParameterize method ([9ef393d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9ef393df1f813763201e58b4748c23dd0f99b3d0))
|
|
2330
|
+
## [14.20.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.20.0...v14.20.1) (2024-01-16)
|
|
2331
|
+
|
|
2332
|
+
### Bug Fixes
|
|
2333
|
+
|
|
2334
|
+
* DAZUIC-2691 - provide tree data row for link data type ([84e2ddb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/84e2ddb4ae7d90d7e89766de7a97ba5478d03993))
|
|
2335
|
+
## [14.20.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.19.1...v14.20.0) (2024-01-16)
|
|
2336
|
+
|
|
2337
|
+
### Features
|
|
2338
|
+
|
|
2339
|
+
* DAZUIC-774 - Add Table Sort ([c54c650](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c54c6500e260d2056e09f41a907fcb3ec6163576))
|
|
2340
|
+
## [14.19.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.19.0...v14.19.1) (2024-01-15)
|
|
2341
|
+
|
|
2342
|
+
### Bug Fixes
|
|
2343
|
+
|
|
2344
|
+
* DAZUIC-2709 - fix building calendar view for a month ([71bbb81](https://github.com/BAZG-Quadrel/quadrel-framework/commit/71bbb81fa5283a2ba3d3f67aa685c46bd7f484b3))
|
|
2345
|
+
## [14.19.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.18.3...v14.19.0) (2024-01-15)
|
|
2346
|
+
|
|
2347
|
+
### Features
|
|
2348
|
+
|
|
2349
|
+
* extend QdMaxColumnsCount type by 15 ([3a5370a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3a5370ad44a30c83b7d10b0c89578273cf07b6cb))
|
|
2350
|
+
## [14.18.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.18.2...v14.18.3) (2024-01-11)
|
|
2351
|
+
## [14.18.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.18.1...v14.18.2) (2024-01-11)
|
|
2352
|
+
|
|
2353
|
+
### Bug Fixes
|
|
2354
|
+
|
|
2355
|
+
* DAZUIC-2710 - fill remaining width if table is empty ([4febce1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4febce13e3598ee58d626df3833432b42d2c3ed0))
|
|
2356
|
+
## [14.18.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.18.0...v14.18.1) (2024-01-11)
|
|
2357
|
+
|
|
2358
|
+
### Bug Fixes
|
|
2359
|
+
|
|
2360
|
+
* DAZUIC-2691 - provide tree data row for link data type ([9f88c80](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9f88c80791060609d746608be5f4d7f9ccc26224))
|
|
2361
|
+
## [14.18.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.17.4...v14.18.0) (2024-01-10)
|
|
2362
|
+
|
|
2363
|
+
### Features
|
|
2364
|
+
|
|
2365
|
+
* DAZUIC-2536, DAZUIC-2713 Ellipsis für Filtertexte und Erweiterung Intersection Tooltip ([9697a06](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9697a067ebc15a013f6ec1d00da88a8828d058b2))
|
|
2366
|
+
## [14.17.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.17.3...v14.17.4) (2024-01-10)
|
|
2367
|
+
|
|
2368
|
+
### Bug Fixes
|
|
2369
|
+
|
|
2370
|
+
* DAZUIC-2711 - fix property access in QdContainerToolbarActionComponent without optional config ([9c0b087](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9c0b087dd13d32276789bcd907290b320a0e37c5))
|
|
2371
|
+
## [14.17.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.17.2...v14.17.3) (2024-01-09)
|
|
2372
|
+
|
|
2373
|
+
### Bug Fixes
|
|
2374
|
+
|
|
2375
|
+
* DAZUIC-2699 - isolate styles of QdTable and QdTree ([cf31b33](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cf31b3307c5c19ff97e4d026c745d5c2379fe729))
|
|
2376
|
+
## [14.17.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.17.1...v14.17.2) (2024-01-08)
|
|
2377
|
+
|
|
2378
|
+
### Bug Fixes
|
|
2379
|
+
|
|
2380
|
+
* DAZUIC-2714 - respect deprecated i18ns ([108a041](https://github.com/BAZG-Quadrel/quadrel-framework/commit/108a041f225ef547ca804ec576950140d6bc7cb0))
|
|
2381
|
+
## [14.17.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.17.0...v14.17.1) (2024-01-04)
|
|
2382
|
+
|
|
2383
|
+
### Bug Fixes
|
|
2384
|
+
|
|
2385
|
+
* DAZUIC-2655 - allow validators to work with unit controls ([f4b7f73](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f4b7f735553cb34af8841b4064975a841d83d770))
|
|
2386
|
+
## [14.17.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.16.1...v14.17.0) (2024-01-03)
|
|
2387
|
+
|
|
2388
|
+
### Features
|
|
2389
|
+
|
|
2390
|
+
* DAZUIC-2553 Fix von Styles der Stepper und Tabs Action ([de07093](https://github.com/BAZG-Quadrel/quadrel-framework/commit/de07093c45ed8570a50afcad39db2ccfe8c9d48e))
|
|
2391
|
+
## [14.16.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.16.0...v14.16.1) (2024-01-02)
|
|
2392
|
+
|
|
2393
|
+
### Bug Fixes
|
|
2394
|
+
|
|
2395
|
+
* DAZUIC-2708 - respect deprecated inlineActions property ([4b30f21](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4b30f214b361324d83b01527593016368092a822))
|
|
2396
|
+
## [14.16.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.15.1...v14.16.0) (2023-12-22)
|
|
2397
|
+
|
|
2398
|
+
### Features
|
|
2399
|
+
|
|
2400
|
+
* DAZUIC-2679 - integrate QdPopoverOnClickDirective in QdDropdown ([c070e8f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c070e8fed9e69a88ba4de9c78e6cd7d9ad6df257))
|
|
2401
|
+
## [14.15.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.15.0...v14.15.1) (2023-12-19)
|
|
2402
|
+
|
|
2403
|
+
### Bug Fixes
|
|
2404
|
+
|
|
2405
|
+
* DAZUIC-2680 - Datepicker: will return null if an empty string is typed in ([f9877f0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f9877f0b9368f1dfec1ba7d7dd1b25d8be55d4be))
|
|
2406
|
+
* DAZUIC-2680 - Revert to Pixel ([737e0ec](https://github.com/BAZG-Quadrel/quadrel-framework/commit/737e0ec28e67138c6d2aa9f6200770318ee21e5d))
|
|
2407
|
+
## [14.15.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.14.0...v14.15.0) (2023-12-13)
|
|
2408
|
+
|
|
2409
|
+
### Features
|
|
2410
|
+
|
|
2411
|
+
* DAZUIC-2635 - extend rows with primary action ([24e691c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24e691cd526622fe8d2bc8d28ae44c1eb7627cc6))
|
|
2412
|
+
* DAZUIC-2635 - extend rows with primary action ([9070fd0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9070fd00fbbfd929c7359231745ea667c0c00917))
|
|
2413
|
+
* DAZUIC-2635 - make inlineActions deprecated ([4a05643](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4a05643d9bdbe52429f7f41264cb28fe5b242478))
|
|
2414
|
+
* DAZUIC-2635 - make inlineActions deprecated ([0570efe](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0570efe117bc6cd56a101251f9cc8fe09b7e895a))
|
|
2415
|
+
## [14.14.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.13.6...v14.14.0) (2023-12-13)
|
|
2416
|
+
|
|
2417
|
+
### Features
|
|
2418
|
+
|
|
2419
|
+
* DAZUIC-2580 - New Dialog Component ([0b85e90](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0b85e9060bba8eeecc4775e32ee2df8e31812434))
|
|
2420
|
+
## [14.13.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.13.5...v14.13.6) (2023-12-12)
|
|
2421
|
+
|
|
2422
|
+
### Bug Fixes
|
|
2423
|
+
|
|
2424
|
+
* DAZUIC-2654 - Consider disable states of reactive forms after config change ([af3668d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/af3668d43b677eb3050d19b04057bb01722795b4))
|
|
2425
|
+
## [14.13.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.13.4...v14.13.5) (2023-12-07)
|
|
2426
|
+
## [14.13.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.13.3...v14.13.4) (2023-12-07)
|
|
2427
|
+
|
|
2428
|
+
### Bug Fixes
|
|
2429
|
+
|
|
2430
|
+
* fix import in mock component ([3d79766](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3d79766221607e034316de5b1adcc364c09aadcc))
|
|
2431
|
+
## [14.13.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.13.2...v14.13.3) (2023-12-07)
|
|
2432
|
+
|
|
2433
|
+
### Bug Fixes
|
|
2434
|
+
|
|
2435
|
+
* adjust mock components to match current component structure ([44cfbc2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/44cfbc245d6ddea2a82b3a1dbd7e2a888ff74304))
|
|
2436
|
+
## [14.13.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.13.1...v14.13.2) (2023-12-07)
|
|
2437
|
+
## [14.13.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.13.0...v14.13.1) (2023-12-06)
|
|
2438
|
+
|
|
2439
|
+
### Bug Fixes
|
|
2440
|
+
|
|
2441
|
+
* DAZUIC-2654 - Activate disable states via reactive forms ([f6fee90](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f6fee90af55fc96a961d7cd93fdd7dd55274b11f))
|
|
2442
|
+
## [14.13.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.12.0...v14.13.0) (2023-12-05)
|
|
2443
|
+
|
|
2444
|
+
### Features
|
|
2445
|
+
|
|
2446
|
+
* DAZUIC-2533 - nestedRows in tree table data ([78bd88d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/78bd88d1d8920bd9c2bf2569e5629450d067027b))
|
|
2447
|
+
* DAZUIC-2578 - Add Button Anpassung ([1ff6740](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ff67407e4cb98d601346a37ed22438c9a6f370a))
|
|
2448
|
+
## [14.12.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.11.0...v14.12.0) (2023-11-30)
|
|
2449
|
+
|
|
2450
|
+
### Features
|
|
2451
|
+
|
|
2452
|
+
* QdTree docs fix ([eee3803](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eee3803ebed3a3359a4353c36f9beb1a34ada085))
|
|
2453
|
+
## [14.11.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.10.0...v14.11.0) (2023-11-30)
|
|
2454
|
+
|
|
2455
|
+
### Features
|
|
2456
|
+
|
|
2457
|
+
* DAZUIC-2624 - datepicker migration in filter ([31bab6c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/31bab6c7f1a3e729ea480f4ce52a3ee6e66a4690))
|
|
2458
|
+
## [14.10.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.9.0...v14.10.0) (2023-11-29)
|
|
2459
|
+
|
|
2460
|
+
### Features
|
|
2461
|
+
|
|
2462
|
+
* DAZUIC-2577 - separate concerns with QdTable and QdTree ([ea5c7a2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ea5c7a234b8345eb95970cfc4fd3824446b8910d))
|
|
2463
|
+
## [14.9.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.8.0...v14.9.0) (2023-11-29)
|
|
2464
|
+
|
|
2465
|
+
### Features
|
|
2466
|
+
|
|
2467
|
+
* DAZUIC-2575 - Erweiterung Datepicker mit Jahres/Monatspicker ([f5504c1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f5504c12704f395a61423468b524c545a1bec33c))
|
|
2468
|
+
## [14.8.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.52.0...v14.8.0) (2023-11-23)
|
|
2469
|
+
|
|
2470
|
+
### Features
|
|
2471
|
+
|
|
2472
|
+
* DAZUIC-2522 - New global config key: QdNotificationsHttpInterceptorService can be disabled ([9546160](https://github.com/BAZG-Quadrel/quadrel-framework/commit/95461605684da949f168686b72f0fa90c75b1640))
|
|
2473
|
+
## [14.7.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.6.1...v14.7.0) (2023-11-23)
|
|
2474
|
+
## [14.6.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.6.0...v14.6.1) (2023-11-23)
|
|
2475
|
+
|
|
2476
|
+
### Bug Fixes
|
|
2477
|
+
|
|
2478
|
+
* DAZUIC-2576 - bugfix for date parser ([3e9035f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3e9035f5d449213e5ea2c95bf24d3b6a38e46da6))
|
|
2479
|
+
## [14.6.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.5.0...v14.6.0) (2023-11-23)
|
|
2480
|
+
## [14.5.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.4.1...v14.5.0) (2023-11-22)
|
|
2481
|
+
|
|
2482
|
+
### Features
|
|
2483
|
+
|
|
2484
|
+
* DAZUIC-2524 - new showConfirmCheckbox input property in QdModalConfirmComponent alows to hide confirm checkbox ([5bebc6b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5bebc6bfae7d819d6bc151eb2ab081fd96d1fd0b))
|
|
2485
|
+
* DAZUIC-2525 - add confirmProcess to QdModalConfirmComponent afterClose result, typify modal afterClose results ([fec571e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fec571e4b01c077ea47954e2106a4c18edf1d546))
|
|
2486
|
+
## [14.4.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.4.0...v14.4.1) (2023-11-22)
|
|
2487
|
+
|
|
2488
|
+
### Bug Fixes
|
|
2489
|
+
|
|
2490
|
+
* DAZUIC-2576 - calender table styles, date selection, activate validation ([d9848e7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9848e73401ed7af6a18ecb572313cfaca3c09e6))
|
|
2491
|
+
## [14.4.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.51.0...v14.4.0) (2023-11-21)
|
|
2492
|
+
## [14.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.2.1...v14.3.0) (2023-11-21)
|
|
2493
|
+
|
|
2494
|
+
### Features
|
|
2495
|
+
|
|
2496
|
+
* DAZUIC-2574 - Conversion of calendar component to string I/O ([7bd8b40](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7bd8b4015534673b76f354559e8a974c7c31c5cf))
|
|
2497
|
+
* DAZUIC-2608 - add "uuid" and "moment" as dependency in published package.json ([8f1db6b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8f1db6bb3793dcf015ee49daccdafd452bb4322b))
|
|
2498
|
+
* DAZUIC-2613 - allow multiline notification messages ([7e221c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7e221c2342e687627be8dcca3c8b8e693d2d9780))
|
|
2499
|
+
## [14.2.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.2.0...v14.2.1) (2023-11-21)
|
|
2500
|
+
|
|
2501
|
+
### Features
|
|
2502
|
+
|
|
2503
|
+
* DAZUIC-2574 - Add Date Adapter ([e5fb7a4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e5fb7a41e67af34425ff0d613fc9a7c85980852d))
|
|
2504
|
+
|
|
2505
|
+
### Bug Fixes
|
|
2506
|
+
|
|
2507
|
+
* DAZUIC-2614 - table inline menu rerendering loop fix ([10110c7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/10110c720fa8972ccfeb9d4eae812bbd48db51a6))
|
|
2508
|
+
## [14.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.5...v14.2.0) (2023-11-16)
|
|
2509
|
+
|
|
2510
|
+
### Features
|
|
2511
|
+
|
|
2512
|
+
* DAZUIC-2574 - Add full functionality to the datepicker ([c3b8b0c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c3b8b0c057f358da6b97b8b219112340c54b3a45))
|
|
2513
|
+
* DAZUIC-2574 - Add full functionality to the datepicker ([84a9994](https://github.com/BAZG-Quadrel/quadrel-framework/commit/84a999471c5622a4147f996478cbf2826d7e7df8))
|
|
2514
|
+
* DAZUIC-2574 - implementation of custom calendar ([2e0804e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2e0804e4c55766ff2ab356b1099c9dc39d3f31be))
|
|
2515
|
+
|
|
2516
|
+
### Bug Fixes
|
|
2517
|
+
|
|
2518
|
+
* DAZUIC-2602 fix for header widget bug with language list parameter ([13a0e84](https://github.com/BAZG-Quadrel/quadrel-framework/commit/13a0e84fc0bec09cd1492c1833224f33619b2c79))
|
|
2519
|
+
## [14.1.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.1.0...v14.1.1) (2023-11-06)
|
|
2520
|
+
## [14.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.3...v14.1.0) (2023-10-30)
|
|
2521
|
+
|
|
2522
|
+
### Features
|
|
2523
|
+
|
|
2524
|
+
* DAZUIC-2540 - first and last pagination buttons ([fb182a6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fb182a6527e854c577612c75c7cc693592dec7d9))
|
|
2525
|
+
## [14.0.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.2...v14.0.3) (2023-10-25)
|
|
2526
|
+
## [14.0.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.1...v14.0.2) (2023-10-25)
|
|
2527
|
+
|
|
2528
|
+
### Bug Fixes
|
|
2529
|
+
|
|
2530
|
+
* DAZUIC-2563 - docu config modal validation and rawtypes fixed ([48ac6b4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/48ac6b42dcc441b1b870d8a133989f98cd89d072))
|
|
2531
|
+
## [14.0.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.0...v14.0.1) (2023-10-23)
|
|
2532
|
+
## [14.0.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.0-beta.0...v14.0.0) (2023-10-20)
|
|
2533
|
+
|
|
2534
|
+
### Bug Fixes
|
|
2535
|
+
|
|
2536
|
+
* DAZUIC-2541 - disable page process header submit button if enableSubmit input is false ([99c3d58](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99c3d581ad81754a04a2ecc459ede8064687d7a1))
|
|
2537
|
+
## [14.0.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.0...v14.0.0-beta.0) (2023-10-18)
|
|
2538
|
+
|
|
2539
|
+
### Features
|
|
2540
|
+
|
|
2541
|
+
* DAZUIC-2460 configuration modal for Qd types ([c228796](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c228796485d80814984db6a957ae3204119bf18d))
|
|
2542
|
+
* DAZUIC-2492 - add parser for component overview, add JSDocs for each component ([dbf9b65](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbf9b6502c3c3ff02780fc2fda894cf095da8b1c))
|
|
2543
|
+
* DAZUIC-2505 - improve determination of controls for type options in config modal; save maximized state in session storage ([a41c133](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a41c1337edfc01ea279e8a843e9f335e6616e5df))
|
|
2544
|
+
* **docs:** consolidate form stories ([dbd8ed4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbd8ed4e2ce6e0fd7df8f9d4d98b285f792a99da))
|
|
2545
|
+
* **input-stories:** remove wrapper component ([d19b379](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d19b3794dc7f0aaca19da3ba6ff08a31529f9561))
|
|
2546
|
+
|
|
2547
|
+
### Bug Fixes
|
|
2548
|
+
|
|
2549
|
+
* array uuids fixed in docu config modal ([0c7684b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0c7684be46208299627c50e22d0964a3887300a1))
|
|
2550
|
+
* DAZUIC-1595 - table stories to csf 3 format; fix asset path mapping ([b39228f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b39228f1b7203e615360a6f7cd10b2aca9e1e7fc))
|
|
2551
|
+
* DAZUIC-1595 - table stories to csf 3 format; rename [#root](https://github.com/BAZG-Quadrel/quadrel-framework/issues/root) selector to [#storybook](https://github.com/BAZG-Quadrel/quadrel-framework/issues/storybook)-root ([e2e189d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e2e189da12e562ca9478e24d04626c2423da20fb)), closes [#storybook-root](https://github.com/BAZG-Quadrel/quadrel-framework/issues/storybook-root)
|
|
2552
|
+
* DAZUIC-2505 - change types to interfaces so that properties are parsed by compodoc ([7b31163](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7b3116327e433e3405a3846053e48139c051c096))
|
|
2553
|
+
* DAZUIC-2505 - fixes complex raw types in compodoc documentation.json ([3410f40](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3410f4075fccb93a8f1af7ae9b5ff55dccfb8e77))
|
|
2554
|
+
* DAZUIC-2505 display config type detail modal for generic types ([d9eb5be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9eb5be553a9f2f4ed0c6f0828e2193cd007c3f2))
|
|
2555
|
+
* e2e tests paths ([622d4aa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/622d4aa0532063ad305c689f7c58cc4997a50392))
|
|
2556
|
+
* e2e tests paths ([66f7e3d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66f7e3d4a50dd579202b6eab50d37d5cc7e5a10a))
|
|
2557
|
+
* e2e tests paths ([dcd71d6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dcd71d6c85740a34e67019093a5314bb1c6f2eb3))
|
|
2558
|
+
## [13.52.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.7.0...v13.52.0) (2023-11-23)
|
|
2559
|
+
|
|
2560
|
+
### Features
|
|
2561
|
+
|
|
2562
|
+
* DAZUIC-2613 - allow multiline notification messages ([b024143](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b0241431dcbacf2301b79da30554a14a5e253417))
|
|
2563
|
+
## [13.51.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.3.0...v13.51.0) (2023-11-21)
|
|
2564
|
+
|
|
2565
|
+
### Features
|
|
2566
|
+
|
|
2567
|
+
* DAZUIC-2608 - add "uuid" as dependency in published package.json ([e983042](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e9830423cdd3e38fc083ceeabe607e67510776bf))
|
|
2568
|
+
## [13.50.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.4...v13.50.5) (2023-11-15)
|
|
2569
|
+
## [13.50.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.1.1...v13.50.4) (2023-11-14)
|
|
2570
|
+
|
|
2571
|
+
### Bug Fixes
|
|
2572
|
+
|
|
2573
|
+
* DAZUIC-2541 - disable page process header submit button if enableSubmit input is false ([1d80831](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d808315afb0cfa30c279b4d3f609b8424854643))
|
|
2574
|
+
* DAZUIC-2602 fix for header widget bug with language list parameter ([6ded629](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6ded629f49b258cda420a4cab0fa567f8b8ecb5b))
|
|
2575
|
+
## [14.7.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.6.1...v14.7.0) (2023-11-23)
|
|
2576
|
+
|
|
2577
|
+
### Features
|
|
2578
|
+
|
|
2579
|
+
* DAZUIC-2613 - allow multiline notification messages ([7e221c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7e221c2342e687627be8dcca3c8b8e693d2d9780))
|
|
2580
|
+
## [14.6.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.6.0...v14.6.1) (2023-11-23)
|
|
2581
|
+
|
|
2582
|
+
### Bug Fixes
|
|
2583
|
+
|
|
2584
|
+
* DAZUIC-2576 - bugfix for date parser ([3e9035f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3e9035f5d449213e5ea2c95bf24d3b6a38e46da6))
|
|
2585
|
+
## [14.6.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.5.0...v14.6.0) (2023-11-23)
|
|
2586
|
+
|
|
2587
|
+
### Features
|
|
2588
|
+
|
|
2589
|
+
* DAZUIC-2524 - new showConfirmCheckbox input property in QdModalConfirmComponent alows to hide confirm checkbox ([5bebc6b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5bebc6bfae7d819d6bc151eb2ab081fd96d1fd0b))
|
|
2590
|
+
## [14.5.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.4.1...v14.5.0) (2023-11-22)
|
|
2591
|
+
|
|
2592
|
+
### Features
|
|
2593
|
+
|
|
2594
|
+
* DAZUIC-2525 - add confirmProcess to QdModalConfirmComponent afterClose result, typify modal afterClose results ([fec571e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fec571e4b01c077ea47954e2106a4c18edf1d546))
|
|
2595
|
+
## [14.4.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.4.0...v14.4.1) (2023-11-22)
|
|
2596
|
+
|
|
2597
|
+
### Bug Fixes
|
|
2598
|
+
|
|
2599
|
+
* DAZUIC-2576 - calender table styles, date selection, activate validation ([d9848e7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9848e73401ed7af6a18ecb572313cfaca3c09e6))
|
|
2600
|
+
## [14.4.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.51.0...v14.4.0) (2023-11-21)
|
|
2601
|
+
## [14.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.2.1...v14.3.0) (2023-11-21)
|
|
2602
|
+
|
|
2603
|
+
### Features
|
|
2604
|
+
|
|
2605
|
+
* DAZUIC-2574 - Conversion of calendar component to string I/O ([7bd8b40](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7bd8b4015534673b76f354559e8a974c7c31c5cf))
|
|
2606
|
+
* DAZUIC-2608 - add "uuid" and "moment" as dependency in published package.json ([8f1db6b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8f1db6bb3793dcf015ee49daccdafd452bb4322b))
|
|
2607
|
+
## [14.2.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.2.0...v14.2.1) (2023-11-21)
|
|
2608
|
+
|
|
2609
|
+
### Features
|
|
2610
|
+
|
|
2611
|
+
* DAZUIC-2574 - Add Date Adapter ([e5fb7a4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e5fb7a41e67af34425ff0d613fc9a7c85980852d))
|
|
2612
|
+
|
|
2613
|
+
### Bug Fixes
|
|
2614
|
+
|
|
2615
|
+
* DAZUIC-2614 - table inline menu rerendering loop fix ([10110c7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/10110c720fa8972ccfeb9d4eae812bbd48db51a6))
|
|
2616
|
+
## [14.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.5...v14.2.0) (2023-11-16)
|
|
2617
|
+
|
|
2618
|
+
### Features
|
|
2619
|
+
|
|
2620
|
+
* DAZUIC-2574 - Add full functionality to the datepicker ([c3b8b0c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c3b8b0c057f358da6b97b8b219112340c54b3a45))
|
|
2621
|
+
* DAZUIC-2574 - Add full functionality to the datepicker ([84a9994](https://github.com/BAZG-Quadrel/quadrel-framework/commit/84a999471c5622a4147f996478cbf2826d7e7df8))
|
|
2622
|
+
* DAZUIC-2574 - implementation of custom calendar ([2e0804e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2e0804e4c55766ff2ab356b1099c9dc39d3f31be))
|
|
2623
|
+
|
|
2624
|
+
### Bug Fixes
|
|
2625
|
+
|
|
2626
|
+
* DAZUIC-2602 fix for header widget bug with language list parameter ([13a0e84](https://github.com/BAZG-Quadrel/quadrel-framework/commit/13a0e84fc0bec09cd1492c1833224f33619b2c79))
|
|
2627
|
+
## [14.1.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.1.0...v14.1.1) (2023-11-06)
|
|
2628
|
+
## [14.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.3...v14.1.0) (2023-10-30)
|
|
2629
|
+
|
|
2630
|
+
### Features
|
|
2631
|
+
|
|
2632
|
+
* DAZUIC-2540 - first and last pagination buttons ([fb182a6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fb182a6527e854c577612c75c7cc693592dec7d9))
|
|
2633
|
+
## [14.0.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.2...v14.0.3) (2023-10-25)
|
|
2634
|
+
## [14.0.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.1...v14.0.2) (2023-10-25)
|
|
2635
|
+
|
|
2636
|
+
### Bug Fixes
|
|
2637
|
+
|
|
2638
|
+
* DAZUIC-2563 - docu config modal validation and rawtypes fixed ([48ac6b4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/48ac6b42dcc441b1b870d8a133989f98cd89d072))
|
|
2639
|
+
## [14.0.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.0...v14.0.1) (2023-10-23)
|
|
2640
|
+
## [14.0.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.0-beta.0...v14.0.0) (2023-10-20)
|
|
2641
|
+
|
|
2642
|
+
### Bug Fixes
|
|
2643
|
+
|
|
2644
|
+
* DAZUIC-2541 - disable page process header submit button if enableSubmit input is false ([99c3d58](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99c3d581ad81754a04a2ecc459ede8064687d7a1))
|
|
2645
|
+
## [14.0.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.0...v14.0.0-beta.0) (2023-10-18)
|
|
2646
|
+
|
|
2647
|
+
### Features
|
|
2648
|
+
|
|
2649
|
+
* DAZUIC-2460 configuration modal for Qd types ([c228796](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c228796485d80814984db6a957ae3204119bf18d))
|
|
2650
|
+
* DAZUIC-2492 - add parser for component overview, add JSDocs for each component ([dbf9b65](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbf9b6502c3c3ff02780fc2fda894cf095da8b1c))
|
|
2651
|
+
* DAZUIC-2505 - improve determination of controls for type options in config modal; save maximized state in session storage ([a41c133](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a41c1337edfc01ea279e8a843e9f335e6616e5df))
|
|
2652
|
+
* **docs:** consolidate form stories ([dbd8ed4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbd8ed4e2ce6e0fd7df8f9d4d98b285f792a99da))
|
|
2653
|
+
* **input-stories:** remove wrapper component ([d19b379](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d19b3794dc7f0aaca19da3ba6ff08a31529f9561))
|
|
2654
|
+
|
|
2655
|
+
### Bug Fixes
|
|
2656
|
+
|
|
2657
|
+
* array uuids fixed in docu config modal ([0c7684b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0c7684be46208299627c50e22d0964a3887300a1))
|
|
2658
|
+
* DAZUIC-1595 - table stories to csf 3 format; fix asset path mapping ([b39228f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b39228f1b7203e615360a6f7cd10b2aca9e1e7fc))
|
|
2659
|
+
* DAZUIC-1595 - table stories to csf 3 format; rename [#root](https://github.com/BAZG-Quadrel/quadrel-framework/issues/root) selector to [#storybook](https://github.com/BAZG-Quadrel/quadrel-framework/issues/storybook)-root ([e2e189d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e2e189da12e562ca9478e24d04626c2423da20fb)), closes [#storybook-root](https://github.com/BAZG-Quadrel/quadrel-framework/issues/storybook-root)
|
|
2660
|
+
* DAZUIC-2505 - change types to interfaces so that properties are parsed by compodoc ([7b31163](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7b3116327e433e3405a3846053e48139c051c096))
|
|
2661
|
+
* DAZUIC-2505 - fixes complex raw types in compodoc documentation.json ([3410f40](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3410f4075fccb93a8f1af7ae9b5ff55dccfb8e77))
|
|
2662
|
+
* DAZUIC-2505 display config type detail modal for generic types ([d9eb5be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9eb5be553a9f2f4ed0c6f0828e2193cd007c3f2))
|
|
2663
|
+
* e2e tests paths ([622d4aa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/622d4aa0532063ad305c689f7c58cc4997a50392))
|
|
2664
|
+
* e2e tests paths ([66f7e3d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66f7e3d4a50dd579202b6eab50d37d5cc7e5a10a))
|
|
2665
|
+
* e2e tests paths ([dcd71d6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dcd71d6c85740a34e67019093a5314bb1c6f2eb3))
|
|
2666
|
+
## [13.51.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.3.0...v13.51.0) (2023-11-21)
|
|
2667
|
+
|
|
2668
|
+
### Features
|
|
2669
|
+
|
|
2670
|
+
* DAZUIC-2608 - add "uuid" as dependency in published package.json ([e983042](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e9830423cdd3e38fc083ceeabe607e67510776bf))
|
|
2671
|
+
## [13.50.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.4...v13.50.5) (2023-11-15)
|
|
2672
|
+
## [13.50.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.1.1...v13.50.4) (2023-11-14)
|
|
2673
|
+
|
|
2674
|
+
### Bug Fixes
|
|
2675
|
+
|
|
2676
|
+
* DAZUIC-2541 - disable page process header submit button if enableSubmit input is false ([1d80831](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d808315afb0cfa30c279b4d3f609b8424854643))
|
|
2677
|
+
* DAZUIC-2602 fix for header widget bug with language list parameter ([6ded629](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6ded629f49b258cda420a4cab0fa567f8b8ecb5b))
|
|
2678
|
+
## [14.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.2.1...v14.3.0) (2023-11-21)
|
|
2679
|
+
|
|
2680
|
+
### Features
|
|
2681
|
+
|
|
2682
|
+
* DAZUIC-2608 - add "uuid" and "moment" as dependency in published package.json ([8f1db6b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8f1db6bb3793dcf015ee49daccdafd452bb4322b))
|
|
2683
|
+
## [14.2.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.2.0...v14.2.1) (2023-11-21)
|
|
2684
|
+
|
|
2685
|
+
### Bug Fixes
|
|
2686
|
+
|
|
2687
|
+
* DAZUIC-2614 - table inline menu rerendering loop fix ([10110c7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/10110c720fa8972ccfeb9d4eae812bbd48db51a6))
|
|
2688
|
+
## [14.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.5...v14.2.0) (2023-11-16)
|
|
2689
|
+
|
|
2690
|
+
### Features
|
|
2691
|
+
|
|
2692
|
+
* DAZUIC-2574 - implementation of custom calendar ([2e0804e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2e0804e4c55766ff2ab356b1099c9dc39d3f31be))
|
|
2693
|
+
|
|
2694
|
+
### Bug Fixes
|
|
2695
|
+
|
|
2696
|
+
* DAZUIC-2602 fix for header widget bug with language list parameter ([13a0e84](https://github.com/BAZG-Quadrel/quadrel-framework/commit/13a0e84fc0bec09cd1492c1833224f33619b2c79))
|
|
2697
|
+
## [14.1.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.1.0...v14.1.1) (2023-11-06)
|
|
2698
|
+
## [14.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.3...v14.1.0) (2023-10-30)
|
|
2699
|
+
|
|
2700
|
+
### Features
|
|
2701
|
+
|
|
2702
|
+
* DAZUIC-2540 - first and last pagination buttons ([fb182a6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fb182a6527e854c577612c75c7cc693592dec7d9))
|
|
2703
|
+
## [14.0.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.2...v14.0.3) (2023-10-25)
|
|
2704
|
+
## [14.0.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.1...v14.0.2) (2023-10-25)
|
|
2705
|
+
|
|
2706
|
+
### Bug Fixes
|
|
2707
|
+
|
|
2708
|
+
* DAZUIC-2563 - docu config modal validation and rawtypes fixed ([48ac6b4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/48ac6b42dcc441b1b870d8a133989f98cd89d072))
|
|
2709
|
+
## [14.0.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.0...v14.0.1) (2023-10-23)
|
|
2710
|
+
## [14.0.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.0-beta.0...v14.0.0) (2023-10-20)
|
|
2711
|
+
|
|
2712
|
+
### Bug Fixes
|
|
2713
|
+
|
|
2714
|
+
* DAZUIC-2541 - disable page process header submit button if enableSubmit input is false ([99c3d58](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99c3d581ad81754a04a2ecc459ede8064687d7a1))
|
|
2715
|
+
## [14.0.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.0...v14.0.0-beta.0) (2023-10-18)
|
|
2716
|
+
|
|
2717
|
+
### Features
|
|
2718
|
+
|
|
2719
|
+
* DAZUIC-2460 configuration modal for Qd types ([c228796](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c228796485d80814984db6a957ae3204119bf18d))
|
|
2720
|
+
* DAZUIC-2492 - add parser for component overview, add JSDocs for each component ([dbf9b65](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbf9b6502c3c3ff02780fc2fda894cf095da8b1c))
|
|
2721
|
+
* DAZUIC-2505 - improve determination of controls for type options in config modal; save maximized state in session storage ([a41c133](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a41c1337edfc01ea279e8a843e9f335e6616e5df))
|
|
2722
|
+
* **docs:** consolidate form stories ([dbd8ed4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbd8ed4e2ce6e0fd7df8f9d4d98b285f792a99da))
|
|
2723
|
+
* **input-stories:** remove wrapper component ([d19b379](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d19b3794dc7f0aaca19da3ba6ff08a31529f9561))
|
|
2724
|
+
|
|
2725
|
+
### Bug Fixes
|
|
2726
|
+
|
|
2727
|
+
* array uuids fixed in docu config modal ([0c7684b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0c7684be46208299627c50e22d0964a3887300a1))
|
|
2728
|
+
* DAZUIC-1595 - table stories to csf 3 format; fix asset path mapping ([b39228f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b39228f1b7203e615360a6f7cd10b2aca9e1e7fc))
|
|
2729
|
+
* DAZUIC-1595 - table stories to csf 3 format; rename [#root](https://github.com/BAZG-Quadrel/quadrel-framework/issues/root) selector to [#storybook](https://github.com/BAZG-Quadrel/quadrel-framework/issues/storybook)-root ([e2e189d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e2e189da12e562ca9478e24d04626c2423da20fb)), closes [#storybook-root](https://github.com/BAZG-Quadrel/quadrel-framework/issues/storybook-root)
|
|
2730
|
+
* DAZUIC-2505 - change types to interfaces so that properties are parsed by compodoc ([7b31163](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7b3116327e433e3405a3846053e48139c051c096))
|
|
2731
|
+
* DAZUIC-2505 - fixes complex raw types in compodoc documentation.json ([3410f40](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3410f4075fccb93a8f1af7ae9b5ff55dccfb8e77))
|
|
2732
|
+
* DAZUIC-2505 display config type detail modal for generic types ([d9eb5be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9eb5be553a9f2f4ed0c6f0828e2193cd007c3f2))
|
|
2733
|
+
* e2e tests paths ([622d4aa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/622d4aa0532063ad305c689f7c58cc4997a50392))
|
|
2734
|
+
* e2e tests paths ([66f7e3d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66f7e3d4a50dd579202b6eab50d37d5cc7e5a10a))
|
|
2735
|
+
* e2e tests paths ([dcd71d6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dcd71d6c85740a34e67019093a5314bb1c6f2eb3))
|
|
2736
|
+
## [13.50.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.4...v13.50.5) (2023-11-15)
|
|
2737
|
+
## [13.50.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.1.1...v13.50.4) (2023-11-14)
|
|
2738
|
+
|
|
2739
|
+
### Bug Fixes
|
|
2740
|
+
|
|
2741
|
+
* DAZUIC-2541 - disable page process header submit button if enableSubmit input is false ([1d80831](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d808315afb0cfa30c279b4d3f609b8424854643))
|
|
2742
|
+
* DAZUIC-2602 fix for header widget bug with language list parameter ([6ded629](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6ded629f49b258cda420a4cab0fa567f8b8ecb5b))
|
|
2743
|
+
## [14.1.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.1.0...v14.1.1) (2023-11-06)
|
|
2744
|
+
## [14.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.3...v14.1.0) (2023-10-30)
|
|
2745
|
+
|
|
2746
|
+
### Features
|
|
2747
|
+
|
|
2748
|
+
* DAZUIC-2540 - first and last pagination buttons ([fb182a6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fb182a6527e854c577612c75c7cc693592dec7d9))
|
|
2749
|
+
## [14.0.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.2...v14.0.3) (2023-10-25)
|
|
2750
|
+
## [14.0.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.1...v14.0.2) (2023-10-25)
|
|
2751
|
+
|
|
2752
|
+
### Bug Fixes
|
|
2753
|
+
|
|
2754
|
+
* DAZUIC-2541 - disable page process header submit button if enableSubmit input is false ([99c3d58](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99c3d581ad81754a04a2ecc459ede8064687d7a1))
|
|
2755
|
+
* DAZUIC-2563 - docu config modal validation and rawtypes fixed ([48ac6b4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/48ac6b42dcc441b1b870d8a133989f98cd89d072))
|
|
2756
|
+
## [14.0.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.0...v14.0.1) (2023-10-23)
|
|
2757
|
+
## [14.0.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v14.0.0-beta.0...v14.0.0) (2023-10-20)
|
|
2758
|
+
## [14.0.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.50.0...v14.0.0-beta.0) (2023-10-18)
|
|
2759
|
+
|
|
2760
|
+
### Features
|
|
2761
|
+
|
|
2762
|
+
* DAZUIC-2460 configuration modal for Qd types ([c228796](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c228796485d80814984db6a957ae3204119bf18d))
|
|
2763
|
+
* DAZUIC-2492 - add parser for component overview, add JSDocs for each component ([dbf9b65](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbf9b6502c3c3ff02780fc2fda894cf095da8b1c))
|
|
2764
|
+
* DAZUIC-2505 - improve determination of controls for type options in config modal; save maximized state in session storage ([a41c133](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a41c1337edfc01ea279e8a843e9f335e6616e5df))
|
|
2765
|
+
* **docs:** consolidate form stories ([dbd8ed4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dbd8ed4e2ce6e0fd7df8f9d4d98b285f792a99da))
|
|
2766
|
+
* **input-stories:** remove wrapper component ([d19b379](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d19b3794dc7f0aaca19da3ba6ff08a31529f9561))
|
|
2767
|
+
|
|
2768
|
+
### Bug Fixes
|
|
2769
|
+
|
|
2770
|
+
* array uuids fixed in docu config modal ([0c7684b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0c7684be46208299627c50e22d0964a3887300a1))
|
|
2771
|
+
* DAZUIC-1595 - table stories to csf 3 format; fix asset path mapping ([b39228f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b39228f1b7203e615360a6f7cd10b2aca9e1e7fc))
|
|
2772
|
+
* DAZUIC-1595 - table stories to csf 3 format; rename [#root](https://github.com/BAZG-Quadrel/quadrel-framework/issues/root) selector to [#storybook](https://github.com/BAZG-Quadrel/quadrel-framework/issues/storybook)-root ([e2e189d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e2e189da12e562ca9478e24d04626c2423da20fb)), closes [#storybook-root](https://github.com/BAZG-Quadrel/quadrel-framework/issues/storybook-root)
|
|
2773
|
+
* DAZUIC-2505 - change types to interfaces so that properties are parsed by compodoc ([7b31163](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7b3116327e433e3405a3846053e48139c051c096))
|
|
2774
|
+
* DAZUIC-2505 - fixes complex raw types in compodoc documentation.json ([3410f40](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3410f4075fccb93a8f1af7ae9b5ff55dccfb8e77))
|
|
2775
|
+
* DAZUIC-2505 display config type detail modal for generic types ([d9eb5be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9eb5be553a9f2f4ed0c6f0828e2193cd007c3f2))
|
|
2776
|
+
* e2e tests paths ([622d4aa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/622d4aa0532063ad305c689f7c58cc4997a50392))
|
|
2777
|
+
* e2e tests paths ([66f7e3d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66f7e3d4a50dd579202b6eab50d37d5cc7e5a10a))
|
|
2778
|
+
* e2e tests paths ([dcd71d6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dcd71d6c85740a34e67019093a5314bb1c6f2eb3))
|
|
2779
|
+
## [13.50.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.49.4...v13.50.0) (2023-10-16)
|
|
2780
|
+
|
|
2781
|
+
### Features
|
|
2782
|
+
|
|
2783
|
+
* DAZUIC-2518 - hide save button in stepper when (stepSave) output is not set on the current step ([5f6dc65](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5f6dc65fd8e466a7ec8253394e7c000d2a5ff5f3))
|
|
2784
|
+
## [13.49.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.49.3...v13.49.4) (2023-10-09)
|
|
2785
|
+
## [13.49.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.49.2...v13.49.3) (2023-10-09)
|
|
2786
|
+
|
|
2787
|
+
### Bug Fixes
|
|
2788
|
+
|
|
2789
|
+
* DAZUIC-2500 - dropdown closing behaviour fixed (click on another dropdown closes the dropdown now) ([d71b955](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d71b9552c12f60bb32fba71cdcc0097c7f9830d5))
|
|
2790
|
+
## [13.49.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.49.1...v13.49.2) (2023-10-06)
|
|
2791
|
+
|
|
2792
|
+
### Bug Fixes
|
|
2793
|
+
|
|
2794
|
+
* DAZUIC-2501 - fix italian translation for maxlength validation ([b1f823d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b1f823d02656e20c32b923f4b92283688accce09))
|
|
2795
|
+
* DAZUIC-2501 - fix italian translation for minlength validation ([5b1e189](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5b1e18911feed562b4208c4b63d72c91b568d783))
|
|
2796
|
+
## [13.49.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.49.0...v13.49.1) (2023-10-03)
|
|
2797
|
+
|
|
2798
|
+
### Bug Fixes
|
|
2799
|
+
|
|
2800
|
+
* DAZUIC-2497 - Multi Input: Add chip on blur ([2ac4d25](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2ac4d25cec785ff0ed499241215a1fd9fc3f9890))
|
|
2801
|
+
## [13.49.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.48.3...v13.49.0) (2023-09-29)
|
|
2802
|
+
|
|
2803
|
+
### Features
|
|
2804
|
+
|
|
2805
|
+
* DAZUIC-2498 new icons "emailIn" and "emailOut" ([3b3c317](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3b3c317077724ac6978b3a342ff9f1be069746de))
|
|
2806
|
+
## [13.48.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.48.2...v13.48.3) (2023-09-08)
|
|
2807
|
+
|
|
2808
|
+
### Bug Fixes
|
|
2809
|
+
|
|
2810
|
+
* DAZUIC-2376 - fix reset button disabled behaviour to be fully reactive ([3439e26](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3439e2664c8341f0ce7bed83ce956e6632e33c4c))
|
|
2811
|
+
* filter out empty items ([4d79de9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4d79de94b770ad9e62bde1cacfd6bb39a412b332))
|
|
2812
|
+
## [13.48.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.48.1...v13.48.2) (2023-09-05)
|
|
2813
|
+
|
|
2814
|
+
### Bug Fixes
|
|
2815
|
+
|
|
2816
|
+
* DAZUIC-2467 - Export Filter Types ([0836bd2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0836bd26b8076ed2148754575e6f747f42d60a0b))
|
|
2817
|
+
## [13.48.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.48.0...v13.48.1) (2023-09-04)
|
|
2818
|
+
|
|
2819
|
+
### Bug Fixes
|
|
2820
|
+
|
|
2821
|
+
* DAZUIC-2445 - Fix Tree Table ([931175f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/931175ffcfc736d54f450d2ff15b85cad5f3f0c8))
|
|
2822
|
+
* DAZUIC-2445 - Fix Tree Table ([97d3c48](https://github.com/BAZG-Quadrel/quadrel-framework/commit/97d3c4887551dab830d71ffae99cb95df4c41468))
|
|
2823
|
+
## [13.48.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.47.2...v13.48.0) (2023-09-01)
|
|
2824
|
+
|
|
2825
|
+
### Features
|
|
2826
|
+
|
|
2827
|
+
* DAZUC-2414 - Remove the placeholder, X icon logic ([4e3d73d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4e3d73d6737e7d3f850292bbd95a0a75f6f63568))
|
|
2828
|
+
## [13.47.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.47.1...v13.47.2) (2023-08-21)
|
|
2829
|
+
|
|
2830
|
+
### Bug Fixes
|
|
2831
|
+
|
|
2832
|
+
* DAZUIC-2376 - Remove the second emit of EventEmitter by click reset button. ([cf64284](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cf6428475083358eadb6662f444ae28c7be9b3ea))
|
|
2833
|
+
## [13.47.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.47.0...v13.47.1) (2023-08-17)
|
|
2834
|
+
|
|
2835
|
+
### Bug Fixes
|
|
2836
|
+
|
|
2837
|
+
* DICS2R2 - fix some small issues for QdTable Date content type ([d08f0e6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d08f0e6bdfd01185cb306d67a692e9a3acfc3b0b))
|
|
2838
|
+
## [13.47.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.46.2...v13.47.0) (2023-08-16)
|
|
2839
|
+
|
|
2840
|
+
### Features
|
|
2841
|
+
|
|
2842
|
+
* DICS2R2-2243 enable date cells with formatting in QdTable ([d9bab19](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9bab190e89194ca5be7d922a62a3e0c45c1bfa7))
|
|
2843
|
+
## [13.46.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.46.1...v13.46.2) (2023-08-16)
|
|
2844
|
+
|
|
2845
|
+
### Bug Fixes
|
|
2846
|
+
|
|
2847
|
+
* DAZUIC-2397 - change scroll behavior in-click-popover ([c075ca1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c075ca1379f396acff4554a538fcfe22e192e6ae))
|
|
2848
|
+
* DAZUIC-2397 - remove useless assertion in unit tests ([fd1897d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fd1897dafae8a951c5b69a118b52cc21110fd730))
|
|
2849
|
+
## [13.46.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.46.0...v13.46.1) (2023-08-15)
|
|
2850
|
+
|
|
2851
|
+
### Bug Fixes
|
|
2852
|
+
|
|
2853
|
+
* DMBA-5259 mark input and textarea as invalid if max length is exceeded directly after typing and not only after blur ([cf96405](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cf96405a347d64f8f10ddb15661bcc6366b0e648))
|
|
2854
|
+
## [13.46.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.45.1...v13.46.0) (2023-08-15)
|
|
2855
|
+
|
|
2856
|
+
### Features
|
|
2857
|
+
|
|
2858
|
+
* table content type chip - chip level can be defined by label with levelMapping option ([d22a5e1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d22a5e19c810ba5540c3e659382c7ee3fc85747b))
|
|
2859
|
+
## [13.45.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.45.0...v13.45.1) (2023-08-08)
|
|
2860
|
+
|
|
2861
|
+
### Bug Fixes
|
|
2862
|
+
|
|
2863
|
+
* DAZUIC-2344 - fix "undefined" output in contact card with empty countryCode ([4d394a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4d394a33e66d170bc26da0c2163f7de174ec5ec8))
|
|
2864
|
+
## [13.45.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.44.0...v13.45.0) (2023-08-02)
|
|
2865
|
+
|
|
2866
|
+
### Features
|
|
2867
|
+
|
|
2868
|
+
* DAZUIC-2373 - Use new readonly action component for Input, Checkboxes & Radiobuttons ([abb0412](https://github.com/BAZG-Quadrel/quadrel-framework/commit/abb04124314850e78f0c39053dd4d91197c60d2a))
|
|
2869
|
+
## [13.44.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.43.1...v13.44.0) (2023-07-24)
|
|
2870
|
+
|
|
2871
|
+
### Features
|
|
2872
|
+
|
|
2873
|
+
* DAZWVS-8017 - consider notification uuid to be able to remove specific notification ([b4d1c7f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b4d1c7fd0839ead5c97a5c451f1208dcda48624b))
|
|
2874
|
+
* DAZWVS-8017 - QD menu button min width and max width with truncated text with tooltip ([23ce1cb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/23ce1cbc784d4d2e7b8e68869ef661e43a6522bb))
|
|
2875
|
+
## [13.43.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.43.0...v13.43.1) (2023-07-24)
|
|
2876
|
+
|
|
2877
|
+
### Bug Fixes
|
|
2878
|
+
|
|
2879
|
+
* DAZUIC-2359 - QdButton - no underline when using anchor tag ([b5f0cd4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b5f0cd48e4d5ec1424592624cb070113fed6e228))
|
|
2880
|
+
## [13.43.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.42.0...v13.43.0) (2023-07-24)
|
|
2881
|
+
|
|
2882
|
+
### Features
|
|
2883
|
+
|
|
2884
|
+
* DAZUIC-2359 - QdButton - Button component and directive can be bound to a-tag ([fe0de5e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fe0de5e3b2033d7dcc07ba70c87f2fc8bc9edd4b))
|
|
2885
|
+
## [13.42.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.41.0...v13.42.0) (2023-07-21)
|
|
2886
|
+
|
|
2887
|
+
### Features
|
|
2888
|
+
|
|
2889
|
+
* DAZUIC-2358 - QdTable - Add build-in-translation-feature for content types 'chip' & 'text' ([390ab5c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/390ab5cd4940b576cb189a2c1ae383e8df8cf478))
|
|
2890
|
+
## [13.41.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.40.4...v13.41.0) (2023-07-20)
|
|
2891
|
+
|
|
2892
|
+
### Features
|
|
2893
|
+
|
|
2894
|
+
* DICS2R2-2241 enable setting text-transform on text cells in QdTable ([762f4c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/762f4c2e87b6e2d9e55c6aaaf329a27a15b8ee36))
|
|
2895
|
+
## [13.40.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.40.3...v13.40.4) (2023-07-19)
|
|
2896
|
+
|
|
2897
|
+
### Bug Fixes
|
|
2898
|
+
|
|
2899
|
+
* DAZUIC-2357 handle step input changes in stepper component ([f654a09](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f654a0966c2f6beae524138374c34e13eaf5c821))
|
|
2900
|
+
## [13.40.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.40.2...v13.40.3) (2023-07-12)
|
|
2901
|
+
|
|
2902
|
+
### Bug Fixes
|
|
2903
|
+
|
|
2904
|
+
* DAZUIC-2353 - contact card height issues ([00376a1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/00376a187280894436057f1cb6581bb317fa05b7))
|
|
2905
|
+
## [13.40.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.40.1...v13.40.2) (2023-07-12)
|
|
2906
|
+
|
|
2907
|
+
### Bug Fixes
|
|
2908
|
+
|
|
2909
|
+
* add export for QdContactData in public API ([4574594](https://github.com/BAZG-Quadrel/quadrel-framework/commit/45745944649650897673861f7e24a35eefeea886))
|
|
2910
|
+
* add further exports to public API ([46068b6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/46068b6986e458f93dce5057eb617d0cede4bed2))
|
|
2911
|
+
## [13.40.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.40.0...v13.40.1) (2023-07-11)
|
|
2912
|
+
|
|
2913
|
+
### Bug Fixes
|
|
2914
|
+
|
|
2915
|
+
* DAZWVS-7861 add type to isHidden button config property ([35eaece](https://github.com/BAZG-Quadrel/quadrel-framework/commit/35eaece999e4c64f856bdb6b6adb318832e6c60b))
|
|
2916
|
+
## [13.40.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.39.0...v13.40.0) (2023-07-10)
|
|
2917
|
+
|
|
2918
|
+
### Features
|
|
2919
|
+
|
|
2920
|
+
* DAZUIC-2340 enforce header or toolbar in qd-container (error log) ([f262def](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f262defe95552983544d6d6934c1842026630ae6))
|
|
2921
|
+
|
|
2922
|
+
### Bug Fixes
|
|
2923
|
+
|
|
2924
|
+
* DAZUIC-2320 fix loop in table wrapping service if main column is not filling column ([1bda262](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1bda262fde407f139678cfaca135cb267c6dd385))
|
|
2925
|
+
## [13.39.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.38.0...v13.39.0) (2023-07-07)
|
|
2926
|
+
|
|
2927
|
+
### Features
|
|
2928
|
+
|
|
2929
|
+
* DMBA-5521 - make c/o optional ([86a770c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/86a770cc97d8bff88ed300b0e8ec8337b2ac3dde))
|
|
2930
|
+
## [13.38.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.37.0...v13.38.0) (2023-06-30)
|
|
2931
|
+
|
|
2932
|
+
### Features
|
|
2933
|
+
|
|
2934
|
+
* DAZUIC-2339 change qd columns full width breakpoint threshold to sm (600px) ([e4ce238](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e4ce23878b2c6a9ce8d89a744cb557b4a2139f88))
|
|
2935
|
+
## [13.37.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.36.0...v13.37.0) (2023-06-29)
|
|
2936
|
+
|
|
2937
|
+
### Features
|
|
2938
|
+
|
|
2939
|
+
* DAZUIC-2338 - data-test-ids for qd-table and its elements ([c5a55d3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c5a55d3eafcdba8c2b852d371e1e762a67914d86))
|
|
2940
|
+
## [13.36.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.35.0...v13.36.0) (2023-06-19)
|
|
2941
|
+
|
|
2942
|
+
### Features
|
|
2943
|
+
|
|
2944
|
+
* DAZUIC-2325 - Add hidden property for QdMenuButton ([97d12a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/97d12a3dc4e0a33a12eeddabf4602df458c8649f))
|
|
2945
|
+
* DMBA-5336 - add page index data resolver parameter to table refresh method ([cf309ba](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cf309bab32e83b358f8311756db85c10283d8b5b))
|
|
2946
|
+
|
|
2947
|
+
### Bug Fixes
|
|
2948
|
+
|
|
2949
|
+
* DAZUIC-2325 - fix minor styling bug in QdMenuButton ([59d68bd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/59d68bd9743b014e17caa7079e9a958e96364775))
|
|
2950
|
+
* sonar issues in QdFormControl and QdFormBuilder ([73ea574](https://github.com/BAZG-Quadrel/quadrel-framework/commit/73ea574461fa7d27e229de9bb79d7550b7e42fd7))
|
|
2951
|
+
## [13.35.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.34.0...v13.35.0) (2023-06-19)
|
|
2952
|
+
|
|
2953
|
+
### Features
|
|
2954
|
+
|
|
2955
|
+
* DAZUIC-2325 - Labels are translated within the QdMenuButton component ([1d732be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d732be3167f583b5a6a307ad7863042d46f58e8))
|
|
2956
|
+
## [13.34.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.33.0...v13.34.0) (2023-06-16)
|
|
2957
|
+
|
|
2958
|
+
### Features
|
|
2959
|
+
|
|
2960
|
+
* DAZUIC-1005 - input/textarea character counter with max length validator ([3fea319](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3fea319c60c38905b8f958e2ed00461be196b069))
|
|
2961
|
+
## [13.33.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.32.0...v13.33.0) (2023-06-15)
|
|
2962
|
+
|
|
2963
|
+
### Features
|
|
2964
|
+
|
|
2965
|
+
* DAZUIC-2158 - contact card placeholders configurable (hasPlaceholders) ([d11bdb8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d11bdb8bb13a96de77bb18e95bec4afc8166a1df))
|
|
2966
|
+
## [13.32.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.31.6...v13.32.0) (2023-06-15)
|
|
2967
|
+
|
|
2968
|
+
### Features
|
|
2969
|
+
|
|
2970
|
+
* DAZUIC-2149 - Create core module & intersection tooltip directive, use it in filter ([52397bc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/52397bc86302419dbcc17aeb159b464df9ea7694))
|
|
2971
|
+
## [13.31.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.31.5...v13.31.6) (2023-06-09)
|
|
2972
|
+
|
|
2973
|
+
### Bug Fixes
|
|
2974
|
+
|
|
2975
|
+
* DAZUIC-2307 - multi input can now be used with [formArrayName] directive ([83e90cc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/83e90cc86f5eecbddae297ff3876d0c692c2f019))
|
|
2976
|
+
## [13.31.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.31.4...v13.31.5) (2023-06-06)
|
|
2977
|
+
|
|
2978
|
+
### Bug Fixes
|
|
2979
|
+
|
|
2980
|
+
* DAZUIC-2300 - breaking change in multi input fixed: use with FormControl still possible (instead of new QdFormArray) ([99d0c2d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99d0c2d7b360b78983c70b9ad62cf8a7bcdbbc82))
|
|
2981
|
+
## [13.31.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.31.3...v13.31.4) (2023-06-01)
|
|
2982
|
+
|
|
2983
|
+
### Bug Fixes
|
|
2984
|
+
|
|
2985
|
+
* DAZUIC-631 - fix initial triggering of filter outputs ([a9039c4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a9039c485b61151295493b072253949a0244db0b))
|
|
2986
|
+
## [13.31.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.31.2...v13.31.3) (2023-06-01)
|
|
2987
|
+
|
|
2988
|
+
### Bug Fixes
|
|
2989
|
+
|
|
2990
|
+
* DAZUIC-2286 - some fixes for Sonar ([a34c3f0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a34c3f035c988963b20c5b83da54b9e0b2326655))
|
|
2991
|
+
## [13.31.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.31.1...v13.31.2) (2023-05-31)
|
|
2992
|
+
|
|
2993
|
+
### Bug Fixes
|
|
2994
|
+
|
|
2995
|
+
* DAZUIC-2286 - Sonar, ignore false positive for tables ([e2eb5b6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e2eb5b6a4edbb0321b023cda76c65ca7bc1bf36e))
|
|
2996
|
+
* DAZUIC-631 - wait for pending navigations when setting filter query parameter ([3273de6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3273de684930fd000d8b61f09346db66c5f99b9d))
|
|
2997
|
+
## [13.31.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.31.0...v13.31.1) (2023-05-30)
|
|
2998
|
+
|
|
2999
|
+
### Bug Fixes
|
|
3000
|
+
|
|
3001
|
+
* DAZUIC-631 - fix waiting for navigation end before filter query parameter is checked ([23aef94](https://github.com/BAZG-Quadrel/quadrel-framework/commit/23aef9445caf21b4d04e4b0570c79e50844623f5))
|
|
3002
|
+
## [13.31.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.30.1...v13.31.0) (2023-05-30)
|
|
3003
|
+
|
|
3004
|
+
### Features
|
|
3005
|
+
|
|
3006
|
+
* DAZUIC-631 - persist filter selection in url ([ef3fe17](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ef3fe17763617ef2774efb590a5c3fa80f63302f))
|
|
3007
|
+
## [13.30.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.30.0...v13.30.1) (2023-05-30)
|
|
3008
|
+
|
|
3009
|
+
### Bug Fixes
|
|
3010
|
+
|
|
3011
|
+
* DAZUIC-2263 - remove unused property in column config ([ea980fb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ea980fb3fe6ee68e49a90e33241a82afdc0633f8))
|
|
3012
|
+
## [13.30.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.29.0...v13.30.0) (2023-05-30)
|
|
3013
|
+
|
|
3014
|
+
### Features
|
|
3015
|
+
|
|
3016
|
+
* DAZUIC-2276 - search phrase configurable; handle search config updates ([6ee1df7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6ee1df784e889963b02487e2b8c1bb272c642470))
|
|
3017
|
+
## [13.29.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.28.0...v13.29.0) (2023-05-26)
|
|
3018
|
+
|
|
3019
|
+
### Features
|
|
3020
|
+
|
|
3021
|
+
* DAZITSUV-5101 - qd-multi-input_mit-backend-validierung-erweitern ([0ac3e82](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0ac3e8250075c0ed6811a92a58e1434e23970e9b))
|
|
3022
|
+
## [13.28.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.27.4...v13.28.0) (2023-05-25)
|
|
3023
|
+
|
|
3024
|
+
### Features
|
|
3025
|
+
|
|
3026
|
+
* DAZUIC-2253 - extend column system to 6 columns ([5bfc169](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5bfc169d4c92d685b4ac036dd2c3c52b624b2d5a))
|
|
3027
|
+
## [13.27.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.27.3...v13.27.4) (2023-05-25)
|
|
3028
|
+
|
|
3029
|
+
### Bug Fixes
|
|
3030
|
+
|
|
3031
|
+
* DAZUIC-2275 - export interfaces ([af86d3e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/af86d3e961051b9f36271853be7f35cd0b1b3c78))
|
|
3032
|
+
## [13.27.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.27.2...v13.27.3) (2023-05-25)
|
|
3033
|
+
|
|
3034
|
+
### Bug Fixes
|
|
3035
|
+
|
|
3036
|
+
* DAZUIC-2273 - make ngOnDestroy hooks with unsubscribe robust ([d85459b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d85459b5106b9e3fa47c607b601fbc2ba8409fc0))
|
|
3037
|
+
## [13.27.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.27.1...v13.27.2) (2023-05-24)
|
|
3038
|
+
|
|
3039
|
+
### Bug Fixes
|
|
3040
|
+
|
|
3041
|
+
* DAZUIC-2265 - provide SearchService at component level ([4c04455](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4c044558d41c15773fc07620cdb100d4db10a4e8))
|
|
3042
|
+
## [13.27.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.27.0...v13.27.1) (2023-05-17)
|
|
3043
|
+
|
|
3044
|
+
### Bug Fixes
|
|
3045
|
+
|
|
3046
|
+
* DAZUIC-2254 - handle updated options in checkboxes component ([4259a35](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4259a354a7df7749882f593246c899606839fbf3))
|
|
3047
|
+
## [13.27.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.26.2...v13.27.0) (2023-05-16)
|
|
3048
|
+
|
|
3049
|
+
### Features
|
|
3050
|
+
|
|
3051
|
+
* DAZUIC-1964 - QdMenuButton ([876e0a0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/876e0a013e61734034f725eda67ab599b90ac14b))
|
|
3052
|
+
## [13.26.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.26.1...v13.26.2) (2023-05-16)
|
|
3053
|
+
|
|
3054
|
+
### Bug Fixes
|
|
3055
|
+
|
|
3056
|
+
* DAZUIC-2250 - remove buggy leftover code of removed feature ([0a98206](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0a9820662c2e33af2b27c355a4e832cb7c85b488))
|
|
3057
|
+
## [13.26.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.26.0...v13.26.1) (2023-05-05)
|
|
3058
|
+
|
|
3059
|
+
### Bug Fixes
|
|
3060
|
+
|
|
3061
|
+
* DAZUIC-2234 - handle updated options in dropdown component ([5011c64](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5011c64088e5e955a0fc09b59803974107357895))
|
|
3062
|
+
## [13.26.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.25.0...v13.26.0) (2023-05-04)
|
|
3063
|
+
|
|
3064
|
+
### Features
|
|
3065
|
+
|
|
3066
|
+
* DAZUIC-2161 - QdTable: replace lastColumnFillingWidth property ([dacb05b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dacb05b7f487eb7d268434db54d58eb39870c065))
|
|
3067
|
+
## [13.25.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.24.1...v13.25.0) (2023-05-01)
|
|
3068
|
+
|
|
3069
|
+
### Features
|
|
3070
|
+
|
|
3071
|
+
* DAZUIC-663 - default notification error messages for several HTTP error status codes ([0ffa34c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0ffa34c2988892dc3263e901b0aeae4623dfff50))
|
|
3072
|
+
## [13.24.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.24.0...v13.24.1) (2023-04-25)
|
|
3073
|
+
|
|
3074
|
+
### Bug Fixes
|
|
3075
|
+
|
|
3076
|
+
* DAZUIC-1537 - add document name in english translation of upload delete confirmation ([0908e2e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0908e2e21513fbad465d9fa4007de738563b2ea9))
|
|
3077
|
+
## [13.24.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.23.0...v13.24.0) (2023-04-25)
|
|
3078
|
+
|
|
3079
|
+
### Features
|
|
3080
|
+
|
|
3081
|
+
* DAZUIC-1272 - QdTable: one single point of truth for tableId's ([52bb027](https://github.com/BAZG-Quadrel/quadrel-framework/commit/52bb027be08a1dae7c07c77c7d0e7b35cdc5486a))
|
|
3082
|
+
## [13.23.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.22.0...v13.23.0) (2023-04-24)
|
|
3083
|
+
|
|
3084
|
+
### Features
|
|
3085
|
+
|
|
3086
|
+
* DAZUIC-1272 - add scenario ([b7bcef5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b7bcef55dd20f02464156ba0508d79e9d4370e63))
|
|
3087
|
+
|
|
3088
|
+
### Bug Fixes
|
|
3089
|
+
|
|
3090
|
+
* DAZUIC-2200 - always trigger table selection event on change of table data ([143c598](https://github.com/BAZG-Quadrel/quadrel-framework/commit/143c5988810350daffaae49f12c3c08a3baea117))
|
|
3091
|
+
## [13.22.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.21.0...v13.22.0) (2023-04-18)
|
|
3092
|
+
|
|
3093
|
+
### Features
|
|
3094
|
+
|
|
3095
|
+
* DAZUIC-2135 - Extend the container section to include chips ([0b07d50](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0b07d50e8e2bb6b48f947c8e9673012857b52621))
|
|
3096
|
+
## [13.21.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.20.0...v13.21.0) (2023-04-17)
|
|
3097
|
+
|
|
3098
|
+
### Features
|
|
3099
|
+
|
|
3100
|
+
* DAZUIC-2021 - pagination alignment to width of the associated table ([50ac32a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/50ac32a50cb062faeac164c3c630ae807a6526df))
|
|
3101
|
+
## [13.20.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.19.1...v13.20.0) (2023-04-13)
|
|
3102
|
+
|
|
3103
|
+
### Features
|
|
3104
|
+
|
|
3105
|
+
* DAZUIC-2192 - extend notifications interceptor, to show them as a snackbar ([a9364b4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a9364b49df8dc4db2adb112cfd85b71d70b62095))
|
|
3106
|
+
## [13.19.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.19.0...v13.19.1) (2023-04-12)
|
|
3107
|
+
|
|
3108
|
+
### Bug Fixes
|
|
3109
|
+
|
|
3110
|
+
* DMBA-4515 - update snackbar overlay position when notifications are added or window is resized ([c193760](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c193760c493e436a45eb52ec5c3a2f9316fc6a83))
|
|
3111
|
+
* ensure resizeSubscription is defined before unsubscribing ([35434c1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/35434c1831e103596ff56ab6a789d4d2046ab176))
|
|
3112
|
+
## [13.19.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.18.1...v13.19.0) (2023-03-31)
|
|
3113
|
+
|
|
3114
|
+
### Features
|
|
3115
|
+
|
|
3116
|
+
* DAZITSUV-4984 - multi input frontend validation and input splitting ([796941c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/796941c76d2405f752d029112696d7e78cb03d47))
|
|
3117
|
+
## [13.18.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.18.0...v13.18.1) (2023-03-30)
|
|
3118
|
+
|
|
3119
|
+
### Bug Fixes
|
|
3120
|
+
|
|
3121
|
+
* allow up to 14 columns in QdTable ([c814d23](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c814d2396c07158cc8895d0d2c1d8cdf27861ffe))
|
|
3122
|
+
## [13.18.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.17.1...v13.18.0) (2023-03-29)
|
|
3123
|
+
|
|
3124
|
+
### Features
|
|
3125
|
+
|
|
3126
|
+
* DAZUIC-2134 - table content type "icon" ([5308e33](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5308e33de6ac839fe292b95cde08faa239e007f8))
|
|
3127
|
+
## [13.17.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.17.0...v13.17.1) (2023-03-28)
|
|
3128
|
+
|
|
3129
|
+
### Bug Fixes
|
|
3130
|
+
|
|
3131
|
+
* export QdTableConfigColumn type ([86833d9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/86833d96f5fa0b4a82b617f6b72540ab2da8699b))
|
|
3132
|
+
## [13.17.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.16.3...v13.17.0) (2023-03-28)
|
|
3133
|
+
|
|
3134
|
+
### Features
|
|
3135
|
+
|
|
3136
|
+
* DAZUIC-1577 - Update HeaderWidget V2.8+ in QdShell ([13a4f3c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/13a4f3c362b695ce078edc133a6f9aeafab6f980))
|
|
3137
|
+
* DAZUIC-2146 - sticky shell header (config: isHeaderSticky) ([e526095](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e526095bfe464ac73da623ff40e1546d934155a3))
|
|
3138
|
+
|
|
3139
|
+
### Bug Fixes
|
|
3140
|
+
|
|
3141
|
+
* DAZUIC-1577 - Calling "useLanguage" on each HeaderWidget configuration update ([23d1852](https://github.com/BAZG-Quadrel/quadrel-framework/commit/23d1852456552a6d2ed817421c23c96f18c3e679))
|
|
3142
|
+
## [13.16.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.16.2...v13.16.3) (2023-03-27)
|
|
3143
|
+
|
|
3144
|
+
### Bug Fixes
|
|
3145
|
+
|
|
3146
|
+
* export QdFilterService for combination of table, pagination and filter ([d84428f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d84428ffdc7a071ab6319db91b37136d00e6d3f0))
|
|
3147
|
+
## [13.16.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.16.1...v13.16.2) (2023-03-27)
|
|
3148
|
+
|
|
3149
|
+
### Bug Fixes
|
|
3150
|
+
|
|
3151
|
+
* DAZUIC-2142 - remove overlay on destroy of snackbar listener ([b3da335](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b3da3354734e5123bf55791baf36bd0e05197e4b))
|
|
3152
|
+
## [13.16.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.16.0...v13.16.1) (2023-03-24)
|
|
3153
|
+
## [13.16.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.15.0...v13.16.0) (2023-03-24)
|
|
3154
|
+
|
|
3155
|
+
### Features
|
|
3156
|
+
|
|
3157
|
+
* DAZUIC-2137 - remove column type 'chips'; 'chip' accepts single and multiple chips ([4db0238](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4db0238b60d2bb2912998d9dc56d7efae285a540))
|
|
3158
|
+
## [13.15.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.14.0...v13.15.0) (2023-03-24)
|
|
3159
|
+
|
|
3160
|
+
### Features
|
|
3161
|
+
|
|
3162
|
+
* DAZUIC-2138 - Merge table content types LinkSinge & LinkMulti to link ([8b0551e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8b0551e5452cf8210cd3a6aae54392c01983a3b8))
|
|
3163
|
+
## [13.14.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.13.0...v13.14.0) (2023-03-23)
|
|
3164
|
+
|
|
3165
|
+
### Features
|
|
3166
|
+
|
|
3167
|
+
* DAZUIC-2066 - Add contentTypes linkSingle & linkMulti for QdTable ([87b3282](https://github.com/BAZG-Quadrel/quadrel-framework/commit/87b3282d0515e4ccc7b7c76c4e25c66c3f976b4d))
|
|
3168
|
+
## [13.13.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.12.0...v13.13.0) (2023-03-22)
|
|
3169
|
+
|
|
3170
|
+
### Features
|
|
3171
|
+
|
|
3172
|
+
* DAZUIC-1965 - Content Type Status for QdTable ([1d835f1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d835f17f18ec6d75af162df845a905907fc7328))
|
|
3173
|
+
## [13.12.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.11.0...v13.12.0) (2023-03-21)
|
|
3174
|
+
|
|
3175
|
+
### Features
|
|
3176
|
+
|
|
3177
|
+
* DAZUIC-1966 - QdTable: Add chip content type ([2d5e11d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2d5e11dccdec79c369e0f05c23a157724274fad3))
|
|
3178
|
+
* QdTable: fix some typos and minor issues in docs ([4c9636b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4c9636bd2c9cd979d9cfa3c2521250561d065f2d))
|
|
3179
|
+
|
|
3180
|
+
### Bug Fixes
|
|
3181
|
+
|
|
3182
|
+
* DAZUIC-2113 - fix container type in filter/table show cases ([2af28c8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2af28c82e7cfe92aa3473a2b977908d1d59bb79d))
|
|
3183
|
+
* DAZUIC-2113 fix paddings for container type 'table' ([d4f27c0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d4f27c02fde13d78af26accd37831c72ac12cefc))
|
|
3184
|
+
## [13.11.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.10.0...v13.11.0) (2023-03-21)
|
|
3185
|
+
|
|
3186
|
+
### Features
|
|
3187
|
+
|
|
3188
|
+
* DAZUIC-1956 - pagination styling and scrolling behavior ([2403a27](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2403a2721453b5e6a1996bacd8fba6c5b205ab95))
|
|
3189
|
+
## [13.10.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.9.0...v13.10.0) (2023-03-16)
|
|
3190
|
+
|
|
3191
|
+
### Features
|
|
3192
|
+
|
|
3193
|
+
* DAZUIC-1724 - Chips Content Type QdTable ([58104ba](https://github.com/BAZG-Quadrel/quadrel-framework/commit/58104ba6dc778204e55c3c56821dd4cec89711e0))
|
|
3194
|
+
## [13.9.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.8.2...v13.9.0) (2023-03-15)
|
|
3195
|
+
|
|
3196
|
+
### Features
|
|
3197
|
+
|
|
3198
|
+
* DAZUIC-1977 - new multi input component ([ac8a4d3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ac8a4d3a96b4500fda8333daacf281860520a4ba))
|
|
3199
|
+
## [13.8.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.8.1...v13.8.2) (2023-03-10)
|
|
3200
|
+
|
|
3201
|
+
### Bug Fixes
|
|
3202
|
+
|
|
3203
|
+
* DAZUIC-2101 - workaround 2-times-click bug in PPH ([a6126f9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a6126f9ead90b8b7f76fe00881afdd58120873c5))
|
|
3204
|
+
## [13.8.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.8.0...v13.8.1) (2023-03-09)
|
|
3205
|
+
|
|
3206
|
+
### Features
|
|
3207
|
+
|
|
3208
|
+
* DAZUIC-1956 pagination page size ([aaeb5fa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aaeb5fa10d3bc0d08ccb789d4d78a8323b6d2f0e))
|
|
3209
|
+
## [13.8.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.8.0-beta.4...v13.8.0) (2023-03-06)
|
|
3210
|
+
|
|
3211
|
+
### Features
|
|
3212
|
+
|
|
3213
|
+
* DAZUIC-1955 - QdTable Refresh API for pagination ([798e374](https://github.com/BAZG-Quadrel/quadrel-framework/commit/798e3748cbbf1c71444fe3d1a0540167ae494e2f))
|
|
3214
|
+
* translate qd-search placeholder "Search" ([53628c1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/53628c17d05a460c97f89c85e33b6e873293d6a0))
|
|
3215
|
+
|
|
3216
|
+
### Bug Fixes
|
|
3217
|
+
|
|
3218
|
+
* DAZUIC-2035 - remove whitespace in folder name ([f7c3dad](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f7c3dadf01868491eba68e32aa3e9464ddefd1bd))
|
|
3219
|
+
* DAZUIC-2035 - remove whitespace in mapped folder names ([9132a59](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9132a5975dbf8f321080de1c144ea5e0d88fc624))
|
|
3220
|
+
* DAZUIC-2066 - fix triggering of table selection event ([eae4bb4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eae4bb4b3749725083d57bb39ef8bb8e1ad6331a))
|
|
3221
|
+
## [13.8.0-beta.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.8.0-beta.3-193...v13.8.0-beta.4) (2023-02-28)
|
|
3222
|
+
|
|
3223
|
+
### Features
|
|
3224
|
+
|
|
3225
|
+
* DAZUIC-1728 - extend jenkins to create Blogpost after release & publish ([0633e9c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0633e9c8959a37dcfd63569ade409d16e13f8c15))
|
|
3226
|
+
* DAZUIC-1957 - disable an inline action depending on the row's data ([177254d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/177254d95aadf388f32747f91d63fe5ef2b13775))
|
|
3227
|
+
|
|
3228
|
+
### Bug Fixes
|
|
3229
|
+
|
|
3230
|
+
* font sizing inline menu ([d9284c3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9284c325f1613000608fe9e8ec0ab84bd5c99b0))
|
|
3231
|
+
* showSubmit documentation comment ([511d75c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/511d75cdddd572cdbb83ecdc8b2c9f41ead42257))
|
|
3232
|
+
## [13.7.2-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.7.1-191...v13.7.2-beta.0) (2023-02-17)
|
|
3233
|
+
|
|
3234
|
+
### Bug Fixes
|
|
3235
|
+
|
|
3236
|
+
* DAZUIC-2019 - back link parameter replacement (consider child route events) ([006c13f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/006c13f49ed40f2ca3d6af603b77a8185767d8a3))
|
|
3237
|
+
## [13.7.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.7.0-190...v13.7.1) (2023-02-14)
|
|
3238
|
+
|
|
3239
|
+
### Bug Fixes
|
|
3240
|
+
|
|
3241
|
+
* DAZUIC-2001 - Handling QdContainerToolbarAction without QdContainer ([d9248c0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9248c031f6fc3800c797abffe683f7e0a550e84))
|
|
3242
|
+
* mobile view of checkboxes and radiobuttons in filter ([4431ef7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4431ef7c2c6c5680fe2ffe8068bbffca178f6ff0))
|
|
3243
|
+
## [13.7.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.6.1-beta.0-186...v13.7.0) (2023-02-08)
|
|
3244
|
+
|
|
3245
|
+
### Features
|
|
3246
|
+
|
|
3247
|
+
* DAZUIC-1487 - Make QdButtons usable ([2ddfa85](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2ddfa85a9f431f36c9e9969fde9c0f9a885c92b4))
|
|
3248
|
+
* DAZUIC-1961 - qd-table new config: mainColumnNotFillingWidth ([1885d16](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1885d1632e8873209e6fac8ef4ece7c47f961022))
|
|
3249
|
+
* DAZUIC-1961 - qd-table new config: mainColumnNotFillingWidth ([32a9e15](https://github.com/BAZG-Quadrel/quadrel-framework/commit/32a9e155e6514158f0162af5eec07819f7fb8209))
|
|
3250
|
+
* DAZUIC-1962 - dynamic previousHref in master layout ([3d01aad](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3d01aad4bac387eb6b00d05bc04a7d13d0b1402c))
|
|
3251
|
+
* DAZUIC-1963 - add generic QdAutofocusDirective, use these in QdSearch & QdInput ([c69846f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c69846fedd230f01233be06c5b5885c0ea5f0ffb))
|
|
3252
|
+
## [13.6.1-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.6.0-185...v13.6.1-beta.0) (2023-01-26)
|
|
3253
|
+
|
|
3254
|
+
### Features
|
|
3255
|
+
|
|
3256
|
+
* DAZUIC-1783 - Add components for QdFileCollector ([ea298aa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ea298aaff03c517a3ead7b13a84e0d17ffffaea2))
|
|
3257
|
+
* DAZUIC-1784 - QdFileCollector file handling ([b604484](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b604484f519413084e1a9bcc009dbe93f0e6bd89))
|
|
3258
|
+
* DAZUIC-1979 - qd-input inputmode attribute ([7542170](https://github.com/BAZG-Quadrel/quadrel-framework/commit/754217005e01393bab84a03e52cbad9d0881bd8c))
|
|
3259
|
+
|
|
3260
|
+
### Bug Fixes
|
|
3261
|
+
|
|
3262
|
+
* qd-table pagination font, button size, empty state with pagination ([67892db](https://github.com/BAZG-Quadrel/quadrel-framework/commit/67892dbc90dd0180db5cc4d56ec873f5d1d6e4da))
|
|
3263
|
+
* qd-table pagination font, button size, empty state with pagination ([1cbee56](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1cbee565411dc1f9ba79f389ac4447030b355f4e))
|
|
3264
|
+
## [13.6.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.3-184...v13.6.0) (2022-12-21)
|
|
3265
|
+
|
|
3266
|
+
### Features
|
|
3267
|
+
|
|
3268
|
+
* DAZUIC-1762 - QdTabs reacts dynamically to changes in content projection ([e3e42ac](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e3e42ac04fa000e6ab622a9111e754cf7c21cd52))
|
|
3269
|
+
* DAZUIC-221 - QdTable: add empty state view ([def3cf0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/def3cf05cad4f676eafcbbe2dce9bc3f3732854c))
|
|
3270
|
+
## [13.5.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.2...v13.5.3) (2022-12-14)
|
|
3271
|
+
## [13.5.2-beta.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.2-beta.2-182...v13.5.2-beta.3) (2022-11-30)
|
|
3272
|
+
|
|
3273
|
+
### Features
|
|
3274
|
+
|
|
3275
|
+
* DAZUIC-1762 - QdTable - add verification: has data changed? ([5f83f15](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5f83f158ef8fd28b8360aafb86ea29291863c2c3))
|
|
3276
|
+
## [13.5.2-beta.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.2-beta.1...v13.5.2-beta.2) (2022-11-29)
|
|
3277
|
+
|
|
3278
|
+
### Bug Fixes
|
|
3279
|
+
|
|
3280
|
+
* DAZUIC-1762 - remove drawer ([e5e61d2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e5e61d2f6aeeb1e072dee65b93cb787a41b65d2e))
|
|
3281
|
+
## [13.5.2-beta.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.2-beta.0...v13.5.2-beta.1) (2022-11-29)
|
|
3282
|
+
|
|
3283
|
+
### Bug Fixes
|
|
3284
|
+
|
|
3285
|
+
* DAZUIC-1762 - remove drawer ([442ab21](https://github.com/BAZG-Quadrel/quadrel-framework/commit/442ab21016d8f7e8e0ef2af600a11b2ba16f281e))
|
|
3286
|
+
## [13.5.2-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.1...v13.5.2-beta.0) (2022-11-29)
|
|
3287
|
+
## [13.5.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.2-beta.3-183...v13.5.2) (2022-12-14)
|
|
3288
|
+
|
|
3289
|
+
### Features
|
|
3290
|
+
|
|
3291
|
+
* DAZUIC-1552 - QD-UI - Convert to nx monorepo ([739a079](https://github.com/BAZG-Quadrel/quadrel-framework/commit/739a079b0c3e366e4c471a51a7b467d6bc3e38a9))
|
|
3292
|
+
* DAZUIC-1762 - QdTable - add verification: has data changed? ([6050289](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6050289b6dc2901046406651305d904ce0816aaa))
|
|
3293
|
+
* DAZUIC-1762 - QdTable - Update data when view changed ([fddfacf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fddfacfa05f254ee9cc75c5e906a467073951d60))
|
|
3294
|
+
|
|
3295
|
+
### Bug Fixes
|
|
3296
|
+
|
|
3297
|
+
* DAZUIC-1762 - QdTable - implement new update strategy ([e28c201](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e28c201dd0af6fd14eb8c5c70669449c558a6e15))
|
|
3298
|
+
* DAZUIC-1865 - pph data section margin with navigation ([90e8642](https://github.com/BAZG-Quadrel/quadrel-framework/commit/90e86424bcaa3d636dd5cd61783862d262df9146))
|
|
3299
|
+
## [13.5.2-beta.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.2-beta.2-182...v13.5.2-beta.3) (2022-11-30)
|
|
3300
|
+
|
|
3301
|
+
### Features
|
|
3302
|
+
|
|
3303
|
+
* DAZUIC-1762 - QdTable - add verification: has data changed? ([5f83f15](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5f83f158ef8fd28b8360aafb86ea29291863c2c3))
|
|
3304
|
+
## [13.5.2-beta.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.2-beta.1...v13.5.2-beta.2) (2022-11-29)
|
|
3305
|
+
|
|
3306
|
+
### Bug Fixes
|
|
3307
|
+
|
|
3308
|
+
* DAZUIC-1762 - remove drawer ([e5e61d2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e5e61d2f6aeeb1e072dee65b93cb787a41b65d2e))
|
|
3309
|
+
## [13.5.2-beta.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.2-beta.0...v13.5.2-beta.1) (2022-11-29)
|
|
3310
|
+
|
|
3311
|
+
### Bug Fixes
|
|
3312
|
+
|
|
3313
|
+
* DAZUIC-1762 - remove drawer ([442ab21](https://github.com/BAZG-Quadrel/quadrel-framework/commit/442ab21016d8f7e8e0ef2af600a11b2ba16f281e))
|
|
3314
|
+
## [13.5.2-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.1...v13.5.2-beta.0) (2022-11-29)
|
|
3315
|
+
## [13.5.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.5.0...v13.5.1) (2022-11-20)
|
|
3316
|
+
|
|
3317
|
+
### Bug Fixes
|
|
3318
|
+
|
|
3319
|
+
* export QD_DATA_RESOLVER_TOKEN and QdDataResolver ([0e0d730](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0e0d7309adc7220e3c138b408bd13f1579ac6a73))
|
|
3320
|
+
## [13.5.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.4.5...v13.5.0) (2022-11-17)
|
|
3321
|
+
|
|
3322
|
+
### Features
|
|
3323
|
+
|
|
3324
|
+
* DAZUIC-1510 - Add QdDrawer ([9185497](https://github.com/BAZG-Quadrel/quadrel-framework/commit/918549791749221f45e037a03c941fc6f355c97f))
|
|
3325
|
+
* DAZUIC-1751 - add QdTooltip & use it in QdSearch ([fca50d9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fca50d9531d896560aa7bac4014a1fac29c70947))
|
|
3326
|
+
* DAZUIC-1751 - reduce padding in tooltip overlay ([523bb89](https://github.com/BAZG-Quadrel/quadrel-framework/commit/523bb89d4caa0bc277b0758ed0a71b7fd6ded4a0))
|
|
3327
|
+
* DAZUIC-1752 - contact card component ([9cb774b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9cb774b73f125be578d06b02f7da150d3445b120))
|
|
3328
|
+
* DAZUIC-1752 - contact card placeholders ([e585373](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e585373ac61a3a4412743c197a246154ff9bb093))
|
|
3329
|
+
* DAZUIC-1757 - inline notifications redesign, pph integration ([9853b83](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9853b83d5491fbfac4f90486af15b5bef4d6932b))
|
|
3330
|
+
* DAZUIC-1758 - add data section to PPH ([c40c404](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c40c40463f2a9ef18f49f455b6251ed6c60c5394))
|
|
3331
|
+
* DAZUIC-770 - pagination implementation ([437eb67](https://github.com/BAZG-Quadrel/quadrel-framework/commit/437eb67eaa2fbd7588c6b84247c1691a7c5760ed))
|
|
3332
|
+
* DAZUIC-770 - tests for pagination clicks ([818394b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/818394b523eca2ee4b223d4600e171158698284a))
|
|
3333
|
+
* DAZUIC-773 - table 100% width (main column), table styling ([493af6f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/493af6f724762344b3a8a0506631aa3cb62a6e2f))
|
|
3334
|
+
* MAPP-9384, DAZUIC-1804 - Add QdShellToolbar ([399a270](https://github.com/BAZG-Quadrel/quadrel-framework/commit/399a2703089621936b40e919977880dde3e2deb8))
|
|
3335
|
+
|
|
3336
|
+
### Bug Fixes
|
|
3337
|
+
|
|
3338
|
+
* allow empty string pamsEnvironment initially for async use case ([6ed92f7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6ed92f781cd7aded4eb368bcd6102fd473fbbec9))
|
|
3339
|
+
* DAZUIC-1533 - fix build ([877f612](https://github.com/BAZG-Quadrel/quadrel-framework/commit/877f6128d523bee239a958512ddbcf6afdfdb202))
|
|
3340
|
+
* DAZUIC-1533 - fix default preselect in QdSearch ([d6d4e1c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d6d4e1c1c633e8335d7b3c0fbd3af7254e540064))
|
|
3341
|
+
* DAZUIC-1676 - scrolling input units ([da9f2de](https://github.com/BAZG-Quadrel/quadrel-framework/commit/da9f2de12bddf10251c7b21bd7f20d4792bdec28))
|
|
3342
|
+
* handling of null values in config ([52e14e0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/52e14e03f574ac680529db22628d0dfce25a6cc5))
|
|
3343
|
+
## [13.4.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.4.4...v13.4.5) (2022-10-19)
|
|
3344
|
+
|
|
3345
|
+
### Bug Fixes
|
|
3346
|
+
|
|
3347
|
+
* DAZUIC-1529 - fix linting error ([91f8031](https://github.com/BAZG-Quadrel/quadrel-framework/commit/91f80312097c8d87a4f13403a7e6779f21e11dcc))
|
|
3348
|
+
* DAZUIC-1670 - fix footer issues ([6f51b35](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6f51b35914673d1d4a0bf61ec1d8a63dd6dff605))
|
|
3349
|
+
* DAZUIC-1670 - fix radio buttons & checkboxes in mobile ([d9ae8ca](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9ae8cac9be95a42c605249579f918c321c675d9))
|
|
3350
|
+
* DAZUIC-1677 - fix changeDetection for PamsStatus in Header Wigdet ([99958a8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99958a857ef49709eca446120926588027529ebe))
|
|
3351
|
+
## [13.4.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.4.3...v13.4.4) (2022-10-12)
|
|
3352
|
+
|
|
3353
|
+
### Features
|
|
3354
|
+
|
|
3355
|
+
* DAZUIC-1082 - add E2E-Tests for QdButtons ([5323f3f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5323f3f665a057d61be6ea45f6315ea5c0574fa5))
|
|
3356
|
+
* DAZUIC-1646 - add E2E-Tests for QdPercentageProgressBar ([c83c1f1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c83c1f14458ae94f18163393730c81d5a86913d8))
|
|
3357
|
+
* DAZUIC-1648 - Add batch for tested E2E stories in SB ([07c8db8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/07c8db8b77be03dbf570f837d5c83e6ee0da9872))
|
|
3358
|
+
* DAZUIC-1648 - Add Dropdown E2E-Tests ([9cb00f4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9cb00f46a40e0c0439ecaaa5d0de91343a6a9abf))
|
|
3359
|
+
* DAZUIC-1649 - add E2E-Tests for QdFilter ([30effe2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/30effe241d19181834b3ca07b28c0e0760f3fa92))
|
|
3360
|
+
|
|
3361
|
+
### Bug Fixes
|
|
3362
|
+
|
|
3363
|
+
* DAZUIC-1528 - Jenkins: clean-up before each build ([580701e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/580701e8ffeeba914889d299323785e66b665dc6))
|
|
3364
|
+
* DAZUIC-1528 - Jenkins: clean-up before each build ([effa21d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/effa21dcde82cfd6da863340ccabf6225d23cba0))
|
|
3365
|
+
* DAZUIC-1717 - Updating styles when inputs change ([f690ec0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f690ec0f25c10e23c1ae8dd592614bb3d8477204))
|
|
3366
|
+
* dropdown default value ([b23cd7d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b23cd7db1a06361abdebd3c03a9b6e49ee49ae16))
|
|
3367
|
+
## [13.4.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.4.2...v13.4.3) (2022-09-27)
|
|
3368
|
+
|
|
3369
|
+
### Bug Fixes
|
|
3370
|
+
|
|
3371
|
+
* fix undefined property to allow TS strict mode ([0095ead](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0095ead114bff92d3eaa2118a92a61cfa19ff690))
|
|
3372
|
+
## [13.4.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.4.1...v13.4.2) (2022-09-26)
|
|
3373
|
+
|
|
3374
|
+
### Bug Fixes
|
|
3375
|
+
|
|
3376
|
+
* DAZUIC-1528 - reduce memory for prod enviroment ([642a331](https://github.com/BAZG-Quadrel/quadrel-framework/commit/642a3319ff62a8eb65cfc5df6a8987e962893f25))
|
|
3377
|
+
## [13.4.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.4.0...v13.4.1) (2022-09-23)
|
|
3378
|
+
|
|
3379
|
+
### Bug Fixes
|
|
3380
|
+
|
|
3381
|
+
* import fixed in navigation tiles module ([a3eabb1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a3eabb107bdab5aeb351e3cc244b83cf6def461c))
|
|
3382
|
+
## [13.4.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.3.0-145...v13.4.0-beta.0) (2022-08-31)
|
|
3383
|
+
## [13.4.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.4.0-beta.0-146...v13.4.0) (2022-09-23)
|
|
3384
|
+
|
|
3385
|
+
### Features
|
|
3386
|
+
|
|
3387
|
+
* DAZITTPE-6601 - added docs and tests ([ed6eb6f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ed6eb6fad4f97c695dcfe9a1454bb33f9d5c11ae))
|
|
3388
|
+
* DAZITTPE-6601 - added new percentage-progress-bar ([9dce52e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9dce52e36a308d5b15ec923fa2b78dd96985208e))
|
|
3389
|
+
* DAZUIC-1192 - Connect QdPage to State Management ([a83704e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a83704ed0f67fd1dd7d27617985fd550303196ef))
|
|
3390
|
+
* DAZUIC-1458 - Add QdCheckboxChip component ([9f12e6d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9f12e6df04e1f8330b8a082d02b6894c764b59cd))
|
|
3391
|
+
* DAZUIC-1493 - Deployment: Features Branches ([eb1f3ba](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eb1f3ba568daf5fa78f479da07bc52b04447028f))
|
|
3392
|
+
* DAZUIC-1500 - qd-input units ([79744ed](https://github.com/BAZG-Quadrel/quadrel-framework/commit/79744ed18a5359660eb0b1ad495d9d2d85cacb58))
|
|
3393
|
+
* DAZUIC-1501 - Design checkbox chips ([66ff03e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66ff03eb0d85a7a8638a20f2e670e8751af40c67))
|
|
3394
|
+
* DAZUIC-1501 - QdCheckboxes, QdRadioButtons: mobile Design ([6ce907e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6ce907ebe8f21f8bc56eda87fe03cc34078c9300))
|
|
3395
|
+
* DAZUIC-1502 - code scaffolding ([f26d086](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f26d086357d7cabbc9dbe6d572da40c750ad8167))
|
|
3396
|
+
* DAZUIC-1502 - datepicker component ([8275883](https://github.com/BAZG-Quadrel/quadrel-framework/commit/827588300266cf88ac3ee39754611178328919fa))
|
|
3397
|
+
* DAZUIC-1505 - navigation tiles ([b8fd979](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b8fd979daa4f55b365bb2ffa398b430d7d4db451))
|
|
3398
|
+
* DAZUIC-1506 - Update HeaderWidget in QdMasterLayout ([4118f27](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4118f270a1e4639f53cb61703c238a20fc0d97e7))
|
|
3399
|
+
* DAZUIC-1589 - remove qd-auth ([7b0f347](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7b0f347b5581a618f3f927bb62df241cc90d5507))
|
|
3400
|
+
* DAZUIC-1602 - new icons ([69a20f5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/69a20f516615620290218b28202ece941fc5ada2))
|
|
3401
|
+
|
|
3402
|
+
### Bug Fixes
|
|
3403
|
+
|
|
3404
|
+
* data tree states ([d371f49](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d371f4999b63973665266736c14784b0377b772a))
|
|
3405
|
+
* required validator ([5402051](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5402051d1894d438b0656c9cfd622a5e4588bc8b))
|
|
3406
|
+
## [13.4.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.3.0-145...v13.4.0-beta.0) (2022-08-31)
|
|
3407
|
+
## [13.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.2.3-beta.3-144...v13.3.0) (2022-08-25)
|
|
3408
|
+
|
|
3409
|
+
### Features
|
|
3410
|
+
|
|
3411
|
+
* DAZUIC-1361 - update QdTable: selection handler ([427e792](https://github.com/BAZG-Quadrel/quadrel-framework/commit/427e79231903f10b9cfb2e8e69747f58436db707))
|
|
3412
|
+
* DAZUIC-453 - actions instead of console logs ([a0ca85f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a0ca85f20b5631a3752d8793c61c8f3af4e1ba32))
|
|
3413
|
+
* DAZUIC-482 - table inline menu implementation ([a653084](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a653084d3b869af80218ca7298ed6dacf7809498))
|
|
3414
|
+
|
|
3415
|
+
### Bug Fixes
|
|
3416
|
+
|
|
3417
|
+
* clear and regenerate cypress snapshots ([47013d6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/47013d664fc13dbed61e384ae04ee165d03d6451))
|
|
3418
|
+
* cypress config fix for tests ([45da401](https://github.com/BAZG-Quadrel/quadrel-framework/commit/45da401472a4bb5fda8179b1fb8ad5880031051a))
|
|
3419
|
+
* DAZUIC-1463 - fix reading selected rows from store ([808ff91](https://github.com/BAZG-Quadrel/quadrel-framework/commit/808ff91192a242c03d152779635a644fed9de2c2))
|
|
3420
|
+
* DAZUIC-1463 - fix reading selected rows from store ([72daf76](https://github.com/BAZG-Quadrel/quadrel-framework/commit/72daf76babce8772ce5d02866f0006e45dcabc12))
|
|
3421
|
+
## [13.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/13.1.1-141...v13.2.0) (2022-07-27)
|
|
3422
|
+
|
|
3423
|
+
### Features
|
|
3424
|
+
|
|
3425
|
+
* DAZUIC-1329 - aside option for vertical pairs ([adfddb8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/adfddb8997300baf55932ed5879bf039e2d6d0de))
|
|
3426
|
+
* DAZUIC-1349 - use QdTable in Modal ([e1d430c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e1d430cb2167e991689e4a7a9321482fb19fe8fa))
|
|
3427
|
+
* DAZUIC-1463 - save table selection in store ([e83b411](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e83b41186fe1d397327c5254c7216e4377e30b96))
|
|
3428
|
+
* DAZUIC-961 - put table data into state ([e001165](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e001165cd72dd8ecddce49a6dc2a45152b07de21))
|
|
3429
|
+
* DAZUIC-961 - read filter data from state ([a513099](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a513099a243e7ef4d908b89fb9e10d41e529e632))
|
|
3430
|
+
* DAZUIC-961 - read table data from state ([6bc2335](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6bc2335c4b3f2553799bcad8cc6eb158b16f44cb))
|
|
3431
|
+
* DAZUIC-961 - search data in state ([fa7c06b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fa7c06b4d834296a45ab828007d4f2a4d3fd4ce3))
|
|
3432
|
+
|
|
3433
|
+
### Bug Fixes
|
|
3434
|
+
|
|
3435
|
+
* DAZUIC-1330 - no selection event when order changed ([e62cfa5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e62cfa5dd4b5f481cac09feefe6e01648f6a1021))
|
|
3436
|
+
* DAZUIC-1457 - fix cut inputs in safari ([7089cb9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7089cb9773909a51a73c56d03ea370e7b743d3a0))
|
|
3437
|
+
* DAZUIC-1461 - QdForms: ValueChange event will no longer emitted initially ([b9fb4bc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b9fb4bc36f1782497e2ef1ab0396da268de4076b))
|
|
3438
|
+
* test ([8e6acf8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8e6acf803a3714ce03e8ff0def7dd29b6511c0b0))
|
|
3439
|
+
## [13.1.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/13.1.1-beta.1-140...v13.1.1) (2022-07-20)
|
|
3440
|
+
|
|
3441
|
+
### Bug Fixes
|
|
3442
|
+
|
|
3443
|
+
* DAZUIC-1454 - fix cut input field error message ([a4ab5fc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a4ab5fc13074c576ac3f298a60d5d4d9ee7d4994))
|
|
3444
|
+
## [13.1.1-beta.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/13.1.1-beta.0-139...v13.1.1-beta.1) (2022-07-19)
|
|
3445
|
+
|
|
3446
|
+
### Bug Fixes
|
|
3447
|
+
|
|
3448
|
+
* DAZUIC-1453 - fix dependency ([b0353ac](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b0353ac64653f2e6a1913cb3a1666c64e22e384d))
|
|
3449
|
+
## [13.1.1-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/13.1.0-138...v13.1.1-beta.0) (2022-07-19)
|
|
3450
|
+
|
|
3451
|
+
### Bug Fixes
|
|
3452
|
+
|
|
3453
|
+
* DAZUIC-1448 - fix dropdown positioning ([d9ab47b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d9ab47bf8d25314c68d183e5ff181ed6f49109b1))
|
|
3454
|
+
* DAZUIC-1451 - fix row selection service types ([487df02](https://github.com/BAZG-Quadrel/quadrel-framework/commit/487df02575b225d2ea5b6855c580d4c2b4c75630))
|
|
3455
|
+
* DAZUIC-1453 - fix pear dependency ([c012c43](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c012c43b5192aad981aae07c671f89577913813f))
|
|
3456
|
+
## [13.1.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/13.0.1-137...v13.1.0) (2022-07-12)
|
|
3457
|
+
|
|
3458
|
+
### Features
|
|
3459
|
+
|
|
3460
|
+
* DAZIUC-1354 - Add RWD approved badges ([97e56c6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/97e56c6397bf6cd1b71d9bae1d3c64add628c99d))
|
|
3461
|
+
* DAZUIC-1037 - build cypress PoC ([f17fdee](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f17fdeeae46233b41ae9a4cfbde06f6cca71b9b5))
|
|
3462
|
+
* DAZUIC-1157 - add search field, add banner ([049846c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/049846cc6ffa0335b57c9e1222bda01499692ae5))
|
|
3463
|
+
* DAZUIC-1165 - test fix ([c0d64b1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c0d64b14578bd1c4d7596cc2584390847c1e0ad8))
|
|
3464
|
+
* DAZUIC-1202 - footer implementation ([bb73442](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bb73442055994ab30b2b1aae666ff8313f223579))
|
|
3465
|
+
* DAZUIC-1206 - section toolbar ([8a69275](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8a692752a02cadeacdadd81fc7eb2c9d164f8275))
|
|
3466
|
+
* DAZUIC-1213 - aggregation in qd-table tree view ([9874182](https://github.com/BAZG-Quadrel/quadrel-framework/commit/98741825058c525688912392e0d4148a94235657))
|
|
3467
|
+
* DAZUIC-1265 - add edge case for rwd table handling ([f030829](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f03082909b0e8f737a12c2ec3e76f48ff459eddd))
|
|
3468
|
+
* DAZUIC-1265 - RWD for plain table ([5c88229](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5c88229a616aca1ec76e2ba3ec46900622f1de81))
|
|
3469
|
+
* DAZUIC-1283 - shell header widget and back link ([603add7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/603add7c32f8fe4a56bb4f73d8b45cae263209b5))
|
|
3470
|
+
* DAZUIC-1315 - scaffold page ([360bb27](https://github.com/BAZG-Quadrel/quadrel-framework/commit/360bb2708ad171bd07eeb76a198ef73d0fad6527))
|
|
3471
|
+
* DAZUIC-1315 - scaffold page component and create storybook ([cbdd834](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cbdd8344659eebdb9d896cee1bf251463b2b1406))
|
|
3472
|
+
* DAZUIC-1330 - table radio button selection ([63c389f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/63c389fa5a617cc00d85e56ffef55c5ae51d52c8))
|
|
3473
|
+
* DAZUIC-1330 - table radio button selection ([e0220ec](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e0220ecf37ccea208ceab5061c0a1b55843f9ecb))
|
|
3474
|
+
* DAZUIC-1355 - add basic page process header ([1758346](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1758346558a86a00bfee0bb27bb840ee8d1a7ae7))
|
|
3475
|
+
* DAZUIC-680 - page sections ([684a323](https://github.com/BAZG-Quadrel/quadrel-framework/commit/684a323cbc83565455238575554670dbbb973b33))
|
|
3476
|
+
* DAZUIC-680 - page sections ([07f72c8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/07f72c8c589e75458a4df7bb5ef3db227764d4be))
|
|
3477
|
+
|
|
3478
|
+
### Bug Fixes
|
|
3479
|
+
|
|
3480
|
+
* auth module integration after update to 13 ([553f165](https://github.com/BAZG-Quadrel/quadrel-framework/commit/553f16590a3dad88cd47c8cf59ed94c0829ac093))
|
|
3481
|
+
* DAZUIC-1112 - bahavior filter EventEmittter ([2ea3f1c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2ea3f1c2f2f8c24814d37cf04cd751ac3e76ed48))
|
|
3482
|
+
* DAZUIC-1112 - dropdown z-index bug ([271d8c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/271d8c2bac089aee6a72db52d70542b7eba8b46b))
|
|
3483
|
+
* DAZUIC-1113 - repair nested view in QdDataTree ([6ee091c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6ee091c2f79870409c02908c5e3cb4c6df9c26ef))
|
|
3484
|
+
* DAZUIC-1113 - resolve sotorybook build issues ([7f21f50](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7f21f50e5e16b564ffd7e5d64b50775eb8faf810))
|
|
3485
|
+
* DAZUIC-1213 - fix tree view example data ([6860fd6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6860fd67dcb7cddb5fe1f4968d750717374746a8))
|
|
3486
|
+
* DAZUIC-1259 - back link fix ([d7fd429](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d7fd4299ae06268e18be44e99e2ccd38473020ed))
|
|
3487
|
+
* DAZUIC-1440 - fix container scrollability ([092c75e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/092c75e35f78cc13ad0ac0c1eac8b403157925fe))
|
|
3488
|
+
* shell layout ([9c4332d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9c4332df901a3bf69c58b7aaf6fb98b8bfb249b5))
|
|
3489
|
+
* switch between mobile and desktop header widget ([418ee80](https://github.com/BAZG-Quadrel/quadrel-framework/commit/418ee8003910cc13abdad3a5c5c0381079e18dad))
|
|
3490
|
+
* unit test snapshots root ID problems ([9044c39](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9044c397b98216bf206c33f8283e23894ad65de4))
|
|
3491
|
+
## [13.0.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/13.0.0-136...v13.0.1) (2022-05-27)
|
|
3492
|
+
|
|
3493
|
+
### Bug Fixes
|
|
3494
|
+
|
|
3495
|
+
* test ([384e5c4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/384e5c4e483c18dc83ef2c3e8c140c8147b18c21))
|
|
3496
|
+
## [13.0.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v13.0.0-beta.1...v13.0.0) (2022-05-23)
|
|
3497
|
+
## [13.0.0-beta.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/2.3.0-134...v13.0.0-beta.1) (2022-05-20)
|
|
3498
|
+
|
|
3499
|
+
### Bug Fixes
|
|
3500
|
+
|
|
3501
|
+
* re-install storysource ([050a4d9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/050a4d9c00ad58c0a1f7e29c79d348da1eb8f800))
|
|
3502
|
+
* test, linting & build after upgrade & merge ([4d6c9c3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4d6c9c33acf38d0a8bb6857a25105b5a795fe4b8))
|
|
3503
|
+
## [3.0.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v2.1.2...v3.0.0-beta.0) (2022-03-21)
|
|
3504
|
+
|
|
3505
|
+
### Bug Fixes
|
|
3506
|
+
|
|
3507
|
+
* DAZUIC-933 - Clean-up after angular 13 Upgrade ([67d7934](https://github.com/BAZG-Quadrel/quadrel-framework/commit/67d79349a57d9b61b2c34f0136847bd4c30beeba))
|
|
3508
|
+
## [2.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/2.2.0-133...v2.3.0) (2022-05-18)
|
|
3509
|
+
|
|
3510
|
+
### Features
|
|
3511
|
+
|
|
3512
|
+
* DAZUIC-1069 - add table tree view ([c8a134d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c8a134d9d72afb2b497e721cc72c8180a98da563))
|
|
3513
|
+
* DAZUIC-1069 - update ([7d4817d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7d4817d69032371809152d0ff66ab3ac58d5e6c2))
|
|
3514
|
+
* DAZUIC-1118 - implement notifications as snackbar ([b50a3d3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b50a3d3bf80ca0cf98083b94eba53cc93327d413))
|
|
3515
|
+
* DAZUIC-697 - application component basis ([5f6e595](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5f6e59516fd6df390e15a9ba1b33b39911a8453b))
|
|
3516
|
+
* DAZUIC-697 - example content for qd-application ([7f14f51](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7f14f51021645e69b6d77a576329b935af6b93b0))
|
|
3517
|
+
|
|
3518
|
+
### Bug Fixes
|
|
3519
|
+
|
|
3520
|
+
* DAZUIC-1069 - resolve review suggestions ([8d0504d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8d0504d608f81e1f315b8557ec63147af9ad9880))
|
|
3521
|
+
## [2.2.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v3.0.0-beta.0...2.2.0) (2022-04-08)
|
|
3522
|
+
|
|
3523
|
+
### Features
|
|
3524
|
+
|
|
3525
|
+
* DAZUIC-1122 - add icons for via webshop ([316bdb4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/316bdb48eeb686e31beeb02a4e6941dce591e3ce))
|
|
3526
|
+
|
|
3527
|
+
### Bug Fixes
|
|
3528
|
+
|
|
3529
|
+
* DAZUIC-1038 - stepper name was not changed properly ([fee1b59](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fee1b59735aded31d7c476eae94a230622ec7b71))
|
|
3530
|
+
* test code was broken due to changed API of step item component ([194fa29](https://github.com/BAZG-Quadrel/quadrel-framework/commit/194fa29565627a258a29b1917be261b1b972eaa6))
|
|
3531
|
+
* Whitespace: spaces, no tabs in Jenkinsfile ([ba78c70](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ba78c706466c87b0ae88665f2f9f68acb697368d))
|
|
3532
|
+
## [3.0.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v2.1.2...v3.0.0-beta.0) (2022-03-21)
|
|
3533
|
+
|
|
3534
|
+
### Bug Fixes
|
|
3535
|
+
|
|
3536
|
+
* add deep-object-diff as dep and remove peer deps ([fd1e53d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fd1e53db91b63775cff2fe75d31c0c176dff714f))
|
|
3537
|
+
* DAZUIC-933 - Clean-up after angular 13 Upgrade ([67d7934](https://github.com/BAZG-Quadrel/quadrel-framework/commit/67d79349a57d9b61b2c34f0136847bd4c30beeba))
|
|
3538
|
+
## [2.1.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/2.1.0-125...v2.1.1) (2022-03-10)
|
|
3539
|
+
## [2.1.0-125](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v1.11.0...2.1.0-125) (2022-03-09)
|
|
3540
|
+
|
|
3541
|
+
### Features
|
|
3542
|
+
|
|
3543
|
+
* DAZUIC-1017 - Connex features for pinCode component" ([432bf39](https://github.com/BAZG-Quadrel/quadrel-framework/commit/432bf39a55905586ff9f9959c89d24ae71d269e4))
|
|
3544
|
+
* DAZUIC-1017 - updates after code review ([ba51ce5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ba51ce5c0fa785db825ca2d09c538fece423c9fb))
|
|
3545
|
+
* DAZUIC-673 - Qd-Table: add basic implementation ([7ed15a5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7ed15a562796985db9ecb73186be1180208e7ee3))
|
|
3546
|
+
* DAZUIC-842 - resolve console warnings while storybook building ([c08b76b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c08b76b9d0582253aa3dd7ce8fe043717116ac15))
|
|
3547
|
+
* DAZUIC-842 - update browsers list ([0afb879](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0afb8791d8a4fd375bdb681cf4a8d3b3f2e2bcb5))
|
|
3548
|
+
|
|
3549
|
+
### Bug Fixes
|
|
3550
|
+
|
|
3551
|
+
* DAZUIC-928 resolve sonar messages ([8ddd1dd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8ddd1ddce8853fd9f4d622ad0d74f4d07f29e7f8))
|
|
3552
|
+
## [1.11.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v1.10.3...v1.11.0) (2022-01-11)
|
|
3553
|
+
|
|
3554
|
+
### Features
|
|
3555
|
+
|
|
3556
|
+
* DAZUIC-665 - finalize Qd-Forms ([1ad5ae8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ad5ae838cf5a9a1eaae7b52f8af30f9b76752c7))
|
|
3557
|
+
* DAZUIC-691 - design models for qd tables ([db0c2ad](https://github.com/BAZG-Quadrel/quadrel-framework/commit/db0c2adcd90f9cd35eb2cbc0615446b759e222ff))
|
|
3558
|
+
* DAZUIC-827 - add readonly states, clean-up, add docs ([e3e2769](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e3e2769b0894f3fd08475376e147777ad4b2bb49))
|
|
3559
|
+
* DAZUIC-842 - add clear search functionality, freetext filter styling ([bda2715](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bda2715fb5ee7f5edb36c18d2f4de0040ee132dd))
|
|
3560
|
+
* DAZUIC-875 adapt config for dropdown component ([3b8caa0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3b8caa0318ae109de38ad99a0959ed1ca14e238e))
|
|
3561
|
+
* DAZUIC-875 adapt config for form textarea ([223536a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/223536aa9829a50a6fb1d37e1da1fd71960171e6))
|
|
3562
|
+
* DAZUIC-875 adapt config for form textarea ([ce9094d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ce9094da6045365ea60565466aab4c90adf6b899))
|
|
3563
|
+
* DAZUIC-875 adapt Config for radio input ([876cfc3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/876cfc318f8b58a65d26be2229ce75f5af1ad22d))
|
|
3564
|
+
* DAZUIC-875 adapt Configuration for form input ([add0ff0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/add0ff08f1a6cabdab5f8c0a49f9cb9b21c3f0da))
|
|
3565
|
+
* DAZUIC-875 adapt for checkbox group ([534e2f3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/534e2f3509a76770c8e32dfc732d7baf30f03e84))
|
|
3566
|
+
* DAZUIC-875 add switches component and adapt config ([d4d0c26](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d4d0c26a1c96ffe9e51f1ffae3be5598da8716f3))
|
|
3567
|
+
* DAZUIC-875 fix build error ([c454cf4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c454cf4a8138264f00a0a8d9d3136684ffc9285c))
|
|
3568
|
+
* DAZUIC-875 rename checkbox-group to checkboxes ([3875da1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3875da17b951489e15fd4d6f6498da3c212bb3ef))
|
|
3569
|
+
* DAZUIC-893 add readonly state to input and textarea ([9989c73](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9989c7301ae7d41ba63641b24e918bd1c88ed59d))
|
|
3570
|
+
|
|
3571
|
+
### Bug Fixes
|
|
3572
|
+
|
|
3573
|
+
* DAZUIC-665 - resolve build errors ([cc5547c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cc5547c99c1c2c4a1e681770f16f1e07fcbd3aae))
|
|
3574
|
+
* DAZUIC-841 - filter category if items empty ([2644040](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2644040643dafa01f2c5e659456c43064a2ecd85))
|
|
3575
|
+
* DAZUIC-841 - refactor and unit-test notification interceptor ([f932a9c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f932a9c2b614450d1e4c8a4740e233df95d48fb9))
|
|
3576
|
+
* DAZUIC-845 - minor readme corrections ([c61badb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c61badbc70de524fea9ea71c6f1a12e7939e29b7))
|
|
3577
|
+
* DAZUIC-932 - ::ng-deep meant global styles (was not limited to under host:) ([2e2bc47](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2e2bc4702dfa2f64a58518d7afe2c55c51dad9e6))
|
|
3578
|
+
## [1.10.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v1.10.2...v1.10.3) (2021-12-03)
|
|
3579
|
+
|
|
3580
|
+
### Bug Fixes
|
|
3581
|
+
|
|
3582
|
+
* DAZUIC-895 - empty filter state event emitter, alternative content for upload ([d2b1b1c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d2b1b1cfe780632fda937954ce685edd4f54a38e))
|
|
3583
|
+
* trigger event emitter by clicking reset filter button ([1028c2a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1028c2a24613ac82ded986ef0cb236a9bf612fde))
|
|
3584
|
+
## [1.10.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v1.10.1...v1.10.2) (2021-12-02)
|
|
3585
|
+
## [1.10.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v1.10.0...v1.10.1) (2021-12-02)
|
|
3586
|
+
|
|
3587
|
+
### Features
|
|
3588
|
+
|
|
3589
|
+
* DAZUIC-6645 - Model Design for Qd-Forms ([31dd29f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/31dd29fba7796c9c10155ee6086ed646cf26f9d3))
|
|
3590
|
+
* DAZUIC-858 disable filter / reset function when no filter is selected ([6aacba1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6aacba163041649ddde5c52af6801072504df37d))
|
|
3591
|
+
* DAZUIC-873 - add changelog ([d98d134](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d98d1346b0c09b15da825c21abfeafc41ed579fe))
|
|
3592
|
+
* DAZUIC-873 - clean-up code ([cf01ec3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cf01ec3703ea3515052e2db4696e04a9387b2e64))
|
|
3593
|
+
* DAZUIC-885 add custom validators ([684237b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/684237b899e5c2ceaea1964105a88afd676bab9b))
|
|
3594
|
+
* DAZUIC-885 fix build in QdValidators ([5133af3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5133af3cde71b4fb06b4a73cbe88ef6a70afb45e))
|
|
3595
|
+
|
|
3596
|
+
### Bug Fixes
|
|
3597
|
+
|
|
3598
|
+
* DAZUIC-873 fix date range filter ([66e1a75](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66e1a754619104122262b4e9d4d968008ec981b5))
|
|
3599
|
+
* DAZUIC-885 update error message ([4961f0e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4961f0e7db7de2fe7924542ca73a222415d06d72))
|
|
3600
|
+
* revert jeap-pipelinelibrary@v2 ([867acf6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/867acf6d3a46d78a45d896e27ce859f184c1d97a))
|
|
3601
|
+
## [1.10.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.6-115...v1.10.0) (2021-11-29)
|
|
3602
|
+
|
|
3603
|
+
### Features
|
|
3604
|
+
|
|
3605
|
+
* DAZUIC-785 add locale date pipe and use in filter ([4834636](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4834636074175038181c407241e31ff5bb60b376))
|
|
3606
|
+
* DAZUIC-786 add restriction to date range filter ([7275622](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7275622f41f7c9e25d91a62c4796eeccd9aa305b))
|
|
3607
|
+
* DAZUIC-793 - update related unit tests ([383130b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/383130bc603ce1d7431c65a66fe6ec8a1bd804e1))
|
|
3608
|
+
* DAZUIC-808 add custom error component ([57083e6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/57083e67c18f55c50b779071fd005be03a42c0e4))
|
|
3609
|
+
* DAZUIC-808 using qd form error in all input components ([ce75b01](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ce75b0128e0daa23685f5f5f5dc7a39549cbd60b))
|
|
3610
|
+
* DAZUIC-824 - extend search with dropdown ([9824a2b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9824a2bb25d71bf59e6de364e650e0f3382ac964))
|
|
3611
|
+
* DAZUIC-867 Adapt Local date format ([a47ef2b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a47ef2b6c7b522a70bb0c4b96596c1a274b95739))
|
|
3612
|
+
* DAZUIC-867 add test to filterState$ ([31cc383](https://github.com/BAZG-Quadrel/quadrel-framework/commit/31cc383e7629616ace12bb676dfd14ea6725872b))
|
|
3613
|
+
* DAZUIC-867 change date format ([74ff6a7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/74ff6a7bfe38ba083cb836b70e5c5fc3ff976dc6))
|
|
3614
|
+
* DAZUIC-873 - clean-up code ([9751e6d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9751e6db1f482783c6ebeb774a37d42c41a2caac))
|
|
3615
|
+
* DAZUIC-873 - filter: async input handling ([66b5d8f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66b5d8f9b51f16453800f8944e37cd685d3b606b))
|
|
3616
|
+
|
|
3617
|
+
### Bug Fixes
|
|
3618
|
+
|
|
3619
|
+
* DAZUIC-873 refactor filter service to single filterState ([16f6a31](https://github.com/BAZG-Quadrel/quadrel-framework/commit/16f6a31d25cf378bc34de3dade12808b0c4e4fe6))
|
|
3620
|
+
## [1.9.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.2-110...v1.9.3) (2021-10-26)
|
|
3621
|
+
|
|
3622
|
+
### Features
|
|
3623
|
+
|
|
3624
|
+
* DAZUIC-793 - update QdUiMockModule ([2a769a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2a769a36b6e3f605598bddd2d015255a3732f93d))
|
|
3625
|
+
## [1.9.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.1-109...v1.9.2) (2021-10-25)
|
|
3626
|
+
|
|
3627
|
+
### Features
|
|
3628
|
+
|
|
3629
|
+
* DAZUIC-703 - update master layout test ([0d021e4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0d021e4be778d19ccf18dbe99c683ed6e30fdc6e))
|
|
3630
|
+
* DAZUIC-703 - update tabs test module ([956f9bd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/956f9bd87aeb948eae7778ec869113e57d694ea5))
|
|
3631
|
+
* DAZUIC-793 - export QdMockModalService ([35306da](https://github.com/BAZG-Quadrel/quadrel-framework/commit/35306da6474d95dd81fcc1479d3b56d335c59848))
|
|
3632
|
+
## [1.9.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.0-108...v1.9.1) (2021-10-22)
|
|
3633
|
+
|
|
3634
|
+
### Features
|
|
3635
|
+
|
|
3636
|
+
* DAZUIC-703 - update master layout mock ([ae91cb9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ae91cb95465c7416e7350a37a3c637483e594206))
|
|
3637
|
+
## [1.9.6](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.5-114...v1.9.6) (2021-11-03)
|
|
3638
|
+
|
|
3639
|
+
### Features
|
|
3640
|
+
|
|
3641
|
+
* DAZUIC-703 - add backStep EventEmitter in stepper ([4a17b1b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4a17b1b6f5e753ce9398116955eedc5459fea5dc))
|
|
3642
|
+
* DAZUIC-793 - update related unit tests ([383130b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/383130bc603ce1d7431c65a66fe6ec8a1bd804e1))
|
|
3643
|
+
* DAZUIC-831 - add currentIndex key in dialog data model ([56f79aa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/56f79aa657c28070b466c98d838472e10c73e442))
|
|
3644
|
+
## [1.9.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.2-110...v1.9.3) (2021-10-26)
|
|
3645
|
+
|
|
3646
|
+
### Features
|
|
3647
|
+
|
|
3648
|
+
* DAZUIC-793 - update QdUiMockModule ([2a769a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2a769a36b6e3f605598bddd2d015255a3732f93d))
|
|
3649
|
+
## [1.9.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.1-109...v1.9.2) (2021-10-25)
|
|
3650
|
+
|
|
3651
|
+
### Features
|
|
3652
|
+
|
|
3653
|
+
* DAZUIC-703 - update master layout test ([0d021e4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0d021e4be778d19ccf18dbe99c683ed6e30fdc6e))
|
|
3654
|
+
* DAZUIC-703 - update tabs test module ([956f9bd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/956f9bd87aeb948eae7778ec869113e57d694ea5))
|
|
3655
|
+
* DAZUIC-793 - export QdMockModalService ([35306da](https://github.com/BAZG-Quadrel/quadrel-framework/commit/35306da6474d95dd81fcc1479d3b56d335c59848))
|
|
3656
|
+
## [1.9.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.0-108...v1.9.1) (2021-10-22)
|
|
3657
|
+
|
|
3658
|
+
### Features
|
|
3659
|
+
|
|
3660
|
+
* DAZUIC-703 - update master layout mock ([ae91cb9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ae91cb95465c7416e7350a37a3c637483e594206))
|
|
3661
|
+
## [1.9.5](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.4-113...v1.9.5) (2021-10-29)
|
|
3662
|
+
|
|
3663
|
+
### Features
|
|
3664
|
+
|
|
3665
|
+
* DAZUIC-793 - update related unit tests ([383130b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/383130bc603ce1d7431c65a66fe6ec8a1bd804e1))
|
|
3666
|
+
## [1.9.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.2-110...v1.9.3) (2021-10-26)
|
|
3667
|
+
|
|
3668
|
+
### Features
|
|
3669
|
+
|
|
3670
|
+
* DAZUIC-793 - update QdUiMockModule ([2a769a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2a769a36b6e3f605598bddd2d015255a3732f93d))
|
|
3671
|
+
## [1.9.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.1-109...v1.9.2) (2021-10-25)
|
|
3672
|
+
|
|
3673
|
+
### Features
|
|
3674
|
+
|
|
3675
|
+
* DAZUIC-703 - update master layout test ([0d021e4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0d021e4be778d19ccf18dbe99c683ed6e30fdc6e))
|
|
3676
|
+
* DAZUIC-703 - update tabs test module ([956f9bd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/956f9bd87aeb948eae7778ec869113e57d694ea5))
|
|
3677
|
+
* DAZUIC-793 - export QdMockModalService ([35306da](https://github.com/BAZG-Quadrel/quadrel-framework/commit/35306da6474d95dd81fcc1479d3b56d335c59848))
|
|
3678
|
+
## [1.9.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.0-108...v1.9.1) (2021-10-22)
|
|
3679
|
+
|
|
3680
|
+
### Features
|
|
3681
|
+
|
|
3682
|
+
* DAZUIC-703 - update master layout mock ([ae91cb9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ae91cb95465c7416e7350a37a3c637483e594206))
|
|
3683
|
+
## [1.9.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.3-112...v1.9.4) (2021-10-27)
|
|
3684
|
+
|
|
3685
|
+
### Features
|
|
3686
|
+
|
|
3687
|
+
* DAZUIC-793 - update related unit tests ([383130b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/383130bc603ce1d7431c65a66fe6ec8a1bd804e1))
|
|
3688
|
+
|
|
3689
|
+
### Bug Fixes
|
|
3690
|
+
|
|
3691
|
+
* DAZUIC-793 - update QdUiMockModule ([89184a2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/89184a209e8e7bc8693dc3c90afaaa3dd89a1dfa))
|
|
3692
|
+
* DAZUIC-848 - fix error, when using qd-forms in tests ([55b4d2e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/55b4d2ea88d23c3b7f73d4d537005ce6ccdbef43))
|
|
3693
|
+
## [1.9.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.2-110...v1.9.3) (2021-10-26)
|
|
3694
|
+
|
|
3695
|
+
### Features
|
|
3696
|
+
|
|
3697
|
+
* DAZUIC-793 - update QdUiMockModule ([2a769a3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2a769a36b6e3f605598bddd2d015255a3732f93d))
|
|
3698
|
+
## [1.9.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.1-109...v1.9.2) (2021-10-25)
|
|
3699
|
+
|
|
3700
|
+
### Features
|
|
3701
|
+
|
|
3702
|
+
* DAZUIC-703 - update master layout test ([0d021e4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0d021e4be778d19ccf18dbe99c683ed6e30fdc6e))
|
|
3703
|
+
* DAZUIC-703 - update tabs test module ([956f9bd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/956f9bd87aeb948eae7778ec869113e57d694ea5))
|
|
3704
|
+
* DAZUIC-793 - export QdMockModalService ([35306da](https://github.com/BAZG-Quadrel/quadrel-framework/commit/35306da6474d95dd81fcc1479d3b56d335c59848))
|
|
3705
|
+
## [1.9.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.0-108...v1.9.1) (2021-10-22)
|
|
3706
|
+
|
|
3707
|
+
### Features
|
|
3708
|
+
|
|
3709
|
+
* DAZUIC-703 - update master layout mock ([ae91cb9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ae91cb95465c7416e7350a37a3c637483e594206))
|
|
3710
|
+
|
|
3711
|
+
### Bug Fixes
|
|
3712
|
+
|
|
3713
|
+
* DAZUIC-702 - clean-up changelog ([92a7be7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/92a7be7cef426bcfbc0ca7f846675ac5228fb9ca))
|
|
3714
|
+
## [1.9.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.9.0-beta.1-107...v1.9.0) (2021-10-19)
|
|
3715
|
+
|
|
3716
|
+
### Features
|
|
3717
|
+
|
|
3718
|
+
* DAZUIC-589 - clean-up exports ([75d1de8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/75d1de8dbfad5d68efa66942e046ff23c6d13c42))
|
|
3719
|
+
* DAZUIC-766 - export module for applications ([0f38f47](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0f38f47ca0097815a9b6e16d79a07e48b81bb3c6))
|
|
3720
|
+
* DAZUIC-766 - update modules after test ([9efdd1a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9efdd1a0173ed34833b57eb3f65796b54eeb3da0))
|
|
3721
|
+
* DAZUIC-766 - update modules after test ([c23754b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c23754bb8c89392d980859c8c66ddeceb607a11e))
|
|
3722
|
+
|
|
3723
|
+
### Bug Fixes
|
|
3724
|
+
|
|
3725
|
+
* DAZUIC-688 - add mock module ([973e57f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/973e57f288fb9194c5ac720b972588d396d1dc79))
|
|
3726
|
+
* DAZUIC-688 - bump version ([bc17d8a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bc17d8a757060c56d87acc35fbd2f446e2fdb926))
|
|
3727
|
+
* DAZUIC-688 - delete unsused badge ([2dc8128](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2dc8128424dc3e1cd66b8b3b52cdd3dc8d902094))
|
|
3728
|
+
* DAZUIC-688 - update pupblic api ([056944c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/056944c4bde65c08ee3cddb5713102d871a18f5b))
|
|
3729
|
+
* DAZUIC-702 - set test-id optinal ([c0f17d5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c0f17d5f39a893aea7c77f45fe04f8d4f08512eb))
|
|
3730
|
+
## [1.9.0-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.8.0-105...v1.9.0-beta.0) (2021-10-11)
|
|
3731
|
+
|
|
3732
|
+
### Features
|
|
3733
|
+
|
|
3734
|
+
* DAZUIC-702 - add-spectator-for-easy-tests ([d3924ac](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d3924acac07477e122f35db7bb9e8f056d52e638))
|
|
3735
|
+
* DAZUIC-702 - fix icon button alignment in tables ([f3b4cb1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f3b4cb1d6fbd99a82355f43d808c3e7c102ef7d2))
|
|
3736
|
+
|
|
3737
|
+
### Bug Fixes
|
|
3738
|
+
|
|
3739
|
+
* DAZUIC-688 - add mock module ([a64db67](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a64db67310cb8a03f0f2d4914b2fa2dd82dfbe17))
|
|
3740
|
+
* DAZUIC-688 - update mocks ([53b190a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/53b190a88b18a6c024cc4d9838571e48f6fffc52))
|
|
3741
|
+
* DAZUIC-702 - fix spectator test ([c59ef94](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c59ef941f4fd34a1644ee7b4417103757476cb51))
|
|
3742
|
+
* DQMS-107 - title autocomplete form ([3cf06ca](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3cf06ca1420f4de8d3bda9291661df872bd69242))
|
|
3743
|
+
## [1.8.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.7.3-104...v1.8.0) (2021-10-07)
|
|
3744
|
+
|
|
3745
|
+
### Features
|
|
3746
|
+
|
|
3747
|
+
* add changelog ([c77000f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c77000f87ee3ff73811eaeb7d7eafd1510e17eac))
|
|
3748
|
+
* add changelog ([cea95ab](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cea95ab538272e371513c75f8ed348202317fe64))
|
|
3749
|
+
* add versions button ([fe1cb0f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fe1cb0f2aeee5a1b9f9a927ae94077334e136fa5))
|
|
3750
|
+
* DAZUIC-651 add attribute data-test-id for child component in Page Process Header ([9a6ff38](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9a6ff3871dc25530d9f002fded6172f32da6cd4e))
|
|
3751
|
+
* DAZUIC-762 add attribute data-test-id for checkbox component ([b410ff1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b410ff1ab54fc244379482b7f5f9906d43406fde))
|
|
3752
|
+
* DAZUIC-762 add attribute data-test-id for child component in Chip component ([b9db2c9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b9db2c96098368778ca3d0a91104ec2f67b33aaf))
|
|
3753
|
+
* DAZUIC-762 add attribute data-test-id for child component in Dropdown ([bc34f63](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bc34f63bca403c78bc6d5b9b22ab4a9db5189260))
|
|
3754
|
+
* DAZUIC-762 add attribute data-test-id for child component in Image component ([372a42c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/372a42c6fd428942145dc0090ab6c5a31b0d0402))
|
|
3755
|
+
* DAZUIC-762 add attribute data-test-id for child component in radio button ([abffc71](https://github.com/BAZG-Quadrel/quadrel-framework/commit/abffc71441ea6d02643d981fe40a26cd9f7b5ccb))
|
|
3756
|
+
* DAZUIC-762 add attribute data-test-id for child component in Status indicator ([f0baed5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f0baed5a4af9d3387040e0cde6b5760caa4dbb65))
|
|
3757
|
+
* DAZUIC-762 add attribute data-test-id for container component ([3d57210](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3d5721068b58e1d1524130e3a389ac50b7a23100))
|
|
3758
|
+
* DAZUIC-762 add attribute data-test-id for Filter component ([ef7161e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ef7161ed16cfab90e434260c88e7ef46eb36b3e4))
|
|
3759
|
+
* DAZUIC-762 add attribute data-test-id for Stepper ([7d39d44](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7d39d444ce963964d9fa7bc0943aea153c63aa90))
|
|
3760
|
+
* DAZUIC-762 add attribute data-test-id for Tab ([216c5ab](https://github.com/BAZG-Quadrel/quadrel-framework/commit/216c5ab0f8df83c54d5887bc13c55dd7c8cc2712))
|
|
3761
|
+
* DAZUIC-762 add example of attribute data-test-id for icon component ([8cbb726](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8cbb72616d02549e893ed28e9101df643b84aef7))
|
|
3762
|
+
* DAZUIC-762 add example of attribute data-test-id for Layout system ([63f6398](https://github.com/BAZG-Quadrel/quadrel-framework/commit/63f6398927324066a666bd25364d44093032e0e1))
|
|
3763
|
+
* DAZUIC-762 add example of attribute data-test-id for list component ([4b38ef5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4b38ef50e19956310f88781e7597f7f646c78539))
|
|
3764
|
+
* DAZUIC-762 add example of attribute data-test-id for text section ([881c6cf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/881c6cfc2e34c9ff04f0124410c756a20a27dbc9))
|
|
3765
|
+
* DAZUIC-762 add example of data-test-id for alert component ([c0d52f0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c0d52f04218efb4ce5de283716dd451baa16ec4e))
|
|
3766
|
+
* DAZUIC-762 add example of data-test-id for button component ([d74ad29](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d74ad29c0aebb09c8b7fc6b23044ae66ab97d93b))
|
|
3767
|
+
* DAZUIC-762 add example of data-test-id for data-tree component ([02b7cf9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/02b7cf94b6f4219082661b5efc77ff00f68a8e80))
|
|
3768
|
+
* DAZUIC-762 fix data-test-id ([8a1d266](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8a1d266afddb8527cce5dd0ea058784733646bcf))
|
|
3769
|
+
* DAZUIC-765 add attribute data-test-id for child component in form input ([839619d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/839619d3f7264a9d5059128d33c9fea09b0072fb))
|
|
3770
|
+
* Display version in welcome page ([91cc029](https://github.com/BAZG-Quadrel/quadrel-framework/commit/91cc029efeb155944994ccc3ddc93ae5377dbd01))
|
|
3771
|
+
## [1.7.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.7.2-103...v1.7.3) (2021-09-29)
|
|
3772
|
+
|
|
3773
|
+
### Features
|
|
3774
|
+
|
|
3775
|
+
* DAZUIC-793 - add free text filter ([4ec3733](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4ec3733812006c66b8a4f2fba23fc536fe3038a8))
|
|
3776
|
+
## [1.7.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.7.0-101...v1.7.1) (2021-09-16)
|
|
3777
|
+
|
|
3778
|
+
### Features
|
|
3779
|
+
|
|
3780
|
+
* DAZUIC-736 - add date type filter ([3208cc5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3208cc5ee9c91e2ff6c32666cf46daab044b8fb1))
|
|
3781
|
+
* DAZUIC-781 - add dateRange type filter ([033cbb4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/033cbb415d86f17749aa59b5f31ff74ee67120b0))
|
|
3782
|
+
|
|
3783
|
+
### Bug Fixes
|
|
3784
|
+
|
|
3785
|
+
* some fixes for the realease ([de98731](https://github.com/BAZG-Quadrel/quadrel-framework/commit/de987311fe3014e078c5a8eab3d958c9798e660d))
|
|
3786
|
+
## [1.7.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.6.3-100...v1.7.0) (2021-09-09)
|
|
3787
|
+
|
|
3788
|
+
### Features
|
|
3789
|
+
|
|
3790
|
+
* DAZUIC-429 - add document for input and textarea ([7631b50](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7631b50f6e1a48d31d505ed780f2dd3397b5b849))
|
|
3791
|
+
* DAZUIC-429 - Add FormGroup to input component ([bf75029](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bf7502913426dcdf64e759d936edf4b88dc9f2e2))
|
|
3792
|
+
* DAZUIC-542 - Create custom input component ([e373822](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e37382291b4a60c21dec4dfa0a0ff72bb91ac757))
|
|
3793
|
+
* DAZUIC-542 - refactor icon to use font instead of svg ([d4f3807](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d4f380736424f0436415dda7288e4e4cf42763cf))
|
|
3794
|
+
* DAZUIC-542 - update component with outdated icon ([ccf43e5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ccf43e5904fd94fe677ed2f056d1bedb818d15dd))
|
|
3795
|
+
* DAZUIC-542 - update icon font to newest design ([81b13dd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/81b13dd5b9afc457695dbb6955b6a23030bcaab8))
|
|
3796
|
+
* DAZUIC-649 add error state to checkbox ([0189b8b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0189b8b72b7e79bb7fe6e2c98b2a7e1045a20629))
|
|
3797
|
+
* DAZUIC-649 add error state to radio buttons ([08605b6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/08605b667786a867a7cfcba284f753fb0cae8372))
|
|
3798
|
+
* DAZUIC-649 Fix style of radio button ([42c19c7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/42c19c72bf77ef0b354cdd488b04e44c69501c6a))
|
|
3799
|
+
* DAZUIC-656 adapt design of filter ([08a224c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/08a224c43d59abfe6979351b1da5c7e0541d0858))
|
|
3800
|
+
* DAZUIC-656 update filter design ([bf3f1cc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bf3f1ccad17d6776a57ab7d0c1f990a9620d7f52))
|
|
3801
|
+
* DAZUIC-656 Update single select filter ([9cb4602](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9cb4602d2f787ea3cfcefe4c478922973bb0b523))
|
|
3802
|
+
* DAZUIC-674 - Create Custom Textarea component ([3967191](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3967191f1d63f6b8aba74b67d6539d39a5916fc6))
|
|
3803
|
+
* DAZUIC-676 add type to input component ([05a2f7e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/05a2f7ede7c9690d739701a01008bb9a956fd267))
|
|
3804
|
+
* DAZUIC-677 fix design detail in input component ([605d9f5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/605d9f536e2e6945e3cddbb33e7e8e8180424d8d))
|
|
3805
|
+
* DAZUIC-677 fix error state to all input component ([4e75f14](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4e75f141ce9c036718f5c5e6f64c0cf9c8111ec7))
|
|
3806
|
+
* DAZUIC-722 - add error state to dropdown ([173caa0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/173caa07bf5449e71d25e179e0d5e6638dd22cd0))
|
|
3807
|
+
* DAZUIC-722 fix error state of dropdown ([ab5b6bd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ab5b6bdb8f858302af7675b52eaafe79cec2c838))
|
|
3808
|
+
* DAZUIC-723 fix checkbox icon ([a6daf87](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a6daf87de1bf2aa43f12927c8b56d493df6e3e3f))
|
|
3809
|
+
* DAZUIC-723 update icon set for checkbox ([99a8a8e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99a8a8e403b63c645d045aae18adbe4a27ca7b8b))
|
|
3810
|
+
* DAZUIC-736 Add date filter component ([1177d67](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1177d67ded19a18ff81db34adc8cea0bf92bc3fa))
|
|
3811
|
+
* DAZUIC-737 Add input filter component ([374309f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/374309f4133ff0490a503767beee5ad0319bd5ef))
|
|
3812
|
+
* DAZUIC-738 - filtering items in Qd-Forms and Qd-Filter ([a4faa30](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a4faa3066f0fcade054dc4d9027696d158a5a7c8))
|
|
3813
|
+
* DAZUIC-738 - update documentation ([f3010f8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f3010f8d1dedc7d90f976b921e499d76562c321d))
|
|
3814
|
+
* DAZUIC-740 - design qd filter ([d2a348c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d2a348c54f6eb46ca89385536895cd206eb13cd9))
|
|
3815
|
+
* DAZUIC-741 - optimize filter service, new filter interfaces ([e486837](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e48683788fd9e6efa2444bad6afdec957543e4be))
|
|
3816
|
+
* DAZUIC-744 - update Tabs, pending tasks ([5444fed](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5444fed921289a7e9ee21562d5c480bf047cb807))
|
|
3817
|
+
* DAZUIC-776 - finalising filter for use as a beta ([4b7c49a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4b7c49a8e1995e2eb039fd285108e31d82734195))
|
|
3818
|
+
* DAZUIC-776 - remove comment ([24da726](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24da726a294828110bf215be2bb8c135bb339e6c))
|
|
3819
|
+
|
|
3820
|
+
### Bug Fixes
|
|
3821
|
+
|
|
3822
|
+
* css of some components ([5a8e57e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5a8e57ecabc83ca120ac59717afef14987e85ffb))
|
|
3823
|
+
* export checkbox and radio buttons ([d042c0a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d042c0a420b7a9abecdc2c3041b402cbfc7dfc1a))
|
|
3824
|
+
* fix backwards compatible of icon by adding old version icon. ([59395f3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/59395f3595da0b8de410d9361f24b8c9498e8bb9))
|
|
3825
|
+
## [1.6.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.6.2-beta.3-98...v1.6.2) (2021-07-16)
|
|
3826
|
+
## [1.6.2-beta.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.6.2-beta.2-97...v1.6.2-beta.3) (2021-07-15)
|
|
3827
|
+
|
|
3828
|
+
### Bug Fixes
|
|
3829
|
+
|
|
3830
|
+
* remove unnecessary logs ([8ea8da7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8ea8da748be20edafc85de5cc800bae65d7d09f6))
|
|
3831
|
+
## [1.6.2-beta.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v1.6.2-beta.1...v1.6.2-beta.2) (2021-07-15)
|
|
3832
|
+
|
|
3833
|
+
### Bug Fixes
|
|
3834
|
+
|
|
3835
|
+
* update life cicle hook ([eb2309c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eb2309ce5e71c0b8408653a600816e9e19c35549))
|
|
3836
|
+
## [1.6.2-beta.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.6.2-beta.0-96...v1.6.2-beta.1) (2021-07-15)
|
|
3837
|
+
## [1.6.2-beta.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.6.1-95...v1.6.2-beta.0) (2021-07-15)
|
|
3838
|
+
|
|
3839
|
+
### Features
|
|
3840
|
+
|
|
3841
|
+
* add approval process to inspecziune ([d53cb22](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d53cb2206cfedbfa0ef34fc402492d87a3ad0458))
|
|
3842
|
+
* Add Docs to Modal Confirm component ([e67e1a1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e67e1a12fc78a099f413e65cf484a7660a8519d1))
|
|
3843
|
+
* Add Modal Confirm component ([b83f27d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b83f27d9a97419ebc709c461d1f6d8660abd6bf3))
|
|
3844
|
+
* DAZUIC-224 - add radio buttons component ([455249d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/455249d926754b5c7d6911139e83d1bf168feaf7))
|
|
3845
|
+
* DAZUIC-224 - finalize component, update unit test, add documentation ([d8b3758](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d8b3758654b8001308d99a07824ff72a671aac1d))
|
|
3846
|
+
* DAZUIC-224 refactor radio buttons to support formgroup ([3e426ab](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3e426aba9cf947f93eec997fe5627562532d51c9))
|
|
3847
|
+
* DAZUIC-225 - add checkbox component ([2f1674d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2f1674d857b04f9a2855a8bfeb66e6926061818d))
|
|
3848
|
+
* DAZUIC-225 - add component and styles ([ca39c35](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ca39c35d90f55710bbc777955a508422406253c7))
|
|
3849
|
+
* DAZUIC-225 - add documentation ([e99394f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e99394fff783a00d4546f83b4a0fa8f5323867c4))
|
|
3850
|
+
* DAZUIC-225 - add stories ([4a0c526](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4a0c5264fe0245910621240a623e804b88468b8e))
|
|
3851
|
+
* DAZUIC-225 - add tests, clean-up ([0a98de1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0a98de1d7c1408b39fdca700d7e87857fdfbfae9))
|
|
3852
|
+
* DAZUIC-307 - add selectbox with autocomplete component ([21ea6f3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/21ea6f35a8a1f91803afc8606b9292cdb34b08ae))
|
|
3853
|
+
* DAZUIC-307 - update dropdown component ([7067973](https://github.com/BAZG-Quadrel/quadrel-framework/commit/706797370fb4dbe7501541560162f76caf44a268))
|
|
3854
|
+
* DAZUIC-493 - update step item styles, disable active state if not valid ([9751e53](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9751e53fbb062cb8b8d3b0acd91f5b5473006064))
|
|
3855
|
+
* DAZUIC-493 - update stepper styles ([b5d670a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b5d670a3f4f989bf4215f1060fdb54b5f14d2d09))
|
|
3856
|
+
* DAZUIC-522 - add logic for filter status chips ([3d2fa47](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3d2fa47a847e3268f9fd59a9e79a3cc8400790f4))
|
|
3857
|
+
* DAZUIC-522 - styling filter chips ([2dac30f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2dac30f2811206ccc936660808e4006b8721f89f))
|
|
3858
|
+
* DAZUIC-522 - update chips for filter ([1641fef](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1641fefdfd1976ac659bcd1ff2630dc3f1142c98))
|
|
3859
|
+
* DAZUIC-523 - Quadrel-Filter | Add reset button ([7959520](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7959520e5b477e6ed0dd94345b14aa448bccddd6))
|
|
3860
|
+
* DAZUIC-523 - Quadrel-Filter | multiple categories ([04f8530](https://github.com/BAZG-Quadrel/quadrel-framework/commit/04f85306755d7fac977ae654bee18e8824f54a96))
|
|
3861
|
+
* DAZUIC-524 - add filter type boolean ([a03eefb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a03eefb34976d35b06744fc1fd47e1281bd98843))
|
|
3862
|
+
* DAZUIC-525 - add singleSelect filter type ([a3f0e9b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a3f0e9bbcaa072549e163f4345214418552293a5))
|
|
3863
|
+
* DAZUIC-525 - update single select behavior ([1ccc15c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ccc15cc86046e721b4c972419d0472878128d0f))
|
|
3864
|
+
* DAZUIC-525 - update single select behavior ([159f62b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/159f62bc5f875b0c3df4b1f951a5b57d6d833ce8))
|
|
3865
|
+
* DAZUIC-560 - create QdSwitchComponent for custom form switch ([c0ef573](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c0ef573e9cbb2182d50d157eb50d5bf516494279))
|
|
3866
|
+
* DAZUIC-603 - add custom tooltip ([c95b313](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c95b31320798ee263c8a4e7df86d63d729b3e388))
|
|
3867
|
+
* DAZUIC-603 - add custom tooltip ([40f79d7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/40f79d70fde8f295bcc54e4a0be3d012304a9e1a))
|
|
3868
|
+
* DAZUIC-603 - add custom tooltip ([a716811](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a7168114d10683bb052e4b90f1df807adb243ad2))
|
|
3869
|
+
* DAZUIC-603 - add custom tooltip ([8e96a72](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8e96a72fb1432aa658ee842bfd233e256f4b647c))
|
|
3870
|
+
* DAZUIC-603 - add custom tooltip ([063b107](https://github.com/BAZG-Quadrel/quadrel-framework/commit/063b10791e0304b3ef673c012c0c9e0131347453))
|
|
3871
|
+
* DAZUIC-603 - add custom tooltip ([b888e8b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b888e8b33d00df6c9d282001d2ecffc89f96c893))
|
|
3872
|
+
* DAZUIC-603 - add custom tooltip ([55bd09f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/55bd09f24149921f499e83fa57cb8806703d8ba0))
|
|
3873
|
+
* DAZUIC-603 - add snapshot ([941de71](https://github.com/BAZG-Quadrel/quadrel-framework/commit/941de715edc5cf74a459853cfd9c4f39ea7bd21c))
|
|
3874
|
+
* DAZUIC-603 - update css for tooltip ([2998318](https://github.com/BAZG-Quadrel/quadrel-framework/commit/29983180c03dad49d32db561dbb43569439b7525))
|
|
3875
|
+
* DAZUIC-603 - width calculation of PPH ([3fc8954](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3fc8954b2fb88cd4e3f27896d5da7a31173a3d53))
|
|
3876
|
+
* DAZUIC-603 - width calculation of PPH ([2968fbb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2968fbbc53d0e73072cbdb4079c8d1bd453df1e9))
|
|
3877
|
+
* DAZUIC-629 - add checkbox group, add filter ([0813477](https://github.com/BAZG-Quadrel/quadrel-framework/commit/08134774b6ea10f432035cf2bf40e4432d5b6b1f))
|
|
3878
|
+
* DAZUIC-629 - add checkboxes component ([b5d8fea](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b5d8fea6caccaba1f2a1eb588a8bbc5acd0cc303))
|
|
3879
|
+
* DAZUIC-629 - add tests ([9f2f457](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9f2f4575ed9dce4f678a1226b6e77c87a2ce72de))
|
|
3880
|
+
* DAZUIC-647 - Add disabled state to control panel ([165c45d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/165c45d7b447b8d23f00ffb012a1b46e09261d50))
|
|
3881
|
+
* DAZUIC-647 - Add label position to switch component ([445ebbe](https://github.com/BAZG-Quadrel/quadrel-framework/commit/445ebbe677770c03a41436268c24e19ae0fba788))
|
|
3882
|
+
* DAZUIC-670 - refactor switch data model to match checkbox ([a91ef34](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a91ef3458131d40f1e8cdbb032e20bf41320cab6))
|
|
3883
|
+
* DQMS-60 - optional-formgroup ([223b733](https://github.com/BAZG-Quadrel/quadrel-framework/commit/223b7336cacdd22b3f7d5983dd41d01e9bffd480))
|
|
3884
|
+
* DQMS-60 - optional-formgroup - typo ([c021a7d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c021a7d56dda8665bc5715ab7f80a56f55a7edb5))
|
|
3885
|
+
* DQMS-88 - support tab name change after initialized ([3458a1d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3458a1d518af582f0e9b500e7b7dad99eb4690da))
|
|
3886
|
+
* reduce memory ([02f9fea](https://github.com/BAZG-Quadrel/quadrel-framework/commit/02f9fea9a867eee09dbcc547954f5dd840d0a4d2))
|
|
3887
|
+
* refactor layout renderer to add support to side modal ([3a2d0f5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3a2d0f57eafee54154e118a078eeff745d2b2938))
|
|
3888
|
+
* update i18n ([fa076c0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fa076c0f351429cf01ea901400d4221aca4e79e1))
|
|
3889
|
+
* Update Scenario for inspecziune ([ce32e72](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ce32e722c3fdd4279d61903ee6b1d6b258c26547))
|
|
3890
|
+
|
|
3891
|
+
### Bug Fixes
|
|
3892
|
+
|
|
3893
|
+
* DAZUIC-307 - fix errors and warnings in unit tests ([5d185c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5d185c2ab0af7b7937e71a20be88ca0436f948b7))
|
|
3894
|
+
* DAZUIC-307 - fix failing tests ([89c996a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/89c996abbca0d6ca1e88923efa107e7527b801e7))
|
|
3895
|
+
* DAZUIC-307 - fix qd-form module after merge ([e144719](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e1447198fd6c2a60cce21e1d2c3c5bffba6c6dae))
|
|
3896
|
+
* DAZUIC-524 - remove Hostbinding ([c2db86c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c2db86c8d622614c032fadb4ea737e821fe19c2f))
|
|
3897
|
+
* DAZUIC-560 - add margin to switch component ([8bcb995](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8bcb9951f8ab4d6093ed03be6ff42bb48360450c))
|
|
3898
|
+
* DAZUIC-560 - fix disabled label state of switch ([f2ffaeb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f2ffaeb2feb85210fa14ea2bb40d72274d1a4243))
|
|
3899
|
+
* DAZUIC-642 - export master-layout-service ([1d7e8bb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d7e8bb7ae109c875e518a1d7466f22e8c1c1d2f))
|
|
3900
|
+
* disable component story without sprint review ([ec32a1d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ec32a1d3b6851944ae5b13c29b027812a26ee8e3))
|
|
3901
|
+
* DQMS-40 - add disabled status in stepper logic ([1ac4507](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ac45071c2bba95c701ef9cce362a01bec63f156))
|
|
3902
|
+
* DQMS-77 -background of forms container in control panel ([396214e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/396214ecbdab3c583dea52299809e97c52f20af3))
|
|
3903
|
+
* DQMS-89 - fix disable submit in PPH ([cecee2b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cecee2b4de7388209fa4cbeafd35b70609eb00dd))
|
|
3904
|
+
* fix review comment ([23a82b2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/23a82b2bba52670284a6a65ceea09dc8e3a6e45a))
|
|
3905
|
+
* fix side modal box shadow styling ([d722c93](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d722c93662c0e7eebb4ab3865f64fc3667dc89cd))
|
|
3906
|
+
* fix side modal popup without size ([75552aa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/75552aadd6ee74ab1079affdf51a637b98de804f))
|
|
3907
|
+
* fix side modal styling ([c034e97](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c034e972c2c1012820428278daa8b8c930f72501))
|
|
3908
|
+
* panel story uses inputData instead of label ([0ddc46f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0ddc46fc82c38d460575eaecf0449721f2eb3905))
|
|
3909
|
+
* remove top border from side modal ([8dec49a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8dec49a741427b563d828b55fe4ff26ae90223ab))
|
|
3910
|
+
* update notification style ([4c7c29d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4c7c29d1cf57ec013ce2f148f8b98db99c44cb37))
|
|
3911
|
+
## [1.5.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.4.4-92...v1.5.0) (2021-05-17)
|
|
3912
|
+
|
|
3913
|
+
### Features
|
|
3914
|
+
|
|
3915
|
+
* Add documentation for fullscreen modal ([8d6044d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8d6044de87aa6a8e1dee8048541c53931c968268))
|
|
3916
|
+
* add scenario for inspectinue project ([158b786](https://github.com/BAZG-Quadrel/quadrel-framework/commit/158b786a7e8fe5de5d84d77e625d461d733c1066))
|
|
3917
|
+
* DAZUIC-489 - update button stack styles ([b08dc22](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b08dc22ca834292cc5dccd6f383cbf508728d412))
|
|
3918
|
+
* DAZUIC-558 - add status indicator component ([087a071](https://github.com/BAZG-Quadrel/quadrel-framework/commit/087a07121e97b0f0634cb13d3412b381773ffdef))
|
|
3919
|
+
* DAZUIC-558 - add status indicator in table story ([09459e2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/09459e2f92489e20e1d8c34761b515011eadc6a1))
|
|
3920
|
+
* DAZUIC-559 - Qaudrel UI | Anzeige Status Header ([88885dd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/88885ddf4c088f62689da6ec35fd47826f067e61))
|
|
3921
|
+
* DAZUIC-591 - Quadrel UI | Page Process Header für Modal FW ([d735ae5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d735ae54450f9ad72cd5d0f0e8a901d12016d6c4))
|
|
3922
|
+
* DAZUIC-591 - Quadrel UI | Page Process Header für Modal FW ([49e926a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/49e926a38bd7932d61029e71a84adf5fe04791da))
|
|
3923
|
+
* DAZUIC-595 - QdLayoutPanelProgress in Laufzeit änderbar ([58da7a8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/58da7a8a1a2b5802beddbc79dbb3d4797343c54b))
|
|
3924
|
+
* fix fullscreen modal style ([ac4d371](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ac4d3719b457e80e529884a277df313177643046))
|
|
3925
|
+
* layout render style comment fix ([c46e7fd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c46e7fdd5839949a0becd2c528eeee90b4cce15c))
|
|
3926
|
+
* refactor layout system and fullwidth modal to use same renderer style ([1d0e7e7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d0e7e70e83817ef76a2c905ff431fd8efaa0e8f))
|
|
3927
|
+
* refactor review comment of stadi scenario ([326d858](https://github.com/BAZG-Quadrel/quadrel-framework/commit/326d8583b6bffac2559e0fa43081bc1ab6567f04))
|
|
3928
|
+
* refactor situnaziunform with new container toolbar ([0dcb769](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0dcb769d9949e0319dc406447f2967ab8ebb9c24))
|
|
3929
|
+
|
|
3930
|
+
### Bug Fixes
|
|
3931
|
+
|
|
3932
|
+
* build error ([783e8c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/783e8c2529693d95b95079c0595a3ca2a7c0d38e))
|
|
3933
|
+
* move page process header to use cases ([02a9305](https://github.com/BAZG-Quadrel/quadrel-framework/commit/02a9305cf92b1f8a551dc0778efaa4ced9cb88c3))
|
|
3934
|
+
## [1.4.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.4.3-91...v1.4.4) (2021-04-30)
|
|
3935
|
+
|
|
3936
|
+
### Bug Fixes
|
|
3937
|
+
|
|
3938
|
+
* add notification service in public api ([f1425d1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f1425d1fdb8e7dd141ca7b0ff91e2ac87adb0e25))
|
|
3939
|
+
* export notification service ([09966ba](https://github.com/BAZG-Quadrel/quadrel-framework/commit/09966bac9952662b4b3eaa4167cc7bbd4ef1cda0))
|
|
3940
|
+
## [1.4.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.4.2-90...v1.4.3) (2021-04-30)
|
|
3941
|
+
|
|
3942
|
+
### Features
|
|
3943
|
+
|
|
3944
|
+
* DAZUIC-547 - use new Icon in table inline menu, update qdRow directive ([33d895e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/33d895ec8d9a0937cc370eb4347a5f637e353f70))
|
|
3945
|
+
## [1.4.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.4.1-89...v1.4.2) (2021-04-29)
|
|
3946
|
+
|
|
3947
|
+
### Features
|
|
3948
|
+
|
|
3949
|
+
* add example scenario for Situaziunforms ([bd6b2df](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bd6b2dffb56b0e49404b5c51bd16d8bc79cc7055))
|
|
3950
|
+
* add stabi scenarios ([ab2147a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ab2147a90c1dead0a5cd4f2308309bbed0e100c4))
|
|
3951
|
+
* DAZUIC-546 - add action Area in toolbar ([bf82b7f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bf82b7f054139be7847a953ea433390bba3eec57))
|
|
3952
|
+
* DAZUIC-546 - fix import ([ef0a0ab](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ef0a0ab6ff4c348d0c82ab4f1f6f9704e76eff32))
|
|
3953
|
+
## [1.4.1](https://github.com/BAZG-Quadrel/quadrel-framework/compare/v1.4.0...v1.4.1) (2021-04-26)
|
|
3954
|
+
|
|
3955
|
+
### Bug Fixes
|
|
3956
|
+
|
|
3957
|
+
* change lang tag in html update website language ([2a5fa76](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2a5fa7675697cc8ec1440d47411184df53aa3608))
|
|
3958
|
+
## [1.4.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.3.0-88...v1.4.0) (2021-04-26)
|
|
3959
|
+
|
|
3960
|
+
### Features
|
|
3961
|
+
|
|
3962
|
+
* add components for header type toolbar ([71a0fac](https://github.com/BAZG-Quadrel/quadrel-framework/commit/71a0fac83f448b90779ea683a51fc3431e1612c7))
|
|
3963
|
+
* adjust toolbar-top height ([7eb3467](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7eb3467430a471edf586765432bf710de6e8757f))
|
|
3964
|
+
* DAZUIC-520 - add multiselect filter type ([3d7a41e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3d7a41e321429d7590f145794f9b444a74b3b852))
|
|
3965
|
+
* DAZUIC-521, DAZUIC-545 - update container toolbar ([55507b9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/55507b914d982faba72beec78d80d5c233bfb683))
|
|
3966
|
+
* DAZUIC-528 - add interceptor service, add components ([15399bd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/15399bd96296fcd41590507c918f0c6b5748a33a))
|
|
3967
|
+
* DAZUIC-541 - add modal notitfications ([660049d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/660049d461b5762e5fcf9f668b04ff51a05d295b))
|
|
3968
|
+
* DAZUIC-573 - Add documentation for Notifications ([1ef301a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ef301a8e1c1ea2e359d8dff53d3f95c79d3e459))
|
|
3969
|
+
* padding adjustment in container-toolbar ([cd7e6de](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cd7e6de7868ff6bb01bb3a9068b95e6fd367e285))
|
|
3970
|
+
* remove toolbarType, adjust toolbar styling with flexbox ([624c0b0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/624c0b0a994805cb6ec3a0b650f40a3dbe782900))
|
|
3971
|
+
* remove unused code, add snapshot tests ([b200152](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b20015252e151608767f1b86c89f5b928ca601ca))
|
|
3972
|
+
## [1.3.0](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.3.0-beta.3-87...v1.3.0) (2021-04-01)
|
|
3973
|
+
|
|
3974
|
+
### Features
|
|
3975
|
+
|
|
3976
|
+
* Add filter panel logic ([e0946a8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e0946a8fbfb5902f35f30afbb5910271ae0bed0e))
|
|
3977
|
+
* DAZUIC-408 - add search button to master layout header ([531d01a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/531d01a1faccdea65d8891a794124d031551a97f))
|
|
3978
|
+
* DAZUIC-408 - new style for search field ([b2833dc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b2833dcf7bede4d493eb33b77eff52dee300061b))
|
|
3979
|
+
* DAZUIC-408 - update mobile header widget ([30e1c1a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/30e1c1af48a26c76a5b653a70608cc14d8ae4a56))
|
|
3980
|
+
* DAZUIC-408 - use translate service in header widget automatically ([601450f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/601450f9453b4c985a3d90a89bb38d012707e294))
|
|
3981
|
+
* restyle filter panel and remove unused input ([65c4f51](https://github.com/BAZG-Quadrel/quadrel-framework/commit/65c4f5104415885bb4e4a83f2c594479f0153835))
|
|
3982
|
+
|
|
3983
|
+
### Bug Fixes
|
|
3984
|
+
|
|
3985
|
+
* DQMS-76, DQMS-71, DQMS-20, DAZUIC-136, DQMS-34 ([8829aaf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8829aafe3271d4ab37d8c88fe0e4c7fe59056afa))
|
|
3986
|
+
## [1.3.0-beta.3](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.3.0-beta.2-86...v1.3.0-beta.3) (2021-03-24)
|
|
3987
|
+
|
|
3988
|
+
### Features
|
|
3989
|
+
|
|
3990
|
+
* add and update stories with component `exception` ([0b3d3db](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0b3d3dbe8431dde2477c7ec65c79330ccef60cb1))
|
|
3991
|
+
* adjust background-color of container-content-container in panel ([5547ca6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5547ca6e37e571fe20296e672596a6eb70ed335b))
|
|
3992
|
+
* create component `exception` to replace alert ([af13d67](https://github.com/BAZG-Quadrel/quadrel-framework/commit/af13d673066b331de4c62428e53080a5b948ec76))
|
|
3993
|
+
* create tests and mocks for component `exception` ([fc12177](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fc121774af4ecf749ac0a16791a3e80386f02231))
|
|
3994
|
+
* DAZUIC-481 - add data tree, visualization only, 2 levels ([1825c1f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1825c1f78b91bd6bdce821334c22d8165d1cb64e))
|
|
3995
|
+
* Refactor container content detection to service to enable communication with Grandchild ([513188f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/513188f8c50b2f1f535e82729ae9a33ca5520295))
|
|
3996
|
+
* update colors ([00c424e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/00c424e01183f9fd34d547f4916f842c7f8d469f))
|
|
3997
|
+
* update ICS2 story ([e19217a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e19217a1249cf5df06807ff4230f78f1a9bfc8d8))
|
|
3998
|
+
* update styling ([c9faeea](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c9faeea0f5303185728d5dfc7e8abe491d85dc44))
|
|
3999
|
+
* update tests ([f24fb5a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f24fb5aa470455801154cd860999c2b22084701b))
|
|
4000
|
+
|
|
4001
|
+
### Bug Fixes
|
|
4002
|
+
|
|
4003
|
+
* fix master layout banner when no environment is provided ([7c7cf5b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7c7cf5bdbc27537895b9f2ce3af5f0f6d1ef676f))
|
|
4004
|
+
## [1.3.0-beta.2](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.3.0-beta.0-85...v1.3.0-beta.2) (2021-03-17)
|
|
4005
|
+
|
|
4006
|
+
### Features
|
|
4007
|
+
|
|
4008
|
+
* add button stack ([226165c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/226165c0f79ac5789c6c217c732aaf1760ecc595))
|
|
4009
|
+
* add component ([45ad48b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/45ad48b32921d86ee655a8894faabaf0528d9bd6))
|
|
4010
|
+
* add defaultTabIndex to be able to show not only first tab by default ([f430bad](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f430bad02caf29acee30f6add02f094e0a966088))
|
|
4011
|
+
* add directive qdActiveContentTab to render content based on tab in main area ([39fec41](https://github.com/BAZG-Quadrel/quadrel-framework/commit/39fec41b8c9f03fd32d51e45d9bbe700436f4cea))
|
|
4012
|
+
* add header navigation ([72167fa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/72167fa2ff83056f4cfe7f765ee5ef6dea060bee))
|
|
4013
|
+
* add info header to fullscreen modal ([0d18cc1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0d18cc1ba569bacfca93fa44a7f0cce3aa018cf5))
|
|
4014
|
+
* add left control panel to fullscreen modal container ([bde8231](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bde82312af13efba455360305c6718900747891f))
|
|
4015
|
+
* add story for forms ([69475f6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/69475f68117fb3a1601792f5d34e367f58b42584))
|
|
4016
|
+
* add styles ([d7deda2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d7deda2f28d1390a184073d63c0459951715ab14))
|
|
4017
|
+
* add styles, add unit test, add documentation add navigation to ics2 story ([82fcfe2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/82fcfe257f13ecf532506145c480c7e35cb30158))
|
|
4018
|
+
* change parameter of directive qdActiveContentTab to object, add documentation ([31fddf2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/31fddf24b1738abd23f2ee5bfc9cb06f2f9fdc29))
|
|
4019
|
+
* change status change error behavior ([f1b8a94](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f1b8a94526d2fae7cb128adccbef62f328d6bfcc))
|
|
4020
|
+
* clean-up ([a937023](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a93702365847bec951c91700a30f19cd42cd9173))
|
|
4021
|
+
* conditional rendering active tab ([839bd91](https://github.com/BAZG-Quadrel/quadrel-framework/commit/839bd914ed4a8792f6ada5d12d0c4ea6e841578e))
|
|
4022
|
+
* replace buttons to enable/disable button "Nächstes" with knobs-functionality ([5c200f0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5c200f01200de2288dbd03ede9f7620385c14648))
|
|
4023
|
+
* resolve merge conflicts ([5e2b3be](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5e2b3be63bc9d377c704ba38c359954da3328a6d))
|
|
4024
|
+
* some updates ([c9dc421](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c9dc4214c26b1ab479ecd0865cf619d93c9de1a3))
|
|
4025
|
+
* tabs without action area ([2b2a738](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2b2a73833591677888aee50588505cba5ad8419f))
|
|
4026
|
+
* update container mock ([6739317](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6739317516c303e3f327e828a4deacb7e657d94e))
|
|
4027
|
+
* update ics2 story ([0de45d5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0de45d5406f802ae6caa1719cd4e0df80d67baad))
|
|
4028
|
+
|
|
4029
|
+
### Bug Fixes
|
|
4030
|
+
|
|
4031
|
+
* add defaults, add checks, add docs ([3af2de2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3af2de2ca8432b69c92a66ae33e238a56d4697ab))
|
|
4032
|
+
* coverage for unit tests ([d18396e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d18396ee18f58adbd2d3feaea548d26f7060577d))
|
|
4033
|
+
* create workaround for error `ExpressionChangedAfterHasBeenCheckedError` ([785fb43](https://github.com/BAZG-Quadrel/quadrel-framework/commit/785fb435db1a201dab0666fb5f66d58de34df5d3))
|
|
4034
|
+
* data model for fullScreen modal ([b2d2b62](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b2d2b6290e879bbdf024ad5f0c70996850179aa3))
|
|
4035
|
+
* fix alignment of content and header in fullscreen modal by add dynamic padding right. ([d705ce6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d705ce69fa429cb95fb161694439ac56da423d9f))
|
|
4036
|
+
* fix info modal style in fullscreen modal ([0ccb5f5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0ccb5f55733c96155cbbdf20f439aaceea393b0f))
|
|
4037
|
+
* fix style in fullscreen modal panel ([148200b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/148200ba0775b3067ba0082291b33712fc58a435))
|
|
4038
|
+
* focus state ([57131f7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/57131f730619ed09c16399b9b5c83c1fbbe38b8d))
|
|
4039
|
+
* linting errors ([f954dd9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f954dd99b9b1b140c47c69cdeea067913592b7a3))
|
|
4040
|
+
* re-format mdx for forms conatiner ([fba4a82](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fba4a82deb6f469867e4c893e619f18a8fb85317))
|
|
4041
|
+
* remove material form mock ([d2f78bf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d2f78bfd322cae4131e9b750e4aa34cdb0a25754))
|
|
4042
|
+
* update code style ([00548f9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/00548f9cbb473940f908885728e4d41daeb91f7a))
|
|
4043
|
+
## [1.2.4](https://github.com/BAZG-Quadrel/quadrel-framework/compare/1.2.3-82...v1.2.4) (2021-02-22)
|
|
4044
|
+
|
|
4045
|
+
### Features
|
|
4046
|
+
|
|
4047
|
+
* activate PPH-Submit-Button depending on stepper ([05fbbc8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/05fbbc8cb15368cc6aefab88a885b10865dd5d79))
|
|
4048
|
+
* Activate tab based on the current route ([af29909](https://github.com/BAZG-Quadrel/quadrel-framework/commit/af2990945c6857e8f946a8484e02d7c1dfaca8ca))
|
|
4049
|
+
* add action area, add button logic, refactoring, add page leave handler ([8a85cbd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8a85cbd1c38ae45293c8aef633e4f4e7e23320c4))
|
|
4050
|
+
* add alert ([354b271](https://github.com/BAZG-Quadrel/quadrel-framework/commit/354b2710dd6fa1df6ebdd5412a0b5c361828b33b))
|
|
4051
|
+
* add animation ([ea7d4ec](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ea7d4ec70a71af1e9a5b329d8e064267293f74ff))
|
|
4052
|
+
* add app status banner ([5827d80](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5827d80c32da8ff845f4a254bc05e502db454ea2))
|
|
4053
|
+
* add ArgsTable ([e143957](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e143957d940fc190fce7a6c07f2a5b92c1bdbb5c))
|
|
4054
|
+
* add borders ([c7f2d40](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c7f2d409f510bacec1ac65b5536cb7d700f1746d))
|
|
4055
|
+
* add caption to image component ([4418423](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4418423a01430cfe44eb7a06300d9e690dd17a50))
|
|
4056
|
+
* add colors in settings ([7d46d5d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7d46d5da0e679962497526d30ebc4f50b3cb68ae))
|
|
4057
|
+
* add component ([acd19b4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/acd19b4cb7154673bc8fa1c299c351d66f14c4de))
|
|
4058
|
+
* add container pairs component for rendering key-value pairs in container grid ([eb0a9eb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eb0a9eb37d546d1da2cdfc6013a3a7330dfeefc0))
|
|
4059
|
+
* add content-grid components ([e0fd725](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e0fd725c22cb46f0fcb3bcf32f94e582911be6d5))
|
|
4060
|
+
* add css ([4a02fcc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4a02fcc87e1537f8a2aee93d3c7718d858d0a0b7))
|
|
4061
|
+
* add directive ([d1d0d7d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d1d0d7d0042a7e12dadc19ccfb12daa0df7f7a03))
|
|
4062
|
+
* add directive `editDisabled` to qd-container ([3ba1d60](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3ba1d60924fa6f5d92c57b971271bf2332ecc484))
|
|
4063
|
+
* add disabled style to table (Control Panel) ([d967053](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d967053ccb2f2b3144f34a27feab63b6cf92bafb))
|
|
4064
|
+
* add error & warning color ([10cbf1f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/10cbf1fb57cfe7d227a6f4b183d51ad099627117))
|
|
4065
|
+
* add error state to status pairs ([e8b26b5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e8b26b54cd5231b6a905ae2011173ffcf2bffd43))
|
|
4066
|
+
* add example ([0f1a352](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0f1a352818155a30fbf9ef69a4741a1c54cbee50))
|
|
4067
|
+
* Add example for translation DAZUIC-392 ([b941a08](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b941a08f9c790da9c70f0a2c85c7584a45493799))
|
|
4068
|
+
* add icons ([f34c042](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f34c04296a2bb35257e88e7f9224afde3e833448))
|
|
4069
|
+
* add image component ([3bc1498](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3bc14981793439a1d0555c9c6f1e01cb478e846d))
|
|
4070
|
+
* add list pairs for containers ([4885691](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4885691a809cdf8c0c7dedfe72def9aff4a7b35e))
|
|
4071
|
+
* add more icons ([23844b6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/23844b6cce32ed18b89cfbeee23bd49c379e6e1a))
|
|
4072
|
+
* add some checks ([cf00f90](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cf00f90cd9c1b258a30c410937dada3bc69f0372))
|
|
4073
|
+
* add some mdx files ([a2ccbc3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a2ccbc3f8498e71cb0bc8d01bde4242164a6bea1))
|
|
4074
|
+
* add some more icons ([9510a0e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9510a0efbc382dfcc725e478bff850dbdae8145c))
|
|
4075
|
+
* add special container properties ([bfce420](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bfce420dd632f15118552d0179e0fabde62ef42e))
|
|
4076
|
+
* add special container properties ([99ea522](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99ea52224207060e6d8d6c47222b2974d3293e38))
|
|
4077
|
+
* add submit button in control panel ([f457a06](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f457a063ea7e55b89f41ab79f0503b8d779c1e40))
|
|
4078
|
+
* add success color ([db56319](https://github.com/BAZG-Quadrel/quadrel-framework/commit/db5631955e25ae14b643b15dbfe758f5c92d7780))
|
|
4079
|
+
* add summary modal ([2d64b91](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2d64b9135b3ecae387df63a6d85ff23294b59e15))
|
|
4080
|
+
* Add table example DAZUIC-392 ([549bdb8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/549bdb8d6ed9c00959437a9c613b07b0836b8432))
|
|
4081
|
+
* add title to container section ([14b494d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/14b494da6ba3342fc5779f0600001d9a14aa3d66))
|
|
4082
|
+
* add to story ([11ae362](https://github.com/BAZG-Quadrel/quadrel-framework/commit/11ae3629a47ba62223dd92408b97eff8a94c4e8b))
|
|
4083
|
+
* add trigger function for control panel container status ([fb3f6cc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fb3f6cc09bfba7b9e776943b6c091256d93ddd08))
|
|
4084
|
+
* add warning colors ([1a760bf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1a760bf44aa9ecb9ec1fd973b85554ae2b5d31fd))
|
|
4085
|
+
* auto expand container when create new ([3b1d97d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3b1d97db02ec7cb71a51d975da861abc5919b51b))
|
|
4086
|
+
* autodetect forms ([c98cfa3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c98cfa3e1469cbce77acab6aedb1017780125cf5))
|
|
4087
|
+
* cahnge lifecicle method ([8e791ba](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8e791ba522438d4fb96a49548e9248e65a48688b))
|
|
4088
|
+
* change to warning ([4a4d167](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4a4d1670c719805cb5f9052054674ea3cfc0900d))
|
|
4089
|
+
* clean-up ([684fac7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/684fac7057cabfdf9edf8c92bed1a45538c5a6ec))
|
|
4090
|
+
* Control visibility of normal and mobile header-widget inside a custom component DAZUIC-328 ([95f9e95](https://github.com/BAZG-Quadrel/quadrel-framework/commit/95f9e95c0904b27a8df0bf765ae8ea2115ea74a5))
|
|
4091
|
+
* Coordinate assignment of html attributes to prevent overwriting the default values DAZUIC-328 ([e8ce7f2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e8ce7f2b41dd6468959105ee6e25fb2f9fd1d6fb))
|
|
4092
|
+
* Create sample page for stepper and auth DAZUIC-392 ([db24834](https://github.com/BAZG-Quadrel/quadrel-framework/commit/db248341050aac4cef352561c049385f08115498))
|
|
4093
|
+
* Create story for pams modal ([6e72377](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6e723770990d7151068d9d8bed8e100288b42391))
|
|
4094
|
+
* Create story for qd-header-widget DAZUIC-328 ([4940560](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4940560649ce6e436dc6fc9d1cada201a0642df5))
|
|
4095
|
+
* Create tab bar as an router based alternative for qd-tabs ([756ee45](https://github.com/BAZG-Quadrel/quadrel-framework/commit/756ee4538b3f16e5ad842c995393c1b3b3a82c81))
|
|
4096
|
+
* Create text and button list item inside tile DAZUIC-278 ([fd28dc9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fd28dc983711b6ada7c3c75cfd84b844ced983b1))
|
|
4097
|
+
* css ([3844418](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3844418f515f82f3b53e986b4595830d261a8905))
|
|
4098
|
+
* deactivae mt lists in storybook ([0b18ea1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0b18ea1fb91c1a4690278bec0811191e28417f27))
|
|
4099
|
+
* disable warning css ([d97ccc4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d97ccc476913074858a49d256b0bd772eb283cd1))
|
|
4100
|
+
* fix calender icon ([eceb775](https://github.com/BAZG-Quadrel/quadrel-framework/commit/eceb775d3811fc93d78a196473ca8e0724f3c346))
|
|
4101
|
+
* fix more icons ([65e43da](https://github.com/BAZG-Quadrel/quadrel-framework/commit/65e43dac8487aee055d1f6aea4b19d519fe5bc7a))
|
|
4102
|
+
* fix more icons ([db442c7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/db442c78ef9fdd6d44b055c4e1626caaf97a7137))
|
|
4103
|
+
* initial invalidation ([24cd29e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24cd29eb32414521dd598cf3018b71d5038a4926))
|
|
4104
|
+
* name as observable ([db08e58](https://github.com/BAZG-Quadrel/quadrel-framework/commit/db08e58b0e63601113ce1162c08d3bcce0bf87cb))
|
|
4105
|
+
* refactor form css, add table margins, add pagination css and margins, add progress bar ([334b494](https://github.com/BAZG-Quadrel/quadrel-framework/commit/334b49469cacacb772607d2177bf8d9a37ce9351))
|
|
4106
|
+
* remove import ([ae2bf7d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ae2bf7dbd6aaa669df33bf75393d38663b148399))
|
|
4107
|
+
* renaming ([0486058](https://github.com/BAZG-Quadrel/quadrel-framework/commit/04860580acec56ece42cfb9225dc2ba4a094db57))
|
|
4108
|
+
* set width od page processheader dynamically ([87b68ec](https://github.com/BAZG-Quadrel/quadrel-framework/commit/87b68ecd52b857acce42785cbe7c92ca2170cfb2))
|
|
4109
|
+
* shorten lang input field texts ([79a0c3d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/79a0c3dad74d14025ae42c35fde3ae45d98955bb))
|
|
4110
|
+
* small changes ([66dca57](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66dca57b502fc68fb14224f3a2151e8510ded925))
|
|
4111
|
+
* small changes ([7620a2b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7620a2b9426fbd60cc5b5fc1e3267c290883145c))
|
|
4112
|
+
* small changes ([0208b75](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0208b75a387fcfa46b0f7756d080556ad70b9fa9))
|
|
4113
|
+
* some changes ([d24fc2b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d24fc2b9d0603142be196e7494fdb045c3a866a6))
|
|
4114
|
+
* some changes ([0906be2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0906be2b6cdf49ad24f9f6b89a84e361b5a799b6))
|
|
4115
|
+
* some changes ([5b19da3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5b19da38f94031ba3d1b4e4fadafd4a1cc0e76f7))
|
|
4116
|
+
* some small updates ([9ad690c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9ad690cc61c89f3d83a796d1ca0b13aff9197ca3))
|
|
4117
|
+
* some styling ([c78825c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c78825cd70db67ef0c9a247b5d8f498d6aa80685))
|
|
4118
|
+
* tests ([2eb7941](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2eb79412a874088753ff0889f215818d522f5c3e))
|
|
4119
|
+
* update ([7fabef5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7fabef53dffe0360d1e5623a094e57781852eda6))
|
|
4120
|
+
* update ([622325a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/622325aaf15e3dc28d607c54f567283af2b52895))
|
|
4121
|
+
* update alert ([a1a41d6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a1a41d67a00f628f3706e406464f848822030629))
|
|
4122
|
+
* update alert ([cce0625](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cce062597a47c8aadd3a26e10ddc5f5e2fb1cd9d))
|
|
4123
|
+
* update alert ([b9e2a3b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b9e2a3bc5af192f646fab51e6ea300e05813e9d4))
|
|
4124
|
+
* update configs & use pams endpoint ([e2e4b43](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e2e4b437a7fb0e740a6609e728ba04def56da2a8))
|
|
4125
|
+
* update container pairs story ([a21b0ea](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a21b0ea4afd76113f9d7771d5d3af08469c64a85))
|
|
4126
|
+
* update control panel & containers ([6748fed](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6748fed206f819d5b804b74513e1895076c21b2d))
|
|
4127
|
+
* update control panel & containers, rewrite lists ([5189f12](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5189f12c84a34c5715147021b15477e4f40a9784))
|
|
4128
|
+
* update control panel icon ([75cecc7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/75cecc70b58c41f7cda07e752e5a3df84137ef66))
|
|
4129
|
+
* update css ([8d3d247](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8d3d24735c3a4d58ef1eeeb1eeb29822f686eb27))
|
|
4130
|
+
* update enable state of pph button ([b97c6a9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b97c6a91b69b666ec3fe18e0eff053f4a4e9644f))
|
|
4131
|
+
* update icon ([69e8e94](https://github.com/BAZG-Quadrel/quadrel-framework/commit/69e8e9425751801a14ec14db64f22b3d642a6985))
|
|
4132
|
+
* update icon position ([f689d2f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f689d2f35b4114b100b7c83819ad84c6d9da572a))
|
|
4133
|
+
* update icons ([7fc8d3a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7fc8d3a18f86c0a5313a293a7535910606d91c1f))
|
|
4134
|
+
* update image story ([0f80cb4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0f80cb4ce2744a724746f0a8c5a7d586cb8292bf))
|
|
4135
|
+
* update modal colors ([ae87f07](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ae87f0741bcf8cfc65cd3997e7bb3c92ff908d9c))
|
|
4136
|
+
* update save callbacks ([77399e2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/77399e2339072670dbb5e2641c950d0b03653953))
|
|
4137
|
+
* update save logic ([567bbba](https://github.com/BAZG-Quadrel/quadrel-framework/commit/567bbba9b794b7f4c848a7e42f56ae06727db918))
|
|
4138
|
+
* update step buttons behavior ([8b85f9e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8b85f9ef2d64841462db53045f204109dc72fd1b))
|
|
4139
|
+
* update stories ([db67245](https://github.com/BAZG-Quadrel/quadrel-framework/commit/db67245f80868d58b109efd4a5b7a58797997348))
|
|
4140
|
+
* update story ([c2ea490](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c2ea490eb9f9738391d274af22ec40b817820ad4))
|
|
4141
|
+
* update story ([6d3cc07](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6d3cc07b44f2c8a3bafae113d9c1abff302d48e1))
|
|
4142
|
+
* update story ([bf90303](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bf90303d48256fc2e9574aa745a5fc8dd7b8d786))
|
|
4143
|
+
* update styles ([687f38a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/687f38a86025557d8b9e648fc097e50f7a11f667))
|
|
4144
|
+
* update styles ([84c113d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/84c113db7179ddd1357828fc9352957dde3092b8))
|
|
4145
|
+
* update test ([8e7edc9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8e7edc95a272b5ed5c1c2ed47d130a1ff6928630))
|
|
4146
|
+
* update test ([6cadf70](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6cadf70c4bb0ae69cb28dcced0451ab4c825e684))
|
|
4147
|
+
* update test ([6b38e8d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6b38e8d94cfa4763b80fdc676c3eaac26c78254b))
|
|
4148
|
+
* update test ([deea8ce](https://github.com/BAZG-Quadrel/quadrel-framework/commit/deea8ce1f7be583cb68bdcf8188e6bbf8567f4d4))
|
|
4149
|
+
* update tests ([0961761](https://github.com/BAZG-Quadrel/quadrel-framework/commit/096176184d2e1cdbf6c57949403f086e4fedbc4d))
|
|
4150
|
+
* update tests ([847e791](https://github.com/BAZG-Quadrel/quadrel-framework/commit/847e791be49b7091c7065d70212f996eab88df29))
|
|
4151
|
+
* update text input ([ebc0cdd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/ebc0cdd1f2a85550aa5b462feb40550bac1bec41))
|
|
4152
|
+
* update version ([fa531a5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fa531a5d687a670af9c8eff88a0779ec317c38d3))
|
|
4153
|
+
* use normalize.css to unify experience between different browsers ([1ab1e32](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ab1e323ad9e8f405f9ea624155136432e0d3788))
|
|
4154
|
+
|
|
4155
|
+
### Bug Fixes
|
|
4156
|
+
|
|
4157
|
+
* 404 error frutiger ([cfbc435](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cfbc4350172cce36b0dd6c87436a86852201f243))
|
|
4158
|
+
* add components ([7fa9fef](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7fa9fef61a35e4015224e458d6929b7f4936c389))
|
|
4159
|
+
* add css ([45b9a69](https://github.com/BAZG-Quadrel/quadrel-framework/commit/45b9a693cc98d394e4c325accb89c09103d39b9d))
|
|
4160
|
+
* add disables state for dropdown ([f51ccac](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f51ccacb9807dd04418fbad5087ef55fb6354f78))
|
|
4161
|
+
* add host listener ([b7d07dc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b7d07dc18edde54e3132a5b86930f20663036e00))
|
|
4162
|
+
* Add missing import for test ([80e2e6b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/80e2e6b49dcec0ae7b100e015221bbe9e994c496))
|
|
4163
|
+
* add onDesproy life cicle hook ([dc1b982](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dc1b982b01042fa00eb6a6839d5beba4e7245d17))
|
|
4164
|
+
* add provider ([0c0124f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0c0124f0a2305157559c736ec2c6a184a350455c))
|
|
4165
|
+
* add provider ([aed5b61](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aed5b61eb2be3ca0c19b2e7d3d5fbb3849dce019))
|
|
4166
|
+
* add provider ([dab7a17](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dab7a17b8e2ee58c2a5d98d03280287dd6f6c96f))
|
|
4167
|
+
* Appearance of upload after it broke due to other changes ([8c24b92](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8c24b921c909a400a9e2aa7c5cc6dbc99559b30a))
|
|
4168
|
+
* banner ([7a16bac](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7a16bac8363bda9bbfdd95ef824c096a6147b01f))
|
|
4169
|
+
* border in panel title ([b5cbb3b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b5cbb3b0a19ed61691d618e1bb62355db93125b5))
|
|
4170
|
+
* button position date picker ([faebfc5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/faebfc5813be6d3207e040499a3f75d998af1b56))
|
|
4171
|
+
* Caused error because variable is null DAZUIC-392 ([d061367](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d06136797f14c0c085d349a42521ab2515c5a28c))
|
|
4172
|
+
* Change version of sass function to improve legacy support ([018be06](https://github.com/BAZG-Quadrel/quadrel-framework/commit/018be06b3d8fd7586ca30911633e04c4a09af5a3))
|
|
4173
|
+
* Condition for handling the stepper inside the layout container ([6b7cbc6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6b7cbc6121309b7c04d996ac177a96108980c04f))
|
|
4174
|
+
* Copy wrong font face definition ([e0bd0c4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e0bd0c463451ff14806fcee341885ea5139d7338))
|
|
4175
|
+
* Corrupt checksum of package DAZUIC-392 ([7e7c9d1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7e7c9d1550c4762d21f239ad812c5ea86a010014))
|
|
4176
|
+
* disable broken layout stories ([010aae3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/010aae34dc82102dc761ffd9d25190e0366d3e28))
|
|
4177
|
+
* enable submit - assign to the input ([c2e237e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c2e237e90e67033ead10d832e57a2782c9c04419))
|
|
4178
|
+
* error messages ([959c284](https://github.com/BAZG-Quadrel/quadrel-framework/commit/959c28436c2032452a202434ee8381c17cadec0e))
|
|
4179
|
+
* export APP_ENVIRONMENT configuration of banner ([c83e8ad](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c83e8ad05866fadf9144a9242cdbbce79a2c45c8))
|
|
4180
|
+
* fix create function in container ([f1eab65](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f1eab65fcf13f9933417d9d54044ae05dd22cb6b))
|
|
4181
|
+
* fix margin relationship between container column and container list ([e6b3296](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e6b3296b94c0d2dc648cb47c88a2c365cfcf2878))
|
|
4182
|
+
* fix master layout footer missing ([2a792ca](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2a792ca06584156c231782ed795ad8b2de32d855))
|
|
4183
|
+
* fix tabs without formGroup ([c5a7598](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c5a75987db0792f9c1b3d0e71c3da8f8b7857dda))
|
|
4184
|
+
* height of container header ([bb16026](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bb16026772625a29c6115b1899dac7f737403135))
|
|
4185
|
+
* icon button color ([5619870](https://github.com/BAZG-Quadrel/quadrel-framework/commit/56198703668d8991d03693f84ed6ad03da131ba8))
|
|
4186
|
+
* import material component scss to fix style error ([29a6ffb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/29a6ffb8367a5fdc2447ad4315432d2cd911f0b0))
|
|
4187
|
+
* imports ([391d17a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/391d17a0d9d76882b85037bedfd658c1aea1954c))
|
|
4188
|
+
* limit letter count in header ([4de8f9c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4de8f9cdce7dd719c92e085f5f38de7f87f13c4a))
|
|
4189
|
+
* Make import relative to prevent error ([dd5024b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dd5024b0d1b29eb35707b170e88c009be933d1e6))
|
|
4190
|
+
* Match of active tab link ([0dd3ec1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0dd3ec17532dc7b7ff618442a6668735e327d980))
|
|
4191
|
+
* material forms ([f9cf71b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f9cf71bac29a6d9b577f29a4caec0a29e70a4eae))
|
|
4192
|
+
* modals in scenarios ([355224d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/355224d79ebc1341f7e338185f91abd66210bfc5))
|
|
4193
|
+
* name as observable ([3265c1d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3265c1d1575a667e0ad76989b6b84ef7fb6b20d0))
|
|
4194
|
+
* override frutiger ([d1cf5bd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d1cf5bdbb8a0dbe003541a7a94cbbb6193d833db))
|
|
4195
|
+
* panel width ([948650e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/948650e68104b4f143242887da74335cb825aa70))
|
|
4196
|
+
* Pass environment to qd-ui by using forRoot method ([8fa3bdd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8fa3bddb4da4df998a7a36b99f71251767aef61b))
|
|
4197
|
+
* qd button color ([32e4cd4](https://github.com/BAZG-Quadrel/quadrel-framework/commit/32e4cd4513682bd2edcc3cb6796b610d537b00e3))
|
|
4198
|
+
* re-activate pph use cases ([282f13e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/282f13e1895ff4b7ab166f0c7df1600094e8c608))
|
|
4199
|
+
* Recognition of active route route ([99de056](https://github.com/BAZG-Quadrel/quadrel-framework/commit/99de056755a57a65d0e512cd920e079ebd4b2a93))
|
|
4200
|
+
* remove console.log ([95ec4ed](https://github.com/BAZG-Quadrel/quadrel-framework/commit/95ec4ed4447df859c8661103a6e7598a53f06309))
|
|
4201
|
+
* Remove double forRoot declaration in route module ([a713fe2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a713fe2af75fec3da91d0afaf0a93dec33bd1fc1))
|
|
4202
|
+
* Remove double forRoot declaration in route module ([0a34a17](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0a34a17faecaf543eefbf67d013a923312ad12b4))
|
|
4203
|
+
* Remove duplicate instantiating of TranslateModule ([fbd3330](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fbd3330b35d36edd5992c300994ed7af79d6d988))
|
|
4204
|
+
* Remove duplicate keys in environment.prod.ts ([fe44458](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fe44458b246c6088b14f41e5ddfb33adbd3733c3))
|
|
4205
|
+
* remove fonts ([c250d39](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c250d39adfc1bdbedc9ccd7eabde54b0c5e2eae8))
|
|
4206
|
+
* Remove NoopAnimationsModule from QdMaterialModule because it caused an "imported twice"-error when using lazy-loaded modules ([3c571c2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3c571c2e2cacf83f4c0f228dac67ae5f0cf137a6))
|
|
4207
|
+
* Remove not working structure ([fccd2ab](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fccd2ab7323a3d8967b954ec56819a5d1f2d4f6b))
|
|
4208
|
+
* Remove overflow restriction to prevent hiding the language selection of the header-widget ([4b36e2a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4b36e2ab71d7012f1b868d4975fe214e4bbe4ba1))
|
|
4209
|
+
* remove padding bottom of container ([40e78d0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/40e78d0c0290b9cf3b638008607d2f5e97feb4eb))
|
|
4210
|
+
* remove temp functins ([03eb844](https://github.com/BAZG-Quadrel/quadrel-framework/commit/03eb844e11ba0bf66a1a317770d9ee2ea1ec4b48))
|
|
4211
|
+
* Return correct type for auth helper function ([fc2a07f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fc2a07fdf0e5f2f6ccb50fa6bc513d0f99dfd80f))
|
|
4212
|
+
* selector content grid row ([c6b9b0c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c6b9b0c9613b88a6e8be796daa7d02d50915b533))
|
|
4213
|
+
* small update ([46d992c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/46d992cca175010f398cee1a17c402b4363908c5))
|
|
4214
|
+
* stepper - save on step item ([b7aa1dd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b7aa1dd435b020fa12dfec701eafb4d24b60cafc))
|
|
4215
|
+
* style in container section subheader ([b64e169](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b64e1695dbec362853baea5dfab3e8f3e7d67e81))
|
|
4216
|
+
* styling issues due to oblique ([3fe0505](https://github.com/BAZG-Quadrel/quadrel-framework/commit/3fe0505a025801009771d31c393a71a9bf5f2901))
|
|
4217
|
+
* table container css ([422858c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/422858c3e84b48b6989480e0eeb79fb036afe2a5))
|
|
4218
|
+
* truncated text ([9a5cec6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9a5cec64abb02ff44291fb458e1d86652ffef592))
|
|
4219
|
+
* Ts lint problems ([9c8fed5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9c8fed5b0ec7243898df46e4373df3114186293d))
|
|
4220
|
+
* Ts lint problems ([d63af52](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d63af521ea30ef964fd20365ee78d69713e9c993))
|
|
4221
|
+
* Typo ([16ddb7c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/16ddb7c61ddab17fa09321498d97160e68f52e42))
|
|
4222
|
+
* update components ([f439d98](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f439d98ac82061d45fe1da72f0a54920ebc518ec))
|
|
4223
|
+
* update conditions ([7d70ebc](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7d70ebc3cb7d2ef1ec33df5e7fc213a1b00e6cfe))
|
|
4224
|
+
* update marginin table ([084f480](https://github.com/BAZG-Quadrel/quadrel-framework/commit/084f48039ae6f428d122aeee0c57ca85db917e3b))
|
|
4225
|
+
* update snapshots ([1d664a6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d664a615e8feda9a42c1cae38d19486e6e05dbb))
|
|
4226
|
+
* update version ([f62d562](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f62d562eb947270c1cefea8d69436e701392bb30))
|
|
4227
|
+
* use 100% height of html ([1d19d86](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1d19d867f54b50753178dfb60799466b47bb50cd))
|
|
4228
|
+
* use new list element ([5ca6c82](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5ca6c82ff030b3bbb36b1aa511bedb9aea7f7efc))
|
|
4229
|
+
* vertical gap in vertical pairs ([95f02fd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/95f02fdcef7643b3ad4e1b02d14e0ba4f53119a9))
|
|
4230
|
+
## [0.0.28-42](https://github.com/BAZG-Quadrel/quadrel-framework/compare/0.0.27-40...0.0.28-42) (2020-11-12)
|
|
4231
|
+
|
|
4232
|
+
### Features
|
|
4233
|
+
|
|
4234
|
+
* add border & margin ([f921ce1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f921ce1204af8bf934cd06a01bf70a57051282f9))
|
|
4235
|
+
* add breakpoint mapper, add components, add styles ([66a5e80](https://github.com/BAZG-Quadrel/quadrel-framework/commit/66a5e80f463e3c368e80f60398c2be9295e7be14))
|
|
4236
|
+
* add buttons ([61556de](https://github.com/BAZG-Quadrel/quadrel-framework/commit/61556de44f0d10a70372f4be54c0b7c9d2650b78))
|
|
4237
|
+
* add callback function, update tests ([e67a6d3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e67a6d39deaf8948ac3d55a8647baef616a580e2))
|
|
4238
|
+
* add card title as directive ([c8ec76a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c8ec76a65a1a06f4fec97ee7109db536785a30a0))
|
|
4239
|
+
* add components, add story, add some syling, add modal ([bc8d23c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bc8d23c9df3fd7ef67b8369ace5d207e13c09507))
|
|
4240
|
+
* add height of sticky action bar ([e42c889](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e42c889f885f74b85f0c43c7df3cf6d8d9cbf2c1))
|
|
4241
|
+
* add icon buttons in input fields ([c706a63](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c706a63a9ef50785402ad6f7c19b7d9f804e8b0f))
|
|
4242
|
+
* add navigation property ([4f133a2](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4f133a27e6171505b150fe84e2a7c92b86e5b7cf))
|
|
4243
|
+
* add notes ([90a5749](https://github.com/BAZG-Quadrel/quadrel-framework/commit/90a57490f675b192a1f4e187162787c542993a93))
|
|
4244
|
+
* add page title header ([aa4e895](https://github.com/BAZG-Quadrel/quadrel-framework/commit/aa4e895897dc27cf7c5ccc47451e801489e3b0b4))
|
|
4245
|
+
* add snapshot ([d58f53b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d58f53bae926b0d2d24c340de343d961308f32af))
|
|
4246
|
+
* add srory, add styles ([3250923](https://github.com/BAZG-Quadrel/quadrel-framework/commit/325092318cd83371c6e17cec0d1785f513954f83))
|
|
4247
|
+
* add styles ([28e58f8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/28e58f8f1f9e5e8f8348bf38b97dca9305ed8be9))
|
|
4248
|
+
* add text section components ([7b77910](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7b7791021feea7c1627b85b79b34c7f887f6addd))
|
|
4249
|
+
* add title in page process header ([1ae0674](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1ae06743b97b4003e23c572fd2554b56d200d2ec))
|
|
4250
|
+
* add titles in cards ([32a451d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/32a451d85ec901b8af69d0785f47622e27ffb85b))
|
|
4251
|
+
* Add translation for stepper button DAZUIC-232 ([443d4e1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/443d4e1024ff8aa6810e8de26466ec10ec9013af))
|
|
4252
|
+
* add usecases in stories ([b97ce5b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b97ce5b64d2ffcf571bf04d77715f22da5114d33))
|
|
4253
|
+
* add/replace icons ([05aae43](https://github.com/BAZG-Quadrel/quadrel-framework/commit/05aae43678e89228667408acc6c5105fa18d1b92))
|
|
4254
|
+
* adjust height of page title by master layout ([77501b3](https://github.com/BAZG-Quadrel/quadrel-framework/commit/77501b3ea0082cbac6a662fe2a3f700055be032c))
|
|
4255
|
+
* adjust height of page title by master layout ([7c5ea3a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/7c5ea3af3702948a3d57e6c6aa9a99b7c6d230b8))
|
|
4256
|
+
* adjust height of PPH by master layout ([6700f22](https://github.com/BAZG-Quadrel/quadrel-framework/commit/6700f222c6536500ac27c8a014d66a6404a02b08))
|
|
4257
|
+
* change callback to event pattern ([1956026](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1956026005a29a3c2aac169fc3611af8df5fb2e9))
|
|
4258
|
+
* change properties ([dd496c1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/dd496c1d96aad407243d98bb4bc7517faba3875e))
|
|
4259
|
+
* Create qd-icon-button component to display buttons with icons only inside ([173bcdd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/173bcddebb4ef24a4075f77cad715aafbec8fd86))
|
|
4260
|
+
* Create row directive to navigate among table rows ([607669f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/607669fa08fcc0cafb867a6aa5c392aa67a2fa98))
|
|
4261
|
+
* error in datepicker ([5f29d6e](https://github.com/BAZG-Quadrel/quadrel-framework/commit/5f29d6e97dbdc5cdffd4a30e65e9ebd6da0888ec))
|
|
4262
|
+
* extend stepper showcase ([f4999ac](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f4999ac686d50cc4b19aa735e93b012a945ab124))
|
|
4263
|
+
* Move download component and renamed it according to qd naming conventions ([e22e347](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e22e347319a789e65dc9842e9b795bcc56ab850a))
|
|
4264
|
+
* move page process header to layout system ([c2a2adb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c2a2adb897c90852615f09391ae5792a2cec5082))
|
|
4265
|
+
* px to rem ([4c9250f](https://github.com/BAZG-Quadrel/quadrel-framework/commit/4c9250f913416bf1dc789deef0060f4acdd332e2))
|
|
4266
|
+
* re-organize css ([53f03d5](https://github.com/BAZG-Quadrel/quadrel-framework/commit/53f03d50182fd9442614c807af03e7c8dadbf63c))
|
|
4267
|
+
* remove focus ([fef9557](https://github.com/BAZG-Quadrel/quadrel-framework/commit/fef95579376065faa987c1454d8864c338f766f6))
|
|
4268
|
+
* reorganize css ([cc024a7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cc024a797536e7193b51cc338e6f61b34616b605))
|
|
4269
|
+
* small changes ([1b1c8b7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1b1c8b7a9ddedc4efe48b7ae1dde7616e254a303))
|
|
4270
|
+
* some small changes ([d2c81e0](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d2c81e0505df63a9d5c0f548386db7246f4863e0))
|
|
4271
|
+
* Table column directive to handle text overflow DAZUIC-241 ([c29412a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c29412aa93cd5efc84a2a836bbc575658f53c132))
|
|
4272
|
+
* Temporary error component for formGroups (because the default mat-error is not controlled automatically in this case) ([d52a49d](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d52a49d92c9c5c7b8ba2b2a0a651a0d8bcf42faa))
|
|
4273
|
+
* update calender icon ([d1c1397](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d1c13973016946778b353f2197286b5f4f5a5e7c))
|
|
4274
|
+
* update Dropdown ([c56d0e7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c56d0e7261ab031448f1408bdea3645006db20c9))
|
|
4275
|
+
* update error state ([0f88d11](https://github.com/BAZG-Quadrel/quadrel-framework/commit/0f88d1197864f4da25f4162264ca9a5f77649e91))
|
|
4276
|
+
* update error state ([b37d258](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b37d258a88177f9996f5c14619ce45bbce96832b))
|
|
4277
|
+
* update snapshot ([d8a4636](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d8a46369d05bc76376f7521b3207713e6056dabd))
|
|
4278
|
+
* update snapshots ([2dafec6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/2dafec6e67ad76ba203ded13c770ae9cfa037e9a))
|
|
4279
|
+
* update stories für stepper ([24ec68c](https://github.com/BAZG-Quadrel/quadrel-framework/commit/24ec68c97e525694b7780c1444d1682f69eee923))
|
|
4280
|
+
* update story ([acaf549](https://github.com/BAZG-Quadrel/quadrel-framework/commit/acaf549fd9b4e490a92516e7c84e78ac8d1c1516))
|
|
4281
|
+
* update validation in stepper ([53e9ab8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/53e9ab82b96a3453ef93bdf2101622bb3dc04bb6))
|
|
4282
|
+
* update welcome pade ([820d5d8](https://github.com/BAZG-Quadrel/quadrel-framework/commit/820d5d8f14ff3bf10823bb8f5a92587de8a9a2d5))
|
|
4283
|
+
|
|
4284
|
+
### Bug Fixes
|
|
4285
|
+
|
|
4286
|
+
* Add wrongly removed condition for uploading files ([f167db7](https://github.com/BAZG-Quadrel/quadrel-framework/commit/f167db74de9e63884d30976ecd06ec144b2b0552))
|
|
4287
|
+
* Apply style for icons inside table DAZUIC-237 ([93415aa](https://github.com/BAZG-Quadrel/quadrel-framework/commit/93415aaaa4685a542c568c7541301ba862b9ffb0))
|
|
4288
|
+
* custom bottons in table ([3939867](https://github.com/BAZG-Quadrel/quadrel-framework/commit/39398672cc44cb2171b97130b3c2a9a4fb7ca3c7))
|
|
4289
|
+
* Disabled state is updated on @Input change ([178392b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/178392b2a04123096ef63322a4fe25136b59fa49))
|
|
4290
|
+
* fix icons ([679e4e1](https://github.com/BAZG-Quadrel/quadrel-framework/commit/679e4e1d1291dd6c6a69948a09a8527efd900e76))
|
|
4291
|
+
* Make qd-icon inside mat-icon-button clickable ([b4d137a](https://github.com/BAZG-Quadrel/quadrel-framework/commit/b4d137ab86675451de861cda542629c9c770754e))
|
|
4292
|
+
* margins full width conatainer ([a1e6e01](https://github.com/BAZG-Quadrel/quadrel-framework/commit/a1e6e01662bd4e190491d75dc6dfa020ae8dbe0f))
|
|
4293
|
+
* reduce min-width ([9a832dd](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9a832ddd9983e6029c0a80c73d03570d55f6ea45))
|
|
4294
|
+
* remove css-width ([bb9e6db](https://github.com/BAZG-Quadrel/quadrel-framework/commit/bb9e6db296053ed4f53279a4bbc36fdfbcec2c0f))
|
|
4295
|
+
* translation step button ([cc9a6fb](https://github.com/BAZG-Quadrel/quadrel-framework/commit/cc9a6fbc8141af3e91ee6ae51e19900ad24d0127))
|
|
4296
|
+
* update version ([8273dbf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/8273dbfbcb370f74c1b0e1cdffa6483630bce8eb))
|
|
4297
|
+
## [0.0.5-13](https://github.com/BAZG-Quadrel/quadrel-framework/compare/0.0.4-12...0.0.5-13) (2020-10-06)
|
|
4298
|
+
|
|
4299
|
+
### Features
|
|
4300
|
+
|
|
4301
|
+
* **icon:** add icon module and component ([e327369](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e32736997cdc849e2abe41692903f56218ffd967))
|
|
4302
|
+
* move stories ([850bdbf](https://github.com/BAZG-Quadrel/quadrel-framework/commit/850bdbffddf08020b607a1e9053e6a501903a297))
|
|
4303
|
+
* move stories, rename stories, update browser check ([c00939b](https://github.com/BAZG-Quadrel/quadrel-framework/commit/c00939b6514c452bca0204560dea3d2b6c0f8f4a))
|
|
4304
|
+
* **oblique:** adapt master layout to dazit needs ([9a77601](https://github.com/BAZG-Quadrel/quadrel-framework/commit/9a776018823cefde61f00f6b1dd5825332af778b))
|
|
4305
|
+
* Remove tgz modules DAZUIC-150 ([e01fde6](https://github.com/BAZG-Quadrel/quadrel-framework/commit/e01fde65c460e0820cedaee9612f135a550205b3))
|
|
4306
|
+
|
|
4307
|
+
### Bug Fixes
|
|
4308
|
+
|
|
4309
|
+
* Add group identifier to qd-ui package and remove package config properties from example project ([89ea252](https://github.com/BAZG-Quadrel/quadrel-framework/commit/89ea252be0253a5949681610017965d0012e7052))
|
|
4310
|
+
* Import fontawesome libs as zip archive due to pipeline failure DAZUIC-150 ([1fe9653](https://github.com/BAZG-Quadrel/quadrel-framework/commit/1fe96539d6701a11c2307f26ad4f5c9257d16bf9))
|
|
4311
|
+
* Import of global styles DAZUIC-150 ([817a8f9](https://github.com/BAZG-Quadrel/quadrel-framework/commit/817a8f94bc00b103dc0cb1677dd9cd1f1e41836c))
|
|
4312
|
+
* Karma config removed because jest is used DAZUIC-150 ([d40a6ab](https://github.com/BAZG-Quadrel/quadrel-framework/commit/d40a6ab89607f8b8cc21b66ac8d5e6f40d5536cb))
|