@kirbydesign/designsystem 11.0.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +42 -6
- package/accordion/index.d.ts.map +1 -0
- package/action-group/index.d.ts +43 -6
- package/action-group/index.d.ts.map +1 -0
- package/avatar/index.d.ts +28 -6
- package/avatar/index.d.ts.map +1 -0
- package/badge/index.d.ts +20 -6
- package/badge/index.d.ts.map +1 -0
- package/button/index.d.ts +43 -6
- package/button/index.d.ts.map +1 -0
- package/calendar/index.d.ts +137 -6
- package/calendar/index.d.ts.map +1 -0
- package/card/index.d.ts +72 -6
- package/card/index.d.ts.map +1 -0
- package/chart/index.d.ts +198 -4
- package/chart/index.d.ts.map +1 -0
- package/checkbox/index.d.ts +69 -6
- package/checkbox/index.d.ts.map +1 -0
- package/config/index.d.ts +40 -4
- package/config/index.d.ts.map +1 -0
- package/data-table/index.d.ts +30 -4
- package/data-table/index.d.ts.map +1 -0
- package/divider/index.d.ts +10 -6
- package/divider/index.d.ts.map +1 -0
- package/dropdown/index.d.ts +166 -6
- package/dropdown/index.d.ts.map +1 -0
- package/empty-state/index.d.ts +37 -6
- package/empty-state/index.d.ts.map +1 -0
- package/fab-sheet/index.d.ts +29 -6
- package/fab-sheet/index.d.ts.map +1 -0
- package/fesm2022/kirbydesign-designsystem-accordion.mjs +42 -22
- package/fesm2022/kirbydesign-designsystem-accordion.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-action-group.mjs +5 -7
- package/fesm2022/kirbydesign-designsystem-action-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-avatar.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-avatar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-badge.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-badge.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-button.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-calendar.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-calendar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-card.mjs +20 -21
- package/fesm2022/kirbydesign-designsystem-card.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-chart.mjs +478 -478
- package/fesm2022/kirbydesign-designsystem-chart.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-config.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-data-table.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-data-table.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-divider.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-divider.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs +27 -22
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs +10 -9
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-flag.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-flag.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-form-field.mjs +48 -41
- package/fesm2022/kirbydesign-designsystem-form-field.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-header.mjs +20 -20
- package/fesm2022/kirbydesign-designsystem-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers-scss.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
- package/fesm2022/kirbydesign-designsystem-helpers.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-icon.mjs +11 -10
- package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-group.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-item-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item.mjs +12 -13
- package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-list.mjs +43 -46
- package/fesm2022/kirbydesign-designsystem-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-menu.mjs +8 -10
- package/fesm2022/kirbydesign-designsystem-menu.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-modal.mjs +643 -634
- package/fesm2022/kirbydesign-designsystem-modal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-page.mjs +67 -54
- package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-popover.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-popover.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +8 -9
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-radio.mjs +16 -16
- package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-range.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-section-header.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-section-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared.mjs +18 -18
- package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs +17 -70
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide.mjs +14 -14
- package/fesm2022/kirbydesign-designsystem-slide.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-spinner.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +11 -11
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tabs.mjs +14 -15
- package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs +286 -286
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-toast.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-types.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem.mjs +17 -18
- package/fesm2022/kirbydesign-designsystem.mjs.map +1 -1
- package/flag/index.d.ts +14 -6
- package/flag/index.d.ts.map +1 -0
- package/form-field/index.d.ts +230 -6
- package/form-field/index.d.ts.map +1 -0
- package/header/index.d.ts +70 -6
- package/header/index.d.ts.map +1 -0
- package/helpers/index.d.ts +94 -4
- package/helpers/index.d.ts.map +1 -0
- package/helpers/scss/index.d.ts +9 -6
- package/helpers/scss/index.d.ts.map +1 -0
- package/icon/index.d.ts +66 -4
- package/icon/index.d.ts.map +1 -0
- package/icons/svg/top-up.svg +1 -0
- package/index.d.ts +222 -6
- package/index.d.ts.map +1 -0
- package/item/index.d.ts +53 -6
- package/item/index.d.ts.map +1 -0
- package/item-group/index.d.ts +10 -6
- package/item-group/index.d.ts.map +1 -0
- package/item-sliding/index.d.ts +28 -6
- package/item-sliding/index.d.ts.map +1 -0
- package/kirby-app/index.d.ts +21 -6
- package/kirby-app/index.d.ts.map +1 -0
- package/list/index.d.ts +282 -4
- package/list/index.d.ts.map +1 -0
- package/loading-overlay/index.d.ts +26 -6
- package/loading-overlay/index.d.ts.map +1 -0
- package/menu/index.d.ts +71 -6
- package/menu/index.d.ts.map +1 -0
- package/modal/index.d.ts +492 -4
- package/modal/index.d.ts.map +1 -0
- package/package.json +17 -17
- package/page/index.d.ts +233 -4
- package/page/index.d.ts.map +1 -0
- package/popover/index.d.ts +40 -6
- package/popover/index.d.ts.map +1 -0
- package/progress-circle/index.d.ts +64 -6
- package/progress-circle/index.d.ts.map +1 -0
- package/radio/index.d.ts +100 -6
- package/radio/index.d.ts.map +1 -0
- package/range/index.d.ts +45 -6
- package/range/index.d.ts.map +1 -0
- package/reorder-list/index.d.ts +34 -6
- package/reorder-list/index.d.ts.map +1 -0
- package/router-outlet/index.d.ts +20 -6
- package/router-outlet/index.d.ts.map +1 -0
- package/section-header/index.d.ts +9 -6
- package/section-header/index.d.ts.map +1 -0
- package/shared/floating/index.d.ts +138 -4
- package/shared/floating/index.d.ts.map +1 -0
- package/shared/index.d.ts +150 -4
- package/shared/index.d.ts.map +1 -0
- package/shared/portal/index.d.ts +36 -4
- package/shared/portal/index.d.ts.map +1 -0
- package/slide/index.d.ts +66 -6
- package/slide/index.d.ts.map +1 -0
- package/slide-button/index.d.ts +35 -6
- package/slide-button/index.d.ts.map +1 -0
- package/spinner/index.d.ts +16 -6
- package/spinner/index.d.ts.map +1 -0
- package/tab-navigation/index.d.ts +58 -6
- package/tab-navigation/index.d.ts.map +1 -0
- package/tabs/index.d.ts +49 -6
- package/tabs/index.d.ts.map +1 -0
- package/testing/index.d.ts +62 -6
- package/testing/index.d.ts.map +1 -0
- package/testing-base/index.d.ts +816 -6
- package/testing-base/index.d.ts.map +1 -0
- package/testing-jasmine/index.d.ts +11 -6
- package/testing-jasmine/index.d.ts.map +1 -0
- package/testing-jest/index.d.ts +11 -6
- package/testing-jest/index.d.ts.map +1 -0
- package/toast/index.d.ts +34 -6
- package/toast/index.d.ts.map +1 -0
- package/toggle/index.d.ts +64 -6
- package/toggle/index.d.ts.map +1 -0
- package/toggle-button/index.d.ts +58 -6
- package/toggle-button/index.d.ts.map +1 -0
- package/types/index.d.ts +21 -6
- package/types/index.d.ts.map +1 -0
- package/accordion/accordion-item.component.d.ts +0 -22
- package/accordion/accordion-item.component.d.ts.map +0 -1
- package/accordion/accordion.directive.d.ts +0 -6
- package/accordion/accordion.directive.d.ts.map +0 -1
- package/accordion/accordion.module.d.ts +0 -10
- package/accordion/accordion.module.d.ts.map +0 -1
- package/accordion/kirbydesign-designsystem-accordion.d.ts.map +0 -1
- package/accordion/public_api.d.ts +0 -4
- package/accordion/public_api.d.ts.map +0 -1
- package/action-group/action-group.component.d.ts +0 -40
- package/action-group/action-group.component.d.ts.map +0 -1
- package/action-group/kirbydesign-designsystem-action-group.d.ts.map +0 -1
- package/action-group/public_api.d.ts +0 -2
- package/action-group/public_api.d.ts.map +0 -1
- package/avatar/avatar.component.d.ts +0 -25
- package/avatar/avatar.component.d.ts.map +0 -1
- package/avatar/kirbydesign-designsystem-avatar.d.ts.map +0 -1
- package/avatar/public_api.d.ts +0 -2
- package/avatar/public_api.d.ts.map +0 -1
- package/badge/badge.component.d.ts +0 -16
- package/badge/badge.component.d.ts.map +0 -1
- package/badge/kirbydesign-designsystem-badge.d.ts.map +0 -1
- package/badge/public_api.d.ts +0 -2
- package/badge/public_api.d.ts.map +0 -1
- package/button/button.component.d.ts +0 -39
- package/button/button.component.d.ts.map +0 -1
- package/button/kirbydesign-designsystem-button.d.ts.map +0 -1
- package/button/public_api.d.ts +0 -2
- package/button/public_api.d.ts.map +0 -1
- package/calendar/calendar.component.d.ts +0 -113
- package/calendar/calendar.component.d.ts.map +0 -1
- package/calendar/interfaces/calendar-day.d.ts +0 -18
- package/calendar/interfaces/calendar-day.d.ts.map +0 -1
- package/calendar/interfaces/calendar-year-navigator-config.d.ts +0 -5
- package/calendar/interfaces/calendar-year-navigator-config.d.ts.map +0 -1
- package/calendar/kirbydesign-designsystem-calendar.d.ts.map +0 -1
- package/calendar/public_api.d.ts +0 -3
- package/calendar/public_api.d.ts.map +0 -1
- package/card/card-as-button/card-as-button.directive.d.ts +0 -16
- package/card/card-as-button/card-as-button.directive.d.ts.map +0 -1
- package/card/card-flag-level.d.ts +0 -3
- package/card/card-flag-level.d.ts.map +0 -1
- package/card/card-footer/card-footer.component.d.ts +0 -7
- package/card/card-footer/card-footer.component.d.ts.map +0 -1
- package/card/card-header/card-header.component.d.ts +0 -13
- package/card/card-header/card-header.component.d.ts.map +0 -1
- package/card/card.component.d.ts +0 -27
- package/card/card.component.d.ts.map +0 -1
- package/card/card.module.d.ts +0 -13
- package/card/card.module.d.ts.map +0 -1
- package/card/kirbydesign-designsystem-card.d.ts.map +0 -1
- package/card/public_api.d.ts +0 -7
- package/card/public_api.d.ts.map +0 -1
- package/chart/chart/chart.component.d.ts +0 -8
- package/chart/chart/chart.component.d.ts.map +0 -1
- package/chart/chart/index.d.ts +0 -2
- package/chart/chart/index.d.ts.map +0 -1
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts +0 -10
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts.map +0 -1
- package/chart/chart-config/chart-base-config.d.ts +0 -7
- package/chart/chart-config/chart-base-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts +0 -21
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts +0 -5
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts +0 -3
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts +0 -13
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts.map +0 -1
- package/chart/charts.module.d.ts +0 -9
- package/chart/charts.module.d.ts.map +0 -1
- package/chart/kirbydesign-designsystem-chart.d.ts.map +0 -1
- package/chart/public_api.d.ts +0 -7
- package/chart/public_api.d.ts.map +0 -1
- package/chart/shared/base-chart/base-chart.component.d.ts +0 -35
- package/chart/shared/base-chart/base-chart.component.d.ts.map +0 -1
- package/chart/shared/base-chart/index.d.ts +0 -2
- package/chart/shared/base-chart/index.d.ts.map +0 -1
- package/chart/shared/chart-config-service/chart-config.service.d.ts +0 -31
- package/chart/shared/chart-config-service/chart-config.service.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts +0 -49
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts +0 -5
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/type.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/type.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/index.d.ts +0 -2
- package/chart/shared/chart-config-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/annotations.delegate.d.ts +0 -17
- package/chart/shared/chart-js-service/annotations.delegate.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chart-js.service.d.ts +0 -46
- package/chart/shared/chart-js-service/chart-js.service.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts +0 -15
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts.map +0 -1
- package/chart/shared/chart-js-service/configured-chart-js.d.ts +0 -4
- package/chart/shared/chart-js-service/configured-chart-js.d.ts.map +0 -1
- package/chart/shared/chart-js-service/index.d.ts +0 -3
- package/chart/shared/chart-js-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/test-utils.d.ts +0 -5
- package/chart/shared/chart-js-service/test-utils.d.ts.map +0 -1
- package/chart/shared/charts.types.d.ts +0 -27
- package/chart/shared/charts.types.d.ts.map +0 -1
- package/chart/shared/index.d.ts +0 -5
- package/chart/shared/index.d.ts.map +0 -1
- package/chart/stock-chart/index.d.ts +0 -2
- package/chart/stock-chart/index.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart-js.service.d.ts +0 -38
- package/chart/stock-chart/stock-chart-js.service.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart.component.d.ts +0 -10
- package/chart/stock-chart/stock-chart.component.d.ts.map +0 -1
- package/checkbox/checkbox.component.d.ts +0 -66
- package/checkbox/checkbox.component.d.ts.map +0 -1
- package/checkbox/kirbydesign-designsystem-checkbox.d.ts.map +0 -1
- package/checkbox/public_api.d.ts +0 -2
- package/checkbox/public_api.d.ts.map +0 -1
- package/config/kirbydesign-designsystem-config.d.ts.map +0 -1
- package/config/provide-kirby.d.ts +0 -38
- package/config/provide-kirby.d.ts.map +0 -1
- package/config/public_api.d.ts +0 -2
- package/config/public_api.d.ts.map +0 -1
- package/data-table/data-table.module.d.ts +0 -13
- package/data-table/data-table.module.d.ts.map +0 -1
- package/data-table/kirbydesign-designsystem-data-table.d.ts.map +0 -1
- package/data-table/public_api.d.ts +0 -3
- package/data-table/public_api.d.ts.map +0 -1
- package/data-table/sortable/sortable.component.d.ts +0 -18
- package/data-table/sortable/sortable.component.d.ts.map +0 -1
- package/divider/divider.component.d.ts +0 -7
- package/divider/divider.component.d.ts.map +0 -1
- package/divider/kirbydesign-designsystem-divider.d.ts.map +0 -1
- package/divider/public_api.d.ts +0 -2
- package/divider/public_api.d.ts.map +0 -1
- package/dropdown/dropdown.component.d.ts +0 -131
- package/dropdown/dropdown.component.d.ts.map +0 -1
- package/dropdown/dropdown.module.d.ts +0 -16
- package/dropdown/dropdown.module.d.ts.map +0 -1
- package/dropdown/dropdown.types.d.ts +0 -10
- package/dropdown/dropdown.types.d.ts.map +0 -1
- package/dropdown/keyboard-handler.service.d.ts +0 -7
- package/dropdown/keyboard-handler.service.d.ts.map +0 -1
- package/dropdown/kirbydesign-designsystem-dropdown.d.ts.map +0 -1
- package/dropdown/public_api.d.ts +0 -6
- package/dropdown/public_api.d.ts.map +0 -1
- package/empty-state/empty-state.component.d.ts +0 -24
- package/empty-state/empty-state.component.d.ts.map +0 -1
- package/empty-state/empty-state.module.d.ts +0 -11
- package/empty-state/empty-state.module.d.ts.map +0 -1
- package/empty-state/kirbydesign-designsystem-empty-state.d.ts.map +0 -1
- package/empty-state/public_api.d.ts +0 -3
- package/empty-state/public_api.d.ts.map +0 -1
- package/fab-sheet/fab-sheet.component.d.ts +0 -26
- package/fab-sheet/fab-sheet.component.d.ts.map +0 -1
- package/fab-sheet/kirbydesign-designsystem-fab-sheet.d.ts.map +0 -1
- package/fab-sheet/public_api.d.ts +0 -2
- package/fab-sheet/public_api.d.ts.map +0 -1
- package/flag/flag.component.d.ts +0 -10
- package/flag/flag.component.d.ts.map +0 -1
- package/flag/kirbydesign-designsystem-flag.d.ts.map +0 -1
- package/flag/public_api.d.ts +0 -2
- package/flag/public_api.d.ts.map +0 -1
- package/form-field/directives/affix/affix.directive.d.ts +0 -10
- package/form-field/directives/affix/affix.directive.d.ts.map +0 -1
- package/form-field/directives/date/date-input.directive.d.ts +0 -45
- package/form-field/directives/date/date-input.directive.d.ts.map +0 -1
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts +0 -41
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts.map +0 -1
- package/form-field/form-field-message/form-field-message.component.d.ts +0 -8
- package/form-field/form-field-message/form-field-message.component.d.ts.map +0 -1
- package/form-field/form-field.component.d.ts +0 -58
- package/form-field/form-field.component.d.ts.map +0 -1
- package/form-field/form-field.module.d.ts +0 -14
- package/form-field/form-field.module.d.ts.map +0 -1
- package/form-field/input/input.component.d.ts +0 -39
- package/form-field/input/input.component.d.ts.map +0 -1
- package/form-field/input-counter/input-counter.component.d.ts +0 -16
- package/form-field/input-counter/input-counter.component.d.ts.map +0 -1
- package/form-field/kirbydesign-designsystem-form-field.d.ts.map +0 -1
- package/form-field/public_api.d.ts +0 -10
- package/form-field/public_api.d.ts.map +0 -1
- package/form-field/textarea/textarea.component.d.ts +0 -28
- package/form-field/textarea/textarea.component.d.ts.map +0 -1
- package/header/header.component.d.ts +0 -59
- package/header/header.component.d.ts.map +0 -1
- package/header/header.module.d.ts +0 -10
- package/header/header.module.d.ts.map +0 -1
- package/header/kirbydesign-designsystem-header.d.ts.map +0 -1
- package/header/public_api.d.ts +0 -3
- package/header/public_api.d.ts.map +0 -1
- package/helpers/chart-config-has-type.d.ts +0 -3
- package/helpers/chart-config-has-type.d.ts.map +0 -1
- package/helpers/color-helper.d.ts +0 -2
- package/helpers/color-helper.d.ts.map +0 -1
- package/helpers/content-mutation-observer.d.ts +0 -9
- package/helpers/content-mutation-observer.d.ts.map +0 -1
- package/helpers/deep-copy.d.ts +0 -2
- package/helpers/deep-copy.d.ts.map +0 -1
- package/helpers/design-token-helper.d.ts +0 -2
- package/helpers/design-token-helper.d.ts.map +0 -1
- package/helpers/element-ancestor-utils.d.ts +0 -3
- package/helpers/element-ancestor-utils.d.ts.map +0 -1
- package/helpers/ionic-element-part-helper.d.ts +0 -10
- package/helpers/ionic-element-part-helper.d.ts.map +0 -1
- package/helpers/kirby-animation.d.ts +0 -20
- package/helpers/kirby-animation.d.ts.map +0 -1
- package/helpers/kirbydesign-designsystem-helpers.d.ts.map +0 -1
- package/helpers/line-clamp-helper.d.ts +0 -12
- package/helpers/line-clamp-helper.d.ts.map +0 -1
- package/helpers/merge-deep.d.ts +0 -17
- package/helpers/merge-deep.d.ts.map +0 -1
- package/helpers/platform.service.d.ts +0 -11
- package/helpers/platform.service.d.ts.map +0 -1
- package/helpers/public_api.d.ts +0 -15
- package/helpers/public_api.d.ts.map +0 -1
- package/helpers/scss/kirbydesign-designsystem-helpers-scss.d.ts.map +0 -1
- package/helpers/scss/public_api.d.ts +0 -2
- package/helpers/scss/public_api.d.ts.map +0 -1
- package/helpers/scss/scss-helper.d.ts +0 -7
- package/helpers/scss/scss-helper.d.ts.map +0 -1
- package/helpers/string-helper.d.ts +0 -2
- package/helpers/string-helper.d.ts.map +0 -1
- package/helpers/theme-color.type.d.ts +0 -2
- package/helpers/theme-color.type.d.ts.map +0 -1
- package/helpers/unique-id-generator.helper.d.ts +0 -9
- package/helpers/unique-id-generator.helper.d.ts.map +0 -1
- package/icon/icon-registry.service.d.ts +0 -21
- package/icon/icon-registry.service.d.ts.map +0 -1
- package/icon/icon-settings.d.ts +0 -8
- package/icon/icon-settings.d.ts.map +0 -1
- package/icon/icon.component.d.ts +0 -29
- package/icon/icon.component.d.ts.map +0 -1
- package/icon/icon.module.d.ts +0 -10
- package/icon/icon.module.d.ts.map +0 -1
- package/icon/kirby-icon-settings.d.ts +0 -4
- package/icon/kirby-icon-settings.d.ts.map +0 -1
- package/icon/kirbydesign-designsystem-icon.d.ts.map +0 -1
- package/icon/public_api.d.ts +0 -6
- package/icon/public_api.d.ts.map +0 -1
- package/item/item.component.d.ts +0 -34
- package/item/item.component.d.ts.map +0 -1
- package/item/item.module.d.ts +0 -12
- package/item/item.module.d.ts.map +0 -1
- package/item/kirbydesign-designsystem-item.d.ts.map +0 -1
- package/item/label/label.component.d.ts +0 -8
- package/item/label/label.component.d.ts.map +0 -1
- package/item/public_api.d.ts +0 -4
- package/item/public_api.d.ts.map +0 -1
- package/item-group/item-group.component.d.ts +0 -7
- package/item-group/item-group.component.d.ts.map +0 -1
- package/item-group/kirbydesign-designsystem-item-group.d.ts.map +0 -1
- package/item-group/public_api.d.ts +0 -2
- package/item-group/public_api.d.ts.map +0 -1
- package/item-sliding/item-sliding.component.d.ts +0 -14
- package/item-sliding/item-sliding.component.d.ts.map +0 -1
- package/item-sliding/item-sliding.types.d.ts +0 -11
- package/item-sliding/item-sliding.types.d.ts.map +0 -1
- package/item-sliding/kirbydesign-designsystem-item-sliding.d.ts.map +0 -1
- package/item-sliding/public_api.d.ts +0 -3
- package/item-sliding/public_api.d.ts.map +0 -1
- package/kirby-app/kirby-app.component.d.ts +0 -10
- package/kirby-app/kirby-app.component.d.ts.map +0 -1
- package/kirby-app/kirby-app.module.d.ts +0 -10
- package/kirby-app/kirby-app.module.d.ts.map +0 -1
- package/kirby-app/kirbydesign-designsystem-kirby-app.d.ts.map +0 -1
- package/kirby-app/public_api.d.ts +0 -3
- package/kirby-app/public_api.d.ts.map +0 -1
- package/kirbydesign-designsystem.d.ts.map +0 -1
- package/lib/components/index.d.ts +0 -3
- package/lib/components/index.d.ts.map +0 -1
- package/lib/components/segmented-control/segment-item.d.ts +0 -14
- package/lib/components/segmented-control/segment-item.d.ts.map +0 -1
- package/lib/components/segmented-control/segmented-control.component.d.ts +0 -86
- package/lib/components/segmented-control/segmented-control.component.d.ts.map +0 -1
- package/lib/directives/index.d.ts +0 -3
- package/lib/directives/index.d.ts.map +0 -1
- package/lib/directives/key-handler/key-handler.directive.d.ts +0 -10
- package/lib/directives/key-handler/key-handler.directive.d.ts.map +0 -1
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts +0 -16
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts.map +0 -1
- package/lib/index.d.ts +0 -49
- package/lib/index.d.ts.map +0 -1
- package/lib/kirby.module.d.ts +0 -57
- package/lib/kirby.module.d.ts.map +0 -1
- package/list/directives/index.d.ts +0 -4
- package/list/directives/index.d.ts.map +0 -1
- package/list/directives/infinite-scroll.directive.d.ts +0 -50
- package/list/directives/infinite-scroll.directive.d.ts.map +0 -1
- package/list/directives/list-item-color.directive.d.ts +0 -13
- package/list/directives/list-item-color.directive.d.ts.map +0 -1
- package/list/directives/scroll.model.d.ts +0 -6
- package/list/directives/scroll.model.d.ts.map +0 -1
- package/list/helpers/index.d.ts +0 -2
- package/list/helpers/index.d.ts.map +0 -1
- package/list/helpers/list-helper.d.ts +0 -22
- package/list/helpers/list-helper.d.ts.map +0 -1
- package/list/kirbydesign-designsystem-list.d.ts.map +0 -1
- package/list/list-experimental/index.d.ts +0 -2
- package/list/list-experimental/index.d.ts.map +0 -1
- package/list/list-experimental/list-experimental.component.d.ts +0 -9
- package/list/list-experimental/list-experimental.component.d.ts.map +0 -1
- package/list/list-header/index.d.ts +0 -2
- package/list/list-header/index.d.ts.map +0 -1
- package/list/list-header/list-header.component.d.ts +0 -7
- package/list/list-header/list-header.component.d.ts.map +0 -1
- package/list/list-item/index.d.ts +0 -2
- package/list/list-item/index.d.ts.map +0 -1
- package/list/list-item/list-item.component.d.ts +0 -37
- package/list/list-item/list-item.component.d.ts.map +0 -1
- package/list/list-section-header/index.d.ts +0 -2
- package/list/list-section-header/index.d.ts.map +0 -1
- package/list/list-section-header/list-section-header.component.d.ts +0 -7
- package/list/list-section-header/list-section-header.component.d.ts.map +0 -1
- package/list/list-swipe-action.d.ts +0 -2
- package/list/list-swipe-action.d.ts.map +0 -1
- package/list/list-swipe-action.type.d.ts +0 -12
- package/list/list-swipe-action.type.d.ts.map +0 -1
- package/list/list.component.d.ts +0 -108
- package/list/list.component.d.ts.map +0 -1
- package/list/list.directive.d.ts +0 -18
- package/list/list.directive.d.ts.map +0 -1
- package/list/list.event.d.ts +0 -8
- package/list/list.event.d.ts.map +0 -1
- package/list/list.module.d.ts +0 -19
- package/list/list.module.d.ts.map +0 -1
- package/list/public_api.d.ts +0 -12
- package/list/public_api.d.ts.map +0 -1
- package/loading-overlay/kirbydesign-designsystem-loading-overlay.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.component.d.ts +0 -9
- package/loading-overlay/loading-overlay.component.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.service.d.ts +0 -15
- package/loading-overlay/loading-overlay.service.d.ts.map +0 -1
- package/loading-overlay/public_api.d.ts +0 -3
- package/loading-overlay/public_api.d.ts.map +0 -1
- package/menu/kirbydesign-designsystem-menu.d.ts.map +0 -1
- package/menu/menu.component.d.ts +0 -68
- package/menu/menu.component.d.ts.map +0 -1
- package/menu/public_api.d.ts +0 -2
- package/menu/public_api.d.ts.map +0 -1
- package/modal/kirbydesign-designsystem-modal.d.ts.map +0 -1
- package/modal/modal/action-sheet/action-sheet.component.d.ts +0 -18
- package/modal/modal/action-sheet/action-sheet.component.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts +0 -8
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts +0 -5
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts.map +0 -1
- package/modal/modal/action-sheet/index.d.ts +0 -4
- package/modal/modal/action-sheet/index.d.ts.map +0 -1
- package/modal/modal/alert/alert.component.d.ts +0 -29
- package/modal/modal/alert/alert.component.d.ts.map +0 -1
- package/modal/modal/alert/config/alert-config.d.ts +0 -15
- package/modal/modal/alert/config/alert-config.d.ts.map +0 -1
- package/modal/modal/alert/index.d.ts +0 -3
- package/modal/modal/alert/index.d.ts.map +0 -1
- package/modal/modal/footer/modal-footer.component.d.ts +0 -13
- package/modal/modal/footer/modal-footer.component.d.ts.map +0 -1
- package/modal/modal/index.d.ts +0 -7
- package/modal/modal/index.d.ts.map +0 -1
- package/modal/modal/modal-component/modal.component.d.ts +0 -53
- package/modal/modal/modal-component/modal.component.d.ts.map +0 -1
- package/modal/modal/services/action-sheet.helper.d.ts +0 -12
- package/modal/modal/services/action-sheet.helper.d.ts.map +0 -1
- package/modal/modal/services/alert.helper.d.ts +0 -15
- package/modal/modal/services/alert.helper.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss-modal-guard.d.ts +0 -3
- package/modal/modal/services/can-dismiss-modal-guard.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss.helper.d.ts +0 -13
- package/modal/modal/services/can-dismiss.helper.d.ts.map +0 -1
- package/modal/modal/services/index.d.ts +0 -7
- package/modal/modal/services/index.d.ts.map +0 -1
- package/modal/modal/services/modal-animation-builder.service.d.ts +0 -28
- package/modal/modal/services/modal-animation-builder.service.d.ts.map +0 -1
- package/modal/modal/services/modal.controller.d.ts +0 -39
- package/modal/modal/services/modal.controller.d.ts.map +0 -1
- package/modal/modal/services/modal.helper.d.ts +0 -21
- package/modal/modal/services/modal.helper.d.ts.map +0 -1
- package/modal/modal-navigation.service.d.ts +0 -39
- package/modal/modal-navigation.service.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/index.d.ts +0 -2
- package/modal/modal-wrapper/compact/index.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts +0 -36
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts.map +0 -1
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts +0 -5
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts.map +0 -1
- package/modal/modal-wrapper/config/index.d.ts +0 -4
- package/modal/modal-wrapper/config/index.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.d.ts +0 -42
- package/modal/modal-wrapper/config/modal-config.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.helper.d.ts +0 -3
- package/modal/modal-wrapper/config/modal-config.helper.d.ts.map +0 -1
- package/modal/modal-wrapper/index.d.ts +0 -4
- package/modal/modal-wrapper/index.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts +0 -15
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-wrapper.component.d.ts +0 -112
- package/modal/modal-wrapper/modal-wrapper.component.d.ts.map +0 -1
- package/modal/modal.interfaces.d.ts +0 -58
- package/modal/modal.interfaces.d.ts.map +0 -1
- package/modal/public_api.d.ts +0 -5
- package/modal/public_api.d.ts.map +0 -1
- package/page/kirbydesign-designsystem-page.d.ts.map +0 -1
- package/page/page-footer/page-footer.component.d.ts +0 -15
- package/page/page-footer/page-footer.component.d.ts.map +0 -1
- package/page/page.component.d.ts +0 -207
- package/page/page.component.d.ts.map +0 -1
- package/page/page.module.d.ts +0 -14
- package/page/page.module.d.ts.map +0 -1
- package/page/public_api.d.ts +0 -4
- package/page/public_api.d.ts.map +0 -1
- package/popover/kirbydesign-designsystem-popover.d.ts.map +0 -1
- package/popover/popover.component.d.ts +0 -37
- package/popover/popover.component.d.ts.map +0 -1
- package/popover/public_api.d.ts +0 -2
- package/popover/public_api.d.ts.map +0 -1
- package/progress-circle/kirbydesign-designsystem-progress-circle.d.ts.map +0 -1
- package/progress-circle/progress-circle-ring.component.d.ts +0 -20
- package/progress-circle/progress-circle-ring.component.d.ts.map +0 -1
- package/progress-circle/progress-circle.component.d.ts +0 -43
- package/progress-circle/progress-circle.component.d.ts.map +0 -1
- package/progress-circle/public_api.d.ts +0 -3
- package/progress-circle/public_api.d.ts.map +0 -1
- package/public-api.d.ts +0 -2
- package/public-api.d.ts.map +0 -1
- package/radio/kirbydesign-designsystem-radio.d.ts.map +0 -1
- package/radio/public_api.d.ts +0 -4
- package/radio/public_api.d.ts.map +0 -1
- package/radio/radio-group/radio-group.component.d.ts +0 -65
- package/radio/radio-group/radio-group.component.d.ts.map +0 -1
- package/radio/radio-module.d.ts +0 -11
- package/radio/radio-module.d.ts.map +0 -1
- package/radio/radio.component.d.ts +0 -26
- package/radio/radio.component.d.ts.map +0 -1
- package/range/kirbydesign-designsystem-range.d.ts.map +0 -1
- package/range/public_api.d.ts +0 -2
- package/range/public_api.d.ts.map +0 -1
- package/range/range.component.d.ts +0 -42
- package/range/range.component.d.ts.map +0 -1
- package/reorder-list/kirbydesign-designsystem-reorder-list.d.ts.map +0 -1
- package/reorder-list/public_api.d.ts +0 -3
- package/reorder-list/public_api.d.ts.map +0 -1
- package/reorder-list/reorder-event.d.ts +0 -8
- package/reorder-list/reorder-event.d.ts.map +0 -1
- package/reorder-list/reorder-list.component.d.ts +0 -24
- package/reorder-list/reorder-list.component.d.ts.map +0 -1
- package/router-outlet/kirbydesign-designsystem-router-outlet.d.ts.map +0 -1
- package/router-outlet/public_api.d.ts +0 -4
- package/router-outlet/public_api.d.ts.map +0 -1
- package/router-outlet/router-outlet.component.d.ts +0 -8
- package/router-outlet/router-outlet.component.d.ts.map +0 -1
- package/router-outlet/router-outlet.module.d.ts +0 -10
- package/router-outlet/router-outlet.module.d.ts.map +0 -1
- package/section-header/kirbydesign-designsystem-section-header.d.ts.map +0 -1
- package/section-header/public_api.d.ts +0 -2
- package/section-header/public_api.d.ts.map +0 -1
- package/section-header/section-header.component.d.ts +0 -6
- package/section-header/section-header.component.d.ts.map +0 -1
- package/shared/component-configuration.d.ts +0 -6
- package/shared/component-configuration.d.ts.map +0 -1
- package/shared/component-loader.directive.d.ts +0 -16
- package/shared/component-loader.directive.d.ts.map +0 -1
- package/shared/controls/label-helpers.d.ts +0 -17
- package/shared/controls/label-helpers.d.ts.map +0 -1
- package/shared/dynamic-component.d.ts +0 -4
- package/shared/dynamic-component.d.ts.map +0 -1
- package/shared/fit-heading/fit-heading.directive.d.ts +0 -29
- package/shared/fit-heading/fit-heading.directive.d.ts.map +0 -1
- package/shared/fit-heading/index.d.ts +0 -2
- package/shared/fit-heading/index.d.ts.map +0 -1
- package/shared/floating/floating.directive.d.ts +0 -136
- package/shared/floating/floating.directive.d.ts.map +0 -1
- package/shared/floating/kirbydesign-designsystem-shared-floating.d.ts.map +0 -1
- package/shared/floating/public_api.d.ts +0 -2
- package/shared/floating/public_api.d.ts.map +0 -1
- package/shared/kirbydesign-designsystem-shared.d.ts.map +0 -1
- package/shared/portal/kirbydesign-designsystem-shared-portal.d.ts.map +0 -1
- package/shared/portal/portal.directive.d.ts +0 -35
- package/shared/portal/portal.directive.d.ts.map +0 -1
- package/shared/portal/public_api.d.ts +0 -2
- package/shared/portal/public_api.d.ts.map +0 -1
- package/shared/public_api.d.ts +0 -10
- package/shared/public_api.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.factory.d.ts +0 -11
- package/shared/resize-observer/resize-observer.factory.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.service.d.ts +0 -16
- package/shared/resize-observer/resize-observer.service.d.ts.map +0 -1
- package/shared/theme-color/theme-color.directive.d.ts +0 -36
- package/shared/theme-color/theme-color.directive.d.ts.map +0 -1
- package/shared/translation/translation.interface.d.ts +0 -13
- package/shared/translation/translation.interface.d.ts.map +0 -1
- package/shared/translation/translation.service.d.ts +0 -13
- package/shared/translation/translation.service.d.ts.map +0 -1
- package/shared/translation/translations/da.d.ts +0 -3
- package/shared/translation/translations/da.d.ts.map +0 -1
- package/shared/translation/translations/de.d.ts +0 -3
- package/shared/translation/translations/de.d.ts.map +0 -1
- package/shared/translation/translations/en.d.ts +0 -3
- package/shared/translation/translations/en.d.ts.map +0 -1
- package/slide/kirbydesign-designsystem-slide.d.ts.map +0 -1
- package/slide/public_api.d.ts +0 -5
- package/slide/public_api.d.ts.map +0 -1
- package/slide/slide-stretch-height.directive.d.ts +0 -10
- package/slide/slide-stretch-height.directive.d.ts.map +0 -1
- package/slide/slide.directive.d.ts +0 -6
- package/slide/slide.directive.d.ts.map +0 -1
- package/slide/slide.module.d.ts +0 -13
- package/slide/slide.module.d.ts.map +0 -1
- package/slide/slides.component.d.ts +0 -42
- package/slide/slides.component.d.ts.map +0 -1
- package/slide-button/kirbydesign-designsystem-slide-button.d.ts.map +0 -1
- package/slide-button/public_api.d.ts +0 -2
- package/slide-button/public_api.d.ts.map +0 -1
- package/slide-button/slide-button.component.d.ts +0 -32
- package/slide-button/slide-button.component.d.ts.map +0 -1
- package/spinner/kirbydesign-designsystem-spinner.d.ts.map +0 -1
- package/spinner/public_api.d.ts +0 -3
- package/spinner/public_api.d.ts.map +0 -1
- package/spinner/spinner.component.d.ts +0 -6
- package/spinner/spinner.component.d.ts.map +0 -1
- package/spinner/spinner.module.d.ts +0 -9
- package/spinner/spinner.module.d.ts.map +0 -1
- package/tab-navigation/kirbydesign-designsystem-tab-navigation.d.ts.map +0 -1
- package/tab-navigation/public_api.d.ts +0 -4
- package/tab-navigation/public_api.d.ts.map +0 -1
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts +0 -36
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts +0 -14
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation.module.d.ts +0 -10
- package/tab-navigation/tab-navigation.module.d.ts.map +0 -1
- package/tabs/kirbydesign-designsystem-tabs.d.ts.map +0 -1
- package/tabs/public_api.d.ts +0 -6
- package/tabs/public_api.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.component.d.ts +0 -12
- package/tabs/tab-button/tab-button.component.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.events.d.ts +0 -2
- package/tabs/tab-button/tab-button.events.d.ts.map +0 -1
- package/tabs/tabs.component.d.ts +0 -15
- package/tabs/tabs.component.d.ts.map +0 -1
- package/tabs/tabs.module.d.ts +0 -12
- package/tabs/tabs.module.d.ts.map +0 -1
- package/tabs/tabs.service.d.ts +0 -12
- package/tabs/tabs.service.d.ts.map +0 -1
- package/testing/element-css-custom-matchers.d.ts +0 -4
- package/testing/element-css-custom-matchers.d.ts.map +0 -1
- package/testing/kirbydesign-designsystem-testing.d.ts.map +0 -1
- package/testing/public_api.d.ts +0 -3
- package/testing/public_api.d.ts.map +0 -1
- package/testing/test-helper.d.ts +0 -55
- package/testing/test-helper.d.ts.map +0 -1
- package/testing-base/kirbydesign-designsystem-testing-base.d.ts.map +0 -1
- package/testing-base/lib/components/index.d.ts +0 -64
- package/testing-base/lib/components/index.d.ts.map +0 -1
- package/testing-base/lib/components/mock.accordion-item.component.d.ts +0 -10
- package/testing-base/lib/components/mock.accordion-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-group.component.d.ts +0 -9
- package/testing-base/lib/components/mock.action-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-sheet.component.d.ts +0 -16
- package/testing-base/lib/components/mock.action-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.alert.component.d.ts +0 -15
- package/testing-base/lib/components/mock.alert.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.avatar.component.d.ts +0 -16
- package/testing-base/lib/components/mock.avatar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.badge.component.d.ts +0 -8
- package/testing-base/lib/components/mock.badge.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.base-chart.component.d.ts +0 -16
- package/testing-base/lib/components/mock.base-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.button.component.d.ts +0 -15
- package/testing-base/lib/components/mock.button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.calendar.component.d.ts +0 -33
- package/testing-base/lib/components/mock.calendar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.card-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-header.component.d.ts +0 -12
- package/testing-base/lib/components/mock.card-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card.component.d.ts +0 -14
- package/testing-base/lib/components/mock.card.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.checkbox.component.d.ts +0 -14
- package/testing-base/lib/components/mock.checkbox.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.divider.component.d.ts +0 -7
- package/testing-base/lib/components/mock.divider.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.dropdown.component.d.ts +0 -22
- package/testing-base/lib/components/mock.dropdown.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.empty-state.component.d.ts +0 -9
- package/testing-base/lib/components/mock.empty-state.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts +0 -8
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.flag.component.d.ts +0 -8
- package/testing-base/lib/components/mock.flag.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field-message.component.d.ts +0 -8
- package/testing-base/lib/components/mock.form-field-message.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field.component.d.ts +0 -9
- package/testing-base/lib/components/mock.form-field.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.header.component.d.ts +0 -22
- package/testing-base/lib/components/mock.header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.icon.component.d.ts +0 -9
- package/testing-base/lib/components/mock.icon.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input-counter.component.d.ts +0 -8
- package/testing-base/lib/components/mock.input-counter.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input.component.d.ts +0 -16
- package/testing-base/lib/components/mock.input.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-group.component.d.ts +0 -6
- package/testing-base/lib/components/mock.item-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-sliding.component.d.ts +0 -9
- package/testing-base/lib/components/mock.item-sliding.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item.component.d.ts +0 -13
- package/testing-base/lib/components/mock.item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.kirby-app.component.d.ts +0 -6
- package/testing-base/lib/components/mock.kirby-app.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.label.component.d.ts +0 -7
- package/testing-base/lib/components/mock.label.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-experimental.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-experimental.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-item.component.d.ts +0 -17
- package/testing-base/lib/components/mock.list-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-section-header.component.d.ts +0 -7
- package/testing-base/lib/components/mock.list-section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list.component.d.ts +0 -24
- package/testing-base/lib/components/mock.list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts +0 -9
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.menu.component.d.ts +0 -21
- package/testing-base/lib/components/mock.menu.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-footer.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts +0 -10
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.page-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page.component.d.ts +0 -70
- package/testing-base/lib/components/mock.page.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.popover.component.d.ts +0 -11
- package/testing-base/lib/components/mock.popover.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts +0 -11
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle.component.d.ts +0 -9
- package/testing-base/lib/components/mock.progress-circle.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio-group.component.d.ts +0 -15
- package/testing-base/lib/components/mock.radio-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio.component.d.ts +0 -10
- package/testing-base/lib/components/mock.radio.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.range.component.d.ts +0 -22
- package/testing-base/lib/components/mock.range.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.reorder-list.component.d.ts +0 -13
- package/testing-base/lib/components/mock.reorder-list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.router-outlet.component.d.ts +0 -7
- package/testing-base/lib/components/mock.router-outlet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.section-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.segmented-control.component.d.ts +0 -16
- package/testing-base/lib/components/mock.segmented-control.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slide-button.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slide-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slides.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slides.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.spinner.component.d.ts +0 -6
- package/testing-base/lib/components/mock.spinner.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.stock-chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.stock-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.tab-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts +0 -7
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts +0 -8
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tabs.component.d.ts +0 -6
- package/testing-base/lib/components/mock.tabs.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.textarea.component.d.ts +0 -12
- package/testing-base/lib/components/mock.textarea.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.toggle-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle.component.d.ts +0 -10
- package/testing-base/lib/components/mock.toggle.component.d.ts.map +0 -1
- package/testing-base/lib/directives/index.d.ts +0 -17
- package/testing-base/lib/directives/index.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.accordion.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.accordion.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.affix.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.affix.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.date-input.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.date-input.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts +0 -13
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.floating.directive.d.ts +0 -27
- package/testing-base/lib/directives/mock.floating.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list.directive.d.ts +0 -18
- package/testing-base/lib/directives/mock.list.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.portal.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.portal.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.slide.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.slide.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts.map +0 -1
- package/testing-base/lib/index.d.ts +0 -4
- package/testing-base/lib/index.d.ts.map +0 -1
- package/testing-base/lib/kirby-testing-base.module.d.ts +0 -86
- package/testing-base/lib/kirby-testing-base.module.d.ts.map +0 -1
- package/testing-base/lib/mock-components.d.ts +0 -3
- package/testing-base/lib/mock-components.d.ts.map +0 -1
- package/testing-base/lib/mock-directives.d.ts +0 -3
- package/testing-base/lib/mock-directives.d.ts.map +0 -1
- package/testing-base/public_api.d.ts +0 -2
- package/testing-base/public_api.d.ts.map +0 -1
- package/testing-jasmine/kirbydesign-designsystem-testing-jasmine.d.ts.map +0 -1
- package/testing-jasmine/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jasmine/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jasmine/lib/mock-providers.d.ts +0 -33
- package/testing-jasmine/lib/mock-providers.d.ts.map +0 -1
- package/testing-jasmine/public_api.d.ts +0 -2
- package/testing-jasmine/public_api.d.ts.map +0 -1
- package/testing-jest/kirbydesign-designsystem-testing-jest.d.ts.map +0 -1
- package/testing-jest/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jest/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jest/lib/mock-providers.d.ts +0 -68
- package/testing-jest/lib/mock-providers.d.ts.map +0 -1
- package/testing-jest/public_api.d.ts +0 -2
- package/testing-jest/public_api.d.ts.map +0 -1
- package/toast/config/toast-config.d.ts +0 -8
- package/toast/config/toast-config.d.ts.map +0 -1
- package/toast/kirbydesign-designsystem-toast.d.ts.map +0 -1
- package/toast/public_api.d.ts +0 -4
- package/toast/public_api.d.ts.map +0 -1
- package/toast/services/indexs.d.ts +0 -3
- package/toast/services/indexs.d.ts.map +0 -1
- package/toast/services/toast.controller.d.ts +0 -11
- package/toast/services/toast.controller.d.ts.map +0 -1
- package/toast/services/toast.helper.d.ts +0 -15
- package/toast/services/toast.helper.d.ts.map +0 -1
- package/toggle/kirbydesign-designsystem-toggle.d.ts.map +0 -1
- package/toggle/public_api.d.ts +0 -2
- package/toggle/public_api.d.ts.map +0 -1
- package/toggle/toggle.component.d.ts +0 -61
- package/toggle/toggle.component.d.ts.map +0 -1
- package/toggle-button/kirbydesign-designsystem-toggle-button.d.ts.map +0 -1
- package/toggle-button/public_api.d.ts +0 -3
- package/toggle-button/public_api.d.ts.map +0 -1
- package/toggle-button/toggle-button.component.d.ts +0 -48
- package/toggle-button/toggle-button.component.d.ts.map +0 -1
- package/toggle-button/toggle-button.module.d.ts +0 -9
- package/toggle-button/toggle-button.module.d.ts.map +0 -1
- package/types/event-listener-dispose-fn.d.ts +0 -2
- package/types/event-listener-dispose-fn.d.ts.map +0 -1
- package/types/form-field-control.d.ts +0 -6
- package/types/form-field-control.d.ts.map +0 -1
- package/types/kirbydesign-designsystem-types.d.ts.map +0 -1
- package/types/public_api.d.ts +0 -5
- package/types/public_api.d.ts.map +0 -1
- package/types/unobserve-fn.d.ts +0 -2
- package/types/unobserve-fn.d.ts.map +0 -1
- package/types/window-ref.d.ts +0 -7
- package/types/window-ref.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reorder-event.d.ts","sourceRoot":"","sources":["../../reorder-list/src/reorder-event.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACvB,OAAO,CAAC,SAAS,CAAmB;IACpC,OAAO,CAAC,MAAM,CAAC,CAAM;gBAET,EAAE,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,EAAE,GAAG;IAKlD,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,GAAG,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IAIvD,IAAI,UAAU,IAAI,GAAG,CAEpB;CACF"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ReorderEvent } from './reorder-event';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ReorderListComponent implements OnChanges, OnDestroy {
|
|
5
|
-
private cdr;
|
|
6
|
-
items: any[];
|
|
7
|
-
subItemsName: string;
|
|
8
|
-
getItemTextDefault: (item: any) => string;
|
|
9
|
-
itemReorder: EventEmitter<ReorderEvent>;
|
|
10
|
-
subItemReorder: EventEmitter<ReorderEvent>;
|
|
11
|
-
itemTemplate: TemplateRef<any>;
|
|
12
|
-
reorderGroupContainer: QueryList<ElementRef>;
|
|
13
|
-
private observer;
|
|
14
|
-
reorderActive: boolean;
|
|
15
|
-
constructor(cdr: ChangeDetectorRef);
|
|
16
|
-
ngOnChanges(): void;
|
|
17
|
-
private setupDomListener;
|
|
18
|
-
doReorder(ev: CustomEvent): void;
|
|
19
|
-
doSubReorder(ev: CustomEvent, parentItem: any): void;
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReorderListComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReorderListComponent, "kirby-reorder-list", never, { "items": { "alias": "items"; "required": false; }; "subItemsName": { "alias": "subItemsName"; "required": false; }; "getItemTextDefault": { "alias": "getItemTextDefault"; "required": false; }; }, { "itemReorder": "itemReorder"; "subItemReorder": "subItemReorder"; }, ["itemTemplate"], never, true, never>;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=reorder-list.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reorder-list.component.d.ts","sourceRoot":"","sources":["../../reorder-list/src/reorder-list.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,iBAAiB,EAGjB,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,SAAS,EAET,SAAS,EACT,WAAW,EAEZ,MAAM,eAAe,CAAC;AAMvB,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBAMa,oBAAqB,YAAW,SAAS,EAAE,SAAS;IAgBnD,OAAO,CAAC,GAAG;IAfd,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,MAAM,CAAC;IAEzC,WAAW,6BAAoC;IAC/C,cAAc,6BAAoC;IAG5D,YAAY,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE/B,qBAAqB,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAE7C,OAAO,CAAC,QAAQ,CAAmB;IACnC,aAAa,EAAE,OAAO,CAAS;gBAEX,GAAG,EAAE,iBAAiB;IAE1C,WAAW,IAAI,IAAI;IAQnB,OAAO,CAAC,gBAAgB;IAsBxB,SAAS,CAAC,EAAE,EAAE,WAAW;IAIzB,YAAY,CAAC,EAAE,EAAE,WAAW,EAAE,UAAU,EAAE,GAAG;IAI7C,WAAW;yCAxDA,oBAAoB;2CAApB,oBAAoB;CA6DhC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-router-outlet.d.ts","sourceRoot":"","sources":["../../router-outlet/src/kirbydesign-designsystem-router-outlet.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../router-outlet/src/public_api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class RouterOutletComponent {
|
|
3
|
-
main: boolean;
|
|
4
|
-
_animated: boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RouterOutletComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RouterOutletComponent, "kirby-router-outlet", never, { "main": { "alias": "main"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=router-outlet.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"router-outlet.component.d.ts","sourceRoot":"","sources":["../../router-outlet/src/router-outlet.component.ts"],"names":[],"mappings":";AAGA,qBAOa,qBAAqB;IACvB,IAAI,EAAE,OAAO,CAAC;IAEvB,SAAS,UAAwB;yCAHtB,qBAAqB;2CAArB,qBAAqB;CAIjC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./router-outlet.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ionic/angular/standalone";
|
|
5
|
-
export declare class RouterOutletModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RouterOutletModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RouterOutletModule, [typeof i1.RouterOutletComponent], [typeof i2.CommonModule, typeof i3.IonRouterOutlet], [typeof i1.RouterOutletComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RouterOutletModule>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=router-outlet.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"router-outlet.module.d.ts","sourceRoot":"","sources":["../../router-outlet/src/router-outlet.module.ts"],"names":[],"mappings":";;;;AAKA,qBAKa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-section-header.d.ts","sourceRoot":"","sources":["../../section-header/src/kirbydesign-designsystem-section-header.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../section-header/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SectionHeaderComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SectionHeaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SectionHeaderComponent, "kirby-section-header", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=section-header.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"section-header.component.d.ts","sourceRoot":"","sources":["../../section-header/src/section-header.component.ts"],"names":[],"mappings":";AAIA,qBAOa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-configuration.d.ts","sourceRoot":"","sources":["../../shared/src/component-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;CACX"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ComponentFactoryResolver, OnInit, Renderer2, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComponentConfiguration } from './component-configuration';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ComponentLoaderDirective implements OnInit {
|
|
5
|
-
private componentFactoryResolver;
|
|
6
|
-
private viewContainerRef;
|
|
7
|
-
private renderer;
|
|
8
|
-
configuration: ComponentConfiguration;
|
|
9
|
-
cssClass: string;
|
|
10
|
-
constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, renderer: Renderer2);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
loadCard(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentLoaderDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentLoaderDirective, "[kirbyLoadComponent]", never, { "configuration": { "alias": "kirbyLoadComponent"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=component-loader.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-loader.directive.d.ts","sourceRoot":"","sources":["../../shared/src/component-loader.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EAGxB,MAAM,EACN,SAAS,EACT,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;;AAGnE,qBAIa,wBAAyB,YAAW,MAAM;IAMnD,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,QAAQ;IANW,aAAa,EAAE,sBAAsB,CAAC;IAC1D,QAAQ,EAAE,MAAM,CAAC;gBAGhB,wBAAwB,EAAE,wBAAwB,EAClD,gBAAgB,EAAE,gBAAgB,EAClC,QAAQ,EAAE,SAAS;IAG7B,QAAQ;IAIR,QAAQ;yCAfG,wBAAwB;2CAAxB,wBAAwB;CA0BpC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Renderer2 } from '@angular/core';
|
|
2
|
-
export declare function findItemLabel(element: HTMLElement): HTMLElement;
|
|
3
|
-
export declare function setAccessibleLabel(element: HTMLElement): string;
|
|
4
|
-
export declare function inheritAriaLabelText(element: HTMLElement): string;
|
|
5
|
-
/**
|
|
6
|
-
* Forwards specified attributes from a source element to a target element.
|
|
7
|
-
*
|
|
8
|
-
* @param sourceElement - The HTML element from which attributes will be removed from.
|
|
9
|
-
* @param attributes - An array of attribute names to inherit from the source element.
|
|
10
|
-
* @param renderer - An instance of Angular's Renderer2.
|
|
11
|
-
* @param targetElement - (Optional) The HTML element to which the attributes should be applied.
|
|
12
|
-
* If not provided, the attributes will only be removed from the source element.
|
|
13
|
-
*
|
|
14
|
-
* @returns A record of the inherited attributes and their values. If no attributes are inherited, an empty object is returned.
|
|
15
|
-
*/
|
|
16
|
-
export declare function forwardAttributes(sourceElement: HTMLElement, attributes: string[], renderer: Renderer2, targetElement?: HTMLElement): Record<string, any>;
|
|
17
|
-
//# sourceMappingURL=label-helpers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"label-helpers.d.ts","sourceRoot":"","sources":["../../../shared/src/controls/label-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,wBAAgB,aAAa,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,CAO/D;AAED,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,WAAW,GAAG,MAAM,CAM/D;AAED,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,WAAW,GAAG,MAAM,CAOjE;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAC/B,aAAa,EAAE,WAAW,EAC1B,UAAU,EAAE,MAAM,EAAE,EACpB,QAAQ,EAAE,SAAS,EACnB,aAAa,CAAC,EAAE,WAAW,GAC1B,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAqBrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic-component.d.ts","sourceRoot":"","sources":["../../shared/src/dynamic-component.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,GAAG,CAAC;CACX"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { LineClampHelper } from '@kirbydesign/designsystem/helpers';
|
|
3
|
-
import { ResizeObserverService } from '../resize-observer/resize-observer.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export interface FitHeadingConfig {
|
|
6
|
-
maxLines: number;
|
|
7
|
-
}
|
|
8
|
-
export declare class FitHeadingDirective implements OnInit, OnDestroy {
|
|
9
|
-
private elementRef;
|
|
10
|
-
private renderer;
|
|
11
|
-
private resizeObserverService;
|
|
12
|
-
private lineClampHelper;
|
|
13
|
-
config?: FitHeadingConfig;
|
|
14
|
-
private isObservingHostElement;
|
|
15
|
-
private hostElementClone;
|
|
16
|
-
private isScalingHeader;
|
|
17
|
-
private headingSizes;
|
|
18
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, resizeObserverService: ResizeObserverService, lineClampHelper: LineClampHelper);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
private observeResize;
|
|
22
|
-
private scaleHeader;
|
|
23
|
-
private canFitHeading;
|
|
24
|
-
private generateHostElementClone;
|
|
25
|
-
private setSize;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FitHeadingDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FitHeadingDirective, "h1[kirbyFitHeading],h2[kirbyFitHeading],h3[kirbyFitHeading],[kirbyFitHeading]", never, { "config": { "alias": "kirbyFitHeading"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=fit-heading.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fit-heading.directive.d.ts","sourceRoot":"","sources":["../../../shared/src/fit-heading/fit-heading.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG3F,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4CAA4C,CAAC;;AAWnF,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,qBAKa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IA0BzD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,eAAe;IA5BC,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAEpD,OAAO,CAAC,sBAAsB,CAAU;IACxC,OAAO,CAAC,gBAAgB,CAAU;IAClC,OAAO,CAAC,eAAe,CAAU;IAEjC,OAAO,CAAC,YAAY,CAgBlB;gBAGQ,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS,EACnB,qBAAqB,EAAE,qBAAqB,EAC5C,eAAe,EAAE,eAAe;IAG1C,QAAQ,IAAI,IAAI;IAQhB,WAAW,IAAI,IAAI;IASnB,OAAO,CAAC,aAAa;IAcrB,OAAO,CAAC,WAAW;IAwBnB,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,wBAAwB;IAQhC,OAAO,CAAC,OAAO;yCArGJ,mBAAmB;2CAAnB,mBAAmB;CAyG/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../shared/src/fit-heading/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { Placement, Strategy } from '@floating-ui/dom';
|
|
3
|
-
import { PortalDirective } from '@kirbydesign/designsystem/shared/portal';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@kirbydesign/designsystem/shared/portal";
|
|
6
|
-
export type TriggerEvent = 'hover' | 'click' | 'focus';
|
|
7
|
-
export declare enum FloatingOffset {
|
|
8
|
-
none = 0,
|
|
9
|
-
small = 4,
|
|
10
|
-
medium = 8
|
|
11
|
-
}
|
|
12
|
-
export declare enum OutletSelector {
|
|
13
|
-
tag = "tag",
|
|
14
|
-
id = "id",
|
|
15
|
-
class = "class",
|
|
16
|
-
name = "name"
|
|
17
|
-
}
|
|
18
|
-
export interface PortalOutletConfig {
|
|
19
|
-
selector: OutletSelector;
|
|
20
|
-
value: string;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @summary FloatingDirective is a utility that lets you declarative anchor "popup" containers to another element.
|
|
24
|
-
*
|
|
25
|
-
* Uses floating-ui, with this directive wraps the functionality: https://floating-ui.com/docs/getting-started
|
|
26
|
-
*
|
|
27
|
-
* Uses PortalDirective to enable functionality for portaling the floated content. This should be used when needed
|
|
28
|
-
* and not as the default option.
|
|
29
|
-
*/
|
|
30
|
-
export declare class FloatingDirective implements OnInit, OnDestroy {
|
|
31
|
-
private elementRef;
|
|
32
|
-
private renderer;
|
|
33
|
-
private portalDirective;
|
|
34
|
-
/**
|
|
35
|
-
* Reference to the element for which the host should anchor to
|
|
36
|
-
* */
|
|
37
|
-
set reference(ref: ElementRef<HTMLElement> | undefined);
|
|
38
|
-
get reference(): ElementRef<HTMLElement> | undefined;
|
|
39
|
-
/**
|
|
40
|
-
* How the host should be placed relative to the reference. Can be affected by middleware
|
|
41
|
-
* */
|
|
42
|
-
set placement(placement: Placement);
|
|
43
|
-
get placement(): Placement;
|
|
44
|
-
/**
|
|
45
|
-
* The strategy for how the host should be positioned.
|
|
46
|
-
* */
|
|
47
|
-
set strategy(strategy: Strategy);
|
|
48
|
-
get strategy(): Strategy;
|
|
49
|
-
/**
|
|
50
|
-
* Defines when the host should be displayed/hidden, i.e. click will attach a click listener to the reference
|
|
51
|
-
* that makes the host toggle display. Supports multiple triggers, to provide functionality for combinations
|
|
52
|
-
* like click/focus.
|
|
53
|
-
* */
|
|
54
|
-
set triggers(eventTriggers: Array<TriggerEvent>);
|
|
55
|
-
get triggers(): Array<TriggerEvent>;
|
|
56
|
-
/**
|
|
57
|
-
* The HTMLElement for which the content should portal into.
|
|
58
|
-
* Providing an outlet enables the portal, if nothing is provided, the provided strategy is used.
|
|
59
|
-
* This should be used when there's issues with the stacking context, and not as a default option.
|
|
60
|
-
* */
|
|
61
|
-
set DOMPortalOutlet(outlet: HTMLElement | undefined);
|
|
62
|
-
get DOMPortalOutlet(): HTMLElement | undefined;
|
|
63
|
-
/**
|
|
64
|
-
* Defines how to automatically find and assign DOMPortalOutlet if none is provided in DOMPortalOutlet.
|
|
65
|
-
* If nothing is provided here and in DOMPortalOutlet, the provided strategy is used
|
|
66
|
-
* */
|
|
67
|
-
set portalOutletConfig(config: PortalOutletConfig | undefined);
|
|
68
|
-
get portalOutletConfig(): PortalOutletConfig | undefined;
|
|
69
|
-
/**
|
|
70
|
-
* Prevent host from being toggled if set.
|
|
71
|
-
* */
|
|
72
|
-
isDisabled: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* Displaces the floating element from its core placement along the specified axes.
|
|
75
|
-
* */
|
|
76
|
-
offset: FloatingOffset;
|
|
77
|
-
/**
|
|
78
|
-
* Moves the floating element along the specified axes in order to keep it in view.
|
|
79
|
-
* This does not always work as expected, so don't "just" set it.
|
|
80
|
-
* */
|
|
81
|
-
shift: boolean;
|
|
82
|
-
/**
|
|
83
|
-
* Chooses the placement that has the most space available automatically.
|
|
84
|
-
* */
|
|
85
|
-
autoPlacement: boolean;
|
|
86
|
-
/**
|
|
87
|
-
* Enables hiding the host by events. See variable names.
|
|
88
|
-
* */
|
|
89
|
-
closeOnSelect: boolean;
|
|
90
|
-
closeOnEscapeKey: boolean;
|
|
91
|
-
closeOnBackdrop: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Enables the option to be notified when the host changes display. The new display value is provided.
|
|
94
|
-
* */
|
|
95
|
-
displayChanged: EventEmitter<boolean>;
|
|
96
|
-
onEscapeKeyPressed(): void;
|
|
97
|
-
private _placement;
|
|
98
|
-
private _strategy;
|
|
99
|
-
private _providedPortalOutlet;
|
|
100
|
-
private _portalOutletConfig;
|
|
101
|
-
private _triggers;
|
|
102
|
-
private _reference;
|
|
103
|
-
private autoUpdaterRef;
|
|
104
|
-
private isShown;
|
|
105
|
-
private referenceEventListenerDisposeFns;
|
|
106
|
-
private documentClickEventListenerDisposeFn;
|
|
107
|
-
private hostClickEventListenerDisposeFn;
|
|
108
|
-
private triggerEventMap;
|
|
109
|
-
private HTMLElements;
|
|
110
|
-
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, portalDirective: PortalDirective);
|
|
111
|
-
ngOnInit(): void;
|
|
112
|
-
show(): void;
|
|
113
|
-
hide(): void;
|
|
114
|
-
toggleShow(): void;
|
|
115
|
-
private addFloatStylingToHostElement;
|
|
116
|
-
private setDisplayStyling;
|
|
117
|
-
private updateHostElementPosition;
|
|
118
|
-
private getMiddlewareConfig;
|
|
119
|
-
private autoUpdatePosition;
|
|
120
|
-
private setPositionStylingOnHostElement;
|
|
121
|
-
private setupEventHandling;
|
|
122
|
-
private attachDocumentClickEventHandler;
|
|
123
|
-
private attachHostClickEventHandler;
|
|
124
|
-
private attachTriggerEventToReferenceElement;
|
|
125
|
-
private handleClickInsideHostElement;
|
|
126
|
-
private handleClickOutsideHostElement;
|
|
127
|
-
private getOutletElement;
|
|
128
|
-
private getHTMLElements;
|
|
129
|
-
private tearDownReferenceElementEventHandling;
|
|
130
|
-
private tearDownDocumentClickEventHandling;
|
|
131
|
-
private removeAutoUpdaterRef;
|
|
132
|
-
ngOnDestroy(): void;
|
|
133
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FloatingDirective, never>;
|
|
134
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FloatingDirective, "[kirbyFloating]", never, { "reference": { "alias": "reference"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "DOMPortalOutlet": { "alias": "DOMPortalOutlet"; "required": false; }; "portalOutletConfig": { "alias": "portalOutletConfig"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "shift": { "alias": "shift"; "required": false; }; "autoPlacement": { "alias": "autoPlacement"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnBackdrop": { "alias": "closeOnBackdrop"; "required": false; }; }, { "displayChanged": "displayChanged"; }, never, never, true, [{ directive: typeof i1.PortalDirective; inputs: {}; outputs: {}; }]>;
|
|
135
|
-
}
|
|
136
|
-
//# sourceMappingURL=floating.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"floating.directive.d.ts","sourceRoot":"","sources":["../../../shared/floating/src/floating.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAQL,SAAS,EAET,QAAQ,EACT,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;;;AAE1E,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;AAEvD,oBAAY,cAAc;IACxB,IAAI,IAAI;IACR,KAAK,IAAI;IACT,MAAM,IAAI;CACX;AAED,oBAAY,cAAc;IACxB,GAAG,QAAQ;IACX,EAAE,OAAO;IACT,KAAK,UAAU;IACf,IAAI,SAAS;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,cAAc,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;CACf;AASD;;;;;;;GAOG;AACH,qBAMa,iBAAkB,YAAW,MAAM,EAAE,SAAS;IAiLvD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,eAAe;IAlLzB;;SAEK;IACL,IAAoB,SAAS,CAAC,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,GAAG,SAAS,EAOrE;IAED,IAAW,SAAS,IAAI,UAAU,CAAC,WAAW,CAAC,GAAG,SAAS,CAE1D;IAED;;SAEK;IACL,IAAoB,SAAS,CAAC,SAAS,EAAE,SAAS,EAKjD;IAED,IAAW,SAAS,IAPqB,SAAS,CASjD;IAED;;SAEK;IACL,IAAoB,QAAQ,CAAC,QAAQ,EAAE,QAAQ,EAK9C;IAED,IAAW,QAAQ,IAAI,QAAQ,CAE9B;IAED;;;;SAIK;IACL,IAAoB,QAAQ,CAAC,aAAa,EAAE,KAAK,CAAC,YAAY,CAAC,EAI9D;IAED,IAAW,QAAQ,IAAI,KAAK,CAAC,YAAY,CAAC,CAEzC;IAED;;;;SAIK;IACL,IAAoB,eAAe,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,EAIlE;IAED,IAAW,eAAe,IAAI,WAAW,GAAG,SAAS,CAEpD;IAED;;;SAGK;IACL,IAAoB,kBAAkB,CAAC,MAAM,EAAE,kBAAkB,GAAG,SAAS,EAM5E;IAED,IAAW,kBAAkB,IAAI,kBAAkB,GAAG,SAAS,CAE9D;IAED;;SAEK;IACW,UAAU,EAAE,OAAO,CAAS;IAE5C;;SAEK;IACW,MAAM,EAAE,cAAc,CAAuB;IAE7D;;;SAGK;IACW,KAAK,EAAE,OAAO,CAAS;IAEvC;;SAEK;IACW,aAAa,EAAE,OAAO,CAAS;IAE/C;;SAEK;IACW,aAAa,EAAE,OAAO,CAAQ;IAC9B,gBAAgB,EAAE,OAAO,CAAQ;IACjC,eAAe,EAAE,OAAO,CAAQ;IAEhD;;SAEK;IACY,cAAc,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAG9E,kBAAkB,IAAI,IAAI;IAMjC,OAAO,CAAC,UAAU,CAA6B;IAE/C,OAAO,CAAC,SAAS,CAAwB;IAEzC,OAAO,CAAC,qBAAqB,CAA0B;IAEvD,OAAO,CAAC,mBAAmB,CAAiC;IAE5D,OAAO,CAAC,SAAS,CAAkC;IAEnD,OAAO,CAAC,UAAU,CAAsC;IAExD,OAAO,CAAC,cAAc,CAAa;IACnC,OAAO,CAAC,OAAO,CAAkB;IACjC,OAAO,CAAC,gCAAgC,CAAgC;IACxE,OAAO,CAAC,mCAAmC,CAAyB;IACpE,OAAO,CAAC,+BAA+B,CAAyB;IAChE,OAAO,CAAC,eAAe,CAgBpB;IAEH,OAAO,CAAC,YAAY,CAQlB;gBAGQ,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC,EACnC,QAAQ,EAAE,SAAS,EACnB,eAAe,EAAE,eAAe;IAGnC,QAAQ,IAAI,IAAI;IAKhB,IAAI,IAAI,IAAI;IAcZ,IAAI,IAAI,IAAI;IAaZ,UAAU,IAAI,IAAI;IAQzB,OAAO,CAAC,4BAA4B;IAYpC,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,yBAAyB;IAgBjC,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,kBAAkB;IAc1B,OAAO,CAAC,+BAA+B;IAMvC,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,+BAA+B;IAYvC,OAAO,CAAC,2BAA2B;IAYnC,OAAO,CAAC,oCAAoC;IAiB5C,OAAO,CAAC,4BAA4B;IAMpC,OAAO,CAAC,6BAA6B;IAcrC,OAAO,CAAC,gBAAgB;IAqBxB,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,qCAAqC;IAW7C,OAAO,CAAC,kCAAkC;IAY1C,OAAO,CAAC,oBAAoB;IAMrB,WAAW;yCAraP,iBAAiB;2CAAjB,iBAAiB;CA0a7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-shared-floating.d.ts","sourceRoot":"","sources":["../../../shared/floating/src/kirbydesign-designsystem-shared-floating.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../shared/floating/src/public_api.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,cAAc,GACf,MAAM,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-shared.d.ts","sourceRoot":"","sources":["../../shared/src/kirbydesign-designsystem-shared.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-shared-portal.d.ts","sourceRoot":"","sources":["../../../shared/portal/src/kirbydesign-designsystem-shared-portal.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { CdkPortalOutlet, DomPortal, Portal } from '@angular/cdk/portal';
|
|
2
|
-
import { ComponentFactoryResolver, ElementRef, ViewContainerRef } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* @summary PortalDirective is a utility that lets you portal the host element into another DOM element.
|
|
6
|
-
* This is designed to be beneficial when there's issues with the stacking context.
|
|
7
|
-
*
|
|
8
|
-
* Extends CdkPortalOutlet to gain functionality for attaching/detaching the host element, and for proper cleanup.
|
|
9
|
-
*
|
|
10
|
-
* Using portal directive to reposition HTML elements, might break angular functionality and/or styling, so use
|
|
11
|
-
* with care.
|
|
12
|
-
*/
|
|
13
|
-
export declare class PortalDirective extends CdkPortalOutlet {
|
|
14
|
-
private elementRef;
|
|
15
|
-
private componentFactoryResolver;
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
private _outlet;
|
|
18
|
-
/** The DOM element for which the host element should be appended as a child. */
|
|
19
|
-
set outlet(outlet: HTMLElement | undefined);
|
|
20
|
-
get outlet(): HTMLElement | undefined;
|
|
21
|
-
/**
|
|
22
|
-
* Override portal to handle if user provides a portal of another type than DOMPortal, which CdkPortal would
|
|
23
|
-
* otherwise allow. This can be modified to handle other portal types in the future, should the need arise
|
|
24
|
-
*/
|
|
25
|
-
set portal(portal: Portal<unknown> | null);
|
|
26
|
-
constructor(elementRef: ElementRef, componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef);
|
|
27
|
-
/**
|
|
28
|
-
* Nearly identical to super class, yet we want to use provided outlet instead of directive host as new content
|
|
29
|
-
* parent which is otherwise the default for CdKPortal
|
|
30
|
-
*/
|
|
31
|
-
attachDomPortal: (portal: DomPortal) => void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PortalDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PortalDirective, "[kirbyPortal]", never, { "outlet": { "alias": "outlet"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=portal.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"portal.directive.d.ts","sourceRoot":"","sources":["../../../shared/portal/src/portal.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EACL,wBAAwB,EAExB,UAAU,EAEV,gBAAgB,EACjB,MAAM,eAAe,CAAC;;AAEvB;;;;;;;;GAQG;AACH,qBAIa,eAAgB,SAAQ,eAAe;IA+BhD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,gBAAgB;IAhC1B,OAAO,CAAC,OAAO,CAA0B;IAEzC,gFAAgF;IAChF,IAAoB,MAAM,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,EAMzD;IAED,IAAW,MAAM,IAAI,WAAW,GAAG,SAAS,CAE3C;IAED;;;OAGG;IACH,IAAoB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,EAQxD;gBAGS,UAAU,EAAE,UAAU,EACtB,wBAAwB,EAAE,wBAAwB,EAClD,gBAAgB,EAAE,gBAAgB;IAK5C;;;OAGG;IACa,eAAe,WAAY,SAAS,KAAG,IAAI,CAyBzD;yCAnES,eAAe;2CAAf,eAAe;CAoE3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../shared/portal/src/public_api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC"}
|
package/shared/public_api.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './resize-observer/resize-observer.factory';
|
|
2
|
-
export * from './resize-observer/resize-observer.service';
|
|
3
|
-
export * from './theme-color/theme-color.directive';
|
|
4
|
-
export * from './component-configuration';
|
|
5
|
-
export * from './component-loader.directive';
|
|
6
|
-
export * from './dynamic-component';
|
|
7
|
-
export * from './fit-heading/index';
|
|
8
|
-
export * from './controls/label-helpers';
|
|
9
|
-
export * from './translation/translation.service';
|
|
10
|
-
//# sourceMappingURL=public_api.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../shared/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AAEpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AAEpC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,mCAAmC,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Factory that creates a new ResizeObserver and allows us to stub it out in unit tests.
|
|
4
|
-
* @docs-private
|
|
5
|
-
*/
|
|
6
|
-
export declare class ResizeObserverFactory {
|
|
7
|
-
create(callback: ResizeObserverCallback): ResizeObserver | null;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeObserverFactory, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ResizeObserverFactory>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=resize-observer.factory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resize-observer.factory.d.ts","sourceRoot":"","sources":["../../../shared/src/resize-observer/resize-observer.factory.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBACa,qBAAqB;IAChC,MAAM,CAAC,QAAQ,EAAE,sBAAsB,GAAG,cAAc,GAAG,IAAI;yCADpD,qBAAqB;6CAArB,qBAAqB;CAIjC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { ResizeObserverFactory } from './resize-observer.factory';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ResizeObserverService implements OnDestroy {
|
|
5
|
-
private _resizeObserverFactory;
|
|
6
|
-
private observer;
|
|
7
|
-
private observedElements;
|
|
8
|
-
constructor(_resizeObserverFactory: ResizeObserverFactory);
|
|
9
|
-
observe(elementOrRef: Element | ElementRef<Element>, action: (entry: ResizeObserverEntry) => void): void;
|
|
10
|
-
ngOnDestroy(): void;
|
|
11
|
-
unobserve(elementOrRef: Element | ElementRef<Element>): void;
|
|
12
|
-
private handleResize;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeObserverService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ResizeObserverService>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=resize-observer.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resize-observer.service.d.ts","sourceRoot":"","sources":["../../../shared/src/resize-observer/resize-observer.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,SAAS,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,qBACa,qBAAsB,YAAW,SAAS;IAMzC,OAAO,CAAC,sBAAsB;IAH1C,OAAO,CAAC,QAAQ,CAAwB;IACxC,OAAO,CAAC,gBAAgB,CAAgE;gBAEpE,sBAAsB,EAAE,qBAAqB;IAIjE,OAAO,CACL,YAAY,EAAE,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC,EAC3C,MAAM,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,GAC3C,IAAI;IAUP,WAAW;IAOX,SAAS,CAAC,YAAY,EAAE,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC;IAUrD,OAAO,CAAC,YAAY;yCAxCT,qBAAqB;6CAArB,qBAAqB;CAgDjC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ThemeColor } from '@kirbydesign/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ThemeColorDirective {
|
|
4
|
-
private _isDefault;
|
|
5
|
-
get isDefault(): boolean;
|
|
6
|
-
private _isPrimary;
|
|
7
|
-
get isPrimary(): boolean;
|
|
8
|
-
private _isSecondary;
|
|
9
|
-
get isSecondary(): boolean;
|
|
10
|
-
private _isTertiary;
|
|
11
|
-
get isTertiary(): boolean;
|
|
12
|
-
private _isSuccess;
|
|
13
|
-
get isSuccess(): boolean;
|
|
14
|
-
private _isWarning;
|
|
15
|
-
get isWarning(): boolean;
|
|
16
|
-
private _isDanger;
|
|
17
|
-
get isDanger(): boolean;
|
|
18
|
-
private _isLight;
|
|
19
|
-
get isLight(): boolean;
|
|
20
|
-
private _isMedium;
|
|
21
|
-
get isMedium(): boolean;
|
|
22
|
-
private _isDark;
|
|
23
|
-
get isDark(): boolean;
|
|
24
|
-
private _isWhite;
|
|
25
|
-
get isWhite(): boolean;
|
|
26
|
-
private _isBrightnessWhite;
|
|
27
|
-
get isBrightnessWhite(): boolean;
|
|
28
|
-
private _isBrightnessLight;
|
|
29
|
-
get isBrightnessLight(): boolean;
|
|
30
|
-
private _isBrightnessDark;
|
|
31
|
-
get isBrightnessDark(): boolean;
|
|
32
|
-
set themeColor(value: ThemeColor);
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeColorDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeColorDirective, "kirby-avatar[themeColor], kirby-card[themeColor], kirby-icon[themeColor], kirby-progress-circle-ring[themeColor], kirby-modal-footer[themeColor], kirby-empty-state[themeColor]", never, { "themeColor": { "alias": "themeColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=theme-color.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme-color.directive.d.ts","sourceRoot":"","sources":["../../../shared/src/theme-color/theme-color.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;;AAE/C,qBAUa,mBAAmB;IAC9B,OAAO,CAAC,UAAU,CAAQ;IAC1B,IACI,SAAS,YAEZ;IAED,OAAO,CAAC,UAAU,CAAU;IAC5B,IACI,SAAS,YAEZ;IAED,OAAO,CAAC,YAAY,CAAU;IAC9B,IACI,WAAW,YAEd;IAED,OAAO,CAAC,WAAW,CAAU;IAC7B,IACI,UAAU,YAEb;IAED,OAAO,CAAC,UAAU,CAAU;IAC5B,IACI,SAAS,YAEZ;IAED,OAAO,CAAC,UAAU,CAAU;IAC5B,IACI,SAAS,YAEZ;IAED,OAAO,CAAC,SAAS,CAAU;IAC3B,IACI,QAAQ,YAEX;IAED,OAAO,CAAC,QAAQ,CAAU;IAC1B,IACI,OAAO,YAEV;IAED,OAAO,CAAC,SAAS,CAAU;IAC3B,IACI,QAAQ,YAEX;IAED,OAAO,CAAC,OAAO,CAAU;IACzB,IACI,MAAM,YAET;IAED,OAAO,CAAC,QAAQ,CAAU;IAC1B,IACI,OAAO,YAEV;IAED,OAAO,CAAC,kBAAkB,CAAU;IACpC,IACI,iBAAiB,YAEpB;IAED,OAAO,CAAC,kBAAkB,CAAU;IACpC,IACI,iBAAiB,YAEpB;IAED,OAAO,CAAC,iBAAiB,CAAU;IACnC,IACI,gBAAgB,YAEnB;IAED,IAAa,UAAU,CAAC,KAAK,EAAE,UAAU,EAgBxC;yCArGU,mBAAmB;2CAAnB,mBAAmB;CAsG/B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface Translation {
|
|
2
|
-
$code: string;
|
|
3
|
-
back: string;
|
|
4
|
-
close: string;
|
|
5
|
-
nextMonth: string;
|
|
6
|
-
nextSlide: string;
|
|
7
|
-
previousMonth: string;
|
|
8
|
-
previousSlide: string;
|
|
9
|
-
selectYear: string;
|
|
10
|
-
readMore: string;
|
|
11
|
-
more: string;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=translation.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation.interface.d.ts","sourceRoot":"","sources":["../../../shared/src/translation/translation.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Translation } from './translation.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TranslationService {
|
|
4
|
-
private localeId;
|
|
5
|
-
private activeTranslation;
|
|
6
|
-
private translations;
|
|
7
|
-
constructor(localeId: string);
|
|
8
|
-
private setActiveTranslation;
|
|
9
|
-
get(key: keyof Translation): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TranslationService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TranslationService>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=translation.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation.service.d.ts","sourceRoot":"","sources":["../../../shared/src/translation/translation.service.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;;AAEtD,qBAGa,kBAAkB;IAIE,OAAO,CAAC,QAAQ;IAH/C,OAAO,CAAC,iBAAiB,CAAmB;IAC5C,OAAO,CAAC,YAAY,CAAkD;gBAE/B,QAAQ,EAAE,MAAM;IAIvD,OAAO,CAAC,oBAAoB;IAc5B,GAAG,CAAC,GAAG,EAAE,MAAM,WAAW,GAAG,MAAM;yCAtBxB,kBAAkB;6CAAlB,kBAAkB;CAyB9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../../shared/src/translation/translations/da.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,eAAO,MAAM,EAAE,EAAE,WAWhB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../shared/src/translation/translations/de.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,eAAO,MAAM,EAAE,EAAE,WAWhB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../shared/src/translation/translations/en.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,eAAO,MAAM,EAAE,EAAE,WAWhB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-slide.d.ts","sourceRoot":"","sources":["../../slide/src/kirbydesign-designsystem-slide.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
package/slide/public_api.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { SlidesComponent, KirbySwiperOptions, SelectedSlide } from './slides.component';
|
|
2
|
-
export { SlideDirective } from './slide.directive';
|
|
3
|
-
export { SlideStretchHeightDirective } from './slide-stretch-height.directive';
|
|
4
|
-
export { SlideModule } from './slide.module';
|
|
5
|
-
//# sourceMappingURL=public_api.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../slide/src/public_api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SlideStretchHeightDirective {
|
|
4
|
-
private elementRef;
|
|
5
|
-
private renderer;
|
|
6
|
-
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlideStretchHeightDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SlideStretchHeightDirective, "[slideStretchHeight]", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=slide-stretch-height.directive.d.ts.map
|