@kirbydesign/designsystem 11.0.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +42 -6
- package/accordion/index.d.ts.map +1 -0
- package/action-group/index.d.ts +43 -6
- package/action-group/index.d.ts.map +1 -0
- package/avatar/index.d.ts +28 -6
- package/avatar/index.d.ts.map +1 -0
- package/badge/index.d.ts +20 -6
- package/badge/index.d.ts.map +1 -0
- package/button/index.d.ts +43 -6
- package/button/index.d.ts.map +1 -0
- package/calendar/index.d.ts +137 -6
- package/calendar/index.d.ts.map +1 -0
- package/card/index.d.ts +72 -6
- package/card/index.d.ts.map +1 -0
- package/chart/index.d.ts +198 -4
- package/chart/index.d.ts.map +1 -0
- package/checkbox/index.d.ts +69 -6
- package/checkbox/index.d.ts.map +1 -0
- package/config/index.d.ts +40 -4
- package/config/index.d.ts.map +1 -0
- package/data-table/index.d.ts +30 -4
- package/data-table/index.d.ts.map +1 -0
- package/divider/index.d.ts +10 -6
- package/divider/index.d.ts.map +1 -0
- package/dropdown/index.d.ts +166 -6
- package/dropdown/index.d.ts.map +1 -0
- package/empty-state/index.d.ts +37 -6
- package/empty-state/index.d.ts.map +1 -0
- package/fab-sheet/index.d.ts +29 -6
- package/fab-sheet/index.d.ts.map +1 -0
- package/fesm2022/kirbydesign-designsystem-accordion.mjs +42 -22
- package/fesm2022/kirbydesign-designsystem-accordion.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-action-group.mjs +5 -7
- package/fesm2022/kirbydesign-designsystem-action-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-avatar.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-avatar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-badge.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-badge.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-button.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-calendar.mjs +4 -6
- package/fesm2022/kirbydesign-designsystem-calendar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-card.mjs +20 -21
- package/fesm2022/kirbydesign-designsystem-card.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-chart.mjs +478 -478
- package/fesm2022/kirbydesign-designsystem-chart.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-config.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-data-table.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-data-table.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-divider.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-divider.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs +27 -22
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs +10 -9
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-flag.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-flag.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-form-field.mjs +48 -41
- package/fesm2022/kirbydesign-designsystem-form-field.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-header.mjs +20 -20
- package/fesm2022/kirbydesign-designsystem-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers-scss.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
- package/fesm2022/kirbydesign-designsystem-helpers.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-icon.mjs +11 -10
- package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-group.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-item-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item.mjs +12 -13
- package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-list.mjs +43 -46
- package/fesm2022/kirbydesign-designsystem-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-menu.mjs +8 -10
- package/fesm2022/kirbydesign-designsystem-menu.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-modal.mjs +643 -634
- package/fesm2022/kirbydesign-designsystem-modal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-page.mjs +67 -54
- package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-popover.mjs +5 -6
- package/fesm2022/kirbydesign-designsystem-popover.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +8 -9
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-radio.mjs +16 -16
- package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-range.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-section-header.mjs +4 -5
- package/fesm2022/kirbydesign-designsystem-section-header.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-shared.mjs +18 -18
- package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs +17 -70
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide.mjs +14 -14
- package/fesm2022/kirbydesign-designsystem-slide.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-spinner.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +11 -11
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tabs.mjs +14 -15
- package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs +286 -286
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-toast.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +9 -10
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle.mjs +6 -8
- package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-types.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem.mjs +17 -18
- package/fesm2022/kirbydesign-designsystem.mjs.map +1 -1
- package/flag/index.d.ts +14 -6
- package/flag/index.d.ts.map +1 -0
- package/form-field/index.d.ts +230 -6
- package/form-field/index.d.ts.map +1 -0
- package/header/index.d.ts +70 -6
- package/header/index.d.ts.map +1 -0
- package/helpers/index.d.ts +94 -4
- package/helpers/index.d.ts.map +1 -0
- package/helpers/scss/index.d.ts +9 -6
- package/helpers/scss/index.d.ts.map +1 -0
- package/icon/index.d.ts +66 -4
- package/icon/index.d.ts.map +1 -0
- package/icons/svg/top-up.svg +1 -0
- package/index.d.ts +222 -6
- package/index.d.ts.map +1 -0
- package/item/index.d.ts +53 -6
- package/item/index.d.ts.map +1 -0
- package/item-group/index.d.ts +10 -6
- package/item-group/index.d.ts.map +1 -0
- package/item-sliding/index.d.ts +28 -6
- package/item-sliding/index.d.ts.map +1 -0
- package/kirby-app/index.d.ts +21 -6
- package/kirby-app/index.d.ts.map +1 -0
- package/list/index.d.ts +282 -4
- package/list/index.d.ts.map +1 -0
- package/loading-overlay/index.d.ts +26 -6
- package/loading-overlay/index.d.ts.map +1 -0
- package/menu/index.d.ts +71 -6
- package/menu/index.d.ts.map +1 -0
- package/modal/index.d.ts +492 -4
- package/modal/index.d.ts.map +1 -0
- package/package.json +17 -17
- package/page/index.d.ts +233 -4
- package/page/index.d.ts.map +1 -0
- package/popover/index.d.ts +40 -6
- package/popover/index.d.ts.map +1 -0
- package/progress-circle/index.d.ts +64 -6
- package/progress-circle/index.d.ts.map +1 -0
- package/radio/index.d.ts +100 -6
- package/radio/index.d.ts.map +1 -0
- package/range/index.d.ts +45 -6
- package/range/index.d.ts.map +1 -0
- package/reorder-list/index.d.ts +34 -6
- package/reorder-list/index.d.ts.map +1 -0
- package/router-outlet/index.d.ts +20 -6
- package/router-outlet/index.d.ts.map +1 -0
- package/section-header/index.d.ts +9 -6
- package/section-header/index.d.ts.map +1 -0
- package/shared/floating/index.d.ts +138 -4
- package/shared/floating/index.d.ts.map +1 -0
- package/shared/index.d.ts +150 -4
- package/shared/index.d.ts.map +1 -0
- package/shared/portal/index.d.ts +36 -4
- package/shared/portal/index.d.ts.map +1 -0
- package/slide/index.d.ts +66 -6
- package/slide/index.d.ts.map +1 -0
- package/slide-button/index.d.ts +35 -6
- package/slide-button/index.d.ts.map +1 -0
- package/spinner/index.d.ts +16 -6
- package/spinner/index.d.ts.map +1 -0
- package/tab-navigation/index.d.ts +58 -6
- package/tab-navigation/index.d.ts.map +1 -0
- package/tabs/index.d.ts +49 -6
- package/tabs/index.d.ts.map +1 -0
- package/testing/index.d.ts +62 -6
- package/testing/index.d.ts.map +1 -0
- package/testing-base/index.d.ts +816 -6
- package/testing-base/index.d.ts.map +1 -0
- package/testing-jasmine/index.d.ts +11 -6
- package/testing-jasmine/index.d.ts.map +1 -0
- package/testing-jest/index.d.ts +11 -6
- package/testing-jest/index.d.ts.map +1 -0
- package/toast/index.d.ts +34 -6
- package/toast/index.d.ts.map +1 -0
- package/toggle/index.d.ts +64 -6
- package/toggle/index.d.ts.map +1 -0
- package/toggle-button/index.d.ts +58 -6
- package/toggle-button/index.d.ts.map +1 -0
- package/types/index.d.ts +21 -6
- package/types/index.d.ts.map +1 -0
- package/accordion/accordion-item.component.d.ts +0 -22
- package/accordion/accordion-item.component.d.ts.map +0 -1
- package/accordion/accordion.directive.d.ts +0 -6
- package/accordion/accordion.directive.d.ts.map +0 -1
- package/accordion/accordion.module.d.ts +0 -10
- package/accordion/accordion.module.d.ts.map +0 -1
- package/accordion/kirbydesign-designsystem-accordion.d.ts.map +0 -1
- package/accordion/public_api.d.ts +0 -4
- package/accordion/public_api.d.ts.map +0 -1
- package/action-group/action-group.component.d.ts +0 -40
- package/action-group/action-group.component.d.ts.map +0 -1
- package/action-group/kirbydesign-designsystem-action-group.d.ts.map +0 -1
- package/action-group/public_api.d.ts +0 -2
- package/action-group/public_api.d.ts.map +0 -1
- package/avatar/avatar.component.d.ts +0 -25
- package/avatar/avatar.component.d.ts.map +0 -1
- package/avatar/kirbydesign-designsystem-avatar.d.ts.map +0 -1
- package/avatar/public_api.d.ts +0 -2
- package/avatar/public_api.d.ts.map +0 -1
- package/badge/badge.component.d.ts +0 -16
- package/badge/badge.component.d.ts.map +0 -1
- package/badge/kirbydesign-designsystem-badge.d.ts.map +0 -1
- package/badge/public_api.d.ts +0 -2
- package/badge/public_api.d.ts.map +0 -1
- package/button/button.component.d.ts +0 -39
- package/button/button.component.d.ts.map +0 -1
- package/button/kirbydesign-designsystem-button.d.ts.map +0 -1
- package/button/public_api.d.ts +0 -2
- package/button/public_api.d.ts.map +0 -1
- package/calendar/calendar.component.d.ts +0 -113
- package/calendar/calendar.component.d.ts.map +0 -1
- package/calendar/interfaces/calendar-day.d.ts +0 -18
- package/calendar/interfaces/calendar-day.d.ts.map +0 -1
- package/calendar/interfaces/calendar-year-navigator-config.d.ts +0 -5
- package/calendar/interfaces/calendar-year-navigator-config.d.ts.map +0 -1
- package/calendar/kirbydesign-designsystem-calendar.d.ts.map +0 -1
- package/calendar/public_api.d.ts +0 -3
- package/calendar/public_api.d.ts.map +0 -1
- package/card/card-as-button/card-as-button.directive.d.ts +0 -16
- package/card/card-as-button/card-as-button.directive.d.ts.map +0 -1
- package/card/card-flag-level.d.ts +0 -3
- package/card/card-flag-level.d.ts.map +0 -1
- package/card/card-footer/card-footer.component.d.ts +0 -7
- package/card/card-footer/card-footer.component.d.ts.map +0 -1
- package/card/card-header/card-header.component.d.ts +0 -13
- package/card/card-header/card-header.component.d.ts.map +0 -1
- package/card/card.component.d.ts +0 -27
- package/card/card.component.d.ts.map +0 -1
- package/card/card.module.d.ts +0 -13
- package/card/card.module.d.ts.map +0 -1
- package/card/kirbydesign-designsystem-card.d.ts.map +0 -1
- package/card/public_api.d.ts +0 -7
- package/card/public_api.d.ts.map +0 -1
- package/chart/chart/chart.component.d.ts +0 -8
- package/chart/chart/chart.component.d.ts.map +0 -1
- package/chart/chart/index.d.ts +0 -2
- package/chart/chart/index.d.ts.map +0 -1
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts +0 -10
- package/chart/chart-config/chart-bar-config/chart-bar-config.d.ts.map +0 -1
- package/chart/chart-config/chart-base-config.d.ts +0 -7
- package/chart/chart-config/chart-base-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts +0 -21
- package/chart/chart-config/chart-stock-config/chart-stock-config.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts +0 -5
- package/chart/chart-config/chart-stock-config/data-label-position/data-label-position.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts +0 -3
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.d.ts.map +0 -1
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts +0 -13
- package/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.d.ts.map +0 -1
- package/chart/charts.module.d.ts +0 -9
- package/chart/charts.module.d.ts.map +0 -1
- package/chart/kirbydesign-designsystem-chart.d.ts.map +0 -1
- package/chart/public_api.d.ts +0 -7
- package/chart/public_api.d.ts.map +0 -1
- package/chart/shared/base-chart/base-chart.component.d.ts +0 -35
- package/chart/shared/base-chart/base-chart.component.d.ts.map +0 -1
- package/chart/shared/base-chart/index.d.ts +0 -2
- package/chart/shared/base-chart/index.d.ts.map +0 -1
- package/chart/shared/chart-config-service/chart-config.service.d.ts +0 -31
- package/chart/shared/chart-config-service/chart-config.service.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/annotations.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts +0 -49
- package/chart/shared/chart-config-service/configs/global-defaults.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts +0 -5
- package/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/configs/type.config.d.ts +0 -3
- package/chart/shared/chart-config-service/configs/type.config.d.ts.map +0 -1
- package/chart/shared/chart-config-service/index.d.ts +0 -2
- package/chart/shared/chart-config-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/annotations.delegate.d.ts +0 -17
- package/chart/shared/chart-js-service/annotations.delegate.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chart-js.service.d.ts +0 -46
- package/chart/shared/chart-js-service/chart-js.service.d.ts.map +0 -1
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts +0 -15
- package/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.d.ts.map +0 -1
- package/chart/shared/chart-js-service/configured-chart-js.d.ts +0 -4
- package/chart/shared/chart-js-service/configured-chart-js.d.ts.map +0 -1
- package/chart/shared/chart-js-service/index.d.ts +0 -3
- package/chart/shared/chart-js-service/index.d.ts.map +0 -1
- package/chart/shared/chart-js-service/test-utils.d.ts +0 -5
- package/chart/shared/chart-js-service/test-utils.d.ts.map +0 -1
- package/chart/shared/charts.types.d.ts +0 -27
- package/chart/shared/charts.types.d.ts.map +0 -1
- package/chart/shared/index.d.ts +0 -5
- package/chart/shared/index.d.ts.map +0 -1
- package/chart/stock-chart/index.d.ts +0 -2
- package/chart/stock-chart/index.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart-js.service.d.ts +0 -38
- package/chart/stock-chart/stock-chart-js.service.d.ts.map +0 -1
- package/chart/stock-chart/stock-chart.component.d.ts +0 -10
- package/chart/stock-chart/stock-chart.component.d.ts.map +0 -1
- package/checkbox/checkbox.component.d.ts +0 -66
- package/checkbox/checkbox.component.d.ts.map +0 -1
- package/checkbox/kirbydesign-designsystem-checkbox.d.ts.map +0 -1
- package/checkbox/public_api.d.ts +0 -2
- package/checkbox/public_api.d.ts.map +0 -1
- package/config/kirbydesign-designsystem-config.d.ts.map +0 -1
- package/config/provide-kirby.d.ts +0 -38
- package/config/provide-kirby.d.ts.map +0 -1
- package/config/public_api.d.ts +0 -2
- package/config/public_api.d.ts.map +0 -1
- package/data-table/data-table.module.d.ts +0 -13
- package/data-table/data-table.module.d.ts.map +0 -1
- package/data-table/kirbydesign-designsystem-data-table.d.ts.map +0 -1
- package/data-table/public_api.d.ts +0 -3
- package/data-table/public_api.d.ts.map +0 -1
- package/data-table/sortable/sortable.component.d.ts +0 -18
- package/data-table/sortable/sortable.component.d.ts.map +0 -1
- package/divider/divider.component.d.ts +0 -7
- package/divider/divider.component.d.ts.map +0 -1
- package/divider/kirbydesign-designsystem-divider.d.ts.map +0 -1
- package/divider/public_api.d.ts +0 -2
- package/divider/public_api.d.ts.map +0 -1
- package/dropdown/dropdown.component.d.ts +0 -131
- package/dropdown/dropdown.component.d.ts.map +0 -1
- package/dropdown/dropdown.module.d.ts +0 -16
- package/dropdown/dropdown.module.d.ts.map +0 -1
- package/dropdown/dropdown.types.d.ts +0 -10
- package/dropdown/dropdown.types.d.ts.map +0 -1
- package/dropdown/keyboard-handler.service.d.ts +0 -7
- package/dropdown/keyboard-handler.service.d.ts.map +0 -1
- package/dropdown/kirbydesign-designsystem-dropdown.d.ts.map +0 -1
- package/dropdown/public_api.d.ts +0 -6
- package/dropdown/public_api.d.ts.map +0 -1
- package/empty-state/empty-state.component.d.ts +0 -24
- package/empty-state/empty-state.component.d.ts.map +0 -1
- package/empty-state/empty-state.module.d.ts +0 -11
- package/empty-state/empty-state.module.d.ts.map +0 -1
- package/empty-state/kirbydesign-designsystem-empty-state.d.ts.map +0 -1
- package/empty-state/public_api.d.ts +0 -3
- package/empty-state/public_api.d.ts.map +0 -1
- package/fab-sheet/fab-sheet.component.d.ts +0 -26
- package/fab-sheet/fab-sheet.component.d.ts.map +0 -1
- package/fab-sheet/kirbydesign-designsystem-fab-sheet.d.ts.map +0 -1
- package/fab-sheet/public_api.d.ts +0 -2
- package/fab-sheet/public_api.d.ts.map +0 -1
- package/flag/flag.component.d.ts +0 -10
- package/flag/flag.component.d.ts.map +0 -1
- package/flag/kirbydesign-designsystem-flag.d.ts.map +0 -1
- package/flag/public_api.d.ts +0 -2
- package/flag/public_api.d.ts.map +0 -1
- package/form-field/directives/affix/affix.directive.d.ts +0 -10
- package/form-field/directives/affix/affix.directive.d.ts.map +0 -1
- package/form-field/directives/date/date-input.directive.d.ts +0 -45
- package/form-field/directives/date/date-input.directive.d.ts.map +0 -1
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts +0 -41
- package/form-field/directives/decimal-mask/decimal-mask.directive.d.ts.map +0 -1
- package/form-field/form-field-message/form-field-message.component.d.ts +0 -8
- package/form-field/form-field-message/form-field-message.component.d.ts.map +0 -1
- package/form-field/form-field.component.d.ts +0 -58
- package/form-field/form-field.component.d.ts.map +0 -1
- package/form-field/form-field.module.d.ts +0 -14
- package/form-field/form-field.module.d.ts.map +0 -1
- package/form-field/input/input.component.d.ts +0 -39
- package/form-field/input/input.component.d.ts.map +0 -1
- package/form-field/input-counter/input-counter.component.d.ts +0 -16
- package/form-field/input-counter/input-counter.component.d.ts.map +0 -1
- package/form-field/kirbydesign-designsystem-form-field.d.ts.map +0 -1
- package/form-field/public_api.d.ts +0 -10
- package/form-field/public_api.d.ts.map +0 -1
- package/form-field/textarea/textarea.component.d.ts +0 -28
- package/form-field/textarea/textarea.component.d.ts.map +0 -1
- package/header/header.component.d.ts +0 -59
- package/header/header.component.d.ts.map +0 -1
- package/header/header.module.d.ts +0 -10
- package/header/header.module.d.ts.map +0 -1
- package/header/kirbydesign-designsystem-header.d.ts.map +0 -1
- package/header/public_api.d.ts +0 -3
- package/header/public_api.d.ts.map +0 -1
- package/helpers/chart-config-has-type.d.ts +0 -3
- package/helpers/chart-config-has-type.d.ts.map +0 -1
- package/helpers/color-helper.d.ts +0 -2
- package/helpers/color-helper.d.ts.map +0 -1
- package/helpers/content-mutation-observer.d.ts +0 -9
- package/helpers/content-mutation-observer.d.ts.map +0 -1
- package/helpers/deep-copy.d.ts +0 -2
- package/helpers/deep-copy.d.ts.map +0 -1
- package/helpers/design-token-helper.d.ts +0 -2
- package/helpers/design-token-helper.d.ts.map +0 -1
- package/helpers/element-ancestor-utils.d.ts +0 -3
- package/helpers/element-ancestor-utils.d.ts.map +0 -1
- package/helpers/ionic-element-part-helper.d.ts +0 -10
- package/helpers/ionic-element-part-helper.d.ts.map +0 -1
- package/helpers/kirby-animation.d.ts +0 -20
- package/helpers/kirby-animation.d.ts.map +0 -1
- package/helpers/kirbydesign-designsystem-helpers.d.ts.map +0 -1
- package/helpers/line-clamp-helper.d.ts +0 -12
- package/helpers/line-clamp-helper.d.ts.map +0 -1
- package/helpers/merge-deep.d.ts +0 -17
- package/helpers/merge-deep.d.ts.map +0 -1
- package/helpers/platform.service.d.ts +0 -11
- package/helpers/platform.service.d.ts.map +0 -1
- package/helpers/public_api.d.ts +0 -15
- package/helpers/public_api.d.ts.map +0 -1
- package/helpers/scss/kirbydesign-designsystem-helpers-scss.d.ts.map +0 -1
- package/helpers/scss/public_api.d.ts +0 -2
- package/helpers/scss/public_api.d.ts.map +0 -1
- package/helpers/scss/scss-helper.d.ts +0 -7
- package/helpers/scss/scss-helper.d.ts.map +0 -1
- package/helpers/string-helper.d.ts +0 -2
- package/helpers/string-helper.d.ts.map +0 -1
- package/helpers/theme-color.type.d.ts +0 -2
- package/helpers/theme-color.type.d.ts.map +0 -1
- package/helpers/unique-id-generator.helper.d.ts +0 -9
- package/helpers/unique-id-generator.helper.d.ts.map +0 -1
- package/icon/icon-registry.service.d.ts +0 -21
- package/icon/icon-registry.service.d.ts.map +0 -1
- package/icon/icon-settings.d.ts +0 -8
- package/icon/icon-settings.d.ts.map +0 -1
- package/icon/icon.component.d.ts +0 -29
- package/icon/icon.component.d.ts.map +0 -1
- package/icon/icon.module.d.ts +0 -10
- package/icon/icon.module.d.ts.map +0 -1
- package/icon/kirby-icon-settings.d.ts +0 -4
- package/icon/kirby-icon-settings.d.ts.map +0 -1
- package/icon/kirbydesign-designsystem-icon.d.ts.map +0 -1
- package/icon/public_api.d.ts +0 -6
- package/icon/public_api.d.ts.map +0 -1
- package/item/item.component.d.ts +0 -34
- package/item/item.component.d.ts.map +0 -1
- package/item/item.module.d.ts +0 -12
- package/item/item.module.d.ts.map +0 -1
- package/item/kirbydesign-designsystem-item.d.ts.map +0 -1
- package/item/label/label.component.d.ts +0 -8
- package/item/label/label.component.d.ts.map +0 -1
- package/item/public_api.d.ts +0 -4
- package/item/public_api.d.ts.map +0 -1
- package/item-group/item-group.component.d.ts +0 -7
- package/item-group/item-group.component.d.ts.map +0 -1
- package/item-group/kirbydesign-designsystem-item-group.d.ts.map +0 -1
- package/item-group/public_api.d.ts +0 -2
- package/item-group/public_api.d.ts.map +0 -1
- package/item-sliding/item-sliding.component.d.ts +0 -14
- package/item-sliding/item-sliding.component.d.ts.map +0 -1
- package/item-sliding/item-sliding.types.d.ts +0 -11
- package/item-sliding/item-sliding.types.d.ts.map +0 -1
- package/item-sliding/kirbydesign-designsystem-item-sliding.d.ts.map +0 -1
- package/item-sliding/public_api.d.ts +0 -3
- package/item-sliding/public_api.d.ts.map +0 -1
- package/kirby-app/kirby-app.component.d.ts +0 -10
- package/kirby-app/kirby-app.component.d.ts.map +0 -1
- package/kirby-app/kirby-app.module.d.ts +0 -10
- package/kirby-app/kirby-app.module.d.ts.map +0 -1
- package/kirby-app/kirbydesign-designsystem-kirby-app.d.ts.map +0 -1
- package/kirby-app/public_api.d.ts +0 -3
- package/kirby-app/public_api.d.ts.map +0 -1
- package/kirbydesign-designsystem.d.ts.map +0 -1
- package/lib/components/index.d.ts +0 -3
- package/lib/components/index.d.ts.map +0 -1
- package/lib/components/segmented-control/segment-item.d.ts +0 -14
- package/lib/components/segmented-control/segment-item.d.ts.map +0 -1
- package/lib/components/segmented-control/segmented-control.component.d.ts +0 -86
- package/lib/components/segmented-control/segmented-control.component.d.ts.map +0 -1
- package/lib/directives/index.d.ts +0 -3
- package/lib/directives/index.d.ts.map +0 -1
- package/lib/directives/key-handler/key-handler.directive.d.ts +0 -10
- package/lib/directives/key-handler/key-handler.directive.d.ts.map +0 -1
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts +0 -16
- package/lib/directives/modal-router-link/modal-router-link.directive.d.ts.map +0 -1
- package/lib/index.d.ts +0 -49
- package/lib/index.d.ts.map +0 -1
- package/lib/kirby.module.d.ts +0 -57
- package/lib/kirby.module.d.ts.map +0 -1
- package/list/directives/index.d.ts +0 -4
- package/list/directives/index.d.ts.map +0 -1
- package/list/directives/infinite-scroll.directive.d.ts +0 -50
- package/list/directives/infinite-scroll.directive.d.ts.map +0 -1
- package/list/directives/list-item-color.directive.d.ts +0 -13
- package/list/directives/list-item-color.directive.d.ts.map +0 -1
- package/list/directives/scroll.model.d.ts +0 -6
- package/list/directives/scroll.model.d.ts.map +0 -1
- package/list/helpers/index.d.ts +0 -2
- package/list/helpers/index.d.ts.map +0 -1
- package/list/helpers/list-helper.d.ts +0 -22
- package/list/helpers/list-helper.d.ts.map +0 -1
- package/list/kirbydesign-designsystem-list.d.ts.map +0 -1
- package/list/list-experimental/index.d.ts +0 -2
- package/list/list-experimental/index.d.ts.map +0 -1
- package/list/list-experimental/list-experimental.component.d.ts +0 -9
- package/list/list-experimental/list-experimental.component.d.ts.map +0 -1
- package/list/list-header/index.d.ts +0 -2
- package/list/list-header/index.d.ts.map +0 -1
- package/list/list-header/list-header.component.d.ts +0 -7
- package/list/list-header/list-header.component.d.ts.map +0 -1
- package/list/list-item/index.d.ts +0 -2
- package/list/list-item/index.d.ts.map +0 -1
- package/list/list-item/list-item.component.d.ts +0 -37
- package/list/list-item/list-item.component.d.ts.map +0 -1
- package/list/list-section-header/index.d.ts +0 -2
- package/list/list-section-header/index.d.ts.map +0 -1
- package/list/list-section-header/list-section-header.component.d.ts +0 -7
- package/list/list-section-header/list-section-header.component.d.ts.map +0 -1
- package/list/list-swipe-action.d.ts +0 -2
- package/list/list-swipe-action.d.ts.map +0 -1
- package/list/list-swipe-action.type.d.ts +0 -12
- package/list/list-swipe-action.type.d.ts.map +0 -1
- package/list/list.component.d.ts +0 -108
- package/list/list.component.d.ts.map +0 -1
- package/list/list.directive.d.ts +0 -18
- package/list/list.directive.d.ts.map +0 -1
- package/list/list.event.d.ts +0 -8
- package/list/list.event.d.ts.map +0 -1
- package/list/list.module.d.ts +0 -19
- package/list/list.module.d.ts.map +0 -1
- package/list/public_api.d.ts +0 -12
- package/list/public_api.d.ts.map +0 -1
- package/loading-overlay/kirbydesign-designsystem-loading-overlay.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.component.d.ts +0 -9
- package/loading-overlay/loading-overlay.component.d.ts.map +0 -1
- package/loading-overlay/loading-overlay.service.d.ts +0 -15
- package/loading-overlay/loading-overlay.service.d.ts.map +0 -1
- package/loading-overlay/public_api.d.ts +0 -3
- package/loading-overlay/public_api.d.ts.map +0 -1
- package/menu/kirbydesign-designsystem-menu.d.ts.map +0 -1
- package/menu/menu.component.d.ts +0 -68
- package/menu/menu.component.d.ts.map +0 -1
- package/menu/public_api.d.ts +0 -2
- package/menu/public_api.d.ts.map +0 -1
- package/modal/kirbydesign-designsystem-modal.d.ts.map +0 -1
- package/modal/modal/action-sheet/action-sheet.component.d.ts +0 -18
- package/modal/modal/action-sheet/action-sheet.component.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts +0 -8
- package/modal/modal/action-sheet/config/action-sheet-config.d.ts.map +0 -1
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts +0 -5
- package/modal/modal/action-sheet/config/action-sheet-item.d.ts.map +0 -1
- package/modal/modal/action-sheet/index.d.ts +0 -4
- package/modal/modal/action-sheet/index.d.ts.map +0 -1
- package/modal/modal/alert/alert.component.d.ts +0 -29
- package/modal/modal/alert/alert.component.d.ts.map +0 -1
- package/modal/modal/alert/config/alert-config.d.ts +0 -15
- package/modal/modal/alert/config/alert-config.d.ts.map +0 -1
- package/modal/modal/alert/index.d.ts +0 -3
- package/modal/modal/alert/index.d.ts.map +0 -1
- package/modal/modal/footer/modal-footer.component.d.ts +0 -13
- package/modal/modal/footer/modal-footer.component.d.ts.map +0 -1
- package/modal/modal/index.d.ts +0 -7
- package/modal/modal/index.d.ts.map +0 -1
- package/modal/modal/modal-component/modal.component.d.ts +0 -53
- package/modal/modal/modal-component/modal.component.d.ts.map +0 -1
- package/modal/modal/services/action-sheet.helper.d.ts +0 -12
- package/modal/modal/services/action-sheet.helper.d.ts.map +0 -1
- package/modal/modal/services/alert.helper.d.ts +0 -15
- package/modal/modal/services/alert.helper.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss-modal-guard.d.ts +0 -3
- package/modal/modal/services/can-dismiss-modal-guard.d.ts.map +0 -1
- package/modal/modal/services/can-dismiss.helper.d.ts +0 -13
- package/modal/modal/services/can-dismiss.helper.d.ts.map +0 -1
- package/modal/modal/services/index.d.ts +0 -7
- package/modal/modal/services/index.d.ts.map +0 -1
- package/modal/modal/services/modal-animation-builder.service.d.ts +0 -28
- package/modal/modal/services/modal-animation-builder.service.d.ts.map +0 -1
- package/modal/modal/services/modal.controller.d.ts +0 -39
- package/modal/modal/services/modal.controller.d.ts.map +0 -1
- package/modal/modal/services/modal.helper.d.ts +0 -21
- package/modal/modal/services/modal.helper.d.ts.map +0 -1
- package/modal/modal-navigation.service.d.ts +0 -39
- package/modal/modal-navigation.service.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/index.d.ts +0 -2
- package/modal/modal-wrapper/compact/index.d.ts.map +0 -1
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts +0 -36
- package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts.map +0 -1
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts +0 -5
- package/modal/modal-wrapper/config/drawer-supplementary-action.d.ts.map +0 -1
- package/modal/modal-wrapper/config/index.d.ts +0 -4
- package/modal/modal-wrapper/config/index.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.d.ts +0 -42
- package/modal/modal-wrapper/config/modal-config.d.ts.map +0 -1
- package/modal/modal-wrapper/config/modal-config.helper.d.ts +0 -3
- package/modal/modal-wrapper/config/modal-config.helper.d.ts.map +0 -1
- package/modal/modal-wrapper/index.d.ts +0 -4
- package/modal/modal-wrapper/index.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts +0 -15
- package/modal/modal-wrapper/modal-elements-mover.delegate.d.ts.map +0 -1
- package/modal/modal-wrapper/modal-wrapper.component.d.ts +0 -112
- package/modal/modal-wrapper/modal-wrapper.component.d.ts.map +0 -1
- package/modal/modal.interfaces.d.ts +0 -58
- package/modal/modal.interfaces.d.ts.map +0 -1
- package/modal/public_api.d.ts +0 -5
- package/modal/public_api.d.ts.map +0 -1
- package/page/kirbydesign-designsystem-page.d.ts.map +0 -1
- package/page/page-footer/page-footer.component.d.ts +0 -15
- package/page/page-footer/page-footer.component.d.ts.map +0 -1
- package/page/page.component.d.ts +0 -207
- package/page/page.component.d.ts.map +0 -1
- package/page/page.module.d.ts +0 -14
- package/page/page.module.d.ts.map +0 -1
- package/page/public_api.d.ts +0 -4
- package/page/public_api.d.ts.map +0 -1
- package/popover/kirbydesign-designsystem-popover.d.ts.map +0 -1
- package/popover/popover.component.d.ts +0 -37
- package/popover/popover.component.d.ts.map +0 -1
- package/popover/public_api.d.ts +0 -2
- package/popover/public_api.d.ts.map +0 -1
- package/progress-circle/kirbydesign-designsystem-progress-circle.d.ts.map +0 -1
- package/progress-circle/progress-circle-ring.component.d.ts +0 -20
- package/progress-circle/progress-circle-ring.component.d.ts.map +0 -1
- package/progress-circle/progress-circle.component.d.ts +0 -43
- package/progress-circle/progress-circle.component.d.ts.map +0 -1
- package/progress-circle/public_api.d.ts +0 -3
- package/progress-circle/public_api.d.ts.map +0 -1
- package/public-api.d.ts +0 -2
- package/public-api.d.ts.map +0 -1
- package/radio/kirbydesign-designsystem-radio.d.ts.map +0 -1
- package/radio/public_api.d.ts +0 -4
- package/radio/public_api.d.ts.map +0 -1
- package/radio/radio-group/radio-group.component.d.ts +0 -65
- package/radio/radio-group/radio-group.component.d.ts.map +0 -1
- package/radio/radio-module.d.ts +0 -11
- package/radio/radio-module.d.ts.map +0 -1
- package/radio/radio.component.d.ts +0 -26
- package/radio/radio.component.d.ts.map +0 -1
- package/range/kirbydesign-designsystem-range.d.ts.map +0 -1
- package/range/public_api.d.ts +0 -2
- package/range/public_api.d.ts.map +0 -1
- package/range/range.component.d.ts +0 -42
- package/range/range.component.d.ts.map +0 -1
- package/reorder-list/kirbydesign-designsystem-reorder-list.d.ts.map +0 -1
- package/reorder-list/public_api.d.ts +0 -3
- package/reorder-list/public_api.d.ts.map +0 -1
- package/reorder-list/reorder-event.d.ts +0 -8
- package/reorder-list/reorder-event.d.ts.map +0 -1
- package/reorder-list/reorder-list.component.d.ts +0 -24
- package/reorder-list/reorder-list.component.d.ts.map +0 -1
- package/router-outlet/kirbydesign-designsystem-router-outlet.d.ts.map +0 -1
- package/router-outlet/public_api.d.ts +0 -4
- package/router-outlet/public_api.d.ts.map +0 -1
- package/router-outlet/router-outlet.component.d.ts +0 -8
- package/router-outlet/router-outlet.component.d.ts.map +0 -1
- package/router-outlet/router-outlet.module.d.ts +0 -10
- package/router-outlet/router-outlet.module.d.ts.map +0 -1
- package/section-header/kirbydesign-designsystem-section-header.d.ts.map +0 -1
- package/section-header/public_api.d.ts +0 -2
- package/section-header/public_api.d.ts.map +0 -1
- package/section-header/section-header.component.d.ts +0 -6
- package/section-header/section-header.component.d.ts.map +0 -1
- package/shared/component-configuration.d.ts +0 -6
- package/shared/component-configuration.d.ts.map +0 -1
- package/shared/component-loader.directive.d.ts +0 -16
- package/shared/component-loader.directive.d.ts.map +0 -1
- package/shared/controls/label-helpers.d.ts +0 -17
- package/shared/controls/label-helpers.d.ts.map +0 -1
- package/shared/dynamic-component.d.ts +0 -4
- package/shared/dynamic-component.d.ts.map +0 -1
- package/shared/fit-heading/fit-heading.directive.d.ts +0 -29
- package/shared/fit-heading/fit-heading.directive.d.ts.map +0 -1
- package/shared/fit-heading/index.d.ts +0 -2
- package/shared/fit-heading/index.d.ts.map +0 -1
- package/shared/floating/floating.directive.d.ts +0 -136
- package/shared/floating/floating.directive.d.ts.map +0 -1
- package/shared/floating/kirbydesign-designsystem-shared-floating.d.ts.map +0 -1
- package/shared/floating/public_api.d.ts +0 -2
- package/shared/floating/public_api.d.ts.map +0 -1
- package/shared/kirbydesign-designsystem-shared.d.ts.map +0 -1
- package/shared/portal/kirbydesign-designsystem-shared-portal.d.ts.map +0 -1
- package/shared/portal/portal.directive.d.ts +0 -35
- package/shared/portal/portal.directive.d.ts.map +0 -1
- package/shared/portal/public_api.d.ts +0 -2
- package/shared/portal/public_api.d.ts.map +0 -1
- package/shared/public_api.d.ts +0 -10
- package/shared/public_api.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.factory.d.ts +0 -11
- package/shared/resize-observer/resize-observer.factory.d.ts.map +0 -1
- package/shared/resize-observer/resize-observer.service.d.ts +0 -16
- package/shared/resize-observer/resize-observer.service.d.ts.map +0 -1
- package/shared/theme-color/theme-color.directive.d.ts +0 -36
- package/shared/theme-color/theme-color.directive.d.ts.map +0 -1
- package/shared/translation/translation.interface.d.ts +0 -13
- package/shared/translation/translation.interface.d.ts.map +0 -1
- package/shared/translation/translation.service.d.ts +0 -13
- package/shared/translation/translation.service.d.ts.map +0 -1
- package/shared/translation/translations/da.d.ts +0 -3
- package/shared/translation/translations/da.d.ts.map +0 -1
- package/shared/translation/translations/de.d.ts +0 -3
- package/shared/translation/translations/de.d.ts.map +0 -1
- package/shared/translation/translations/en.d.ts +0 -3
- package/shared/translation/translations/en.d.ts.map +0 -1
- package/slide/kirbydesign-designsystem-slide.d.ts.map +0 -1
- package/slide/public_api.d.ts +0 -5
- package/slide/public_api.d.ts.map +0 -1
- package/slide/slide-stretch-height.directive.d.ts +0 -10
- package/slide/slide-stretch-height.directive.d.ts.map +0 -1
- package/slide/slide.directive.d.ts +0 -6
- package/slide/slide.directive.d.ts.map +0 -1
- package/slide/slide.module.d.ts +0 -13
- package/slide/slide.module.d.ts.map +0 -1
- package/slide/slides.component.d.ts +0 -42
- package/slide/slides.component.d.ts.map +0 -1
- package/slide-button/kirbydesign-designsystem-slide-button.d.ts.map +0 -1
- package/slide-button/public_api.d.ts +0 -2
- package/slide-button/public_api.d.ts.map +0 -1
- package/slide-button/slide-button.component.d.ts +0 -32
- package/slide-button/slide-button.component.d.ts.map +0 -1
- package/spinner/kirbydesign-designsystem-spinner.d.ts.map +0 -1
- package/spinner/public_api.d.ts +0 -3
- package/spinner/public_api.d.ts.map +0 -1
- package/spinner/spinner.component.d.ts +0 -6
- package/spinner/spinner.component.d.ts.map +0 -1
- package/spinner/spinner.module.d.ts +0 -9
- package/spinner/spinner.module.d.ts.map +0 -1
- package/tab-navigation/kirbydesign-designsystem-tab-navigation.d.ts.map +0 -1
- package/tab-navigation/public_api.d.ts +0 -4
- package/tab-navigation/public_api.d.ts.map +0 -1
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts +0 -36
- package/tab-navigation/tab-navigation/tab-navigation.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts +0 -14
- package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts.map +0 -1
- package/tab-navigation/tab-navigation.module.d.ts +0 -10
- package/tab-navigation/tab-navigation.module.d.ts.map +0 -1
- package/tabs/kirbydesign-designsystem-tabs.d.ts.map +0 -1
- package/tabs/public_api.d.ts +0 -6
- package/tabs/public_api.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.component.d.ts +0 -12
- package/tabs/tab-button/tab-button.component.d.ts.map +0 -1
- package/tabs/tab-button/tab-button.events.d.ts +0 -2
- package/tabs/tab-button/tab-button.events.d.ts.map +0 -1
- package/tabs/tabs.component.d.ts +0 -15
- package/tabs/tabs.component.d.ts.map +0 -1
- package/tabs/tabs.module.d.ts +0 -12
- package/tabs/tabs.module.d.ts.map +0 -1
- package/tabs/tabs.service.d.ts +0 -12
- package/tabs/tabs.service.d.ts.map +0 -1
- package/testing/element-css-custom-matchers.d.ts +0 -4
- package/testing/element-css-custom-matchers.d.ts.map +0 -1
- package/testing/kirbydesign-designsystem-testing.d.ts.map +0 -1
- package/testing/public_api.d.ts +0 -3
- package/testing/public_api.d.ts.map +0 -1
- package/testing/test-helper.d.ts +0 -55
- package/testing/test-helper.d.ts.map +0 -1
- package/testing-base/kirbydesign-designsystem-testing-base.d.ts.map +0 -1
- package/testing-base/lib/components/index.d.ts +0 -64
- package/testing-base/lib/components/index.d.ts.map +0 -1
- package/testing-base/lib/components/mock.accordion-item.component.d.ts +0 -10
- package/testing-base/lib/components/mock.accordion-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-group.component.d.ts +0 -9
- package/testing-base/lib/components/mock.action-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.action-sheet.component.d.ts +0 -16
- package/testing-base/lib/components/mock.action-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.alert.component.d.ts +0 -15
- package/testing-base/lib/components/mock.alert.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.avatar.component.d.ts +0 -16
- package/testing-base/lib/components/mock.avatar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.badge.component.d.ts +0 -8
- package/testing-base/lib/components/mock.badge.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.base-chart.component.d.ts +0 -16
- package/testing-base/lib/components/mock.base-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.button.component.d.ts +0 -15
- package/testing-base/lib/components/mock.button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.calendar.component.d.ts +0 -33
- package/testing-base/lib/components/mock.calendar.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.card-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card-header.component.d.ts +0 -12
- package/testing-base/lib/components/mock.card-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.card.component.d.ts +0 -14
- package/testing-base/lib/components/mock.card.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.checkbox.component.d.ts +0 -14
- package/testing-base/lib/components/mock.checkbox.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.divider.component.d.ts +0 -7
- package/testing-base/lib/components/mock.divider.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.dropdown.component.d.ts +0 -22
- package/testing-base/lib/components/mock.dropdown.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.empty-state.component.d.ts +0 -9
- package/testing-base/lib/components/mock.empty-state.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts +0 -8
- package/testing-base/lib/components/mock.fab-sheet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.flag.component.d.ts +0 -8
- package/testing-base/lib/components/mock.flag.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field-message.component.d.ts +0 -8
- package/testing-base/lib/components/mock.form-field-message.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.form-field.component.d.ts +0 -9
- package/testing-base/lib/components/mock.form-field.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.header.component.d.ts +0 -22
- package/testing-base/lib/components/mock.header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.icon.component.d.ts +0 -9
- package/testing-base/lib/components/mock.icon.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input-counter.component.d.ts +0 -8
- package/testing-base/lib/components/mock.input-counter.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.input.component.d.ts +0 -16
- package/testing-base/lib/components/mock.input.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-group.component.d.ts +0 -6
- package/testing-base/lib/components/mock.item-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item-sliding.component.d.ts +0 -9
- package/testing-base/lib/components/mock.item-sliding.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.item.component.d.ts +0 -13
- package/testing-base/lib/components/mock.item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.kirby-app.component.d.ts +0 -6
- package/testing-base/lib/components/mock.kirby-app.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.label.component.d.ts +0 -7
- package/testing-base/lib/components/mock.label.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-experimental.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-experimental.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.list-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-item.component.d.ts +0 -17
- package/testing-base/lib/components/mock.list-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list-section-header.component.d.ts +0 -7
- package/testing-base/lib/components/mock.list-section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.list.component.d.ts +0 -24
- package/testing-base/lib/components/mock.list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts +0 -9
- package/testing-base/lib/components/mock.loading-overlay.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.menu.component.d.ts +0 -21
- package/testing-base/lib/components/mock.menu.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-compact-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-footer.component.d.ts +0 -8
- package/testing-base/lib/components/mock.modal-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts +0 -10
- package/testing-base/lib/components/mock.modal-wrapper.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page-footer.component.d.ts +0 -7
- package/testing-base/lib/components/mock.page-footer.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.page.component.d.ts +0 -70
- package/testing-base/lib/components/mock.page.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.popover.component.d.ts +0 -11
- package/testing-base/lib/components/mock.popover.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts +0 -11
- package/testing-base/lib/components/mock.progress-circle-ring.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.progress-circle.component.d.ts +0 -9
- package/testing-base/lib/components/mock.progress-circle.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio-group.component.d.ts +0 -15
- package/testing-base/lib/components/mock.radio-group.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.radio.component.d.ts +0 -10
- package/testing-base/lib/components/mock.radio.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.range.component.d.ts +0 -22
- package/testing-base/lib/components/mock.range.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.reorder-list.component.d.ts +0 -13
- package/testing-base/lib/components/mock.reorder-list.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.router-outlet.component.d.ts +0 -7
- package/testing-base/lib/components/mock.router-outlet.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.section-header.component.d.ts +0 -6
- package/testing-base/lib/components/mock.section-header.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.segmented-control.component.d.ts +0 -16
- package/testing-base/lib/components/mock.segmented-control.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slide-button.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slide-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.slides.component.d.ts +0 -11
- package/testing-base/lib/components/mock.slides.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.spinner.component.d.ts +0 -6
- package/testing-base/lib/components/mock.spinner.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.stock-chart.component.d.ts +0 -9
- package/testing-base/lib/components/mock.stock-chart.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.tab-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts +0 -7
- package/testing-base/lib/components/mock.tab-navigation-item.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts +0 -8
- package/testing-base/lib/components/mock.tab-navigation.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.tabs.component.d.ts +0 -6
- package/testing-base/lib/components/mock.tabs.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.textarea.component.d.ts +0 -12
- package/testing-base/lib/components/mock.textarea.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle-button.component.d.ts +0 -9
- package/testing-base/lib/components/mock.toggle-button.component.d.ts.map +0 -1
- package/testing-base/lib/components/mock.toggle.component.d.ts +0 -10
- package/testing-base/lib/components/mock.toggle.component.d.ts.map +0 -1
- package/testing-base/lib/directives/index.d.ts +0 -17
- package/testing-base/lib/directives/index.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.accordion.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.accordion.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.affix.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.affix.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.card-as-button.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.component-loader.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.date-input.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.date-input.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts +0 -13
- package/testing-base/lib/directives/mock.decimal-mask.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.fit-heading.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.floating.directive.d.ts +0 -27
- package/testing-base/lib/directives/mock.floating.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.infinite-scroll.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.key-handler.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.list-item-color.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.list.directive.d.ts +0 -18
- package/testing-base/lib/directives/mock.list.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts +0 -9
- package/testing-base/lib/directives/mock.modal-router-link.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.portal.directive.d.ts +0 -7
- package/testing-base/lib/directives/mock.portal.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.slide.directive.d.ts +0 -6
- package/testing-base/lib/directives/mock.slide.directive.d.ts.map +0 -1
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts +0 -8
- package/testing-base/lib/directives/mock.theme-color.directive.d.ts.map +0 -1
- package/testing-base/lib/index.d.ts +0 -4
- package/testing-base/lib/index.d.ts.map +0 -1
- package/testing-base/lib/kirby-testing-base.module.d.ts +0 -86
- package/testing-base/lib/kirby-testing-base.module.d.ts.map +0 -1
- package/testing-base/lib/mock-components.d.ts +0 -3
- package/testing-base/lib/mock-components.d.ts.map +0 -1
- package/testing-base/lib/mock-directives.d.ts +0 -3
- package/testing-base/lib/mock-directives.d.ts.map +0 -1
- package/testing-base/public_api.d.ts +0 -2
- package/testing-base/public_api.d.ts.map +0 -1
- package/testing-jasmine/kirbydesign-designsystem-testing-jasmine.d.ts.map +0 -1
- package/testing-jasmine/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jasmine/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jasmine/lib/mock-providers.d.ts +0 -33
- package/testing-jasmine/lib/mock-providers.d.ts.map +0 -1
- package/testing-jasmine/public_api.d.ts +0 -2
- package/testing-jasmine/public_api.d.ts.map +0 -1
- package/testing-jest/kirbydesign-designsystem-testing-jest.d.ts.map +0 -1
- package/testing-jest/lib/kirby-testing.module.d.ts +0 -8
- package/testing-jest/lib/kirby-testing.module.d.ts.map +0 -1
- package/testing-jest/lib/mock-providers.d.ts +0 -68
- package/testing-jest/lib/mock-providers.d.ts.map +0 -1
- package/testing-jest/public_api.d.ts +0 -2
- package/testing-jest/public_api.d.ts.map +0 -1
- package/toast/config/toast-config.d.ts +0 -8
- package/toast/config/toast-config.d.ts.map +0 -1
- package/toast/kirbydesign-designsystem-toast.d.ts.map +0 -1
- package/toast/public_api.d.ts +0 -4
- package/toast/public_api.d.ts.map +0 -1
- package/toast/services/indexs.d.ts +0 -3
- package/toast/services/indexs.d.ts.map +0 -1
- package/toast/services/toast.controller.d.ts +0 -11
- package/toast/services/toast.controller.d.ts.map +0 -1
- package/toast/services/toast.helper.d.ts +0 -15
- package/toast/services/toast.helper.d.ts.map +0 -1
- package/toggle/kirbydesign-designsystem-toggle.d.ts.map +0 -1
- package/toggle/public_api.d.ts +0 -2
- package/toggle/public_api.d.ts.map +0 -1
- package/toggle/toggle.component.d.ts +0 -61
- package/toggle/toggle.component.d.ts.map +0 -1
- package/toggle-button/kirbydesign-designsystem-toggle-button.d.ts.map +0 -1
- package/toggle-button/public_api.d.ts +0 -3
- package/toggle-button/public_api.d.ts.map +0 -1
- package/toggle-button/toggle-button.component.d.ts +0 -48
- package/toggle-button/toggle-button.component.d.ts.map +0 -1
- package/toggle-button/toggle-button.module.d.ts +0 -9
- package/toggle-button/toggle-button.module.d.ts.map +0 -1
- package/types/event-listener-dispose-fn.d.ts +0 -2
- package/types/event-listener-dispose-fn.d.ts.map +0 -1
- package/types/form-field-control.d.ts +0 -6
- package/types/form-field-control.d.ts.map +0 -1
- package/types/kirbydesign-designsystem-types.d.ts.map +0 -1
- package/types/public_api.d.ts +0 -5
- package/types/public_api.d.ts.map +0 -1
- package/types/unobserve-fn.d.ts +0 -2
- package/types/unobserve-fn.d.ts.map +0 -1
- package/types/window-ref.d.ts +0 -7
- package/types/window-ref.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.loading-overlay.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.loading-overlay.component.ts"],"names":[],"mappings":";AAKA,qBAWa,2BAA2B;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;yCAHnB,2BAA2B;2CAA3B,2BAA2B;CAIvC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Placement } from '@floating-ui/dom';
|
|
2
|
-
import { AttentionLevel, ButtonSize } from '@kirbydesign/designsystem/button';
|
|
3
|
-
import { PortalOutletConfig, TriggerEvent } from '@kirbydesign/designsystem/shared/floating';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MockMenuComponent {
|
|
6
|
-
isDisabled: boolean;
|
|
7
|
-
buttonSize: ButtonSize;
|
|
8
|
-
placement: Placement;
|
|
9
|
-
attentionLevel: AttentionLevel;
|
|
10
|
-
triggers: Array<TriggerEvent>;
|
|
11
|
-
DOMPortalOutlet: HTMLElement | undefined;
|
|
12
|
-
portalOutletConfig: PortalOutletConfig | undefined;
|
|
13
|
-
autoPlacement: boolean;
|
|
14
|
-
closeOnSelect: boolean;
|
|
15
|
-
closeOnEscapeKey: boolean;
|
|
16
|
-
closeOnBackdrop: boolean;
|
|
17
|
-
minWidth: number;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockMenuComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockMenuComponent, "kirby-menu", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "attentionLevel": { "alias": "attentionLevel"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "DOMPortalOutlet": { "alias": "DOMPortalOutlet"; "required": false; }; "portalOutletConfig": { "alias": "portalOutletConfig"; "required": false; }; "autoPlacement": { "alias": "autoPlacement"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnBackdrop": { "alias": "closeOnBackdrop"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=mock.menu.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.menu.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.menu.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAG7C,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;;AAG7F,qBAWa,iBAAiB;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,cAAc,EAAE,cAAc,CAAC;IAC/B,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC9B,eAAe,EAAE,WAAW,GAAG,SAAS,CAAC;IACzC,kBAAkB,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACnD,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;yCAZf,iBAAiB;2CAAjB,iBAAiB;CAa7B"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ModalConfig } from '@kirbydesign/designsystem/modal';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockModalCompactWrapperComponent {
|
|
4
|
-
config: ModalConfig;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockModalCompactWrapperComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockModalCompactWrapperComponent, "kirby-modal-compact-wrapper", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=mock.modal-compact-wrapper.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.modal-compact-wrapper.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.modal-compact-wrapper.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAgC,WAAW,EAAE,MAAM,iCAAiC,CAAC;;AAG5F,qBAWa,gCAAgC;IAClC,MAAM,EAAE,WAAW,CAAC;yCADlB,gCAAgC;2CAAhC,gCAAgC;CAE5C"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockModalFooterComponent {
|
|
3
|
-
snapToKeyboard: boolean;
|
|
4
|
-
type: 'inline' | 'fixed';
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockModalFooterComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockModalFooterComponent, "kirby-modal-footer", never, { "snapToKeyboard": { "alias": "snapToKeyboard"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=mock.modal-footer.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.modal-footer.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.modal-footer.component.ts"],"names":[],"mappings":";AAKA,qBAWa,wBAAwB;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAC;yCAFvB,wBAAwB;2CAAxB,wBAAwB;CAGpC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ModalConfig } from '@kirbydesign/designsystem/modal';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockModalWrapperComponent {
|
|
4
|
-
config: ModalConfig;
|
|
5
|
-
addModalElement(): void;
|
|
6
|
-
removeModalElement(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockModalWrapperComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockModalWrapperComponent, "kirby-modal-wrapper", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=mock.modal-wrapper.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.modal-wrapper.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.modal-wrapper.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAyB,MAAM,iCAAiC,CAAC;;AAGrF,qBAWa,yBAAyB;IAC3B,MAAM,EAAE,WAAW,CAAC;IAE7B,eAAe;IAGf,kBAAkB;yCANP,yBAAyB;2CAAzB,yBAAyB;CASrC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockPageFooterComponent {
|
|
3
|
-
hasPadding: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageFooterComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockPageFooterComponent, "kirby-page-footer", never, { "hasPadding": { "alias": "hasPadding"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=mock.page-footer.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.page-footer.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.page-footer.component.ts"],"names":[],"mappings":";AAKA,qBAWa,uBAAuB;IACzB,UAAU,EAAE,OAAO,CAAC;yCADlB,uBAAuB;2CAAvB,uBAAuB;CAEnC"}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { PullToRefreshEvent } from '@kirbydesign/designsystem/page';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
type stickyConfig = {
|
|
5
|
-
sticky: boolean;
|
|
6
|
-
};
|
|
7
|
-
type fixedConfig = {
|
|
8
|
-
fixed: boolean;
|
|
9
|
-
};
|
|
10
|
-
export declare class MockPageTitleDirective {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageTitleDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockPageTitleDirective, "[kirbyPageTitle]", never, {}, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
14
|
-
export declare class MockPageSubtitleDirective {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageSubtitleDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockPageSubtitleDirective, "[kirbyPageSubtitle]", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
18
|
-
export declare class MockPageToolbarTitleDirective {
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageToolbarTitleDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockPageToolbarTitleDirective, "[kirbyPageToolbarTitle]", never, {}, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
22
|
-
export declare class MockPageActionsDirective {
|
|
23
|
-
config: stickyConfig | fixedConfig;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageActionsDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockPageActionsDirective, "[kirbyPageActions]", never, { "config": { "alias": "kirbyPageActions"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
|
-
}
|
|
27
|
-
export declare class MockPageContentDirective {
|
|
28
|
-
config: fixedConfig;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageContentDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockPageContentDirective, "[kirbyPageContent]", never, { "config": { "alias": "kirbyPageContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
|
-
}
|
|
32
|
-
export declare class MockPageStickyContentDirective {
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageStickyContentDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockPageStickyContentDirective, "[kirbyPageStickyContent]", never, {}, {}, never, never, true, never>;
|
|
35
|
-
}
|
|
36
|
-
export declare class MockPageProgressComponent {
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageProgressComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockPageProgressComponent, "kirby-page-progress", never, {}, {}, never, ["*"], true, never>;
|
|
39
|
-
}
|
|
40
|
-
export declare class MockPageTitleComponent {
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageTitleComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockPageTitleComponent, "kirby-page-title", never, {}, {}, never, ["*"], true, never>;
|
|
43
|
-
}
|
|
44
|
-
export declare class MockPageContentComponent {
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageContentComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockPageContentComponent, "kirby-page-content", never, {}, {}, never, ["*"], true, never>;
|
|
47
|
-
}
|
|
48
|
-
export declare class MockPageActionsComponent {
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageActionsComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockPageActionsComponent, "kirby-page-actions", never, {}, {}, never, ["*"], true, never>;
|
|
51
|
-
}
|
|
52
|
-
export declare class MockPageComponent {
|
|
53
|
-
title: string;
|
|
54
|
-
subtitle: string;
|
|
55
|
-
toolbarTitle: string;
|
|
56
|
-
titleAlignment: 'left' | 'center' | 'right';
|
|
57
|
-
defaultBackHref: string;
|
|
58
|
-
hideBackButton: boolean;
|
|
59
|
-
titleMaxLines: number;
|
|
60
|
-
maxWidth: 'default' | 'lg' | 'xl' | 'full';
|
|
61
|
-
tabBarBottomHidden: boolean;
|
|
62
|
-
enter: EventEmitter<void>;
|
|
63
|
-
leave: EventEmitter<void>;
|
|
64
|
-
refresh: EventEmitter<PullToRefreshEvent>;
|
|
65
|
-
backButtonClick: EventEmitter<Event>;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPageComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockPageComponent, "kirby-page", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "titleAlignment": { "alias": "titleAlignment"; "required": false; }; "defaultBackHref": { "alias": "defaultBackHref"; "required": false; }; "hideBackButton": { "alias": "hideBackButton"; "required": false; }; "titleMaxLines": { "alias": "titleMaxLines"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "tabBarBottomHidden": { "alias": "tabBarBottomHidden"; "required": false; }; }, { "enter": "enter"; "leave": "leave"; "refresh": "refresh"; "backButtonClick": "backButtonClick"; }, never, ["*"], true, never>;
|
|
68
|
-
}
|
|
69
|
-
export {};
|
|
70
|
-
//# sourceMappingURL=mock.page.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.page.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.page.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,YAAY,EAA6B,MAAM,eAAe,CAAC;AAE9F,OAAO,EAYL,kBAAkB,EACnB,MAAM,gCAAgC,CAAC;;AAExC,KAAK,YAAY,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,CAAC;AACxC,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC;AAGtC,qBASa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG;AAEtC,qBASa,yBAAyB;yCAAzB,yBAAyB;2CAAzB,yBAAyB;CAAG;AAEzC,qBASa,6BAA6B;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CAAG;AAE7C,qBASa,wBAAwB;IACR,MAAM,EAAE,YAAY,GAAG,WAAW,CAAC;yCADnD,wBAAwB;2CAAxB,wBAAwB;CAEpC;AAED,qBASa,wBAAwB;IACR,MAAM,EAAE,WAAW,CAAC;yCADpC,wBAAwB;2CAAxB,wBAAwB;CAEpC;AAED,qBASa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG;AAE9C,qBAWa,yBAAyB;yCAAzB,yBAAyB;2CAAzB,yBAAyB;CAAG;AAEzC,qBAWa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG;AAEtC,qBAWa,wBAAwB;yCAAxB,wBAAwB;2CAAxB,wBAAwB;CAAG;AAExC,qBAWa,wBAAwB;yCAAxB,wBAAwB;2CAAxB,wBAAwB;CAAG;AAExC,qBAWa,iBAAiB;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IAC5C,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC3C,kBAAkB,EAAE,OAAO,CAAC;IAC3B,KAAK,qBAA4B;IACjC,KAAK,qBAA4B;IACjC,OAAO,mCAA0C;IACjD,eAAe,sBAA6B;yCAb3C,iBAAiB;2CAAjB,iBAAiB;CAc7B"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { HorizontalDirection } from '@kirbydesign/designsystem';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MockPopoverComponent {
|
|
5
|
-
popout: HorizontalDirection | `${HorizontalDirection}`;
|
|
6
|
-
target: HTMLElement | ElementRef<HTMLElement>;
|
|
7
|
-
willHide: EventEmitter<void>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockPopoverComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockPopoverComponent, "kirby-popover", never, { "popout": { "alias": "popout"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "willHide": "willHide"; }, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=mock.popover.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.popover.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.popover.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAA6B,MAAM,eAAe,CAAC;AAE/F,OAAO,EAAE,mBAAmB,EAAoB,MAAM,2BAA2B,CAAC;;AAGlF,qBAWa,oBAAoB;IACtB,MAAM,EAAE,mBAAmB,GAAG,GAAG,mBAAmB,EAAE,CAAC;IACvD,MAAM,EAAE,WAAW,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;IAC7C,QAAQ,qBAA4B;yCAHnC,oBAAoB;2CAApB,oBAAoB;CAIhC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockProgressCircleRingComponent {
|
|
3
|
-
radius: number;
|
|
4
|
-
value: number;
|
|
5
|
-
themeColor: 'success' | 'warning' | 'danger';
|
|
6
|
-
strokeWidth: number;
|
|
7
|
-
upperBound: number;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockProgressCircleRingComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockProgressCircleRingComponent, "kirby-progress-circle-ring", never, { "radius": { "alias": "radius"; "required": false; }; "value": { "alias": "value"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "upperBound": { "alias": "upperBound"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=mock.progress-circle-ring.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.progress-circle-ring.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.progress-circle-ring.component.ts"],"names":[],"mappings":";AAKA,qBAWa,+BAA+B;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;yCALjB,+BAA+B;2CAA/B,+BAA+B;CAM3C"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockProgressCircleComponent {
|
|
3
|
-
value: number;
|
|
4
|
-
size: 'sm' | 'md' | 'lg';
|
|
5
|
-
themeColor: 'success' | 'warning' | 'danger';
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockProgressCircleComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockProgressCircleComponent, "kirby-progress-circle", never, { "value": { "alias": "value"; "required": false; }; "size": { "alias": "size"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=mock.progress-circle.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.progress-circle.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.progress-circle.component.ts"],"names":[],"mappings":";AAKA,qBAWa,2BAA2B;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;yCAH3C,2BAA2B;2CAA3B,2BAA2B;CAIvC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockRadioGroupComponent {
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
hasError: boolean;
|
|
6
|
-
items: string[] | any[];
|
|
7
|
-
itemTextProperty: string;
|
|
8
|
-
itemDisabledProperty: string;
|
|
9
|
-
selectedIndex: number;
|
|
10
|
-
value: string | any;
|
|
11
|
-
valueChange: EventEmitter<any>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockRadioGroupComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockRadioGroupComponent, "kirby-radio-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "items": { "alias": "items"; "required": false; }; "itemTextProperty": { "alias": "itemTextProperty"; "required": false; }; "itemDisabledProperty": { "alias": "itemDisabledProperty"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, ["*"], true, never>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=mock.radio-group.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.radio-group.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.radio-group.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;;AAKnF,qBAWa,uBAAuB;IACzB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,EAAE,GAAG,GAAG,EAAE,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,WAAW,oBAAoC;yCAR9C,uBAAuB;2CAAvB,uBAAuB;CASnC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockRadioComponent {
|
|
3
|
-
value: any;
|
|
4
|
-
text: string;
|
|
5
|
-
size?: 'xs' | 'sm' | 'md';
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockRadioComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockRadioComponent, "kirby-radio", never, { "value": { "alias": "value"; "required": false; }; "text": { "alias": "text"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=mock.radio.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.radio.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.radio.component.ts"],"names":[],"mappings":";AAKA,qBAWa,kBAAkB;IACpB,KAAK,EAAE,GAAG,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,OAAO,CAAC;yCAJhB,kBAAkB;2CAAlB,kBAAkB;CAK9B"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockRangeComponent {
|
|
4
|
-
minLabel: string;
|
|
5
|
-
maxLabel: string;
|
|
6
|
-
debounce: number;
|
|
7
|
-
max: number;
|
|
8
|
-
min: number;
|
|
9
|
-
pin: boolean;
|
|
10
|
-
step: number;
|
|
11
|
-
ticks: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
value: number;
|
|
14
|
-
change: EventEmitter<number>;
|
|
15
|
-
setDisabledState(): void;
|
|
16
|
-
writeValue(): void;
|
|
17
|
-
registerOnTouched(): void;
|
|
18
|
-
registerOnChange(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockRangeComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockRangeComponent, "kirby-range", never, { "minLabel": { "alias": "minLabel"; "required": false; }; "maxLabel": { "alias": "maxLabel"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "pin": { "alias": "pin"; "required": false; }; "step": { "alias": "step"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=mock.range.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.range.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.range.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;;AAKnF,qBAWa,kBAAkB;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACb,MAAM,uBAA8B;IAE9C,gBAAgB;IAGhB,UAAU;IAGV,iBAAiB;IAGjB,gBAAgB;yCAtBL,kBAAkB;2CAAlB,kBAAkB;CAyB9B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ReorderEvent } from '@kirbydesign/designsystem';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MockReorderListComponent {
|
|
5
|
-
items: any[];
|
|
6
|
-
subItemsName: string;
|
|
7
|
-
getItemTextDefault: (item: any) => string;
|
|
8
|
-
itemReorder: EventEmitter<ReorderEvent>;
|
|
9
|
-
subItemReorder: EventEmitter<ReorderEvent>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockReorderListComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockReorderListComponent, "kirby-reorder-list", never, { "items": { "alias": "items"; "required": false; }; "subItemsName": { "alias": "subItemsName"; "required": false; }; "getItemTextDefault": { "alias": "getItemTextDefault"; "required": false; }; }, { "itemReorder": "itemReorder"; "subItemReorder": "subItemReorder"; }, never, ["*"], true, never>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=mock.reorder-list.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.reorder-list.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.reorder-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;AAGnF,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;;AAGzD,qBAWa,wBAAwB;IAC1B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,MAAM,CAAC;IACzC,WAAW,6BAAoC;IAC/C,cAAc,6BAAoC;yCALjD,wBAAwB;2CAAxB,wBAAwB;CAMpC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockRouterOutletComponent {
|
|
3
|
-
main: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockRouterOutletComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockRouterOutletComponent, "kirby-router-outlet", never, { "main": { "alias": "main"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=mock.router-outlet.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.router-outlet.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.router-outlet.component.ts"],"names":[],"mappings":";AAKA,qBAWa,yBAAyB;IAC3B,IAAI,EAAE,OAAO,CAAC;yCADZ,yBAAyB;2CAAzB,yBAAyB;CAErC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockSectionHeaderComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockSectionHeaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockSectionHeaderComponent, "kirby-section-header", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock.section-header.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.section-header.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.section-header.component.ts"],"names":[],"mappings":";AAKA,qBAWa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAG"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { SegmentedControlMode, SegmentItem } from '@kirbydesign/designsystem';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MockSegmentedControlComponent {
|
|
5
|
-
mode: SegmentedControlMode | `${SegmentedControlMode}`;
|
|
6
|
-
items: SegmentItem[];
|
|
7
|
-
selectedIndex: number;
|
|
8
|
-
selectedIndexChange: EventEmitter<number>;
|
|
9
|
-
value: SegmentItem;
|
|
10
|
-
size: 'sm' | 'md';
|
|
11
|
-
disableChangeOnSwipe: boolean;
|
|
12
|
-
segmentSelect: EventEmitter<any>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockSegmentedControlComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockSegmentedControlComponent, "kirby-segmented-control", never, { "mode": { "alias": "mode"; "required": false; }; "items": { "alias": "items"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "value": { "alias": "value"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disableChangeOnSwipe": { "alias": "disableChangeOnSwipe"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "segmentSelect": "segmentSelect"; }, never, ["*"], true, never>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=mock.segmented-control.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.segmented-control.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.segmented-control.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;AAEnF,OAAO,EAEL,oBAAoB,EACpB,WAAW,EACZ,MAAM,2BAA2B,CAAC;;AAGnC,qBAWa,6BAA6B;IAC/B,IAAI,EAAE,oBAAoB,GAAG,GAAG,oBAAoB,EAAE,CAAC;IACvD,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACrB,mBAAmB,uBAA8B;IAClD,KAAK,EAAE,WAAW,CAAC;IACnB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,oBAAoB,EAAE,OAAO,CAAC;IAC7B,aAAa,oBAAsB;yCARlC,6BAA6B;2CAA7B,6BAA6B;CASzC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockSlideButtonComponent {
|
|
4
|
-
text: string;
|
|
5
|
-
expand: 'block';
|
|
6
|
-
slideDone: EventEmitter<any>;
|
|
7
|
-
slidingPercentageChanged: EventEmitter<number>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockSlideButtonComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockSlideButtonComponent, "kirby-slide-button", never, { "text": { "alias": "text"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; }, { "slideDone": "slideDone"; "slidingPercentageChanged": "slidingPercentageChanged"; }, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=mock.slide-button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.slide-button.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.slide-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;;AAKnF,qBAWa,wBAAwB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IACf,SAAS,oBAAsB;IAC/B,wBAAwB,uBAA8B;yCAJrD,wBAAwB;2CAAxB,wBAAwB;CAKpC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockSlidesComponent {
|
|
4
|
-
slidesOptions: any;
|
|
5
|
-
slides: any[];
|
|
6
|
-
selectedSlide: EventEmitter<any>;
|
|
7
|
-
slideTo(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockSlidesComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockSlidesComponent, "kirby-slides", never, { "slidesOptions": { "alias": "slidesOptions"; "required": false; }; "slides": { "alias": "slides"; "required": false; }; }, { "selectedSlide": "selectedSlide"; }, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=mock.slides.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.slides.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.slides.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;;AAInF,qBAWa,mBAAmB;IACrB,aAAa,EAAE,GAAG,CAAC;IACnB,MAAM,EAAE,GAAG,EAAE,CAAC;IACb,aAAa,oBAA2B;IAElD,OAAO;yCALI,mBAAmB;2CAAnB,mBAAmB;CAQ/B"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockSpinnerComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockSpinnerComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockSpinnerComponent, "kirby-spinner", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock.spinner.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.spinner.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.spinner.component.ts"],"names":[],"mappings":";AAKA,qBAWa,oBAAoB;yCAApB,oBAAoB;2CAApB,oBAAoB;CAAG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ChartDataLabelOptions } from '@kirbydesign/designsystem/chart';
|
|
2
|
-
import { MockBaseChartComponent } from './mock.base-chart.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MockStockChartComponent extends MockBaseChartComponent {
|
|
5
|
-
dataLabelOptions?: ChartDataLabelOptions;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockStockChartComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockStockChartComponent, "kirby-stock-chart", never, { "dataLabelOptions": { "alias": "dataLabelOptions"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=mock.stock-chart.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.stock-chart.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.stock-chart.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAIxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;;AAGrE,qBAWa,uBAAwB,SAAQ,sBAAsB;IACxD,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;yCADvC,uBAAuB;2CAAvB,uBAAuB;CAEnC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockTabButtonComponent {
|
|
4
|
-
tab: string;
|
|
5
|
-
click: EventEmitter<Event>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockTabButtonComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockTabButtonComponent, "kirby-tab-button", never, { "tab": { "alias": "tab"; "required": false; }; }, { "click": "click"; }, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=mock.tab-button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.tab-button.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.tab-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;;AAKnF,qBAWa,sBAAsB;IACxB,GAAG,EAAE,MAAM,CAAC;IACX,KAAK,sBAA6B;yCAFjC,sBAAsB;2CAAtB,sBAAsB;CAGlC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockTabNavigationItemComponent {
|
|
3
|
-
label: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockTabNavigationItemComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockTabNavigationItemComponent, "kirby-tab-navigation-item", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=mock.tab-navigation-item.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.tab-navigation-item.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.tab-navigation-item.component.ts"],"names":[],"mappings":";AAKA,qBAWa,8BAA8B;IAChC,KAAK,EAAE,MAAM,CAAC;yCADZ,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockTabNavigationComponent {
|
|
4
|
-
selectedIndexChange: EventEmitter<number>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockTabNavigationComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockTabNavigationComponent, "kirby-tab-navigation", never, {}, { "selectedIndexChange": "selectedIndexChange"; }, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=mock.tab-navigation.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.tab-navigation.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.tab-navigation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAsB,MAAM,eAAe,CAAC;;AAK5E,qBAWa,0BAA0B;IAC3B,mBAAmB,uBAA8B;yCADhD,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockTabsComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockTabsComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockTabsComponent, "kirby-tab-bar", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock.tabs.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.tabs.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.tabs.component.ts"],"names":[],"mappings":";AAKA,qBAWa,iBAAiB;yCAAjB,iBAAiB;2CAAjB,iBAAiB;CAAG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockTextareaComponent {
|
|
3
|
-
value: string;
|
|
4
|
-
borderless: boolean;
|
|
5
|
-
hasError: boolean;
|
|
6
|
-
autocomplete: 'on' | 'off';
|
|
7
|
-
autocorrect: 'on' | 'off';
|
|
8
|
-
maxlength: number;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockTextareaComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockTextareaComponent, "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; }; }, {}, never, ["*"], true, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=mock.textarea.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.textarea.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.textarea.component.ts"],"names":[],"mappings":";AAKA,qBAYa,qBAAqB;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,YAAY,EAAE,IAAI,GAAG,KAAK,CAAC;IAC3B,WAAW,EAAE,IAAI,GAAG,KAAK,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;yCANhB,qBAAqB;2CAArB,qBAAqB;CAOjC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockToggleButtonComponent {
|
|
4
|
-
checked: boolean;
|
|
5
|
-
checkChanged: EventEmitter<boolean>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockToggleButtonComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockToggleButtonComponent, "kirby-toggle-button", never, { "checked": { "alias": "checked"; "required": false; }; }, { "checkChanged": "checkChanged"; }, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=mock.toggle-button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.toggle-button.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.toggle-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;;AAKnF,qBAWa,yBAAyB;IAC3B,OAAO,EAAE,OAAO,CAAC;IAChB,YAAY,wBAA+B;yCAF1C,yBAAyB;2CAAzB,yBAAyB;CAGrC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MockToggleComponent {
|
|
4
|
-
checked: boolean;
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
checkedChange: EventEmitter<boolean>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockToggleComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MockToggleComponent, "kirby-toggle", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=mock.toggle.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.toggle.component.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/components/mock.toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA6B,MAAM,eAAe,CAAC;;AAKnF,qBAWa,mBAAmB;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IACjB,aAAa,wBAA+B;yCAH3C,mBAAmB;2CAAnB,mBAAmB;CAI/B"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export { MockAccordionDirective } from './mock.accordion.directive';
|
|
2
|
-
export { MockCardAsButtonDirective } from './mock.card-as-button.directive';
|
|
3
|
-
export { MockAffixDirective } from './mock.affix.directive';
|
|
4
|
-
export { MockDateInputDirective } from './mock.date-input.directive';
|
|
5
|
-
export { MockDecimalMaskDirective } from './mock.decimal-mask.directive';
|
|
6
|
-
export { MockInfiniteScrollDirective } from './mock.infinite-scroll.directive';
|
|
7
|
-
export { MockListItemColorDirective } from './mock.list-item-color.directive';
|
|
8
|
-
export { MockListItemTemplateDirective, MockListHeaderDirective, MockListSectionHeaderDirective, MockListFooterDirective, } from './mock.list.directive';
|
|
9
|
-
export { MockFloatingDirective } from './mock.floating.directive';
|
|
10
|
-
export { MockPortalDirective } from './mock.portal.directive';
|
|
11
|
-
export { MockComponentLoaderDirective } from './mock.component-loader.directive';
|
|
12
|
-
export { MockFitHeadingDirective } from './mock.fit-heading.directive';
|
|
13
|
-
export { MockThemeColorDirective } from './mock.theme-color.directive';
|
|
14
|
-
export { MockSlideDirective } from './mock.slide.directive';
|
|
15
|
-
export { MockKeyHandlerDirective } from './mock.key-handler.directive';
|
|
16
|
-
export { MockModalRouterLinkDirective } from './mock.modal-router-link.directive';
|
|
17
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/directives/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,6BAA6B,EAC7B,uBAAuB,EACvB,8BAA8B,EAC9B,uBAAuB,GACxB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockAccordionDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockAccordionDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockAccordionDirective, "[kirbyAccordion], kirby-accordion", ["kirby-accordion"], {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock.accordion.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.accordion.directive.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/directives/mock.accordion.directive.ts"],"names":[],"mappings":";AAKA,qBAUa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockAffixDirective {
|
|
3
|
-
type: 'prefix' | 'suffix';
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockAffixDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockAffixDirective, "[kirby-affix]", never, { "type": { "alias": "kirby-affix"; "required": false; }; }, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=mock.affix.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.affix.directive.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/directives/mock.affix.directive.ts"],"names":[],"mappings":";AAKA,qBAUa,kBAAkB;IAEP,IAAI,EAAE,QAAQ,GAAG,QAAQ,CAAC;yCAFrC,kBAAkB;2CAAlB,kBAAkB;CAG9B"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MockCardAsButtonDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockCardAsButtonDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MockCardAsButtonDirective, "kirby-card[click]", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=mock.card-as-button.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mock.card-as-button.directive.d.ts","sourceRoot":"","sources":["../../../../testing-base/src/lib/directives/mock.card-as-button.directive.ts"],"names":[],"mappings":";AAKA,qBAUa,yBAAyB;yCAAzB,yBAAyB;2CAAzB,yBAAyB;CAAG"}
|