@kirbydesign/designsystem 11.0.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +42 -6
- package/accordion/index.d.ts.map +1 -0
- package/action-group/index.d.ts +43 -6
- package/action-group/index.d.ts.map +1 -0
- package/avatar/index.d.ts +28 -6
- package/avatar/index.d.ts.map +1 -0
- package/badge/index.d.ts +20 -6
- package/badge/index.d.ts.map +1 -0
- package/button/index.d.ts +43 -6
- package/button/index.d.ts.map +1 -0
- package/calendar/index.d.ts +137 -6
- package/calendar/index.d.ts.map +1 -0
- package/card/index.d.ts +72 -6
- package/card/index.d.ts.map +1 -0
- package/chart/index.d.ts +198 -4
- package/chart/index.d.ts.map +1 -0
- package/checkbox/index.d.ts +69 -6
- package/checkbox/index.d.ts.map +1 -0
- package/config/index.d.ts +40 -4
- package/config/index.d.ts.map +1 -0
- package/data-table/index.d.ts +30 -4
- package/data-table/index.d.ts.map +1 -0
- package/divider/index.d.ts +10 -6
- package/divider/index.d.ts.map +1 -0
- package/dropdown/index.d.ts +166 -6
- package/dropdown/index.d.ts.map +1 -0
- package/empty-state/index.d.ts +37 -6
- package/empty-state/index.d.ts.map +1 -0
- package/fab-sheet/index.d.ts +29 -6
- package/fab-sheet/index.d.ts.map +1 -0
- package/fesm2022/kirbydesign-designsystem-accordion.mjs +42 -22
- package/fesm2022/kirbydesign-designsystem-accordion.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-action-group.mjs +5 -7
- package/fesm2022/kirbydesign-designsystem-action-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-avatar.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-avatar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-badge.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-badge.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-button.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-calendar.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-calendar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-card.mjs +20 -21
- package/fesm2022/kirbydesign-designsystem-card.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-chart.mjs +478 -478
- package/fesm2022/kirbydesign-designsystem-chart.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-config.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-data-table.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-data-table.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-divider.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-divider.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs +27 -22
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs +10 -9
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-flag.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-flag.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-form-field.mjs +48 -41
- package/fesm2022/kirbydesign-designsystem-form-field.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-header.mjs +20 -20
- package/fesm2022/kirbydesign-designsystem-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers-scss.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
- package/fesm2022/kirbydesign-designsystem-helpers.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-icon.mjs +11 -10
- package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-group.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-item-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item.mjs +12 -13
- package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-list.mjs +43 -46
- package/fesm2022/kirbydesign-designsystem-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-menu.mjs +8 -10
- package/fesm2022/kirbydesign-designsystem-menu.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-modal.mjs +643 -634
- package/fesm2022/kirbydesign-designsystem-modal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-page.mjs +67 -54
- package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-popover.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-popover.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +8 -9
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-radio.mjs +16 -16
- package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-range.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-section-header.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-section-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared.mjs +18 -18
- package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs +17 -70
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide.mjs +14 -14
- package/fesm2022/kirbydesign-designsystem-slide.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-spinner.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +11 -11
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tabs.mjs +14 -15
- package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs +286 -286
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-toast.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-types.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem.mjs +17 -18
- package/fesm2022/kirbydesign-designsystem.mjs.map +1 -1
- package/flag/index.d.ts +14 -6
- package/flag/index.d.ts.map +1 -0
- package/form-field/index.d.ts +230 -6
- package/form-field/index.d.ts.map +1 -0
- package/header/index.d.ts +70 -6
- package/header/index.d.ts.map +1 -0
- package/helpers/index.d.ts +94 -4
- package/helpers/index.d.ts.map +1 -0
- package/helpers/scss/index.d.ts +9 -6
- package/helpers/scss/index.d.ts.map +1 -0
- package/icon/index.d.ts +66 -4
- package/icon/index.d.ts.map +1 -0
- package/icons/svg/top-up.svg +1 -0
- package/index.d.ts +222 -6
- package/index.d.ts.map +1 -0
- package/item/index.d.ts +53 -6
- package/item/index.d.ts.map +1 -0
- package/item-group/index.d.ts +10 -6
- package/item-group/index.d.ts.map +1 -0
- package/item-sliding/index.d.ts +28 -6
- package/item-sliding/index.d.ts.map +1 -0
- package/kirby-app/index.d.ts +21 -6
- package/kirby-app/index.d.ts.map +1 -0
- package/list/index.d.ts +282 -4
- package/list/index.d.ts.map +1 -0
- package/loading-overlay/index.d.ts +26 -6
- package/loading-overlay/index.d.ts.map +1 -0
- package/menu/index.d.ts +71 -6
- package/menu/index.d.ts.map +1 -0
- package/modal/index.d.ts +492 -4
- package/modal/index.d.ts.map +1 -0
- package/package.json +17 -17
- package/page/index.d.ts +233 -4
- package/page/index.d.ts.map +1 -0
- package/popover/index.d.ts +40 -6
- package/popover/index.d.ts.map +1 -0
- package/progress-circle/index.d.ts +64 -6
- package/progress-circle/index.d.ts.map +1 -0
- package/radio/index.d.ts +100 -6
- package/radio/index.d.ts.map +1 -0
- package/range/index.d.ts +45 -6
- package/range/index.d.ts.map +1 -0
- package/reorder-list/index.d.ts +34 -6
- package/reorder-list/index.d.ts.map +1 -0
- package/router-outlet/index.d.ts +20 -6
- package/router-outlet/index.d.ts.map +1 -0
- package/section-header/index.d.ts +9 -6
- package/section-header/index.d.ts.map +1 -0
- package/shared/floating/index.d.ts +138 -4
- package/shared/floating/index.d.ts.map +1 -0
- package/shared/index.d.ts +150 -4
- package/shared/index.d.ts.map +1 -0
- package/shared/portal/index.d.ts +36 -4
- package/shared/portal/index.d.ts.map +1 -0
- package/slide/index.d.ts +66 -6
- package/slide/index.d.ts.map +1 -0
- package/slide-button/index.d.ts +35 -6
- package/slide-button/index.d.ts.map +1 -0
- package/spinner/index.d.ts +16 -6
- package/spinner/index.d.ts.map +1 -0
- package/tab-navigation/index.d.ts +58 -6
- package/tab-navigation/index.d.ts.map +1 -0
- package/tabs/index.d.ts +49 -6
- package/tabs/index.d.ts.map +1 -0
- package/testing/index.d.ts +62 -6
- package/testing/index.d.ts.map +1 -0
- package/testing-base/index.d.ts +816 -6
- package/testing-base/index.d.ts.map +1 -0
- package/testing-jasmine/index.d.ts +11 -6
- package/testing-jasmine/index.d.ts.map +1 -0
- package/testing-jest/index.d.ts +11 -6
- package/testing-jest/index.d.ts.map +1 -0
- package/toast/index.d.ts +34 -6
- package/toast/index.d.ts.map +1 -0
- package/toggle/index.d.ts +64 -6
- package/toggle/index.d.ts.map +1 -0
- package/toggle-button/index.d.ts +58 -6
- package/toggle-button/index.d.ts.map +1 -0
- package/types/index.d.ts +21 -6
- package/types/index.d.ts.map +1 -0
- package/accordion/accordion-item.component.d.ts +0 -22
- package/accordion/accordion-item.component.d.ts.map +0 -1
- package/accordion/accordion.directive.d.ts +0 -6
- package/accordion/accordion.directive.d.ts.map +0 -1
- package/accordion/accordion.module.d.ts +0 -10
- package/accordion/accordion.module.d.ts.map +0 -1
- package/accordion/kirbydesign-designsystem-accordion.d.ts.map +0 -1
- package/accordion/public_api.d.ts +0 -4
- package/accordion/public_api.d.ts.map +0 -1
- package/action-group/action-group.component.d.ts +0 -40
- package/action-group/action-group.component.d.ts.map +0 -1
- package/action-group/kirbydesign-designsystem-action-group.d.ts.map +0 -1
- package/action-group/public_api.d.ts +0 -2
- package/action-group/public_api.d.ts.map +0 -1
- package/avatar/avatar.component.d.ts +0 -25
- package/avatar/avatar.component.d.ts.map +0 -1
- package/avatar/kirbydesign-designsystem-avatar.d.ts.map +0 -1
- package/avatar/public_api.d.ts +0 -2
- package/avatar/public_api.d.ts.map +0 -1
- package/badge/badge.component.d.ts +0 -16
- package/badge/badge.component.d.ts.map +0 -1
- package/badge/kirbydesign-designsystem-badge.d.ts.map +0 -1
- package/badge/public_api.d.ts +0 -2
- package/badge/public_api.d.ts.map +0 -1
- package/button/button.component.d.ts +0 -39
- package/button/button.component.d.ts.map +0 -1
- package/button/kirbydesign-designsystem-button.d.ts.map +0 -1
- package/button/public_api.d.ts +0 -2
- package/button/public_api.d.ts.map +0 -1
- package/calendar/calendar.component.d.ts +0 -113
- package/calendar/calendar.component.d.ts.map +0 -1
- package/calendar/interfaces/calendar-day.d.ts +0 -18
- package/calendar/interfaces/calendar-day.d.ts.map +0 -1
- package/calendar/interfaces/calendar-year-navigator-config.d.ts +0 -5
- package/calendar/interfaces/calendar-year-navigator-config.d.ts.map +0 -1
- package/calendar/kirbydesign-designsystem-calendar.d.ts.map +0 -1
- package/calendar/public_api.d.ts +0 -3
- package/calendar/public_api.d.ts.map +0 -1
- package/card/card-as-button/card-as-button.directive.d.ts +0 -16
- package/card/card-as-button/card-as-button.directive.d.ts.map +0 -1
- package/card/card-flag-level.d.ts +0 -3
- package/card/card-flag-level.d.ts.map +0 -1
- package/card/card-footer/card-footer.component.d.ts +0 -7
- package/card/card-footer/card-footer.component.d.ts.map +0 -1
- package/card/card-header/card-header.component.d.ts +0 -13
- package/card/card-header/card-header.component.d.ts.map +0 -1
- package/card/card.component.d.ts +0 -27
- package/card/card.component.d.ts.map +0 -1
- package/card/card.module.d.ts +0 -13
- package/card/card.module.d.ts.map +0 -1
- package/card/kirbydesign-designsystem-card.d.ts.map +0 -1
- package/card/public_api.d.ts +0 -7
- package/card/public_api.d.ts.map +0 -1
- package/chart/chart/chart.component.d.ts +0 -8
- package/chart/chart/chart.component.d.ts.map +0 -1
- package/chart/chart/index.d.ts +0 -2
- package/chart/chart/index.d.ts.map +0 -1
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts +0 -10
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts.map +0 -1
- package/chart/chart-config/chart-base-config.d.ts +0 -7
- package/chart/chart-config/chart-base-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts +0 -21
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts +0 -5
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts +0 -3
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts +0 -13
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts.map +0 -1
- package/chart/charts.module.d.ts +0 -9
- package/chart/charts.module.d.ts.map +0 -1
- package/chart/kirbydesign-designsystem-chart.d.ts.map +0 -1
- package/chart/public_api.d.ts +0 -7
- package/chart/public_api.d.ts.map +0 -1
- package/chart/shared/base-chart/base-chart.component.d.ts +0 -35
- package/chart/shared/base-chart/base-chart.component.d.ts.map +0 -1
- package/chart/shared/base-chart/index.d.ts +0 -2
- package/chart/shared/base-chart/index.d.ts.map +0 -1
- package/chart/shared/chart-config-service/chart-config.service.d.ts +0 -31
- package/chart/shared/chart-config-service/chart-config.service.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts +0 -49
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts +0 -5
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/type.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/type.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/index.d.ts +0 -2
- package/chart/shared/chart-config-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/annotations.delegate.d.ts +0 -17
- package/chart/shared/chart-js-service/annotations.delegate.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chart-js.service.d.ts +0 -46
- package/chart/shared/chart-js-service/chart-js.service.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts +0 -15
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts.map +0 -1
- package/chart/shared/chart-js-service/configured-chart-js.d.ts +0 -4
- package/chart/shared/chart-js-service/configured-chart-js.d.ts.map +0 -1
- package/chart/shared/chart-js-service/index.d.ts +0 -3
- package/chart/shared/chart-js-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/test-utils.d.ts +0 -5
- package/chart/shared/chart-js-service/test-utils.d.ts.map +0 -1
- package/chart/shared/charts.types.d.ts +0 -27
- package/chart/shared/charts.types.d.ts.map +0 -1
- package/chart/shared/index.d.ts +0 -5
- package/chart/shared/index.d.ts.map +0 -1
- package/chart/stock-chart/index.d.ts +0 -2
- package/chart/stock-chart/index.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart-js.service.d.ts +0 -38
- package/chart/stock-chart/stock-chart-js.service.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart.component.d.ts +0 -10
- package/chart/stock-chart/stock-chart.component.d.ts.map +0 -1
- package/checkbox/checkbox.component.d.ts +0 -66
- package/checkbox/checkbox.component.d.ts.map +0 -1
- package/checkbox/kirbydesign-designsystem-checkbox.d.ts.map +0 -1
- package/checkbox/public_api.d.ts +0 -2
- package/checkbox/public_api.d.ts.map +0 -1
- package/config/kirbydesign-designsystem-config.d.ts.map +0 -1
- package/config/provide-kirby.d.ts +0 -38
- package/config/provide-kirby.d.ts.map +0 -1
- package/config/public_api.d.ts +0 -2
- package/config/public_api.d.ts.map +0 -1
- package/data-table/data-table.module.d.ts +0 -13
- package/data-table/data-table.module.d.ts.map +0 -1
- package/data-table/kirbydesign-designsystem-data-table.d.ts.map +0 -1
- package/data-table/public_api.d.ts +0 -3
- package/data-table/public_api.d.ts.map +0 -1
- package/data-table/sortable/sortable.component.d.ts +0 -18
- package/data-table/sortable/sortable.component.d.ts.map +0 -1
- package/divider/divider.component.d.ts +0 -7
- package/divider/divider.component.d.ts.map +0 -1
- package/divider/kirbydesign-designsystem-divider.d.ts.map +0 -1
- package/divider/public_api.d.ts +0 -2
- package/divider/public_api.d.ts.map +0 -1
- package/dropdown/dropdown.component.d.ts +0 -131
- package/dropdown/dropdown.component.d.ts.map +0 -1
- package/dropdown/dropdown.module.d.ts +0 -16
- package/dropdown/dropdown.module.d.ts.map +0 -1
- package/dropdown/dropdown.types.d.ts +0 -10
- package/dropdown/dropdown.types.d.ts.map +0 -1
- package/dropdown/keyboard-handler.service.d.ts +0 -7
- package/dropdown/keyboard-handler.service.d.ts.map +0 -1
- package/dropdown/kirbydesign-designsystem-dropdown.d.ts.map +0 -1
- package/dropdown/public_api.d.ts +0 -6
- package/dropdown/public_api.d.ts.map +0 -1
- package/empty-state/empty-state.component.d.ts +0 -24
- package/empty-state/empty-state.component.d.ts.map +0 -1
- package/empty-state/empty-state.module.d.ts +0 -11
- package/empty-state/empty-state.module.d.ts.map +0 -1
- package/empty-state/kirbydesign-designsystem-empty-state.d.ts.map +0 -1
- package/empty-state/public_api.d.ts +0 -3
- package/empty-state/public_api.d.ts.map +0 -1
- package/fab-sheet/fab-sheet.component.d.ts +0 -26
- package/fab-sheet/fab-sheet.component.d.ts.map +0 -1
- package/fab-sheet/kirbydesign-designsystem-fab-sheet.d.ts.map +0 -1
- package/fab-sheet/public_api.d.ts +0 -2
- package/fab-sheet/public_api.d.ts.map +0 -1
- package/flag/flag.component.d.ts +0 -10
- package/flag/flag.component.d.ts.map +0 -1
- package/flag/kirbydesign-designsystem-flag.d.ts.map +0 -1
- package/flag/public_api.d.ts +0 -2
- package/flag/public_api.d.ts.map +0 -1
- package/form-field/directives/affix/affix.directive.d.ts +0 -10
- package/form-field/directives/affix/affix.directive.d.ts.map +0 -1
- package/form-field/directives/date/date-input.directive.d.ts +0 -45
- package/form-field/directives/date/date-input.directive.d.ts.map +0 -1
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts +0 -41
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts.map +0 -1
- package/form-field/form-field-message/form-field-message.component.d.ts +0 -8
- package/form-field/form-field-message/form-field-message.component.d.ts.map +0 -1
- package/form-field/form-field.component.d.ts +0 -58
- package/form-field/form-field.component.d.ts.map +0 -1
- package/form-field/form-field.module.d.ts +0 -14
- package/form-field/form-field.module.d.ts.map +0 -1
- package/form-field/input/input.component.d.ts +0 -39
- package/form-field/input/input.component.d.ts.map +0 -1
- package/form-field/input-counter/input-counter.component.d.ts +0 -16
- package/form-field/input-counter/input-counter.component.d.ts.map +0 -1
- package/form-field/kirbydesign-designsystem-form-field.d.ts.map +0 -1
- package/form-field/public_api.d.ts +0 -10
- package/form-field/public_api.d.ts.map +0 -1
- package/form-field/textarea/textarea.component.d.ts +0 -28
- package/form-field/textarea/textarea.component.d.ts.map +0 -1
- package/header/header.component.d.ts +0 -59
- package/header/header.component.d.ts.map +0 -1
- package/header/header.module.d.ts +0 -10
- package/header/header.module.d.ts.map +0 -1
- package/header/kirbydesign-designsystem-header.d.ts.map +0 -1
- package/header/public_api.d.ts +0 -3
- package/header/public_api.d.ts.map +0 -1
- package/helpers/chart-config-has-type.d.ts +0 -3
- package/helpers/chart-config-has-type.d.ts.map +0 -1
- package/helpers/color-helper.d.ts +0 -2
- package/helpers/color-helper.d.ts.map +0 -1
- package/helpers/content-mutation-observer.d.ts +0 -9
- package/helpers/content-mutation-observer.d.ts.map +0 -1
- package/helpers/deep-copy.d.ts +0 -2
- package/helpers/deep-copy.d.ts.map +0 -1
- package/helpers/design-token-helper.d.ts +0 -2
- package/helpers/design-token-helper.d.ts.map +0 -1
- package/helpers/element-ancestor-utils.d.ts +0 -3
- package/helpers/element-ancestor-utils.d.ts.map +0 -1
- package/helpers/ionic-element-part-helper.d.ts +0 -10
- package/helpers/ionic-element-part-helper.d.ts.map +0 -1
- package/helpers/kirby-animation.d.ts +0 -20
- package/helpers/kirby-animation.d.ts.map +0 -1
- package/helpers/kirbydesign-designsystem-helpers.d.ts.map +0 -1
- package/helpers/line-clamp-helper.d.ts +0 -12
- package/helpers/line-clamp-helper.d.ts.map +0 -1
- package/helpers/merge-deep.d.ts +0 -17
- package/helpers/merge-deep.d.ts.map +0 -1
- package/helpers/platform.service.d.ts +0 -11
- package/helpers/platform.service.d.ts.map +0 -1
- package/helpers/public_api.d.ts +0 -15
- package/helpers/public_api.d.ts.map +0 -1
- package/helpers/scss/kirbydesign-designsystem-helpers-scss.d.ts.map +0 -1
- package/helpers/scss/public_api.d.ts +0 -2
- package/helpers/scss/public_api.d.ts.map +0 -1
- package/helpers/scss/scss-helper.d.ts +0 -7
- package/helpers/scss/scss-helper.d.ts.map +0 -1
- package/helpers/string-helper.d.ts +0 -2
- package/helpers/string-helper.d.ts.map +0 -1
- package/helpers/theme-color.type.d.ts +0 -2
- package/helpers/theme-color.type.d.ts.map +0 -1
- package/helpers/unique-id-generator.helper.d.ts +0 -9
- package/helpers/unique-id-generator.helper.d.ts.map +0 -1
- package/icon/icon-registry.service.d.ts +0 -21
- package/icon/icon-registry.service.d.ts.map +0 -1
- package/icon/icon-settings.d.ts +0 -8
- package/icon/icon-settings.d.ts.map +0 -1
- package/icon/icon.component.d.ts +0 -29
- package/icon/icon.component.d.ts.map +0 -1
- package/icon/icon.module.d.ts +0 -10
- package/icon/icon.module.d.ts.map +0 -1
- package/icon/kirby-icon-settings.d.ts +0 -4
- package/icon/kirby-icon-settings.d.ts.map +0 -1
- package/icon/kirbydesign-designsystem-icon.d.ts.map +0 -1
- package/icon/public_api.d.ts +0 -6
- package/icon/public_api.d.ts.map +0 -1
- package/item/item.component.d.ts +0 -34
- package/item/item.component.d.ts.map +0 -1
- package/item/item.module.d.ts +0 -12
- package/item/item.module.d.ts.map +0 -1
- package/item/kirbydesign-designsystem-item.d.ts.map +0 -1
- package/item/label/label.component.d.ts +0 -8
- package/item/label/label.component.d.ts.map +0 -1
- package/item/public_api.d.ts +0 -4
- package/item/public_api.d.ts.map +0 -1
- package/item-group/item-group.component.d.ts +0 -7
- package/item-group/item-group.component.d.ts.map +0 -1
- package/item-group/kirbydesign-designsystem-item-group.d.ts.map +0 -1
- package/item-group/public_api.d.ts +0 -2
- package/item-group/public_api.d.ts.map +0 -1
- package/item-sliding/item-sliding.component.d.ts +0 -14
- package/item-sliding/item-sliding.component.d.ts.map +0 -1
- package/item-sliding/item-sliding.types.d.ts +0 -11
- package/item-sliding/item-sliding.types.d.ts.map +0 -1
- package/item-sliding/kirbydesign-designsystem-item-sliding.d.ts.map +0 -1
- package/item-sliding/public_api.d.ts +0 -3
- package/item-sliding/public_api.d.ts.map +0 -1
- package/kirby-app/kirby-app.component.d.ts +0 -10
- package/kirby-app/kirby-app.component.d.ts.map +0 -1
- package/kirby-app/kirby-app.module.d.ts +0 -10
- package/kirby-app/kirby-app.module.d.ts.map +0 -1
- package/kirby-app/kirbydesign-designsystem-kirby-app.d.ts.map +0 -1
- package/kirby-app/public_api.d.ts +0 -3
- package/kirby-app/public_api.d.ts.map +0 -1
- package/kirbydesign-designsystem.d.ts.map +0 -1
- package/lib/components/index.d.ts +0 -3
- package/lib/components/index.d.ts.map +0 -1
- package/lib/components/segmented-control/segment-item.d.ts +0 -14
- package/lib/components/segmented-control/segment-item.d.ts.map +0 -1
- package/lib/components/segmented-control/segmented-control.component.d.ts +0 -86
- package/lib/components/segmented-control/segmented-control.component.d.ts.map +0 -1
- package/lib/directives/index.d.ts +0 -3
- package/lib/directives/index.d.ts.map +0 -1
- package/lib/directives/key-handler/key-handler.directive.d.ts +0 -10
- package/lib/directives/key-handler/key-handler.directive.d.ts.map +0 -1
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts +0 -16
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts.map +0 -1
- package/lib/index.d.ts +0 -49
- package/lib/index.d.ts.map +0 -1
- package/lib/kirby.module.d.ts +0 -57
- package/lib/kirby.module.d.ts.map +0 -1
- package/list/directives/index.d.ts +0 -4
- package/list/directives/index.d.ts.map +0 -1
- package/list/directives/infinite-scroll.directive.d.ts +0 -50
- package/list/directives/infinite-scroll.directive.d.ts.map +0 -1
- package/list/directives/list-item-color.directive.d.ts +0 -13
- package/list/directives/list-item-color.directive.d.ts.map +0 -1
- package/list/directives/scroll.model.d.ts +0 -6
- package/list/directives/scroll.model.d.ts.map +0 -1
- package/list/helpers/index.d.ts +0 -2
- package/list/helpers/index.d.ts.map +0 -1
- package/list/helpers/list-helper.d.ts +0 -22
- package/list/helpers/list-helper.d.ts.map +0 -1
- package/list/kirbydesign-designsystem-list.d.ts.map +0 -1
- package/list/list-experimental/index.d.ts +0 -2
- package/list/list-experimental/index.d.ts.map +0 -1
- package/list/list-experimental/list-experimental.component.d.ts +0 -9
- package/list/list-experimental/list-experimental.component.d.ts.map +0 -1
- package/list/list-header/index.d.ts +0 -2
- package/list/list-header/index.d.ts.map +0 -1
- package/list/list-header/list-header.component.d.ts +0 -7
- package/list/list-header/list-header.component.d.ts.map +0 -1
- package/list/list-item/index.d.ts +0 -2
- package/list/list-item/index.d.ts.map +0 -1
- package/list/list-item/list-item.component.d.ts +0 -37
- package/list/list-item/list-item.component.d.ts.map +0 -1
- package/list/list-section-header/index.d.ts +0 -2
- package/list/list-section-header/index.d.ts.map +0 -1
- package/list/list-section-header/list-section-header.component.d.ts +0 -7
- package/list/list-section-header/list-section-header.component.d.ts.map +0 -1
- package/list/list-swipe-action.d.ts +0 -2
- package/list/list-swipe-action.d.ts.map +0 -1
- package/list/list-swipe-action.type.d.ts +0 -12
- package/list/list-swipe-action.type.d.ts.map +0 -1
- package/list/list.component.d.ts +0 -108
- package/list/list.component.d.ts.map +0 -1
- package/list/list.directive.d.ts +0 -18
- package/list/list.directive.d.ts.map +0 -1
- package/list/list.event.d.ts +0 -8
- package/list/list.event.d.ts.map +0 -1
- package/list/list.module.d.ts +0 -19
- package/list/list.module.d.ts.map +0 -1
- package/list/public_api.d.ts +0 -12
- package/list/public_api.d.ts.map +0 -1
- package/loading-overlay/kirbydesign-designsystem-loading-overlay.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.component.d.ts +0 -9
- package/loading-overlay/loading-overlay.component.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.service.d.ts +0 -15
- package/loading-overlay/loading-overlay.service.d.ts.map +0 -1
- package/loading-overlay/public_api.d.ts +0 -3
- package/loading-overlay/public_api.d.ts.map +0 -1
- package/menu/kirbydesign-designsystem-menu.d.ts.map +0 -1
- package/menu/menu.component.d.ts +0 -68
- package/menu/menu.component.d.ts.map +0 -1
- package/menu/public_api.d.ts +0 -2
- package/menu/public_api.d.ts.map +0 -1
- package/modal/kirbydesign-designsystem-modal.d.ts.map +0 -1
- package/modal/modal/action-sheet/action-sheet.component.d.ts +0 -18
- package/modal/modal/action-sheet/action-sheet.component.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts +0 -8
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts +0 -5
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts.map +0 -1
- package/modal/modal/action-sheet/index.d.ts +0 -4
- package/modal/modal/action-sheet/index.d.ts.map +0 -1
- package/modal/modal/alert/alert.component.d.ts +0 -29
- package/modal/modal/alert/alert.component.d.ts.map +0 -1
- package/modal/modal/alert/config/alert-config.d.ts +0 -15
- package/modal/modal/alert/config/alert-config.d.ts.map +0 -1
- package/modal/modal/alert/index.d.ts +0 -3
- package/modal/modal/alert/index.d.ts.map +0 -1
- package/modal/modal/footer/modal-footer.component.d.ts +0 -13
- package/modal/modal/footer/modal-footer.component.d.ts.map +0 -1
- package/modal/modal/index.d.ts +0 -7
- package/modal/modal/index.d.ts.map +0 -1
- package/modal/modal/modal-component/modal.component.d.ts +0 -53
- package/modal/modal/modal-component/modal.component.d.ts.map +0 -1
- package/modal/modal/services/action-sheet.helper.d.ts +0 -12
- package/modal/modal/services/action-sheet.helper.d.ts.map +0 -1
- package/modal/modal/services/alert.helper.d.ts +0 -15
- package/modal/modal/services/alert.helper.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss-modal-guard.d.ts +0 -3
- package/modal/modal/services/can-dismiss-modal-guard.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss.helper.d.ts +0 -13
- package/modal/modal/services/can-dismiss.helper.d.ts.map +0 -1
- package/modal/modal/services/index.d.ts +0 -7
- package/modal/modal/services/index.d.ts.map +0 -1
- package/modal/modal/services/modal-animation-builder.service.d.ts +0 -28
- package/modal/modal/services/modal-animation-builder.service.d.ts.map +0 -1
- package/modal/modal/services/modal.controller.d.ts +0 -39
- package/modal/modal/services/modal.controller.d.ts.map +0 -1
- package/modal/modal/services/modal.helper.d.ts +0 -21
- package/modal/modal/services/modal.helper.d.ts.map +0 -1
- package/modal/modal-navigation.service.d.ts +0 -39
- package/modal/modal-navigation.service.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/index.d.ts +0 -2
- package/modal/modal-wrapper/compact/index.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts +0 -36
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts.map +0 -1
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts +0 -5
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts.map +0 -1
- package/modal/modal-wrapper/config/index.d.ts +0 -4
- package/modal/modal-wrapper/config/index.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.d.ts +0 -42
- package/modal/modal-wrapper/config/modal-config.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.helper.d.ts +0 -3
- package/modal/modal-wrapper/config/modal-config.helper.d.ts.map +0 -1
- package/modal/modal-wrapper/index.d.ts +0 -4
- package/modal/modal-wrapper/index.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts +0 -15
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-wrapper.component.d.ts +0 -112
- package/modal/modal-wrapper/modal-wrapper.component.d.ts.map +0 -1
- package/modal/modal.interfaces.d.ts +0 -58
- package/modal/modal.interfaces.d.ts.map +0 -1
- package/modal/public_api.d.ts +0 -5
- package/modal/public_api.d.ts.map +0 -1
- package/page/kirbydesign-designsystem-page.d.ts.map +0 -1
- package/page/page-footer/page-footer.component.d.ts +0 -15
- package/page/page-footer/page-footer.component.d.ts.map +0 -1
- package/page/page.component.d.ts +0 -207
- package/page/page.component.d.ts.map +0 -1
- package/page/page.module.d.ts +0 -14
- package/page/page.module.d.ts.map +0 -1
- package/page/public_api.d.ts +0 -4
- package/page/public_api.d.ts.map +0 -1
- package/popover/kirbydesign-designsystem-popover.d.ts.map +0 -1
- package/popover/popover.component.d.ts +0 -37
- package/popover/popover.component.d.ts.map +0 -1
- package/popover/public_api.d.ts +0 -2
- package/popover/public_api.d.ts.map +0 -1
- package/progress-circle/kirbydesign-designsystem-progress-circle.d.ts.map +0 -1
- package/progress-circle/progress-circle-ring.component.d.ts +0 -20
- package/progress-circle/progress-circle-ring.component.d.ts.map +0 -1
- package/progress-circle/progress-circle.component.d.ts +0 -43
- package/progress-circle/progress-circle.component.d.ts.map +0 -1
- package/progress-circle/public_api.d.ts +0 -3
- package/progress-circle/public_api.d.ts.map +0 -1
- package/public-api.d.ts +0 -2
- package/public-api.d.ts.map +0 -1
- package/radio/kirbydesign-designsystem-radio.d.ts.map +0 -1
- package/radio/public_api.d.ts +0 -4
- package/radio/public_api.d.ts.map +0 -1
- package/radio/radio-group/radio-group.component.d.ts +0 -65
- package/radio/radio-group/radio-group.component.d.ts.map +0 -1
- package/radio/radio-module.d.ts +0 -11
- package/radio/radio-module.d.ts.map +0 -1
- package/radio/radio.component.d.ts +0 -26
- package/radio/radio.component.d.ts.map +0 -1
- package/range/kirbydesign-designsystem-range.d.ts.map +0 -1
- package/range/public_api.d.ts +0 -2
- package/range/public_api.d.ts.map +0 -1
- package/range/range.component.d.ts +0 -42
- package/range/range.component.d.ts.map +0 -1
- package/reorder-list/kirbydesign-designsystem-reorder-list.d.ts.map +0 -1
- package/reorder-list/public_api.d.ts +0 -3
- package/reorder-list/public_api.d.ts.map +0 -1
- package/reorder-list/reorder-event.d.ts +0 -8
- package/reorder-list/reorder-event.d.ts.map +0 -1
- package/reorder-list/reorder-list.component.d.ts +0 -24
- package/reorder-list/reorder-list.component.d.ts.map +0 -1
- package/router-outlet/kirbydesign-designsystem-router-outlet.d.ts.map +0 -1
- package/router-outlet/public_api.d.ts +0 -4
- package/router-outlet/public_api.d.ts.map +0 -1
- package/router-outlet/router-outlet.component.d.ts +0 -8
- package/router-outlet/router-outlet.component.d.ts.map +0 -1
- package/router-outlet/router-outlet.module.d.ts +0 -10
- package/router-outlet/router-outlet.module.d.ts.map +0 -1
- package/section-header/kirbydesign-designsystem-section-header.d.ts.map +0 -1
- package/section-header/public_api.d.ts +0 -2
- package/section-header/public_api.d.ts.map +0 -1
- package/section-header/section-header.component.d.ts +0 -6
- package/section-header/section-header.component.d.ts.map +0 -1
- package/shared/component-configuration.d.ts +0 -6
- package/shared/component-configuration.d.ts.map +0 -1
- package/shared/component-loader.directive.d.ts +0 -16
- package/shared/component-loader.directive.d.ts.map +0 -1
- package/shared/controls/label-helpers.d.ts +0 -17
- package/shared/controls/label-helpers.d.ts.map +0 -1
- package/shared/dynamic-component.d.ts +0 -4
- package/shared/dynamic-component.d.ts.map +0 -1
- package/shared/fit-heading/fit-heading.directive.d.ts +0 -29
- package/shared/fit-heading/fit-heading.directive.d.ts.map +0 -1
- package/shared/fit-heading/index.d.ts +0 -2
- package/shared/fit-heading/index.d.ts.map +0 -1
- package/shared/floating/floating.directive.d.ts +0 -136
- package/shared/floating/floating.directive.d.ts.map +0 -1
- package/shared/floating/kirbydesign-designsystem-shared-floating.d.ts.map +0 -1
- package/shared/floating/public_api.d.ts +0 -2
- package/shared/floating/public_api.d.ts.map +0 -1
- package/shared/kirbydesign-designsystem-shared.d.ts.map +0 -1
- package/shared/portal/kirbydesign-designsystem-shared-portal.d.ts.map +0 -1
- package/shared/portal/portal.directive.d.ts +0 -35
- package/shared/portal/portal.directive.d.ts.map +0 -1
- package/shared/portal/public_api.d.ts +0 -2
- package/shared/portal/public_api.d.ts.map +0 -1
- package/shared/public_api.d.ts +0 -10
- package/shared/public_api.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.factory.d.ts +0 -11
- package/shared/resize-observer/resize-observer.factory.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.service.d.ts +0 -16
- package/shared/resize-observer/resize-observer.service.d.ts.map +0 -1
- package/shared/theme-color/theme-color.directive.d.ts +0 -36
- package/shared/theme-color/theme-color.directive.d.ts.map +0 -1
- package/shared/translation/translation.interface.d.ts +0 -13
- package/shared/translation/translation.interface.d.ts.map +0 -1
- package/shared/translation/translation.service.d.ts +0 -13
- package/shared/translation/translation.service.d.ts.map +0 -1
- package/shared/translation/translations/da.d.ts +0 -3
- package/shared/translation/translations/da.d.ts.map +0 -1
- package/shared/translation/translations/de.d.ts +0 -3
- package/shared/translation/translations/de.d.ts.map +0 -1
- package/shared/translation/translations/en.d.ts +0 -3
- package/shared/translation/translations/en.d.ts.map +0 -1
- package/slide/kirbydesign-designsystem-slide.d.ts.map +0 -1
- package/slide/public_api.d.ts +0 -5
- package/slide/public_api.d.ts.map +0 -1
- package/slide/slide-stretch-height.directive.d.ts +0 -10
- package/slide/slide-stretch-height.directive.d.ts.map +0 -1
- package/slide/slide.directive.d.ts +0 -6
- package/slide/slide.directive.d.ts.map +0 -1
- package/slide/slide.module.d.ts +0 -13
- package/slide/slide.module.d.ts.map +0 -1
- package/slide/slides.component.d.ts +0 -42
- package/slide/slides.component.d.ts.map +0 -1
- package/slide-button/kirbydesign-designsystem-slide-button.d.ts.map +0 -1
- package/slide-button/public_api.d.ts +0 -2
- package/slide-button/public_api.d.ts.map +0 -1
- package/slide-button/slide-button.component.d.ts +0 -32
- package/slide-button/slide-button.component.d.ts.map +0 -1
- package/spinner/kirbydesign-designsystem-spinner.d.ts.map +0 -1
- package/spinner/public_api.d.ts +0 -3
- package/spinner/public_api.d.ts.map +0 -1
- package/spinner/spinner.component.d.ts +0 -6
- package/spinner/spinner.component.d.ts.map +0 -1
- package/spinner/spinner.module.d.ts +0 -9
- package/spinner/spinner.module.d.ts.map +0 -1
- package/tab-navigation/kirbydesign-designsystem-tab-navigation.d.ts.map +0 -1
- package/tab-navigation/public_api.d.ts +0 -4
- package/tab-navigation/public_api.d.ts.map +0 -1
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts +0 -36
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts +0 -14
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation.module.d.ts +0 -10
- package/tab-navigation/tab-navigation.module.d.ts.map +0 -1
- package/tabs/kirbydesign-designsystem-tabs.d.ts.map +0 -1
- package/tabs/public_api.d.ts +0 -6
- package/tabs/public_api.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.component.d.ts +0 -12
- package/tabs/tab-button/tab-button.component.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.events.d.ts +0 -2
- package/tabs/tab-button/tab-button.events.d.ts.map +0 -1
- package/tabs/tabs.component.d.ts +0 -15
- package/tabs/tabs.component.d.ts.map +0 -1
- package/tabs/tabs.module.d.ts +0 -12
- package/tabs/tabs.module.d.ts.map +0 -1
- package/tabs/tabs.service.d.ts +0 -12
- package/tabs/tabs.service.d.ts.map +0 -1
- package/testing/element-css-custom-matchers.d.ts +0 -4
- package/testing/element-css-custom-matchers.d.ts.map +0 -1
- package/testing/kirbydesign-designsystem-testing.d.ts.map +0 -1
- package/testing/public_api.d.ts +0 -3
- package/testing/public_api.d.ts.map +0 -1
- package/testing/test-helper.d.ts +0 -55
- package/testing/test-helper.d.ts.map +0 -1
- package/testing-base/kirbydesign-designsystem-testing-base.d.ts.map +0 -1
- package/testing-base/lib/components/index.d.ts +0 -64
- package/testing-base/lib/components/index.d.ts.map +0 -1
- package/testing-base/lib/components/mock.accordion-item.component.d.ts +0 -10
- package/testing-base/lib/components/mock.accordion-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-group.component.d.ts +0 -9
- package/testing-base/lib/components/mock.action-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-sheet.component.d.ts +0 -16
- package/testing-base/lib/components/mock.action-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.alert.component.d.ts +0 -15
- package/testing-base/lib/components/mock.alert.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.avatar.component.d.ts +0 -16
- package/testing-base/lib/components/mock.avatar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.badge.component.d.ts +0 -8
- package/testing-base/lib/components/mock.badge.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.base-chart.component.d.ts +0 -16
- package/testing-base/lib/components/mock.base-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.button.component.d.ts +0 -15
- package/testing-base/lib/components/mock.button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.calendar.component.d.ts +0 -33
- package/testing-base/lib/components/mock.calendar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.card-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-header.component.d.ts +0 -12
- package/testing-base/lib/components/mock.card-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card.component.d.ts +0 -14
- package/testing-base/lib/components/mock.card.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.checkbox.component.d.ts +0 -14
- package/testing-base/lib/components/mock.checkbox.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.divider.component.d.ts +0 -7
- package/testing-base/lib/components/mock.divider.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.dropdown.component.d.ts +0 -22
- package/testing-base/lib/components/mock.dropdown.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.empty-state.component.d.ts +0 -9
- package/testing-base/lib/components/mock.empty-state.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts +0 -8
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.flag.component.d.ts +0 -8
- package/testing-base/lib/components/mock.flag.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field-message.component.d.ts +0 -8
- package/testing-base/lib/components/mock.form-field-message.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field.component.d.ts +0 -9
- package/testing-base/lib/components/mock.form-field.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.header.component.d.ts +0 -22
- package/testing-base/lib/components/mock.header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.icon.component.d.ts +0 -9
- package/testing-base/lib/components/mock.icon.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input-counter.component.d.ts +0 -8
- package/testing-base/lib/components/mock.input-counter.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input.component.d.ts +0 -16
- package/testing-base/lib/components/mock.input.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-group.component.d.ts +0 -6
- package/testing-base/lib/components/mock.item-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-sliding.component.d.ts +0 -9
- package/testing-base/lib/components/mock.item-sliding.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item.component.d.ts +0 -13
- package/testing-base/lib/components/mock.item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.kirby-app.component.d.ts +0 -6
- package/testing-base/lib/components/mock.kirby-app.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.label.component.d.ts +0 -7
- package/testing-base/lib/components/mock.label.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-experimental.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-experimental.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-item.component.d.ts +0 -17
- package/testing-base/lib/components/mock.list-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-section-header.component.d.ts +0 -7
- package/testing-base/lib/components/mock.list-section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list.component.d.ts +0 -24
- package/testing-base/lib/components/mock.list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts +0 -9
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.menu.component.d.ts +0 -21
- package/testing-base/lib/components/mock.menu.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-footer.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts +0 -10
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.page-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page.component.d.ts +0 -70
- package/testing-base/lib/components/mock.page.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.popover.component.d.ts +0 -11
- package/testing-base/lib/components/mock.popover.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts +0 -11
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle.component.d.ts +0 -9
- package/testing-base/lib/components/mock.progress-circle.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio-group.component.d.ts +0 -15
- package/testing-base/lib/components/mock.radio-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio.component.d.ts +0 -10
- package/testing-base/lib/components/mock.radio.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.range.component.d.ts +0 -22
- package/testing-base/lib/components/mock.range.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.reorder-list.component.d.ts +0 -13
- package/testing-base/lib/components/mock.reorder-list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.router-outlet.component.d.ts +0 -7
- package/testing-base/lib/components/mock.router-outlet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.section-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.segmented-control.component.d.ts +0 -16
- package/testing-base/lib/components/mock.segmented-control.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slide-button.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slide-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slides.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slides.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.spinner.component.d.ts +0 -6
- package/testing-base/lib/components/mock.spinner.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.stock-chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.stock-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.tab-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts +0 -7
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts +0 -8
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tabs.component.d.ts +0 -6
- package/testing-base/lib/components/mock.tabs.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.textarea.component.d.ts +0 -12
- package/testing-base/lib/components/mock.textarea.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.toggle-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle.component.d.ts +0 -10
- package/testing-base/lib/components/mock.toggle.component.d.ts.map +0 -1
- package/testing-base/lib/directives/index.d.ts +0 -17
- package/testing-base/lib/directives/index.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.accordion.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.accordion.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.affix.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.affix.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.date-input.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.date-input.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts +0 -13
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.floating.directive.d.ts +0 -27
- package/testing-base/lib/directives/mock.floating.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list.directive.d.ts +0 -18
- package/testing-base/lib/directives/mock.list.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.portal.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.portal.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.slide.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.slide.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts.map +0 -1
- package/testing-base/lib/index.d.ts +0 -4
- package/testing-base/lib/index.d.ts.map +0 -1
- package/testing-base/lib/kirby-testing-base.module.d.ts +0 -86
- package/testing-base/lib/kirby-testing-base.module.d.ts.map +0 -1
- package/testing-base/lib/mock-components.d.ts +0 -3
- package/testing-base/lib/mock-components.d.ts.map +0 -1
- package/testing-base/lib/mock-directives.d.ts +0 -3
- package/testing-base/lib/mock-directives.d.ts.map +0 -1
- package/testing-base/public_api.d.ts +0 -2
- package/testing-base/public_api.d.ts.map +0 -1
- package/testing-jasmine/kirbydesign-designsystem-testing-jasmine.d.ts.map +0 -1
- package/testing-jasmine/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jasmine/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jasmine/lib/mock-providers.d.ts +0 -33
- package/testing-jasmine/lib/mock-providers.d.ts.map +0 -1
- package/testing-jasmine/public_api.d.ts +0 -2
- package/testing-jasmine/public_api.d.ts.map +0 -1
- package/testing-jest/kirbydesign-designsystem-testing-jest.d.ts.map +0 -1
- package/testing-jest/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jest/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jest/lib/mock-providers.d.ts +0 -68
- package/testing-jest/lib/mock-providers.d.ts.map +0 -1
- package/testing-jest/public_api.d.ts +0 -2
- package/testing-jest/public_api.d.ts.map +0 -1
- package/toast/config/toast-config.d.ts +0 -8
- package/toast/config/toast-config.d.ts.map +0 -1
- package/toast/kirbydesign-designsystem-toast.d.ts.map +0 -1
- package/toast/public_api.d.ts +0 -4
- package/toast/public_api.d.ts.map +0 -1
- package/toast/services/indexs.d.ts +0 -3
- package/toast/services/indexs.d.ts.map +0 -1
- package/toast/services/toast.controller.d.ts +0 -11
- package/toast/services/toast.controller.d.ts.map +0 -1
- package/toast/services/toast.helper.d.ts +0 -15
- package/toast/services/toast.helper.d.ts.map +0 -1
- package/toggle/kirbydesign-designsystem-toggle.d.ts.map +0 -1
- package/toggle/public_api.d.ts +0 -2
- package/toggle/public_api.d.ts.map +0 -1
- package/toggle/toggle.component.d.ts +0 -61
- package/toggle/toggle.component.d.ts.map +0 -1
- package/toggle-button/kirbydesign-designsystem-toggle-button.d.ts.map +0 -1
- package/toggle-button/public_api.d.ts +0 -3
- package/toggle-button/public_api.d.ts.map +0 -1
- package/toggle-button/toggle-button.component.d.ts +0 -48
- package/toggle-button/toggle-button.component.d.ts.map +0 -1
- package/toggle-button/toggle-button.module.d.ts +0 -9
- package/toggle-button/toggle-button.module.d.ts.map +0 -1
- package/types/event-listener-dispose-fn.d.ts +0 -2
- package/types/event-listener-dispose-fn.d.ts.map +0 -1
- package/types/form-field-control.d.ts +0 -6
- package/types/form-field-control.d.ts.map +0 -1
- package/types/kirbydesign-designsystem-types.d.ts.map +0 -1
- package/types/public_api.d.ts +0 -5
- package/types/public_api.d.ts.map +0 -1
- package/types/unobserve-fn.d.ts +0 -2
- package/types/unobserve-fn.d.ts.map +0 -1
- package/types/window-ref.d.ts +0 -7
- package/types/window-ref.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"type.config.d.ts","sourceRoot":"","sources":["../../../../../chart/src/shared/chart-config-service/configs/type.config.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAY1C,eAAO,MAAM,kBAAkB,EAAE,gBAuMhC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../chart/src/shared/chart-config-service/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Chart } from 'chart.js';
|
|
2
|
-
import { AnnotationOptions } from 'chartjs-plugin-annotation';
|
|
3
|
-
import { ChartConfigService } from '../';
|
|
4
|
-
export declare class AnnotationsDelegate {
|
|
5
|
-
private chartConfigService;
|
|
6
|
-
constructor(chartConfigService: ChartConfigService);
|
|
7
|
-
applyDefaultsToAnnotations(annotations: AnnotationOptions[]): object[];
|
|
8
|
-
createAnnotationPluginOptionsObject(annotations: AnnotationOptions[]): {
|
|
9
|
-
plugins: {
|
|
10
|
-
annotation: {
|
|
11
|
-
annotations: object[];
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
getExistingChartAnnotations(chart: Chart): AnnotationOptions[];
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=annotations.delegate.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"annotations.delegate.d.ts","sourceRoot":"","sources":["../../../../chart/src/shared/chart-js-service/annotations.delegate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,KAAK,CAAC;AAEzC,qBAAa,mBAAmB;IAClB,OAAO,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,kBAAkB;IAEnD,0BAA0B,CAAC,WAAW,EAAE,iBAAiB,EAAE;IAO3D,mCAAmC,CAAC,WAAW,EAAE,iBAAiB,EAAE;;;;;;;IAWpE,2BAA2B,CAAC,KAAK,EAAE,KAAK,GAAG,iBAAiB,EAAE;CAWtE"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ChartOptions } from 'chart.js';
|
|
3
|
-
import { AnnotationOptions } from 'chartjs-plugin-annotation';
|
|
4
|
-
import { ChartConfigService } from '../chart-config-service';
|
|
5
|
-
import { ChartDataset, ChartHighlightedElements, ChartLabel, ChartType } from '../charts.types';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ChartJSService {
|
|
8
|
-
protected chartConfigService: ChartConfigService;
|
|
9
|
-
private chart;
|
|
10
|
-
private highlightedElements;
|
|
11
|
-
protected chartType: ChartType;
|
|
12
|
-
private annotationsDelegate;
|
|
13
|
-
constructor(chartConfigService: ChartConfigService);
|
|
14
|
-
renderChart(args: {
|
|
15
|
-
targetElement: ElementRef<HTMLCanvasElement>;
|
|
16
|
-
type: ChartType;
|
|
17
|
-
data: ChartDataset[] | number[];
|
|
18
|
-
labels?: ChartLabel[];
|
|
19
|
-
customOptions?: ChartOptions;
|
|
20
|
-
annotations?: AnnotationOptions[];
|
|
21
|
-
highlightedElements?: ChartHighlightedElements;
|
|
22
|
-
}): void;
|
|
23
|
-
redrawChart(): void;
|
|
24
|
-
destroyChart(): void;
|
|
25
|
-
updateData(data: ChartDataset[] | number[]): void;
|
|
26
|
-
updateLabels(labels: ChartLabel[]): void;
|
|
27
|
-
updateType(type: ChartType, customOptions?: ChartOptions): void;
|
|
28
|
-
updateOptions(customOptions: ChartOptions, type: ChartType): void;
|
|
29
|
-
updateAnnotations(annotations: AnnotationOptions[]): void;
|
|
30
|
-
updateHighlightedElements(highlightedElements?: ChartHighlightedElements): void;
|
|
31
|
-
protected createOptionsObject(args: {
|
|
32
|
-
customOptions?: ChartOptions;
|
|
33
|
-
annotations?: AnnotationOptions[];
|
|
34
|
-
}): ChartOptions;
|
|
35
|
-
protected getDefaultLabels(datasets: ChartDataset[]): ChartLabel | ChartLabel[];
|
|
36
|
-
private createConfigurationObject;
|
|
37
|
-
protected createDatasets(data: ChartDataset[] | number[]): ChartDataset[];
|
|
38
|
-
private destructivelyUpdateType;
|
|
39
|
-
private nonDestructivelyUpdateType;
|
|
40
|
-
private initializeNewChart;
|
|
41
|
-
private addHighlightedElementsToDatasets;
|
|
42
|
-
private getLabelsToApply;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartJSService, never>;
|
|
44
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ChartJSService>;
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=chart-js.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chart-js.service.d.ts","sourceRoot":"","sources":["../../../../chart/src/shared/chart-js-service/chart-js.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,MAAM,eAAe,CAAC;AAEvD,OAAO,EAAsB,YAAY,EAAE,MAAM,UAAU,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EACL,YAAY,EACZ,wBAAwB,EACxB,UAAU,EACV,SAAS,EAEV,MAAM,iBAAiB,CAAC;;AAKzB,qBACa,cAAc;IAMb,SAAS,CAAC,kBAAkB,EAAE,kBAAkB;IAL5D,OAAO,CAAC,KAAK,CAAQ;IACrB,OAAO,CAAC,mBAAmB,CAA2B;IACtD,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC;IAC/B,OAAO,CAAC,mBAAmB,CAAsB;gBAE3B,kBAAkB,EAAE,kBAAkB;IAIrD,WAAW,CAAC,IAAI,EAAE;QACvB,aAAa,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;QAC7C,IAAI,EAAE,SAAS,CAAC;QAChB,IAAI,EAAE,YAAY,EAAE,GAAG,MAAM,EAAE,CAAC;QAChC,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;QACtB,aAAa,CAAC,EAAE,YAAY,CAAC;QAC7B,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;QAClC,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;KAChD,GAAG,IAAI;IAkBD,WAAW;IAIX,YAAY;IAIZ,UAAU,CAAC,IAAI,EAAE,YAAY,EAAE,GAAG,MAAM,EAAE,GAAG,IAAI;IAMjD,YAAY,CAAC,MAAM,EAAE,UAAU,EAAE;IAMjC,UAAU,CAAC,IAAI,EAAE,SAAS,EAAE,aAAa,CAAC,EAAE,YAAY;IAUxD,aAAa,CAAC,aAAa,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS;IAM1D,iBAAiB,CAAC,WAAW,EAAE,iBAAiB,EAAE;IAMlD,yBAAyB,CAAC,mBAAmB,CAAC,EAAE,wBAAwB;IAc/E,SAAS,CAAC,mBAAmB,CAAC,IAAI,EAAE;QAClC,aAAa,CAAC,EAAE,YAAY,CAAC;QAC7B,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;KACnC,GAAG,YAAY;IAkBhB,SAAS,CAAC,gBAAgB,CAAC,QAAQ,EAAE,YAAY,EAAE,GAAG,UAAU,GAAG,UAAU,EAAE;IAW/E,OAAO,CAAC,yBAAyB;IAoBjC,SAAS,CAAC,cAAc,CAAC,IAAI,EAAE,YAAY,EAAE,GAAG,MAAM,EAAE,GAAG,YAAY,EAAE;IASzE,OAAO,CAAC,uBAAuB;IAc/B,OAAO,CAAC,0BAA0B;IAelC,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,gCAAgC;IAmBxC,OAAO,CAAC,gBAAgB;yCA7Mb,cAAc;6CAAd,cAAc;CA8O1B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
id: string;
|
|
3
|
-
afterInit: (chart: any) => void;
|
|
4
|
-
getOption: (chart: any, category: any, name: any) => any;
|
|
5
|
-
getXScale: (chart: any) => any;
|
|
6
|
-
getYScale: (chart: any) => any;
|
|
7
|
-
afterEvent: (chart: any, event: any) => boolean;
|
|
8
|
-
doDraw: (chart: any) => boolean;
|
|
9
|
-
beforeDraw: (chart: any) => any;
|
|
10
|
-
drawTraceLine: (chart: any) => void;
|
|
11
|
-
drawTracePoints: (chart: any) => void;
|
|
12
|
-
interpolateValues: (chart: any) => void;
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
15
|
-
//# sourceMappingURL=chartjs-plugin-marker.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chartjs-plugin-marker.d.ts","sourceRoot":"","sources":["../../../../../chart/src/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.ts"],"names":[],"mappings":";;;;;;;;;;;;;AA6BA,wBA0NE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configured-chart-js.d.ts","sourceRoot":"","sources":["../../../../chart/src/shared/chart-js-service/configured-chart-js.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,KAAK,EASN,MAAM,UAAU,CAAC;AAClB,OAAO,0BAA0B,CAAC;AA0BlC,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../chart/src/shared/chart-js-service/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,cAAc,cAAc,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { AnnotationTypeRegistry } from 'chartjs-plugin-annotation';
|
|
2
|
-
import { ChartTypesConfig } from '../charts.types';
|
|
3
|
-
export declare const TEST_CHART_TYPES_CONFIG: ChartTypesConfig;
|
|
4
|
-
export declare const TEST_CHART_ANNOTATIONS_CONFIG: Omit<AnnotationTypeRegistry, 'label' | 'polygon'>;
|
|
5
|
-
//# sourceMappingURL=test-utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../../../chart/src/shared/chart-js-service/test-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEnD,eAAO,MAAM,uBAAuB,EAAE,gBAyJrC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,IAAI,CAAC,sBAAsB,EAAE,OAAO,GAAG,SAAS,CAW3F,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ChartDataset as ChartJSDataset, ChartType as ChartJSType, ChartOptions } from 'chart.js';
|
|
2
|
-
export type ChartHighlightedElements = number[][];
|
|
3
|
-
export type ChartType = 'column' | 'bar' | 'line' | 'stock';
|
|
4
|
-
export type ChartTypeConfig = {
|
|
5
|
-
type: ChartJSType;
|
|
6
|
-
options?: ChartOptions;
|
|
7
|
-
};
|
|
8
|
-
export type ChartTypesConfig = {
|
|
9
|
-
[key in ChartType]: ChartTypeConfig;
|
|
10
|
-
};
|
|
11
|
-
export type ChartLabel = string | string[];
|
|
12
|
-
export type ChartDataLabelOptions = {
|
|
13
|
-
showMin?: boolean;
|
|
14
|
-
showMax?: boolean;
|
|
15
|
-
showCurrent?: boolean;
|
|
16
|
-
locale?: ChartLocale;
|
|
17
|
-
valueSuffix?: string;
|
|
18
|
-
};
|
|
19
|
-
export type ChartLocale = 'da-DK' | 'en-US';
|
|
20
|
-
export type ChartDataset = {
|
|
21
|
-
kirbyOptions?: {
|
|
22
|
-
highlightedElements?: number[];
|
|
23
|
-
isStockChart?: boolean;
|
|
24
|
-
};
|
|
25
|
-
} & ChartJSDataset;
|
|
26
|
-
export declare function isNumberArray(value: any): value is number[];
|
|
27
|
-
//# sourceMappingURL=charts.types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"charts.types.d.ts","sourceRoot":"","sources":["../../../chart/src/shared/charts.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,SAAS,IAAI,WAAW,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAElG,MAAM,MAAM,wBAAwB,GAAG,MAAM,EAAE,EAAE,CAAC;AAElD,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,CAAC;AAE5D,MAAM,MAAM,eAAe,GAAG;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,OAAO,CAAC,EAAE,YAAY,CAAA;CAAE,CAAC;AAE5E,MAAM,MAAM,gBAAgB,GAAG;KAC5B,GAAG,IAAI,SAAS,GAAG,eAAe;CACpC,CAAC;AACF,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;AAE3C,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,OAAO,CAAC;AAM5C,MAAM,MAAM,YAAY,GAAG;IACzB,YAAY,CAAC,EAAE;QAAE,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,YAAY,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;CAC3E,GAAG,cAAc,CAAC;AAEnB,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,MAAM,EAAE,CAE3D"}
|
package/chart/shared/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../chart/src/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../chart/src/stock-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ChartDataset, ChartOptions } from 'chart.js';
|
|
3
|
-
import { AnnotationOptions } from 'chartjs-plugin-annotation';
|
|
4
|
-
import { ChartDataLabelOptions, ChartHighlightedElements, ChartJSService, ChartLabel, ChartLocale, ChartType } from '../shared';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class StockChartJSService extends ChartJSService {
|
|
7
|
-
static STOCK_CHART_LOCALE_DEFAULT: ChartLocale;
|
|
8
|
-
protected readonly chartType = "stock";
|
|
9
|
-
private dataLabelOptions;
|
|
10
|
-
renderChart(args: {
|
|
11
|
-
targetElement: ElementRef<HTMLCanvasElement>;
|
|
12
|
-
type: ChartType;
|
|
13
|
-
data: ChartDataset[] | number[];
|
|
14
|
-
labels?: ChartLabel[];
|
|
15
|
-
customOptions?: ChartOptions;
|
|
16
|
-
annotations?: AnnotationOptions[];
|
|
17
|
-
dataLabelOptions?: ChartDataLabelOptions;
|
|
18
|
-
highlightedElements?: ChartHighlightedElements;
|
|
19
|
-
}): void;
|
|
20
|
-
private get locale();
|
|
21
|
-
protected getDefaultLabels(datasets: ChartDataset[]): string[];
|
|
22
|
-
protected createOptionsObject(args: {
|
|
23
|
-
customOptions?: ChartOptions;
|
|
24
|
-
annotations?: AnnotationOptions[];
|
|
25
|
-
}): ChartOptions;
|
|
26
|
-
protected createDatasets(data: ChartDataset[] | number[]): any[];
|
|
27
|
-
/**
|
|
28
|
-
* Decorate ChartDataset with properties to allow for datalabels.
|
|
29
|
-
*
|
|
30
|
-
* @param data
|
|
31
|
-
* @returns ChartDataset[]
|
|
32
|
-
*/
|
|
33
|
-
private addDataLabelsData;
|
|
34
|
-
private locateValueIndexInDataset;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartJSService, never>;
|
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StockChartJSService>;
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=stock-chart-js.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stock-chart-js.service.d.ts","sourceRoot":"","sources":["../../../chart/src/stock-chart/stock-chart-js.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,MAAM,eAAe,CAAC;AAEvD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAoB,MAAM,UAAU,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAG9D,OAAO,EACL,qBAAqB,EACrB,wBAAwB,EACxB,cAAc,EACd,UAAU,EACV,WAAW,EACX,SAAS,EACV,MAAM,WAAW,CAAC;;AAEnB,qBACa,mBAAoB,SAAQ,cAAc;IACrD,MAAM,CAAC,0BAA0B,EAAE,WAAW,CAAW;IAEzD,SAAS,CAAC,QAAQ,CAAC,SAAS,WAAW;IACvC,OAAO,CAAC,gBAAgB,CAAwB;IAEzC,WAAW,CAAC,IAAI,EAAE;QACvB,aAAa,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;QAC7C,IAAI,EAAE,SAAS,CAAC;QAChB,IAAI,EAAE,YAAY,EAAE,GAAG,MAAM,EAAE,CAAC;QAChC,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;QACtB,aAAa,CAAC,EAAE,YAAY,CAAC;QAC7B,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;QAClC,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;QACzC,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;KAChD,GAAG,IAAI;IAMR,OAAO,KAAK,MAAM,GAEjB;IAED,SAAS,CAAC,gBAAgB,CAAC,QAAQ,EAAE,YAAY,EAAE;IAYnD,SAAS,CAAC,mBAAmB,CAAC,IAAI,EAAE;QAClC,aAAa,CAAC,EAAE,YAAY,CAAC;QAC7B,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;KACnC,GAAG,YAAY;IAUhB,SAAS,CAAC,cAAc,CAAC,IAAI,EAAE,YAAY,EAAE,GAAG,MAAM,EAAE;IAqBxD;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IA+BzB,OAAO,CAAC,yBAAyB;yCA5GtB,mBAAmB;6CAAnB,mBAAmB;CA+H/B"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { BaseChartComponent, ChartDataLabelOptions } from '../shared';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class StockChartComponent extends BaseChartComponent {
|
|
4
|
-
dataLabelOptions?: ChartDataLabelOptions;
|
|
5
|
-
readonly type = "stock";
|
|
6
|
-
protected renderChart(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StockChartComponent, "kirby-stock-chart", never, { "dataLabelOptions": { "alias": "dataLabelOptions"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=stock-chart.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stock-chart.component.d.ts","sourceRoot":"","sources":["../../../chart/src/stock-chart/stock-chart.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,qBAAqB,EAAkB,MAAM,WAAW,CAAC;;AAItF,qBAOa,mBAAoB,SAAQ,kBAAkB;IAChD,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;IAElD,QAAQ,CAAC,IAAI,WAAW;IAExB,SAAS,CAAC,WAAW;yCALV,mBAAmB;2CAAnB,mBAAmB;CAQ/B"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { IonicElementPartHelper } from '@kirbydesign/designsystem/helpers';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CheckboxComponent implements AfterViewInit, ControlValueAccessor, OnInit, AfterContentInit {
|
|
6
|
-
private element;
|
|
7
|
-
private ionicElementPartHelper;
|
|
8
|
-
private cdr;
|
|
9
|
-
private ionCheckboxElement?;
|
|
10
|
-
checked: boolean;
|
|
11
|
-
indeterminate: boolean;
|
|
12
|
-
attentionLevel: '1' | '2';
|
|
13
|
-
text: string;
|
|
14
|
-
size: 'xs' | 'sm' | 'md';
|
|
15
|
-
hasError: boolean;
|
|
16
|
-
disabled: boolean;
|
|
17
|
-
get _isDisabled(): string;
|
|
18
|
-
get isAttentionLevel1(): boolean;
|
|
19
|
-
get isAttentionLevel2(): boolean;
|
|
20
|
-
_labelText: string;
|
|
21
|
-
checkedChange: EventEmitter<boolean>;
|
|
22
|
-
_justify: 'start' | 'end' | 'space-between';
|
|
23
|
-
_labelPlacement: 'end' | 'fixed' | 'stacked' | 'start';
|
|
24
|
-
_hasSlottedContent: boolean;
|
|
25
|
-
constructor(element: ElementRef<HTMLElement>, ionicElementPartHelper: IonicElementPartHelper, cdr: ChangeDetectorRef);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
ngAfterViewInit(): void;
|
|
28
|
-
ngAfterContentInit(): void;
|
|
29
|
-
onChecked(checked: boolean): void;
|
|
30
|
-
onBlur(): void;
|
|
31
|
-
private _onChange;
|
|
32
|
-
private _onTouched;
|
|
33
|
-
/**
|
|
34
|
-
* Sets the checkbox's value. Part of the ControlValueAccessor interface
|
|
35
|
-
* required to integrate with Angular's core forms API.
|
|
36
|
-
*
|
|
37
|
-
* @param value New value to be written to the model.
|
|
38
|
-
*/
|
|
39
|
-
writeValue(value: boolean): void;
|
|
40
|
-
/**
|
|
41
|
-
* Saves a callback function to be invoked when the checkbox's value
|
|
42
|
-
* changes from user input. Part of the ControlValueAccessor interface
|
|
43
|
-
* required to integrate with Angular's core forms API.
|
|
44
|
-
*
|
|
45
|
-
* @param fn Callback to be triggered when the value changes.
|
|
46
|
-
*/
|
|
47
|
-
registerOnChange(fn: any): void;
|
|
48
|
-
/**
|
|
49
|
-
* Saves a callback function to be invoked when the checkbox is blurred
|
|
50
|
-
* by the user. Part of the ControlValueAccessor interface required
|
|
51
|
-
* to integrate with Angular's core forms API.
|
|
52
|
-
*
|
|
53
|
-
* @param fn Callback to be triggered when the component has been touched.
|
|
54
|
-
*/
|
|
55
|
-
registerOnTouched(fn: any): void;
|
|
56
|
-
/**
|
|
57
|
-
* Disables the checkbox. Part of the ControlValueAccessor interface required
|
|
58
|
-
* to integrate with Angular's core forms API.
|
|
59
|
-
*
|
|
60
|
-
* @param isDisabled Sets whether the component is disabled.
|
|
61
|
-
*/
|
|
62
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "kirby-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "attentionLevel": { "alias": "attentionLevel"; "required": false; }; "text": { "alias": "text"; "required": false; }; "size": { "alias": "size"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, ["*"], true, never>;
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=checkbox.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.component.d.ts","sourceRoot":"","sources":["../../checkbox/src/checkbox.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gBAAgB,EAChB,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAIZ,MAAM,EAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;;AAI3E,qBAea,iBACX,YAAW,aAAa,EAAE,oBAAoB,EAAE,MAAM,EAAE,gBAAgB;IA0CtE,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,sBAAsB;IAC9B,OAAO,CAAC,GAAG;IAzCb,OAAO,CAAC,kBAAkB,CAAC,CAAqC;IAEvD,OAAO,EAAE,OAAO,CAAS;IACzB,aAAa,EAAE,OAAO,CAAS;IAC/B,cAAc,EAAE,GAAG,GAAG,GAAG,CAAO;IAGzC,IAAI,EAAE,MAAM,CAAC;IAIb,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAIhC,QAAQ,EAAE,OAAO,CAAS;IAEjB,QAAQ,UAAS;IAC1B,IACI,WAAW,WAEd;IAED,IAA2C,iBAAiB,YAE3D;IACD,IAA2C,iBAAiB,YAE3D;IAEsC,UAAU,EAAE,MAAM,CAAC;IAEhD,aAAa,wBAA+B;IAEtD,QAAQ,EAAE,OAAO,GAAG,KAAK,GAAG,eAAe,CAAW;IACtD,eAAe,EAAE,KAAK,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAS;IAC/D,kBAAkB,EAAE,OAAO,CAAC;gBAGlB,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,EAChC,sBAAsB,EAAE,sBAAsB,EAC9C,GAAG,EAAE,iBAAiB;IAGhC,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAcvB,kBAAkB,IAAI,IAAI;IAS1B,SAAS,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAMjC,MAAM;IAMN,OAAO,CAAC,SAAS,CAAsC;IAEvD,OAAO,CAAC,UAAU,CAAY;IAE9B;;;;;OAKG;IACH,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAKhC;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC;;;;;OAKG;IACH,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;yCA/IjC,iBAAiB;2CAAjB,iBAAiB;CAkJ7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-checkbox.d.ts","sourceRoot":"","sources":["../../checkbox/src/kirbydesign-designsystem-checkbox.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
package/checkbox/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../checkbox/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-config.d.ts","sourceRoot":"","sources":["../../config/src/kirbydesign-designsystem-config.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken, Provider } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* Configuration object for global configuration of Kirby.
|
|
4
|
-
*/
|
|
5
|
-
export interface KirbyConfig {
|
|
6
|
-
moduleRootRoutePath?: string;
|
|
7
|
-
/**
|
|
8
|
-
* Activate focus management for components rendered in a kirby-router-outlet.
|
|
9
|
-
* When a kirby-page enters the view, focus will be set to the pages primary heading (h1) inside the pages toolbar.
|
|
10
|
-
*/
|
|
11
|
-
focusManager?: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* Set the HTML documents title to match the title of any kirby-page entering the view.
|
|
14
|
-
*/
|
|
15
|
-
setHtmlDocTitle?: boolean;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Injection token for provided Kirby configuration.
|
|
19
|
-
*/
|
|
20
|
-
export declare const KIRBY_CONFIG: InjectionToken<KirbyConfig>;
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @param features - Additional features to be provided to the Kirby environment:
|
|
24
|
-
* @see {@link withGlobalSetup} for setting up global configuration.
|
|
25
|
-
*/
|
|
26
|
-
export declare function provideKirby(...features: Provider[] | EnvironmentProviders[]): EnvironmentProviders;
|
|
27
|
-
/**
|
|
28
|
-
* Sets up global configuration when used with the provideKirby EnvironmentProvider function.
|
|
29
|
-
* Should be called exactly once per application when bootstrapping, to set up Kirby in the browsers runtime.
|
|
30
|
-
*
|
|
31
|
-
* @param config - (Optional) Additional configuration via the `KirbyConfig` object.
|
|
32
|
-
*/
|
|
33
|
-
export declare function withGlobalSetup(config?: KirbyConfig): EnvironmentProviders;
|
|
34
|
-
/**
|
|
35
|
-
* Retrieves the global Kirby configuration object from the window object.
|
|
36
|
-
*/
|
|
37
|
-
export declare function getGlobalConfig(): KirbyConfig | undefined;
|
|
38
|
-
//# sourceMappingURL=provide-kirby.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"provide-kirby.d.ts","sourceRoot":"","sources":["../../config/src/provide-kirby.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,cAAc,EAEd,QAAQ,EACT,MAAM,eAAe,CAAC;AAuBvB;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,6BAAkD,CAAC;AAE5E;;;;GAIG;AACH,wBAAgB,YAAY,CAC1B,GAAG,QAAQ,EAAE,QAAQ,EAAE,GAAG,oBAAoB,EAAE,GAC/C,oBAAoB,CAetB;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,MAAM,CAAC,EAAE,WAAW,GAAG,oBAAoB,CAY1E;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,WAAW,GAAG,SAAS,CAEzD"}
|
package/config/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../config/src/public_api.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,eAAe,EACf,YAAY,EACZ,WAAW,GACZ,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./sortable/sortable.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated 'DataTableModule' has been deprecated in favor of the standalone 'TableSortableComponent'.
|
|
5
|
-
* Please import 'TableSortableComponent' instead. 'DataTableModule' will be removed in Kirby v11.
|
|
6
|
-
*/
|
|
7
|
-
export declare class DataTableModule {
|
|
8
|
-
constructor();
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DataTableModule, never, [typeof i1.TableSortableComponent], [typeof i1.TableSortableComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DataTableModule>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=data-table.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-table.module.d.ts","sourceRoot":"","sources":["../../data-table/src/data-table.module.ts"],"names":[],"mappings":";;AAGA;;;GAGG;AACH,qBAIa,eAAe;;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAK3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-data-table.d.ts","sourceRoot":"","sources":["../../data-table/src/kirbydesign-designsystem-data-table.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../data-table/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TableSortableComponent implements AfterViewInit {
|
|
4
|
-
private renderer;
|
|
5
|
-
constructor(renderer: Renderer2);
|
|
6
|
-
sortable: boolean;
|
|
7
|
-
active: boolean;
|
|
8
|
-
sortDirection: 'asc' | 'desc';
|
|
9
|
-
iconAlignment: 'start' | 'end';
|
|
10
|
-
alignment: 'start' | 'center' | 'end';
|
|
11
|
-
get isActive(): boolean;
|
|
12
|
-
_getAlignmentClasses(): string[];
|
|
13
|
-
spanElement: ElementRef;
|
|
14
|
-
ngAfterViewInit(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableSortableComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableSortableComponent, "th[sortable]", never, { "sortable": { "alias": "sortable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=sortable.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sortable.component.d.ts","sourceRoot":"","sources":["../../../data-table/src/sortable/sortable.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EAGb,UAAU,EAGV,SAAS,EAGV,MAAM,eAAe,CAAC;;AAGvB,qBAQa,sBAAuB,YAAW,aAAa;IAC9C,OAAO,CAAC,QAAQ;gBAAR,QAAQ,EAAE,SAAS;IAIvC,QAAQ,UAAS;IAER,MAAM,UAAS;IAEf,aAAa,EAAE,KAAK,GAAG,MAAM,CAAS;IACtC,aAAa,EAAE,OAAO,GAAG,KAAK,CAAS;IACvC,SAAS,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAW;IAEzD,IACI,QAAQ,YAEX;IAED,oBAAoB;IAYD,WAAW,EAAE,UAAU,CAAC;IAE3C,eAAe,IAAI,IAAI;yCAhCZ,sBAAsB;2CAAtB,sBAAsB;CAyClC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DividerComponent {
|
|
3
|
-
hasMargin: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "kirby-divider", never, { "hasMargin": { "alias": "hasMargin"; "required": false; }; }, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=divider.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"divider.component.d.ts","sourceRoot":"","sources":["../../divider/src/divider.component.ts"],"names":[],"mappings":";AAGA,qBAOa,gBAAgB;IAE3B,SAAS,EAAE,OAAO,CAAC;yCAFR,gBAAgB;2CAAhB,gBAAgB;CAG5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-divider.d.ts","sourceRoot":"","sources":["../../divider/src/kirbydesign-designsystem-divider.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
package/divider/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../divider/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, QueryList, Renderer2, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { HorizontalDirection, PopoverComponent } from '@kirbydesign/designsystem/popover';
|
|
4
|
-
import { ResizeObserverService } from '@kirbydesign/designsystem/shared';
|
|
5
|
-
import { KeyboardHandlerService } from './keyboard-handler.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DropdownComponent implements AfterViewInit, OnDestroy, ControlValueAccessor {
|
|
8
|
-
private renderer;
|
|
9
|
-
private elementRef;
|
|
10
|
-
private changeDetectorRef;
|
|
11
|
-
private keyboardHandlerService;
|
|
12
|
-
private resizeObserverService;
|
|
13
|
-
static readonly OPEN_DELAY_IN_MS = 100;
|
|
14
|
-
private state;
|
|
15
|
-
private horizontalDirection;
|
|
16
|
-
private verticalDirection;
|
|
17
|
-
private _items;
|
|
18
|
-
get items(): string[] | any[];
|
|
19
|
-
set items(value: string[] | any[]);
|
|
20
|
-
private _selectedIndex;
|
|
21
|
-
get selectedIndex(): number;
|
|
22
|
-
set selectedIndex(value: number);
|
|
23
|
-
private _focusedIndex;
|
|
24
|
-
get focusedIndex(): number;
|
|
25
|
-
set focusedIndex(value: number);
|
|
26
|
-
itemTextProperty: string;
|
|
27
|
-
placeholder: string;
|
|
28
|
-
set popout(direction: HorizontalDirection | `${HorizontalDirection}`);
|
|
29
|
-
get popout(): HorizontalDirection | `${HorizontalDirection}`;
|
|
30
|
-
attentionLevel: '1' | '2' | '3';
|
|
31
|
-
expand?: 'block';
|
|
32
|
-
disabled: boolean;
|
|
33
|
-
get _isDisabled(): string;
|
|
34
|
-
hasError: boolean;
|
|
35
|
-
size: 'sm' | 'md';
|
|
36
|
-
tabindex: number;
|
|
37
|
-
usePopover: boolean;
|
|
38
|
-
get _tabindex(): number;
|
|
39
|
-
get _noBlurOnScroll(): boolean;
|
|
40
|
-
/**
|
|
41
|
-
* Emitted when an item is selected (tap on mobile, click/keypress on web)
|
|
42
|
-
*/
|
|
43
|
-
change: EventEmitter<string | any>;
|
|
44
|
-
private _value;
|
|
45
|
-
get value(): string | any;
|
|
46
|
-
get selectedText(): string;
|
|
47
|
-
get _isBlockLevel(): boolean;
|
|
48
|
-
_role: string;
|
|
49
|
-
get _isOpening(): boolean;
|
|
50
|
-
get isOpen(): boolean;
|
|
51
|
-
get _popoutLeft(): boolean;
|
|
52
|
-
get _popoutUp(): boolean;
|
|
53
|
-
clicked: boolean;
|
|
54
|
-
itemTemplate: TemplateRef<any>;
|
|
55
|
-
slottedItems: QueryList<ElementRef<HTMLElement>>;
|
|
56
|
-
cardElement: ElementRef<HTMLElement>;
|
|
57
|
-
popover?: PopoverComponent;
|
|
58
|
-
buttonElement: ElementRef<HTMLElement>;
|
|
59
|
-
kirbyItemsDefault: QueryList<ElementRef<HTMLElement>>;
|
|
60
|
-
_kirbyItemsSlotted: QueryList<ElementRef<HTMLElement>>;
|
|
61
|
-
set kirbyItemsSlotted(kirbyItems: QueryList<ElementRef<HTMLElement>>);
|
|
62
|
-
get kirbyItemsSlotted(): QueryList<ElementRef<HTMLElement>>;
|
|
63
|
-
private itemClickUnlisten;
|
|
64
|
-
private intersectionObserverRef;
|
|
65
|
-
private showDropdownTimeoutId;
|
|
66
|
-
constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>, changeDetectorRef: ChangeDetectorRef, keyboardHandlerService: KeyboardHandlerService, resizeObserverService: ResizeObserverService);
|
|
67
|
-
onToggle(event: MouseEvent): void;
|
|
68
|
-
toggle(): void;
|
|
69
|
-
onButtonMouseEvent(event: Event): void;
|
|
70
|
-
private setPopoverCardStyle;
|
|
71
|
-
ngAfterViewInit(): void;
|
|
72
|
-
private initializeAlignment;
|
|
73
|
-
private setHorizontalDirection;
|
|
74
|
-
private setVerticalDirection;
|
|
75
|
-
open(): void;
|
|
76
|
-
private showDropdown;
|
|
77
|
-
close(): void;
|
|
78
|
-
onItemSelect(index: number): void;
|
|
79
|
-
private _onChange;
|
|
80
|
-
private _onTouched;
|
|
81
|
-
/**
|
|
82
|
-
* Sets the select's value. Part of the ControlValueAccessor interface
|
|
83
|
-
* required to integrate with Angular's core forms API.
|
|
84
|
-
*
|
|
85
|
-
* @param value New value to be written to the model.
|
|
86
|
-
*/
|
|
87
|
-
writeValue(value: any): void;
|
|
88
|
-
/**
|
|
89
|
-
* Saves a callback function to be invoked when the select's value
|
|
90
|
-
* changes from user input. Part of the ControlValueAccessor interface
|
|
91
|
-
* required to integrate with Angular's core forms API.
|
|
92
|
-
*
|
|
93
|
-
* @param fn Callback to be triggered when the value changes.
|
|
94
|
-
*/
|
|
95
|
-
registerOnChange(fn: any): void;
|
|
96
|
-
/**
|
|
97
|
-
* Saves a callback function to be invoked when the select is blurred
|
|
98
|
-
* by the user. Part of the ControlValueAccessor interface required
|
|
99
|
-
* to integrate with Angular's core forms API.
|
|
100
|
-
*
|
|
101
|
-
* @param fn Callback to be triggered when the component has been touched.
|
|
102
|
-
*/
|
|
103
|
-
registerOnTouched(fn: any): void;
|
|
104
|
-
/**
|
|
105
|
-
* Disables the select. Part of the ControlValueAccessor interface required
|
|
106
|
-
* to integrate with Angular's core forms API.
|
|
107
|
-
*
|
|
108
|
-
* @param isDisabled Sets whether the component is disabled.
|
|
109
|
-
*/
|
|
110
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
111
|
-
private selectItem;
|
|
112
|
-
private _selectItemByValue;
|
|
113
|
-
getTextFromItem(item: string | any): any;
|
|
114
|
-
scrollItemIntoView(index: number): void;
|
|
115
|
-
_onTab(event: KeyboardEvent): void;
|
|
116
|
-
_onMouseDown(event: MouseEvent): void;
|
|
117
|
-
_onTouchStart(event: TouchEvent): void;
|
|
118
|
-
_onFocus(): void;
|
|
119
|
-
_onPopoverWillHide(): void;
|
|
120
|
-
_onEnterOrEscape(): void;
|
|
121
|
-
_onPopoverClick(): void;
|
|
122
|
-
_onBlur(): void;
|
|
123
|
-
_onEnterOrSpace(event: KeyboardEvent): void;
|
|
124
|
-
_onArrowKeys(event: KeyboardEvent): boolean;
|
|
125
|
-
_onHomeEndKeys(event: KeyboardEvent): boolean;
|
|
126
|
-
private unlistenAllSlottedItems;
|
|
127
|
-
ngOnDestroy(): void;
|
|
128
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
129
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "kirby-dropdown", never, { "items": { "alias": "items"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "focusedIndex": { "alias": "focusedIndex"; "required": false; }; "itemTextProperty": { "alias": "itemTextProperty"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "popout": { "alias": "popout"; "required": false; }; "attentionLevel": { "alias": "attentionLevel"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "usePopover": { "alias": "usePopover"; "required": false; }; }, { "change": "change"; }, ["itemTemplate", "slottedItems", "kirbyItemsSlotted"], never, false, never>;
|
|
130
|
-
}
|
|
131
|
-
//# sourceMappingURL=dropdown.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../dropdown/src/dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAIjB,UAAU,EACV,YAAY,EAKZ,SAAS,EAET,SAAS,EACT,SAAS,EAET,WAAW,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AAKzE,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAG1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAGzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;;AAEpE,qBAaa,iBAAkB,YAAW,aAAa,EAAE,SAAS,EAAE,oBAAoB;IAuMpF,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,sBAAsB;IAC9B,OAAO,CAAC,qBAAqB;IA1M/B,MAAM,CAAC,QAAQ,CAAC,gBAAgB,OAAO;IACvC,OAAO,CAAC,KAAK,CAAoB;IACjC,OAAO,CAAC,mBAAmB,CACC;IAC5B,OAAO,CAAC,iBAAiB,CAAsE;IAE/F,OAAO,CAAC,MAAM,CAAwB;IACtC,IAAI,KAAK,IAAI,MAAM,EAAE,GAAG,GAAG,EAAE,CAE5B;IAED,IAAa,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,GAAG,EAAE,EAGzC;IAED,OAAO,CAAC,cAAc,CAAc;IACpC,IAAI,aAAa,IAAI,MAAM,CAE1B;IAED,IAAa,aAAa,CAAC,KAAK,EAAE,MAAM,EAMvC;IAID,OAAO,CAAC,aAAa,CAAc;IACnC,IAAI,YAAY,IAAI,MAAM,CAEzB;IAED,IAAa,YAAY,CAAC,KAAK,EAAE,MAAM,EAKtC;IAGD,gBAAgB,SAAU;IAG1B,WAAW,SAAoB;IAE/B,IAAa,MAAM,CAAC,SAAS,EAAE,mBAAmB,GAAG,GAAG,mBAAmB,EAAE,EAE5E;IAED,IAAI,MAAM,IAJqB,mBAAmB,GAAG,GAAG,mBAAmB,EAAE,CAM5E;IAGD,cAAc,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAO;IAGtC,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,QAAQ,UAAS;IAEjB,IACI,WAAW,WAEd;IAID,QAAQ,EAAE,OAAO,CAAC;IAGlB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAQ;IAGzB,QAAQ,SAAK;IAIb,UAAU,UAAS;IAEnB,IACI,SAAS,WAEZ;IAGD,IACI,eAAe,YAElB;IAED;;OAEG;IACO,MAAM,EAAE,YAAY,CAAC,MAAM,GAAG,GAAG,CAAC,CAAoC;IAEhF,OAAO,CAAC,MAAM,CAAsB;IACpC,IAAI,KAAK,IAAI,MAAM,GAAG,GAAG,CAExB;IAED,IAAI,YAAY,IAAI,MAAM,CAEzB;IAED,IACI,aAAa,YAEhB;IAGD,KAAK,SAAa;IAElB,IACI,UAAU,IAAI,OAAO,CAExB;IAED,IACI,MAAM,IAAI,OAAO,CAEpB;IAED,IACI,WAAW,YAEd;IAED,IACI,SAAS,YAEZ;IAaD,OAAO,UAAS;IAGhB,YAAY,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE/B,YAAY,EAAE,SAAS,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;IAEjD,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAErC,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAE3B,aAAa,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAEvC,iBAAiB,EAAE,SAAS,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;IAEtD,kBAAkB,EAAE,SAAS,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;IACvD,IACI,iBAAiB,CAAC,UAAU,EAAE,SAAS,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,EAqBnE;IAED,IAAI,iBAAiB,IAAI,SAAS,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAE1D;IAED,OAAO,CAAC,iBAAiB,CAAgC;IACzD,OAAO,CAAC,uBAAuB,CAAuB;IACtD,OAAO,CAAC,qBAAqB,CAAgC;gBAGnD,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC,EACnC,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB,EAC9C,qBAAqB,EAAE,qBAAqB;IAGtD,QAAQ,CAAC,KAAK,EAAE,UAAU;IAW1B,MAAM;IAON,kBAAkB,CAAC,KAAK,EAAE,KAAK;IAO/B,OAAO,CAAC,mBAAmB;IAW3B,eAAe;IAkBf,OAAO,CAAC,mBAAmB;IAmC3B,OAAO,CAAC,sBAAsB;IAc9B,OAAO,CAAC,oBAAoB;IAkB5B,IAAI;IAiBJ,OAAO,CAAC,YAAY;IASpB,KAAK;IAYL,YAAY,CAAC,KAAK,EAAE,MAAM;IAK1B,OAAO,CAAC,SAAS,CAAkC;IACnD,OAAO,CAAC,UAAU,CAAY;IAE9B;;;;;OAKG;IACH,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC;;;;;OAKG;IACH,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C,OAAO,CAAC,UAAU;IASlB,OAAO,CAAC,kBAAkB;IAI1B,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG;IAOlC,kBAAkB,CAAC,KAAK,EAAE,MAAM;IAehC,MAAM,CAAC,KAAK,EAAE,aAAa;IAe3B,YAAY,CAAC,KAAK,EAAE,UAAU;IAQ9B,aAAa,CAAC,KAAK,EAAE,UAAU;IAO/B,QAAQ;IAMR,kBAAkB;IAOlB,gBAAgB;IAKhB,eAAe;IAKf,OAAO;IAQP,eAAe,CAAC,KAAK,EAAE,aAAa;IAepC,YAAY,CAAC,KAAK,EAAE,aAAa;IA6CjC,cAAc,CAAC,KAAK,EAAE,aAAa;IAenC,OAAO,CAAC,uBAAuB;IAO/B,WAAW,IAAI,IAAI;yCAjlBR,iBAAiB;2CAAjB,iBAAiB;CAwlB7B"}
|