@kirbydesign/designsystem 11.0.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +42 -6
- package/accordion/index.d.ts.map +1 -0
- package/action-group/index.d.ts +43 -6
- package/action-group/index.d.ts.map +1 -0
- package/avatar/index.d.ts +28 -6
- package/avatar/index.d.ts.map +1 -0
- package/badge/index.d.ts +20 -6
- package/badge/index.d.ts.map +1 -0
- package/button/index.d.ts +43 -6
- package/button/index.d.ts.map +1 -0
- package/calendar/index.d.ts +137 -6
- package/calendar/index.d.ts.map +1 -0
- package/card/index.d.ts +72 -6
- package/card/index.d.ts.map +1 -0
- package/chart/index.d.ts +198 -4
- package/chart/index.d.ts.map +1 -0
- package/checkbox/index.d.ts +69 -6
- package/checkbox/index.d.ts.map +1 -0
- package/config/index.d.ts +40 -4
- package/config/index.d.ts.map +1 -0
- package/data-table/index.d.ts +30 -4
- package/data-table/index.d.ts.map +1 -0
- package/divider/index.d.ts +10 -6
- package/divider/index.d.ts.map +1 -0
- package/dropdown/index.d.ts +166 -6
- package/dropdown/index.d.ts.map +1 -0
- package/empty-state/index.d.ts +37 -6
- package/empty-state/index.d.ts.map +1 -0
- package/fab-sheet/index.d.ts +29 -6
- package/fab-sheet/index.d.ts.map +1 -0
- package/fesm2022/kirbydesign-designsystem-accordion.mjs +42 -22
- package/fesm2022/kirbydesign-designsystem-accordion.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-action-group.mjs +5 -7
- package/fesm2022/kirbydesign-designsystem-action-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-avatar.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-avatar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-badge.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-badge.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-button.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-calendar.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-calendar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-card.mjs +20 -21
- package/fesm2022/kirbydesign-designsystem-card.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-chart.mjs +478 -478
- package/fesm2022/kirbydesign-designsystem-chart.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-config.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-data-table.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-data-table.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-divider.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-divider.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs +27 -22
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs +10 -9
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-flag.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-flag.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-form-field.mjs +48 -41
- package/fesm2022/kirbydesign-designsystem-form-field.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-header.mjs +20 -20
- package/fesm2022/kirbydesign-designsystem-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers-scss.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
- package/fesm2022/kirbydesign-designsystem-helpers.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-icon.mjs +11 -10
- package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-group.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-item-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item.mjs +12 -13
- package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-list.mjs +43 -46
- package/fesm2022/kirbydesign-designsystem-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-menu.mjs +8 -10
- package/fesm2022/kirbydesign-designsystem-menu.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-modal.mjs +643 -634
- package/fesm2022/kirbydesign-designsystem-modal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-page.mjs +67 -54
- package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-popover.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-popover.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +8 -9
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-radio.mjs +16 -16
- package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-range.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-section-header.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-section-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared.mjs +18 -18
- package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs +17 -70
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide.mjs +14 -14
- package/fesm2022/kirbydesign-designsystem-slide.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-spinner.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +11 -11
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tabs.mjs +14 -15
- package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs +286 -286
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-toast.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-types.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem.mjs +17 -18
- package/fesm2022/kirbydesign-designsystem.mjs.map +1 -1
- package/flag/index.d.ts +14 -6
- package/flag/index.d.ts.map +1 -0
- package/form-field/index.d.ts +230 -6
- package/form-field/index.d.ts.map +1 -0
- package/header/index.d.ts +70 -6
- package/header/index.d.ts.map +1 -0
- package/helpers/index.d.ts +94 -4
- package/helpers/index.d.ts.map +1 -0
- package/helpers/scss/index.d.ts +9 -6
- package/helpers/scss/index.d.ts.map +1 -0
- package/icon/index.d.ts +66 -4
- package/icon/index.d.ts.map +1 -0
- package/icons/svg/top-up.svg +1 -0
- package/index.d.ts +222 -6
- package/index.d.ts.map +1 -0
- package/item/index.d.ts +53 -6
- package/item/index.d.ts.map +1 -0
- package/item-group/index.d.ts +10 -6
- package/item-group/index.d.ts.map +1 -0
- package/item-sliding/index.d.ts +28 -6
- package/item-sliding/index.d.ts.map +1 -0
- package/kirby-app/index.d.ts +21 -6
- package/kirby-app/index.d.ts.map +1 -0
- package/list/index.d.ts +282 -4
- package/list/index.d.ts.map +1 -0
- package/loading-overlay/index.d.ts +26 -6
- package/loading-overlay/index.d.ts.map +1 -0
- package/menu/index.d.ts +71 -6
- package/menu/index.d.ts.map +1 -0
- package/modal/index.d.ts +492 -4
- package/modal/index.d.ts.map +1 -0
- package/package.json +17 -17
- package/page/index.d.ts +233 -4
- package/page/index.d.ts.map +1 -0
- package/popover/index.d.ts +40 -6
- package/popover/index.d.ts.map +1 -0
- package/progress-circle/index.d.ts +64 -6
- package/progress-circle/index.d.ts.map +1 -0
- package/radio/index.d.ts +100 -6
- package/radio/index.d.ts.map +1 -0
- package/range/index.d.ts +45 -6
- package/range/index.d.ts.map +1 -0
- package/reorder-list/index.d.ts +34 -6
- package/reorder-list/index.d.ts.map +1 -0
- package/router-outlet/index.d.ts +20 -6
- package/router-outlet/index.d.ts.map +1 -0
- package/section-header/index.d.ts +9 -6
- package/section-header/index.d.ts.map +1 -0
- package/shared/floating/index.d.ts +138 -4
- package/shared/floating/index.d.ts.map +1 -0
- package/shared/index.d.ts +150 -4
- package/shared/index.d.ts.map +1 -0
- package/shared/portal/index.d.ts +36 -4
- package/shared/portal/index.d.ts.map +1 -0
- package/slide/index.d.ts +66 -6
- package/slide/index.d.ts.map +1 -0
- package/slide-button/index.d.ts +35 -6
- package/slide-button/index.d.ts.map +1 -0
- package/spinner/index.d.ts +16 -6
- package/spinner/index.d.ts.map +1 -0
- package/tab-navigation/index.d.ts +58 -6
- package/tab-navigation/index.d.ts.map +1 -0
- package/tabs/index.d.ts +49 -6
- package/tabs/index.d.ts.map +1 -0
- package/testing/index.d.ts +62 -6
- package/testing/index.d.ts.map +1 -0
- package/testing-base/index.d.ts +816 -6
- package/testing-base/index.d.ts.map +1 -0
- package/testing-jasmine/index.d.ts +11 -6
- package/testing-jasmine/index.d.ts.map +1 -0
- package/testing-jest/index.d.ts +11 -6
- package/testing-jest/index.d.ts.map +1 -0
- package/toast/index.d.ts +34 -6
- package/toast/index.d.ts.map +1 -0
- package/toggle/index.d.ts +64 -6
- package/toggle/index.d.ts.map +1 -0
- package/toggle-button/index.d.ts +58 -6
- package/toggle-button/index.d.ts.map +1 -0
- package/types/index.d.ts +21 -6
- package/types/index.d.ts.map +1 -0
- package/accordion/accordion-item.component.d.ts +0 -22
- package/accordion/accordion-item.component.d.ts.map +0 -1
- package/accordion/accordion.directive.d.ts +0 -6
- package/accordion/accordion.directive.d.ts.map +0 -1
- package/accordion/accordion.module.d.ts +0 -10
- package/accordion/accordion.module.d.ts.map +0 -1
- package/accordion/kirbydesign-designsystem-accordion.d.ts.map +0 -1
- package/accordion/public_api.d.ts +0 -4
- package/accordion/public_api.d.ts.map +0 -1
- package/action-group/action-group.component.d.ts +0 -40
- package/action-group/action-group.component.d.ts.map +0 -1
- package/action-group/kirbydesign-designsystem-action-group.d.ts.map +0 -1
- package/action-group/public_api.d.ts +0 -2
- package/action-group/public_api.d.ts.map +0 -1
- package/avatar/avatar.component.d.ts +0 -25
- package/avatar/avatar.component.d.ts.map +0 -1
- package/avatar/kirbydesign-designsystem-avatar.d.ts.map +0 -1
- package/avatar/public_api.d.ts +0 -2
- package/avatar/public_api.d.ts.map +0 -1
- package/badge/badge.component.d.ts +0 -16
- package/badge/badge.component.d.ts.map +0 -1
- package/badge/kirbydesign-designsystem-badge.d.ts.map +0 -1
- package/badge/public_api.d.ts +0 -2
- package/badge/public_api.d.ts.map +0 -1
- package/button/button.component.d.ts +0 -39
- package/button/button.component.d.ts.map +0 -1
- package/button/kirbydesign-designsystem-button.d.ts.map +0 -1
- package/button/public_api.d.ts +0 -2
- package/button/public_api.d.ts.map +0 -1
- package/calendar/calendar.component.d.ts +0 -113
- package/calendar/calendar.component.d.ts.map +0 -1
- package/calendar/interfaces/calendar-day.d.ts +0 -18
- package/calendar/interfaces/calendar-day.d.ts.map +0 -1
- package/calendar/interfaces/calendar-year-navigator-config.d.ts +0 -5
- package/calendar/interfaces/calendar-year-navigator-config.d.ts.map +0 -1
- package/calendar/kirbydesign-designsystem-calendar.d.ts.map +0 -1
- package/calendar/public_api.d.ts +0 -3
- package/calendar/public_api.d.ts.map +0 -1
- package/card/card-as-button/card-as-button.directive.d.ts +0 -16
- package/card/card-as-button/card-as-button.directive.d.ts.map +0 -1
- package/card/card-flag-level.d.ts +0 -3
- package/card/card-flag-level.d.ts.map +0 -1
- package/card/card-footer/card-footer.component.d.ts +0 -7
- package/card/card-footer/card-footer.component.d.ts.map +0 -1
- package/card/card-header/card-header.component.d.ts +0 -13
- package/card/card-header/card-header.component.d.ts.map +0 -1
- package/card/card.component.d.ts +0 -27
- package/card/card.component.d.ts.map +0 -1
- package/card/card.module.d.ts +0 -13
- package/card/card.module.d.ts.map +0 -1
- package/card/kirbydesign-designsystem-card.d.ts.map +0 -1
- package/card/public_api.d.ts +0 -7
- package/card/public_api.d.ts.map +0 -1
- package/chart/chart/chart.component.d.ts +0 -8
- package/chart/chart/chart.component.d.ts.map +0 -1
- package/chart/chart/index.d.ts +0 -2
- package/chart/chart/index.d.ts.map +0 -1
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts +0 -10
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts.map +0 -1
- package/chart/chart-config/chart-base-config.d.ts +0 -7
- package/chart/chart-config/chart-base-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts +0 -21
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts +0 -5
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts +0 -3
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts +0 -13
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts.map +0 -1
- package/chart/charts.module.d.ts +0 -9
- package/chart/charts.module.d.ts.map +0 -1
- package/chart/kirbydesign-designsystem-chart.d.ts.map +0 -1
- package/chart/public_api.d.ts +0 -7
- package/chart/public_api.d.ts.map +0 -1
- package/chart/shared/base-chart/base-chart.component.d.ts +0 -35
- package/chart/shared/base-chart/base-chart.component.d.ts.map +0 -1
- package/chart/shared/base-chart/index.d.ts +0 -2
- package/chart/shared/base-chart/index.d.ts.map +0 -1
- package/chart/shared/chart-config-service/chart-config.service.d.ts +0 -31
- package/chart/shared/chart-config-service/chart-config.service.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts +0 -49
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts +0 -5
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/type.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/type.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/index.d.ts +0 -2
- package/chart/shared/chart-config-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/annotations.delegate.d.ts +0 -17
- package/chart/shared/chart-js-service/annotations.delegate.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chart-js.service.d.ts +0 -46
- package/chart/shared/chart-js-service/chart-js.service.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts +0 -15
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts.map +0 -1
- package/chart/shared/chart-js-service/configured-chart-js.d.ts +0 -4
- package/chart/shared/chart-js-service/configured-chart-js.d.ts.map +0 -1
- package/chart/shared/chart-js-service/index.d.ts +0 -3
- package/chart/shared/chart-js-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/test-utils.d.ts +0 -5
- package/chart/shared/chart-js-service/test-utils.d.ts.map +0 -1
- package/chart/shared/charts.types.d.ts +0 -27
- package/chart/shared/charts.types.d.ts.map +0 -1
- package/chart/shared/index.d.ts +0 -5
- package/chart/shared/index.d.ts.map +0 -1
- package/chart/stock-chart/index.d.ts +0 -2
- package/chart/stock-chart/index.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart-js.service.d.ts +0 -38
- package/chart/stock-chart/stock-chart-js.service.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart.component.d.ts +0 -10
- package/chart/stock-chart/stock-chart.component.d.ts.map +0 -1
- package/checkbox/checkbox.component.d.ts +0 -66
- package/checkbox/checkbox.component.d.ts.map +0 -1
- package/checkbox/kirbydesign-designsystem-checkbox.d.ts.map +0 -1
- package/checkbox/public_api.d.ts +0 -2
- package/checkbox/public_api.d.ts.map +0 -1
- package/config/kirbydesign-designsystem-config.d.ts.map +0 -1
- package/config/provide-kirby.d.ts +0 -38
- package/config/provide-kirby.d.ts.map +0 -1
- package/config/public_api.d.ts +0 -2
- package/config/public_api.d.ts.map +0 -1
- package/data-table/data-table.module.d.ts +0 -13
- package/data-table/data-table.module.d.ts.map +0 -1
- package/data-table/kirbydesign-designsystem-data-table.d.ts.map +0 -1
- package/data-table/public_api.d.ts +0 -3
- package/data-table/public_api.d.ts.map +0 -1
- package/data-table/sortable/sortable.component.d.ts +0 -18
- package/data-table/sortable/sortable.component.d.ts.map +0 -1
- package/divider/divider.component.d.ts +0 -7
- package/divider/divider.component.d.ts.map +0 -1
- package/divider/kirbydesign-designsystem-divider.d.ts.map +0 -1
- package/divider/public_api.d.ts +0 -2
- package/divider/public_api.d.ts.map +0 -1
- package/dropdown/dropdown.component.d.ts +0 -131
- package/dropdown/dropdown.component.d.ts.map +0 -1
- package/dropdown/dropdown.module.d.ts +0 -16
- package/dropdown/dropdown.module.d.ts.map +0 -1
- package/dropdown/dropdown.types.d.ts +0 -10
- package/dropdown/dropdown.types.d.ts.map +0 -1
- package/dropdown/keyboard-handler.service.d.ts +0 -7
- package/dropdown/keyboard-handler.service.d.ts.map +0 -1
- package/dropdown/kirbydesign-designsystem-dropdown.d.ts.map +0 -1
- package/dropdown/public_api.d.ts +0 -6
- package/dropdown/public_api.d.ts.map +0 -1
- package/empty-state/empty-state.component.d.ts +0 -24
- package/empty-state/empty-state.component.d.ts.map +0 -1
- package/empty-state/empty-state.module.d.ts +0 -11
- package/empty-state/empty-state.module.d.ts.map +0 -1
- package/empty-state/kirbydesign-designsystem-empty-state.d.ts.map +0 -1
- package/empty-state/public_api.d.ts +0 -3
- package/empty-state/public_api.d.ts.map +0 -1
- package/fab-sheet/fab-sheet.component.d.ts +0 -26
- package/fab-sheet/fab-sheet.component.d.ts.map +0 -1
- package/fab-sheet/kirbydesign-designsystem-fab-sheet.d.ts.map +0 -1
- package/fab-sheet/public_api.d.ts +0 -2
- package/fab-sheet/public_api.d.ts.map +0 -1
- package/flag/flag.component.d.ts +0 -10
- package/flag/flag.component.d.ts.map +0 -1
- package/flag/kirbydesign-designsystem-flag.d.ts.map +0 -1
- package/flag/public_api.d.ts +0 -2
- package/flag/public_api.d.ts.map +0 -1
- package/form-field/directives/affix/affix.directive.d.ts +0 -10
- package/form-field/directives/affix/affix.directive.d.ts.map +0 -1
- package/form-field/directives/date/date-input.directive.d.ts +0 -45
- package/form-field/directives/date/date-input.directive.d.ts.map +0 -1
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts +0 -41
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts.map +0 -1
- package/form-field/form-field-message/form-field-message.component.d.ts +0 -8
- package/form-field/form-field-message/form-field-message.component.d.ts.map +0 -1
- package/form-field/form-field.component.d.ts +0 -58
- package/form-field/form-field.component.d.ts.map +0 -1
- package/form-field/form-field.module.d.ts +0 -14
- package/form-field/form-field.module.d.ts.map +0 -1
- package/form-field/input/input.component.d.ts +0 -39
- package/form-field/input/input.component.d.ts.map +0 -1
- package/form-field/input-counter/input-counter.component.d.ts +0 -16
- package/form-field/input-counter/input-counter.component.d.ts.map +0 -1
- package/form-field/kirbydesign-designsystem-form-field.d.ts.map +0 -1
- package/form-field/public_api.d.ts +0 -10
- package/form-field/public_api.d.ts.map +0 -1
- package/form-field/textarea/textarea.component.d.ts +0 -28
- package/form-field/textarea/textarea.component.d.ts.map +0 -1
- package/header/header.component.d.ts +0 -59
- package/header/header.component.d.ts.map +0 -1
- package/header/header.module.d.ts +0 -10
- package/header/header.module.d.ts.map +0 -1
- package/header/kirbydesign-designsystem-header.d.ts.map +0 -1
- package/header/public_api.d.ts +0 -3
- package/header/public_api.d.ts.map +0 -1
- package/helpers/chart-config-has-type.d.ts +0 -3
- package/helpers/chart-config-has-type.d.ts.map +0 -1
- package/helpers/color-helper.d.ts +0 -2
- package/helpers/color-helper.d.ts.map +0 -1
- package/helpers/content-mutation-observer.d.ts +0 -9
- package/helpers/content-mutation-observer.d.ts.map +0 -1
- package/helpers/deep-copy.d.ts +0 -2
- package/helpers/deep-copy.d.ts.map +0 -1
- package/helpers/design-token-helper.d.ts +0 -2
- package/helpers/design-token-helper.d.ts.map +0 -1
- package/helpers/element-ancestor-utils.d.ts +0 -3
- package/helpers/element-ancestor-utils.d.ts.map +0 -1
- package/helpers/ionic-element-part-helper.d.ts +0 -10
- package/helpers/ionic-element-part-helper.d.ts.map +0 -1
- package/helpers/kirby-animation.d.ts +0 -20
- package/helpers/kirby-animation.d.ts.map +0 -1
- package/helpers/kirbydesign-designsystem-helpers.d.ts.map +0 -1
- package/helpers/line-clamp-helper.d.ts +0 -12
- package/helpers/line-clamp-helper.d.ts.map +0 -1
- package/helpers/merge-deep.d.ts +0 -17
- package/helpers/merge-deep.d.ts.map +0 -1
- package/helpers/platform.service.d.ts +0 -11
- package/helpers/platform.service.d.ts.map +0 -1
- package/helpers/public_api.d.ts +0 -15
- package/helpers/public_api.d.ts.map +0 -1
- package/helpers/scss/kirbydesign-designsystem-helpers-scss.d.ts.map +0 -1
- package/helpers/scss/public_api.d.ts +0 -2
- package/helpers/scss/public_api.d.ts.map +0 -1
- package/helpers/scss/scss-helper.d.ts +0 -7
- package/helpers/scss/scss-helper.d.ts.map +0 -1
- package/helpers/string-helper.d.ts +0 -2
- package/helpers/string-helper.d.ts.map +0 -1
- package/helpers/theme-color.type.d.ts +0 -2
- package/helpers/theme-color.type.d.ts.map +0 -1
- package/helpers/unique-id-generator.helper.d.ts +0 -9
- package/helpers/unique-id-generator.helper.d.ts.map +0 -1
- package/icon/icon-registry.service.d.ts +0 -21
- package/icon/icon-registry.service.d.ts.map +0 -1
- package/icon/icon-settings.d.ts +0 -8
- package/icon/icon-settings.d.ts.map +0 -1
- package/icon/icon.component.d.ts +0 -29
- package/icon/icon.component.d.ts.map +0 -1
- package/icon/icon.module.d.ts +0 -10
- package/icon/icon.module.d.ts.map +0 -1
- package/icon/kirby-icon-settings.d.ts +0 -4
- package/icon/kirby-icon-settings.d.ts.map +0 -1
- package/icon/kirbydesign-designsystem-icon.d.ts.map +0 -1
- package/icon/public_api.d.ts +0 -6
- package/icon/public_api.d.ts.map +0 -1
- package/item/item.component.d.ts +0 -34
- package/item/item.component.d.ts.map +0 -1
- package/item/item.module.d.ts +0 -12
- package/item/item.module.d.ts.map +0 -1
- package/item/kirbydesign-designsystem-item.d.ts.map +0 -1
- package/item/label/label.component.d.ts +0 -8
- package/item/label/label.component.d.ts.map +0 -1
- package/item/public_api.d.ts +0 -4
- package/item/public_api.d.ts.map +0 -1
- package/item-group/item-group.component.d.ts +0 -7
- package/item-group/item-group.component.d.ts.map +0 -1
- package/item-group/kirbydesign-designsystem-item-group.d.ts.map +0 -1
- package/item-group/public_api.d.ts +0 -2
- package/item-group/public_api.d.ts.map +0 -1
- package/item-sliding/item-sliding.component.d.ts +0 -14
- package/item-sliding/item-sliding.component.d.ts.map +0 -1
- package/item-sliding/item-sliding.types.d.ts +0 -11
- package/item-sliding/item-sliding.types.d.ts.map +0 -1
- package/item-sliding/kirbydesign-designsystem-item-sliding.d.ts.map +0 -1
- package/item-sliding/public_api.d.ts +0 -3
- package/item-sliding/public_api.d.ts.map +0 -1
- package/kirby-app/kirby-app.component.d.ts +0 -10
- package/kirby-app/kirby-app.component.d.ts.map +0 -1
- package/kirby-app/kirby-app.module.d.ts +0 -10
- package/kirby-app/kirby-app.module.d.ts.map +0 -1
- package/kirby-app/kirbydesign-designsystem-kirby-app.d.ts.map +0 -1
- package/kirby-app/public_api.d.ts +0 -3
- package/kirby-app/public_api.d.ts.map +0 -1
- package/kirbydesign-designsystem.d.ts.map +0 -1
- package/lib/components/index.d.ts +0 -3
- package/lib/components/index.d.ts.map +0 -1
- package/lib/components/segmented-control/segment-item.d.ts +0 -14
- package/lib/components/segmented-control/segment-item.d.ts.map +0 -1
- package/lib/components/segmented-control/segmented-control.component.d.ts +0 -86
- package/lib/components/segmented-control/segmented-control.component.d.ts.map +0 -1
- package/lib/directives/index.d.ts +0 -3
- package/lib/directives/index.d.ts.map +0 -1
- package/lib/directives/key-handler/key-handler.directive.d.ts +0 -10
- package/lib/directives/key-handler/key-handler.directive.d.ts.map +0 -1
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts +0 -16
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts.map +0 -1
- package/lib/index.d.ts +0 -49
- package/lib/index.d.ts.map +0 -1
- package/lib/kirby.module.d.ts +0 -57
- package/lib/kirby.module.d.ts.map +0 -1
- package/list/directives/index.d.ts +0 -4
- package/list/directives/index.d.ts.map +0 -1
- package/list/directives/infinite-scroll.directive.d.ts +0 -50
- package/list/directives/infinite-scroll.directive.d.ts.map +0 -1
- package/list/directives/list-item-color.directive.d.ts +0 -13
- package/list/directives/list-item-color.directive.d.ts.map +0 -1
- package/list/directives/scroll.model.d.ts +0 -6
- package/list/directives/scroll.model.d.ts.map +0 -1
- package/list/helpers/index.d.ts +0 -2
- package/list/helpers/index.d.ts.map +0 -1
- package/list/helpers/list-helper.d.ts +0 -22
- package/list/helpers/list-helper.d.ts.map +0 -1
- package/list/kirbydesign-designsystem-list.d.ts.map +0 -1
- package/list/list-experimental/index.d.ts +0 -2
- package/list/list-experimental/index.d.ts.map +0 -1
- package/list/list-experimental/list-experimental.component.d.ts +0 -9
- package/list/list-experimental/list-experimental.component.d.ts.map +0 -1
- package/list/list-header/index.d.ts +0 -2
- package/list/list-header/index.d.ts.map +0 -1
- package/list/list-header/list-header.component.d.ts +0 -7
- package/list/list-header/list-header.component.d.ts.map +0 -1
- package/list/list-item/index.d.ts +0 -2
- package/list/list-item/index.d.ts.map +0 -1
- package/list/list-item/list-item.component.d.ts +0 -37
- package/list/list-item/list-item.component.d.ts.map +0 -1
- package/list/list-section-header/index.d.ts +0 -2
- package/list/list-section-header/index.d.ts.map +0 -1
- package/list/list-section-header/list-section-header.component.d.ts +0 -7
- package/list/list-section-header/list-section-header.component.d.ts.map +0 -1
- package/list/list-swipe-action.d.ts +0 -2
- package/list/list-swipe-action.d.ts.map +0 -1
- package/list/list-swipe-action.type.d.ts +0 -12
- package/list/list-swipe-action.type.d.ts.map +0 -1
- package/list/list.component.d.ts +0 -108
- package/list/list.component.d.ts.map +0 -1
- package/list/list.directive.d.ts +0 -18
- package/list/list.directive.d.ts.map +0 -1
- package/list/list.event.d.ts +0 -8
- package/list/list.event.d.ts.map +0 -1
- package/list/list.module.d.ts +0 -19
- package/list/list.module.d.ts.map +0 -1
- package/list/public_api.d.ts +0 -12
- package/list/public_api.d.ts.map +0 -1
- package/loading-overlay/kirbydesign-designsystem-loading-overlay.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.component.d.ts +0 -9
- package/loading-overlay/loading-overlay.component.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.service.d.ts +0 -15
- package/loading-overlay/loading-overlay.service.d.ts.map +0 -1
- package/loading-overlay/public_api.d.ts +0 -3
- package/loading-overlay/public_api.d.ts.map +0 -1
- package/menu/kirbydesign-designsystem-menu.d.ts.map +0 -1
- package/menu/menu.component.d.ts +0 -68
- package/menu/menu.component.d.ts.map +0 -1
- package/menu/public_api.d.ts +0 -2
- package/menu/public_api.d.ts.map +0 -1
- package/modal/kirbydesign-designsystem-modal.d.ts.map +0 -1
- package/modal/modal/action-sheet/action-sheet.component.d.ts +0 -18
- package/modal/modal/action-sheet/action-sheet.component.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts +0 -8
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts +0 -5
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts.map +0 -1
- package/modal/modal/action-sheet/index.d.ts +0 -4
- package/modal/modal/action-sheet/index.d.ts.map +0 -1
- package/modal/modal/alert/alert.component.d.ts +0 -29
- package/modal/modal/alert/alert.component.d.ts.map +0 -1
- package/modal/modal/alert/config/alert-config.d.ts +0 -15
- package/modal/modal/alert/config/alert-config.d.ts.map +0 -1
- package/modal/modal/alert/index.d.ts +0 -3
- package/modal/modal/alert/index.d.ts.map +0 -1
- package/modal/modal/footer/modal-footer.component.d.ts +0 -13
- package/modal/modal/footer/modal-footer.component.d.ts.map +0 -1
- package/modal/modal/index.d.ts +0 -7
- package/modal/modal/index.d.ts.map +0 -1
- package/modal/modal/modal-component/modal.component.d.ts +0 -53
- package/modal/modal/modal-component/modal.component.d.ts.map +0 -1
- package/modal/modal/services/action-sheet.helper.d.ts +0 -12
- package/modal/modal/services/action-sheet.helper.d.ts.map +0 -1
- package/modal/modal/services/alert.helper.d.ts +0 -15
- package/modal/modal/services/alert.helper.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss-modal-guard.d.ts +0 -3
- package/modal/modal/services/can-dismiss-modal-guard.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss.helper.d.ts +0 -13
- package/modal/modal/services/can-dismiss.helper.d.ts.map +0 -1
- package/modal/modal/services/index.d.ts +0 -7
- package/modal/modal/services/index.d.ts.map +0 -1
- package/modal/modal/services/modal-animation-builder.service.d.ts +0 -28
- package/modal/modal/services/modal-animation-builder.service.d.ts.map +0 -1
- package/modal/modal/services/modal.controller.d.ts +0 -39
- package/modal/modal/services/modal.controller.d.ts.map +0 -1
- package/modal/modal/services/modal.helper.d.ts +0 -21
- package/modal/modal/services/modal.helper.d.ts.map +0 -1
- package/modal/modal-navigation.service.d.ts +0 -39
- package/modal/modal-navigation.service.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/index.d.ts +0 -2
- package/modal/modal-wrapper/compact/index.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts +0 -36
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts.map +0 -1
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts +0 -5
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts.map +0 -1
- package/modal/modal-wrapper/config/index.d.ts +0 -4
- package/modal/modal-wrapper/config/index.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.d.ts +0 -42
- package/modal/modal-wrapper/config/modal-config.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.helper.d.ts +0 -3
- package/modal/modal-wrapper/config/modal-config.helper.d.ts.map +0 -1
- package/modal/modal-wrapper/index.d.ts +0 -4
- package/modal/modal-wrapper/index.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts +0 -15
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-wrapper.component.d.ts +0 -112
- package/modal/modal-wrapper/modal-wrapper.component.d.ts.map +0 -1
- package/modal/modal.interfaces.d.ts +0 -58
- package/modal/modal.interfaces.d.ts.map +0 -1
- package/modal/public_api.d.ts +0 -5
- package/modal/public_api.d.ts.map +0 -1
- package/page/kirbydesign-designsystem-page.d.ts.map +0 -1
- package/page/page-footer/page-footer.component.d.ts +0 -15
- package/page/page-footer/page-footer.component.d.ts.map +0 -1
- package/page/page.component.d.ts +0 -207
- package/page/page.component.d.ts.map +0 -1
- package/page/page.module.d.ts +0 -14
- package/page/page.module.d.ts.map +0 -1
- package/page/public_api.d.ts +0 -4
- package/page/public_api.d.ts.map +0 -1
- package/popover/kirbydesign-designsystem-popover.d.ts.map +0 -1
- package/popover/popover.component.d.ts +0 -37
- package/popover/popover.component.d.ts.map +0 -1
- package/popover/public_api.d.ts +0 -2
- package/popover/public_api.d.ts.map +0 -1
- package/progress-circle/kirbydesign-designsystem-progress-circle.d.ts.map +0 -1
- package/progress-circle/progress-circle-ring.component.d.ts +0 -20
- package/progress-circle/progress-circle-ring.component.d.ts.map +0 -1
- package/progress-circle/progress-circle.component.d.ts +0 -43
- package/progress-circle/progress-circle.component.d.ts.map +0 -1
- package/progress-circle/public_api.d.ts +0 -3
- package/progress-circle/public_api.d.ts.map +0 -1
- package/public-api.d.ts +0 -2
- package/public-api.d.ts.map +0 -1
- package/radio/kirbydesign-designsystem-radio.d.ts.map +0 -1
- package/radio/public_api.d.ts +0 -4
- package/radio/public_api.d.ts.map +0 -1
- package/radio/radio-group/radio-group.component.d.ts +0 -65
- package/radio/radio-group/radio-group.component.d.ts.map +0 -1
- package/radio/radio-module.d.ts +0 -11
- package/radio/radio-module.d.ts.map +0 -1
- package/radio/radio.component.d.ts +0 -26
- package/radio/radio.component.d.ts.map +0 -1
- package/range/kirbydesign-designsystem-range.d.ts.map +0 -1
- package/range/public_api.d.ts +0 -2
- package/range/public_api.d.ts.map +0 -1
- package/range/range.component.d.ts +0 -42
- package/range/range.component.d.ts.map +0 -1
- package/reorder-list/kirbydesign-designsystem-reorder-list.d.ts.map +0 -1
- package/reorder-list/public_api.d.ts +0 -3
- package/reorder-list/public_api.d.ts.map +0 -1
- package/reorder-list/reorder-event.d.ts +0 -8
- package/reorder-list/reorder-event.d.ts.map +0 -1
- package/reorder-list/reorder-list.component.d.ts +0 -24
- package/reorder-list/reorder-list.component.d.ts.map +0 -1
- package/router-outlet/kirbydesign-designsystem-router-outlet.d.ts.map +0 -1
- package/router-outlet/public_api.d.ts +0 -4
- package/router-outlet/public_api.d.ts.map +0 -1
- package/router-outlet/router-outlet.component.d.ts +0 -8
- package/router-outlet/router-outlet.component.d.ts.map +0 -1
- package/router-outlet/router-outlet.module.d.ts +0 -10
- package/router-outlet/router-outlet.module.d.ts.map +0 -1
- package/section-header/kirbydesign-designsystem-section-header.d.ts.map +0 -1
- package/section-header/public_api.d.ts +0 -2
- package/section-header/public_api.d.ts.map +0 -1
- package/section-header/section-header.component.d.ts +0 -6
- package/section-header/section-header.component.d.ts.map +0 -1
- package/shared/component-configuration.d.ts +0 -6
- package/shared/component-configuration.d.ts.map +0 -1
- package/shared/component-loader.directive.d.ts +0 -16
- package/shared/component-loader.directive.d.ts.map +0 -1
- package/shared/controls/label-helpers.d.ts +0 -17
- package/shared/controls/label-helpers.d.ts.map +0 -1
- package/shared/dynamic-component.d.ts +0 -4
- package/shared/dynamic-component.d.ts.map +0 -1
- package/shared/fit-heading/fit-heading.directive.d.ts +0 -29
- package/shared/fit-heading/fit-heading.directive.d.ts.map +0 -1
- package/shared/fit-heading/index.d.ts +0 -2
- package/shared/fit-heading/index.d.ts.map +0 -1
- package/shared/floating/floating.directive.d.ts +0 -136
- package/shared/floating/floating.directive.d.ts.map +0 -1
- package/shared/floating/kirbydesign-designsystem-shared-floating.d.ts.map +0 -1
- package/shared/floating/public_api.d.ts +0 -2
- package/shared/floating/public_api.d.ts.map +0 -1
- package/shared/kirbydesign-designsystem-shared.d.ts.map +0 -1
- package/shared/portal/kirbydesign-designsystem-shared-portal.d.ts.map +0 -1
- package/shared/portal/portal.directive.d.ts +0 -35
- package/shared/portal/portal.directive.d.ts.map +0 -1
- package/shared/portal/public_api.d.ts +0 -2
- package/shared/portal/public_api.d.ts.map +0 -1
- package/shared/public_api.d.ts +0 -10
- package/shared/public_api.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.factory.d.ts +0 -11
- package/shared/resize-observer/resize-observer.factory.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.service.d.ts +0 -16
- package/shared/resize-observer/resize-observer.service.d.ts.map +0 -1
- package/shared/theme-color/theme-color.directive.d.ts +0 -36
- package/shared/theme-color/theme-color.directive.d.ts.map +0 -1
- package/shared/translation/translation.interface.d.ts +0 -13
- package/shared/translation/translation.interface.d.ts.map +0 -1
- package/shared/translation/translation.service.d.ts +0 -13
- package/shared/translation/translation.service.d.ts.map +0 -1
- package/shared/translation/translations/da.d.ts +0 -3
- package/shared/translation/translations/da.d.ts.map +0 -1
- package/shared/translation/translations/de.d.ts +0 -3
- package/shared/translation/translations/de.d.ts.map +0 -1
- package/shared/translation/translations/en.d.ts +0 -3
- package/shared/translation/translations/en.d.ts.map +0 -1
- package/slide/kirbydesign-designsystem-slide.d.ts.map +0 -1
- package/slide/public_api.d.ts +0 -5
- package/slide/public_api.d.ts.map +0 -1
- package/slide/slide-stretch-height.directive.d.ts +0 -10
- package/slide/slide-stretch-height.directive.d.ts.map +0 -1
- package/slide/slide.directive.d.ts +0 -6
- package/slide/slide.directive.d.ts.map +0 -1
- package/slide/slide.module.d.ts +0 -13
- package/slide/slide.module.d.ts.map +0 -1
- package/slide/slides.component.d.ts +0 -42
- package/slide/slides.component.d.ts.map +0 -1
- package/slide-button/kirbydesign-designsystem-slide-button.d.ts.map +0 -1
- package/slide-button/public_api.d.ts +0 -2
- package/slide-button/public_api.d.ts.map +0 -1
- package/slide-button/slide-button.component.d.ts +0 -32
- package/slide-button/slide-button.component.d.ts.map +0 -1
- package/spinner/kirbydesign-designsystem-spinner.d.ts.map +0 -1
- package/spinner/public_api.d.ts +0 -3
- package/spinner/public_api.d.ts.map +0 -1
- package/spinner/spinner.component.d.ts +0 -6
- package/spinner/spinner.component.d.ts.map +0 -1
- package/spinner/spinner.module.d.ts +0 -9
- package/spinner/spinner.module.d.ts.map +0 -1
- package/tab-navigation/kirbydesign-designsystem-tab-navigation.d.ts.map +0 -1
- package/tab-navigation/public_api.d.ts +0 -4
- package/tab-navigation/public_api.d.ts.map +0 -1
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts +0 -36
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts +0 -14
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation.module.d.ts +0 -10
- package/tab-navigation/tab-navigation.module.d.ts.map +0 -1
- package/tabs/kirbydesign-designsystem-tabs.d.ts.map +0 -1
- package/tabs/public_api.d.ts +0 -6
- package/tabs/public_api.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.component.d.ts +0 -12
- package/tabs/tab-button/tab-button.component.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.events.d.ts +0 -2
- package/tabs/tab-button/tab-button.events.d.ts.map +0 -1
- package/tabs/tabs.component.d.ts +0 -15
- package/tabs/tabs.component.d.ts.map +0 -1
- package/tabs/tabs.module.d.ts +0 -12
- package/tabs/tabs.module.d.ts.map +0 -1
- package/tabs/tabs.service.d.ts +0 -12
- package/tabs/tabs.service.d.ts.map +0 -1
- package/testing/element-css-custom-matchers.d.ts +0 -4
- package/testing/element-css-custom-matchers.d.ts.map +0 -1
- package/testing/kirbydesign-designsystem-testing.d.ts.map +0 -1
- package/testing/public_api.d.ts +0 -3
- package/testing/public_api.d.ts.map +0 -1
- package/testing/test-helper.d.ts +0 -55
- package/testing/test-helper.d.ts.map +0 -1
- package/testing-base/kirbydesign-designsystem-testing-base.d.ts.map +0 -1
- package/testing-base/lib/components/index.d.ts +0 -64
- package/testing-base/lib/components/index.d.ts.map +0 -1
- package/testing-base/lib/components/mock.accordion-item.component.d.ts +0 -10
- package/testing-base/lib/components/mock.accordion-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-group.component.d.ts +0 -9
- package/testing-base/lib/components/mock.action-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-sheet.component.d.ts +0 -16
- package/testing-base/lib/components/mock.action-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.alert.component.d.ts +0 -15
- package/testing-base/lib/components/mock.alert.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.avatar.component.d.ts +0 -16
- package/testing-base/lib/components/mock.avatar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.badge.component.d.ts +0 -8
- package/testing-base/lib/components/mock.badge.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.base-chart.component.d.ts +0 -16
- package/testing-base/lib/components/mock.base-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.button.component.d.ts +0 -15
- package/testing-base/lib/components/mock.button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.calendar.component.d.ts +0 -33
- package/testing-base/lib/components/mock.calendar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.card-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-header.component.d.ts +0 -12
- package/testing-base/lib/components/mock.card-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card.component.d.ts +0 -14
- package/testing-base/lib/components/mock.card.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.checkbox.component.d.ts +0 -14
- package/testing-base/lib/components/mock.checkbox.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.divider.component.d.ts +0 -7
- package/testing-base/lib/components/mock.divider.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.dropdown.component.d.ts +0 -22
- package/testing-base/lib/components/mock.dropdown.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.empty-state.component.d.ts +0 -9
- package/testing-base/lib/components/mock.empty-state.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts +0 -8
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.flag.component.d.ts +0 -8
- package/testing-base/lib/components/mock.flag.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field-message.component.d.ts +0 -8
- package/testing-base/lib/components/mock.form-field-message.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field.component.d.ts +0 -9
- package/testing-base/lib/components/mock.form-field.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.header.component.d.ts +0 -22
- package/testing-base/lib/components/mock.header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.icon.component.d.ts +0 -9
- package/testing-base/lib/components/mock.icon.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input-counter.component.d.ts +0 -8
- package/testing-base/lib/components/mock.input-counter.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input.component.d.ts +0 -16
- package/testing-base/lib/components/mock.input.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-group.component.d.ts +0 -6
- package/testing-base/lib/components/mock.item-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-sliding.component.d.ts +0 -9
- package/testing-base/lib/components/mock.item-sliding.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item.component.d.ts +0 -13
- package/testing-base/lib/components/mock.item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.kirby-app.component.d.ts +0 -6
- package/testing-base/lib/components/mock.kirby-app.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.label.component.d.ts +0 -7
- package/testing-base/lib/components/mock.label.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-experimental.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-experimental.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-item.component.d.ts +0 -17
- package/testing-base/lib/components/mock.list-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-section-header.component.d.ts +0 -7
- package/testing-base/lib/components/mock.list-section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list.component.d.ts +0 -24
- package/testing-base/lib/components/mock.list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts +0 -9
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.menu.component.d.ts +0 -21
- package/testing-base/lib/components/mock.menu.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-footer.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts +0 -10
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.page-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page.component.d.ts +0 -70
- package/testing-base/lib/components/mock.page.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.popover.component.d.ts +0 -11
- package/testing-base/lib/components/mock.popover.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts +0 -11
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle.component.d.ts +0 -9
- package/testing-base/lib/components/mock.progress-circle.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio-group.component.d.ts +0 -15
- package/testing-base/lib/components/mock.radio-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio.component.d.ts +0 -10
- package/testing-base/lib/components/mock.radio.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.range.component.d.ts +0 -22
- package/testing-base/lib/components/mock.range.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.reorder-list.component.d.ts +0 -13
- package/testing-base/lib/components/mock.reorder-list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.router-outlet.component.d.ts +0 -7
- package/testing-base/lib/components/mock.router-outlet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.section-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.segmented-control.component.d.ts +0 -16
- package/testing-base/lib/components/mock.segmented-control.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slide-button.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slide-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slides.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slides.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.spinner.component.d.ts +0 -6
- package/testing-base/lib/components/mock.spinner.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.stock-chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.stock-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.tab-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts +0 -7
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts +0 -8
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tabs.component.d.ts +0 -6
- package/testing-base/lib/components/mock.tabs.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.textarea.component.d.ts +0 -12
- package/testing-base/lib/components/mock.textarea.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.toggle-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle.component.d.ts +0 -10
- package/testing-base/lib/components/mock.toggle.component.d.ts.map +0 -1
- package/testing-base/lib/directives/index.d.ts +0 -17
- package/testing-base/lib/directives/index.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.accordion.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.accordion.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.affix.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.affix.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.date-input.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.date-input.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts +0 -13
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.floating.directive.d.ts +0 -27
- package/testing-base/lib/directives/mock.floating.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list.directive.d.ts +0 -18
- package/testing-base/lib/directives/mock.list.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.portal.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.portal.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.slide.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.slide.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts.map +0 -1
- package/testing-base/lib/index.d.ts +0 -4
- package/testing-base/lib/index.d.ts.map +0 -1
- package/testing-base/lib/kirby-testing-base.module.d.ts +0 -86
- package/testing-base/lib/kirby-testing-base.module.d.ts.map +0 -1
- package/testing-base/lib/mock-components.d.ts +0 -3
- package/testing-base/lib/mock-components.d.ts.map +0 -1
- package/testing-base/lib/mock-directives.d.ts +0 -3
- package/testing-base/lib/mock-directives.d.ts.map +0 -1
- package/testing-base/public_api.d.ts +0 -2
- package/testing-base/public_api.d.ts.map +0 -1
- package/testing-jasmine/kirbydesign-designsystem-testing-jasmine.d.ts.map +0 -1
- package/testing-jasmine/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jasmine/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jasmine/lib/mock-providers.d.ts +0 -33
- package/testing-jasmine/lib/mock-providers.d.ts.map +0 -1
- package/testing-jasmine/public_api.d.ts +0 -2
- package/testing-jasmine/public_api.d.ts.map +0 -1
- package/testing-jest/kirbydesign-designsystem-testing-jest.d.ts.map +0 -1
- package/testing-jest/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jest/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jest/lib/mock-providers.d.ts +0 -68
- package/testing-jest/lib/mock-providers.d.ts.map +0 -1
- package/testing-jest/public_api.d.ts +0 -2
- package/testing-jest/public_api.d.ts.map +0 -1
- package/toast/config/toast-config.d.ts +0 -8
- package/toast/config/toast-config.d.ts.map +0 -1
- package/toast/kirbydesign-designsystem-toast.d.ts.map +0 -1
- package/toast/public_api.d.ts +0 -4
- package/toast/public_api.d.ts.map +0 -1
- package/toast/services/indexs.d.ts +0 -3
- package/toast/services/indexs.d.ts.map +0 -1
- package/toast/services/toast.controller.d.ts +0 -11
- package/toast/services/toast.controller.d.ts.map +0 -1
- package/toast/services/toast.helper.d.ts +0 -15
- package/toast/services/toast.helper.d.ts.map +0 -1
- package/toggle/kirbydesign-designsystem-toggle.d.ts.map +0 -1
- package/toggle/public_api.d.ts +0 -2
- package/toggle/public_api.d.ts.map +0 -1
- package/toggle/toggle.component.d.ts +0 -61
- package/toggle/toggle.component.d.ts.map +0 -1
- package/toggle-button/kirbydesign-designsystem-toggle-button.d.ts.map +0 -1
- package/toggle-button/public_api.d.ts +0 -3
- package/toggle-button/public_api.d.ts.map +0 -1
- package/toggle-button/toggle-button.component.d.ts +0 -48
- package/toggle-button/toggle-button.component.d.ts.map +0 -1
- package/toggle-button/toggle-button.module.d.ts +0 -9
- package/toggle-button/toggle-button.module.d.ts.map +0 -1
- package/types/event-listener-dispose-fn.d.ts +0 -2
- package/types/event-listener-dispose-fn.d.ts.map +0 -1
- package/types/form-field-control.d.ts +0 -6
- package/types/form-field-control.d.ts.map +0 -1
- package/types/kirbydesign-designsystem-types.d.ts.map +0 -1
- package/types/public_api.d.ts +0 -5
- package/types/public_api.d.ts.map +0 -1
- package/types/unobserve-fn.d.ts +0 -2
- package/types/unobserve-fn.d.ts.map +0 -1
- package/types/window-ref.d.ts +0 -7
- package/types/window-ref.d.ts.map +0 -1
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdown.component";
|
|
3
|
-
import * as i2 from "@kirbydesign/designsystem/card";
|
|
4
|
-
import * as i3 from "@kirbydesign/designsystem/icon";
|
|
5
|
-
import * as i4 from "@kirbydesign/designsystem/item";
|
|
6
|
-
import * as i5 from "@kirbydesign/designsystem/form-field";
|
|
7
|
-
import * as i6 from "@kirbydesign/designsystem/popover";
|
|
8
|
-
import * as i7 from "@kirbydesign/designsystem/button";
|
|
9
|
-
import * as i8 from "@angular/common";
|
|
10
|
-
import * as i9 from "@kirbydesign/designsystem/list";
|
|
11
|
-
export declare class DropdownModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownComponent], [typeof i2.CardModule, typeof i3.IconModule, typeof i4.ItemModule, typeof i5.FormFieldModule, typeof i6.PopoverComponent, typeof i7.ButtonComponent, typeof i8.CommonModule, typeof i9.ListModule], [typeof i1.DropdownComponent, typeof i9.ListItemTemplateDirective]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=dropdown.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.module.d.ts","sourceRoot":"","sources":["../../dropdown/src/dropdown.module.ts"],"names":[],"mappings":";;;;;;;;;;AAgBA,qBAea,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.types.d.ts","sourceRoot":"","sources":["../../dropdown/src/dropdown.types.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,MAAM,IAAA;IACN,OAAO,IAAA;IACP,IAAI,IAAA;CACL;AAED,oBAAY,iBAAiB;IAC3B,EAAE,IAAA;IACF,IAAI,IAAA;CACL"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class KeyboardHandlerService {
|
|
3
|
-
handle(event: KeyboardEvent, selectedIndex: number, maxIndex: number, cyclicIndex?: boolean): number;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardHandlerService, never>;
|
|
5
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<KeyboardHandlerService>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=keyboard-handler.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard-handler.service.d.ts","sourceRoot":"","sources":["../../dropdown/src/keyboard-handler.service.ts"],"names":[],"mappings":";AAEA,qBAGa,sBAAsB;IACjC,MAAM,CAAC,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,UAAQ;yCAD9E,sBAAsB;6CAAtB,sBAAsB;CAoClC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-dropdown.d.ts","sourceRoot":"","sources":["../../dropdown/src/kirbydesign-designsystem-dropdown.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
package/dropdown/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../dropdown/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EmptyStateComponent implements AfterContentInit, OnInit {
|
|
4
|
-
private elementRef;
|
|
5
|
-
private renderer;
|
|
6
|
-
private _title;
|
|
7
|
-
private ionModalDialog;
|
|
8
|
-
iconName: string;
|
|
9
|
-
set title(value: string);
|
|
10
|
-
get title(): string;
|
|
11
|
-
subtitle: string;
|
|
12
|
-
private slottedButtons;
|
|
13
|
-
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngAfterContentInit(): void;
|
|
16
|
-
/** Enforces that all slotted buttons will have their attention
|
|
17
|
-
* level set to 3, except the first button if it has
|
|
18
|
-
* level 1.
|
|
19
|
-
*/
|
|
20
|
-
private enforceAttentionLevelRules;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "kirby-empty-state", never, { "iconName": { "alias": "iconName"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; }, {}, ["slottedButtons"], ["*"], false, never>;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=empty-state.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"empty-state.component.d.ts","sourceRoot":"","sources":["../../empty-state/src/empty-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAIhB,UAAU,EAEV,MAAM,EAEN,SAAS,EACV,MAAM,eAAe,CAAC;;AAIvB,qBAOa,mBAAoB,YAAW,gBAAgB,EAAE,MAAM;IAwBhE,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAxBlB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,cAAc,CAAc;IAE3B,QAAQ,EAAE,MAAM,CAAC;IAE1B,IAAa,KAAK,CAAC,KAAK,EAAE,MAAM,EAM/B;IAED,IAAI,KAAK,IAAI,MAAM,CAElB;IAEQ,QAAQ,EAAE,MAAM,CAAC;IAG1B,OAAO,CAAC,cAAc,CAA6B;gBAGzC,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC,EACnC,QAAQ,EAAE,SAAS;IAG7B,QAAQ,IAAI,IAAI;IAWhB,kBAAkB;IAUlB;;;OAGG;IACH,OAAO,CAAC,0BAA0B;yCArDvB,mBAAmB;2CAAnB,mBAAmB;CAgE/B"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./empty-state.component";
|
|
3
|
-
import * as i2 from "@kirbydesign/designsystem/icon";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@kirbydesign/designsystem/shared";
|
|
6
|
-
export declare class EmptyStateModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EmptyStateModule, [typeof i1.EmptyStateComponent], [typeof i2.IconModule, typeof i3.CommonModule, typeof i4.ThemeColorDirective], [typeof i1.EmptyStateComponent, typeof i4.ThemeColorDirective]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EmptyStateModule>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=empty-state.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"empty-state.module.d.ts","sourceRoot":"","sources":["../../empty-state/src/empty-state.module.ts"],"names":[],"mappings":";;;;;AAQA,qBAKa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-empty-state.d.ts","sourceRoot":"","sources":["../../empty-state/src/kirbydesign-designsystem-empty-state.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../empty-state/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ActionSheetComponent } from '@kirbydesign/designsystem/modal';
|
|
3
|
-
import { IonFab } from '@ionic/angular/standalone';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FabSheetComponent implements AfterContentInit, AfterViewInit {
|
|
6
|
-
private changeDetectorRef;
|
|
7
|
-
private renderer;
|
|
8
|
-
private document;
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
horizontalAlignment: 'left' | 'center' | 'right';
|
|
11
|
-
private _isFabSheetOpen;
|
|
12
|
-
get isFabSheetOpen(): boolean;
|
|
13
|
-
actionSheet: ActionSheetComponent;
|
|
14
|
-
ionFabButton: ElementRef<HTMLElement>;
|
|
15
|
-
ionFab: IonFab;
|
|
16
|
-
constructor(changeDetectorRef: ChangeDetectorRef, renderer: Renderer2, document: Document);
|
|
17
|
-
ngAfterContentInit(): void;
|
|
18
|
-
ngAfterViewInit(): void;
|
|
19
|
-
hideActions(): void;
|
|
20
|
-
onFabButtonClick(): void;
|
|
21
|
-
onFabListClick(): void;
|
|
22
|
-
fabSheetStateChanged(isOpen: boolean): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabSheetComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabSheetComponent, "kirby-fab-sheet", never, { "disabled": { "alias": "disabled"; "required": false; }; "horizontalAlignment": { "alias": "horizontalAlignment"; "required": false; }; }, {}, ["actionSheet"], ["kirby-icon", "kirby-action-sheet"], true, never>;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=fab-sheet.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fab-sheet.component.d.ts","sourceRoot":"","sources":["../../fab-sheet/src/fab-sheet.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gBAAgB,EAChB,aAAa,EAEb,iBAAiB,EAGjB,UAAU,EAIV,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAe,MAAM,EAA4B,MAAM,2BAA2B,CAAC;;AAE1F,qBAOa,iBAAkB,YAAW,gBAAgB,EAAE,aAAa;IAmBrE,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,QAAQ;IApB3B,QAAQ,EAAE,OAAO,CAAS;IAC1B,mBAAmB,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAW;IAEpE,OAAO,CAAC,eAAe,CAAkB;IACzC,IACI,cAAc,YAEjB;IAEsD,WAAW,EAAE,oBAAoB,CAAC;IAGzF,YAAY,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAGtC,MAAM,EAAE,MAAM,CAAC;gBAGL,iBAAiB,EAAE,iBAAiB,EACpC,QAAQ,EAAE,SAAS,EACD,QAAQ,EAAE,QAAQ;IAG9C,kBAAkB,IAAI,IAAI;IAM1B,eAAe,IAAI,IAAI;IAIvB,WAAW;IAIX,gBAAgB;IAMhB,cAAc;IAMd,oBAAoB,CAAC,MAAM,EAAE,OAAO;yCAlDzB,iBAAiB;2CAAjB,iBAAiB;CA8D7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-fab-sheet.d.ts","sourceRoot":"","sources":["../../fab-sheet/src/kirbydesign-designsystem-fab-sheet.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../fab-sheet/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
package/flag/flag.component.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export type FlagThemeColor = 'success' | 'warning' | 'danger' | 'semi-light' | 'transparent';
|
|
3
|
-
export declare class FlagComponent {
|
|
4
|
-
size: 'xs' | 'sm' | 'md';
|
|
5
|
-
themeColor: FlagThemeColor;
|
|
6
|
-
get _cssClass(): (FlagThemeColor | "xs" | "sm" | "md")[];
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FlagComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlagComponent, "kirby-flag", never, { "size": { "alias": "size"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=flag.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flag.component.d.ts","sourceRoot":"","sources":["../../flag/src/flag.component.ts"],"names":[],"mappings":";AAGA,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,aAAa,CAAC;AAE7F,qBASa,aAAa;IACf,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAChC,UAAU,EAAE,cAAc,CAAiB;IAEpD,IACI,SAAS,4CAEZ;yCAPU,aAAa;2CAAb,aAAa;CAQzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-flag.d.ts","sourceRoot":"","sources":["../../flag/src/kirbydesign-designsystem-flag.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
package/flag/public_api.d.ts
DELETED
package/flag/public_api.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../flag/src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AffixDirective {
|
|
4
|
-
el: ElementRef;
|
|
5
|
-
type: 'prefix' | 'suffix';
|
|
6
|
-
constructor(el: ElementRef);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AffixDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AffixDirective, "[kirby-affix]", never, { "type": { "alias": "kirby-affix"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=affix.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"affix.directive.d.ts","sourceRoot":"","sources":["../../../../form-field/src/directives/affix/affix.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;;AAE7D,qBAKa,cAAc;IAEN,EAAE,EAAE,UAAU;IADX,IAAI,EAAE,QAAQ,GAAG,QAAQ,CAAC;gBAC7B,EAAE,EAAE,UAAU;yCAFtB,cAAc;2CAAd,cAAc;CAG1B"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import 'inputmask/lib/extensions/inputmask.date.extensions';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DateInputDirective implements AfterViewInit {
|
|
5
|
-
private elementRef;
|
|
6
|
-
private renderer;
|
|
7
|
-
private locale;
|
|
8
|
-
onInput(): void;
|
|
9
|
-
prefillYear: boolean;
|
|
10
|
-
useNativeDatePicker: boolean;
|
|
11
|
-
private maskingElement;
|
|
12
|
-
/**
|
|
13
|
-
* `isDateInput` is used to avoid removing the type attribute on the input element and calling updateMask()
|
|
14
|
-
* when the directive is not used on a date input.
|
|
15
|
-
* This is needed for the standalone component 'InputComponent', which includes the directive
|
|
16
|
-
* using the `hostDirectives` component decorator prop. Angular ignores the selector of directives
|
|
17
|
-
* applied in the `hostDirectives` property which effectively applies the directive to all kirby-inputs, not only date inputs.
|
|
18
|
-
* This check prevents the directive from executing it's masking on non-date inputs.
|
|
19
|
-
* See: https://angular.io/guide/directive-composition-api
|
|
20
|
-
*/
|
|
21
|
-
private isDateInput;
|
|
22
|
-
/**
|
|
23
|
-
* Inputmask should be enabled exclusively when _not_ using the platform
|
|
24
|
-
* native date picker.
|
|
25
|
-
*
|
|
26
|
-
* `enableInputMask` should be ignored if the type attribute of the `<input>`
|
|
27
|
-
* element is different from 'date' and/or the platform native date picker is
|
|
28
|
-
* explicitly enabled.
|
|
29
|
-
*
|
|
30
|
-
* @private
|
|
31
|
-
* @memberof DateInputDirective
|
|
32
|
-
*/
|
|
33
|
-
private enableInputMask;
|
|
34
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, locale: string);
|
|
35
|
-
ngAfterViewInit(): void;
|
|
36
|
-
private initMask;
|
|
37
|
-
private getInputFormat;
|
|
38
|
-
private getPlaceholder;
|
|
39
|
-
private appendMaskingElement;
|
|
40
|
-
private wrapElement;
|
|
41
|
-
private updateMask;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputDirective, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DateInputDirective, never, never, { "prefillYear": { "alias": "prefillYear"; "required": false; }; "useNativeDatePicker": { "alias": "useNativeDatePicker"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
|
-
}
|
|
45
|
-
//# sourceMappingURL=date-input.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-input.directive.d.ts","sourceRoot":"","sources":["../../../../form-field/src/directives/date/date-input.directive.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EAEb,UAAU,EAKV,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,oDAAoD,CAAC;;AAG5D,qBAGa,kBAAmB,YAAW,aAAa;IAwCpD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IACG,OAAO,CAAC,MAAM;IAxCnC,OAAO;IAQE,WAAW,UAAS;IACpB,mBAAmB,UAAS;IAErC,OAAO,CAAC,cAAc,CAAc;IAEpC;;;;;;;;OAQG;IACH,OAAO,CAAC,WAAW,CAAS;IAE5B;;;;;;;;;;OAUG;IACH,OAAO,CAAC,eAAe,CAAS;gBAGtB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS,EACA,MAAM,EAAE,MAAM;IAU3C,eAAe,IAAI,IAAI;IAgBvB,OAAO,CAAC,QAAQ;IAmBhB,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,UAAU;yCAtHP,kBAAkB;2CAAlB,kBAAkB;CA6H9B"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import 'inputmask/lib/extensions/inputmask.numeric.extensions';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
interface InputMask {
|
|
6
|
-
unmaskedvalue: () => string;
|
|
7
|
-
setValue: (val: string) => void;
|
|
8
|
-
}
|
|
9
|
-
export declare class DecimalMaskDirective implements ControlValueAccessor, OnInit {
|
|
10
|
-
private elementRef;
|
|
11
|
-
private locale;
|
|
12
|
-
min: number;
|
|
13
|
-
max: number;
|
|
14
|
-
precision: number;
|
|
15
|
-
setMaxOnOverflow: boolean;
|
|
16
|
-
alignment: 'left' | 'right';
|
|
17
|
-
padPrecisionDigits: boolean;
|
|
18
|
-
set allowMinus(allowMinus: boolean);
|
|
19
|
-
set disableGroupSeperator(disabled: string);
|
|
20
|
-
set maxlength(maxlength: number);
|
|
21
|
-
groupSeparator: string;
|
|
22
|
-
radixPoint: string;
|
|
23
|
-
inputmask: InputMask;
|
|
24
|
-
_allowMinus: boolean;
|
|
25
|
-
_maxlength: number;
|
|
26
|
-
_groupSeperatorDisabled: boolean;
|
|
27
|
-
onChange: (_: string) => void;
|
|
28
|
-
constructor(elementRef: ElementRef, locale: string);
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
writeValue(val: number): void;
|
|
31
|
-
registerOnChange(onChange: any): void;
|
|
32
|
-
registerOnTouched(_: any): void;
|
|
33
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
34
|
-
private initMask;
|
|
35
|
-
private getMax;
|
|
36
|
-
private getMin;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DecimalMaskDirective, never>;
|
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DecimalMaskDirective, "[kirby-decimal-mask]", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "setMaxOnOverflow": { "alias": "setMaxOnOverflow"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "padPrecisionDigits": { "alias": "padPrecisionDigits"; "required": false; }; "allowMinus": { "alias": "allowMinus"; "required": false; }; "disableGroupSeperator": { "alias": "disableGroupSeperator"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
|
-
}
|
|
40
|
-
export {};
|
|
41
|
-
//# sourceMappingURL=decimal-mask.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"decimal-mask.directive.d.ts","sourceRoot":"","sources":["../../../../form-field/src/directives/decimal-mask/decimal-mask.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAA4B,MAAM,EAAE,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,uDAAuD,CAAC;;AAG/D,UAAU,SAAS;IACjB,aAAa,EAAE,MAAM,MAAM,CAAC;IAC5B,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACjC;AAED,qBAYa,oBAAqB,YAAW,oBAAoB,EAAE,MAAM;IAoCrE,OAAO,CAAC,UAAU;IACC,OAAO,CAAC,MAAM;IApC1B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,SAAK;IACd,gBAAgB,UAAS;IACzB,SAAS,EAAE,MAAM,GAAG,OAAO,CAAW;IACtC,kBAAkB,EAAE,OAAO,CAAS;IAE7C,IAAa,UAAU,CAAC,UAAU,EAAE,OAAO,EAE1C;IAED,IAAa,qBAAqB,CAAC,QAAQ,EAAE,MAAM,EAElD;IAED,IAAa,SAAS,CAAC,SAAS,EAAE,MAAM,EAMvC;IAED,cAAc,SAA0D;IACxE,UAAU,SAA4D;IACtE,SAAS,EAAE,SAAS,CAAC;IAErB,WAAW,UAAS;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,uBAAuB,EAAE,OAAO,CAAC;IAGjC,QAAQ,MAAO,MAAM,UAAQ;gBAGnB,UAAU,EAAE,UAAU,EACH,MAAM,EAAE,MAAM;IAG3C,QAAQ,IAAI,IAAI;IAUhB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAM7B,gBAAgB,CAAC,QAAQ,EAAE,GAAG,GAAG,IAAI;IAKrC,iBAAiB,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI;IAE/B,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C,OAAO,CAAC,QAAQ;IA2BhB,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,MAAM;yCAlGH,oBAAoB;2CAApB,oBAAoB;CAuGhC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FormFieldMessageComponent {
|
|
3
|
-
text: string;
|
|
4
|
-
position: 'left' | 'right';
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldMessageComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldMessageComponent, "kirby-form-field-message", never, { "text": { "alias": "text"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=form-field-message.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-field-message.component.d.ts","sourceRoot":"","sources":["../../../form-field/src/form-field-message/form-field-message.component.ts"],"names":[],"mappings":";AAEA,qBAOa,yBAAyB;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAU;yCAFlC,yBAAyB;2CAAzB,yBAAyB;CAGrC"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { AfterContentChecked, AfterContentInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit, QueryList, Renderer2 } from '@angular/core';
|
|
2
|
-
import { PlatformService } from '@kirbydesign/designsystem/helpers';
|
|
3
|
-
import { ResizeObserverService } from '@kirbydesign/designsystem/shared';
|
|
4
|
-
import { WindowRef } from '@kirbydesign/designsystem/types';
|
|
5
|
-
import { AffixDirective } from './directives/affix/affix.directive';
|
|
6
|
-
import { DateInputDirective } from './directives/date/date-input.directive';
|
|
7
|
-
import { InputCounterComponent } from './input-counter/input-counter.component';
|
|
8
|
-
import { InputComponent } from './input/input.component';
|
|
9
|
-
import { TextareaComponent } from './textarea/textarea.component';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class FormFieldComponent implements AfterContentChecked, AfterContentInit, OnInit, OnDestroy {
|
|
12
|
-
private platform;
|
|
13
|
-
private renderer;
|
|
14
|
-
private windowRef;
|
|
15
|
-
private resizeObserverService;
|
|
16
|
-
private cdr;
|
|
17
|
-
private isRegistered;
|
|
18
|
-
private element;
|
|
19
|
-
private isTouch;
|
|
20
|
-
private nestedInteractiveElement;
|
|
21
|
-
private nestedInteractiveErrorSubscription;
|
|
22
|
-
private _message;
|
|
23
|
-
showDefaultCalendarIcon: boolean;
|
|
24
|
-
_nestedInteractiveHasError: boolean;
|
|
25
|
-
_labelId: string;
|
|
26
|
-
_errorMessageId: string;
|
|
27
|
-
_messageId: string;
|
|
28
|
-
label: string;
|
|
29
|
-
get message(): string | null;
|
|
30
|
-
set message(value: string | null);
|
|
31
|
-
affixElements: QueryList<AffixDirective>;
|
|
32
|
-
counter: InputCounterComponent;
|
|
33
|
-
private radioGroupComponent;
|
|
34
|
-
inputComponent: InputComponent;
|
|
35
|
-
textareaComponent: TextareaComponent;
|
|
36
|
-
private radioGroupElement;
|
|
37
|
-
input: ElementRef<HTMLInputElement>;
|
|
38
|
-
textarea: ElementRef<HTMLTextAreaElement>;
|
|
39
|
-
dateInput: DateInputDirective;
|
|
40
|
-
constructor(elementRef: ElementRef<HTMLElement>, platform: PlatformService, renderer: Renderer2, windowRef: WindowRef, resizeObserverService: ResizeObserverService, cdr: ChangeDetectorRef);
|
|
41
|
-
get _wrapContentInLabel(): boolean;
|
|
42
|
-
private dispatchLoadEvent;
|
|
43
|
-
_onRegisterFormField(): void;
|
|
44
|
-
onLabelClick(): void;
|
|
45
|
-
focus(): void;
|
|
46
|
-
ngOnInit(): void;
|
|
47
|
-
ngAfterContentInit(): void;
|
|
48
|
-
ngAfterContentChecked(): void;
|
|
49
|
-
ngOnDestroy(): void;
|
|
50
|
-
private registerNestedInteractive;
|
|
51
|
-
private getNestedInteractiveElement;
|
|
52
|
-
private setNestedInteractiveElementAttributes;
|
|
53
|
-
private subscribeToNestedInteractiveError;
|
|
54
|
-
private shouldShowDefaultCalendarIcon;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "kirby-form-field", never, { "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, ["counter", "radioGroupComponent", "inputComponent", "textareaComponent", "radioGroupElement", "input", "textarea", "dateInput", "affixElements"], ["kirby-input-counter", "[kirby-affix='prefix']", "input[kirby-input]", "textarea[kirby-textarea]", "kirby-radio-group", "[kirby-affix='suffix']"], false, never>;
|
|
57
|
-
}
|
|
58
|
-
//# sourceMappingURL=form-field.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-field.component.d.ts","sourceRoot":"","sources":["../../form-field/src/form-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,gBAAgB,EAEhB,iBAAiB,EAIjB,UAAU,EAGV,SAAS,EACT,MAAM,EACN,SAAS,EACT,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAEL,eAAe,EAEhB,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAE5D,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAOa,kBACX,YAAW,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,EAAE,SAAS;IA2CjE,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,GAAG;IA7Cb,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,wBAAwB,CAGH;IAC7B,OAAO,CAAC,kCAAkC,CAAe;IACzD,OAAO,CAAC,QAAQ,CAAgB;IAEhC,uBAAuB,UAAS;IAEhC,0BAA0B,EAAE,OAAO,CAAC;IACpC,QAAQ,SAA+D;IACvE,eAAe,SAAiE;IAChF,UAAU,SAAiE;IAElE,KAAK,EAAE,MAAM,CAAC;IACvB,IAAa,OAAO,IAAI,MAAM,GAAG,IAAI,CAEpC;IAED,IAAI,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAG/B;IAEgC,aAAa,EAAE,SAAS,CAAC,cAAc,CAAC,CAAC;IAClB,OAAO,EAAE,qBAAqB,CAAC;IACpD,OAAO,CAAC,mBAAmB,CAAsB;IACtD,cAAc,EAAE,cAAc,CAAC;IAC5B,iBAAiB,EAAE,iBAAiB,CAAC;IAEtE,OAAO,CAAC,iBAAiB,CAA0B;IACC,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACjC,QAAQ,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IAE/D,SAAS,EAAE,kBAAkB,CAAC;gBAG9D,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC,EAC3B,QAAQ,EAAE,eAAe,EACzB,QAAQ,EAAE,SAAS,EACnB,SAAS,EAAE,SAAS,EACpB,qBAAqB,EAAE,qBAAqB,EAC5C,GAAG,EAAE,iBAAiB;IAKhC,IAAI,mBAAmB,IAAI,OAAO,CAEjC;IAED,OAAO,CAAC,iBAAiB;IAYzB,oBAAoB;IAIpB,YAAY;IAIL,KAAK;IAsBZ,QAAQ;IAIR,kBAAkB,IAAI,IAAI;IAqB1B,qBAAqB,IAAI,IAAI;IAe7B,WAAW,IAAI,IAAI;IAiBnB,OAAO,CAAC,yBAAyB;IAMjC,OAAO,CAAC,2BAA2B;IAOnC,OAAO,CAAC,qCAAqC;IAsB7C,OAAO,CAAC,iCAAiC;IAczC,OAAO,CAAC,6BAA6B;yCA7M1B,kBAAkB;2CAAlB,kBAAkB;CAmN9B"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./form-field.component";
|
|
3
|
-
import * as i2 from "./form-field-message/form-field-message.component";
|
|
4
|
-
import * as i3 from "./input-counter/input-counter.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "./directives/decimal-mask/decimal-mask.directive";
|
|
7
|
-
import * as i6 from "@kirbydesign/designsystem/icon";
|
|
8
|
-
import * as i7 from "./directives/affix/affix.directive";
|
|
9
|
-
export declare class FormFieldModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormFieldModule, [typeof i1.FormFieldComponent, typeof i2.FormFieldMessageComponent, typeof i3.InputCounterComponent], [typeof i4.CommonModule, typeof i5.DecimalMaskDirective, typeof i6.IconModule, typeof i7.AffixDirective], [typeof i1.FormFieldComponent, typeof i2.FormFieldMessageComponent, typeof i3.InputCounterComponent, typeof i5.DecimalMaskDirective, typeof i7.AffixDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FormFieldModule>;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=form-field.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-field.module.d.ts","sourceRoot":"","sources":["../../form-field/src/form-field.module.ts"],"names":[],"mappings":";;;;;;;;AAWA,qBAKa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { FormFieldControl } from '@kirbydesign/designsystem/types';
|
|
3
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../directives/date/date-input.directive";
|
|
6
|
-
export declare enum InputSize {
|
|
7
|
-
medium = "md",
|
|
8
|
-
large = "lg"
|
|
9
|
-
}
|
|
10
|
-
export declare class InputComponent implements OnChanges, OnInit, FormFieldControl {
|
|
11
|
-
private elementRef;
|
|
12
|
-
private builtInValueAccessors;
|
|
13
|
-
kirbyChange: EventEmitter<string>;
|
|
14
|
-
private _hasError;
|
|
15
|
-
set type(value: string);
|
|
16
|
-
size: InputSize | `${InputSize}`;
|
|
17
|
-
/**
|
|
18
|
-
* Removes padding, width, rounded borders and drop-shadow when set to `true`.
|
|
19
|
-
*/
|
|
20
|
-
borderless: boolean;
|
|
21
|
-
get hasError(): boolean;
|
|
22
|
-
set hasError(value: boolean);
|
|
23
|
-
autocomplete: 'on' | 'off';
|
|
24
|
-
autocorrect: 'on' | 'off';
|
|
25
|
-
value: string;
|
|
26
|
-
maxlength: number;
|
|
27
|
-
inputmode: string;
|
|
28
|
-
hasErrorChange: EventEmitter<boolean>;
|
|
29
|
-
constructor(elementRef: ElementRef<HTMLInputElement>, builtInValueAccessors: ControlValueAccessor[]);
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
32
|
-
extendBuiltinValueAccessor(): void;
|
|
33
|
-
private static typeToInputmodeMap;
|
|
34
|
-
_onKeyUp(value: string): void;
|
|
35
|
-
_onCutPaste(target: HTMLInputElement): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, [null, { optional: true; }]>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[kirby-input]", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "value": { "alias": "value"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; }, { "hasErrorChange": "hasErrorChange"; }, never, never, true, [{ directive: typeof i1.DateInputDirective; inputs: { "prefillYear": "prefillYear"; "useNativeDatePicker": "useNativeDatePicker"; }; outputs: {}; }]>;
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=input.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"input.component.d.ts","sourceRoot":"","sources":["../../../form-field/src/input/input.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,UAAU,EACV,YAAY,EAKZ,SAAS,EACT,MAAM,EAGN,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;;AAGzE,oBAAY,SAAS;IACnB,MAAM,OAAO;IACb,KAAK,OAAO;CACb;AAED,qBAca,cAAe,YAAW,SAAS,EAAE,MAAM,EAAE,gBAAgB;IA2DtE,OAAO,CAAC,UAAU;IACqB,OAAO,CAAC,qBAAqB;IA3DtE,WAAW,uBAA8B;IACzC,OAAO,CAAC,SAAS,CAAkB;IAEnC,IAAa,IAAI,CAAC,KAAK,EAAE,MAAM,EAK9B;IAID,IAAI,EAAE,SAAS,GAAG,GAAG,SAAS,EAAE,CAAmB;IAEnD;;OAEG;IAGH,UAAU,EAAE,OAAO,CAAC;IAEpB,IAGI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAK1B;IAID,YAAY,EAAE,IAAI,GAAG,KAAK,CAAS;IAInC,WAAW,EAAE,IAAI,GAAG,KAAK,CAAS;IAIlC,KAAK,EAAE,MAAM,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAER,cAAc,wBAA+B;gBAG7C,UAAU,EAAE,UAAU,CAAC,gBAAgB,CAAC,EACD,qBAAqB,EAAE,oBAAoB,EAAE;IAK9F,QAAQ,IAAI,IAAI;IAYhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,0BAA0B;IAc1B,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAG/B;IAGF,QAAQ,CAAC,KAAK,EAAE,MAAM;IAMtB,WAAW,CAAC,MAAM,EAAE,gBAAgB;yCA7GzB,cAAc;2CAAd,cAAc;CAiH1B"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { InputComponent } from '../input/input.component';
|
|
3
|
-
import { TextareaComponent } from './../textarea/textarea.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class InputCounterComponent implements OnInit, OnDestroy {
|
|
6
|
-
listenTo: InputComponent | TextareaComponent;
|
|
7
|
-
length: number;
|
|
8
|
-
maxlength: number;
|
|
9
|
-
private _inputChangeSubscription;
|
|
10
|
-
get text(): string;
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
ngOnDestroy(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputCounterComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputCounterComponent, "kirby-input-counter", never, { "listenTo": { "alias": "listenTo"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=input-counter.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"input-counter.component.d.ts","sourceRoot":"","sources":["../../../form-field/src/input-counter/input-counter.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAGpE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;;AAErE,qBAKa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IACpD,QAAQ,EAAE,cAAc,GAAG,iBAAiB,CAAC;IACtD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,wBAAwB,CAAe;IAE/C,IAAI,IAAI,IAAI,MAAM,CAMjB;IAED,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;yCAxBR,qBAAqB;2CAArB,qBAAqB;CA6BjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kirbydesign-designsystem-form-field.d.ts","sourceRoot":"","sources":["../../form-field/src/kirbydesign-designsystem-form-field.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export { FormFieldComponent } from './form-field.component';
|
|
2
|
-
export { FormFieldMessageComponent } from './form-field-message/form-field-message.component';
|
|
3
|
-
export { InputComponent, InputSize } from './input/input.component';
|
|
4
|
-
export { InputCounterComponent } from './input-counter/input-counter.component';
|
|
5
|
-
export { TextareaComponent } from './textarea/textarea.component';
|
|
6
|
-
export * from './directives/date/date-input.directive';
|
|
7
|
-
export { DecimalMaskDirective } from './directives/decimal-mask/decimal-mask.directive';
|
|
8
|
-
export { AffixDirective } from './directives/affix/affix.directive';
|
|
9
|
-
export * from './form-field.module';
|
|
10
|
-
//# sourceMappingURL=public_api.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../form-field/src/public_api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,yBAAyB,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { FormFieldControl } from '@kirbydesign/designsystem/types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TextareaComponent implements OnChanges, FormFieldControl {
|
|
6
|
-
private builtInValueAccessors;
|
|
7
|
-
kirbyChange: EventEmitter<string>;
|
|
8
|
-
private _hasError;
|
|
9
|
-
value: string;
|
|
10
|
-
/**
|
|
11
|
-
* Removes padding, width, rounded borders and drop-shadow when set to `true`.
|
|
12
|
-
*/
|
|
13
|
-
borderless: boolean;
|
|
14
|
-
get hasError(): boolean;
|
|
15
|
-
set hasError(value: boolean);
|
|
16
|
-
autocomplete: 'on' | 'off';
|
|
17
|
-
autocorrect: 'on' | 'off';
|
|
18
|
-
maxlength: number;
|
|
19
|
-
hasErrorChange: EventEmitter<boolean>;
|
|
20
|
-
constructor(builtInValueAccessors: ControlValueAccessor[]);
|
|
21
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
-
extendBuiltinValueAccessor(): void;
|
|
23
|
-
_onKeyUp(value: string): void;
|
|
24
|
-
_onCutPaste(target: HTMLInputElement): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaComponent, [{ optional: true; }]>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "textarea[kirby-textarea]", never, { "value": { "alias": "value"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; }, { "hasErrorChange": "hasErrorChange"; }, never, ["*"], true, never>;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=textarea.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"textarea.component.d.ts","sourceRoot":"","sources":["../../../form-field/src/textarea/textarea.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,YAAY,EAKZ,SAAS,EAGT,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;;AAEnE,qBAQa,iBAAkB,YAAW,SAAS,EAAE,gBAAgB;IA0C1B,OAAO,CAAC,qBAAqB;IAzCtE,WAAW,uBAA8B;IACzC,OAAO,CAAC,SAAS,CAAkB;IAE1B,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IAGH,UAAU,EAAE,OAAO,CAAC;IAEpB,IAGI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAK1B;IAID,YAAY,EAAE,IAAI,GAAG,KAAK,CAAS;IAInC,WAAW,EAAE,IAAI,GAAG,KAAK,CAAS;IAIlC,SAAS,EAAE,MAAM,CAAC;IAER,cAAc,wBAA+B;gBAGN,qBAAqB,EAAE,oBAAoB,EAAE;IAK9F,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,0BAA0B;IAe1B,QAAQ,CAAC,KAAK,EAAE,MAAM;IAMtB,WAAW,CAAC,MAAM,EAAE,gBAAgB;yCA1EzB,iBAAiB;2CAAjB,iBAAiB;CA8E7B"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter, Injector, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import { AvatarComponent } from '@kirbydesign/designsystem/avatar';
|
|
4
|
-
import { FlagComponent } from '@kirbydesign/designsystem/flag';
|
|
5
|
-
import { ProgressCircleComponent } from '@kirbydesign/designsystem/progress-circle';
|
|
6
|
-
import type { FitHeadingConfig } from '@kirbydesign/designsystem/shared';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class HeaderActionsDirective {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderActionsDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderActionsDirective, "[kirbyHeaderActions]", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
12
|
-
export declare class HeaderCustomSectionDirective {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderCustomSectionDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCustomSectionDirective, "[kirbyHeaderCustomSection]", never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
16
|
-
export declare class HeaderTitleActionIconDirective {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTitleActionIconDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTitleActionIconDirective, "[kirbyHeaderTitleActionIcon]", never, {}, {}, never, never, false, never>;
|
|
19
|
-
}
|
|
20
|
-
export declare class HeaderCustomFlagDirective {
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderCustomFlagDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderCustomFlagDirective, "[kirbyHeaderCustomFlag]", never, {}, {}, never, never, false, never>;
|
|
23
|
-
}
|
|
24
|
-
export declare class HeaderComponent implements AfterContentInit, OnChanges, OnInit {
|
|
25
|
-
private injector;
|
|
26
|
-
centered?: boolean;
|
|
27
|
-
titleMaxLines: number;
|
|
28
|
-
emphasizeActions: boolean;
|
|
29
|
-
fitHeadingConfig: FitHeadingConfig;
|
|
30
|
-
avatar: AvatarComponent;
|
|
31
|
-
progressCircle: ProgressCircleComponent;
|
|
32
|
-
flag: FlagComponent;
|
|
33
|
-
titleElement?: ElementRef<HTMLHeadingElement>;
|
|
34
|
-
actionsElement?: ElementRef<HTMLDivElement>;
|
|
35
|
-
actionsTemplate?: TemplateRef<HeaderActionsDirective>;
|
|
36
|
-
customSectionTemplate?: TemplateRef<HeaderCustomSectionDirective>;
|
|
37
|
-
customFlagTemplate?: TemplateRef<HeaderCustomFlagDirective>;
|
|
38
|
-
titleActionIconTemplate: TemplateRef<HeaderTitleActionIconDirective>;
|
|
39
|
-
title?: string | null;
|
|
40
|
-
value?: string | null;
|
|
41
|
-
valueUnit?: string | null;
|
|
42
|
-
subtitle1?: string | string[] | null;
|
|
43
|
-
subtitle2?: string | string[] | null;
|
|
44
|
-
hasInteractiveTitle?: boolean;
|
|
45
|
-
titleClick: EventEmitter<PointerEvent>;
|
|
46
|
-
title$: Subject<string>;
|
|
47
|
-
get _subtitles1(): string[];
|
|
48
|
-
get _subtitles2(): string[];
|
|
49
|
-
onTitleClick(event: PointerEvent): void;
|
|
50
|
-
_actionGroupInjector: Injector;
|
|
51
|
-
private actionGroupConfig;
|
|
52
|
-
constructor(injector: Injector);
|
|
53
|
-
ngOnInit(): void;
|
|
54
|
-
ngAfterContentInit(): void;
|
|
55
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
56
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "kirby-header", never, { "centered": { "alias": "centered"; "required": false; }; "titleMaxLines": { "alias": "titleMaxLines"; "required": false; }; "emphasizeActions": { "alias": "emphasizeActions"; "required": false; }; "title": { "alias": "title"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueUnit": { "alias": "valueUnit"; "required": false; }; "subtitle1": { "alias": "subtitle1"; "required": false; }; "subtitle2": { "alias": "subtitle2"; "required": false; }; "hasInteractiveTitle": { "alias": "hasInteractiveTitle"; "required": false; }; }, { "titleClick": "titleClick"; }, ["avatar", "progressCircle", "flag", "actionsTemplate", "customSectionTemplate", "customFlagTemplate", "titleActionIconTemplate"], ["kirby-avatar,kirby-progress-circle", "kirby-flag"], false, never>;
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=header.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"header.component.d.ts","sourceRoot":"","sources":["../../header/src/header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAKhB,UAAU,EACV,YAAY,EAEZ,QAAQ,EAER,SAAS,EACT,MAAM,EAEN,aAAa,EACb,WAAW,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAG/B,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AACpF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;;AAEzE,qBAIa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG;AAEtC,qBAIa,4BAA4B;yCAA5B,4BAA4B;2CAA5B,4BAA4B;CAAG;AAE5C,qBAIa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG;AAE9C,qBAIa,yBAAyB;yCAAzB,yBAAyB;2CAAzB,yBAAyB;CAAG;AAEzC,qBAOa,eAAgB,YAAW,gBAAgB,EAAE,SAAS,EAAE,MAAM;IAkE7D,OAAO,CAAC,QAAQ;IA/D5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEV,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,UAAS;IAElC,gBAAgB,EAAE,gBAAgB,CAAC;IAGnC,MAAM,EAAE,eAAe,CAAC;IAGxB,cAAc,EAAE,uBAAuB,CAAC;IAGxC,IAAI,EAAE,aAAa,CAAC;IAGpB,YAAY,CAAC,EAAE,UAAU,CAAC,kBAAkB,CAAC,CAAC;IAG9C,cAAc,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IAG5C,eAAe,CAAC,EAAE,WAAW,CAAC,sBAAsB,CAAC,CAAC;IAGtD,qBAAqB,CAAC,EAAE,WAAW,CAAC,4BAA4B,CAAC,CAAC;IAKlE,kBAAkB,CAAC,EAAE,WAAW,CAAC,yBAAyB,CAAC,CAAC;IAG5D,uBAAuB,EAAE,WAAW,CAAC,8BAA8B,CAAC,CAAC;IAE5D,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAC;IACrC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE7B,UAAU,6BAAoC;IAExD,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAyB;IAEhD,IAAI,WAAW,aAEd;IAED,IAAI,WAAW,aAEd;IAED,YAAY,CAAC,KAAK,EAAE,YAAY;IAIhC,oBAAoB,EAAE,QAAQ,CAAC;IAE/B,OAAO,CAAC,iBAAiB,CAAoB;gBAEzB,QAAQ,EAAE,QAAQ;IAEtC,QAAQ,IAAI,IAAI;IAsBhB,kBAAkB,IAAI,IAAI;IAW1B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCArG9B,eAAe;2CAAf,eAAe;CA0G3B"}
|