@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
package/header/index.d.ts
CHANGED
|
@@ -1,6 +1,70 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterContentInit, OnChanges, OnInit, ElementRef, TemplateRef, EventEmitter, Injector, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import { AvatarComponent } from '@kirbydesign/designsystem/avatar';
|
|
5
|
+
import { FlagComponent } from '@kirbydesign/designsystem/flag';
|
|
6
|
+
import { ProgressCircleComponent } from '@kirbydesign/designsystem/progress-circle';
|
|
7
|
+
import * as i3 from '@kirbydesign/designsystem/shared';
|
|
8
|
+
import { FitHeadingConfig } from '@kirbydesign/designsystem/shared';
|
|
9
|
+
import * as i2 from '@angular/common';
|
|
10
|
+
|
|
11
|
+
declare class HeaderActionsDirective {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderActionsDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderActionsDirective, "[kirbyHeaderActions]", never, {}, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
15
|
+
declare class HeaderCustomSectionDirective {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderCustomSectionDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCustomSectionDirective, "[kirbyHeaderCustomSection]", never, {}, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
declare class HeaderTitleActionIconDirective {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTitleActionIconDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTitleActionIconDirective, "[kirbyHeaderTitleActionIcon]", never, {}, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
23
|
+
declare class HeaderCustomFlagDirective {
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderCustomFlagDirective, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCustomFlagDirective, "[kirbyHeaderCustomFlag]", never, {}, {}, never, never, false, never>;
|
|
26
|
+
}
|
|
27
|
+
declare class HeaderComponent implements AfterContentInit, OnChanges, OnInit {
|
|
28
|
+
private injector;
|
|
29
|
+
centered?: boolean;
|
|
30
|
+
titleMaxLines: number;
|
|
31
|
+
emphasizeActions: boolean;
|
|
32
|
+
fitHeadingConfig: FitHeadingConfig;
|
|
33
|
+
avatar: AvatarComponent;
|
|
34
|
+
progressCircle: ProgressCircleComponent;
|
|
35
|
+
flag: FlagComponent;
|
|
36
|
+
titleElement?: ElementRef<HTMLHeadingElement>;
|
|
37
|
+
actionsElement?: ElementRef<HTMLDivElement>;
|
|
38
|
+
actionsTemplate?: TemplateRef<HeaderActionsDirective>;
|
|
39
|
+
customSectionTemplate?: TemplateRef<HeaderCustomSectionDirective>;
|
|
40
|
+
customFlagTemplate?: TemplateRef<HeaderCustomFlagDirective>;
|
|
41
|
+
titleActionIconTemplate: TemplateRef<HeaderTitleActionIconDirective>;
|
|
42
|
+
title?: string | null;
|
|
43
|
+
value?: string | null;
|
|
44
|
+
valueUnit?: string | null;
|
|
45
|
+
subtitle1?: string | string[] | null;
|
|
46
|
+
subtitle2?: string | string[] | null;
|
|
47
|
+
hasInteractiveTitle?: boolean;
|
|
48
|
+
titleClick: EventEmitter<PointerEvent>;
|
|
49
|
+
title$: Subject<string>;
|
|
50
|
+
get _subtitles1(): string[];
|
|
51
|
+
get _subtitles2(): string[];
|
|
52
|
+
onTitleClick(event: PointerEvent): void;
|
|
53
|
+
_actionGroupInjector: Injector;
|
|
54
|
+
private actionGroupConfig;
|
|
55
|
+
constructor(injector: Injector);
|
|
56
|
+
ngOnInit(): void;
|
|
57
|
+
ngAfterContentInit(): void;
|
|
58
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "kirby-header", never, { "centered": { "alias": "centered"; "required": false; }; "titleMaxLines": { "alias": "titleMaxLines"; "required": false; }; "emphasizeActions": { "alias": "emphasizeActions"; "required": false; }; "title": { "alias": "title"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueUnit": { "alias": "valueUnit"; "required": false; }; "subtitle1": { "alias": "subtitle1"; "required": false; }; "subtitle2": { "alias": "subtitle2"; "required": false; }; "hasInteractiveTitle": { "alias": "hasInteractiveTitle"; "required": false; }; }, { "titleClick": "titleClick"; }, ["avatar", "progressCircle", "flag", "actionsTemplate", "customSectionTemplate", "customFlagTemplate", "titleActionIconTemplate"], ["kirby-avatar,kirby-progress-circle", "kirby-flag"], false, never>;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
declare class HeaderModule {
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
|
|
65
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof HeaderComponent, typeof HeaderActionsDirective, typeof HeaderCustomSectionDirective, typeof HeaderTitleActionIconDirective, typeof HeaderCustomFlagDirective], [typeof i2.CommonModule, typeof i3.FitHeadingDirective], [typeof HeaderComponent, typeof HeaderActionsDirective, typeof HeaderCustomSectionDirective, typeof HeaderTitleActionIconDirective, typeof HeaderCustomFlagDirective]>;
|
|
66
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export { HeaderActionsDirective, HeaderComponent, HeaderCustomFlagDirective, HeaderCustomSectionDirective, HeaderModule, HeaderTitleActionIconDirective };
|
|
70
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../header/src/header.component.ts","../../header/src/header.module.ts"],"sourcesContent":[null,null],"names":[],"mappings":";;;;;;;;;;AA0BA,cAAA,sBAAA;;;AAIsC;AAEtC,cAAA,4BAAA;;;AAI4C;AAE5C,cAAA,8BAAA;;;AAI8C;AAE9C,cAAA,yBAAA;;;AAIyC;AAEzC,cAAA,eAAA,YAAA,gBAAA,EAAA,SAAA,EAAA,MAAA;AAyEc;;;AA5DH;;;;;AAcT,mBAAA,UAAA,CAAA,kBAAA;AAGA,qBAAA,UAAA,CAAA,cAAA;AAGA,sBAAA,WAAA,CAAA,sBAAA;AAGA,4BAAA,WAAA,CAAA,4BAAA;AAKA,yBAAA,WAAA,CAAA,yBAAA;AAGA,6BAAA,WAAA,CAAA,8BAAA;AAES;AACA;AACA;;;;AAKC,gBAAA,YAAA,CAAA,YAAA;AAEV,YAAA,OAAA;AAEA;AAIA;;;;AAYoB,0BAAA,QAAA;AAEpB;AAsBA;AAWA,yBAAA,aAAA;;;AAKD;;AC/ID,cAAA,YAAA;;;;AAK4B;;;;"}
|
package/helpers/index.d.ts
CHANGED
|
@@ -1,6 +1,96 @@
|
|
|
1
|
+
export { BrandColor, Color, ColorHelper, DesignTokenHelper, KirbyColor, NotificationColor, ThemeColor, ThemeColorDefinition, ThemeColorExtended, ThemeColorVariant, camelToKebabCase, capitalizeFirstLetter, kebabToCamelCase, kebabToTitleCase } from '@kirbydesign/core';
|
|
2
|
+
import { UnobserveFn, WindowRef } from '@kirbydesign/designsystem/types';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { Renderer2, ElementRef } from '@angular/core';
|
|
5
|
+
import { ChartConfiguration, ChartConfigurationCustomTypesPerDataset } from 'chart.js';
|
|
6
|
+
|
|
7
|
+
declare const elementHasAncestor: (element: HTMLElement, ancestorNodeName: string, stopNodeName?: string) => any;
|
|
8
|
+
declare function getIonModalDialogAncestor(currentElement: HTMLElement): HTMLElement | undefined;
|
|
9
|
+
|
|
1
10
|
/**
|
|
2
|
-
*
|
|
11
|
+
* Creates a MutationObserver and observes content changes in a given element.
|
|
12
|
+
* The provided callback is called when changes are detected.
|
|
13
|
+
*
|
|
14
|
+
* @returns function - an unobserve function that can be called to disconnect the created observer.
|
|
3
15
|
*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
16
|
+
declare function observeContent(observedElement: HTMLElement, contentChangedCallback: () => void): UnobserveFn;
|
|
17
|
+
|
|
18
|
+
declare class PlatformService {
|
|
19
|
+
private windowRef;
|
|
20
|
+
constructor(windowRef: WindowRef);
|
|
21
|
+
isTouch(): any;
|
|
22
|
+
isPhabletOrBigger(): any;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PlatformService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PlatformService>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare const chartConfigHasType: (config: ChartConfiguration | ChartConfigurationCustomTypesPerDataset) => config is ChartConfiguration;
|
|
28
|
+
|
|
29
|
+
declare function deepCopy<Tp>(tgt: Tp): Tp;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Performs a deep merge of objects and returns new object. Does not modify
|
|
33
|
+
* objects (immutable).
|
|
34
|
+
* It merges from into object to the left
|
|
35
|
+
* eg. mergeDeep({a: 'will be overridden', b: 'some val'}, {a: 'new val'}) => {a: 'new val', b: 'some val'}
|
|
36
|
+
*
|
|
37
|
+
* @param originalObject object - Object to override,
|
|
38
|
+
* @param overrideObject object - Object to override "toOverride" values with
|
|
39
|
+
* @param config object - Configuration for how to merge.
|
|
40
|
+
* mergeArrays determines if it should merge or override arrays
|
|
41
|
+
* @returns object - New object with merged key/values
|
|
42
|
+
*/
|
|
43
|
+
declare function mergeDeep(originalObject: any, overrideObject: any, config?: {
|
|
44
|
+
mergeArrays: boolean;
|
|
45
|
+
}): any;
|
|
46
|
+
declare function mergeDeepAll(...objects: object[]): object;
|
|
47
|
+
|
|
48
|
+
declare class UniqueIdGenerator {
|
|
49
|
+
private scope;
|
|
50
|
+
private static registry;
|
|
51
|
+
private id;
|
|
52
|
+
private constructor();
|
|
53
|
+
static scopedTo(scope: string): UniqueIdGenerator;
|
|
54
|
+
next(): string;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
declare class LineClampHelper {
|
|
58
|
+
private renderer;
|
|
59
|
+
constructor(renderer: Renderer2);
|
|
60
|
+
setMaxLines(element: Element, maxLines: number): void;
|
|
61
|
+
setLineHeight(element: Element, lineHeight: string): void;
|
|
62
|
+
removeLineClamp(element: Element): void;
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LineClampHelper, never>;
|
|
64
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LineClampHelper>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
declare namespace KirbyAnimation {
|
|
68
|
+
enum Duration {
|
|
69
|
+
QUICK,
|
|
70
|
+
SHORT,
|
|
71
|
+
LONG,
|
|
72
|
+
EXTRA_LONG
|
|
73
|
+
}
|
|
74
|
+
const Easing: {
|
|
75
|
+
static: string;
|
|
76
|
+
enter: string;
|
|
77
|
+
exit: string;
|
|
78
|
+
enterExit: string;
|
|
79
|
+
motion: string;
|
|
80
|
+
modal: {
|
|
81
|
+
enter: string;
|
|
82
|
+
exit: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
declare class IonicElementPartHelper {
|
|
88
|
+
private renderer;
|
|
89
|
+
constructor(renderer: Renderer2);
|
|
90
|
+
setPart(partName: string, ionicElementRef: ElementRef, selector: string): Promise<void>;
|
|
91
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IonicElementPartHelper, never>;
|
|
92
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<IonicElementPartHelper>;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export { IonicElementPartHelper, KirbyAnimation, LineClampHelper, PlatformService, UniqueIdGenerator, chartConfigHasType, deepCopy, elementHasAncestor, getIonModalDialogAncestor, mergeDeep, mergeDeepAll, observeContent };
|
|
96
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../helpers/src/element-ancestor-utils.ts","../../helpers/src/content-mutation-observer.ts","../../helpers/src/platform.service.ts","../../helpers/src/chart-config-has-type.ts","../../helpers/src/deep-copy.ts","../../helpers/src/merge-deep.ts","../../helpers/src/unique-id-generator.helper.ts","../../helpers/src/line-clamp-helper.ts","../../helpers/src/kirby-animation.ts","../../helpers/src/ionic-element-part-helper.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;AAaA,cAAA,kBAAA,YAAA,WAAA;AAoBA,iBAAA,yBAAA,iBAAA,WAAA,GAAA,WAAA;;ACHA;;;;;AAKG;AACH,iBAAA,cAAA,kBAAA,WAAA,uCAAA,WAAA;;AC/BA,cAAA,eAAA;AAIc;AAAQ,2BAAA,SAAA;;;;;AAWrB;;ACXD,cAAA,kBAAA,WAAA,kBAAA,GAAA,uCAAA,eAAA,kBAAA;;ACgBA,iBAAA,QAAA;;ACzBA;;;;;;;;;;;AAWG;AACH,iBAAA,SAAA;;;AAuBA,iBAAA,YAAA;;ACnCA,cAAA,iBAAA;AAIsB;AAHpB;;;AAKA,oCAAA,iBAAA;AASA;AAGD;;ACVD,cAAA,eAAA;AAEc;AAAQ,0BAAA,SAAA;;;;;;AAiBrB;;ACxBD,kBAAA,cAAA;AACE;;;;;AAMC;AACM;;;;;;;;;;;AACR;;ACTD,cAAA,sBAAA;AAEc;AAAQ,0BAAA,SAAA;;;;AAcrB;;;;"}
|
package/helpers/scss/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
declare class ScssHelper {
|
|
2
|
+
static BREAKPOINT_SCREEN_L: number;
|
|
3
|
+
static BREAKPOINT_CARD_S: number;
|
|
4
|
+
static BREAKPOINT_CARD_M: number;
|
|
5
|
+
static BREAKPOINT_CARD_L: number;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export { ScssHelper };
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../../helpers/scss/src/scss-helper.ts"],"sourcesContent":[null],"names":[],"mappings":"AACA,cAAA,UAAA;AAEE;AACA;AACA;AACA;AACD;;;;"}
|
package/icon/index.d.ts
CHANGED
|
@@ -1,6 +1,68 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { InjectionToken, OnChanges, ElementRef, Renderer2, SimpleChanges } from '@angular/core';
|
|
3
|
+
import * as i2 from '@kirbydesign/designsystem/shared';
|
|
4
|
+
import * as i3 from '@ionic/angular/standalone';
|
|
5
|
+
|
|
6
|
+
interface Icon {
|
|
7
|
+
name: string;
|
|
8
|
+
svg?: string;
|
|
9
|
+
}
|
|
10
|
+
interface IconSettings {
|
|
11
|
+
icons: Icon[];
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
declare const DEFAULT_BUILT_IN_ICONS_URL = "assets/kirby/icons/svg/";
|
|
1
15
|
/**
|
|
2
|
-
*
|
|
16
|
+
* Token used to configure base URL for path to built-in icons. Default is 'assets/kirby/icons/svg'.
|
|
3
17
|
*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
18
|
+
declare const BUILT_IN_ICONS_URL: InjectionToken<string>;
|
|
19
|
+
declare class IconRegistryService {
|
|
20
|
+
private builtInIconsUrl;
|
|
21
|
+
private iconRegistry;
|
|
22
|
+
constructor(builtInIconsUrl: string);
|
|
23
|
+
addIcon(iconName: string, svgPath: string): void;
|
|
24
|
+
addIcons(icons: Icon[]): void;
|
|
25
|
+
private addDefaultIcons;
|
|
26
|
+
getIcons(): Icon[];
|
|
27
|
+
getIcon(name: string): Icon;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconRegistryService, never>;
|
|
29
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<IconRegistryService>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
declare enum IconSize {
|
|
33
|
+
XS = "xs",
|
|
34
|
+
SM = "sm",
|
|
35
|
+
MD = "md",
|
|
36
|
+
LG = "lg"
|
|
37
|
+
}
|
|
38
|
+
declare class IconComponent implements OnChanges {
|
|
39
|
+
private iconRegistryService;
|
|
40
|
+
private elementRef;
|
|
41
|
+
private renderer;
|
|
42
|
+
defaultIcon: Icon;
|
|
43
|
+
private _icon;
|
|
44
|
+
private element;
|
|
45
|
+
size: IconSize | `${IconSize}`;
|
|
46
|
+
name: string;
|
|
47
|
+
get icon(): Icon;
|
|
48
|
+
set icon(icon: Icon);
|
|
49
|
+
private warnAboutMissingIcon;
|
|
50
|
+
constructor(iconRegistryService: IconRegistryService, elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
|
|
51
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
52
|
+
private setAriaHiddenIfNoLabel;
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "kirby-icon", never, { "size": { "alias": "size"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
declare class IconModule {
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconModule, never>;
|
|
59
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, [typeof IconComponent], [typeof i2.ThemeColorDirective, typeof i3.IonIcon], [typeof IconComponent, typeof i2.ThemeColorDirective]>;
|
|
60
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IconModule>;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
declare const kirbyIconSettings: IconSettings;
|
|
64
|
+
declare const defaultIcons: string[];
|
|
65
|
+
|
|
66
|
+
export { BUILT_IN_ICONS_URL, DEFAULT_BUILT_IN_ICONS_URL, IconComponent, IconModule, IconRegistryService, IconSize, defaultIcons, kirbyIconSettings };
|
|
67
|
+
export type { Icon, IconSettings };
|
|
68
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../icon/src/icon-settings.ts","../../icon/src/icon-registry.service.ts","../../icon/src/icon.component.ts","../../icon/src/icon.module.ts","../../icon/src/kirby-icon-settings.ts"],"sourcesContent":[null,null,null,null,null],"names":[],"mappings":";;;;;;;;AAGC;;;AAIA;;ACFD;AAEA;;AAEG;AACH;AAIA;AAM0C;;AAAQ;;AAYzC;AAUP;;AAeA;;;AAID;;AC/CD;AACE;AACA;AACA;AACA;AACD;AAED;AAkDI;AACA;AACA;;;;AArCF;;;AAQA;AAoBA;AAOU;AAOV;AAUA;;;AAMD;;ACzFD;;;;AAK0B;;ACH1B;AAqIA;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5423511,2.01855439 L15.4608269,4.94188022 C15.759058,5.24049399 15.7540708,5.71930573 15.4488577,6.01174128 C15.2992434,6.15589965 15.1037475,6.22797884 14.9092489,6.22797884 C14.7087658,6.22797884 14.5082827,6.15178084 14.3566735,6.00041455 L12.7897134,4.43011801 L12.7896262,7.65065532 C15.8841726,7.84776016 18.2821283,9.23709495 18.2821283,10.9217 L18.2785446,11.0499377 C18.2909073,11.1039537 18.2974377,11.1601929 18.2974377,11.2179574 L18.2974377,19.1003385 C18.2974377,19.1538763 18.291828,19.2061039 18.2811645,19.2564656 C18.2765289,19.339797 18.2576214,19.4242498 18.2231081,19.506025 C17.5333531,21.1403221 14.9651938,22.1767 12.1641062,22.1767 C8.70526794,22.1767 6.91248826,21.2777016 5.89189641,19.6050415 C5.84507632,19.5283075 5.81367943,19.4464896 5.79683042,19.3632032 C5.76680811,19.2817583 5.75,19.1930113 5.75,19.1003385 L5.75,15.2732784 L5.76725897,11.0995643 C5.76746717,11.049197 5.77263555,11.0000097 5.78229947,10.9524635 L5.78212831,10.9217 C5.78212831,9.24251634 8.1646747,7.85670551 11.2447755,7.6525953 L11.2446966,4.37760317 L9.67075448,5.95407793 C9.36953108,6.25475111 8.88178855,6.25681051 8.57857028,5.96540466 C8.2743546,5.67296911 8.26837,5.19415737 8.56660114,4.89554361 L11.4391952,2.01855439 C11.7294469,1.72714854 12.2520994,1.72714854 12.5423511,2.01855439 Z M16.7980565,17.0346879 C15.6284933,17.7585762 13.9432869,18.1767 12.1641062,18.1767 C9.89115533,18.1767 8.33766978,17.7884795 7.24998829,17.0476062 L7.24998829,18.9447 C8.00054615,20.0712802 9.30981143,20.6767 12.1641062,20.6767 C14.3559893,20.6767 16.3147372,19.9145998 16.7980565,19.0127897 L16.7980565,17.0346879 Z M7.25895835,13.0489381 L7.251,14.9467 C8.00054615,16.0712802 9.30981143,16.6767 12.1641062,16.6767 C14.3559893,16.6767 16.3147372,15.9145998 16.7980369,15.0127897 L16.7971457,13.054007 C15.6507241,13.7653549 13.9414047,14.2167 12.0321283,14.2167 C10.1183209,14.2167 8.40542055,13.7632101 7.25895835,13.0489381 Z M12.7893799,9.15422024 L12.7897134,10.0441982 C12.7897134,10.4612278 12.4436057,10.8 12.0167063,10.8 C11.5908043,10.8 11.2446966,10.4612278 11.2446966,10.0441982 L11.2439431,9.15653176 C8.92033298,9.33372836 7.28212831,10.2625503 7.28212831,10.9217 C7.28212831,11.6531582 9.29946855,12.7167 12.0321283,12.7167 C14.7647881,12.7167 16.7821283,11.6531582 16.7821283,10.9217 C16.7821283,10.2596291 15.129371,9.32549034 12.7893799,9.15422024 Z"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,222 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter, ElementRef, OnInit } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
import { ThemeColor } from '@kirbydesign/core';
|
|
5
|
+
import * as i4 from '@angular/router';
|
|
6
|
+
import { Params } from '@angular/router';
|
|
7
|
+
import * as i26 from '@kirbydesign/designsystem/modal';
|
|
8
|
+
import { ModalNavigationService, ModalController } from '@kirbydesign/designsystem/modal';
|
|
9
|
+
export * from '@kirbydesign/designsystem/modal';
|
|
10
|
+
import * as i23 from '@kirbydesign/designsystem/accordion';
|
|
11
|
+
export * from '@kirbydesign/designsystem/accordion';
|
|
12
|
+
import * as i42 from '@kirbydesign/designsystem/avatar';
|
|
13
|
+
export * from '@kirbydesign/designsystem/avatar';
|
|
14
|
+
import * as i44 from '@kirbydesign/designsystem/button';
|
|
15
|
+
export * from '@kirbydesign/designsystem/button';
|
|
16
|
+
import * as i43 from '@kirbydesign/designsystem/calendar';
|
|
17
|
+
export * from '@kirbydesign/designsystem/calendar';
|
|
18
|
+
import * as i17 from '@kirbydesign/designsystem/card';
|
|
19
|
+
export * from '@kirbydesign/designsystem/card';
|
|
20
|
+
import * as i40 from '@kirbydesign/designsystem/checkbox';
|
|
21
|
+
export * from '@kirbydesign/designsystem/checkbox';
|
|
22
|
+
import { KirbyConfig } from '@kirbydesign/designsystem/config';
|
|
23
|
+
export * from '@kirbydesign/designsystem/config';
|
|
24
|
+
import * as i47 from '@kirbydesign/designsystem/data-table';
|
|
25
|
+
export * from '@kirbydesign/designsystem/data-table';
|
|
26
|
+
import * as i27 from '@kirbydesign/designsystem/divider';
|
|
27
|
+
export * from '@kirbydesign/designsystem/divider';
|
|
28
|
+
import * as i20 from '@kirbydesign/designsystem/dropdown';
|
|
29
|
+
export * from '@kirbydesign/designsystem/dropdown';
|
|
30
|
+
import * as i19 from '@kirbydesign/designsystem/empty-state';
|
|
31
|
+
export * from '@kirbydesign/designsystem/empty-state';
|
|
32
|
+
import * as i37 from '@kirbydesign/designsystem/fab-sheet';
|
|
33
|
+
export * from '@kirbydesign/designsystem/fab-sheet';
|
|
34
|
+
import * as i45 from '@kirbydesign/designsystem/flag';
|
|
35
|
+
export * from '@kirbydesign/designsystem/flag';
|
|
36
|
+
import * as i21 from '@kirbydesign/designsystem/form-field';
|
|
37
|
+
export * from '@kirbydesign/designsystem/form-field';
|
|
38
|
+
export * from '@kirbydesign/designsystem/helpers';
|
|
39
|
+
export * from '@kirbydesign/designsystem/helpers/scss';
|
|
40
|
+
import * as i11 from '@kirbydesign/designsystem/icon';
|
|
41
|
+
export * from '@kirbydesign/designsystem/icon';
|
|
42
|
+
import * as i12 from '@kirbydesign/designsystem/item';
|
|
43
|
+
export * from '@kirbydesign/designsystem/item';
|
|
44
|
+
import * as i25 from '@kirbydesign/designsystem/item-group';
|
|
45
|
+
export * from '@kirbydesign/designsystem/item-group';
|
|
46
|
+
import * as i34 from '@kirbydesign/designsystem/item-sliding';
|
|
47
|
+
export * from '@kirbydesign/designsystem/item-sliding';
|
|
48
|
+
import * as i5 from '@kirbydesign/designsystem/kirby-app';
|
|
49
|
+
export * from '@kirbydesign/designsystem/kirby-app';
|
|
50
|
+
import * as i14 from '@kirbydesign/designsystem/list';
|
|
51
|
+
export * from '@kirbydesign/designsystem/list';
|
|
52
|
+
import * as i36 from '@kirbydesign/designsystem/loading-overlay';
|
|
53
|
+
export * from '@kirbydesign/designsystem/loading-overlay';
|
|
54
|
+
import * as i7 from '@kirbydesign/designsystem/page';
|
|
55
|
+
export * from '@kirbydesign/designsystem/page';
|
|
56
|
+
import * as i30 from '@kirbydesign/designsystem/popover';
|
|
57
|
+
export * from '@kirbydesign/designsystem/popover';
|
|
58
|
+
import * as i31 from '@kirbydesign/designsystem/progress-circle';
|
|
59
|
+
export * from '@kirbydesign/designsystem/progress-circle';
|
|
60
|
+
import * as i18 from '@kirbydesign/designsystem/radio';
|
|
61
|
+
export * from '@kirbydesign/designsystem/radio';
|
|
62
|
+
import * as i33 from '@kirbydesign/designsystem/range';
|
|
63
|
+
export * from '@kirbydesign/designsystem/range';
|
|
64
|
+
import * as i35 from '@kirbydesign/designsystem/reorder-list';
|
|
65
|
+
export * from '@kirbydesign/designsystem/reorder-list';
|
|
66
|
+
import * as i6 from '@kirbydesign/designsystem/router-outlet';
|
|
67
|
+
export * from '@kirbydesign/designsystem/router-outlet';
|
|
68
|
+
import * as i32 from '@kirbydesign/designsystem/section-header';
|
|
69
|
+
export * from '@kirbydesign/designsystem/section-header';
|
|
70
|
+
import * as i28 from '@kirbydesign/designsystem/shared';
|
|
71
|
+
export * from '@kirbydesign/designsystem/shared';
|
|
72
|
+
import * as i22 from '@kirbydesign/designsystem/slide';
|
|
73
|
+
export * from '@kirbydesign/designsystem/slide';
|
|
74
|
+
import * as i39 from '@kirbydesign/designsystem/slide-button';
|
|
75
|
+
export * from '@kirbydesign/designsystem/slide-button';
|
|
76
|
+
import * as i16 from '@kirbydesign/designsystem/spinner';
|
|
77
|
+
export * from '@kirbydesign/designsystem/spinner';
|
|
78
|
+
import * as i10 from '@kirbydesign/designsystem/tabs';
|
|
79
|
+
export * from '@kirbydesign/designsystem/tabs';
|
|
80
|
+
import * as i9 from '@kirbydesign/designsystem/tab-navigation';
|
|
81
|
+
export * from '@kirbydesign/designsystem/tab-navigation';
|
|
82
|
+
export * from '@kirbydesign/designsystem/toast';
|
|
83
|
+
import * as i38 from '@kirbydesign/designsystem/toggle';
|
|
84
|
+
export * from '@kirbydesign/designsystem/toggle';
|
|
85
|
+
import * as i13 from '@kirbydesign/designsystem/toggle-button';
|
|
86
|
+
export * from '@kirbydesign/designsystem/toggle-button';
|
|
87
|
+
export * from '@kirbydesign/designsystem/types';
|
|
88
|
+
import * as i15 from '@kirbydesign/designsystem/chart';
|
|
89
|
+
export * from '@kirbydesign/designsystem/chart';
|
|
90
|
+
import * as i24 from '@kirbydesign/designsystem/action-group';
|
|
91
|
+
export * from '@kirbydesign/designsystem/action-group';
|
|
92
|
+
import * as i8 from '@kirbydesign/designsystem/header';
|
|
93
|
+
export * from '@kirbydesign/designsystem/header';
|
|
94
|
+
import * as i3 from '@angular/common';
|
|
95
|
+
import * as i41 from '@kirbydesign/designsystem/menu';
|
|
96
|
+
import * as i46 from '@kirbydesign/designsystem/badge';
|
|
97
|
+
|
|
98
|
+
type SegmentItemBadge = {
|
|
99
|
+
content?: string;
|
|
100
|
+
icon?: string;
|
|
101
|
+
description?: string;
|
|
102
|
+
themeColor: ThemeColor;
|
|
103
|
+
};
|
|
104
|
+
interface SegmentItem {
|
|
105
|
+
id: string;
|
|
106
|
+
text: string;
|
|
107
|
+
ariaLabel?: string;
|
|
108
|
+
badge?: SegmentItemBadge;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
declare enum SegmentedControlMode {
|
|
112
|
+
chip = "chip",
|
|
113
|
+
compactChip = "compactChip",
|
|
114
|
+
default = "default"
|
|
115
|
+
}
|
|
116
|
+
declare class SegmentedControlComponent<TItem extends SegmentItem = SegmentItem> implements ControlValueAccessor {
|
|
117
|
+
private ionSegmentElement;
|
|
118
|
+
/**
|
|
119
|
+
* Ensure that the click actually did originate from within the segment-button.
|
|
120
|
+
* We do not want to react to clicks on e.g. segment-btn-wrapper or badge.
|
|
121
|
+
*/
|
|
122
|
+
preventOutsideClick(event: TouchEvent): void;
|
|
123
|
+
mode: SegmentedControlMode | `${SegmentedControlMode}`;
|
|
124
|
+
get _modeCssClass(): string;
|
|
125
|
+
private _items;
|
|
126
|
+
get items(): TItem[];
|
|
127
|
+
set items(value: TItem[]);
|
|
128
|
+
protected isDisabled: boolean;
|
|
129
|
+
/**
|
|
130
|
+
* After upgrading to Ionic standalone components (Ionic v.7.6.6)
|
|
131
|
+
* there is a lifecycle bug between Angular/Ionic/Stencil that prevents
|
|
132
|
+
* the value of the segment component to be reflected in the checked state
|
|
133
|
+
* of it's slotted segment buttons.
|
|
134
|
+
* This has been patched here: https://github.com/ionic-team/ionic-framework/pull/28837
|
|
135
|
+
* However the patch doesn't fix the problem if `items` are updated after first initialization
|
|
136
|
+
* and the ion-segment-button(s) are re-rerendered.
|
|
137
|
+
*/
|
|
138
|
+
private ensureIonSegmentSelected;
|
|
139
|
+
private _selectedIndex;
|
|
140
|
+
get selectedIndex(): number;
|
|
141
|
+
set selectedIndex(index: number);
|
|
142
|
+
selectedIndexChange: EventEmitter<number>;
|
|
143
|
+
private _value;
|
|
144
|
+
get value(): NoInfer<TItem>;
|
|
145
|
+
set value(value: NoInfer<TItem>);
|
|
146
|
+
isSmallSize: boolean;
|
|
147
|
+
set size(size: 'sm' | 'md');
|
|
148
|
+
private _disableChangeOnSwipe;
|
|
149
|
+
get disableChangeOnSwipe(): boolean;
|
|
150
|
+
set disableChangeOnSwipe(value: boolean);
|
|
151
|
+
segmentSelect: EventEmitter<TItem>;
|
|
152
|
+
onSegmentSelect(selectedId: string): void;
|
|
153
|
+
focusNativeButton(event: UIEvent): void;
|
|
154
|
+
private _segmentElementHasFocus;
|
|
155
|
+
getTabIndex(item: TItem, index: number): number;
|
|
156
|
+
_onFocusInOut(): void;
|
|
157
|
+
private onChange;
|
|
158
|
+
private onTouched;
|
|
159
|
+
/**
|
|
160
|
+
* Sets the segmented control's value. Part of the ControlValueAccessor interface
|
|
161
|
+
* required to integrate with Angular's core forms API.
|
|
162
|
+
*
|
|
163
|
+
* @param value New value to be written to the model.
|
|
164
|
+
*/
|
|
165
|
+
writeValue(value: NoInfer<TItem>): void;
|
|
166
|
+
/**
|
|
167
|
+
* Saves a callback function to be invoked when the segmented control's value
|
|
168
|
+
* changes from user input. Part of the ControlValueAccessor interface
|
|
169
|
+
* required to integrate with Angular's core forms API.
|
|
170
|
+
*
|
|
171
|
+
* @param fn Callback to be triggered when the value changes.
|
|
172
|
+
*/
|
|
173
|
+
registerOnChange(fn: (value: NoInfer<TItem>) => void): void;
|
|
174
|
+
/**
|
|
175
|
+
* Saves a callback function to be invoked when the segmented control is blurred
|
|
176
|
+
* by the user. Part of the ControlValueAccessor interface required
|
|
177
|
+
* to integrate with Angular's core forms API.
|
|
178
|
+
*
|
|
179
|
+
* @param fn Callback to be triggered when the component has been touched.
|
|
180
|
+
*/
|
|
181
|
+
registerOnTouched(fn: () => void): void;
|
|
182
|
+
/**
|
|
183
|
+
* Disables the segmented control. Part of the ControlValueAccessor interface required
|
|
184
|
+
* to integrate with Angular's core forms API.
|
|
185
|
+
*
|
|
186
|
+
* @param isDisabled Sets whether the component is disabled.
|
|
187
|
+
*/
|
|
188
|
+
setDisabledState(isDisabled: boolean): void;
|
|
189
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedControlComponent<any>, never>;
|
|
190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedControlComponent<any>, "kirby-segmented-control", never, { "mode": { "alias": "mode"; "required": false; }; "items": { "alias": "items"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "value": { "alias": "value"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disableChangeOnSwipe": { "alias": "disableChangeOnSwipe"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "segmentSelect": "segmentSelect"; }, never, never, true, never>;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
declare class KeyHandlerDirective {
|
|
194
|
+
private element;
|
|
195
|
+
constructor(element: ElementRef);
|
|
196
|
+
keyEvent(event: KeyboardEvent): void;
|
|
197
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeyHandlerDirective, never>;
|
|
198
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KeyHandlerDirective, "[keyHandler]", never, {}, {}, never, never, false, never>;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
declare class ModalRouterLinkDirective implements OnInit {
|
|
202
|
+
private modalNavigationService;
|
|
203
|
+
private elementRef;
|
|
204
|
+
constructor(modalNavigationService: ModalNavigationService, elementRef: ElementRef);
|
|
205
|
+
ngOnInit(): void;
|
|
206
|
+
path: string | string[];
|
|
207
|
+
queryParams?: Params;
|
|
208
|
+
onClick(): boolean;
|
|
209
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalRouterLinkDirective, never>;
|
|
210
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ModalRouterLinkDirective, "[kirbyModalRouterLink]", never, { "path": { "alias": "kirbyModalRouterLink"; "required": false; }; "queryParams": { "alias": "kirbyModalQueryParams"; "required": false; }; }, {}, never, never, false, never>;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
declare class KirbyModule {
|
|
214
|
+
constructor(modalController: ModalController, config?: KirbyConfig);
|
|
215
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KirbyModule, [null, { optional: true; }]>;
|
|
216
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KirbyModule, [typeof ModalRouterLinkDirective, typeof KeyHandlerDirective], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.KirbyAppModule, typeof i6.RouterOutletModule, typeof i7.PageModule, typeof i8.HeaderModule, typeof i9.TabNavigationModule, typeof i10.TabsModule, typeof i11.IconModule, typeof i12.ItemModule, typeof i13.ToggleButtonModule, typeof i14.ListModule, typeof i15.ChartsModule, typeof i16.SpinnerModule, typeof i17.CardModule, typeof i18.RadioModule, typeof i19.EmptyStateModule, typeof i20.DropdownModule, typeof i21.FormFieldModule, typeof i22.SlideModule, typeof i23.AccordionModule, typeof i8.HeaderModule, typeof i24.ActionGroupComponent, typeof i25.ItemGroupComponent, typeof i26.ModalCompactWrapperComponent, typeof i21.TextareaComponent, typeof i21.InputComponent, typeof i21.AffixDirective, typeof i27.DividerComponent, typeof i28.ThemeColorDirective, typeof SegmentedControlComponent, typeof i26.AlertComponent, typeof i30.PopoverComponent, typeof i31.ProgressCircleRingComponent, typeof i26.ModalWrapperComponent, typeof i32.SectionHeaderComponent, typeof i33.RangeComponent, typeof i34.ItemSlidingComponent, typeof i31.ProgressCircleComponent, typeof i35.ReorderListComponent, typeof i36.LoadingOverlayComponent, typeof i37.FabSheetComponent, typeof i38.ToggleComponent, typeof i39.SlideButtonComponent, typeof SegmentedControlComponent, typeof i40.CheckboxComponent, typeof i41.MenuComponent, typeof i26.ActionSheetComponent, typeof i26.ModalFooterComponent, typeof i42.AvatarComponent, typeof i43.CalendarComponent, typeof i44.ButtonComponent, typeof i28.ComponentLoaderDirective, typeof i45.FlagComponent, typeof i46.BadgeComponent, typeof i26.ModalComponent, typeof i47.TableSortableComponent], [typeof i5.KirbyAppModule, typeof i6.RouterOutletModule, typeof i7.PageModule, typeof i8.HeaderModule, typeof i9.TabNavigationModule, typeof i10.TabsModule, typeof i11.IconModule, typeof i12.ItemModule, typeof i13.ToggleButtonModule, typeof i14.ListModule, typeof i15.ChartsModule, typeof i16.SpinnerModule, typeof i17.CardModule, typeof i18.RadioModule, typeof i19.EmptyStateModule, typeof i20.DropdownModule, typeof i21.FormFieldModule, typeof i22.SlideModule, typeof i23.AccordionModule, typeof i8.HeaderModule, typeof i24.ActionGroupComponent, typeof i25.ItemGroupComponent, typeof i26.ModalCompactWrapperComponent, typeof i21.TextareaComponent, typeof i21.InputComponent, typeof i21.AffixDirective, typeof i27.DividerComponent, typeof i28.ThemeColorDirective, typeof SegmentedControlComponent, typeof i26.AlertComponent, typeof i30.PopoverComponent, typeof i31.ProgressCircleRingComponent, typeof i26.ModalWrapperComponent, typeof i32.SectionHeaderComponent, typeof i33.RangeComponent, typeof i34.ItemSlidingComponent, typeof i31.ProgressCircleComponent, typeof i35.ReorderListComponent, typeof i36.LoadingOverlayComponent, typeof i37.FabSheetComponent, typeof i38.ToggleComponent, typeof i39.SlideButtonComponent, typeof SegmentedControlComponent, typeof i40.CheckboxComponent, typeof i41.MenuComponent, typeof i26.ActionSheetComponent, typeof i26.ModalFooterComponent, typeof i42.AvatarComponent, typeof i43.CalendarComponent, typeof i44.ButtonComponent, typeof i28.ComponentLoaderDirective, typeof i45.FlagComponent, typeof i46.BadgeComponent, typeof i26.ModalComponent, typeof i47.TableSortableComponent, typeof ModalRouterLinkDirective]>;
|
|
217
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KirbyModule>;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export { KeyHandlerDirective, KirbyModule, ModalRouterLinkDirective, SegmentedControlComponent, SegmentedControlMode };
|
|
221
|
+
export type { SegmentItem };
|
|
222
|
+
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../src/lib/components/segmented-control/segment-item.ts","../src/lib/components/segmented-control/segmented-control.component.ts","../src/lib/directives/key-handler/key-handler.directive.ts","../src/lib/directives/modal-router-link/modal-router-link.directive.ts","../src/lib/kirby.module.ts"],"sourcesContent":[null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA;;;;;;;;;;;AAWC;;ACOD;AACE;AACA;AACA;AACD;AAED;;AAoBE;;;AAGG;;AAUM;AAET;;AAUA;AAIA;;AAQA;;;;;;;;AAQG;AACH;;;AAqBA;AAQU;;AAGV;;;AAWA;;;AASA;AAIU;;;;AAqBV;;;;AA0BA;;;;;AAKG;;AAOH;;;;;;AAMG;AACH;AAIA;;;;;;AAMG;AACH;AAIA;;;;;AAKG;AACH;;;AAGD;;AC5OD;AAMc;AAAQ;;;;AAYrB;;AChBD;AAMI;AACA;AADQ;AAIV;AAI+B;;AAK/B;;;AAOD;;AC8GD;AAQI;;;;AAKH;;;"}
|
package/item/index.d.ts
CHANGED
|
@@ -1,6 +1,53 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
|
|
3
|
+
import * as i3 from '@kirbydesign/designsystem/icon';
|
|
4
|
+
import * as i4 from '@angular/common';
|
|
5
|
+
import * as i5 from '@ionic/angular/standalone';
|
|
6
|
+
|
|
7
|
+
declare enum ItemSize {
|
|
8
|
+
XS = "xs",
|
|
9
|
+
SM = "sm",
|
|
10
|
+
MD = "md"
|
|
11
|
+
}
|
|
12
|
+
declare class ItemComponent implements AfterViewInit {
|
|
13
|
+
private elementRef;
|
|
14
|
+
private renderer;
|
|
15
|
+
private _linkAttributesToForward;
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
selected: boolean;
|
|
18
|
+
disclosure: 'link' | 'arrow-more' | 'arrow-down' | 'arrow-up' | null;
|
|
19
|
+
selectable: boolean;
|
|
20
|
+
reorderable: boolean;
|
|
21
|
+
size: ItemSize | `${ItemSize}`;
|
|
22
|
+
href: string;
|
|
23
|
+
rotateIcon: boolean;
|
|
24
|
+
private checkbox;
|
|
25
|
+
private radio;
|
|
26
|
+
private toggle;
|
|
27
|
+
private button;
|
|
28
|
+
private ionItem;
|
|
29
|
+
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
|
|
30
|
+
ngAfterViewInit(): void;
|
|
31
|
+
onMouseDown(event: MouseEvent): void;
|
|
32
|
+
get _renderButton(): boolean;
|
|
33
|
+
get _renderLink(): string;
|
|
34
|
+
private containsNestedInteractives;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ItemComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemComponent, "kirby-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disclosure": { "alias": "disclosure"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "size": { "alias": "size"; "required": false; }; "href": { "alias": "href"; "required": false; }; "rotateIcon": { "alias": "rotateIcon"; "required": false; }; }, {}, ["checkbox", "radio", "toggle", "button"], ["[slot='outside']", "*"], false, never>;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
declare class LabelComponent {
|
|
40
|
+
direction: 'vertical' | 'horizontal';
|
|
41
|
+
get _direction(): boolean;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "kirby-label", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
declare class ItemModule {
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ItemModule, never>;
|
|
48
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ItemModule, [typeof ItemComponent, typeof LabelComponent], [typeof i3.IconModule, typeof i4.CommonModule, typeof i5.IonItem, typeof i5.IonReorder, typeof i5.IonLabel], [typeof ItemComponent, typeof LabelComponent]>;
|
|
49
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ItemModule>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export { ItemComponent, ItemModule, ItemSize, LabelComponent };
|
|
53
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../item/src/item.component.ts","../../item/src/label/label.component.ts","../../item/src/item.module.ts"],"sourcesContent":[null,null,null],"names":[],"mappings":";;;;;;AAmBA,aAAA,QAAA;AACE;AACA;AACA;AACD;AAED,cAAA,aAAA,YAAA,aAAA;AA4CI;AACA;;;;;;;AApBF,UAAA,QAAA,MAAA,QAAA;;;;;;;;;AAuBA;;;;AAgCA;;;AAGD;;AC1GD,cAAA,cAAA;AAQE;AAEA;;;AAID;;ACPD,cAAA,UAAA;;;;AAK0B;;;;"}
|
package/item-group/index.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class ItemGroupComponent {
|
|
4
|
+
role: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ItemGroupComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemGroupComponent, "kirby-item-group", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export { ItemGroupComponent };
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../item-group/src/item-group.component.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEA,cAAA,kBAAA;;;;AAOC;;;;"}
|