@kirbydesign/designsystem 11.0.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +42 -6
- package/accordion/index.d.ts.map +1 -0
- package/action-group/index.d.ts +43 -6
- package/action-group/index.d.ts.map +1 -0
- package/avatar/index.d.ts +28 -6
- package/avatar/index.d.ts.map +1 -0
- package/badge/index.d.ts +20 -6
- package/badge/index.d.ts.map +1 -0
- package/button/index.d.ts +43 -6
- package/button/index.d.ts.map +1 -0
- package/calendar/index.d.ts +137 -6
- package/calendar/index.d.ts.map +1 -0
- package/card/index.d.ts +72 -6
- package/card/index.d.ts.map +1 -0
- package/chart/index.d.ts +198 -4
- package/chart/index.d.ts.map +1 -0
- package/checkbox/index.d.ts +69 -6
- package/checkbox/index.d.ts.map +1 -0
- package/config/index.d.ts +40 -4
- package/config/index.d.ts.map +1 -0
- package/data-table/index.d.ts +30 -4
- package/data-table/index.d.ts.map +1 -0
- package/divider/index.d.ts +10 -6
- package/divider/index.d.ts.map +1 -0
- package/dropdown/index.d.ts +166 -6
- package/dropdown/index.d.ts.map +1 -0
- package/empty-state/index.d.ts +37 -6
- package/empty-state/index.d.ts.map +1 -0
- package/fab-sheet/index.d.ts +29 -6
- package/fab-sheet/index.d.ts.map +1 -0
- package/fesm2022/kirbydesign-designsystem-accordion.mjs +42 -22
- package/fesm2022/kirbydesign-designsystem-accordion.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-action-group.mjs +5 -7
- package/fesm2022/kirbydesign-designsystem-action-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-avatar.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-avatar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-badge.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-badge.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-button.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-calendar.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-calendar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-card.mjs +20 -21
- package/fesm2022/kirbydesign-designsystem-card.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-chart.mjs +478 -478
- package/fesm2022/kirbydesign-designsystem-chart.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-config.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-data-table.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-data-table.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-divider.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-divider.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs +27 -22
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs +10 -9
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-flag.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-flag.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-form-field.mjs +48 -41
- package/fesm2022/kirbydesign-designsystem-form-field.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-header.mjs +20 -20
- package/fesm2022/kirbydesign-designsystem-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers-scss.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
- package/fesm2022/kirbydesign-designsystem-helpers.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-icon.mjs +11 -10
- package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-group.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-item-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item.mjs +12 -13
- package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-list.mjs +43 -46
- package/fesm2022/kirbydesign-designsystem-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-menu.mjs +8 -10
- package/fesm2022/kirbydesign-designsystem-menu.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-modal.mjs +643 -634
- package/fesm2022/kirbydesign-designsystem-modal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-page.mjs +67 -54
- package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-popover.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-popover.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +8 -9
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-radio.mjs +16 -16
- package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-range.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-section-header.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-section-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared.mjs +18 -18
- package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs +17 -70
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide.mjs +14 -14
- package/fesm2022/kirbydesign-designsystem-slide.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-spinner.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +11 -11
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tabs.mjs +14 -15
- package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs +286 -286
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-toast.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-types.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem.mjs +17 -18
- package/fesm2022/kirbydesign-designsystem.mjs.map +1 -1
- package/flag/index.d.ts +14 -6
- package/flag/index.d.ts.map +1 -0
- package/form-field/index.d.ts +230 -6
- package/form-field/index.d.ts.map +1 -0
- package/header/index.d.ts +70 -6
- package/header/index.d.ts.map +1 -0
- package/helpers/index.d.ts +94 -4
- package/helpers/index.d.ts.map +1 -0
- package/helpers/scss/index.d.ts +9 -6
- package/helpers/scss/index.d.ts.map +1 -0
- package/icon/index.d.ts +66 -4
- package/icon/index.d.ts.map +1 -0
- package/icons/svg/top-up.svg +1 -0
- package/index.d.ts +222 -6
- package/index.d.ts.map +1 -0
- package/item/index.d.ts +53 -6
- package/item/index.d.ts.map +1 -0
- package/item-group/index.d.ts +10 -6
- package/item-group/index.d.ts.map +1 -0
- package/item-sliding/index.d.ts +28 -6
- package/item-sliding/index.d.ts.map +1 -0
- package/kirby-app/index.d.ts +21 -6
- package/kirby-app/index.d.ts.map +1 -0
- package/list/index.d.ts +282 -4
- package/list/index.d.ts.map +1 -0
- package/loading-overlay/index.d.ts +26 -6
- package/loading-overlay/index.d.ts.map +1 -0
- package/menu/index.d.ts +71 -6
- package/menu/index.d.ts.map +1 -0
- package/modal/index.d.ts +492 -4
- package/modal/index.d.ts.map +1 -0
- package/package.json +17 -17
- package/page/index.d.ts +233 -4
- package/page/index.d.ts.map +1 -0
- package/popover/index.d.ts +40 -6
- package/popover/index.d.ts.map +1 -0
- package/progress-circle/index.d.ts +64 -6
- package/progress-circle/index.d.ts.map +1 -0
- package/radio/index.d.ts +100 -6
- package/radio/index.d.ts.map +1 -0
- package/range/index.d.ts +45 -6
- package/range/index.d.ts.map +1 -0
- package/reorder-list/index.d.ts +34 -6
- package/reorder-list/index.d.ts.map +1 -0
- package/router-outlet/index.d.ts +20 -6
- package/router-outlet/index.d.ts.map +1 -0
- package/section-header/index.d.ts +9 -6
- package/section-header/index.d.ts.map +1 -0
- package/shared/floating/index.d.ts +138 -4
- package/shared/floating/index.d.ts.map +1 -0
- package/shared/index.d.ts +150 -4
- package/shared/index.d.ts.map +1 -0
- package/shared/portal/index.d.ts +36 -4
- package/shared/portal/index.d.ts.map +1 -0
- package/slide/index.d.ts +66 -6
- package/slide/index.d.ts.map +1 -0
- package/slide-button/index.d.ts +35 -6
- package/slide-button/index.d.ts.map +1 -0
- package/spinner/index.d.ts +16 -6
- package/spinner/index.d.ts.map +1 -0
- package/tab-navigation/index.d.ts +58 -6
- package/tab-navigation/index.d.ts.map +1 -0
- package/tabs/index.d.ts +49 -6
- package/tabs/index.d.ts.map +1 -0
- package/testing/index.d.ts +62 -6
- package/testing/index.d.ts.map +1 -0
- package/testing-base/index.d.ts +816 -6
- package/testing-base/index.d.ts.map +1 -0
- package/testing-jasmine/index.d.ts +11 -6
- package/testing-jasmine/index.d.ts.map +1 -0
- package/testing-jest/index.d.ts +11 -6
- package/testing-jest/index.d.ts.map +1 -0
- package/toast/index.d.ts +34 -6
- package/toast/index.d.ts.map +1 -0
- package/toggle/index.d.ts +64 -6
- package/toggle/index.d.ts.map +1 -0
- package/toggle-button/index.d.ts +58 -6
- package/toggle-button/index.d.ts.map +1 -0
- package/types/index.d.ts +21 -6
- package/types/index.d.ts.map +1 -0
- package/accordion/accordion-item.component.d.ts +0 -22
- package/accordion/accordion-item.component.d.ts.map +0 -1
- package/accordion/accordion.directive.d.ts +0 -6
- package/accordion/accordion.directive.d.ts.map +0 -1
- package/accordion/accordion.module.d.ts +0 -10
- package/accordion/accordion.module.d.ts.map +0 -1
- package/accordion/kirbydesign-designsystem-accordion.d.ts.map +0 -1
- package/accordion/public_api.d.ts +0 -4
- package/accordion/public_api.d.ts.map +0 -1
- package/action-group/action-group.component.d.ts +0 -40
- package/action-group/action-group.component.d.ts.map +0 -1
- package/action-group/kirbydesign-designsystem-action-group.d.ts.map +0 -1
- package/action-group/public_api.d.ts +0 -2
- package/action-group/public_api.d.ts.map +0 -1
- package/avatar/avatar.component.d.ts +0 -25
- package/avatar/avatar.component.d.ts.map +0 -1
- package/avatar/kirbydesign-designsystem-avatar.d.ts.map +0 -1
- package/avatar/public_api.d.ts +0 -2
- package/avatar/public_api.d.ts.map +0 -1
- package/badge/badge.component.d.ts +0 -16
- package/badge/badge.component.d.ts.map +0 -1
- package/badge/kirbydesign-designsystem-badge.d.ts.map +0 -1
- package/badge/public_api.d.ts +0 -2
- package/badge/public_api.d.ts.map +0 -1
- package/button/button.component.d.ts +0 -39
- package/button/button.component.d.ts.map +0 -1
- package/button/kirbydesign-designsystem-button.d.ts.map +0 -1
- package/button/public_api.d.ts +0 -2
- package/button/public_api.d.ts.map +0 -1
- package/calendar/calendar.component.d.ts +0 -113
- package/calendar/calendar.component.d.ts.map +0 -1
- package/calendar/interfaces/calendar-day.d.ts +0 -18
- package/calendar/interfaces/calendar-day.d.ts.map +0 -1
- package/calendar/interfaces/calendar-year-navigator-config.d.ts +0 -5
- package/calendar/interfaces/calendar-year-navigator-config.d.ts.map +0 -1
- package/calendar/kirbydesign-designsystem-calendar.d.ts.map +0 -1
- package/calendar/public_api.d.ts +0 -3
- package/calendar/public_api.d.ts.map +0 -1
- package/card/card-as-button/card-as-button.directive.d.ts +0 -16
- package/card/card-as-button/card-as-button.directive.d.ts.map +0 -1
- package/card/card-flag-level.d.ts +0 -3
- package/card/card-flag-level.d.ts.map +0 -1
- package/card/card-footer/card-footer.component.d.ts +0 -7
- package/card/card-footer/card-footer.component.d.ts.map +0 -1
- package/card/card-header/card-header.component.d.ts +0 -13
- package/card/card-header/card-header.component.d.ts.map +0 -1
- package/card/card.component.d.ts +0 -27
- package/card/card.component.d.ts.map +0 -1
- package/card/card.module.d.ts +0 -13
- package/card/card.module.d.ts.map +0 -1
- package/card/kirbydesign-designsystem-card.d.ts.map +0 -1
- package/card/public_api.d.ts +0 -7
- package/card/public_api.d.ts.map +0 -1
- package/chart/chart/chart.component.d.ts +0 -8
- package/chart/chart/chart.component.d.ts.map +0 -1
- package/chart/chart/index.d.ts +0 -2
- package/chart/chart/index.d.ts.map +0 -1
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts +0 -10
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts.map +0 -1
- package/chart/chart-config/chart-base-config.d.ts +0 -7
- package/chart/chart-config/chart-base-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts +0 -21
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts +0 -5
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts +0 -3
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts +0 -13
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts.map +0 -1
- package/chart/charts.module.d.ts +0 -9
- package/chart/charts.module.d.ts.map +0 -1
- package/chart/kirbydesign-designsystem-chart.d.ts.map +0 -1
- package/chart/public_api.d.ts +0 -7
- package/chart/public_api.d.ts.map +0 -1
- package/chart/shared/base-chart/base-chart.component.d.ts +0 -35
- package/chart/shared/base-chart/base-chart.component.d.ts.map +0 -1
- package/chart/shared/base-chart/index.d.ts +0 -2
- package/chart/shared/base-chart/index.d.ts.map +0 -1
- package/chart/shared/chart-config-service/chart-config.service.d.ts +0 -31
- package/chart/shared/chart-config-service/chart-config.service.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts +0 -49
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts +0 -5
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/type.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/type.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/index.d.ts +0 -2
- package/chart/shared/chart-config-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/annotations.delegate.d.ts +0 -17
- package/chart/shared/chart-js-service/annotations.delegate.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chart-js.service.d.ts +0 -46
- package/chart/shared/chart-js-service/chart-js.service.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts +0 -15
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts.map +0 -1
- package/chart/shared/chart-js-service/configured-chart-js.d.ts +0 -4
- package/chart/shared/chart-js-service/configured-chart-js.d.ts.map +0 -1
- package/chart/shared/chart-js-service/index.d.ts +0 -3
- package/chart/shared/chart-js-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/test-utils.d.ts +0 -5
- package/chart/shared/chart-js-service/test-utils.d.ts.map +0 -1
- package/chart/shared/charts.types.d.ts +0 -27
- package/chart/shared/charts.types.d.ts.map +0 -1
- package/chart/shared/index.d.ts +0 -5
- package/chart/shared/index.d.ts.map +0 -1
- package/chart/stock-chart/index.d.ts +0 -2
- package/chart/stock-chart/index.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart-js.service.d.ts +0 -38
- package/chart/stock-chart/stock-chart-js.service.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart.component.d.ts +0 -10
- package/chart/stock-chart/stock-chart.component.d.ts.map +0 -1
- package/checkbox/checkbox.component.d.ts +0 -66
- package/checkbox/checkbox.component.d.ts.map +0 -1
- package/checkbox/kirbydesign-designsystem-checkbox.d.ts.map +0 -1
- package/checkbox/public_api.d.ts +0 -2
- package/checkbox/public_api.d.ts.map +0 -1
- package/config/kirbydesign-designsystem-config.d.ts.map +0 -1
- package/config/provide-kirby.d.ts +0 -38
- package/config/provide-kirby.d.ts.map +0 -1
- package/config/public_api.d.ts +0 -2
- package/config/public_api.d.ts.map +0 -1
- package/data-table/data-table.module.d.ts +0 -13
- package/data-table/data-table.module.d.ts.map +0 -1
- package/data-table/kirbydesign-designsystem-data-table.d.ts.map +0 -1
- package/data-table/public_api.d.ts +0 -3
- package/data-table/public_api.d.ts.map +0 -1
- package/data-table/sortable/sortable.component.d.ts +0 -18
- package/data-table/sortable/sortable.component.d.ts.map +0 -1
- package/divider/divider.component.d.ts +0 -7
- package/divider/divider.component.d.ts.map +0 -1
- package/divider/kirbydesign-designsystem-divider.d.ts.map +0 -1
- package/divider/public_api.d.ts +0 -2
- package/divider/public_api.d.ts.map +0 -1
- package/dropdown/dropdown.component.d.ts +0 -131
- package/dropdown/dropdown.component.d.ts.map +0 -1
- package/dropdown/dropdown.module.d.ts +0 -16
- package/dropdown/dropdown.module.d.ts.map +0 -1
- package/dropdown/dropdown.types.d.ts +0 -10
- package/dropdown/dropdown.types.d.ts.map +0 -1
- package/dropdown/keyboard-handler.service.d.ts +0 -7
- package/dropdown/keyboard-handler.service.d.ts.map +0 -1
- package/dropdown/kirbydesign-designsystem-dropdown.d.ts.map +0 -1
- package/dropdown/public_api.d.ts +0 -6
- package/dropdown/public_api.d.ts.map +0 -1
- package/empty-state/empty-state.component.d.ts +0 -24
- package/empty-state/empty-state.component.d.ts.map +0 -1
- package/empty-state/empty-state.module.d.ts +0 -11
- package/empty-state/empty-state.module.d.ts.map +0 -1
- package/empty-state/kirbydesign-designsystem-empty-state.d.ts.map +0 -1
- package/empty-state/public_api.d.ts +0 -3
- package/empty-state/public_api.d.ts.map +0 -1
- package/fab-sheet/fab-sheet.component.d.ts +0 -26
- package/fab-sheet/fab-sheet.component.d.ts.map +0 -1
- package/fab-sheet/kirbydesign-designsystem-fab-sheet.d.ts.map +0 -1
- package/fab-sheet/public_api.d.ts +0 -2
- package/fab-sheet/public_api.d.ts.map +0 -1
- package/flag/flag.component.d.ts +0 -10
- package/flag/flag.component.d.ts.map +0 -1
- package/flag/kirbydesign-designsystem-flag.d.ts.map +0 -1
- package/flag/public_api.d.ts +0 -2
- package/flag/public_api.d.ts.map +0 -1
- package/form-field/directives/affix/affix.directive.d.ts +0 -10
- package/form-field/directives/affix/affix.directive.d.ts.map +0 -1
- package/form-field/directives/date/date-input.directive.d.ts +0 -45
- package/form-field/directives/date/date-input.directive.d.ts.map +0 -1
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts +0 -41
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts.map +0 -1
- package/form-field/form-field-message/form-field-message.component.d.ts +0 -8
- package/form-field/form-field-message/form-field-message.component.d.ts.map +0 -1
- package/form-field/form-field.component.d.ts +0 -58
- package/form-field/form-field.component.d.ts.map +0 -1
- package/form-field/form-field.module.d.ts +0 -14
- package/form-field/form-field.module.d.ts.map +0 -1
- package/form-field/input/input.component.d.ts +0 -39
- package/form-field/input/input.component.d.ts.map +0 -1
- package/form-field/input-counter/input-counter.component.d.ts +0 -16
- package/form-field/input-counter/input-counter.component.d.ts.map +0 -1
- package/form-field/kirbydesign-designsystem-form-field.d.ts.map +0 -1
- package/form-field/public_api.d.ts +0 -10
- package/form-field/public_api.d.ts.map +0 -1
- package/form-field/textarea/textarea.component.d.ts +0 -28
- package/form-field/textarea/textarea.component.d.ts.map +0 -1
- package/header/header.component.d.ts +0 -59
- package/header/header.component.d.ts.map +0 -1
- package/header/header.module.d.ts +0 -10
- package/header/header.module.d.ts.map +0 -1
- package/header/kirbydesign-designsystem-header.d.ts.map +0 -1
- package/header/public_api.d.ts +0 -3
- package/header/public_api.d.ts.map +0 -1
- package/helpers/chart-config-has-type.d.ts +0 -3
- package/helpers/chart-config-has-type.d.ts.map +0 -1
- package/helpers/color-helper.d.ts +0 -2
- package/helpers/color-helper.d.ts.map +0 -1
- package/helpers/content-mutation-observer.d.ts +0 -9
- package/helpers/content-mutation-observer.d.ts.map +0 -1
- package/helpers/deep-copy.d.ts +0 -2
- package/helpers/deep-copy.d.ts.map +0 -1
- package/helpers/design-token-helper.d.ts +0 -2
- package/helpers/design-token-helper.d.ts.map +0 -1
- package/helpers/element-ancestor-utils.d.ts +0 -3
- package/helpers/element-ancestor-utils.d.ts.map +0 -1
- package/helpers/ionic-element-part-helper.d.ts +0 -10
- package/helpers/ionic-element-part-helper.d.ts.map +0 -1
- package/helpers/kirby-animation.d.ts +0 -20
- package/helpers/kirby-animation.d.ts.map +0 -1
- package/helpers/kirbydesign-designsystem-helpers.d.ts.map +0 -1
- package/helpers/line-clamp-helper.d.ts +0 -12
- package/helpers/line-clamp-helper.d.ts.map +0 -1
- package/helpers/merge-deep.d.ts +0 -17
- package/helpers/merge-deep.d.ts.map +0 -1
- package/helpers/platform.service.d.ts +0 -11
- package/helpers/platform.service.d.ts.map +0 -1
- package/helpers/public_api.d.ts +0 -15
- package/helpers/public_api.d.ts.map +0 -1
- package/helpers/scss/kirbydesign-designsystem-helpers-scss.d.ts.map +0 -1
- package/helpers/scss/public_api.d.ts +0 -2
- package/helpers/scss/public_api.d.ts.map +0 -1
- package/helpers/scss/scss-helper.d.ts +0 -7
- package/helpers/scss/scss-helper.d.ts.map +0 -1
- package/helpers/string-helper.d.ts +0 -2
- package/helpers/string-helper.d.ts.map +0 -1
- package/helpers/theme-color.type.d.ts +0 -2
- package/helpers/theme-color.type.d.ts.map +0 -1
- package/helpers/unique-id-generator.helper.d.ts +0 -9
- package/helpers/unique-id-generator.helper.d.ts.map +0 -1
- package/icon/icon-registry.service.d.ts +0 -21
- package/icon/icon-registry.service.d.ts.map +0 -1
- package/icon/icon-settings.d.ts +0 -8
- package/icon/icon-settings.d.ts.map +0 -1
- package/icon/icon.component.d.ts +0 -29
- package/icon/icon.component.d.ts.map +0 -1
- package/icon/icon.module.d.ts +0 -10
- package/icon/icon.module.d.ts.map +0 -1
- package/icon/kirby-icon-settings.d.ts +0 -4
- package/icon/kirby-icon-settings.d.ts.map +0 -1
- package/icon/kirbydesign-designsystem-icon.d.ts.map +0 -1
- package/icon/public_api.d.ts +0 -6
- package/icon/public_api.d.ts.map +0 -1
- package/item/item.component.d.ts +0 -34
- package/item/item.component.d.ts.map +0 -1
- package/item/item.module.d.ts +0 -12
- package/item/item.module.d.ts.map +0 -1
- package/item/kirbydesign-designsystem-item.d.ts.map +0 -1
- package/item/label/label.component.d.ts +0 -8
- package/item/label/label.component.d.ts.map +0 -1
- package/item/public_api.d.ts +0 -4
- package/item/public_api.d.ts.map +0 -1
- package/item-group/item-group.component.d.ts +0 -7
- package/item-group/item-group.component.d.ts.map +0 -1
- package/item-group/kirbydesign-designsystem-item-group.d.ts.map +0 -1
- package/item-group/public_api.d.ts +0 -2
- package/item-group/public_api.d.ts.map +0 -1
- package/item-sliding/item-sliding.component.d.ts +0 -14
- package/item-sliding/item-sliding.component.d.ts.map +0 -1
- package/item-sliding/item-sliding.types.d.ts +0 -11
- package/item-sliding/item-sliding.types.d.ts.map +0 -1
- package/item-sliding/kirbydesign-designsystem-item-sliding.d.ts.map +0 -1
- package/item-sliding/public_api.d.ts +0 -3
- package/item-sliding/public_api.d.ts.map +0 -1
- package/kirby-app/kirby-app.component.d.ts +0 -10
- package/kirby-app/kirby-app.component.d.ts.map +0 -1
- package/kirby-app/kirby-app.module.d.ts +0 -10
- package/kirby-app/kirby-app.module.d.ts.map +0 -1
- package/kirby-app/kirbydesign-designsystem-kirby-app.d.ts.map +0 -1
- package/kirby-app/public_api.d.ts +0 -3
- package/kirby-app/public_api.d.ts.map +0 -1
- package/kirbydesign-designsystem.d.ts.map +0 -1
- package/lib/components/index.d.ts +0 -3
- package/lib/components/index.d.ts.map +0 -1
- package/lib/components/segmented-control/segment-item.d.ts +0 -14
- package/lib/components/segmented-control/segment-item.d.ts.map +0 -1
- package/lib/components/segmented-control/segmented-control.component.d.ts +0 -86
- package/lib/components/segmented-control/segmented-control.component.d.ts.map +0 -1
- package/lib/directives/index.d.ts +0 -3
- package/lib/directives/index.d.ts.map +0 -1
- package/lib/directives/key-handler/key-handler.directive.d.ts +0 -10
- package/lib/directives/key-handler/key-handler.directive.d.ts.map +0 -1
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts +0 -16
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts.map +0 -1
- package/lib/index.d.ts +0 -49
- package/lib/index.d.ts.map +0 -1
- package/lib/kirby.module.d.ts +0 -57
- package/lib/kirby.module.d.ts.map +0 -1
- package/list/directives/index.d.ts +0 -4
- package/list/directives/index.d.ts.map +0 -1
- package/list/directives/infinite-scroll.directive.d.ts +0 -50
- package/list/directives/infinite-scroll.directive.d.ts.map +0 -1
- package/list/directives/list-item-color.directive.d.ts +0 -13
- package/list/directives/list-item-color.directive.d.ts.map +0 -1
- package/list/directives/scroll.model.d.ts +0 -6
- package/list/directives/scroll.model.d.ts.map +0 -1
- package/list/helpers/index.d.ts +0 -2
- package/list/helpers/index.d.ts.map +0 -1
- package/list/helpers/list-helper.d.ts +0 -22
- package/list/helpers/list-helper.d.ts.map +0 -1
- package/list/kirbydesign-designsystem-list.d.ts.map +0 -1
- package/list/list-experimental/index.d.ts +0 -2
- package/list/list-experimental/index.d.ts.map +0 -1
- package/list/list-experimental/list-experimental.component.d.ts +0 -9
- package/list/list-experimental/list-experimental.component.d.ts.map +0 -1
- package/list/list-header/index.d.ts +0 -2
- package/list/list-header/index.d.ts.map +0 -1
- package/list/list-header/list-header.component.d.ts +0 -7
- package/list/list-header/list-header.component.d.ts.map +0 -1
- package/list/list-item/index.d.ts +0 -2
- package/list/list-item/index.d.ts.map +0 -1
- package/list/list-item/list-item.component.d.ts +0 -37
- package/list/list-item/list-item.component.d.ts.map +0 -1
- package/list/list-section-header/index.d.ts +0 -2
- package/list/list-section-header/index.d.ts.map +0 -1
- package/list/list-section-header/list-section-header.component.d.ts +0 -7
- package/list/list-section-header/list-section-header.component.d.ts.map +0 -1
- package/list/list-swipe-action.d.ts +0 -2
- package/list/list-swipe-action.d.ts.map +0 -1
- package/list/list-swipe-action.type.d.ts +0 -12
- package/list/list-swipe-action.type.d.ts.map +0 -1
- package/list/list.component.d.ts +0 -108
- package/list/list.component.d.ts.map +0 -1
- package/list/list.directive.d.ts +0 -18
- package/list/list.directive.d.ts.map +0 -1
- package/list/list.event.d.ts +0 -8
- package/list/list.event.d.ts.map +0 -1
- package/list/list.module.d.ts +0 -19
- package/list/list.module.d.ts.map +0 -1
- package/list/public_api.d.ts +0 -12
- package/list/public_api.d.ts.map +0 -1
- package/loading-overlay/kirbydesign-designsystem-loading-overlay.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.component.d.ts +0 -9
- package/loading-overlay/loading-overlay.component.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.service.d.ts +0 -15
- package/loading-overlay/loading-overlay.service.d.ts.map +0 -1
- package/loading-overlay/public_api.d.ts +0 -3
- package/loading-overlay/public_api.d.ts.map +0 -1
- package/menu/kirbydesign-designsystem-menu.d.ts.map +0 -1
- package/menu/menu.component.d.ts +0 -68
- package/menu/menu.component.d.ts.map +0 -1
- package/menu/public_api.d.ts +0 -2
- package/menu/public_api.d.ts.map +0 -1
- package/modal/kirbydesign-designsystem-modal.d.ts.map +0 -1
- package/modal/modal/action-sheet/action-sheet.component.d.ts +0 -18
- package/modal/modal/action-sheet/action-sheet.component.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts +0 -8
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts +0 -5
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts.map +0 -1
- package/modal/modal/action-sheet/index.d.ts +0 -4
- package/modal/modal/action-sheet/index.d.ts.map +0 -1
- package/modal/modal/alert/alert.component.d.ts +0 -29
- package/modal/modal/alert/alert.component.d.ts.map +0 -1
- package/modal/modal/alert/config/alert-config.d.ts +0 -15
- package/modal/modal/alert/config/alert-config.d.ts.map +0 -1
- package/modal/modal/alert/index.d.ts +0 -3
- package/modal/modal/alert/index.d.ts.map +0 -1
- package/modal/modal/footer/modal-footer.component.d.ts +0 -13
- package/modal/modal/footer/modal-footer.component.d.ts.map +0 -1
- package/modal/modal/index.d.ts +0 -7
- package/modal/modal/index.d.ts.map +0 -1
- package/modal/modal/modal-component/modal.component.d.ts +0 -53
- package/modal/modal/modal-component/modal.component.d.ts.map +0 -1
- package/modal/modal/services/action-sheet.helper.d.ts +0 -12
- package/modal/modal/services/action-sheet.helper.d.ts.map +0 -1
- package/modal/modal/services/alert.helper.d.ts +0 -15
- package/modal/modal/services/alert.helper.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss-modal-guard.d.ts +0 -3
- package/modal/modal/services/can-dismiss-modal-guard.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss.helper.d.ts +0 -13
- package/modal/modal/services/can-dismiss.helper.d.ts.map +0 -1
- package/modal/modal/services/index.d.ts +0 -7
- package/modal/modal/services/index.d.ts.map +0 -1
- package/modal/modal/services/modal-animation-builder.service.d.ts +0 -28
- package/modal/modal/services/modal-animation-builder.service.d.ts.map +0 -1
- package/modal/modal/services/modal.controller.d.ts +0 -39
- package/modal/modal/services/modal.controller.d.ts.map +0 -1
- package/modal/modal/services/modal.helper.d.ts +0 -21
- package/modal/modal/services/modal.helper.d.ts.map +0 -1
- package/modal/modal-navigation.service.d.ts +0 -39
- package/modal/modal-navigation.service.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/index.d.ts +0 -2
- package/modal/modal-wrapper/compact/index.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts +0 -36
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts.map +0 -1
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts +0 -5
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts.map +0 -1
- package/modal/modal-wrapper/config/index.d.ts +0 -4
- package/modal/modal-wrapper/config/index.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.d.ts +0 -42
- package/modal/modal-wrapper/config/modal-config.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.helper.d.ts +0 -3
- package/modal/modal-wrapper/config/modal-config.helper.d.ts.map +0 -1
- package/modal/modal-wrapper/index.d.ts +0 -4
- package/modal/modal-wrapper/index.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts +0 -15
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-wrapper.component.d.ts +0 -112
- package/modal/modal-wrapper/modal-wrapper.component.d.ts.map +0 -1
- package/modal/modal.interfaces.d.ts +0 -58
- package/modal/modal.interfaces.d.ts.map +0 -1
- package/modal/public_api.d.ts +0 -5
- package/modal/public_api.d.ts.map +0 -1
- package/page/kirbydesign-designsystem-page.d.ts.map +0 -1
- package/page/page-footer/page-footer.component.d.ts +0 -15
- package/page/page-footer/page-footer.component.d.ts.map +0 -1
- package/page/page.component.d.ts +0 -207
- package/page/page.component.d.ts.map +0 -1
- package/page/page.module.d.ts +0 -14
- package/page/page.module.d.ts.map +0 -1
- package/page/public_api.d.ts +0 -4
- package/page/public_api.d.ts.map +0 -1
- package/popover/kirbydesign-designsystem-popover.d.ts.map +0 -1
- package/popover/popover.component.d.ts +0 -37
- package/popover/popover.component.d.ts.map +0 -1
- package/popover/public_api.d.ts +0 -2
- package/popover/public_api.d.ts.map +0 -1
- package/progress-circle/kirbydesign-designsystem-progress-circle.d.ts.map +0 -1
- package/progress-circle/progress-circle-ring.component.d.ts +0 -20
- package/progress-circle/progress-circle-ring.component.d.ts.map +0 -1
- package/progress-circle/progress-circle.component.d.ts +0 -43
- package/progress-circle/progress-circle.component.d.ts.map +0 -1
- package/progress-circle/public_api.d.ts +0 -3
- package/progress-circle/public_api.d.ts.map +0 -1
- package/public-api.d.ts +0 -2
- package/public-api.d.ts.map +0 -1
- package/radio/kirbydesign-designsystem-radio.d.ts.map +0 -1
- package/radio/public_api.d.ts +0 -4
- package/radio/public_api.d.ts.map +0 -1
- package/radio/radio-group/radio-group.component.d.ts +0 -65
- package/radio/radio-group/radio-group.component.d.ts.map +0 -1
- package/radio/radio-module.d.ts +0 -11
- package/radio/radio-module.d.ts.map +0 -1
- package/radio/radio.component.d.ts +0 -26
- package/radio/radio.component.d.ts.map +0 -1
- package/range/kirbydesign-designsystem-range.d.ts.map +0 -1
- package/range/public_api.d.ts +0 -2
- package/range/public_api.d.ts.map +0 -1
- package/range/range.component.d.ts +0 -42
- package/range/range.component.d.ts.map +0 -1
- package/reorder-list/kirbydesign-designsystem-reorder-list.d.ts.map +0 -1
- package/reorder-list/public_api.d.ts +0 -3
- package/reorder-list/public_api.d.ts.map +0 -1
- package/reorder-list/reorder-event.d.ts +0 -8
- package/reorder-list/reorder-event.d.ts.map +0 -1
- package/reorder-list/reorder-list.component.d.ts +0 -24
- package/reorder-list/reorder-list.component.d.ts.map +0 -1
- package/router-outlet/kirbydesign-designsystem-router-outlet.d.ts.map +0 -1
- package/router-outlet/public_api.d.ts +0 -4
- package/router-outlet/public_api.d.ts.map +0 -1
- package/router-outlet/router-outlet.component.d.ts +0 -8
- package/router-outlet/router-outlet.component.d.ts.map +0 -1
- package/router-outlet/router-outlet.module.d.ts +0 -10
- package/router-outlet/router-outlet.module.d.ts.map +0 -1
- package/section-header/kirbydesign-designsystem-section-header.d.ts.map +0 -1
- package/section-header/public_api.d.ts +0 -2
- package/section-header/public_api.d.ts.map +0 -1
- package/section-header/section-header.component.d.ts +0 -6
- package/section-header/section-header.component.d.ts.map +0 -1
- package/shared/component-configuration.d.ts +0 -6
- package/shared/component-configuration.d.ts.map +0 -1
- package/shared/component-loader.directive.d.ts +0 -16
- package/shared/component-loader.directive.d.ts.map +0 -1
- package/shared/controls/label-helpers.d.ts +0 -17
- package/shared/controls/label-helpers.d.ts.map +0 -1
- package/shared/dynamic-component.d.ts +0 -4
- package/shared/dynamic-component.d.ts.map +0 -1
- package/shared/fit-heading/fit-heading.directive.d.ts +0 -29
- package/shared/fit-heading/fit-heading.directive.d.ts.map +0 -1
- package/shared/fit-heading/index.d.ts +0 -2
- package/shared/fit-heading/index.d.ts.map +0 -1
- package/shared/floating/floating.directive.d.ts +0 -136
- package/shared/floating/floating.directive.d.ts.map +0 -1
- package/shared/floating/kirbydesign-designsystem-shared-floating.d.ts.map +0 -1
- package/shared/floating/public_api.d.ts +0 -2
- package/shared/floating/public_api.d.ts.map +0 -1
- package/shared/kirbydesign-designsystem-shared.d.ts.map +0 -1
- package/shared/portal/kirbydesign-designsystem-shared-portal.d.ts.map +0 -1
- package/shared/portal/portal.directive.d.ts +0 -35
- package/shared/portal/portal.directive.d.ts.map +0 -1
- package/shared/portal/public_api.d.ts +0 -2
- package/shared/portal/public_api.d.ts.map +0 -1
- package/shared/public_api.d.ts +0 -10
- package/shared/public_api.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.factory.d.ts +0 -11
- package/shared/resize-observer/resize-observer.factory.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.service.d.ts +0 -16
- package/shared/resize-observer/resize-observer.service.d.ts.map +0 -1
- package/shared/theme-color/theme-color.directive.d.ts +0 -36
- package/shared/theme-color/theme-color.directive.d.ts.map +0 -1
- package/shared/translation/translation.interface.d.ts +0 -13
- package/shared/translation/translation.interface.d.ts.map +0 -1
- package/shared/translation/translation.service.d.ts +0 -13
- package/shared/translation/translation.service.d.ts.map +0 -1
- package/shared/translation/translations/da.d.ts +0 -3
- package/shared/translation/translations/da.d.ts.map +0 -1
- package/shared/translation/translations/de.d.ts +0 -3
- package/shared/translation/translations/de.d.ts.map +0 -1
- package/shared/translation/translations/en.d.ts +0 -3
- package/shared/translation/translations/en.d.ts.map +0 -1
- package/slide/kirbydesign-designsystem-slide.d.ts.map +0 -1
- package/slide/public_api.d.ts +0 -5
- package/slide/public_api.d.ts.map +0 -1
- package/slide/slide-stretch-height.directive.d.ts +0 -10
- package/slide/slide-stretch-height.directive.d.ts.map +0 -1
- package/slide/slide.directive.d.ts +0 -6
- package/slide/slide.directive.d.ts.map +0 -1
- package/slide/slide.module.d.ts +0 -13
- package/slide/slide.module.d.ts.map +0 -1
- package/slide/slides.component.d.ts +0 -42
- package/slide/slides.component.d.ts.map +0 -1
- package/slide-button/kirbydesign-designsystem-slide-button.d.ts.map +0 -1
- package/slide-button/public_api.d.ts +0 -2
- package/slide-button/public_api.d.ts.map +0 -1
- package/slide-button/slide-button.component.d.ts +0 -32
- package/slide-button/slide-button.component.d.ts.map +0 -1
- package/spinner/kirbydesign-designsystem-spinner.d.ts.map +0 -1
- package/spinner/public_api.d.ts +0 -3
- package/spinner/public_api.d.ts.map +0 -1
- package/spinner/spinner.component.d.ts +0 -6
- package/spinner/spinner.component.d.ts.map +0 -1
- package/spinner/spinner.module.d.ts +0 -9
- package/spinner/spinner.module.d.ts.map +0 -1
- package/tab-navigation/kirbydesign-designsystem-tab-navigation.d.ts.map +0 -1
- package/tab-navigation/public_api.d.ts +0 -4
- package/tab-navigation/public_api.d.ts.map +0 -1
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts +0 -36
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts +0 -14
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation.module.d.ts +0 -10
- package/tab-navigation/tab-navigation.module.d.ts.map +0 -1
- package/tabs/kirbydesign-designsystem-tabs.d.ts.map +0 -1
- package/tabs/public_api.d.ts +0 -6
- package/tabs/public_api.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.component.d.ts +0 -12
- package/tabs/tab-button/tab-button.component.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.events.d.ts +0 -2
- package/tabs/tab-button/tab-button.events.d.ts.map +0 -1
- package/tabs/tabs.component.d.ts +0 -15
- package/tabs/tabs.component.d.ts.map +0 -1
- package/tabs/tabs.module.d.ts +0 -12
- package/tabs/tabs.module.d.ts.map +0 -1
- package/tabs/tabs.service.d.ts +0 -12
- package/tabs/tabs.service.d.ts.map +0 -1
- package/testing/element-css-custom-matchers.d.ts +0 -4
- package/testing/element-css-custom-matchers.d.ts.map +0 -1
- package/testing/kirbydesign-designsystem-testing.d.ts.map +0 -1
- package/testing/public_api.d.ts +0 -3
- package/testing/public_api.d.ts.map +0 -1
- package/testing/test-helper.d.ts +0 -55
- package/testing/test-helper.d.ts.map +0 -1
- package/testing-base/kirbydesign-designsystem-testing-base.d.ts.map +0 -1
- package/testing-base/lib/components/index.d.ts +0 -64
- package/testing-base/lib/components/index.d.ts.map +0 -1
- package/testing-base/lib/components/mock.accordion-item.component.d.ts +0 -10
- package/testing-base/lib/components/mock.accordion-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-group.component.d.ts +0 -9
- package/testing-base/lib/components/mock.action-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-sheet.component.d.ts +0 -16
- package/testing-base/lib/components/mock.action-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.alert.component.d.ts +0 -15
- package/testing-base/lib/components/mock.alert.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.avatar.component.d.ts +0 -16
- package/testing-base/lib/components/mock.avatar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.badge.component.d.ts +0 -8
- package/testing-base/lib/components/mock.badge.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.base-chart.component.d.ts +0 -16
- package/testing-base/lib/components/mock.base-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.button.component.d.ts +0 -15
- package/testing-base/lib/components/mock.button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.calendar.component.d.ts +0 -33
- package/testing-base/lib/components/mock.calendar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.card-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-header.component.d.ts +0 -12
- package/testing-base/lib/components/mock.card-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card.component.d.ts +0 -14
- package/testing-base/lib/components/mock.card.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.checkbox.component.d.ts +0 -14
- package/testing-base/lib/components/mock.checkbox.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.divider.component.d.ts +0 -7
- package/testing-base/lib/components/mock.divider.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.dropdown.component.d.ts +0 -22
- package/testing-base/lib/components/mock.dropdown.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.empty-state.component.d.ts +0 -9
- package/testing-base/lib/components/mock.empty-state.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts +0 -8
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.flag.component.d.ts +0 -8
- package/testing-base/lib/components/mock.flag.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field-message.component.d.ts +0 -8
- package/testing-base/lib/components/mock.form-field-message.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field.component.d.ts +0 -9
- package/testing-base/lib/components/mock.form-field.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.header.component.d.ts +0 -22
- package/testing-base/lib/components/mock.header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.icon.component.d.ts +0 -9
- package/testing-base/lib/components/mock.icon.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input-counter.component.d.ts +0 -8
- package/testing-base/lib/components/mock.input-counter.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input.component.d.ts +0 -16
- package/testing-base/lib/components/mock.input.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-group.component.d.ts +0 -6
- package/testing-base/lib/components/mock.item-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-sliding.component.d.ts +0 -9
- package/testing-base/lib/components/mock.item-sliding.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item.component.d.ts +0 -13
- package/testing-base/lib/components/mock.item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.kirby-app.component.d.ts +0 -6
- package/testing-base/lib/components/mock.kirby-app.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.label.component.d.ts +0 -7
- package/testing-base/lib/components/mock.label.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-experimental.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-experimental.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-item.component.d.ts +0 -17
- package/testing-base/lib/components/mock.list-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-section-header.component.d.ts +0 -7
- package/testing-base/lib/components/mock.list-section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list.component.d.ts +0 -24
- package/testing-base/lib/components/mock.list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts +0 -9
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.menu.component.d.ts +0 -21
- package/testing-base/lib/components/mock.menu.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-footer.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts +0 -10
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.page-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page.component.d.ts +0 -70
- package/testing-base/lib/components/mock.page.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.popover.component.d.ts +0 -11
- package/testing-base/lib/components/mock.popover.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts +0 -11
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle.component.d.ts +0 -9
- package/testing-base/lib/components/mock.progress-circle.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio-group.component.d.ts +0 -15
- package/testing-base/lib/components/mock.radio-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio.component.d.ts +0 -10
- package/testing-base/lib/components/mock.radio.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.range.component.d.ts +0 -22
- package/testing-base/lib/components/mock.range.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.reorder-list.component.d.ts +0 -13
- package/testing-base/lib/components/mock.reorder-list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.router-outlet.component.d.ts +0 -7
- package/testing-base/lib/components/mock.router-outlet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.section-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.segmented-control.component.d.ts +0 -16
- package/testing-base/lib/components/mock.segmented-control.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slide-button.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slide-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slides.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slides.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.spinner.component.d.ts +0 -6
- package/testing-base/lib/components/mock.spinner.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.stock-chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.stock-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.tab-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts +0 -7
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts +0 -8
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tabs.component.d.ts +0 -6
- package/testing-base/lib/components/mock.tabs.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.textarea.component.d.ts +0 -12
- package/testing-base/lib/components/mock.textarea.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.toggle-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle.component.d.ts +0 -10
- package/testing-base/lib/components/mock.toggle.component.d.ts.map +0 -1
- package/testing-base/lib/directives/index.d.ts +0 -17
- package/testing-base/lib/directives/index.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.accordion.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.accordion.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.affix.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.affix.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.date-input.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.date-input.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts +0 -13
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.floating.directive.d.ts +0 -27
- package/testing-base/lib/directives/mock.floating.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list.directive.d.ts +0 -18
- package/testing-base/lib/directives/mock.list.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.portal.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.portal.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.slide.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.slide.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts.map +0 -1
- package/testing-base/lib/index.d.ts +0 -4
- package/testing-base/lib/index.d.ts.map +0 -1
- package/testing-base/lib/kirby-testing-base.module.d.ts +0 -86
- package/testing-base/lib/kirby-testing-base.module.d.ts.map +0 -1
- package/testing-base/lib/mock-components.d.ts +0 -3
- package/testing-base/lib/mock-components.d.ts.map +0 -1
- package/testing-base/lib/mock-directives.d.ts +0 -3
- package/testing-base/lib/mock-directives.d.ts.map +0 -1
- package/testing-base/public_api.d.ts +0 -2
- package/testing-base/public_api.d.ts.map +0 -1
- package/testing-jasmine/kirbydesign-designsystem-testing-jasmine.d.ts.map +0 -1
- package/testing-jasmine/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jasmine/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jasmine/lib/mock-providers.d.ts +0 -33
- package/testing-jasmine/lib/mock-providers.d.ts.map +0 -1
- package/testing-jasmine/public_api.d.ts +0 -2
- package/testing-jasmine/public_api.d.ts.map +0 -1
- package/testing-jest/kirbydesign-designsystem-testing-jest.d.ts.map +0 -1
- package/testing-jest/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jest/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jest/lib/mock-providers.d.ts +0 -68
- package/testing-jest/lib/mock-providers.d.ts.map +0 -1
- package/testing-jest/public_api.d.ts +0 -2
- package/testing-jest/public_api.d.ts.map +0 -1
- package/toast/config/toast-config.d.ts +0 -8
- package/toast/config/toast-config.d.ts.map +0 -1
- package/toast/kirbydesign-designsystem-toast.d.ts.map +0 -1
- package/toast/public_api.d.ts +0 -4
- package/toast/public_api.d.ts.map +0 -1
- package/toast/services/indexs.d.ts +0 -3
- package/toast/services/indexs.d.ts.map +0 -1
- package/toast/services/toast.controller.d.ts +0 -11
- package/toast/services/toast.controller.d.ts.map +0 -1
- package/toast/services/toast.helper.d.ts +0 -15
- package/toast/services/toast.helper.d.ts.map +0 -1
- package/toggle/kirbydesign-designsystem-toggle.d.ts.map +0 -1
- package/toggle/public_api.d.ts +0 -2
- package/toggle/public_api.d.ts.map +0 -1
- package/toggle/toggle.component.d.ts +0 -61
- package/toggle/toggle.component.d.ts.map +0 -1
- package/toggle-button/kirbydesign-designsystem-toggle-button.d.ts.map +0 -1
- package/toggle-button/public_api.d.ts +0 -3
- package/toggle-button/public_api.d.ts.map +0 -1
- package/toggle-button/toggle-button.component.d.ts +0 -48
- package/toggle-button/toggle-button.component.d.ts.map +0 -1
- package/toggle-button/toggle-button.module.d.ts +0 -9
- package/toggle-button/toggle-button.module.d.ts.map +0 -1
- package/types/event-listener-dispose-fn.d.ts +0 -2
- package/types/event-listener-dispose-fn.d.ts.map +0 -1
- package/types/form-field-control.d.ts +0 -6
- package/types/form-field-control.d.ts.map +0 -1
- package/types/kirbydesign-designsystem-types.d.ts.map +0 -1
- package/types/public_api.d.ts +0 -5
- package/types/public_api.d.ts.map +0 -1
- package/types/unobserve-fn.d.ts +0 -2
- package/types/unobserve-fn.d.ts.map +0 -1
- package/types/window-ref.d.ts +0 -7
- package/types/window-ref.d.ts.map +0 -1
package/list/list.component.d.ts
DELETED
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnInit, TemplateRef, TrackByFunction } from '@angular/core';
|
|
2
|
-
import { ThemeColor } from '@kirbydesign/core';
|
|
3
|
-
import { InfiniteScrollDirective } from './directives/infinite-scroll.directive';
|
|
4
|
-
import { ListHelper } from './helpers/list-helper';
|
|
5
|
-
import { BoundaryClass } from './list-item/list-item.component';
|
|
6
|
-
import { ListSwipeAction } from './list-swipe-action.type';
|
|
7
|
-
import { LoadOnDemandEvent } from './list.event';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export type ListShape = 'square' | 'rounded' | 'none';
|
|
10
|
-
export type StandAloneSpacing = 'xxxxs' | 'xxxs' | 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xxxl';
|
|
11
|
-
export declare class ListComponent implements OnInit, OnChanges {
|
|
12
|
-
private listHelper;
|
|
13
|
-
list: any;
|
|
14
|
-
scrollDirective: InfiniteScrollDirective;
|
|
15
|
-
/**
|
|
16
|
-
* Provide items for the list to render. Items must be provided in the order you expect them to be rendered.
|
|
17
|
-
*/
|
|
18
|
-
items: any[];
|
|
19
|
-
getItemColor: (item: any) => ThemeColor;
|
|
20
|
-
/**
|
|
21
|
-
* Callback to determine name of section. Sections will be ordered alphabetically.
|
|
22
|
-
*/
|
|
23
|
-
getSectionName: (item: any) => string;
|
|
24
|
-
/**
|
|
25
|
-
* Callback that defines how to track changes for items in the iterable.
|
|
26
|
-
*/
|
|
27
|
-
trackBy: TrackByFunction<any>;
|
|
28
|
-
/**
|
|
29
|
-
* Property name to decide which items should be stand alone
|
|
30
|
-
*/
|
|
31
|
-
getStandAloneByProperty: string;
|
|
32
|
-
/**
|
|
33
|
-
* Bottom margin for stand alone items
|
|
34
|
-
*/
|
|
35
|
-
standAloneSpacing: StandAloneSpacing;
|
|
36
|
-
/**
|
|
37
|
-
* Text to display when no more items can be loaded (used for "on demand"-loading).
|
|
38
|
-
*/
|
|
39
|
-
noMoreItemsText: string;
|
|
40
|
-
/**
|
|
41
|
-
* Determines if dividers (bottom-border on list items) should be shown or not.
|
|
42
|
-
*/
|
|
43
|
-
showDivider: boolean;
|
|
44
|
-
/**
|
|
45
|
-
* Determines if list row text should turn bold on selection
|
|
46
|
-
*/
|
|
47
|
-
markSelectedRow: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* Determine outline shape of:
|
|
50
|
-
* - list, if {@link #isSectionsEnabled} is `false`
|
|
51
|
-
* - section, if {@link #isSectionsEnabled} is `true`
|
|
52
|
-
*
|
|
53
|
-
* `square` means **without** rounded corners, `rounded` means **with** rounded corners., `none` means **without** padding, border, box-shadow and background.
|
|
54
|
-
*/
|
|
55
|
-
shape: ListShape;
|
|
56
|
-
get isShapeRounded(): boolean;
|
|
57
|
-
get isShapeNone(): boolean;
|
|
58
|
-
hasItemSpacing: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* Determines if the loadOnDemand event should be emitted.
|
|
61
|
-
* Will default to true if there is at least one subscriber to the loadOnDemand event
|
|
62
|
-
*/
|
|
63
|
-
isLoadOnDemandEnabled: boolean;
|
|
64
|
-
/**
|
|
65
|
-
* Emitting event when more items are to be loaded.
|
|
66
|
-
*/
|
|
67
|
-
loadOnDemand: EventEmitter<LoadOnDemandEvent>;
|
|
68
|
-
/**
|
|
69
|
-
* Determines if list items should have swipe actions or not
|
|
70
|
-
* - the order of swipe actions is used to determine edge actions,
|
|
71
|
-
* as well as their order of appearance on the screen.
|
|
72
|
-
*/
|
|
73
|
-
swipeActions: ListSwipeAction[];
|
|
74
|
-
/**
|
|
75
|
-
* Emitting event when an item is selected (tapped on mobile, clicked on web)
|
|
76
|
-
*/
|
|
77
|
-
itemSelect: EventEmitter<any>;
|
|
78
|
-
disableSelectionHighlight: boolean;
|
|
79
|
-
headerTemplate: TemplateRef<any>;
|
|
80
|
-
sectionHeaderTemplate: TemplateRef<any>;
|
|
81
|
-
footerTemplate: TemplateRef<any>;
|
|
82
|
-
/**
|
|
83
|
-
* The first element that matches ListItemDirective.
|
|
84
|
-
* As a structural directive it unfolds into a template. This is a reference to that.
|
|
85
|
-
*/
|
|
86
|
-
itemTemplate: TemplateRef<any>;
|
|
87
|
-
_isSectionsEnabled: boolean;
|
|
88
|
-
_isStandAloneEnabled: boolean;
|
|
89
|
-
_isSelectable: boolean;
|
|
90
|
-
_isLoading: boolean;
|
|
91
|
-
_groupedItems: any[];
|
|
92
|
-
_selectedItem: any;
|
|
93
|
-
constructor(listHelper: ListHelper);
|
|
94
|
-
ngOnInit(): void;
|
|
95
|
-
ngOnChanges(): void;
|
|
96
|
-
_onLoadOnDemand(): void;
|
|
97
|
-
defaultTrackBy(index: number): any;
|
|
98
|
-
sectionTrackBy(_: number, section: {
|
|
99
|
-
name: string;
|
|
100
|
-
}): string;
|
|
101
|
-
onItemSelect(item: any): void;
|
|
102
|
-
onSwipeActionSelect(args: any): void;
|
|
103
|
-
_getBoundaryClass(index: number, section?: any[]): BoundaryClass[] | BoundaryClass;
|
|
104
|
-
standAloneClass(): string;
|
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kirby-list", never, { "items": { "alias": "items"; "required": false; }; "getItemColor": { "alias": "getItemColor"; "required": false; }; "getSectionName": { "alias": "getSectionName"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "getStandAloneByProperty": { "alias": "getStandAloneByProperty"; "required": false; }; "standAloneSpacing": { "alias": "standAloneSpacing"; "required": false; }; "noMoreItemsText": { "alias": "noMoreItemsText"; "required": false; }; "showDivider": { "alias": "showDivider"; "required": false; }; "markSelectedRow": { "alias": "markSelectedRow"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "hasItemSpacing": { "alias": "hasItemSpacing"; "required": false; }; "isLoadOnDemandEnabled": { "alias": "isLoadOnDemandEnabled"; "required": false; }; "swipeActions": { "alias": "swipeActions"; "required": false; }; "disableSelectionHighlight": { "alias": "disableSelectionHighlight"; "required": false; }; }, { "loadOnDemand": "loadOnDemand"; "itemSelect": "itemSelect"; }, ["headerTemplate", "sectionHeaderTemplate", "footerTemplate", "itemTemplate"], never, false, never>;
|
|
107
|
-
}
|
|
108
|
-
//# sourceMappingURL=list.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.component.d.ts","sourceRoot":"","sources":["../../list/src/list.component.ts"],"names":[],"mappings":"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"}
|
package/list/list.directive.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ListItemTemplateDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemTemplateDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemTemplateDirective, "[kirbyListItemTemplate]", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
6
|
-
export declare class ListHeaderDirective {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListHeaderDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ListHeaderDirective, "[kirbyListHeader], [kirbyListHeaderTemplate]", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
10
|
-
export declare class ListSectionHeaderDirective {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListSectionHeaderDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ListSectionHeaderDirective, "[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]", never, {}, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
14
|
-
export declare class ListFooterDirective {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListFooterDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ListFooterDirective, "[kirbyListFooter], [kirbyListFooterTemplate]", never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=list.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.directive.d.ts","sourceRoot":"","sources":["../../list/src/list.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,yBAAyB;yCAAzB,yBAAyB;2CAAzB,yBAAyB;CAAG;AAEzC,qBAIa,mBAAmB;yCAAnB,mBAAmB;2CAAnB,mBAAmB;CAAG;AAEnC,qBAIa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAG;AAE1C,qBAIa,mBAAmB;yCAAnB,mBAAmB;2CAAnB,mBAAmB;CAAG"}
|
package/list/list.event.d.ts
DELETED
package/list/list.event.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.event.d.ts","sourceRoot":"","sources":["../../list/src/list.event.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,CAAC,mBAAmB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACnD;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,GAAG,CAAC;CAClB"}
|
package/list/list.module.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./list.component";
|
|
3
|
-
import * as i2 from "./list-item/list-item.component";
|
|
4
|
-
import * as i3 from "./list.directive";
|
|
5
|
-
import * as i4 from "./list-section-header/list-section-header.component";
|
|
6
|
-
import * as i5 from "./list-header/list-header.component";
|
|
7
|
-
import * as i6 from "./list-experimental/list-experimental.component";
|
|
8
|
-
import * as i7 from "./directives/list-item-color.directive";
|
|
9
|
-
import * as i8 from "./directives/infinite-scroll.directive";
|
|
10
|
-
import * as i9 from "@angular/common";
|
|
11
|
-
import * as i10 from "@kirbydesign/designsystem/icon";
|
|
12
|
-
import * as i11 from "@kirbydesign/designsystem/spinner";
|
|
13
|
-
import * as i12 from "@ionic/angular/standalone";
|
|
14
|
-
export declare class ListModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ListItemTemplateDirective, typeof i4.ListSectionHeaderComponent, typeof i3.ListSectionHeaderDirective, typeof i3.ListHeaderDirective, typeof i5.ListHeaderComponent, typeof i3.ListFooterDirective, typeof i6.ListExperimentalComponent, typeof i7.ListItemColorDirective, typeof i8.InfiniteScrollDirective, typeof i2.ListItemComponent], [typeof i9.CommonModule, typeof i10.IconModule, typeof i11.SpinnerModule, typeof i12.IonItemDivider, typeof i12.IonItemGroup, typeof i12.IonItemOptions, typeof i12.IonItemSliding, typeof i12.IonLabel, typeof i12.IonList, typeof i12.IonListHeader], [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ListItemTemplateDirective, typeof i4.ListSectionHeaderComponent, typeof i3.ListSectionHeaderDirective, typeof i3.ListHeaderDirective, typeof i5.ListHeaderComponent, typeof i3.ListFooterDirective, typeof i6.ListExperimentalComponent]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ListModule>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=list.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.module.d.ts","sourceRoot":"","sources":["../../list/src/list.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAgDA,qBAiBa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAAG"}
|
package/list/public_api.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export * from './directives';
|
|
2
|
-
export * from './helpers';
|
|
3
|
-
export * from './list-experimental';
|
|
4
|
-
export * from './list-header';
|
|
5
|
-
export * from './list-item';
|
|
6
|
-
export * from './list-section-header';
|
|
7
|
-
export * from './list-swipe-action';
|
|
8
|
-
export * from './list.component';
|
|
9
|
-
export * from './list.directive';
|
|
10
|
-
export * from './list.event';
|
|
11
|
-
export * from './list.module';
|
|
12
|
-
//# sourceMappingURL=public_api.d.ts.map
|
package/list/public_api.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../list/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AAEtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-loading-overlay.d.ts","sourceRoot":"","sources":["../../loading-overlay/src/kirbydesign-designsystem-loading-overlay.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LoadingOverlayComponent {
|
|
3
|
-
isLoading: boolean;
|
|
4
|
-
showBackdrop: boolean;
|
|
5
|
-
hideContent: boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingOverlayComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingOverlayComponent, "kirby-loading-overlay", never, { "isLoading": { "alias": "isLoading"; "required": false; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; }; "hideContent": { "alias": "hideContent"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=loading-overlay.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loading-overlay.component.d.ts","sourceRoot":"","sources":["../../loading-overlay/src/loading-overlay.component.ts"],"names":[],"mappings":";AAIA,qBAOa,uBAAuB;IAClB,SAAS,UAAQ;IACjB,YAAY,UAAQ;IACpB,WAAW,UAAS;yCAHzB,uBAAuB;2CAAvB,uBAAuB;CAInC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ComponentFactoryResolver, Injector } from '@angular/core';
|
|
2
|
-
import { LoadingController } from '@ionic/angular/standalone';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LoadingOverlayService {
|
|
5
|
-
private loadingController;
|
|
6
|
-
private componentFactoryResolver;
|
|
7
|
-
private injector;
|
|
8
|
-
private ionLoading;
|
|
9
|
-
constructor(loadingController: LoadingController, componentFactoryResolver: ComponentFactoryResolver, injector: Injector);
|
|
10
|
-
showLoadingOverlay(showBackdrop?: boolean, hideContent?: boolean): Promise<void>;
|
|
11
|
-
hideLoadingOverlay(): Promise<void>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingOverlayService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LoadingOverlayService>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=loading-overlay.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loading-overlay.service.d.ts","sourceRoot":"","sources":["../../loading-overlay/src/loading-overlay.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAG9D,qBAGa,qBAAqB;IAI9B,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,QAAQ;IALlB,OAAO,CAAC,UAAU,CAA+B;gBAGvC,iBAAiB,EAAE,iBAAiB,EACpC,wBAAwB,EAAE,wBAAwB,EAClD,QAAQ,EAAE,QAAQ;IAGf,kBAAkB,CAC7B,YAAY,GAAE,OAAc,EAC5B,WAAW,GAAE,OAAe,GAC3B,OAAO,CAAC,IAAI,CAAC;IA0BH,kBAAkB,IAAI,OAAO,CAAC,IAAI,CAAC;yCAtCrC,qBAAqB;6CAArB,qBAAqB;CA4CjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../loading-overlay/src/public_api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-menu.d.ts","sourceRoot":"","sources":["../../menu/src/kirbydesign-designsystem-menu.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
package/menu/menu.component.d.ts
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnDestroy, QueryList, Renderer2 } from '@angular/core';
|
|
2
|
-
import { Placement } from '@floating-ui/dom';
|
|
3
|
-
import { ItemComponent } from '@kirbydesign/designsystem/item';
|
|
4
|
-
import { AttentionLevel, ButtonSize } from '@kirbydesign/designsystem/button';
|
|
5
|
-
import { FloatingOffset, PortalOutletConfig, TriggerEvent } from '@kirbydesign/designsystem/shared/floating';
|
|
6
|
-
import { TranslationService } from '@kirbydesign/designsystem/shared';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class MenuComponent implements AfterViewInit, AfterContentInit, OnDestroy {
|
|
9
|
-
private cdr;
|
|
10
|
-
private elementRef;
|
|
11
|
-
private zone;
|
|
12
|
-
private renderer;
|
|
13
|
-
translations: TranslationService;
|
|
14
|
-
readonly menuId: string;
|
|
15
|
-
triggerButtonId: string;
|
|
16
|
-
private _attributesToForward;
|
|
17
|
-
constructor(cdr: ChangeDetectorRef, elementRef: ElementRef<HTMLElement>, zone: NgZone, renderer: Renderer2, translations: TranslationService);
|
|
18
|
-
isDisabled: boolean;
|
|
19
|
-
buttonSize: ButtonSize;
|
|
20
|
-
placement: Placement;
|
|
21
|
-
attentionLevel: AttentionLevel;
|
|
22
|
-
triggers: Array<TriggerEvent>;
|
|
23
|
-
DOMPortalOutlet: HTMLElement;
|
|
24
|
-
portalOutletConfig: PortalOutletConfig | undefined;
|
|
25
|
-
autoPlacement: boolean;
|
|
26
|
-
closeOnSelect: boolean;
|
|
27
|
-
closeOnEscapeKey: boolean;
|
|
28
|
-
closeOnBackdrop: boolean;
|
|
29
|
-
shift: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* The minimum width of the menu. If not set, the default width is 240px
|
|
32
|
-
*/
|
|
33
|
-
minWidth: number;
|
|
34
|
-
buttonContainerElement: ElementRef<HTMLElement> | undefined;
|
|
35
|
-
defaultButtonElement: ElementRef<HTMLButtonElement> | undefined;
|
|
36
|
-
userProvidedButton: ElementRef<HTMLButtonElement> | undefined;
|
|
37
|
-
private floatingMenu;
|
|
38
|
-
kirbyItems: QueryList<ElementRef<HTMLElement>>;
|
|
39
|
-
kirbyItemComponents: QueryList<ItemComponent>;
|
|
40
|
-
floatingMenuIsShown: boolean;
|
|
41
|
-
FloatingOffset: typeof FloatingOffset;
|
|
42
|
-
private scrollListenerDisposeFn;
|
|
43
|
-
private focusedIndex;
|
|
44
|
-
_onKeydown(event: KeyboardEvent): void;
|
|
45
|
-
_onClick(): void;
|
|
46
|
-
private preventDefaultAndStopImmediatePropagation;
|
|
47
|
-
private getFirstInteractiveElement;
|
|
48
|
-
private handleKeyDownForClosedMenu;
|
|
49
|
-
private isPrintableCharacter;
|
|
50
|
-
private handleKeyDownForOpenedMenu;
|
|
51
|
-
private getIndexOfItemByFirstCharacter;
|
|
52
|
-
private getIndexByFirstMatchingStartString;
|
|
53
|
-
focusItem(): void;
|
|
54
|
-
private focusSelectableItem;
|
|
55
|
-
getTriggerButton(): HTMLButtonElement;
|
|
56
|
-
ngAfterViewInit(): void;
|
|
57
|
-
ngAfterContentInit(): void;
|
|
58
|
-
private forwardAriaLabelToTriggerButton;
|
|
59
|
-
ensureSelectableOnItems(): void;
|
|
60
|
-
private setRoleAttributeForAllItems;
|
|
61
|
-
private setRoleAttributeForItem;
|
|
62
|
-
menuVisibilityChanged(menuIsShown: boolean): void;
|
|
63
|
-
private setUserProvidedButtonAriaAttributes;
|
|
64
|
-
ngOnDestroy(): void;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "kirby-menu", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "attentionLevel": { "alias": "attentionLevel"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "DOMPortalOutlet": { "alias": "DOMPortalOutlet"; "required": false; }; "portalOutletConfig": { "alias": "portalOutletConfig"; "required": false; }; "autoPlacement": { "alias": "autoPlacement"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnBackdrop": { "alias": "closeOnBackdrop"; "required": false; }; "shift": { "alias": "shift"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; }, {}, ["userProvidedButton", "kirbyItems", "kirbyItemComponents"], ["button[kirby-button]", "kirby-item"], true, never>;
|
|
67
|
-
}
|
|
68
|
-
//# sourceMappingURL=menu.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"menu.component.d.ts","sourceRoot":"","sources":["../../menu/src/menu.component.ts"],"names":[],"mappings":"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"}
|
package/menu/public_api.d.ts
DELETED
package/menu/public_api.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../menu/src/public_api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-modal.d.ts","sourceRoot":"","sources":["../../modal/src/kirbydesign-designsystem-modal.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ActionSheetItem } from './config/action-sheet-item';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ActionSheetComponent {
|
|
5
|
-
cancelButtonText: string;
|
|
6
|
-
hideCancel: boolean;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
header: string;
|
|
9
|
-
subheader: string;
|
|
10
|
-
items: Array<ActionSheetItem>;
|
|
11
|
-
cancel: EventEmitter<any>;
|
|
12
|
-
itemSelect: EventEmitter<ActionSheetItem>;
|
|
13
|
-
onItemSelect(selection: ActionSheetItem): void;
|
|
14
|
-
onCancel(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetComponent, "kirby-action-sheet", never, { "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; "hideCancel": { "alias": "hideCancel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "header": { "alias": "header"; "required": false; }; "subheader": { "alias": "subheader"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "cancel": "cancel"; "itemSelect": "itemSelect"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=action-sheet.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"action-sheet.component.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/action-sheet/action-sheet.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AAIvE,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;;AAE7D,qBAMa,oBAAoB;IACtB,gBAAgB,SAAY;IAC5B,UAAU,EAAE,OAAO,CAAS;IAC5B,QAAQ,EAAE,OAAO,CAAS;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC7B,MAAM,oBAAsB;IAC5B,UAAU,EAAE,YAAY,CAAC,eAAe,CAAC,CAAuC;IAE1F,YAAY,CAAC,SAAS,EAAE,eAAe;IAIvC,QAAQ;yCAdG,oBAAoB;2CAApB,oBAAoB;CAiBhC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"action-sheet-config.d.ts","sourceRoot":"","sources":["../../../../../modal/src/modal/action-sheet/config/action-sheet-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"action-sheet-item.d.ts","sourceRoot":"","sources":["../../../../../modal/src/modal/action-sheet/config/action-sheet-item.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/action-sheet/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { WindowRef } from '@kirbydesign/designsystem/types';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { ThemeColor } from '@kirbydesign/designsystem/helpers';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AlertComponent implements AfterViewInit {
|
|
7
|
-
private elementRef;
|
|
8
|
-
private windowRef;
|
|
9
|
-
readonly BLUR_WRAPPER_DELAY_IN_MS = 50;
|
|
10
|
-
private alertWrapper;
|
|
11
|
-
private scrollY;
|
|
12
|
-
title$: Observable<string>;
|
|
13
|
-
set title(title: string | Observable<string>);
|
|
14
|
-
message$: Observable<string>;
|
|
15
|
-
set message(message: string & Observable<string>);
|
|
16
|
-
iconName: string;
|
|
17
|
-
iconThemeColor: ThemeColor | `${ThemeColor}`;
|
|
18
|
-
okBtn: string;
|
|
19
|
-
okBtnIsDestructive: boolean;
|
|
20
|
-
cancelBtn: string;
|
|
21
|
-
constructor(elementRef: ElementRef<HTMLElement>, windowRef: WindowRef);
|
|
22
|
-
ngAfterViewInit(): void;
|
|
23
|
-
onFocusChange(): void;
|
|
24
|
-
onCancel(): void;
|
|
25
|
-
onOk(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "kirby-alert", never, { "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconThemeColor": { "alias": "iconThemeColor"; "required": false; }; "okBtn": { "alias": "okBtn"; "required": false; }; "okBtnIsDestructive": { "alias": "okBtnIsDestructive"; "required": false; }; "cancelBtn": { "alias": "cancelBtn"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=alert.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alert.component.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/alert/alert.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EAGb,UAAU,EAGX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAEtC,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;;AAK/D,qBAea,cAAe,YAAW,aAAa;IAwBhD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IAxBnB,QAAQ,CAAC,wBAAwB,MAAM;IACM,OAAO,CAAC,YAAY,CAAa;IAC9E,OAAO,CAAC,OAAO,CAAyD;IAExE,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC3B,IACI,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,EAE3C;IAED,QAAQ,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC7B,IACI,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,EAE/C;IAEQ,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,UAAU,GAAG,GAAG,UAAU,EAAE,CAAC;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,EAAE,OAAO,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;gBAGjB,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC,EACnC,SAAS,EAAE,SAAS;IAG9B,eAAe,IAAI,IAAI;IAOvB,aAAa;IAKb,QAAQ;IAKR,IAAI;yCA7CO,cAAc;2CAAd,cAAc;CAiD1B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
export interface AlertConfig {
|
|
3
|
-
title: string | Observable<string>;
|
|
4
|
-
message?: string | Observable<string>;
|
|
5
|
-
cancelBtn?: string;
|
|
6
|
-
icon?: {
|
|
7
|
-
name: string;
|
|
8
|
-
themeColor?: string;
|
|
9
|
-
};
|
|
10
|
-
okBtn?: string | {
|
|
11
|
-
text: string;
|
|
12
|
-
isDestructive: boolean;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=alert-config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alert-config.d.ts","sourceRoot":"","sources":["../../../../../modal/src/modal/alert/config/alert-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,IAAI,CAAC,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,CAAC;IAEF,KAAK,CAAC,EACF,MAAM,GACN;QACE,IAAI,EAAE,MAAM,CAAC;QACb,aAAa,EAAE,OAAO,CAAC;KACxB,CAAC;CACP"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/alert/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ModalElementComponent, ModalElementsAdvertiser } from '../../modal.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ModalFooterComponent extends ModalElementComponent {
|
|
5
|
-
snapToKeyboard: boolean;
|
|
6
|
-
type: 'inline' | 'fixed';
|
|
7
|
-
themeColor: 'white' | 'light';
|
|
8
|
-
get _cssClass(): ("light" | "white" | "inline" | "fixed")[];
|
|
9
|
-
constructor(elementRef: ElementRef<HTMLElement>, modalElementsAdvertiser: ModalElementsAdvertiser);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalFooterComponent, [null, { optional: true; }]>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalFooterComponent, "kirby-modal-footer", never, { "snapToKeyboard": { "alias": "snapToKeyboard"; "required": false; }; "type": { "alias": "type"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=modal-footer.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"modal-footer.component.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/footer/modal-footer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,UAAU,EAIX,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,qBAAqB,EACrB,uBAAuB,EAExB,MAAM,wBAAwB,CAAC;;AAEhC,qBAOa,oBAAqB,SAAQ,qBAAqB;IAG7D,cAAc,UAAS;IAGvB,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAW;IAGnC,UAAU,EAAE,OAAO,GAAG,OAAO,CAAW;IAExC,IACI,SAAS,+CAEZ;gBAGC,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC,EACvB,uBAAuB,EAAE,uBAAuB;yCAlBnD,oBAAoB;2CAApB,oBAAoB;CAsBhC"}
|
package/modal/modal/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { ModalController } from './services/modal.controller';
|
|
2
|
-
export { ModalComponent } from './modal-component/modal.component';
|
|
3
|
-
export { ModalFooterComponent } from './footer/modal-footer.component';
|
|
4
|
-
export * from './action-sheet';
|
|
5
|
-
export * from './alert';
|
|
6
|
-
export * from './services';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../modal/src/modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { IonContent } from '@ionic/angular/standalone';
|
|
3
|
-
import { OverlayEventDetail } from '@ionic/core/components';
|
|
4
|
-
import { KirbyAnimation } from '@kirbydesign/designsystem/helpers';
|
|
5
|
-
import { WindowRef } from '@kirbydesign/designsystem/types';
|
|
6
|
-
import { ModalNavigationService } from '../../modal-navigation.service';
|
|
7
|
-
import { DrawerSupplementaryAction, ModalConfig, ModalFlavor, ModalSize, ShowAlertCallback } from '../../modal-wrapper';
|
|
8
|
-
import { CanDismissHelper } from '../services';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ModalComponent implements OnChanges, OnInit {
|
|
11
|
-
private canDismissHelper;
|
|
12
|
-
private modalNavigationService;
|
|
13
|
-
private windowRef;
|
|
14
|
-
private elementRef;
|
|
15
|
-
modalElement: ElementRef<HTMLIonModalElement>;
|
|
16
|
-
ionContent: IonContent;
|
|
17
|
-
template: TemplateRef<unknown>;
|
|
18
|
-
isOpen: boolean;
|
|
19
|
-
trigger: string;
|
|
20
|
-
size: ModalSize;
|
|
21
|
-
scrollDisabled: boolean;
|
|
22
|
-
set canDismiss(canDismiss: ShowAlertCallback | boolean);
|
|
23
|
-
collapseTitle: boolean;
|
|
24
|
-
customHeight: string;
|
|
25
|
-
flavor: ModalFlavor;
|
|
26
|
-
drawerSupplementaryAction?: DrawerSupplementaryAction;
|
|
27
|
-
interactWithBackground: boolean;
|
|
28
|
-
willPresent: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
29
|
-
didPresent: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
30
|
-
didDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
31
|
-
willDismiss: EventEmitter<CustomEvent<OverlayEventDetail<any>>>;
|
|
32
|
-
/**
|
|
33
|
-
* We populate the ModalConfig with defaults here. This ensures that we can
|
|
34
|
-
* guard for `if (key in this._config)` and only update the config when any of these
|
|
35
|
-
* inputs change.
|
|
36
|
-
*/
|
|
37
|
-
_config: ModalConfig;
|
|
38
|
-
_canDismiss: ShowAlertCallback | boolean;
|
|
39
|
-
constructor(canDismissHelper: CanDismissHelper, modalNavigationService: ModalNavigationService, windowRef: WindowRef, elementRef: ElementRef);
|
|
40
|
-
ngOnInit(): void;
|
|
41
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
42
|
-
scrollToTop(scrollDuration?: KirbyAnimation.Duration): void;
|
|
43
|
-
scrollToBottom(scrollDuration?: KirbyAnimation.Duration): void;
|
|
44
|
-
_onWillPresent(event: CustomEvent<OverlayEventDetail>): void;
|
|
45
|
-
_onDidPresent(event: CustomEvent<OverlayEventDetail>): void;
|
|
46
|
-
_onWillDismiss(event: CustomEvent<OverlayEventDetail>): void;
|
|
47
|
-
_onDidDismiss(event: CustomEvent<OverlayEventDetail>): void;
|
|
48
|
-
private updateModalConfigOnChange;
|
|
49
|
-
private forwardAriaLabel;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "kirby-modal", never, { "isOpen": { "alias": "isOpen"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "size": { "alias": "size"; "required": false; }; "scrollDisabled": { "alias": "scrollDisabled"; "required": false; }; "canDismiss": { "alias": "canDismiss"; "required": false; }; "collapseTitle": { "alias": "collapseTitle"; "required": false; }; "customHeight": { "alias": "customHeight"; "required": false; }; "flavor": { "alias": "flavor"; "required": false; }; "drawerSupplementaryAction": { "alias": "drawerSupplementaryAction"; "required": false; }; "interactWithBackground": { "alias": "interactWithBackground"; "required": false; }; }, { "willPresent": "willPresent"; "didPresent": "didPresent"; "didDismiss": "didDismiss"; "willDismiss": "willDismiss"; }, ["template"], never, true, never>;
|
|
52
|
-
}
|
|
53
|
-
//# sourceMappingURL=modal.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"modal.component.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/modal-component/modal.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,aAAa,EACb,WAAW,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAY,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAEnE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAG5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EACL,yBAAyB,EAEzB,WAAW,EACX,WAAW,EACX,SAAS,EAET,iBAAiB,EAClB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;;AAE/C,qBAYa,cAAe,YAAW,SAAS,EAAE,MAAM;IA4CpD,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,sBAAsB;IAC9B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,UAAU;IA7CpB,YAAY,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACD,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAEnE,MAAM,UAAS;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,SAAS,CAAY;IAC3B,cAAc,UAAS;IAChC,IAAa,UAAU,CAAC,UAAU,EAAE,iBAAiB,GAAG,OAAO,EAI9D;IAGQ,aAAa,UAAS;IACtB,YAAY,EAAE,MAAM,CAAa;IACjC,MAAM,EAAE,WAAW,CAAW;IAC9B,yBAAyB,CAAC,EAAE,yBAAyB,CAAa;IAClE,sBAAsB,EAAE,OAAO,CAAS;IAGvC,WAAW,qDAAuD;IAClE,UAAU,qDAAuD;IACjE,UAAU,qDAAuD;IACjE,WAAW,qDAAuD;IAE5E;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAMlB;IACF,WAAW,EAAE,iBAAiB,GAAG,OAAO,CAAQ;gBAGtC,gBAAgB,EAAE,gBAAgB,EAClC,sBAAsB,EAAE,sBAAsB,EAC9C,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,UAAU;IAGhC,QAAQ,IAAI,IAAI;IAIhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIlC,WAAW,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,QAAQ;IAIpD,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,QAAQ;IAIvD,cAAc,CAAC,KAAK,EAAE,WAAW,CAAC,kBAAkB,CAAC;IAQrD,aAAa,CAAC,KAAK,EAAE,WAAW,CAAC,kBAAkB,CAAC;IAKpD,cAAc,CAAC,KAAK,EAAE,WAAW,CAAC,kBAAkB,CAAC;IAQrD,aAAa,CAAC,KAAK,EAAE,WAAW,CAAC,kBAAkB,CAAC;IAI3D,OAAO,CAAC,yBAAyB;IASjC,OAAO,CAAC,gBAAgB;yCApGb,cAAc;2CAAd,cAAc;CA2G1B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModalController } from '@ionic/angular/standalone';
|
|
2
|
-
import { Overlay } from '../../modal.interfaces';
|
|
3
|
-
import { ActionSheetConfig } from '../action-sheet/config/action-sheet-config';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ActionSheetHelper {
|
|
6
|
-
private ionicModalController;
|
|
7
|
-
constructor(ionicModalController: ModalController);
|
|
8
|
-
showActionSheet(config: ActionSheetConfig): Promise<Overlay>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetHelper, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ActionSheetHelper>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=action-sheet.helper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"action-sheet.helper.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/services/action-sheet.helper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAGjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4CAA4C,CAAC;;AAG/E,qBACa,iBAAiB;IAChB,OAAO,CAAC,oBAAoB;gBAApB,oBAAoB,EAAE,eAAe;IAE5C,eAAe,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,CAAC;yCAH9D,iBAAiB;6CAAjB,iBAAiB;CAuC7B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ModalController } from '@ionic/angular/standalone';
|
|
2
|
-
import { Overlay } from '../../modal.interfaces';
|
|
3
|
-
import { AlertConfig } from '../alert/config/alert-config';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AlertHelper {
|
|
6
|
-
private ionicModalController;
|
|
7
|
-
constructor(ionicModalController: ModalController);
|
|
8
|
-
showAlert(config: AlertConfig): Promise<Overlay>;
|
|
9
|
-
private getComponentProps;
|
|
10
|
-
private getOkBtn;
|
|
11
|
-
getOkBtnIsDestructive(config: any): any;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertHelper, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AlertHelper>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=alert.helper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alert.helper.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/services/alert.helper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;;AAE3D,qBACa,WAAW;IACV,OAAO,CAAC,oBAAoB;gBAApB,oBAAoB,EAAE,eAAe;IAE5C,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAiB7D,OAAO,CAAC,iBAAiB;IAWzB,OAAO,CAAC,QAAQ;IAahB,qBAAqB,CAAC,MAAM,KAAA;yCA5CjB,WAAW;6CAAX,WAAW;CA+CvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"can-dismiss-modal-guard.d.ts","sourceRoot":"","sources":["../../../../modal/src/modal/services/can-dismiss-modal-guard.ts"],"names":[],"mappings":"AACA,OAAO,EAA0B,eAAe,EAAuB,MAAM,iBAAiB,CAAC;AAM/F,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,OAAO,CAgCzD,CAAC"}
|