@kirbydesign/designsystem 9.5.0 → 9.6.0
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/avatar/avatar.component.d.ts +4 -1
- package/card/card-as-button/card-as-button.directive.d.ts +2 -3
- package/card/card.component.d.ts +9 -2
- package/esm2022/accordion/accordion-item.component.mjs +4 -4
- package/esm2022/accordion/accordion.directive.mjs +4 -4
- package/esm2022/accordion/accordion.module.mjs +5 -5
- package/esm2022/accordion/kirbydesign-designsystem-accordion.mjs +1 -1
- package/esm2022/accordion/public_api.mjs +1 -1
- package/esm2022/action-group/action-group.component.mjs +4 -4
- package/esm2022/action-group/kirbydesign-designsystem-action-group.mjs +1 -1
- package/esm2022/action-group/public_api.mjs +1 -1
- package/esm2022/avatar/avatar.component.mjs +12 -6
- package/esm2022/avatar/kirbydesign-designsystem-avatar.mjs +1 -1
- package/esm2022/avatar/public_api.mjs +1 -1
- package/esm2022/badge/badge.component.mjs +4 -4
- package/esm2022/badge/kirbydesign-designsystem-badge.mjs +1 -1
- package/esm2022/badge/public_api.mjs +1 -1
- package/esm2022/button/button.component.mjs +4 -4
- package/esm2022/button/kirbydesign-designsystem-button.mjs +1 -1
- package/esm2022/button/public_api.mjs +1 -1
- package/esm2022/calendar/calendar.component.mjs +4 -4
- package/esm2022/calendar/helpers/calendar-cell.model.mjs +1 -1
- package/esm2022/calendar/helpers/calendar-options.model.mjs +1 -1
- package/esm2022/calendar/helpers/calendar.helper.mjs +4 -4
- package/esm2022/calendar/kirbydesign-designsystem-calendar.mjs +1 -1
- package/esm2022/calendar/options/calendar-year-navigator-config.mjs +1 -1
- package/esm2022/calendar/public_api.mjs +1 -1
- package/esm2022/card/card-as-button/card-as-button.directive.mjs +4 -9
- package/esm2022/card/card-flag-level.mjs +1 -1
- package/esm2022/card/card-footer/card-footer.component.mjs +5 -5
- package/esm2022/card/card-header/card-header.component.mjs +4 -4
- package/esm2022/card/card.component.mjs +27 -9
- package/esm2022/card/card.module.mjs +5 -5
- package/esm2022/card/kirbydesign-designsystem-card.mjs +1 -1
- package/esm2022/card/public_api.mjs +1 -1
- package/esm2022/chart/chart/chart.component.mjs +4 -4
- package/esm2022/chart/chart/index.mjs +1 -1
- package/esm2022/chart/chart-config/chart-bar-config/chart-bar-config.mjs +1 -1
- package/esm2022/chart/chart-config/chart-base-config.mjs +1 -1
- package/esm2022/chart/chart-config/chart-stock-config/chart-stock-config.mjs +1 -1
- package/esm2022/chart/chart-config/chart-stock-config/data-label-position/data-label-position.mjs +1 -1
- package/esm2022/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.mjs +1 -1
- package/esm2022/chart/chart-config/chart-stock-config/vertical-line-plugin/vertical-line-plugin.model.mjs +1 -1
- package/esm2022/chart/charts.module.mjs +5 -5
- package/esm2022/chart/kirbydesign-designsystem-chart.mjs +1 -1
- package/esm2022/chart/public_api.mjs +1 -1
- package/esm2022/chart/shared/base-chart/base-chart.component.mjs +4 -4
- package/esm2022/chart/shared/base-chart/index.mjs +1 -1
- package/esm2022/chart/shared/chart-config-service/chart-config.service.mjs +4 -4
- package/esm2022/chart/shared/chart-config-service/configs/annotations.config.mjs +1 -1
- package/esm2022/chart/shared/chart-config-service/configs/global-defaults.config.mjs +1 -1
- package/esm2022/chart/shared/chart-config-service/configs/interaction-functions-extensions.config.mjs +1 -1
- package/esm2022/chart/shared/chart-config-service/configs/type.config.mjs +1 -1
- package/esm2022/chart/shared/chart-config-service/index.mjs +1 -1
- package/esm2022/chart/shared/chart-js-service/annotations.delegate.mjs +1 -1
- package/esm2022/chart/shared/chart-js-service/chart-js.service.mjs +4 -4
- package/esm2022/chart/shared/chart-js-service/chartjs-plugin-marker/chartjs-plugin-marker.mjs +1 -1
- package/esm2022/chart/shared/chart-js-service/configured-chart-js.mjs +1 -1
- package/esm2022/chart/shared/chart-js-service/index.mjs +1 -1
- package/esm2022/chart/shared/chart-js-service/test-utils.mjs +1 -1
- package/esm2022/chart/shared/charts.types.mjs +1 -1
- package/esm2022/chart/shared/index.mjs +1 -1
- package/esm2022/chart/stock-chart/index.mjs +1 -1
- package/esm2022/chart/stock-chart/stock-chart-js.service.mjs +4 -4
- package/esm2022/chart/stock-chart/stock-chart.component.mjs +4 -4
- package/esm2022/checkbox/checkbox.component.mjs +4 -4
- package/esm2022/checkbox/kirbydesign-designsystem-checkbox.mjs +1 -1
- package/esm2022/checkbox/public_api.mjs +1 -1
- package/esm2022/data-table/data-table.module.mjs +5 -5
- package/esm2022/data-table/kirbydesign-designsystem-data-table.mjs +1 -1
- package/esm2022/data-table/public_api.mjs +1 -1
- package/esm2022/data-table/sortable/sortable.component.mjs +4 -4
- package/esm2022/data-table/table/table.component.mjs +4 -4
- package/esm2022/data-table/table-row/table-row.component.mjs +4 -4
- package/esm2022/divider/divider.component.mjs +4 -4
- package/esm2022/divider/kirbydesign-designsystem-divider.mjs +1 -1
- package/esm2022/divider/public_api.mjs +1 -1
- package/esm2022/dropdown/dropdown.component.mjs +5 -5
- package/esm2022/dropdown/dropdown.module.mjs +5 -5
- package/esm2022/dropdown/dropdown.types.mjs +1 -1
- package/esm2022/dropdown/keyboard-handler.service.mjs +4 -4
- package/esm2022/dropdown/kirbydesign-designsystem-dropdown.mjs +1 -1
- package/esm2022/dropdown/public_api.mjs +1 -1
- package/esm2022/empty-state/empty-state.component.mjs +4 -4
- package/esm2022/empty-state/empty-state.module.mjs +5 -5
- package/esm2022/empty-state/kirbydesign-designsystem-empty-state.mjs +1 -1
- package/esm2022/empty-state/public_api.mjs +1 -1
- package/esm2022/fab-sheet/fab-sheet.component.mjs +4 -4
- package/esm2022/fab-sheet/kirbydesign-designsystem-fab-sheet.mjs +1 -1
- package/esm2022/fab-sheet/public_api.mjs +1 -1
- package/esm2022/flag/flag.component.mjs +4 -4
- package/esm2022/flag/kirbydesign-designsystem-flag.mjs +1 -1
- package/esm2022/flag/public_api.mjs +1 -1
- package/esm2022/form-field/directives/affix/affix.directive.mjs +4 -4
- package/esm2022/form-field/directives/date/date-input.directive.mjs +4 -4
- package/esm2022/form-field/directives/decimal-mask/decimal-mask.directive.mjs +4 -4
- package/esm2022/form-field/form-field-message/form-field-message.component.mjs +4 -4
- package/esm2022/form-field/form-field.component.mjs +4 -4
- package/esm2022/form-field/form-field.module.mjs +5 -5
- package/esm2022/form-field/input/input.component.mjs +4 -4
- package/esm2022/form-field/input-counter/input-counter.component.mjs +4 -4
- package/esm2022/form-field/kirbydesign-designsystem-form-field.mjs +1 -1
- package/esm2022/form-field/public_api.mjs +1 -1
- package/esm2022/form-field/textarea/textarea.component.mjs +4 -4
- package/esm2022/header/header.component.mjs +23 -16
- package/esm2022/header/header.module.mjs +5 -5
- package/esm2022/header/kirbydesign-designsystem-header.mjs +1 -1
- package/esm2022/header/public_api.mjs +1 -1
- package/esm2022/helpers/chart-config-has-type.mjs +1 -1
- package/esm2022/helpers/color-helper.mjs +1 -1
- package/esm2022/helpers/deep-copy.mjs +1 -1
- package/esm2022/helpers/design-token-helper.mjs +1 -1
- package/esm2022/helpers/element-has-ancestor.mjs +1 -1
- package/esm2022/helpers/ionic-element-part-helper.mjs +4 -4
- package/esm2022/helpers/kirby-animation.mjs +1 -1
- package/esm2022/helpers/kirbydesign-designsystem-helpers.mjs +1 -1
- package/esm2022/helpers/line-clamp-helper.mjs +4 -4
- package/esm2022/helpers/merge-deep.mjs +1 -1
- package/esm2022/helpers/platform.service.mjs +4 -4
- package/esm2022/helpers/public_api.mjs +1 -1
- package/esm2022/helpers/scss/kirbydesign-designsystem-helpers-scss.mjs +1 -1
- package/esm2022/helpers/scss/public_api.mjs +1 -1
- package/esm2022/helpers/scss/scss-helper.mjs +1 -1
- package/esm2022/helpers/string-helper.mjs +1 -1
- package/esm2022/helpers/theme-color.type.mjs +1 -1
- package/esm2022/helpers/unique-id-generator.helper.mjs +1 -1
- package/esm2022/icon/icon-registry.service.mjs +4 -4
- package/esm2022/icon/icon-settings.mjs +1 -1
- package/esm2022/icon/icon.component.mjs +4 -4
- package/esm2022/icon/icon.module.mjs +5 -5
- package/esm2022/icon/kirby-icon-settings.mjs +1 -1
- package/esm2022/icon/kirbydesign-designsystem-icon.mjs +1 -1
- package/esm2022/icon/public_api.mjs +1 -1
- package/esm2022/item/item.component.mjs +4 -4
- package/esm2022/item/item.module.mjs +5 -5
- package/esm2022/item/kirbydesign-designsystem-item.mjs +1 -1
- package/esm2022/item/label/label.component.mjs +4 -4
- package/esm2022/item/public_api.mjs +1 -1
- package/esm2022/item-group/item-group.component.mjs +4 -4
- package/esm2022/item-group/kirbydesign-designsystem-item-group.mjs +1 -1
- package/esm2022/item-group/public_api.mjs +1 -1
- package/esm2022/item-sliding/item-sliding.component.mjs +4 -4
- package/esm2022/item-sliding/item-sliding.types.mjs +1 -1
- package/esm2022/item-sliding/kirbydesign-designsystem-item-sliding.mjs +1 -1
- package/esm2022/item-sliding/public_api.mjs +1 -1
- package/esm2022/kirby-app/kirby-app.component.mjs +4 -4
- package/esm2022/kirby-app/kirby-app.module.mjs +5 -5
- package/esm2022/kirby-app/kirbydesign-designsystem-kirby-app.mjs +1 -1
- package/esm2022/kirby-app/public_api.mjs +1 -1
- package/esm2022/kirby-ionic-module/kirby-ionic.module.mjs +5 -5
- package/esm2022/kirby-ionic-module/kirbydesign-designsystem-kirby-ionic-module.mjs +1 -1
- package/esm2022/kirby-ionic-module/public_api.mjs +1 -1
- package/esm2022/kirbydesign-designsystem.mjs +1 -1
- package/esm2022/lib/components/index.mjs +1 -1
- package/esm2022/lib/components/page-local-navigation/index.mjs +1 -1
- package/esm2022/lib/components/page-local-navigation/page-local-navigation-item.mjs +1 -1
- package/esm2022/lib/components/page-local-navigation/page-local-navigation.component.mjs +4 -4
- package/esm2022/lib/components/segmented-control/segment-item.mjs +1 -1
- package/esm2022/lib/components/segmented-control/segmented-control.component.mjs +5 -5
- package/esm2022/lib/directives/index.mjs +1 -1
- package/esm2022/lib/directives/key-handler/key-handler.directive.mjs +4 -4
- package/esm2022/lib/directives/modal-router-link/modal-router-link.directive.mjs +4 -4
- package/esm2022/lib/index.mjs +1 -1
- package/esm2022/lib/kirby-experimental.module.mjs +5 -5
- package/esm2022/lib/kirby.module.mjs +5 -5
- package/esm2022/list/directives/index.mjs +1 -1
- package/esm2022/list/directives/infinite-scroll.directive.mjs +4 -4
- package/esm2022/list/directives/list-item-color.directive.mjs +4 -4
- package/esm2022/list/directives/scroll.model.mjs +1 -1
- package/esm2022/list/helpers/index.mjs +1 -1
- package/esm2022/list/helpers/list-helper.mjs +4 -4
- package/esm2022/list/kirbydesign-designsystem-list.mjs +1 -1
- package/esm2022/list/list-experimental/index.mjs +1 -1
- package/esm2022/list/list-experimental/list-experimental.component.mjs +4 -4
- package/esm2022/list/list-header/index.mjs +1 -1
- package/esm2022/list/list-header/list-header.component.mjs +4 -4
- package/esm2022/list/list-item/index.mjs +1 -1
- package/esm2022/list/list-item/list-item.component.mjs +5 -5
- package/esm2022/list/list-section-header/index.mjs +1 -1
- package/esm2022/list/list-section-header/list-section-header.component.mjs +4 -4
- package/esm2022/list/list-swipe-action.mjs +1 -1
- package/esm2022/list/list-swipe-action.type.mjs +1 -1
- package/esm2022/list/list.component.mjs +5 -5
- package/esm2022/list/list.directive.mjs +13 -13
- package/esm2022/list/list.event.mjs +1 -1
- package/esm2022/list/list.module.mjs +18 -12
- package/esm2022/list/public_api.mjs +1 -1
- package/esm2022/loading-overlay/kirbydesign-designsystem-loading-overlay.mjs +1 -1
- package/esm2022/loading-overlay/loading-overlay.component.mjs +4 -4
- package/esm2022/loading-overlay/loading-overlay.service.mjs +4 -4
- package/esm2022/loading-overlay/public_api.mjs +1 -1
- package/esm2022/menu/kirbydesign-designsystem-menu.mjs +1 -1
- package/esm2022/menu/menu.component.mjs +4 -4
- package/esm2022/menu/public_api.mjs +1 -1
- package/esm2022/modal/kirbydesign-designsystem-modal.mjs +1 -1
- package/esm2022/modal/modal/action-sheet/action-sheet.component.mjs +4 -4
- package/esm2022/modal/modal/action-sheet/config/action-sheet-config.mjs +1 -1
- package/esm2022/modal/modal/action-sheet/config/action-sheet-item.mjs +1 -1
- package/esm2022/modal/modal/action-sheet/index.mjs +1 -1
- package/esm2022/modal/modal/alert/alert.component.mjs +4 -4
- package/esm2022/modal/modal/alert/config/alert-config.mjs +1 -1
- package/esm2022/modal/modal/alert/index.mjs +1 -1
- package/esm2022/modal/modal/footer/modal-footer.component.mjs +5 -5
- package/esm2022/modal/modal/index.mjs +1 -1
- package/esm2022/modal/modal/modal-component/modal.component.mjs +12 -19
- package/esm2022/modal/modal/services/action-sheet.helper.mjs +4 -4
- package/esm2022/modal/modal/services/alert.helper.mjs +4 -4
- package/esm2022/modal/modal/services/can-dismiss-modal-guard.mjs +31 -0
- package/esm2022/modal/modal/services/can-dismiss.helper.mjs +4 -4
- package/esm2022/modal/modal/services/index.mjs +2 -1
- package/esm2022/modal/modal/services/modal-animation-builder.service.mjs +4 -4
- package/esm2022/modal/modal/services/modal.controller.mjs +12 -8
- package/esm2022/modal/modal/services/modal.helper.mjs +24 -26
- package/esm2022/modal/modal-navigation.service.mjs +25 -14
- package/esm2022/modal/modal-wrapper/compact/index.mjs +1 -1
- package/esm2022/modal/modal-wrapper/compact/modal-compact-wrapper.component.mjs +4 -4
- package/esm2022/modal/modal-wrapper/config/drawer-supplementary-action.mjs +1 -1
- package/esm2022/modal/modal-wrapper/config/index.mjs +1 -1
- package/esm2022/modal/modal-wrapper/config/modal-config.helper.mjs +1 -1
- package/esm2022/modal/modal-wrapper/config/modal-config.mjs +1 -1
- package/esm2022/modal/modal-wrapper/index.mjs +1 -1
- package/esm2022/modal/modal-wrapper/modal-elements-mover.delegate.mjs +1 -1
- package/esm2022/modal/modal-wrapper/modal-wrapper.component.mjs +4 -4
- package/esm2022/modal/modal.interfaces.mjs +4 -4
- package/esm2022/modal/public_api.mjs +1 -1
- package/esm2022/modal/v2/footer/footer.component.mjs +4 -4
- package/esm2022/modal/v2/kirby-modal.module.mjs +5 -5
- package/esm2022/modal/v2/kirbydesign-designsystem-modal-v2.mjs +1 -1
- package/esm2022/modal/v2/modal/modal.component.mjs +4 -4
- package/esm2022/modal/v2/modal-routing/modal-routing.component.mjs +4 -4
- package/esm2022/modal/v2/public_api.mjs +1 -1
- package/esm2022/modal/v2/services/modal.controller.mjs +4 -4
- package/esm2022/modal/v2/wrapper/wrapper.component.mjs +4 -4
- package/esm2022/page/kirbydesign-designsystem-page.mjs +1 -1
- package/esm2022/page/page-footer/page-footer.component.mjs +4 -4
- package/esm2022/page/page.component.mjs +37 -34
- package/esm2022/page/page.module.mjs +5 -5
- package/esm2022/page/public_api.mjs +1 -1
- package/esm2022/popover/kirbydesign-designsystem-popover.mjs +1 -1
- package/esm2022/popover/popover.component.mjs +4 -4
- package/esm2022/popover/public_api.mjs +1 -1
- package/esm2022/progress-circle/kirbydesign-designsystem-progress-circle.mjs +1 -1
- package/esm2022/progress-circle/progress-circle-ring.component.mjs +4 -4
- package/esm2022/progress-circle/progress-circle.component.mjs +4 -4
- package/esm2022/progress-circle/public_api.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/radio/kirbydesign-designsystem-radio.mjs +1 -1
- package/esm2022/radio/public_api.mjs +1 -1
- package/esm2022/radio/radio-group/radio-group.component.mjs +4 -4
- package/esm2022/radio/radio-module.mjs +5 -5
- package/esm2022/radio/radio.component.mjs +4 -4
- package/esm2022/range/kirbydesign-designsystem-range.mjs +1 -1
- package/esm2022/range/public_api.mjs +1 -1
- package/esm2022/range/range.component.mjs +4 -4
- package/esm2022/reorder-list/kirbydesign-designsystem-reorder-list.mjs +1 -1
- package/esm2022/reorder-list/public_api.mjs +1 -1
- package/esm2022/reorder-list/reorder-event.mjs +1 -1
- package/esm2022/reorder-list/reorder-list.component.mjs +4 -4
- package/esm2022/router-outlet/kirbydesign-designsystem-router-outlet.mjs +1 -1
- package/esm2022/router-outlet/public_api.mjs +1 -1
- package/esm2022/router-outlet/router-outlet.component.mjs +4 -4
- package/esm2022/router-outlet/router-outlet.module.mjs +5 -5
- package/esm2022/section-header/kirbydesign-designsystem-section-header.mjs +1 -1
- package/esm2022/section-header/public_api.mjs +1 -1
- package/esm2022/section-header/section-header.component.mjs +4 -4
- package/esm2022/shared/component-configuration.mjs +1 -1
- package/esm2022/shared/component-loader.directive.mjs +4 -4
- package/esm2022/shared/dynamic-component.mjs +1 -1
- package/esm2022/shared/fit-heading/fit-heading.directive.mjs +4 -4
- package/esm2022/shared/fit-heading/index.mjs +1 -1
- package/esm2022/shared/floating/floating.directive.mjs +4 -4
- package/esm2022/shared/floating/kirbydesign-designsystem-shared-floating.mjs +1 -1
- package/esm2022/shared/floating/public_api.mjs +1 -1
- package/esm2022/shared/kirbydesign-designsystem-shared.mjs +1 -1
- package/esm2022/shared/portal/kirbydesign-designsystem-shared-portal.mjs +1 -1
- package/esm2022/shared/portal/portal.directive.mjs +4 -4
- package/esm2022/shared/portal/public_api.mjs +1 -1
- package/esm2022/shared/public_api.mjs +1 -1
- package/esm2022/shared/resize-observer/resize-observer.factory.mjs +4 -4
- package/esm2022/shared/resize-observer/resize-observer.service.mjs +4 -4
- package/esm2022/shared/theme-color/theme-color.directive.mjs +4 -4
- package/esm2022/slide/kirbydesign-designsystem-slide.mjs +1 -1
- package/esm2022/slide/public_api.mjs +1 -1
- package/esm2022/slide/slide-stretch-height.directive.mjs +4 -4
- package/esm2022/slide/slide.directive.mjs +4 -4
- package/esm2022/slide/slide.module.mjs +5 -5
- package/esm2022/slide/slides.component.mjs +4 -4
- package/esm2022/slide-button/kirbydesign-designsystem-slide-button.mjs +1 -1
- package/esm2022/slide-button/public_api.mjs +1 -1
- package/esm2022/slide-button/slide-button.component.mjs +5 -5
- package/esm2022/spinner/kirbydesign-designsystem-spinner.mjs +1 -1
- package/esm2022/spinner/public_api.mjs +1 -1
- package/esm2022/spinner/spinner.component.mjs +4 -4
- package/esm2022/spinner/spinner.module.mjs +5 -5
- package/esm2022/tab-navigation/kirbydesign-designsystem-tab-navigation.mjs +1 -1
- package/esm2022/tab-navigation/public_api.mjs +1 -1
- package/esm2022/tab-navigation/tab-navigation/tab-navigation.component.mjs +4 -4
- package/esm2022/tab-navigation/tab-navigation-item/tab-navigation-item.component.mjs +4 -4
- package/esm2022/tab-navigation/tab-navigation.module.mjs +5 -5
- package/esm2022/tabs/kirbydesign-designsystem-tabs.mjs +1 -1
- package/esm2022/tabs/public_api.mjs +1 -1
- package/esm2022/tabs/tab-button/tab-button.component.mjs +4 -4
- package/esm2022/tabs/tab-button/tab-button.events.mjs +1 -1
- package/esm2022/tabs/tabs.component.mjs +4 -4
- package/esm2022/tabs/tabs.module.mjs +5 -5
- package/esm2022/tabs/tabs.service.mjs +4 -4
- package/esm2022/testing/element-css-custom-matchers.mjs +1 -1
- package/esm2022/testing/kirbydesign-designsystem-testing.mjs +1 -1
- package/esm2022/testing/public_api.mjs +1 -1
- package/esm2022/testing/test-helper.mjs +5 -5
- package/esm2022/testing-base/kirbydesign-designsystem-testing-base.mjs +1 -1
- package/esm2022/testing-base/lib/components/index.mjs +1 -1
- package/esm2022/testing-base/lib/components/mock.accordion-item.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.action-group.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.action-sheet.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.alert.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.avatar.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.badge.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.base-chart.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.button.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.calendar.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.card-footer.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.card-header.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.card.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.chart.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.checkbox.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.divider.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.dropdown.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.empty-state.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.fab-sheet.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.flag.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.footer.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.form-field-message.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.form-field.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.header.component.mjs +12 -10
- package/esm2022/testing-base/lib/components/mock.icon.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.input-counter.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.input.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.item-group.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.item-sliding.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.item.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.kirby-app.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.label.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.list-experimental.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.list-header.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.list-item.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.list-section-header.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.list.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.loading-overlay.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.menu.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.modal-compact-wrapper.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.modal-footer.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.modal-routing.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.modal-wrapper.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.modal.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.page-footer.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.page-local-navigation.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.page.component.mjs +44 -34
- package/esm2022/testing-base/lib/components/mock.popover.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.progress-circle-ring.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.progress-circle.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.radio-group.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.radio.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.range.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.reorder-list.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.router-outlet.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.section-header.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.segmented-control.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.slide-button.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.slides.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.spinner.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.stock-chart.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.tab-button.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.tab-navigation-item.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.tab-navigation.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.table-row.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.table.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.tabs.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.textarea.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.toggle-button.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.toggle.component.mjs +6 -4
- package/esm2022/testing-base/lib/components/mock.wrapper.component.mjs +6 -4
- package/esm2022/testing-base/lib/directives/index.mjs +1 -1
- package/esm2022/testing-base/lib/directives/mock.accordion.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.affix.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.card-as-button.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.component-loader.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.date-input.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.decimal-mask.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.fit-heading.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.floating.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.infinite-scroll.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.key-handler.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.list-item-color.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.list.directive.mjs +13 -13
- package/esm2022/testing-base/lib/directives/mock.modal-router-link.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.portal.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.slide.directive.mjs +4 -4
- package/esm2022/testing-base/lib/directives/mock.theme-color.directive.mjs +4 -4
- package/esm2022/testing-base/lib/index.mjs +1 -1
- package/esm2022/testing-base/lib/kirby-testing-base.module.mjs +5 -5
- package/esm2022/testing-base/lib/mock-components.mjs +1 -1
- package/esm2022/testing-base/lib/mock-directives.mjs +1 -1
- package/esm2022/testing-base/public_api.mjs +1 -1
- package/esm2022/testing-jasmine/kirbydesign-designsystem-testing-jasmine.mjs +1 -1
- package/esm2022/testing-jasmine/lib/kirby-testing.module.mjs +5 -5
- package/esm2022/testing-jasmine/lib/mock-providers.mjs +1 -1
- package/esm2022/testing-jasmine/public_api.mjs +1 -1
- package/esm2022/testing-jest/kirbydesign-designsystem-testing-jest.mjs +1 -1
- package/esm2022/testing-jest/lib/kirby-testing.module.mjs +5 -5
- package/esm2022/testing-jest/lib/mock-providers.mjs +1 -1
- package/esm2022/testing-jest/public_api.mjs +1 -1
- package/esm2022/toast/config/toast-config.mjs +1 -1
- package/esm2022/toast/kirbydesign-designsystem-toast.mjs +1 -1
- package/esm2022/toast/public_api.mjs +1 -1
- package/esm2022/toast/services/indexs.mjs +1 -1
- package/esm2022/toast/services/toast.controller.mjs +4 -4
- package/esm2022/toast/services/toast.helper.mjs +4 -4
- package/esm2022/toggle/kirbydesign-designsystem-toggle.mjs +1 -1
- package/esm2022/toggle/public_api.mjs +1 -1
- package/esm2022/toggle/toggle.component.mjs +4 -4
- package/esm2022/toggle-button/kirbydesign-designsystem-toggle-button.mjs +1 -1
- package/esm2022/toggle-button/public_api.mjs +1 -1
- package/esm2022/toggle-button/toggle-button.component.mjs +4 -4
- package/esm2022/toggle-button/toggle-button.module.mjs +5 -5
- package/esm2022/types/event-listener-dispose-fn.mjs +1 -1
- package/esm2022/types/kirbydesign-designsystem-types.mjs +1 -1
- package/esm2022/types/public_api.mjs +1 -1
- package/esm2022/types/window-ref.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-accordion.mjs +10 -10
- package/fesm2022/kirbydesign-designsystem-accordion.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-action-group.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-action-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-avatar.mjs +11 -5
- package/fesm2022/kirbydesign-designsystem-avatar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-badge.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-badge.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-button.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-calendar.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-calendar.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-card.mjs +40 -27
- package/fesm2022/kirbydesign-designsystem-card.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-chart.mjs +22 -22
- package/fesm2022/kirbydesign-designsystem-chart.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-data-table.mjs +13 -13
- package/fesm2022/kirbydesign-designsystem-data-table.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-divider.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-divider.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs +11 -11
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-flag.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-flag.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-form-field.mjs +28 -28
- package/fesm2022/kirbydesign-designsystem-form-field.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-header.mjs +26 -19
- 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 +10 -10
- package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-group.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-item-group.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item.mjs +10 -10
- 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-kirby-ionic-module.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-kirby-ionic-module.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-list.mjs +55 -49
- package/fesm2022/kirbydesign-designsystem-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-menu.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-menu.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-modal-v2.mjs +19 -19
- package/fesm2022/kirbydesign-designsystem-modal-v2.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-modal.mjs +123 -90
- package/fesm2022/kirbydesign-designsystem-modal.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-page.mjs +43 -40
- package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-popover.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-popover.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-radio.mjs +10 -10
- package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-range.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-section-header.mjs +3 -3
- 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 +15 -15
- package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-slide.mjs +13 -13
- 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 +10 -10
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-tabs.mjs +13 -13
- package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs +455 -307
- 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 +7 -7
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-toggle.mjs +3 -3
- 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 +21 -21
- package/fesm2022/kirbydesign-designsystem.mjs.map +1 -1
- package/header/header.component.d.ts +5 -2
- package/list/list.module.d.ts +1 -1
- package/modal/modal/modal-component/modal.component.d.ts +5 -5
- package/modal/modal/services/can-dismiss-modal-guard.d.ts +2 -0
- package/modal/modal/services/index.d.ts +1 -0
- package/modal/modal/services/modal.controller.d.ts +2 -0
- package/modal/modal/services/modal.helper.d.ts +3 -4
- package/modal/modal-navigation.service.d.ts +1 -0
- package/modal/modal.interfaces.d.ts +1 -0
- package/package.json +2 -2
- package/testing-base/lib/components/mock.avatar.component.d.ts +1 -1
- package/testing-base/lib/components/mock.button.component.d.ts +1 -1
- package/testing-jest/lib/mock-providers.d.ts +28 -28
|
@@ -33,19 +33,21 @@ import { ComponentLoaderDirective, FitHeadingDirective, ThemeColorDirective } fr
|
|
|
33
33
|
|
|
34
34
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
35
35
|
class MockAccordionItemComponent {
|
|
36
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
37
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
36
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
37
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockAccordionItemComponent, selector: "kirby-accordion-item", inputs: { title: "title", isExpanded: "isExpanded", isDisabled: "isDisabled", disabledTitle: "disabledTitle" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
38
38
|
{
|
|
39
39
|
provide: AccordionItemComponent,
|
|
40
40
|
useExisting: forwardRef((() => MockAccordionItemComponent)),
|
|
41
41
|
},
|
|
42
42
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
43
43
|
}
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAccordionItemComponent, decorators: [{
|
|
45
45
|
type: Component,
|
|
46
46
|
args: [{
|
|
47
47
|
selector: 'kirby-accordion-item',
|
|
48
48
|
template: '<ng-content></ng-content>',
|
|
49
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
50
|
+
host: { mock: 'mock' },
|
|
49
51
|
providers: [
|
|
50
52
|
{
|
|
51
53
|
provide: AccordionItemComponent,
|
|
@@ -65,19 +67,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
65
67
|
|
|
66
68
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
67
69
|
class MockActionGroupComponent {
|
|
68
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
69
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
70
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActionGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
71
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockActionGroupComponent, selector: "kirby-action-group", inputs: { visibleActions: "visibleActions", emphasizeActions: "emphasizeActions", align: "align" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
70
72
|
{
|
|
71
73
|
provide: ActionGroupComponent,
|
|
72
74
|
useExisting: forwardRef((() => MockActionGroupComponent)),
|
|
73
75
|
},
|
|
74
76
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
75
77
|
}
|
|
76
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActionGroupComponent, decorators: [{
|
|
77
79
|
type: Component,
|
|
78
80
|
args: [{
|
|
79
81
|
selector: 'kirby-action-group',
|
|
80
82
|
template: '<ng-content></ng-content>',
|
|
83
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
84
|
+
host: { mock: 'mock' },
|
|
81
85
|
providers: [
|
|
82
86
|
{
|
|
83
87
|
provide: ActionGroupComponent,
|
|
@@ -95,19 +99,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
95
99
|
|
|
96
100
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
97
101
|
class MockAvatarComponent {
|
|
98
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
99
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
102
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
103
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockAvatarComponent, selector: "kirby-avatar", inputs: { imageSrc: "imageSrc", altText: "altText", shadow: "shadow", stroke: "stroke", text: "text", overlay: "overlay", size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
100
104
|
{
|
|
101
105
|
provide: AvatarComponent,
|
|
102
106
|
useExisting: forwardRef((() => MockAvatarComponent)),
|
|
103
107
|
},
|
|
104
108
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
105
109
|
}
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAvatarComponent, decorators: [{
|
|
107
111
|
type: Component,
|
|
108
112
|
args: [{
|
|
109
113
|
selector: 'kirby-avatar',
|
|
110
114
|
template: '<ng-content></ng-content>',
|
|
115
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
116
|
+
host: { mock: 'mock' },
|
|
111
117
|
providers: [
|
|
112
118
|
{
|
|
113
119
|
provide: AvatarComponent,
|
|
@@ -135,20 +141,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
135
141
|
|
|
136
142
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
137
143
|
class MockButtonComponent {
|
|
138
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
139
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
144
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
145
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockButtonComponent, selector: "button[kirby-button],Button[kirby-button]", inputs: { attentionLevel: "attentionLevel", noDecoration: "noDecoration", themeColor: "themeColor", expand: "expand", isFloating: "isFloating", size: "size", showIconOnly: "showIconOnly" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
140
146
|
{
|
|
141
147
|
provide: ButtonComponent,
|
|
142
148
|
useExisting: forwardRef((() => MockButtonComponent)),
|
|
143
149
|
},
|
|
144
150
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
145
151
|
}
|
|
146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockButtonComponent, decorators: [{
|
|
147
153
|
type: Component,
|
|
148
154
|
args: [{
|
|
149
155
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
150
156
|
selector: 'button[kirby-button],Button[kirby-button]',
|
|
151
157
|
template: '<ng-content></ng-content>',
|
|
158
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
159
|
+
host: { mock: 'mock' },
|
|
152
160
|
providers: [
|
|
153
161
|
{
|
|
154
162
|
provide: ButtonComponent,
|
|
@@ -174,19 +182,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
174
182
|
|
|
175
183
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
176
184
|
class MockBadgeComponent {
|
|
177
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
178
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
185
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
186
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockBadgeComponent, selector: "kirby-badge", inputs: { text: "text", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
179
187
|
{
|
|
180
188
|
provide: BadgeComponent,
|
|
181
189
|
useExisting: forwardRef((() => MockBadgeComponent)),
|
|
182
190
|
},
|
|
183
191
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
184
192
|
}
|
|
185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockBadgeComponent, decorators: [{
|
|
186
194
|
type: Component,
|
|
187
195
|
args: [{
|
|
188
196
|
selector: 'kirby-badge',
|
|
189
197
|
template: '<ng-content></ng-content>',
|
|
198
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
199
|
+
host: { mock: 'mock' },
|
|
190
200
|
providers: [
|
|
191
201
|
{
|
|
192
202
|
provide: BadgeComponent,
|
|
@@ -209,19 +219,21 @@ class MockCalendarComponent {
|
|
|
209
219
|
this.previousMonthClicked = new EventEmitter();
|
|
210
220
|
this.nextMonthClicked = new EventEmitter();
|
|
211
221
|
}
|
|
212
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
213
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
222
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
223
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockCalendarComponent, selector: "kirby-calendar", inputs: { timezone: "timezone", disableWeekends: "disableWeekends", disablePastDates: "disablePastDates", disableFutureDates: "disableFutureDates", alwaysEnableToday: "alwaysEnableToday", locales: "locales", customLocales: "customLocales", usePopover: "usePopover", yearNavigatorOptions: "yearNavigatorOptions", selectedDate: "selectedDate", disabledDates: "disabledDates", enabledDates: "enabledDates", todayDate: "todayDate", minDate: "minDate", maxDate: "maxDate" }, outputs: { dateChange: "dateChange", dateSelect: "dateSelect", yearSelect: "yearSelect", previousMonthClicked: "previousMonthClicked", nextMonthClicked: "nextMonthClicked" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
214
224
|
{
|
|
215
225
|
provide: CalendarComponent,
|
|
216
226
|
useExisting: forwardRef((() => MockCalendarComponent)),
|
|
217
227
|
},
|
|
218
228
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
219
229
|
}
|
|
220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCalendarComponent, decorators: [{
|
|
221
231
|
type: Component,
|
|
222
232
|
args: [{
|
|
223
233
|
selector: 'kirby-calendar',
|
|
224
234
|
template: '<ng-content></ng-content>',
|
|
235
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
236
|
+
host: { mock: 'mock' },
|
|
225
237
|
providers: [
|
|
226
238
|
{
|
|
227
239
|
provide: CalendarComponent,
|
|
@@ -273,19 +285,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
273
285
|
|
|
274
286
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
275
287
|
class MockCardFooterComponent {
|
|
276
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
277
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
288
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
289
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockCardFooterComponent, selector: "kirby-card-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
278
290
|
{
|
|
279
291
|
provide: CardFooterComponent,
|
|
280
292
|
useExisting: forwardRef((() => MockCardFooterComponent)),
|
|
281
293
|
},
|
|
282
294
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
283
295
|
}
|
|
284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardFooterComponent, decorators: [{
|
|
285
297
|
type: Component,
|
|
286
298
|
args: [{
|
|
287
299
|
selector: 'kirby-card-footer',
|
|
288
300
|
template: '<ng-content></ng-content>',
|
|
301
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
302
|
+
host: { mock: 'mock' },
|
|
289
303
|
providers: [
|
|
290
304
|
{
|
|
291
305
|
provide: CardFooterComponent,
|
|
@@ -299,19 +313,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
299
313
|
|
|
300
314
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
301
315
|
class MockCardHeaderComponent {
|
|
302
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
303
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
316
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
317
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockCardHeaderComponent, selector: "kirby-card-header", inputs: { title: "title", subtitle: "subtitle", isTitleBold: "isTitleBold", flagged: "flagged", hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
304
318
|
{
|
|
305
319
|
provide: CardHeaderComponent,
|
|
306
320
|
useExisting: forwardRef((() => MockCardHeaderComponent)),
|
|
307
321
|
},
|
|
308
322
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
309
323
|
}
|
|
310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardHeaderComponent, decorators: [{
|
|
311
325
|
type: Component,
|
|
312
326
|
args: [{
|
|
313
327
|
selector: 'kirby-card-header',
|
|
314
328
|
template: '<ng-content></ng-content>',
|
|
329
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
330
|
+
host: { mock: 'mock' },
|
|
315
331
|
providers: [
|
|
316
332
|
{
|
|
317
333
|
provide: CardHeaderComponent,
|
|
@@ -333,19 +349,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
333
349
|
|
|
334
350
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
335
351
|
class MockCardComponent {
|
|
336
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
337
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
352
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
353
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockCardComponent, selector: "kirby-card", inputs: { title: "title", subtitle: "subtitle", backgroundImageUrl: "backgroundImageUrl", hasPadding: "hasPadding", sizes: "sizes", flat: "flat" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
338
354
|
{
|
|
339
355
|
provide: CardComponent,
|
|
340
356
|
useExisting: forwardRef((() => MockCardComponent)),
|
|
341
357
|
},
|
|
342
358
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
343
359
|
}
|
|
344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardComponent, decorators: [{
|
|
345
361
|
type: Component,
|
|
346
362
|
args: [{
|
|
347
363
|
selector: 'kirby-card',
|
|
348
364
|
template: '<ng-content></ng-content>',
|
|
365
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
366
|
+
host: { mock: 'mock' },
|
|
349
367
|
providers: [
|
|
350
368
|
{
|
|
351
369
|
provide: CardComponent,
|
|
@@ -369,19 +387,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
369
387
|
|
|
370
388
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
371
389
|
class MockBaseChartComponent {
|
|
372
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
373
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
390
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockBaseChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
391
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockBaseChartComponent, selector: "kirby-base-chart", inputs: { type: "type", data: "data", labels: "labels", customOptions: "customOptions", annotations: "annotations", highlightedElements: "highlightedElements", height: "height" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
374
392
|
{
|
|
375
393
|
provide: BaseChartComponent,
|
|
376
394
|
useExisting: forwardRef((() => MockBaseChartComponent)),
|
|
377
395
|
},
|
|
378
396
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
379
397
|
}
|
|
380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockBaseChartComponent, decorators: [{
|
|
381
399
|
type: Component,
|
|
382
400
|
args: [{
|
|
383
401
|
selector: 'kirby-base-chart',
|
|
384
402
|
template: '<ng-content></ng-content>',
|
|
403
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
404
|
+
host: { mock: 'mock' },
|
|
385
405
|
providers: [
|
|
386
406
|
{
|
|
387
407
|
provide: BaseChartComponent,
|
|
@@ -407,19 +427,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
407
427
|
|
|
408
428
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
409
429
|
class MockChartComponent extends MockBaseChartComponent {
|
|
410
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
411
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
430
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
431
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockChartComponent, selector: "kirby-chart", inputs: { type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
412
432
|
{
|
|
413
433
|
provide: ChartComponent,
|
|
414
434
|
useExisting: forwardRef((() => MockChartComponent)),
|
|
415
435
|
},
|
|
416
436
|
], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
417
437
|
}
|
|
418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockChartComponent, decorators: [{
|
|
419
439
|
type: Component,
|
|
420
440
|
args: [{
|
|
421
441
|
selector: 'kirby-chart',
|
|
422
442
|
template: '<ng-content></ng-content>',
|
|
443
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
444
|
+
host: { mock: 'mock' },
|
|
423
445
|
providers: [
|
|
424
446
|
{
|
|
425
447
|
provide: ChartComponent,
|
|
@@ -433,19 +455,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
433
455
|
|
|
434
456
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
435
457
|
class MockStockChartComponent extends MockBaseChartComponent {
|
|
436
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
437
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
458
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockStockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
459
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockStockChartComponent, selector: "kirby-stock-chart", inputs: { dataLabelOptions: "dataLabelOptions" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
438
460
|
{
|
|
439
461
|
provide: StockChartComponent,
|
|
440
462
|
useExisting: forwardRef((() => MockStockChartComponent)),
|
|
441
463
|
},
|
|
442
464
|
], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
443
465
|
}
|
|
444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockStockChartComponent, decorators: [{
|
|
445
467
|
type: Component,
|
|
446
468
|
args: [{
|
|
447
469
|
selector: 'kirby-stock-chart',
|
|
448
470
|
template: '<ng-content></ng-content>',
|
|
471
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
472
|
+
host: { mock: 'mock' },
|
|
449
473
|
providers: [
|
|
450
474
|
{
|
|
451
475
|
provide: StockChartComponent,
|
|
@@ -462,19 +486,21 @@ class MockCheckboxComponent {
|
|
|
462
486
|
constructor() {
|
|
463
487
|
this.checkedChange = new EventEmitter();
|
|
464
488
|
}
|
|
465
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
466
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
489
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
490
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockCheckboxComponent, selector: "kirby-checkbox", inputs: { checked: "checked", attentionLevel: "attentionLevel", text: "text", size: "size", hasError: "hasError", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
467
491
|
{
|
|
468
492
|
provide: CheckboxComponent,
|
|
469
493
|
useExisting: forwardRef((() => MockCheckboxComponent)),
|
|
470
494
|
},
|
|
471
495
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
472
496
|
}
|
|
473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCheckboxComponent, decorators: [{
|
|
474
498
|
type: Component,
|
|
475
499
|
args: [{
|
|
476
500
|
selector: 'kirby-checkbox',
|
|
477
501
|
template: '<ng-content></ng-content>',
|
|
502
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
503
|
+
host: { mock: 'mock' },
|
|
478
504
|
providers: [
|
|
479
505
|
{
|
|
480
506
|
provide: CheckboxComponent,
|
|
@@ -500,20 +526,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
500
526
|
|
|
501
527
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
502
528
|
class MockTableComponent {
|
|
503
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
504
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
529
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
530
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockTableComponent, selector: "table[kirby-table]", inputs: { fixedLayout: "fixedLayout" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
505
531
|
{
|
|
506
532
|
provide: TableComponent,
|
|
507
533
|
useExisting: forwardRef((() => MockTableComponent)),
|
|
508
534
|
},
|
|
509
535
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
510
536
|
}
|
|
511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTableComponent, decorators: [{
|
|
512
538
|
type: Component,
|
|
513
539
|
args: [{
|
|
514
540
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
515
541
|
selector: 'table[kirby-table]',
|
|
516
542
|
template: '<ng-content></ng-content>',
|
|
543
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
544
|
+
host: { mock: 'mock' },
|
|
517
545
|
providers: [
|
|
518
546
|
{
|
|
519
547
|
provide: TableComponent,
|
|
@@ -527,20 +555,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
527
555
|
|
|
528
556
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
529
557
|
class MockTableRowComponent {
|
|
530
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
531
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
558
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTableRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
559
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockTableRowComponent, selector: "tr[kirby-tr]", inputs: { selectable: "selectable" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
532
560
|
{
|
|
533
561
|
provide: TableRowComponent,
|
|
534
562
|
useExisting: forwardRef((() => MockTableRowComponent)),
|
|
535
563
|
},
|
|
536
564
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
537
565
|
}
|
|
538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTableRowComponent, decorators: [{
|
|
539
567
|
type: Component,
|
|
540
568
|
args: [{
|
|
541
569
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
542
570
|
selector: 'tr[kirby-tr]',
|
|
543
571
|
template: '<ng-content></ng-content>',
|
|
572
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
573
|
+
host: { mock: 'mock' },
|
|
544
574
|
providers: [
|
|
545
575
|
{
|
|
546
576
|
provide: TableRowComponent,
|
|
@@ -554,19 +584,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
554
584
|
|
|
555
585
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
556
586
|
class MockDividerComponent {
|
|
557
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
558
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
587
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
588
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockDividerComponent, selector: "kirby-divider", inputs: { hasMargin: "hasMargin" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
559
589
|
{
|
|
560
590
|
provide: DividerComponent,
|
|
561
591
|
useExisting: forwardRef((() => MockDividerComponent)),
|
|
562
592
|
},
|
|
563
593
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
564
594
|
}
|
|
565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDividerComponent, decorators: [{
|
|
566
596
|
type: Component,
|
|
567
597
|
args: [{
|
|
568
598
|
selector: 'kirby-divider',
|
|
569
599
|
template: '<ng-content></ng-content>',
|
|
600
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
601
|
+
host: { mock: 'mock' },
|
|
570
602
|
providers: [
|
|
571
603
|
{
|
|
572
604
|
provide: DividerComponent,
|
|
@@ -583,19 +615,21 @@ class MockDropdownComponent {
|
|
|
583
615
|
constructor() {
|
|
584
616
|
this.change = new EventEmitter();
|
|
585
617
|
}
|
|
586
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
587
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
618
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
619
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockDropdownComponent, selector: "kirby-dropdown", inputs: { items: "items", selectedIndex: "selectedIndex", focusedIndex: "focusedIndex", itemTextProperty: "itemTextProperty", placeholder: "placeholder", popout: "popout", attentionLevel: "attentionLevel", expand: "expand", disabled: "disabled", hasError: "hasError", size: "size", tabindex: "tabindex", usePopover: "usePopover" }, outputs: { change: "change" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
588
620
|
{
|
|
589
621
|
provide: DropdownComponent,
|
|
590
622
|
useExisting: forwardRef((() => MockDropdownComponent)),
|
|
591
623
|
},
|
|
592
624
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
593
625
|
}
|
|
594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDropdownComponent, decorators: [{
|
|
595
627
|
type: Component,
|
|
596
628
|
args: [{
|
|
597
629
|
selector: 'kirby-dropdown',
|
|
598
630
|
template: '<ng-content></ng-content>',
|
|
631
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
632
|
+
host: { mock: 'mock' },
|
|
599
633
|
providers: [
|
|
600
634
|
{
|
|
601
635
|
provide: DropdownComponent,
|
|
@@ -635,19 +669,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
635
669
|
|
|
636
670
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
637
671
|
class MockEmptyStateComponent {
|
|
638
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
639
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
672
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockEmptyStateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
673
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockEmptyStateComponent, selector: "kirby-empty-state", inputs: { iconName: "iconName", customIconName: "customIconName", title: "title", subtitle: "subtitle" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
640
674
|
{
|
|
641
675
|
provide: EmptyStateComponent,
|
|
642
676
|
useExisting: forwardRef((() => MockEmptyStateComponent)),
|
|
643
677
|
},
|
|
644
678
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
645
679
|
}
|
|
646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockEmptyStateComponent, decorators: [{
|
|
647
681
|
type: Component,
|
|
648
682
|
args: [{
|
|
649
683
|
selector: 'kirby-empty-state',
|
|
650
684
|
template: '<ng-content></ng-content>',
|
|
685
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
686
|
+
host: { mock: 'mock' },
|
|
651
687
|
providers: [
|
|
652
688
|
{
|
|
653
689
|
provide: EmptyStateComponent,
|
|
@@ -667,19 +703,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
667
703
|
|
|
668
704
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
669
705
|
class MockFabSheetComponent {
|
|
670
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
671
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
706
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFabSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
707
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockFabSheetComponent, selector: "kirby-fab-sheet", inputs: { disabled: "disabled", horizontalAlignment: "horizontalAlignment" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
672
708
|
{
|
|
673
709
|
provide: FabSheetComponent,
|
|
674
710
|
useExisting: forwardRef((() => MockFabSheetComponent)),
|
|
675
711
|
},
|
|
676
712
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
677
713
|
}
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFabSheetComponent, decorators: [{
|
|
679
715
|
type: Component,
|
|
680
716
|
args: [{
|
|
681
717
|
selector: 'kirby-fab-sheet',
|
|
682
718
|
template: '<ng-content></ng-content>',
|
|
719
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
720
|
+
host: { mock: 'mock' },
|
|
683
721
|
providers: [
|
|
684
722
|
{
|
|
685
723
|
provide: FabSheetComponent,
|
|
@@ -695,19 +733,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
695
733
|
|
|
696
734
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
697
735
|
class MockFlagComponent {
|
|
698
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
699
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
736
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
737
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockFlagComponent, selector: "kirby-flag", inputs: { size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
700
738
|
{
|
|
701
739
|
provide: FlagComponent,
|
|
702
740
|
useExisting: forwardRef((() => MockFlagComponent)),
|
|
703
741
|
},
|
|
704
742
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
705
743
|
}
|
|
706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFlagComponent, decorators: [{
|
|
707
745
|
type: Component,
|
|
708
746
|
args: [{
|
|
709
747
|
selector: 'kirby-flag',
|
|
710
748
|
template: '<ng-content></ng-content>',
|
|
749
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
750
|
+
host: { mock: 'mock' },
|
|
711
751
|
providers: [
|
|
712
752
|
{
|
|
713
753
|
provide: FlagComponent,
|
|
@@ -723,19 +763,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
723
763
|
|
|
724
764
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
725
765
|
class MockFormFieldMessageComponent {
|
|
726
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
727
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
766
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFormFieldMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
767
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockFormFieldMessageComponent, selector: "kirby-form-field-message", inputs: { text: "text", position: "position" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
728
768
|
{
|
|
729
769
|
provide: FormFieldMessageComponent,
|
|
730
770
|
useExisting: forwardRef((() => MockFormFieldMessageComponent)),
|
|
731
771
|
},
|
|
732
772
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
733
773
|
}
|
|
734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFormFieldMessageComponent, decorators: [{
|
|
735
775
|
type: Component,
|
|
736
776
|
args: [{
|
|
737
777
|
selector: 'kirby-form-field-message',
|
|
738
778
|
template: '<ng-content></ng-content>',
|
|
779
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
780
|
+
host: { mock: 'mock' },
|
|
739
781
|
providers: [
|
|
740
782
|
{
|
|
741
783
|
provide: FormFieldMessageComponent,
|
|
@@ -754,19 +796,21 @@ class MockFormFieldComponent {
|
|
|
754
796
|
focus() {
|
|
755
797
|
// NOOP
|
|
756
798
|
}
|
|
757
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
758
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
799
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
800
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockFormFieldComponent, selector: "kirby-form-field", inputs: { label: "label", message: "message" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
759
801
|
{
|
|
760
802
|
provide: FormFieldComponent,
|
|
761
803
|
useExisting: forwardRef((() => MockFormFieldComponent)),
|
|
762
804
|
},
|
|
763
805
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
764
806
|
}
|
|
765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFormFieldComponent, decorators: [{
|
|
766
808
|
type: Component,
|
|
767
809
|
args: [{
|
|
768
810
|
selector: 'kirby-form-field',
|
|
769
811
|
template: '<ng-content></ng-content>',
|
|
812
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
813
|
+
host: { mock: 'mock' },
|
|
770
814
|
providers: [
|
|
771
815
|
{
|
|
772
816
|
provide: FormFieldComponent,
|
|
@@ -782,20 +826,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
782
826
|
|
|
783
827
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
784
828
|
class MockInputComponent {
|
|
785
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
786
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
829
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
830
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockInputComponent, selector: "input[kirby-input]", inputs: { type: "type", size: "size", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", value: "value", maxlength: "maxlength", inputmode: "inputmode" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
787
831
|
{
|
|
788
832
|
provide: InputComponent,
|
|
789
833
|
useExisting: forwardRef((() => MockInputComponent)),
|
|
790
834
|
},
|
|
791
835
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
792
836
|
}
|
|
793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInputComponent, decorators: [{
|
|
794
838
|
type: Component,
|
|
795
839
|
args: [{
|
|
796
840
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
797
841
|
selector: 'input[kirby-input]',
|
|
798
842
|
template: '<ng-content></ng-content>',
|
|
843
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
844
|
+
host: { mock: 'mock' },
|
|
799
845
|
providers: [
|
|
800
846
|
{
|
|
801
847
|
provide: InputComponent,
|
|
@@ -825,19 +871,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
825
871
|
|
|
826
872
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
827
873
|
class MockInputCounterComponent {
|
|
828
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
829
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
874
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInputCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
875
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockInputCounterComponent, selector: "kirby-input-counter", inputs: { listenTo: "listenTo" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
830
876
|
{
|
|
831
877
|
provide: InputCounterComponent,
|
|
832
878
|
useExisting: forwardRef((() => MockInputCounterComponent)),
|
|
833
879
|
},
|
|
834
880
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
835
881
|
}
|
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInputCounterComponent, decorators: [{
|
|
837
883
|
type: Component,
|
|
838
884
|
args: [{
|
|
839
885
|
selector: 'kirby-input-counter',
|
|
840
886
|
template: '<ng-content></ng-content>',
|
|
887
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
888
|
+
host: { mock: 'mock' },
|
|
841
889
|
providers: [
|
|
842
890
|
{
|
|
843
891
|
provide: InputCounterComponent,
|
|
@@ -851,20 +899,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
851
899
|
|
|
852
900
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
853
901
|
class MockTextareaComponent {
|
|
854
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
855
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
902
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
903
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockTextareaComponent, selector: "textarea[kirby-textarea]", inputs: { value: "value", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", maxlength: "maxlength" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
856
904
|
{
|
|
857
905
|
provide: TextareaComponent,
|
|
858
906
|
useExisting: forwardRef((() => MockTextareaComponent)),
|
|
859
907
|
},
|
|
860
908
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
861
909
|
}
|
|
862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTextareaComponent, decorators: [{
|
|
863
911
|
type: Component,
|
|
864
912
|
args: [{
|
|
865
913
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
866
914
|
selector: 'textarea[kirby-textarea]',
|
|
867
915
|
template: '<ng-content></ng-content>',
|
|
916
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
917
|
+
host: { mock: 'mock' },
|
|
868
918
|
providers: [
|
|
869
919
|
{
|
|
870
920
|
provide: TextareaComponent,
|
|
@@ -888,15 +938,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
888
938
|
|
|
889
939
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
890
940
|
class MockHeaderActionsDirective {
|
|
891
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
892
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
941
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
942
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockHeaderActionsDirective, selector: "[kirbyHeaderActions]", providers: [
|
|
893
943
|
{
|
|
894
944
|
provide: HeaderActionsDirective,
|
|
895
945
|
useExisting: forwardRef((() => MockHeaderActionsDirective)),
|
|
896
946
|
},
|
|
897
947
|
], ngImport: i0 }); }
|
|
898
948
|
}
|
|
899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderActionsDirective, decorators: [{
|
|
900
950
|
type: Directive,
|
|
901
951
|
args: [{
|
|
902
952
|
selector: '[kirbyHeaderActions]',
|
|
@@ -909,15 +959,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
909
959
|
}]
|
|
910
960
|
}] });
|
|
911
961
|
class MockHeaderCustomSectionDirective {
|
|
912
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
913
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
962
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderCustomSectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
963
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockHeaderCustomSectionDirective, selector: "[kirbyHeaderCustomSection]", providers: [
|
|
914
964
|
{
|
|
915
965
|
provide: HeaderCustomSectionDirective,
|
|
916
966
|
useExisting: forwardRef((() => MockHeaderCustomSectionDirective)),
|
|
917
967
|
},
|
|
918
968
|
], ngImport: i0 }); }
|
|
919
969
|
}
|
|
920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderCustomSectionDirective, decorators: [{
|
|
921
971
|
type: Directive,
|
|
922
972
|
args: [{
|
|
923
973
|
selector: '[kirbyHeaderCustomSection]',
|
|
@@ -930,19 +980,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
930
980
|
}]
|
|
931
981
|
}] });
|
|
932
982
|
class MockHeaderComponent {
|
|
933
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
934
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
983
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
984
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockHeaderComponent, selector: "kirby-header", inputs: { centered: "centered", titleMaxLines: "titleMaxLines", emphasizeActions: "emphasizeActions", title: "title", value: "value", valueUnit: "valueUnit", subtitle1: "subtitle1", subtitle2: "subtitle2" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
935
985
|
{
|
|
936
986
|
provide: HeaderComponent,
|
|
937
987
|
useExisting: forwardRef((() => MockHeaderComponent)),
|
|
938
988
|
},
|
|
939
989
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
940
990
|
}
|
|
941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderComponent, decorators: [{
|
|
942
992
|
type: Component,
|
|
943
993
|
args: [{
|
|
944
994
|
selector: 'kirby-header',
|
|
945
995
|
template: '<ng-content></ng-content>',
|
|
996
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
997
|
+
host: { mock: 'mock' },
|
|
946
998
|
providers: [
|
|
947
999
|
{
|
|
948
1000
|
provide: HeaderComponent,
|
|
@@ -970,19 +1022,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
970
1022
|
|
|
971
1023
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
972
1024
|
class MockIconComponent {
|
|
973
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
974
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1025
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1026
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockIconComponent, selector: "kirby-icon", inputs: { size: "size", name: "name", customName: "customName" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
975
1027
|
{
|
|
976
1028
|
provide: IconComponent,
|
|
977
1029
|
useExisting: forwardRef((() => MockIconComponent)),
|
|
978
1030
|
},
|
|
979
1031
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
980
1032
|
}
|
|
981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockIconComponent, decorators: [{
|
|
982
1034
|
type: Component,
|
|
983
1035
|
args: [{
|
|
984
1036
|
selector: 'kirby-icon',
|
|
985
1037
|
template: '<ng-content></ng-content>',
|
|
1038
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1039
|
+
host: { mock: 'mock' },
|
|
986
1040
|
providers: [
|
|
987
1041
|
{
|
|
988
1042
|
provide: IconComponent,
|
|
@@ -1000,19 +1054,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1000
1054
|
|
|
1001
1055
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1002
1056
|
class MockItemComponent {
|
|
1003
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1004
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1057
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1058
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockItemComponent, selector: "kirby-item", inputs: { disabled: "disabled", selected: "selected", disclosure: "disclosure", selectable: "selectable", reorderable: "reorderable", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1005
1059
|
{
|
|
1006
1060
|
provide: ItemComponent,
|
|
1007
1061
|
useExisting: forwardRef((() => MockItemComponent)),
|
|
1008
1062
|
},
|
|
1009
1063
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1010
1064
|
}
|
|
1011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemComponent, decorators: [{
|
|
1012
1066
|
type: Component,
|
|
1013
1067
|
args: [{
|
|
1014
1068
|
selector: 'kirby-item',
|
|
1015
1069
|
template: '<ng-content></ng-content>',
|
|
1070
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1071
|
+
host: { mock: 'mock' },
|
|
1016
1072
|
providers: [
|
|
1017
1073
|
{
|
|
1018
1074
|
provide: ItemComponent,
|
|
@@ -1036,19 +1092,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1036
1092
|
|
|
1037
1093
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1038
1094
|
class MockLabelComponent {
|
|
1039
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1040
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1095
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1096
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockLabelComponent, selector: "kirby-label", inputs: { direction: "direction" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1041
1097
|
{
|
|
1042
1098
|
provide: LabelComponent,
|
|
1043
1099
|
useExisting: forwardRef((() => MockLabelComponent)),
|
|
1044
1100
|
},
|
|
1045
1101
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1046
1102
|
}
|
|
1047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockLabelComponent, decorators: [{
|
|
1048
1104
|
type: Component,
|
|
1049
1105
|
args: [{
|
|
1050
1106
|
selector: 'kirby-label',
|
|
1051
1107
|
template: '<ng-content></ng-content>',
|
|
1108
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1109
|
+
host: { mock: 'mock' },
|
|
1052
1110
|
providers: [
|
|
1053
1111
|
{
|
|
1054
1112
|
provide: LabelComponent,
|
|
@@ -1062,19 +1120,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1062
1120
|
|
|
1063
1121
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1064
1122
|
class MockItemGroupComponent {
|
|
1065
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1066
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1123
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1124
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockItemGroupComponent, selector: "kirby-item-group", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1067
1125
|
{
|
|
1068
1126
|
provide: ItemGroupComponent,
|
|
1069
1127
|
useExisting: forwardRef((() => MockItemGroupComponent)),
|
|
1070
1128
|
},
|
|
1071
1129
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1072
1130
|
}
|
|
1073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemGroupComponent, decorators: [{
|
|
1074
1132
|
type: Component,
|
|
1075
1133
|
args: [{
|
|
1076
1134
|
selector: 'kirby-item-group',
|
|
1077
1135
|
template: '<ng-content></ng-content>',
|
|
1136
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1137
|
+
host: { mock: 'mock' },
|
|
1078
1138
|
providers: [
|
|
1079
1139
|
{
|
|
1080
1140
|
provide: ItemGroupComponent,
|
|
@@ -1086,19 +1146,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1086
1146
|
|
|
1087
1147
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1088
1148
|
class MockItemSlidingComponent {
|
|
1089
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1090
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1149
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemSlidingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1150
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockItemSlidingComponent, selector: "kirby-item-sliding", inputs: { swipeActions: "swipeActions", side: "side" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1091
1151
|
{
|
|
1092
1152
|
provide: ItemSlidingComponent,
|
|
1093
1153
|
useExisting: forwardRef((() => MockItemSlidingComponent)),
|
|
1094
1154
|
},
|
|
1095
1155
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1096
1156
|
}
|
|
1097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemSlidingComponent, decorators: [{
|
|
1098
1158
|
type: Component,
|
|
1099
1159
|
args: [{
|
|
1100
1160
|
selector: 'kirby-item-sliding',
|
|
1101
1161
|
template: '<ng-content></ng-content>',
|
|
1162
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1163
|
+
host: { mock: 'mock' },
|
|
1102
1164
|
providers: [
|
|
1103
1165
|
{
|
|
1104
1166
|
provide: ItemSlidingComponent,
|
|
@@ -1114,19 +1176,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1114
1176
|
|
|
1115
1177
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1116
1178
|
class MockAppComponent {
|
|
1117
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1118
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1179
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAppComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1180
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockAppComponent, selector: "kirby-app", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1119
1181
|
{
|
|
1120
1182
|
provide: AppComponent,
|
|
1121
1183
|
useExisting: forwardRef((() => MockAppComponent)),
|
|
1122
1184
|
},
|
|
1123
1185
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1124
1186
|
}
|
|
1125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAppComponent, decorators: [{
|
|
1126
1188
|
type: Component,
|
|
1127
1189
|
args: [{
|
|
1128
1190
|
selector: 'kirby-app',
|
|
1129
1191
|
template: '<ng-content></ng-content>',
|
|
1192
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1193
|
+
host: { mock: 'mock' },
|
|
1130
1194
|
providers: [
|
|
1131
1195
|
{
|
|
1132
1196
|
provide: AppComponent,
|
|
@@ -1138,19 +1202,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1138
1202
|
|
|
1139
1203
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1140
1204
|
class MockListExperimentalComponent {
|
|
1141
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1142
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1205
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListExperimentalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1206
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockListExperimentalComponent, selector: "kirby-list-experimental", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1143
1207
|
{
|
|
1144
1208
|
provide: ListExperimentalComponent,
|
|
1145
1209
|
useExisting: forwardRef((() => MockListExperimentalComponent)),
|
|
1146
1210
|
},
|
|
1147
1211
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1148
1212
|
}
|
|
1149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListExperimentalComponent, decorators: [{
|
|
1150
1214
|
type: Component,
|
|
1151
1215
|
args: [{
|
|
1152
1216
|
selector: 'kirby-list-experimental',
|
|
1153
1217
|
template: '<ng-content></ng-content>',
|
|
1218
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1219
|
+
host: { mock: 'mock' },
|
|
1154
1220
|
providers: [
|
|
1155
1221
|
{
|
|
1156
1222
|
provide: ListExperimentalComponent,
|
|
@@ -1162,19 +1228,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1162
1228
|
|
|
1163
1229
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1164
1230
|
class MockListHeaderComponent {
|
|
1165
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1166
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1231
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1232
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockListHeaderComponent, selector: "kirby-list-header", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1167
1233
|
{
|
|
1168
1234
|
provide: ListHeaderComponent,
|
|
1169
1235
|
useExisting: forwardRef((() => MockListHeaderComponent)),
|
|
1170
1236
|
},
|
|
1171
1237
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1172
1238
|
}
|
|
1173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListHeaderComponent, decorators: [{
|
|
1174
1240
|
type: Component,
|
|
1175
1241
|
args: [{
|
|
1176
1242
|
selector: 'kirby-list-header',
|
|
1177
1243
|
template: '<ng-content></ng-content>',
|
|
1244
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1245
|
+
host: { mock: 'mock' },
|
|
1178
1246
|
providers: [
|
|
1179
1247
|
{
|
|
1180
1248
|
provide: ListHeaderComponent,
|
|
@@ -1190,19 +1258,21 @@ class MockListItemComponent {
|
|
|
1190
1258
|
this.itemSelect = new EventEmitter();
|
|
1191
1259
|
this.swipeActionSelect = new EventEmitter();
|
|
1192
1260
|
}
|
|
1193
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1194
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1261
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1262
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockListItemComponent, selector: "kirby-list-item", inputs: { item: "item", boundaryClass: "boundaryClass", swipeActions: "swipeActions", itemTemplate: "itemTemplate", isSelected: "isSelected", isSelectable: "isSelectable", getItemColor: "getItemColor" }, outputs: { itemSelect: "itemSelect", swipeActionSelect: "swipeActionSelect" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1195
1263
|
{
|
|
1196
1264
|
provide: ListItemComponent,
|
|
1197
1265
|
useExisting: forwardRef((() => MockListItemComponent)),
|
|
1198
1266
|
},
|
|
1199
1267
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1200
1268
|
}
|
|
1201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemComponent, decorators: [{
|
|
1202
1270
|
type: Component,
|
|
1203
1271
|
args: [{
|
|
1204
1272
|
selector: 'kirby-list-item',
|
|
1205
1273
|
template: '<ng-content></ng-content>',
|
|
1274
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1275
|
+
host: { mock: 'mock' },
|
|
1206
1276
|
providers: [
|
|
1207
1277
|
{
|
|
1208
1278
|
provide: ListItemComponent,
|
|
@@ -1232,19 +1302,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1232
1302
|
|
|
1233
1303
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1234
1304
|
class MockListSectionHeaderComponent {
|
|
1235
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1236
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1305
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1306
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockListSectionHeaderComponent, selector: "kirby-list-section-header", inputs: { title: "title" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1237
1307
|
{
|
|
1238
1308
|
provide: ListSectionHeaderComponent,
|
|
1239
1309
|
useExisting: forwardRef((() => MockListSectionHeaderComponent)),
|
|
1240
1310
|
},
|
|
1241
1311
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1242
1312
|
}
|
|
1243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListSectionHeaderComponent, decorators: [{
|
|
1244
1314
|
type: Component,
|
|
1245
1315
|
args: [{
|
|
1246
1316
|
selector: 'kirby-list-section-header',
|
|
1247
1317
|
template: '<ng-content></ng-content>',
|
|
1318
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1319
|
+
host: { mock: 'mock' },
|
|
1248
1320
|
providers: [
|
|
1249
1321
|
{
|
|
1250
1322
|
provide: ListSectionHeaderComponent,
|
|
@@ -1262,19 +1334,21 @@ class MockListComponent {
|
|
|
1262
1334
|
this.loadOnDemand = new EventEmitter();
|
|
1263
1335
|
this.itemSelect = new EventEmitter();
|
|
1264
1336
|
}
|
|
1265
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1266
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1337
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1338
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockListComponent, selector: "kirby-list", inputs: { items: "items", getItemColor: "getItemColor", getSectionName: "getSectionName", trackBy: "trackBy", getStandAloneByProperty: "getStandAloneByProperty", standAloneSpacing: "standAloneSpacing", noMoreItemsText: "noMoreItemsText", showDivider: "showDivider", markSelectedRow: "markSelectedRow", shape: "shape", hasItemSpacing: "hasItemSpacing", isLoadOnDemandEnabled: "isLoadOnDemandEnabled", swipeActions: "swipeActions", disableSelectionHighlight: "disableSelectionHighlight" }, outputs: { loadOnDemand: "loadOnDemand", itemSelect: "itemSelect" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1267
1339
|
{
|
|
1268
1340
|
provide: ListComponent,
|
|
1269
1341
|
useExisting: forwardRef((() => MockListComponent)),
|
|
1270
1342
|
},
|
|
1271
1343
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1272
1344
|
}
|
|
1273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListComponent, decorators: [{
|
|
1274
1346
|
type: Component,
|
|
1275
1347
|
args: [{
|
|
1276
1348
|
selector: 'kirby-list',
|
|
1277
1349
|
template: '<ng-content></ng-content>',
|
|
1350
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1351
|
+
host: { mock: 'mock' },
|
|
1278
1352
|
providers: [
|
|
1279
1353
|
{
|
|
1280
1354
|
provide: ListComponent,
|
|
@@ -1318,19 +1392,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1318
1392
|
|
|
1319
1393
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1320
1394
|
class MockLoadingOverlayComponent {
|
|
1321
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1322
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1395
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockLoadingOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1396
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockLoadingOverlayComponent, selector: "kirby-loading-overlay", inputs: { isLoading: "isLoading", showBackdrop: "showBackdrop", hideContent: "hideContent" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1323
1397
|
{
|
|
1324
1398
|
provide: LoadingOverlayComponent,
|
|
1325
1399
|
useExisting: forwardRef((() => MockLoadingOverlayComponent)),
|
|
1326
1400
|
},
|
|
1327
1401
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1328
1402
|
}
|
|
1329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockLoadingOverlayComponent, decorators: [{
|
|
1330
1404
|
type: Component,
|
|
1331
1405
|
args: [{
|
|
1332
1406
|
selector: 'kirby-loading-overlay',
|
|
1333
1407
|
template: '<ng-content></ng-content>',
|
|
1408
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1409
|
+
host: { mock: 'mock' },
|
|
1334
1410
|
providers: [
|
|
1335
1411
|
{
|
|
1336
1412
|
provide: LoadingOverlayComponent,
|
|
@@ -1348,19 +1424,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1348
1424
|
|
|
1349
1425
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1350
1426
|
class MockMenuComponent {
|
|
1351
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1352
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1427
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1428
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockMenuComponent, selector: "kirby-menu", inputs: { isDisabled: "isDisabled", buttonSize: "buttonSize", placement: "placement", attentionLevel: "attentionLevel", triggers: "triggers", DOMPortalOutlet: "DOMPortalOutlet", portalOutletConfig: "portalOutletConfig", autoPlacement: "autoPlacement", closeOnSelect: "closeOnSelect", closeOnEscapeKey: "closeOnEscapeKey", closeOnBackdrop: "closeOnBackdrop", minWidth: "minWidth" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1353
1429
|
{
|
|
1354
1430
|
provide: MenuComponent,
|
|
1355
1431
|
useExisting: forwardRef((() => MockMenuComponent)),
|
|
1356
1432
|
},
|
|
1357
1433
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1358
1434
|
}
|
|
1359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockMenuComponent, decorators: [{
|
|
1360
1436
|
type: Component,
|
|
1361
1437
|
args: [{
|
|
1362
1438
|
selector: 'kirby-menu',
|
|
1363
1439
|
template: '<ng-content></ng-content>',
|
|
1440
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1441
|
+
host: { mock: 'mock' },
|
|
1364
1442
|
providers: [
|
|
1365
1443
|
{
|
|
1366
1444
|
provide: MenuComponent,
|
|
@@ -1400,19 +1478,21 @@ class MockActionSheetComponent {
|
|
|
1400
1478
|
this.cancel = new EventEmitter();
|
|
1401
1479
|
this.itemSelect = new EventEmitter();
|
|
1402
1480
|
}
|
|
1403
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1404
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1481
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActionSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1482
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockActionSheetComponent, selector: "kirby-action-sheet", inputs: { cancelButtonText: "cancelButtonText", hideCancel: "hideCancel", disabled: "disabled", header: "header", subheader: "subheader", items: "items" }, outputs: { cancel: "cancel", itemSelect: "itemSelect" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1405
1483
|
{
|
|
1406
1484
|
provide: ActionSheetComponent,
|
|
1407
1485
|
useExisting: forwardRef((() => MockActionSheetComponent)),
|
|
1408
1486
|
},
|
|
1409
1487
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1410
1488
|
}
|
|
1411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActionSheetComponent, decorators: [{
|
|
1412
1490
|
type: Component,
|
|
1413
1491
|
args: [{
|
|
1414
1492
|
selector: 'kirby-action-sheet',
|
|
1415
1493
|
template: '<ng-content></ng-content>',
|
|
1494
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1495
|
+
host: { mock: 'mock' },
|
|
1416
1496
|
providers: [
|
|
1417
1497
|
{
|
|
1418
1498
|
provide: ActionSheetComponent,
|
|
@@ -1440,19 +1520,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1440
1520
|
|
|
1441
1521
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1442
1522
|
class MockAlertComponent {
|
|
1443
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1444
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1523
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1524
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockAlertComponent, selector: "kirby-alert", inputs: { title: "title", message: "message", iconName: "iconName", iconThemeColor: "iconThemeColor", okBtn: "okBtn", okBtnIsDestructive: "okBtnIsDestructive", cancelBtn: "cancelBtn" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1445
1525
|
{
|
|
1446
1526
|
provide: AlertComponent,
|
|
1447
1527
|
useExisting: forwardRef((() => MockAlertComponent)),
|
|
1448
1528
|
},
|
|
1449
1529
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1450
1530
|
}
|
|
1451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAlertComponent, decorators: [{
|
|
1452
1532
|
type: Component,
|
|
1453
1533
|
args: [{
|
|
1454
1534
|
selector: 'kirby-alert',
|
|
1455
1535
|
template: '<ng-content></ng-content>',
|
|
1536
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1537
|
+
host: { mock: 'mock' },
|
|
1456
1538
|
providers: [
|
|
1457
1539
|
{
|
|
1458
1540
|
provide: AlertComponent,
|
|
@@ -1478,19 +1560,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1478
1560
|
|
|
1479
1561
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1480
1562
|
class MockModalFooterComponent {
|
|
1481
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1482
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1563
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1564
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockModalFooterComponent, selector: "kirby-modal-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1483
1565
|
{
|
|
1484
1566
|
provide: ModalFooterComponent,
|
|
1485
1567
|
useExisting: forwardRef((() => MockModalFooterComponent)),
|
|
1486
1568
|
},
|
|
1487
1569
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1488
1570
|
}
|
|
1489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalFooterComponent, decorators: [{
|
|
1490
1572
|
type: Component,
|
|
1491
1573
|
args: [{
|
|
1492
1574
|
selector: 'kirby-modal-footer',
|
|
1493
1575
|
template: '<ng-content></ng-content>',
|
|
1576
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1577
|
+
host: { mock: 'mock' },
|
|
1494
1578
|
providers: [
|
|
1495
1579
|
{
|
|
1496
1580
|
provide: ModalFooterComponent,
|
|
@@ -1506,19 +1590,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1506
1590
|
|
|
1507
1591
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1508
1592
|
class MockModalCompactWrapperComponent {
|
|
1509
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1510
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1593
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalCompactWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1594
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockModalCompactWrapperComponent, selector: "kirby-modal-compact-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1511
1595
|
{
|
|
1512
1596
|
provide: ModalCompactWrapperComponent,
|
|
1513
1597
|
useExisting: forwardRef((() => MockModalCompactWrapperComponent)),
|
|
1514
1598
|
},
|
|
1515
1599
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1516
1600
|
}
|
|
1517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalCompactWrapperComponent, decorators: [{
|
|
1518
1602
|
type: Component,
|
|
1519
1603
|
args: [{
|
|
1520
1604
|
selector: 'kirby-modal-compact-wrapper',
|
|
1521
1605
|
template: '<ng-content></ng-content>',
|
|
1606
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1607
|
+
host: { mock: 'mock' },
|
|
1522
1608
|
providers: [
|
|
1523
1609
|
{
|
|
1524
1610
|
provide: ModalCompactWrapperComponent,
|
|
@@ -1538,19 +1624,21 @@ class MockModalWrapperComponent {
|
|
|
1538
1624
|
removeModalElement() {
|
|
1539
1625
|
// NOOP
|
|
1540
1626
|
}
|
|
1541
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1542
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1627
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1628
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockModalWrapperComponent, selector: "kirby-modal-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1543
1629
|
{
|
|
1544
1630
|
provide: ModalWrapperComponent,
|
|
1545
1631
|
useExisting: forwardRef((() => MockModalWrapperComponent)),
|
|
1546
1632
|
},
|
|
1547
1633
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1548
1634
|
}
|
|
1549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalWrapperComponent, decorators: [{
|
|
1550
1636
|
type: Component,
|
|
1551
1637
|
args: [{
|
|
1552
1638
|
selector: 'kirby-modal-wrapper',
|
|
1553
1639
|
template: '<ng-content></ng-content>',
|
|
1640
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1641
|
+
host: { mock: 'mock' },
|
|
1554
1642
|
providers: [
|
|
1555
1643
|
{
|
|
1556
1644
|
provide: ModalWrapperComponent,
|
|
@@ -1564,19 +1652,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1564
1652
|
|
|
1565
1653
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1566
1654
|
class MockModalV2FooterComponent {
|
|
1567
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1568
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1655
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2FooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1656
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockModalV2FooterComponent, selector: "kirby-modal-v2-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1569
1657
|
{
|
|
1570
1658
|
provide: ModalV2FooterComponent,
|
|
1571
1659
|
useExisting: forwardRef((() => MockModalV2FooterComponent)),
|
|
1572
1660
|
},
|
|
1573
1661
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1574
1662
|
}
|
|
1575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2FooterComponent, decorators: [{
|
|
1576
1664
|
type: Component,
|
|
1577
1665
|
args: [{
|
|
1578
1666
|
selector: 'kirby-modal-v2-footer',
|
|
1579
1667
|
template: '<ng-content></ng-content>',
|
|
1668
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1669
|
+
host: { mock: 'mock' },
|
|
1580
1670
|
providers: [
|
|
1581
1671
|
{
|
|
1582
1672
|
provide: ModalV2FooterComponent,
|
|
@@ -1604,19 +1694,21 @@ class MockModalV2Component {
|
|
|
1604
1694
|
scrollToBottom() {
|
|
1605
1695
|
// NOOP
|
|
1606
1696
|
}
|
|
1607
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1608
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1697
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1698
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockModalV2Component, selector: "kirby-modal-v2", inputs: { flavor: "flavor", open: "open", canDismiss: "canDismiss", title: "title", hasCollapsibleTitle: "hasCollapsibleTitle", scrollDisabled: "scrollDisabled", breakpoints: "breakpoints", initialBreakpoint: "initialBreakpoint", size: "size", height: "height" }, outputs: { willPresent: "willPresent", didPresent: "didPresent", didDismiss: "didDismiss", willDismiss: "willDismiss" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1609
1699
|
{
|
|
1610
1700
|
provide: ModalV2Component,
|
|
1611
1701
|
useExisting: forwardRef((() => MockModalV2Component)),
|
|
1612
1702
|
},
|
|
1613
1703
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1614
1704
|
}
|
|
1615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2Component, decorators: [{
|
|
1616
1706
|
type: Component,
|
|
1617
1707
|
args: [{
|
|
1618
1708
|
selector: 'kirby-modal-v2',
|
|
1619
1709
|
template: '<ng-content></ng-content>',
|
|
1710
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1711
|
+
host: { mock: 'mock' },
|
|
1620
1712
|
providers: [
|
|
1621
1713
|
{
|
|
1622
1714
|
provide: ModalV2Component,
|
|
@@ -1656,19 +1748,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1656
1748
|
|
|
1657
1749
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1658
1750
|
class MockModalV2RoutingComponent {
|
|
1659
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1660
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1751
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2RoutingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1752
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockModalV2RoutingComponent, selector: "kirby-modal-v2-routing-wrapper", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1661
1753
|
{
|
|
1662
1754
|
provide: ModalV2RoutingComponent,
|
|
1663
1755
|
useExisting: forwardRef((() => MockModalV2RoutingComponent)),
|
|
1664
1756
|
},
|
|
1665
1757
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1666
1758
|
}
|
|
1667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2RoutingComponent, decorators: [{
|
|
1668
1760
|
type: Component,
|
|
1669
1761
|
args: [{
|
|
1670
1762
|
selector: 'kirby-modal-v2-routing-wrapper',
|
|
1671
1763
|
template: '<ng-content></ng-content>',
|
|
1764
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1765
|
+
host: { mock: 'mock' },
|
|
1672
1766
|
providers: [
|
|
1673
1767
|
{
|
|
1674
1768
|
provide: ModalV2RoutingComponent,
|
|
@@ -1680,19 +1774,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1680
1774
|
|
|
1681
1775
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1682
1776
|
class MockModalV2WrapperComponent {
|
|
1683
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1684
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1777
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2WrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1778
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockModalV2WrapperComponent, selector: "kirby-modal-v2-wrapper", inputs: { flavor: "flavor", title: "title", hasCollapsibleTitle: "hasCollapsibleTitle", scrollDisabled: "scrollDisabled" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1685
1779
|
{
|
|
1686
1780
|
provide: ModalV2WrapperComponent,
|
|
1687
1781
|
useExisting: forwardRef((() => MockModalV2WrapperComponent)),
|
|
1688
1782
|
},
|
|
1689
1783
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1690
1784
|
}
|
|
1691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2WrapperComponent, decorators: [{
|
|
1692
1786
|
type: Component,
|
|
1693
1787
|
args: [{
|
|
1694
1788
|
selector: 'kirby-modal-v2-wrapper',
|
|
1695
1789
|
template: '<ng-content></ng-content>',
|
|
1790
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1791
|
+
host: { mock: 'mock' },
|
|
1696
1792
|
providers: [
|
|
1697
1793
|
{
|
|
1698
1794
|
provide: ModalV2WrapperComponent,
|
|
@@ -1712,19 +1808,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1712
1808
|
|
|
1713
1809
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1714
1810
|
class MockPageFooterComponent {
|
|
1715
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1716
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1811
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1812
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockPageFooterComponent, selector: "kirby-page-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1717
1813
|
{
|
|
1718
1814
|
provide: PageFooterComponent,
|
|
1719
1815
|
useExisting: forwardRef((() => MockPageFooterComponent)),
|
|
1720
1816
|
},
|
|
1721
1817
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1722
1818
|
}
|
|
1723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageFooterComponent, decorators: [{
|
|
1724
1820
|
type: Component,
|
|
1725
1821
|
args: [{
|
|
1726
1822
|
selector: 'kirby-page-footer',
|
|
1727
1823
|
template: '<ng-content></ng-content>',
|
|
1824
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1825
|
+
host: { mock: 'mock' },
|
|
1728
1826
|
providers: [
|
|
1729
1827
|
{
|
|
1730
1828
|
provide: PageFooterComponent,
|
|
@@ -1738,15 +1836,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1738
1836
|
|
|
1739
1837
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1740
1838
|
class MockPageTitleDirective {
|
|
1741
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1742
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1839
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1840
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockPageTitleDirective, selector: "[kirbyPageTitle]", providers: [
|
|
1743
1841
|
{
|
|
1744
1842
|
provide: PageTitleDirective,
|
|
1745
1843
|
useExisting: forwardRef((() => MockPageTitleDirective)),
|
|
1746
1844
|
},
|
|
1747
1845
|
], ngImport: i0 }); }
|
|
1748
1846
|
}
|
|
1749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageTitleDirective, decorators: [{
|
|
1750
1848
|
type: Directive,
|
|
1751
1849
|
args: [{
|
|
1752
1850
|
selector: '[kirbyPageTitle]',
|
|
@@ -1759,15 +1857,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1759
1857
|
}]
|
|
1760
1858
|
}] });
|
|
1761
1859
|
class MockPageSubtitleDirective {
|
|
1762
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1763
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1860
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1861
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockPageSubtitleDirective, selector: "[kirbyPageSubtitle]", providers: [
|
|
1764
1862
|
{
|
|
1765
1863
|
provide: PageSubtitleDirective,
|
|
1766
1864
|
useExisting: forwardRef((() => MockPageSubtitleDirective)),
|
|
1767
1865
|
},
|
|
1768
1866
|
], ngImport: i0 }); }
|
|
1769
1867
|
}
|
|
1770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageSubtitleDirective, decorators: [{
|
|
1771
1869
|
type: Directive,
|
|
1772
1870
|
args: [{
|
|
1773
1871
|
selector: '[kirbyPageSubtitle]',
|
|
@@ -1780,15 +1878,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1780
1878
|
}]
|
|
1781
1879
|
}] });
|
|
1782
1880
|
class MockPageToolbarTitleDirective {
|
|
1783
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1784
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1881
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageToolbarTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1882
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockPageToolbarTitleDirective, selector: "[kirbyPageToolbarTitle]", providers: [
|
|
1785
1883
|
{
|
|
1786
1884
|
provide: PageToolbarTitleDirective,
|
|
1787
1885
|
useExisting: forwardRef((() => MockPageToolbarTitleDirective)),
|
|
1788
1886
|
},
|
|
1789
1887
|
], ngImport: i0 }); }
|
|
1790
1888
|
}
|
|
1791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageToolbarTitleDirective, decorators: [{
|
|
1792
1890
|
type: Directive,
|
|
1793
1891
|
args: [{
|
|
1794
1892
|
selector: '[kirbyPageToolbarTitle]',
|
|
@@ -1801,15 +1899,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1801
1899
|
}]
|
|
1802
1900
|
}] });
|
|
1803
1901
|
class MockPageActionsDirective {
|
|
1804
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1805
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1902
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1903
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockPageActionsDirective, selector: "[kirbyPageActions]", inputs: { config: ["kirbyPageActions", "config"] }, providers: [
|
|
1806
1904
|
{
|
|
1807
1905
|
provide: PageActionsDirective,
|
|
1808
1906
|
useExisting: forwardRef((() => MockPageActionsDirective)),
|
|
1809
1907
|
},
|
|
1810
1908
|
], ngImport: i0 }); }
|
|
1811
1909
|
}
|
|
1812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageActionsDirective, decorators: [{
|
|
1813
1911
|
type: Directive,
|
|
1814
1912
|
args: [{
|
|
1815
1913
|
selector: '[kirbyPageActions]',
|
|
@@ -1825,15 +1923,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1825
1923
|
args: ['kirbyPageActions']
|
|
1826
1924
|
}] } });
|
|
1827
1925
|
class MockPageContentDirective {
|
|
1828
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1829
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1926
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1927
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockPageContentDirective, selector: "[kirbyPageContent]", inputs: { config: ["kirbyPageContent", "config"] }, providers: [
|
|
1830
1928
|
{
|
|
1831
1929
|
provide: PageContentDirective,
|
|
1832
1930
|
useExisting: forwardRef((() => MockPageContentDirective)),
|
|
1833
1931
|
},
|
|
1834
1932
|
], ngImport: i0 }); }
|
|
1835
1933
|
}
|
|
1836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageContentDirective, decorators: [{
|
|
1837
1935
|
type: Directive,
|
|
1838
1936
|
args: [{
|
|
1839
1937
|
selector: '[kirbyPageContent]',
|
|
@@ -1849,15 +1947,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1849
1947
|
args: ['kirbyPageContent']
|
|
1850
1948
|
}] } });
|
|
1851
1949
|
class MockPageStickyContentDirective {
|
|
1852
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1853
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
1950
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageStickyContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1951
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockPageStickyContentDirective, selector: "[kirbyPageStickyContent]", providers: [
|
|
1854
1952
|
{
|
|
1855
1953
|
provide: PageStickyContentDirective,
|
|
1856
1954
|
useExisting: forwardRef((() => MockPageStickyContentDirective)),
|
|
1857
1955
|
},
|
|
1858
1956
|
], ngImport: i0 }); }
|
|
1859
1957
|
}
|
|
1860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageStickyContentDirective, decorators: [{
|
|
1861
1959
|
type: Directive,
|
|
1862
1960
|
args: [{
|
|
1863
1961
|
selector: '[kirbyPageStickyContent]',
|
|
@@ -1870,19 +1968,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1870
1968
|
}]
|
|
1871
1969
|
}] });
|
|
1872
1970
|
class MockPageProgressComponent {
|
|
1873
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1874
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1971
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1972
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockPageProgressComponent, selector: "kirby-page-progress", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1875
1973
|
{
|
|
1876
1974
|
provide: PageProgressComponent,
|
|
1877
1975
|
useExisting: forwardRef((() => MockPageProgressComponent)),
|
|
1878
1976
|
},
|
|
1879
1977
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1880
1978
|
}
|
|
1881
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageProgressComponent, decorators: [{
|
|
1882
1980
|
type: Component,
|
|
1883
1981
|
args: [{
|
|
1884
1982
|
selector: 'kirby-page-progress',
|
|
1885
1983
|
template: '<ng-content></ng-content>',
|
|
1984
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1985
|
+
host: { mock: 'mock' },
|
|
1886
1986
|
providers: [
|
|
1887
1987
|
{
|
|
1888
1988
|
provide: PageProgressComponent,
|
|
@@ -1892,19 +1992,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1892
1992
|
}]
|
|
1893
1993
|
}] });
|
|
1894
1994
|
class MockPageTitleComponent {
|
|
1895
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1896
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1995
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1996
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockPageTitleComponent, selector: "kirby-page-title", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1897
1997
|
{
|
|
1898
1998
|
provide: PageTitleComponent,
|
|
1899
1999
|
useExisting: forwardRef((() => MockPageTitleComponent)),
|
|
1900
2000
|
},
|
|
1901
2001
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1902
2002
|
}
|
|
1903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageTitleComponent, decorators: [{
|
|
1904
2004
|
type: Component,
|
|
1905
2005
|
args: [{
|
|
1906
2006
|
selector: 'kirby-page-title',
|
|
1907
2007
|
template: '<ng-content></ng-content>',
|
|
2008
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2009
|
+
host: { mock: 'mock' },
|
|
1908
2010
|
providers: [
|
|
1909
2011
|
{
|
|
1910
2012
|
provide: PageTitleComponent,
|
|
@@ -1914,19 +2016,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1914
2016
|
}]
|
|
1915
2017
|
}] });
|
|
1916
2018
|
class MockPageContentComponent {
|
|
1917
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1918
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2019
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2020
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockPageContentComponent, selector: "kirby-page-content", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1919
2021
|
{
|
|
1920
2022
|
provide: PageContentComponent,
|
|
1921
2023
|
useExisting: forwardRef((() => MockPageContentComponent)),
|
|
1922
2024
|
},
|
|
1923
2025
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1924
2026
|
}
|
|
1925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageContentComponent, decorators: [{
|
|
1926
2028
|
type: Component,
|
|
1927
2029
|
args: [{
|
|
1928
2030
|
selector: 'kirby-page-content',
|
|
1929
2031
|
template: '<ng-content></ng-content>',
|
|
2032
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2033
|
+
host: { mock: 'mock' },
|
|
1930
2034
|
providers: [
|
|
1931
2035
|
{
|
|
1932
2036
|
provide: PageContentComponent,
|
|
@@ -1936,19 +2040,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1936
2040
|
}]
|
|
1937
2041
|
}] });
|
|
1938
2042
|
class MockPageActionsComponent {
|
|
1939
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1940
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2043
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2044
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockPageActionsComponent, selector: "kirby-page-actions", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1941
2045
|
{
|
|
1942
2046
|
provide: PageActionsComponent,
|
|
1943
2047
|
useExisting: forwardRef((() => MockPageActionsComponent)),
|
|
1944
2048
|
},
|
|
1945
2049
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1946
2050
|
}
|
|
1947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageActionsComponent, decorators: [{
|
|
1948
2052
|
type: Component,
|
|
1949
2053
|
args: [{
|
|
1950
2054
|
selector: 'kirby-page-actions',
|
|
1951
2055
|
template: '<ng-content></ng-content>',
|
|
2056
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2057
|
+
host: { mock: 'mock' },
|
|
1952
2058
|
providers: [
|
|
1953
2059
|
{
|
|
1954
2060
|
provide: PageActionsComponent,
|
|
@@ -1964,19 +2070,21 @@ class MockPageComponent {
|
|
|
1964
2070
|
this.refresh = new EventEmitter();
|
|
1965
2071
|
this.backButtonClick = new EventEmitter();
|
|
1966
2072
|
}
|
|
1967
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1968
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2073
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2074
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockPageComponent, selector: "kirby-page", inputs: { title: "title", subtitle: "subtitle", toolbarTitle: "toolbarTitle", titleAlignment: "titleAlignment", defaultBackHref: "defaultBackHref", hideBackButton: "hideBackButton", titleMaxLines: "titleMaxLines", maxWidth: "maxWidth", tabBarBottomHidden: "tabBarBottomHidden" }, outputs: { enter: "enter", leave: "leave", refresh: "refresh", backButtonClick: "backButtonClick" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1969
2075
|
{
|
|
1970
2076
|
provide: PageComponent,
|
|
1971
2077
|
useExisting: forwardRef((() => MockPageComponent)),
|
|
1972
2078
|
},
|
|
1973
2079
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1974
2080
|
}
|
|
1975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageComponent, decorators: [{
|
|
1976
2082
|
type: Component,
|
|
1977
2083
|
args: [{
|
|
1978
2084
|
selector: 'kirby-page',
|
|
1979
2085
|
template: '<ng-content></ng-content>',
|
|
2086
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2087
|
+
host: { mock: 'mock' },
|
|
1980
2088
|
providers: [
|
|
1981
2089
|
{
|
|
1982
2090
|
provide: PageComponent,
|
|
@@ -2017,19 +2125,21 @@ class MockPopoverComponent {
|
|
|
2017
2125
|
constructor() {
|
|
2018
2126
|
this.willHide = new EventEmitter();
|
|
2019
2127
|
}
|
|
2020
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2021
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2128
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2129
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockPopoverComponent, selector: "kirby-popover", inputs: { popout: "popout", target: "target" }, outputs: { willHide: "willHide" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2022
2130
|
{
|
|
2023
2131
|
provide: PopoverComponent,
|
|
2024
2132
|
useExisting: forwardRef((() => MockPopoverComponent)),
|
|
2025
2133
|
},
|
|
2026
2134
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2027
2135
|
}
|
|
2028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPopoverComponent, decorators: [{
|
|
2029
2137
|
type: Component,
|
|
2030
2138
|
args: [{
|
|
2031
2139
|
selector: 'kirby-popover',
|
|
2032
2140
|
template: '<ng-content></ng-content>',
|
|
2141
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2142
|
+
host: { mock: 'mock' },
|
|
2033
2143
|
providers: [
|
|
2034
2144
|
{
|
|
2035
2145
|
provide: PopoverComponent,
|
|
@@ -2047,19 +2157,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2047
2157
|
|
|
2048
2158
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2049
2159
|
class MockProgressCircleRingComponent {
|
|
2050
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2051
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2160
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockProgressCircleRingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2161
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockProgressCircleRingComponent, selector: "kirby-progress-circle-ring", inputs: { radius: "radius", value: "value", themeColor: "themeColor", strokeWidth: "strokeWidth", upperBound: "upperBound" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2052
2162
|
{
|
|
2053
2163
|
provide: ProgressCircleRingComponent,
|
|
2054
2164
|
useExisting: forwardRef((() => MockProgressCircleRingComponent)),
|
|
2055
2165
|
},
|
|
2056
2166
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2057
2167
|
}
|
|
2058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockProgressCircleRingComponent, decorators: [{
|
|
2059
2169
|
type: Component,
|
|
2060
2170
|
args: [{
|
|
2061
2171
|
selector: 'kirby-progress-circle-ring',
|
|
2062
2172
|
template: '<ng-content></ng-content>',
|
|
2173
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2174
|
+
host: { mock: 'mock' },
|
|
2063
2175
|
providers: [
|
|
2064
2176
|
{
|
|
2065
2177
|
provide: ProgressCircleRingComponent,
|
|
@@ -2081,19 +2193,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2081
2193
|
|
|
2082
2194
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2083
2195
|
class MockProgressCircleComponent {
|
|
2084
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2085
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2196
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2197
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockProgressCircleComponent, selector: "kirby-progress-circle", inputs: { value: "value", size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2086
2198
|
{
|
|
2087
2199
|
provide: ProgressCircleComponent,
|
|
2088
2200
|
useExisting: forwardRef((() => MockProgressCircleComponent)),
|
|
2089
2201
|
},
|
|
2090
2202
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2091
2203
|
}
|
|
2092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockProgressCircleComponent, decorators: [{
|
|
2093
2205
|
type: Component,
|
|
2094
2206
|
args: [{
|
|
2095
2207
|
selector: 'kirby-progress-circle',
|
|
2096
2208
|
template: '<ng-content></ng-content>',
|
|
2209
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2210
|
+
host: { mock: 'mock' },
|
|
2097
2211
|
providers: [
|
|
2098
2212
|
{
|
|
2099
2213
|
provide: ProgressCircleComponent,
|
|
@@ -2114,19 +2228,21 @@ class MockRadioGroupComponent {
|
|
|
2114
2228
|
constructor() {
|
|
2115
2229
|
this.valueChange = new EventEmitter();
|
|
2116
2230
|
}
|
|
2117
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2118
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2231
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRadioGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2232
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockRadioGroupComponent, selector: "kirby-radio-group", inputs: { disabled: "disabled", hasError: "hasError", items: "items", itemTextProperty: "itemTextProperty", itemDisabledProperty: "itemDisabledProperty", selectedIndex: "selectedIndex", value: "value" }, outputs: { valueChange: "valueChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2119
2233
|
{
|
|
2120
2234
|
provide: RadioGroupComponent,
|
|
2121
2235
|
useExisting: forwardRef((() => MockRadioGroupComponent)),
|
|
2122
2236
|
},
|
|
2123
2237
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2124
2238
|
}
|
|
2125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRadioGroupComponent, decorators: [{
|
|
2126
2240
|
type: Component,
|
|
2127
2241
|
args: [{
|
|
2128
2242
|
selector: 'kirby-radio-group',
|
|
2129
2243
|
template: '<ng-content></ng-content>',
|
|
2244
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2245
|
+
host: { mock: 'mock' },
|
|
2130
2246
|
providers: [
|
|
2131
2247
|
{
|
|
2132
2248
|
provide: RadioGroupComponent,
|
|
@@ -2154,19 +2270,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2154
2270
|
|
|
2155
2271
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2156
2272
|
class MockRadioComponent {
|
|
2157
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2158
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2273
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2274
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockRadioComponent, selector: "kirby-radio", inputs: { value: "value", text: "text", size: "size", disabled: "disabled" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2159
2275
|
{
|
|
2160
2276
|
provide: RadioComponent,
|
|
2161
2277
|
useExisting: forwardRef((() => MockRadioComponent)),
|
|
2162
2278
|
},
|
|
2163
2279
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2164
2280
|
}
|
|
2165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRadioComponent, decorators: [{
|
|
2166
2282
|
type: Component,
|
|
2167
2283
|
args: [{
|
|
2168
2284
|
selector: 'kirby-radio',
|
|
2169
2285
|
template: '<ng-content></ng-content>',
|
|
2286
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2287
|
+
host: { mock: 'mock' },
|
|
2170
2288
|
providers: [
|
|
2171
2289
|
{
|
|
2172
2290
|
provide: RadioComponent,
|
|
@@ -2201,19 +2319,21 @@ class MockRangeComponent {
|
|
|
2201
2319
|
registerOnChange() {
|
|
2202
2320
|
// NOOP
|
|
2203
2321
|
}
|
|
2204
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2205
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2322
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2323
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockRangeComponent, selector: "kirby-range", inputs: { minLabel: "minLabel", maxLabel: "maxLabel", debounce: "debounce", max: "max", min: "min", pin: "pin", step: "step", ticks: "ticks", disabled: "disabled", value: "value" }, outputs: { change: "change" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2206
2324
|
{
|
|
2207
2325
|
provide: RangeComponent,
|
|
2208
2326
|
useExisting: forwardRef((() => MockRangeComponent)),
|
|
2209
2327
|
},
|
|
2210
2328
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2211
2329
|
}
|
|
2212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRangeComponent, decorators: [{
|
|
2213
2331
|
type: Component,
|
|
2214
2332
|
args: [{
|
|
2215
2333
|
selector: 'kirby-range',
|
|
2216
2334
|
template: '<ng-content></ng-content>',
|
|
2335
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2336
|
+
host: { mock: 'mock' },
|
|
2217
2337
|
providers: [
|
|
2218
2338
|
{
|
|
2219
2339
|
provide: RangeComponent,
|
|
@@ -2251,19 +2371,21 @@ class MockReorderListComponent {
|
|
|
2251
2371
|
this.itemReorder = new EventEmitter();
|
|
2252
2372
|
this.subItemReorder = new EventEmitter();
|
|
2253
2373
|
}
|
|
2254
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2255
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2374
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockReorderListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2375
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockReorderListComponent, selector: "kirby-reorder-list", inputs: { items: "items", subItemsName: "subItemsName", getItemTextDefault: "getItemTextDefault" }, outputs: { itemReorder: "itemReorder", subItemReorder: "subItemReorder" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2256
2376
|
{
|
|
2257
2377
|
provide: ReorderListComponent,
|
|
2258
2378
|
useExisting: forwardRef((() => MockReorderListComponent)),
|
|
2259
2379
|
},
|
|
2260
2380
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2261
2381
|
}
|
|
2262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockReorderListComponent, decorators: [{
|
|
2263
2383
|
type: Component,
|
|
2264
2384
|
args: [{
|
|
2265
2385
|
selector: 'kirby-reorder-list',
|
|
2266
2386
|
template: '<ng-content></ng-content>',
|
|
2387
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2388
|
+
host: { mock: 'mock' },
|
|
2267
2389
|
providers: [
|
|
2268
2390
|
{
|
|
2269
2391
|
provide: ReorderListComponent,
|
|
@@ -2285,19 +2407,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2285
2407
|
|
|
2286
2408
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2287
2409
|
class MockRouterOutletComponent {
|
|
2288
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2289
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2410
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2411
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockRouterOutletComponent, selector: "kirby-router-outlet", inputs: { main: "main" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2290
2412
|
{
|
|
2291
2413
|
provide: RouterOutletComponent,
|
|
2292
2414
|
useExisting: forwardRef((() => MockRouterOutletComponent)),
|
|
2293
2415
|
},
|
|
2294
2416
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2295
2417
|
}
|
|
2296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRouterOutletComponent, decorators: [{
|
|
2297
2419
|
type: Component,
|
|
2298
2420
|
args: [{
|
|
2299
2421
|
selector: 'kirby-router-outlet',
|
|
2300
2422
|
template: '<ng-content></ng-content>',
|
|
2423
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2424
|
+
host: { mock: 'mock' },
|
|
2301
2425
|
providers: [
|
|
2302
2426
|
{
|
|
2303
2427
|
provide: RouterOutletComponent,
|
|
@@ -2311,19 +2435,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2311
2435
|
|
|
2312
2436
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2313
2437
|
class MockSectionHeaderComponent {
|
|
2314
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2315
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2438
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2439
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockSectionHeaderComponent, selector: "kirby-section-header", host: { attributes: { "mock": "mock" } }, providers: [
|
|
2316
2440
|
{
|
|
2317
2441
|
provide: SectionHeaderComponent,
|
|
2318
2442
|
useExisting: forwardRef((() => MockSectionHeaderComponent)),
|
|
2319
2443
|
},
|
|
2320
2444
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2321
2445
|
}
|
|
2322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSectionHeaderComponent, decorators: [{
|
|
2323
2447
|
type: Component,
|
|
2324
2448
|
args: [{
|
|
2325
2449
|
selector: 'kirby-section-header',
|
|
2326
2450
|
template: '<ng-content></ng-content>',
|
|
2451
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2452
|
+
host: { mock: 'mock' },
|
|
2327
2453
|
providers: [
|
|
2328
2454
|
{
|
|
2329
2455
|
provide: SectionHeaderComponent,
|
|
@@ -2341,19 +2467,21 @@ class MockSlidesComponent {
|
|
|
2341
2467
|
slideTo() {
|
|
2342
2468
|
// NOOP
|
|
2343
2469
|
}
|
|
2344
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2345
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2470
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlidesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2471
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockSlidesComponent, selector: "kirby-slides", inputs: { slidesOptions: "slidesOptions", slides: "slides" }, outputs: { selectedSlide: "selectedSlide" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2346
2472
|
{
|
|
2347
2473
|
provide: SlidesComponent,
|
|
2348
2474
|
useExisting: forwardRef((() => MockSlidesComponent)),
|
|
2349
2475
|
},
|
|
2350
2476
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2351
2477
|
}
|
|
2352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlidesComponent, decorators: [{
|
|
2353
2479
|
type: Component,
|
|
2354
2480
|
args: [{
|
|
2355
2481
|
selector: 'kirby-slides',
|
|
2356
2482
|
template: '<ng-content></ng-content>',
|
|
2483
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2484
|
+
host: { mock: 'mock' },
|
|
2357
2485
|
providers: [
|
|
2358
2486
|
{
|
|
2359
2487
|
provide: SlidesComponent,
|
|
@@ -2375,19 +2503,21 @@ class MockSlideButtonComponent {
|
|
|
2375
2503
|
this.slideDone = new EventEmitter();
|
|
2376
2504
|
this.slidingPercentageChanged = new EventEmitter();
|
|
2377
2505
|
}
|
|
2378
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2379
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2506
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlideButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2507
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockSlideButtonComponent, selector: "kirby-slide-button", inputs: { text: "text", expand: "expand" }, outputs: { slideDone: "slideDone", slidingPercentageChanged: "slidingPercentageChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2380
2508
|
{
|
|
2381
2509
|
provide: SlideButtonComponent,
|
|
2382
2510
|
useExisting: forwardRef((() => MockSlideButtonComponent)),
|
|
2383
2511
|
},
|
|
2384
2512
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2385
2513
|
}
|
|
2386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlideButtonComponent, decorators: [{
|
|
2387
2515
|
type: Component,
|
|
2388
2516
|
args: [{
|
|
2389
2517
|
selector: 'kirby-slide-button',
|
|
2390
2518
|
template: '<ng-content></ng-content>',
|
|
2519
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2520
|
+
host: { mock: 'mock' },
|
|
2391
2521
|
providers: [
|
|
2392
2522
|
{
|
|
2393
2523
|
provide: SlideButtonComponent,
|
|
@@ -2407,19 +2537,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2407
2537
|
|
|
2408
2538
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2409
2539
|
class MockSpinnerComponent {
|
|
2410
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2411
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2540
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2541
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockSpinnerComponent, selector: "kirby-spinner", host: { attributes: { "mock": "mock" } }, providers: [
|
|
2412
2542
|
{
|
|
2413
2543
|
provide: SpinnerComponent,
|
|
2414
2544
|
useExisting: forwardRef((() => MockSpinnerComponent)),
|
|
2415
2545
|
},
|
|
2416
2546
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2417
2547
|
}
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSpinnerComponent, decorators: [{
|
|
2419
2549
|
type: Component,
|
|
2420
2550
|
args: [{
|
|
2421
2551
|
selector: 'kirby-spinner',
|
|
2422
2552
|
template: '<ng-content></ng-content>',
|
|
2553
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2554
|
+
host: { mock: 'mock' },
|
|
2423
2555
|
providers: [
|
|
2424
2556
|
{
|
|
2425
2557
|
provide: SpinnerComponent,
|
|
@@ -2434,19 +2566,21 @@ class MockPageLocalNavigationComponent {
|
|
|
2434
2566
|
constructor() {
|
|
2435
2567
|
this.selectedIndexChange = new EventEmitter();
|
|
2436
2568
|
}
|
|
2437
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2438
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2569
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageLocalNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2570
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockPageLocalNavigationComponent, selector: "kirby-page-local-navigation", inputs: { items: "items", selectedIndex: "selectedIndex" }, outputs: { selectedIndexChange: "selectedIndexChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2439
2571
|
{
|
|
2440
2572
|
provide: PageLocalNavigationComponent,
|
|
2441
2573
|
useExisting: forwardRef((() => MockPageLocalNavigationComponent)),
|
|
2442
2574
|
},
|
|
2443
2575
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2444
2576
|
}
|
|
2445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageLocalNavigationComponent, decorators: [{
|
|
2446
2578
|
type: Component,
|
|
2447
2579
|
args: [{
|
|
2448
2580
|
selector: 'kirby-page-local-navigation',
|
|
2449
2581
|
template: '<ng-content></ng-content>',
|
|
2582
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2583
|
+
host: { mock: 'mock' },
|
|
2450
2584
|
providers: [
|
|
2451
2585
|
{
|
|
2452
2586
|
provide: PageLocalNavigationComponent,
|
|
@@ -2468,19 +2602,21 @@ class MockSegmentedControlComponent {
|
|
|
2468
2602
|
this.selectedIndexChange = new EventEmitter();
|
|
2469
2603
|
this.segmentSelect = new EventEmitter();
|
|
2470
2604
|
}
|
|
2471
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2472
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2605
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSegmentedControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2606
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockSegmentedControlComponent, selector: "kirby-segmented-control", inputs: { mode: "mode", items: "items", selectedIndex: "selectedIndex", value: "value", size: "size", disableChangeOnSwipe: "disableChangeOnSwipe" }, outputs: { selectedIndexChange: "selectedIndexChange", segmentSelect: "segmentSelect" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2473
2607
|
{
|
|
2474
2608
|
provide: SegmentedControlComponent,
|
|
2475
2609
|
useExisting: forwardRef((() => MockSegmentedControlComponent)),
|
|
2476
2610
|
},
|
|
2477
2611
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2478
2612
|
}
|
|
2479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSegmentedControlComponent, decorators: [{
|
|
2480
2614
|
type: Component,
|
|
2481
2615
|
args: [{
|
|
2482
2616
|
selector: 'kirby-segmented-control',
|
|
2483
2617
|
template: '<ng-content></ng-content>',
|
|
2618
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2619
|
+
host: { mock: 'mock' },
|
|
2484
2620
|
providers: [
|
|
2485
2621
|
{
|
|
2486
2622
|
provide: SegmentedControlComponent,
|
|
@@ -2511,19 +2647,21 @@ class MockTabNavigationComponent {
|
|
|
2511
2647
|
constructor() {
|
|
2512
2648
|
this.selectedIndexChange = new EventEmitter();
|
|
2513
2649
|
}
|
|
2514
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2515
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2650
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2651
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockTabNavigationComponent, selector: "kirby-tab-navigation", outputs: { selectedIndexChange: "selectedIndexChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2516
2652
|
{
|
|
2517
2653
|
provide: TabNavigationComponent,
|
|
2518
2654
|
useExisting: forwardRef((() => MockTabNavigationComponent)),
|
|
2519
2655
|
},
|
|
2520
2656
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2521
2657
|
}
|
|
2522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabNavigationComponent, decorators: [{
|
|
2523
2659
|
type: Component,
|
|
2524
2660
|
args: [{
|
|
2525
2661
|
selector: 'kirby-tab-navigation',
|
|
2526
2662
|
template: '<ng-content></ng-content>',
|
|
2663
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2664
|
+
host: { mock: 'mock' },
|
|
2527
2665
|
providers: [
|
|
2528
2666
|
{
|
|
2529
2667
|
provide: TabNavigationComponent,
|
|
@@ -2537,19 +2675,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2537
2675
|
|
|
2538
2676
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2539
2677
|
class MockTabNavigationItemComponent {
|
|
2540
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2541
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2678
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2679
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockTabNavigationItemComponent, selector: "kirby-tab-navigation-item", inputs: { label: "label" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2542
2680
|
{
|
|
2543
2681
|
provide: TabNavigationItemComponent,
|
|
2544
2682
|
useExisting: forwardRef((() => MockTabNavigationItemComponent)),
|
|
2545
2683
|
},
|
|
2546
2684
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2547
2685
|
}
|
|
2548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabNavigationItemComponent, decorators: [{
|
|
2549
2687
|
type: Component,
|
|
2550
2688
|
args: [{
|
|
2551
2689
|
selector: 'kirby-tab-navigation-item',
|
|
2552
2690
|
template: '<ng-content></ng-content>',
|
|
2691
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2692
|
+
host: { mock: 'mock' },
|
|
2553
2693
|
providers: [
|
|
2554
2694
|
{
|
|
2555
2695
|
provide: TabNavigationItemComponent,
|
|
@@ -2566,19 +2706,21 @@ class MockTabButtonComponent {
|
|
|
2566
2706
|
constructor() {
|
|
2567
2707
|
this.click = new EventEmitter();
|
|
2568
2708
|
}
|
|
2569
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2570
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2709
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2710
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockTabButtonComponent, selector: "kirby-tab-button", inputs: { routerLink: "routerLink" }, outputs: { click: "click" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2571
2711
|
{
|
|
2572
2712
|
provide: TabButtonComponent,
|
|
2573
2713
|
useExisting: forwardRef((() => MockTabButtonComponent)),
|
|
2574
2714
|
},
|
|
2575
2715
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2576
2716
|
}
|
|
2577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabButtonComponent, decorators: [{
|
|
2578
2718
|
type: Component,
|
|
2579
2719
|
args: [{
|
|
2580
2720
|
selector: 'kirby-tab-button',
|
|
2581
2721
|
template: '<ng-content></ng-content>',
|
|
2722
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2723
|
+
host: { mock: 'mock' },
|
|
2582
2724
|
providers: [
|
|
2583
2725
|
{
|
|
2584
2726
|
provide: TabButtonComponent,
|
|
@@ -2594,19 +2736,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2594
2736
|
|
|
2595
2737
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2596
2738
|
class MockTabsComponent {
|
|
2597
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2598
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2739
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2740
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockTabsComponent, selector: "kirby-tab-bar", host: { attributes: { "mock": "mock" } }, providers: [
|
|
2599
2741
|
{
|
|
2600
2742
|
provide: TabsComponent,
|
|
2601
2743
|
useExisting: forwardRef((() => MockTabsComponent)),
|
|
2602
2744
|
},
|
|
2603
2745
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2604
2746
|
}
|
|
2605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabsComponent, decorators: [{
|
|
2606
2748
|
type: Component,
|
|
2607
2749
|
args: [{
|
|
2608
2750
|
selector: 'kirby-tab-bar',
|
|
2609
2751
|
template: '<ng-content></ng-content>',
|
|
2752
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2753
|
+
host: { mock: 'mock' },
|
|
2610
2754
|
providers: [
|
|
2611
2755
|
{
|
|
2612
2756
|
provide: TabsComponent,
|
|
@@ -2621,19 +2765,21 @@ class MockToggleComponent {
|
|
|
2621
2765
|
constructor() {
|
|
2622
2766
|
this.checkedChange = new EventEmitter();
|
|
2623
2767
|
}
|
|
2624
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2625
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2768
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2769
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockToggleComponent, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2626
2770
|
{
|
|
2627
2771
|
provide: ToggleComponent,
|
|
2628
2772
|
useExisting: forwardRef((() => MockToggleComponent)),
|
|
2629
2773
|
},
|
|
2630
2774
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2631
2775
|
}
|
|
2632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockToggleComponent, decorators: [{
|
|
2633
2777
|
type: Component,
|
|
2634
2778
|
args: [{
|
|
2635
2779
|
selector: 'kirby-toggle',
|
|
2636
2780
|
template: '<ng-content></ng-content>',
|
|
2781
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2782
|
+
host: { mock: 'mock' },
|
|
2637
2783
|
providers: [
|
|
2638
2784
|
{
|
|
2639
2785
|
provide: ToggleComponent,
|
|
@@ -2654,19 +2800,21 @@ class MockToggleButtonComponent {
|
|
|
2654
2800
|
constructor() {
|
|
2655
2801
|
this.checkChanged = new EventEmitter();
|
|
2656
2802
|
}
|
|
2657
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2658
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2803
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2804
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MockToggleButtonComponent, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2659
2805
|
{
|
|
2660
2806
|
provide: ToggleButtonComponent,
|
|
2661
2807
|
useExisting: forwardRef((() => MockToggleButtonComponent)),
|
|
2662
2808
|
},
|
|
2663
2809
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2664
2810
|
}
|
|
2665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockToggleButtonComponent, decorators: [{
|
|
2666
2812
|
type: Component,
|
|
2667
2813
|
args: [{
|
|
2668
2814
|
selector: 'kirby-toggle-button',
|
|
2669
2815
|
template: '<ng-content></ng-content>',
|
|
2816
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
2817
|
+
host: { mock: 'mock' },
|
|
2670
2818
|
providers: [
|
|
2671
2819
|
{
|
|
2672
2820
|
provide: ToggleButtonComponent,
|
|
@@ -2684,15 +2832,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2684
2832
|
|
|
2685
2833
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2686
2834
|
class MockAccordionDirective {
|
|
2687
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2688
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2835
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2836
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockAccordionDirective, selector: "[kirbyAccordion], kirby-accordion", providers: [
|
|
2689
2837
|
{
|
|
2690
2838
|
provide: AccordionDirective,
|
|
2691
2839
|
useExisting: forwardRef((() => MockAccordionDirective)),
|
|
2692
2840
|
},
|
|
2693
2841
|
], exportAs: ["kirby-accordion"], ngImport: i0 }); }
|
|
2694
2842
|
}
|
|
2695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAccordionDirective, decorators: [{
|
|
2696
2844
|
type: Directive,
|
|
2697
2845
|
args: [{
|
|
2698
2846
|
selector: '[kirbyAccordion], kirby-accordion',
|
|
@@ -2708,15 +2856,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2708
2856
|
|
|
2709
2857
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2710
2858
|
class MockCardAsButtonDirective {
|
|
2711
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2712
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2859
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardAsButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2860
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockCardAsButtonDirective, selector: "kirby-card[click]", providers: [
|
|
2713
2861
|
{
|
|
2714
2862
|
provide: CardAsButtonDirective,
|
|
2715
2863
|
useExisting: forwardRef((() => MockCardAsButtonDirective)),
|
|
2716
2864
|
},
|
|
2717
2865
|
], ngImport: i0 }); }
|
|
2718
2866
|
}
|
|
2719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardAsButtonDirective, decorators: [{
|
|
2720
2868
|
type: Directive,
|
|
2721
2869
|
args: [{
|
|
2722
2870
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2732,15 +2880,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2732
2880
|
|
|
2733
2881
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2734
2882
|
class MockAffixDirective {
|
|
2735
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2736
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2883
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2884
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockAffixDirective, selector: "[kirby-affix]", inputs: { type: ["kirby-affix", "type"] }, providers: [
|
|
2737
2885
|
{
|
|
2738
2886
|
provide: AffixDirective,
|
|
2739
2887
|
useExisting: forwardRef((() => MockAffixDirective)),
|
|
2740
2888
|
},
|
|
2741
2889
|
], ngImport: i0 }); }
|
|
2742
2890
|
}
|
|
2743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAffixDirective, decorators: [{
|
|
2744
2892
|
type: Directive,
|
|
2745
2893
|
args: [{
|
|
2746
2894
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2759,15 +2907,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2759
2907
|
|
|
2760
2908
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2761
2909
|
class MockDateInputDirective {
|
|
2762
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2763
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2910
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDateInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2911
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockDateInputDirective, selector: "[kirby-input][type=\"date\"]", providers: [
|
|
2764
2912
|
{
|
|
2765
2913
|
provide: DateInputDirective,
|
|
2766
2914
|
useExisting: forwardRef((() => MockDateInputDirective)),
|
|
2767
2915
|
},
|
|
2768
2916
|
], ngImport: i0 }); }
|
|
2769
2917
|
}
|
|
2770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDateInputDirective, decorators: [{
|
|
2771
2919
|
type: Directive,
|
|
2772
2920
|
args: [{
|
|
2773
2921
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2783,15 +2931,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2783
2931
|
|
|
2784
2932
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2785
2933
|
class MockDecimalMaskDirective {
|
|
2786
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2787
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2934
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDecimalMaskDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2935
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockDecimalMaskDirective, selector: "[kirby-decimal-mask]", inputs: { min: "min", max: "max", precision: "precision", setMaxOnOverflow: "setMaxOnOverflow", allowMinus: "allowMinus", disableGroupSeperator: "disableGroupSeperator", maxlength: "maxlength" }, providers: [
|
|
2788
2936
|
{
|
|
2789
2937
|
provide: DecimalMaskDirective,
|
|
2790
2938
|
useExisting: forwardRef((() => MockDecimalMaskDirective)),
|
|
2791
2939
|
},
|
|
2792
2940
|
], ngImport: i0 }); }
|
|
2793
2941
|
}
|
|
2794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDecimalMaskDirective, decorators: [{
|
|
2795
2943
|
type: Directive,
|
|
2796
2944
|
args: [{
|
|
2797
2945
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2824,15 +2972,15 @@ class MockInfiniteScrollDirective {
|
|
|
2824
2972
|
constructor() {
|
|
2825
2973
|
this.scrollEnd = new EventEmitter();
|
|
2826
2974
|
}
|
|
2827
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2828
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2975
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInfiniteScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2976
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockInfiniteScrollDirective, selector: "[kirbyInfiniteScroll]", inputs: { disabled: "disabled" }, outputs: { scrollEnd: "scrollEnd" }, providers: [
|
|
2829
2977
|
{
|
|
2830
2978
|
provide: InfiniteScrollDirective,
|
|
2831
2979
|
useExisting: forwardRef((() => MockInfiniteScrollDirective)),
|
|
2832
2980
|
},
|
|
2833
2981
|
], ngImport: i0 }); }
|
|
2834
2982
|
}
|
|
2835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInfiniteScrollDirective, decorators: [{
|
|
2836
2984
|
type: Directive,
|
|
2837
2985
|
args: [{
|
|
2838
2986
|
selector: '[kirbyInfiniteScroll]',
|
|
@@ -2851,15 +2999,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2851
2999
|
|
|
2852
3000
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2853
3001
|
class MockListItemColorDirective {
|
|
2854
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2855
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3002
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3003
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListItemColorDirective, selector: "[kirbyListItemColor]", inputs: { kirbyListItemColor: "kirbyListItemColor", item: "item" }, providers: [
|
|
2856
3004
|
{
|
|
2857
3005
|
provide: ListItemColorDirective,
|
|
2858
3006
|
useExisting: forwardRef((() => MockListItemColorDirective)),
|
|
2859
3007
|
},
|
|
2860
3008
|
], ngImport: i0 }); }
|
|
2861
3009
|
}
|
|
2862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemColorDirective, decorators: [{
|
|
2863
3011
|
type: Directive,
|
|
2864
3012
|
args: [{
|
|
2865
3013
|
selector: '[kirbyListItemColor]',
|
|
@@ -2878,15 +3026,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2878
3026
|
|
|
2879
3027
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2880
3028
|
class MockListItemTemplateDirective {
|
|
2881
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2882
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3029
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemTemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3030
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListItemTemplateDirective, selector: "[kirbyListItemTemplate]", providers: [
|
|
2883
3031
|
{
|
|
2884
3032
|
provide: ListItemTemplateDirective,
|
|
2885
3033
|
useExisting: forwardRef((() => MockListItemTemplateDirective)),
|
|
2886
3034
|
},
|
|
2887
3035
|
], ngImport: i0 }); }
|
|
2888
3036
|
}
|
|
2889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemTemplateDirective, decorators: [{
|
|
2890
3038
|
type: Directive,
|
|
2891
3039
|
args: [{
|
|
2892
3040
|
selector: '[kirbyListItemTemplate]',
|
|
@@ -2899,15 +3047,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2899
3047
|
}]
|
|
2900
3048
|
}] });
|
|
2901
3049
|
class MockListHeaderDirective {
|
|
2902
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2903
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3050
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3051
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListHeaderDirective, selector: "[kirbyListHeader], [kirbyListHeaderTemplate]", providers: [
|
|
2904
3052
|
{
|
|
2905
3053
|
provide: ListHeaderDirective,
|
|
2906
3054
|
useExisting: forwardRef((() => MockListHeaderDirective)),
|
|
2907
3055
|
},
|
|
2908
3056
|
], ngImport: i0 }); }
|
|
2909
3057
|
}
|
|
2910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListHeaderDirective, decorators: [{
|
|
2911
3059
|
type: Directive,
|
|
2912
3060
|
args: [{
|
|
2913
3061
|
selector: '[kirbyListHeader], [kirbyListHeaderTemplate]',
|
|
@@ -2920,15 +3068,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2920
3068
|
}]
|
|
2921
3069
|
}] });
|
|
2922
3070
|
class MockListSectionHeaderDirective {
|
|
2923
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2924
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3071
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListSectionHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3072
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListSectionHeaderDirective, selector: "[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]", providers: [
|
|
2925
3073
|
{
|
|
2926
3074
|
provide: ListSectionHeaderDirective,
|
|
2927
3075
|
useExisting: forwardRef((() => MockListSectionHeaderDirective)),
|
|
2928
3076
|
},
|
|
2929
3077
|
], ngImport: i0 }); }
|
|
2930
3078
|
}
|
|
2931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListSectionHeaderDirective, decorators: [{
|
|
2932
3080
|
type: Directive,
|
|
2933
3081
|
args: [{
|
|
2934
3082
|
selector: '[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]',
|
|
@@ -2941,15 +3089,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
2941
3089
|
}]
|
|
2942
3090
|
}] });
|
|
2943
3091
|
class MockListFooterDirective {
|
|
2944
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2945
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3092
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3093
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListFooterDirective, selector: "[kirbyListFooter], [kirbyListFooterTemplate]", providers: [
|
|
2946
3094
|
{
|
|
2947
3095
|
provide: ListFooterDirective,
|
|
2948
3096
|
useExisting: forwardRef((() => MockListFooterDirective)),
|
|
2949
3097
|
},
|
|
2950
3098
|
], ngImport: i0 }); }
|
|
2951
3099
|
}
|
|
2952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListFooterDirective, decorators: [{
|
|
2953
3101
|
type: Directive,
|
|
2954
3102
|
args: [{
|
|
2955
3103
|
selector: '[kirbyListFooter], [kirbyListFooterTemplate]',
|
|
@@ -2979,15 +3127,15 @@ class MockFloatingDirective {
|
|
|
2979
3127
|
toggleShow() {
|
|
2980
3128
|
// NOOP
|
|
2981
3129
|
}
|
|
2982
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2983
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3130
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFloatingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3131
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockFloatingDirective, selector: "[kirbyFloating]", inputs: { reference: "reference", placement: "placement", strategy: "strategy", triggers: "triggers", DOMPortalOutlet: "DOMPortalOutlet", portalOutletConfig: "portalOutletConfig", isDisabled: "isDisabled", offset: "offset", shift: "shift", autoPlacement: "autoPlacement", closeOnSelect: "closeOnSelect", closeOnEscapeKey: "closeOnEscapeKey", closeOnBackdrop: "closeOnBackdrop" }, outputs: { displayChanged: "displayChanged" }, providers: [
|
|
2984
3132
|
{
|
|
2985
3133
|
provide: FloatingDirective,
|
|
2986
3134
|
useExisting: forwardRef((() => MockFloatingDirective)),
|
|
2987
3135
|
},
|
|
2988
3136
|
], ngImport: i0 }); }
|
|
2989
3137
|
}
|
|
2990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFloatingDirective, decorators: [{
|
|
2991
3139
|
type: Directive,
|
|
2992
3140
|
args: [{
|
|
2993
3141
|
selector: '[kirbyFloating]',
|
|
@@ -3030,15 +3178,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
3030
3178
|
|
|
3031
3179
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
3032
3180
|
class MockPortalDirective {
|
|
3033
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3034
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3181
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPortalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3182
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockPortalDirective, selector: "[kirbyPortal]", inputs: { outlet: "outlet" }, providers: [
|
|
3035
3183
|
{
|
|
3036
3184
|
provide: PortalDirective,
|
|
3037
3185
|
useExisting: forwardRef((() => MockPortalDirective)),
|
|
3038
3186
|
},
|
|
3039
3187
|
], ngImport: i0 }); }
|
|
3040
3188
|
}
|
|
3041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPortalDirective, decorators: [{
|
|
3042
3190
|
type: Directive,
|
|
3043
3191
|
args: [{
|
|
3044
3192
|
selector: '[kirbyPortal]',
|
|
@@ -3055,15 +3203,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
3055
3203
|
|
|
3056
3204
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
3057
3205
|
class MockComponentLoaderDirective {
|
|
3058
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3059
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3206
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockComponentLoaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3207
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockComponentLoaderDirective, selector: "[kirbyLoadComponent]", inputs: { configuration: ["kirbyLoadComponent", "configuration"], cssClass: "cssClass" }, providers: [
|
|
3060
3208
|
{
|
|
3061
3209
|
provide: ComponentLoaderDirective,
|
|
3062
3210
|
useExisting: forwardRef((() => MockComponentLoaderDirective)),
|
|
3063
3211
|
},
|
|
3064
3212
|
], ngImport: i0 }); }
|
|
3065
3213
|
}
|
|
3066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockComponentLoaderDirective, decorators: [{
|
|
3067
3215
|
type: Directive,
|
|
3068
3216
|
args: [{
|
|
3069
3217
|
selector: '[kirbyLoadComponent]',
|
|
@@ -3083,15 +3231,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
3083
3231
|
|
|
3084
3232
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
3085
3233
|
class MockFitHeadingDirective {
|
|
3086
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3087
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3234
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFitHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3235
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockFitHeadingDirective, selector: "h1[kirbyFitHeading],h2[kirbyFitHeading],h3[kirbyFitHeading]", inputs: { config: ["kirbyFitHeading", "config"] }, providers: [
|
|
3088
3236
|
{
|
|
3089
3237
|
provide: FitHeadingDirective,
|
|
3090
3238
|
useExisting: forwardRef((() => MockFitHeadingDirective)),
|
|
3091
3239
|
},
|
|
3092
3240
|
], ngImport: i0 }); }
|
|
3093
3241
|
}
|
|
3094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFitHeadingDirective, decorators: [{
|
|
3095
3243
|
type: Directive,
|
|
3096
3244
|
args: [{
|
|
3097
3245
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -3110,15 +3258,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
3110
3258
|
|
|
3111
3259
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
3112
3260
|
class MockThemeColorDirective {
|
|
3113
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3114
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3261
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockThemeColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3262
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockThemeColorDirective, selector: "kirby-avatar[themeColor],\n kirby-card[themeColor],\n kirby-icon[themeColor],\n kirby-progress-circle-ring[themeColor],\n kirby-modal-footer[themeColor],\n kirby-empty-state[themeColor]", inputs: { themeColor: "themeColor" }, providers: [
|
|
3115
3263
|
{
|
|
3116
3264
|
provide: ThemeColorDirective,
|
|
3117
3265
|
useExisting: forwardRef((() => MockThemeColorDirective)),
|
|
3118
3266
|
},
|
|
3119
3267
|
], ngImport: i0 }); }
|
|
3120
3268
|
}
|
|
3121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockThemeColorDirective, decorators: [{
|
|
3122
3270
|
type: Directive,
|
|
3123
3271
|
args: [{
|
|
3124
3272
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -3141,15 +3289,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
3141
3289
|
|
|
3142
3290
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
3143
3291
|
class MockSlideDirective {
|
|
3144
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3145
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3292
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3293
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockSlideDirective, selector: "[kirbySlide]", providers: [
|
|
3146
3294
|
{
|
|
3147
3295
|
provide: SlideDirective,
|
|
3148
3296
|
useExisting: forwardRef((() => MockSlideDirective)),
|
|
3149
3297
|
},
|
|
3150
3298
|
], ngImport: i0 }); }
|
|
3151
3299
|
}
|
|
3152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlideDirective, decorators: [{
|
|
3153
3301
|
type: Directive,
|
|
3154
3302
|
args: [{
|
|
3155
3303
|
selector: '[kirbySlide]',
|
|
@@ -3164,15 +3312,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
3164
3312
|
|
|
3165
3313
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
3166
3314
|
class MockKeyHandlerDirective {
|
|
3167
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3168
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3315
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockKeyHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3316
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockKeyHandlerDirective, selector: "[keyHandler]", providers: [
|
|
3169
3317
|
{
|
|
3170
3318
|
provide: KeyHandlerDirective,
|
|
3171
3319
|
useExisting: forwardRef((() => MockKeyHandlerDirective)),
|
|
3172
3320
|
},
|
|
3173
3321
|
], ngImport: i0 }); }
|
|
3174
3322
|
}
|
|
3175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockKeyHandlerDirective, decorators: [{
|
|
3176
3324
|
type: Directive,
|
|
3177
3325
|
args: [{
|
|
3178
3326
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -3188,15 +3336,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
3188
3336
|
|
|
3189
3337
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
3190
3338
|
class MockModalRouterLinkDirective {
|
|
3191
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3192
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3339
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3340
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockModalRouterLinkDirective, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, providers: [
|
|
3193
3341
|
{
|
|
3194
3342
|
provide: ModalRouterLinkDirective,
|
|
3195
3343
|
useExisting: forwardRef((() => MockModalRouterLinkDirective)),
|
|
3196
3344
|
},
|
|
3197
3345
|
], ngImport: i0 }); }
|
|
3198
3346
|
}
|
|
3199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalRouterLinkDirective, decorators: [{
|
|
3200
3348
|
type: Directive,
|
|
3201
3349
|
args: [{
|
|
3202
3350
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -3328,11 +3476,11 @@ const MOCK_DIRECTIVES = [
|
|
|
3328
3476
|
];
|
|
3329
3477
|
|
|
3330
3478
|
class KirbyTestingBaseModule {
|
|
3331
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3332
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
3333
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
3479
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3480
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule, declarations: [MockAccordionItemComponent, MockActionGroupComponent, MockAvatarComponent, MockButtonComponent, MockCalendarComponent, MockCardFooterComponent, MockCardHeaderComponent, MockCardComponent, MockChartComponent, MockBaseChartComponent, MockStockChartComponent, MockCheckboxComponent, MockTableComponent, MockTableRowComponent, MockDividerComponent, MockDropdownComponent, MockEmptyStateComponent, MockFabSheetComponent, MockFlagComponent, MockFormFieldMessageComponent, MockFormFieldComponent, MockInputComponent, MockInputCounterComponent, MockTextareaComponent, MockHeaderActionsDirective, MockHeaderCustomSectionDirective, MockHeaderComponent, MockIconComponent, MockItemComponent, MockLabelComponent, MockItemGroupComponent, MockItemSlidingComponent, MockAppComponent, MockListExperimentalComponent, MockListHeaderComponent, MockListItemComponent, MockListSectionHeaderComponent, MockListComponent, MockLoadingOverlayComponent, MockMenuComponent, MockActionSheetComponent, MockAlertComponent, MockModalFooterComponent, MockModalCompactWrapperComponent, MockModalWrapperComponent, MockModalV2FooterComponent, MockModalV2Component, MockModalV2RoutingComponent, MockModalV2WrapperComponent, MockPageFooterComponent, MockPageTitleDirective, MockPageSubtitleDirective, MockPageToolbarTitleDirective, MockPageActionsDirective, MockPageContentDirective, MockPageStickyContentDirective, MockPageProgressComponent, MockPageTitleComponent, MockPageContentComponent, MockPageActionsComponent, MockPageComponent, MockPopoverComponent, MockProgressCircleRingComponent, MockProgressCircleComponent, MockRadioGroupComponent, MockRadioComponent, MockRangeComponent, MockReorderListComponent, MockRouterOutletComponent, MockSectionHeaderComponent, MockSlidesComponent, MockSlideButtonComponent, MockSpinnerComponent, MockPageLocalNavigationComponent, MockSegmentedControlComponent, MockBadgeComponent, MockTabNavigationComponent, MockTabNavigationItemComponent, MockTabButtonComponent, MockTabsComponent, MockToggleComponent, MockToggleButtonComponent, MockAccordionDirective, MockCardAsButtonDirective, MockAffixDirective, MockDateInputDirective, MockDecimalMaskDirective, MockInfiniteScrollDirective, MockListItemColorDirective, MockListItemTemplateDirective, MockListHeaderDirective, MockListSectionHeaderDirective, MockListFooterDirective, MockFloatingDirective, MockPortalDirective, MockComponentLoaderDirective, MockFitHeadingDirective, MockThemeColorDirective, MockSlideDirective, MockKeyHandlerDirective, MockModalRouterLinkDirective], exports: [MockAccordionItemComponent, MockActionGroupComponent, MockAvatarComponent, MockButtonComponent, MockCalendarComponent, MockCardFooterComponent, MockCardHeaderComponent, MockCardComponent, MockChartComponent, MockBaseChartComponent, MockStockChartComponent, MockCheckboxComponent, MockTableComponent, MockTableRowComponent, MockDividerComponent, MockDropdownComponent, MockEmptyStateComponent, MockFabSheetComponent, MockFlagComponent, MockFormFieldMessageComponent, MockFormFieldComponent, MockInputComponent, MockInputCounterComponent, MockTextareaComponent, MockHeaderActionsDirective, MockHeaderCustomSectionDirective, MockHeaderComponent, MockIconComponent, MockItemComponent, MockLabelComponent, MockItemGroupComponent, MockItemSlidingComponent, MockAppComponent, MockListExperimentalComponent, MockListHeaderComponent, MockListItemComponent, MockListSectionHeaderComponent, MockListComponent, MockLoadingOverlayComponent, MockMenuComponent, MockActionSheetComponent, MockAlertComponent, MockModalFooterComponent, MockModalCompactWrapperComponent, MockModalWrapperComponent, MockModalV2FooterComponent, MockModalV2Component, MockModalV2RoutingComponent, MockModalV2WrapperComponent, MockPageFooterComponent, MockPageTitleDirective, MockPageSubtitleDirective, MockPageToolbarTitleDirective, MockPageActionsDirective, MockPageContentDirective, MockPageStickyContentDirective, MockPageProgressComponent, MockPageTitleComponent, MockPageContentComponent, MockPageActionsComponent, MockPageComponent, MockPopoverComponent, MockProgressCircleRingComponent, MockProgressCircleComponent, MockRadioGroupComponent, MockRadioComponent, MockRangeComponent, MockReorderListComponent, MockRouterOutletComponent, MockSectionHeaderComponent, MockSlidesComponent, MockSlideButtonComponent, MockSpinnerComponent, MockPageLocalNavigationComponent, MockSegmentedControlComponent, MockBadgeComponent, MockTabNavigationComponent, MockTabNavigationItemComponent, MockTabButtonComponent, MockTabsComponent, MockToggleComponent, MockToggleButtonComponent, MockAccordionDirective, MockCardAsButtonDirective, MockAffixDirective, MockDateInputDirective, MockDecimalMaskDirective, MockInfiniteScrollDirective, MockListItemColorDirective, MockListItemTemplateDirective, MockListHeaderDirective, MockListSectionHeaderDirective, MockListFooterDirective, MockFloatingDirective, MockPortalDirective, MockComponentLoaderDirective, MockFitHeadingDirective, MockThemeColorDirective, MockSlideDirective, MockKeyHandlerDirective, MockModalRouterLinkDirective] }); }
|
|
3481
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule }); }
|
|
3334
3482
|
}
|
|
3335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule, decorators: [{
|
|
3336
3484
|
type: NgModule,
|
|
3337
3485
|
args: [{
|
|
3338
3486
|
declarations: [MOCK_COMPONENTS, MOCK_DIRECTIVES],
|