@kirbydesign/designsystem 9.7.0 → 9.7.2-sb

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.
Files changed (308) hide show
  1. package/checkbox/checkbox.component.d.ts +5 -2
  2. package/esm2022/accordion/accordion-item.component.mjs +3 -3
  3. package/esm2022/accordion/accordion.directive.mjs +3 -3
  4. package/esm2022/accordion/accordion.module.mjs +4 -4
  5. package/esm2022/action-group/action-group.component.mjs +3 -3
  6. package/esm2022/avatar/avatar.component.mjs +3 -3
  7. package/esm2022/badge/badge.component.mjs +3 -3
  8. package/esm2022/button/button.component.mjs +3 -3
  9. package/esm2022/calendar/calendar.component.mjs +3 -3
  10. package/esm2022/calendar/helpers/calendar.helper.mjs +3 -3
  11. package/esm2022/card/card-as-button/card-as-button.directive.mjs +3 -3
  12. package/esm2022/card/card-footer/card-footer.component.mjs +3 -3
  13. package/esm2022/card/card-header/card-header.component.mjs +3 -3
  14. package/esm2022/card/card.component.mjs +3 -3
  15. package/esm2022/card/card.module.mjs +4 -4
  16. package/esm2022/chart/chart/chart.component.mjs +3 -3
  17. package/esm2022/chart/charts.module.mjs +4 -4
  18. package/esm2022/chart/shared/base-chart/base-chart.component.mjs +3 -3
  19. package/esm2022/chart/shared/chart-config-service/chart-config.service.mjs +3 -3
  20. package/esm2022/chart/shared/chart-js-service/chart-js.service.mjs +3 -3
  21. package/esm2022/chart/stock-chart/stock-chart-js.service.mjs +3 -3
  22. package/esm2022/chart/stock-chart/stock-chart.component.mjs +3 -3
  23. package/esm2022/checkbox/checkbox.component.mjs +26 -7
  24. package/esm2022/data-table/data-table.module.mjs +4 -4
  25. package/esm2022/data-table/sortable/sortable.component.mjs +3 -3
  26. package/esm2022/data-table/table/table.component.mjs +3 -3
  27. package/esm2022/data-table/table-row/table-row.component.mjs +3 -3
  28. package/esm2022/divider/divider.component.mjs +3 -3
  29. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  30. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  31. package/esm2022/dropdown/keyboard-handler.service.mjs +3 -3
  32. package/esm2022/empty-state/empty-state.component.mjs +3 -3
  33. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  34. package/esm2022/fab-sheet/fab-sheet.component.mjs +3 -3
  35. package/esm2022/flag/flag.component.mjs +3 -3
  36. package/esm2022/form-field/directives/affix/affix.directive.mjs +3 -3
  37. package/esm2022/form-field/directives/date/date-input.directive.mjs +3 -3
  38. package/esm2022/form-field/directives/decimal-mask/decimal-mask.directive.mjs +3 -3
  39. package/esm2022/form-field/form-field-message/form-field-message.component.mjs +3 -3
  40. package/esm2022/form-field/form-field.component.mjs +3 -3
  41. package/esm2022/form-field/form-field.module.mjs +4 -4
  42. package/esm2022/form-field/input/input.component.mjs +3 -3
  43. package/esm2022/form-field/input-counter/input-counter.component.mjs +3 -3
  44. package/esm2022/form-field/textarea/textarea.component.mjs +3 -3
  45. package/esm2022/header/header.component.mjs +15 -15
  46. package/esm2022/header/header.module.mjs +4 -4
  47. package/esm2022/helpers/ionic-element-part-helper.mjs +3 -3
  48. package/esm2022/helpers/line-clamp-helper.mjs +3 -3
  49. package/esm2022/helpers/platform.service.mjs +3 -3
  50. package/esm2022/icon/icon-registry.service.mjs +3 -3
  51. package/esm2022/icon/icon.component.mjs +3 -3
  52. package/esm2022/icon/icon.module.mjs +4 -4
  53. package/esm2022/icon/kirby-icon-settings.mjs +8 -1
  54. package/esm2022/item/item.component.mjs +8 -28
  55. package/esm2022/item/item.module.mjs +4 -4
  56. package/esm2022/item/label/label.component.mjs +3 -3
  57. package/esm2022/item-group/item-group.component.mjs +3 -3
  58. package/esm2022/item-sliding/item-sliding.component.mjs +3 -3
  59. package/esm2022/kirby-app/kirby-app.component.mjs +3 -3
  60. package/esm2022/kirby-app/kirby-app.module.mjs +4 -4
  61. package/esm2022/kirby-ionic-module/kirby-ionic.module.mjs +4 -4
  62. package/esm2022/lib/components/page-local-navigation/page-local-navigation.component.mjs +3 -3
  63. package/esm2022/lib/components/segmented-control/segmented-control.component.mjs +3 -3
  64. package/esm2022/lib/directives/key-handler/key-handler.directive.mjs +3 -3
  65. package/esm2022/lib/directives/modal-router-link/modal-router-link.directive.mjs +3 -3
  66. package/esm2022/lib/kirby-experimental.module.mjs +4 -4
  67. package/esm2022/lib/kirby.module.mjs +4 -4
  68. package/esm2022/list/directives/infinite-scroll.directive.mjs +3 -3
  69. package/esm2022/list/directives/list-item-color.directive.mjs +3 -3
  70. package/esm2022/list/helpers/list-helper.mjs +3 -3
  71. package/esm2022/list/list-experimental/list-experimental.component.mjs +3 -3
  72. package/esm2022/list/list-header/list-header.component.mjs +3 -3
  73. package/esm2022/list/list-item/list-item.component.mjs +3 -3
  74. package/esm2022/list/list-section-header/list-section-header.component.mjs +3 -3
  75. package/esm2022/list/list.component.mjs +3 -3
  76. package/esm2022/list/list.directive.mjs +12 -12
  77. package/esm2022/list/list.module.mjs +4 -4
  78. package/esm2022/loading-overlay/loading-overlay.component.mjs +3 -3
  79. package/esm2022/loading-overlay/loading-overlay.service.mjs +3 -3
  80. package/esm2022/menu/menu.component.mjs +3 -3
  81. package/esm2022/modal/modal/action-sheet/action-sheet.component.mjs +3 -3
  82. package/esm2022/modal/modal/alert/alert.component.mjs +3 -3
  83. package/esm2022/modal/modal/footer/modal-footer.component.mjs +3 -3
  84. package/esm2022/modal/modal/modal-component/modal.component.mjs +3 -3
  85. package/esm2022/modal/modal/services/action-sheet.helper.mjs +3 -3
  86. package/esm2022/modal/modal/services/alert.helper.mjs +3 -3
  87. package/esm2022/modal/modal/services/can-dismiss.helper.mjs +3 -3
  88. package/esm2022/modal/modal/services/modal-animation-builder.service.mjs +3 -3
  89. package/esm2022/modal/modal/services/modal.controller.mjs +3 -3
  90. package/esm2022/modal/modal/services/modal.helper.mjs +3 -3
  91. package/esm2022/modal/modal-navigation.service.mjs +3 -3
  92. package/esm2022/modal/modal-wrapper/compact/modal-compact-wrapper.component.mjs +3 -3
  93. package/esm2022/modal/modal-wrapper/modal-wrapper.component.mjs +3 -3
  94. package/esm2022/modal/modal.interfaces.mjs +3 -3
  95. package/esm2022/modal/v2/footer/footer.component.mjs +3 -3
  96. package/esm2022/modal/v2/kirby-modal.module.mjs +4 -4
  97. package/esm2022/modal/v2/modal/modal.component.mjs +3 -3
  98. package/esm2022/modal/v2/modal-routing/modal-routing.component.mjs +3 -3
  99. package/esm2022/modal/v2/services/modal.controller.mjs +3 -3
  100. package/esm2022/modal/v2/wrapper/wrapper.component.mjs +3 -3
  101. package/esm2022/page/page-footer/page-footer.component.mjs +3 -3
  102. package/esm2022/page/page.component.mjs +34 -34
  103. package/esm2022/page/page.module.mjs +4 -4
  104. package/esm2022/popover/popover.component.mjs +3 -3
  105. package/esm2022/progress-circle/progress-circle-ring.component.mjs +3 -3
  106. package/esm2022/progress-circle/progress-circle.component.mjs +3 -3
  107. package/esm2022/radio/radio-group/radio-group.component.mjs +3 -3
  108. package/esm2022/radio/radio-module.mjs +4 -4
  109. package/esm2022/radio/radio.component.mjs +25 -6
  110. package/esm2022/range/range.component.mjs +6 -6
  111. package/esm2022/reorder-list/reorder-list.component.mjs +3 -3
  112. package/esm2022/router-outlet/router-outlet.component.mjs +3 -3
  113. package/esm2022/router-outlet/router-outlet.module.mjs +4 -4
  114. package/esm2022/section-header/section-header.component.mjs +3 -3
  115. package/esm2022/shared/component-loader.directive.mjs +3 -3
  116. package/esm2022/shared/controls/label-helpers.mjs +23 -0
  117. package/esm2022/shared/fit-heading/fit-heading.directive.mjs +3 -3
  118. package/esm2022/shared/floating/floating.directive.mjs +3 -3
  119. package/esm2022/shared/portal/portal.directive.mjs +3 -3
  120. package/esm2022/shared/public_api.mjs +2 -1
  121. package/esm2022/shared/resize-observer/resize-observer.factory.mjs +3 -3
  122. package/esm2022/shared/resize-observer/resize-observer.service.mjs +3 -3
  123. package/esm2022/shared/theme-color/theme-color.directive.mjs +3 -3
  124. package/esm2022/slide/slide-stretch-height.directive.mjs +3 -3
  125. package/esm2022/slide/slide.directive.mjs +3 -3
  126. package/esm2022/slide/slide.module.mjs +4 -4
  127. package/esm2022/slide/slides.component.mjs +3 -3
  128. package/esm2022/slide-button/slide-button.component.mjs +3 -3
  129. package/esm2022/spinner/spinner.component.mjs +3 -3
  130. package/esm2022/spinner/spinner.module.mjs +4 -4
  131. package/esm2022/tab-navigation/tab-navigation/tab-navigation.component.mjs +3 -3
  132. package/esm2022/tab-navigation/tab-navigation-item/tab-navigation-item.component.mjs +3 -3
  133. package/esm2022/tab-navigation/tab-navigation.module.mjs +4 -4
  134. package/esm2022/tabs/tab-button/tab-button.component.mjs +4 -4
  135. package/esm2022/tabs/tabs.component.mjs +3 -3
  136. package/esm2022/tabs/tabs.module.mjs +4 -4
  137. package/esm2022/tabs/tabs.service.mjs +3 -3
  138. package/esm2022/testing/test-helper.mjs +4 -4
  139. package/esm2022/testing-base/lib/components/mock.accordion-item.component.mjs +3 -3
  140. package/esm2022/testing-base/lib/components/mock.action-group.component.mjs +3 -3
  141. package/esm2022/testing-base/lib/components/mock.action-sheet.component.mjs +3 -3
  142. package/esm2022/testing-base/lib/components/mock.alert.component.mjs +3 -3
  143. package/esm2022/testing-base/lib/components/mock.avatar.component.mjs +3 -3
  144. package/esm2022/testing-base/lib/components/mock.badge.component.mjs +3 -3
  145. package/esm2022/testing-base/lib/components/mock.base-chart.component.mjs +3 -3
  146. package/esm2022/testing-base/lib/components/mock.button.component.mjs +3 -3
  147. package/esm2022/testing-base/lib/components/mock.calendar.component.mjs +3 -3
  148. package/esm2022/testing-base/lib/components/mock.card-footer.component.mjs +3 -3
  149. package/esm2022/testing-base/lib/components/mock.card-header.component.mjs +3 -3
  150. package/esm2022/testing-base/lib/components/mock.card.component.mjs +3 -3
  151. package/esm2022/testing-base/lib/components/mock.chart.component.mjs +3 -3
  152. package/esm2022/testing-base/lib/components/mock.checkbox.component.mjs +3 -3
  153. package/esm2022/testing-base/lib/components/mock.divider.component.mjs +3 -3
  154. package/esm2022/testing-base/lib/components/mock.dropdown.component.mjs +3 -3
  155. package/esm2022/testing-base/lib/components/mock.empty-state.component.mjs +3 -3
  156. package/esm2022/testing-base/lib/components/mock.fab-sheet.component.mjs +3 -3
  157. package/esm2022/testing-base/lib/components/mock.flag.component.mjs +3 -3
  158. package/esm2022/testing-base/lib/components/mock.footer.component.mjs +3 -3
  159. package/esm2022/testing-base/lib/components/mock.form-field-message.component.mjs +3 -3
  160. package/esm2022/testing-base/lib/components/mock.form-field.component.mjs +3 -3
  161. package/esm2022/testing-base/lib/components/mock.header.component.mjs +9 -9
  162. package/esm2022/testing-base/lib/components/mock.icon.component.mjs +3 -3
  163. package/esm2022/testing-base/lib/components/mock.input-counter.component.mjs +3 -3
  164. package/esm2022/testing-base/lib/components/mock.input.component.mjs +3 -3
  165. package/esm2022/testing-base/lib/components/mock.item-group.component.mjs +3 -3
  166. package/esm2022/testing-base/lib/components/mock.item-sliding.component.mjs +3 -3
  167. package/esm2022/testing-base/lib/components/mock.item.component.mjs +3 -3
  168. package/esm2022/testing-base/lib/components/mock.kirby-app.component.mjs +3 -3
  169. package/esm2022/testing-base/lib/components/mock.label.component.mjs +3 -3
  170. package/esm2022/testing-base/lib/components/mock.list-experimental.component.mjs +3 -3
  171. package/esm2022/testing-base/lib/components/mock.list-header.component.mjs +3 -3
  172. package/esm2022/testing-base/lib/components/mock.list-item.component.mjs +3 -3
  173. package/esm2022/testing-base/lib/components/mock.list-section-header.component.mjs +3 -3
  174. package/esm2022/testing-base/lib/components/mock.list.component.mjs +3 -3
  175. package/esm2022/testing-base/lib/components/mock.loading-overlay.component.mjs +3 -3
  176. package/esm2022/testing-base/lib/components/mock.menu.component.mjs +3 -3
  177. package/esm2022/testing-base/lib/components/mock.modal-compact-wrapper.component.mjs +3 -3
  178. package/esm2022/testing-base/lib/components/mock.modal-footer.component.mjs +3 -3
  179. package/esm2022/testing-base/lib/components/mock.modal-routing.component.mjs +3 -3
  180. package/esm2022/testing-base/lib/components/mock.modal-wrapper.component.mjs +3 -3
  181. package/esm2022/testing-base/lib/components/mock.modal.component.mjs +3 -3
  182. package/esm2022/testing-base/lib/components/mock.page-footer.component.mjs +3 -3
  183. package/esm2022/testing-base/lib/components/mock.page-local-navigation.component.mjs +3 -3
  184. package/esm2022/testing-base/lib/components/mock.page.component.mjs +33 -33
  185. package/esm2022/testing-base/lib/components/mock.popover.component.mjs +3 -3
  186. package/esm2022/testing-base/lib/components/mock.progress-circle-ring.component.mjs +3 -3
  187. package/esm2022/testing-base/lib/components/mock.progress-circle.component.mjs +3 -3
  188. package/esm2022/testing-base/lib/components/mock.radio-group.component.mjs +3 -3
  189. package/esm2022/testing-base/lib/components/mock.radio.component.mjs +3 -3
  190. package/esm2022/testing-base/lib/components/mock.range.component.mjs +3 -3
  191. package/esm2022/testing-base/lib/components/mock.reorder-list.component.mjs +3 -3
  192. package/esm2022/testing-base/lib/components/mock.router-outlet.component.mjs +3 -3
  193. package/esm2022/testing-base/lib/components/mock.section-header.component.mjs +3 -3
  194. package/esm2022/testing-base/lib/components/mock.segmented-control.component.mjs +3 -3
  195. package/esm2022/testing-base/lib/components/mock.slide-button.component.mjs +3 -3
  196. package/esm2022/testing-base/lib/components/mock.slides.component.mjs +3 -3
  197. package/esm2022/testing-base/lib/components/mock.spinner.component.mjs +3 -3
  198. package/esm2022/testing-base/lib/components/mock.stock-chart.component.mjs +3 -3
  199. package/esm2022/testing-base/lib/components/mock.tab-button.component.mjs +3 -3
  200. package/esm2022/testing-base/lib/components/mock.tab-navigation-item.component.mjs +3 -3
  201. package/esm2022/testing-base/lib/components/mock.tab-navigation.component.mjs +3 -3
  202. package/esm2022/testing-base/lib/components/mock.table-row.component.mjs +3 -3
  203. package/esm2022/testing-base/lib/components/mock.table.component.mjs +3 -3
  204. package/esm2022/testing-base/lib/components/mock.tabs.component.mjs +3 -3
  205. package/esm2022/testing-base/lib/components/mock.textarea.component.mjs +3 -3
  206. package/esm2022/testing-base/lib/components/mock.toggle-button.component.mjs +3 -3
  207. package/esm2022/testing-base/lib/components/mock.toggle.component.mjs +3 -3
  208. package/esm2022/testing-base/lib/components/mock.wrapper.component.mjs +3 -3
  209. package/esm2022/testing-base/lib/directives/mock.accordion.directive.mjs +3 -3
  210. package/esm2022/testing-base/lib/directives/mock.affix.directive.mjs +3 -3
  211. package/esm2022/testing-base/lib/directives/mock.card-as-button.directive.mjs +3 -3
  212. package/esm2022/testing-base/lib/directives/mock.component-loader.directive.mjs +3 -3
  213. package/esm2022/testing-base/lib/directives/mock.date-input.directive.mjs +3 -3
  214. package/esm2022/testing-base/lib/directives/mock.decimal-mask.directive.mjs +3 -3
  215. package/esm2022/testing-base/lib/directives/mock.fit-heading.directive.mjs +3 -3
  216. package/esm2022/testing-base/lib/directives/mock.floating.directive.mjs +3 -3
  217. package/esm2022/testing-base/lib/directives/mock.infinite-scroll.directive.mjs +3 -3
  218. package/esm2022/testing-base/lib/directives/mock.key-handler.directive.mjs +3 -3
  219. package/esm2022/testing-base/lib/directives/mock.list-item-color.directive.mjs +3 -3
  220. package/esm2022/testing-base/lib/directives/mock.list.directive.mjs +12 -12
  221. package/esm2022/testing-base/lib/directives/mock.modal-router-link.directive.mjs +3 -3
  222. package/esm2022/testing-base/lib/directives/mock.portal.directive.mjs +3 -3
  223. package/esm2022/testing-base/lib/directives/mock.slide.directive.mjs +3 -3
  224. package/esm2022/testing-base/lib/directives/mock.theme-color.directive.mjs +3 -3
  225. package/esm2022/testing-base/lib/kirby-testing-base.module.mjs +4 -4
  226. package/esm2022/testing-jasmine/lib/kirby-testing.module.mjs +4 -4
  227. package/esm2022/testing-jest/lib/kirby-testing.module.mjs +4 -4
  228. package/esm2022/toast/services/toast.controller.mjs +3 -3
  229. package/esm2022/toast/services/toast.helper.mjs +3 -3
  230. package/esm2022/toggle/toggle.component.mjs +6 -6
  231. package/esm2022/toggle-button/toggle-button.component.mjs +3 -3
  232. package/esm2022/toggle-button/toggle-button.module.mjs +4 -4
  233. package/esm2022/types/window-ref.mjs +3 -3
  234. package/fesm2022/kirbydesign-designsystem-accordion.mjs +10 -10
  235. package/fesm2022/kirbydesign-designsystem-action-group.mjs +3 -3
  236. package/fesm2022/kirbydesign-designsystem-avatar.mjs +3 -3
  237. package/fesm2022/kirbydesign-designsystem-badge.mjs +3 -3
  238. package/fesm2022/kirbydesign-designsystem-button.mjs +3 -3
  239. package/fesm2022/kirbydesign-designsystem-calendar.mjs +6 -6
  240. package/fesm2022/kirbydesign-designsystem-card.mjs +16 -16
  241. package/fesm2022/kirbydesign-designsystem-chart.mjs +22 -22
  242. package/fesm2022/kirbydesign-designsystem-checkbox.mjs +25 -6
  243. package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
  244. package/fesm2022/kirbydesign-designsystem-data-table.mjs +13 -13
  245. package/fesm2022/kirbydesign-designsystem-divider.mjs +3 -3
  246. package/fesm2022/kirbydesign-designsystem-dropdown.mjs +10 -10
  247. package/fesm2022/kirbydesign-designsystem-empty-state.mjs +7 -7
  248. package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +3 -3
  249. package/fesm2022/kirbydesign-designsystem-flag.mjs +3 -3
  250. package/fesm2022/kirbydesign-designsystem-form-field.mjs +28 -28
  251. package/fesm2022/kirbydesign-designsystem-header.mjs +19 -19
  252. package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
  253. package/fesm2022/kirbydesign-designsystem-icon.mjs +17 -10
  254. package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
  255. package/fesm2022/kirbydesign-designsystem-item-group.mjs +3 -3
  256. package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +3 -3
  257. package/fesm2022/kirbydesign-designsystem-item.mjs +33 -52
  258. package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
  259. package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
  260. package/fesm2022/kirbydesign-designsystem-kirby-ionic-module.mjs +4 -4
  261. package/fesm2022/kirbydesign-designsystem-list.mjs +40 -40
  262. package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +6 -6
  263. package/fesm2022/kirbydesign-designsystem-menu.mjs +3 -3
  264. package/fesm2022/kirbydesign-designsystem-modal-v2.mjs +19 -19
  265. package/fesm2022/kirbydesign-designsystem-modal.mjs +42 -42
  266. package/fesm2022/kirbydesign-designsystem-page.mjs +41 -41
  267. package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
  268. package/fesm2022/kirbydesign-designsystem-popover.mjs +3 -3
  269. package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +6 -6
  270. package/fesm2022/kirbydesign-designsystem-radio.mjs +31 -12
  271. package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
  272. package/fesm2022/kirbydesign-designsystem-range.mjs +5 -5
  273. package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
  274. package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +3 -3
  275. package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +7 -7
  276. package/fesm2022/kirbydesign-designsystem-section-header.mjs +3 -3
  277. package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
  278. package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
  279. package/fesm2022/kirbydesign-designsystem-shared.mjs +39 -16
  280. package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
  281. package/fesm2022/kirbydesign-designsystem-slide-button.mjs +3 -3
  282. package/fesm2022/kirbydesign-designsystem-slide.mjs +13 -13
  283. package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
  284. package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +10 -10
  285. package/fesm2022/kirbydesign-designsystem-tabs.mjs +14 -14
  286. package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
  287. package/fesm2022/kirbydesign-designsystem-testing-base.mjs +307 -307
  288. package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
  289. package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
  290. package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
  291. package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
  292. package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +7 -7
  293. package/fesm2022/kirbydesign-designsystem-toggle.mjs +5 -5
  294. package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
  295. package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
  296. package/fesm2022/kirbydesign-designsystem.mjs +20 -20
  297. package/icons/svg/basket.svg +1 -0
  298. package/icons/svg/contract.svg +1 -0
  299. package/icons/svg/drag-drop.svg +1 -0
  300. package/icons/svg/expand.svg +1 -0
  301. package/icons/svg/flower.svg +1 -0
  302. package/icons/svg/house.svg +1 -0
  303. package/icons/svg/tractor.svg +1 -0
  304. package/item/item.component.d.ts +2 -8
  305. package/package.json +66 -66
  306. package/radio/radio.component.d.ts +5 -2
  307. package/shared/controls/label-helpers.d.ts +3 -0
  308. package/shared/public_api.d.ts +1 -0
@@ -33,15 +33,15 @@ 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.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: [
36
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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.12", ngImport: i0, type: MockAccordionItemComponent, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAccordionItemComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{
47
47
  selector: 'kirby-accordion-item',
@@ -67,15 +67,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
67
67
 
68
68
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
69
69
  class MockActionGroupComponent {
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
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockActionGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
71
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockActionGroupComponent, selector: "kirby-action-group", inputs: { visibleActions: "visibleActions", emphasizeActions: "emphasizeActions", align: "align" }, host: { attributes: { "mock": "mock" } }, providers: [
72
72
  {
73
73
  provide: ActionGroupComponent,
74
74
  useExisting: forwardRef((() => MockActionGroupComponent)),
75
75
  },
76
76
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
77
77
  }
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActionGroupComponent, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockActionGroupComponent, decorators: [{
79
79
  type: Component,
80
80
  args: [{
81
81
  selector: 'kirby-action-group',
@@ -99,15 +99,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
99
99
 
100
100
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
101
101
  class MockAvatarComponent {
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: [
102
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
103
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
104
104
  {
105
105
  provide: AvatarComponent,
106
106
  useExisting: forwardRef((() => MockAvatarComponent)),
107
107
  },
108
108
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
109
109
  }
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAvatarComponent, decorators: [{
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAvatarComponent, decorators: [{
111
111
  type: Component,
112
112
  args: [{
113
113
  selector: 'kirby-avatar',
@@ -141,15 +141,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
141
141
 
142
142
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
143
143
  class MockButtonComponent {
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: [
144
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
145
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
146
146
  {
147
147
  provide: ButtonComponent,
148
148
  useExisting: forwardRef((() => MockButtonComponent)),
149
149
  },
150
150
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
151
151
  }
152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockButtonComponent, decorators: [{
152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockButtonComponent, decorators: [{
153
153
  type: Component,
154
154
  args: [{
155
155
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -182,15 +182,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
182
182
 
183
183
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
184
184
  class MockBadgeComponent {
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: [
185
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
186
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockBadgeComponent, selector: "kirby-badge", inputs: { text: "text", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
187
187
  {
188
188
  provide: BadgeComponent,
189
189
  useExisting: forwardRef((() => MockBadgeComponent)),
190
190
  },
191
191
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
192
192
  }
193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockBadgeComponent, decorators: [{
193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockBadgeComponent, decorators: [{
194
194
  type: Component,
195
195
  args: [{
196
196
  selector: 'kirby-badge',
@@ -219,15 +219,15 @@ class MockCalendarComponent {
219
219
  this.previousMonthClicked = new EventEmitter();
220
220
  this.nextMonthClicked = new EventEmitter();
221
221
  }
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: [
222
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
223
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
224
224
  {
225
225
  provide: CalendarComponent,
226
226
  useExisting: forwardRef((() => MockCalendarComponent)),
227
227
  },
228
228
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
229
229
  }
230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCalendarComponent, decorators: [{
230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCalendarComponent, decorators: [{
231
231
  type: Component,
232
232
  args: [{
233
233
  selector: 'kirby-calendar',
@@ -285,15 +285,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
285
285
 
286
286
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
287
287
  class MockCardFooterComponent {
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: [
288
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
289
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockCardFooterComponent, selector: "kirby-card-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
290
290
  {
291
291
  provide: CardFooterComponent,
292
292
  useExisting: forwardRef((() => MockCardFooterComponent)),
293
293
  },
294
294
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
295
295
  }
296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardFooterComponent, decorators: [{
296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCardFooterComponent, decorators: [{
297
297
  type: Component,
298
298
  args: [{
299
299
  selector: 'kirby-card-footer',
@@ -313,15 +313,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
313
313
 
314
314
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
315
315
  class MockCardHeaderComponent {
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: [
316
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
317
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockCardHeaderComponent, selector: "kirby-card-header", inputs: { title: "title", subtitle: "subtitle", isTitleBold: "isTitleBold", flagged: "flagged", hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
318
318
  {
319
319
  provide: CardHeaderComponent,
320
320
  useExisting: forwardRef((() => MockCardHeaderComponent)),
321
321
  },
322
322
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
323
323
  }
324
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardHeaderComponent, decorators: [{
324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCardHeaderComponent, decorators: [{
325
325
  type: Component,
326
326
  args: [{
327
327
  selector: 'kirby-card-header',
@@ -349,15 +349,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
349
349
 
350
350
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
351
351
  class MockCardComponent {
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: [
352
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
353
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockCardComponent, selector: "kirby-card", inputs: { title: "title", subtitle: "subtitle", backgroundImageUrl: "backgroundImageUrl", hasPadding: "hasPadding", sizes: "sizes", flat: "flat" }, host: { attributes: { "mock": "mock" } }, providers: [
354
354
  {
355
355
  provide: CardComponent,
356
356
  useExisting: forwardRef((() => MockCardComponent)),
357
357
  },
358
358
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
359
359
  }
360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardComponent, decorators: [{
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCardComponent, decorators: [{
361
361
  type: Component,
362
362
  args: [{
363
363
  selector: 'kirby-card',
@@ -387,15 +387,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
387
387
 
388
388
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
389
389
  class MockBaseChartComponent {
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: [
390
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockBaseChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
391
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
392
392
  {
393
393
  provide: BaseChartComponent,
394
394
  useExisting: forwardRef((() => MockBaseChartComponent)),
395
395
  },
396
396
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
397
397
  }
398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockBaseChartComponent, decorators: [{
398
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockBaseChartComponent, decorators: [{
399
399
  type: Component,
400
400
  args: [{
401
401
  selector: 'kirby-base-chart',
@@ -427,15 +427,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
427
427
 
428
428
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
429
429
  class MockChartComponent extends MockBaseChartComponent {
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: [
430
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
431
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockChartComponent, selector: "kirby-chart", inputs: { type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
432
432
  {
433
433
  provide: ChartComponent,
434
434
  useExisting: forwardRef((() => MockChartComponent)),
435
435
  },
436
436
  ], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
437
437
  }
438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockChartComponent, decorators: [{
438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockChartComponent, decorators: [{
439
439
  type: Component,
440
440
  args: [{
441
441
  selector: 'kirby-chart',
@@ -455,15 +455,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
455
455
 
456
456
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
457
457
  class MockStockChartComponent extends MockBaseChartComponent {
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: [
458
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockStockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
459
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockStockChartComponent, selector: "kirby-stock-chart", inputs: { dataLabelOptions: "dataLabelOptions" }, host: { attributes: { "mock": "mock" } }, providers: [
460
460
  {
461
461
  provide: StockChartComponent,
462
462
  useExisting: forwardRef((() => MockStockChartComponent)),
463
463
  },
464
464
  ], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
465
465
  }
466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockStockChartComponent, decorators: [{
466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockStockChartComponent, decorators: [{
467
467
  type: Component,
468
468
  args: [{
469
469
  selector: 'kirby-stock-chart',
@@ -486,15 +486,15 @@ class MockCheckboxComponent {
486
486
  constructor() {
487
487
  this.checkedChange = new EventEmitter();
488
488
  }
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: [
489
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
490
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
491
491
  {
492
492
  provide: CheckboxComponent,
493
493
  useExisting: forwardRef((() => MockCheckboxComponent)),
494
494
  },
495
495
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
496
496
  }
497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCheckboxComponent, decorators: [{
497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCheckboxComponent, decorators: [{
498
498
  type: Component,
499
499
  args: [{
500
500
  selector: 'kirby-checkbox',
@@ -526,15 +526,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
526
526
 
527
527
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
528
528
  class MockTableComponent {
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: [
529
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
530
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockTableComponent, selector: "table[kirby-table]", inputs: { fixedLayout: "fixedLayout" }, host: { attributes: { "mock": "mock" } }, providers: [
531
531
  {
532
532
  provide: TableComponent,
533
533
  useExisting: forwardRef((() => MockTableComponent)),
534
534
  },
535
535
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
536
536
  }
537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTableComponent, decorators: [{
537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTableComponent, decorators: [{
538
538
  type: Component,
539
539
  args: [{
540
540
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -555,15 +555,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
555
555
 
556
556
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
557
557
  class MockTableRowComponent {
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: [
558
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTableRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
559
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockTableRowComponent, selector: "tr[kirby-tr]", inputs: { selectable: "selectable" }, host: { attributes: { "mock": "mock" } }, providers: [
560
560
  {
561
561
  provide: TableRowComponent,
562
562
  useExisting: forwardRef((() => MockTableRowComponent)),
563
563
  },
564
564
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
565
565
  }
566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTableRowComponent, decorators: [{
566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTableRowComponent, decorators: [{
567
567
  type: Component,
568
568
  args: [{
569
569
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -584,15 +584,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
584
584
 
585
585
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
586
586
  class MockDividerComponent {
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: [
587
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
588
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockDividerComponent, selector: "kirby-divider", inputs: { hasMargin: "hasMargin" }, host: { attributes: { "mock": "mock" } }, providers: [
589
589
  {
590
590
  provide: DividerComponent,
591
591
  useExisting: forwardRef((() => MockDividerComponent)),
592
592
  },
593
593
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
594
594
  }
595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDividerComponent, decorators: [{
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockDividerComponent, decorators: [{
596
596
  type: Component,
597
597
  args: [{
598
598
  selector: 'kirby-divider',
@@ -615,15 +615,15 @@ class MockDropdownComponent {
615
615
  constructor() {
616
616
  this.change = new EventEmitter();
617
617
  }
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: [
618
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
619
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
620
620
  {
621
621
  provide: DropdownComponent,
622
622
  useExisting: forwardRef((() => MockDropdownComponent)),
623
623
  },
624
624
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
625
625
  }
626
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDropdownComponent, decorators: [{
626
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockDropdownComponent, decorators: [{
627
627
  type: Component,
628
628
  args: [{
629
629
  selector: 'kirby-dropdown',
@@ -669,15 +669,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
669
669
 
670
670
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
671
671
  class MockEmptyStateComponent {
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: [
672
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockEmptyStateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
673
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockEmptyStateComponent, selector: "kirby-empty-state", inputs: { iconName: "iconName", customIconName: "customIconName", title: "title", subtitle: "subtitle" }, host: { attributes: { "mock": "mock" } }, providers: [
674
674
  {
675
675
  provide: EmptyStateComponent,
676
676
  useExisting: forwardRef((() => MockEmptyStateComponent)),
677
677
  },
678
678
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
679
679
  }
680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockEmptyStateComponent, decorators: [{
680
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockEmptyStateComponent, decorators: [{
681
681
  type: Component,
682
682
  args: [{
683
683
  selector: 'kirby-empty-state',
@@ -703,15 +703,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
703
703
 
704
704
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
705
705
  class MockFabSheetComponent {
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: [
706
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFabSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
707
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockFabSheetComponent, selector: "kirby-fab-sheet", inputs: { disabled: "disabled", horizontalAlignment: "horizontalAlignment" }, host: { attributes: { "mock": "mock" } }, providers: [
708
708
  {
709
709
  provide: FabSheetComponent,
710
710
  useExisting: forwardRef((() => MockFabSheetComponent)),
711
711
  },
712
712
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
713
713
  }
714
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFabSheetComponent, decorators: [{
714
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFabSheetComponent, decorators: [{
715
715
  type: Component,
716
716
  args: [{
717
717
  selector: 'kirby-fab-sheet',
@@ -733,15 +733,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
733
733
 
734
734
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
735
735
  class MockFlagComponent {
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: [
736
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
737
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockFlagComponent, selector: "kirby-flag", inputs: { size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
738
738
  {
739
739
  provide: FlagComponent,
740
740
  useExisting: forwardRef((() => MockFlagComponent)),
741
741
  },
742
742
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
743
743
  }
744
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFlagComponent, decorators: [{
744
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFlagComponent, decorators: [{
745
745
  type: Component,
746
746
  args: [{
747
747
  selector: 'kirby-flag',
@@ -763,15 +763,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
763
763
 
764
764
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
765
765
  class MockFormFieldMessageComponent {
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: [
766
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFormFieldMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
767
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockFormFieldMessageComponent, selector: "kirby-form-field-message", inputs: { text: "text", position: "position" }, host: { attributes: { "mock": "mock" } }, providers: [
768
768
  {
769
769
  provide: FormFieldMessageComponent,
770
770
  useExisting: forwardRef((() => MockFormFieldMessageComponent)),
771
771
  },
772
772
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
773
773
  }
774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFormFieldMessageComponent, decorators: [{
774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFormFieldMessageComponent, decorators: [{
775
775
  type: Component,
776
776
  args: [{
777
777
  selector: 'kirby-form-field-message',
@@ -796,15 +796,15 @@ class MockFormFieldComponent {
796
796
  focus() {
797
797
  // NOOP
798
798
  }
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: [
799
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
800
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockFormFieldComponent, selector: "kirby-form-field", inputs: { label: "label", message: "message" }, host: { attributes: { "mock": "mock" } }, providers: [
801
801
  {
802
802
  provide: FormFieldComponent,
803
803
  useExisting: forwardRef((() => MockFormFieldComponent)),
804
804
  },
805
805
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
806
806
  }
807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFormFieldComponent, decorators: [{
807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFormFieldComponent, decorators: [{
808
808
  type: Component,
809
809
  args: [{
810
810
  selector: 'kirby-form-field',
@@ -826,15 +826,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
826
826
 
827
827
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
828
828
  class MockInputComponent {
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: [
829
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
830
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
831
831
  {
832
832
  provide: InputComponent,
833
833
  useExisting: forwardRef((() => MockInputComponent)),
834
834
  },
835
835
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
836
836
  }
837
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInputComponent, decorators: [{
837
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockInputComponent, decorators: [{
838
838
  type: Component,
839
839
  args: [{
840
840
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -871,15 +871,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
871
871
 
872
872
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
873
873
  class MockInputCounterComponent {
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: [
874
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockInputCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
875
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockInputCounterComponent, selector: "kirby-input-counter", inputs: { listenTo: "listenTo" }, host: { attributes: { "mock": "mock" } }, providers: [
876
876
  {
877
877
  provide: InputCounterComponent,
878
878
  useExisting: forwardRef((() => MockInputCounterComponent)),
879
879
  },
880
880
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
881
881
  }
882
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInputCounterComponent, decorators: [{
882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockInputCounterComponent, decorators: [{
883
883
  type: Component,
884
884
  args: [{
885
885
  selector: 'kirby-input-counter',
@@ -899,15 +899,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
899
899
 
900
900
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
901
901
  class MockTextareaComponent {
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: [
902
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
903
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockTextareaComponent, selector: "textarea[kirby-textarea]", inputs: { value: "value", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", maxlength: "maxlength" }, host: { attributes: { "mock": "mock" } }, providers: [
904
904
  {
905
905
  provide: TextareaComponent,
906
906
  useExisting: forwardRef((() => MockTextareaComponent)),
907
907
  },
908
908
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
909
909
  }
910
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTextareaComponent, decorators: [{
910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTextareaComponent, decorators: [{
911
911
  type: Component,
912
912
  args: [{
913
913
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -938,15 +938,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
938
938
 
939
939
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
940
940
  class MockHeaderActionsDirective {
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: [
941
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockHeaderActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
942
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockHeaderActionsDirective, selector: "[kirbyHeaderActions]", providers: [
943
943
  {
944
944
  provide: HeaderActionsDirective,
945
945
  useExisting: forwardRef((() => MockHeaderActionsDirective)),
946
946
  },
947
947
  ], ngImport: i0 }); }
948
948
  }
949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderActionsDirective, decorators: [{
949
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockHeaderActionsDirective, decorators: [{
950
950
  type: Directive,
951
951
  args: [{
952
952
  selector: '[kirbyHeaderActions]',
@@ -959,15 +959,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
959
959
  }]
960
960
  }] });
961
961
  class MockHeaderCustomSectionDirective {
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: [
962
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockHeaderCustomSectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
963
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockHeaderCustomSectionDirective, selector: "[kirbyHeaderCustomSection]", providers: [
964
964
  {
965
965
  provide: HeaderCustomSectionDirective,
966
966
  useExisting: forwardRef((() => MockHeaderCustomSectionDirective)),
967
967
  },
968
968
  ], ngImport: i0 }); }
969
969
  }
970
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderCustomSectionDirective, decorators: [{
970
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockHeaderCustomSectionDirective, decorators: [{
971
971
  type: Directive,
972
972
  args: [{
973
973
  selector: '[kirbyHeaderCustomSection]',
@@ -980,15 +980,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
980
980
  }]
981
981
  }] });
982
982
  class MockHeaderComponent {
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: [
983
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
984
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
985
985
  {
986
986
  provide: HeaderComponent,
987
987
  useExisting: forwardRef((() => MockHeaderComponent)),
988
988
  },
989
989
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
990
990
  }
991
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockHeaderComponent, decorators: [{
991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockHeaderComponent, decorators: [{
992
992
  type: Component,
993
993
  args: [{
994
994
  selector: 'kirby-header',
@@ -1022,15 +1022,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1022
1022
 
1023
1023
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1024
1024
  class MockIconComponent {
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: [
1025
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1026
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockIconComponent, selector: "kirby-icon", inputs: { size: "size", name: "name", customName: "customName" }, host: { attributes: { "mock": "mock" } }, providers: [
1027
1027
  {
1028
1028
  provide: IconComponent,
1029
1029
  useExisting: forwardRef((() => MockIconComponent)),
1030
1030
  },
1031
1031
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1032
1032
  }
1033
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockIconComponent, decorators: [{
1033
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockIconComponent, decorators: [{
1034
1034
  type: Component,
1035
1035
  args: [{
1036
1036
  selector: 'kirby-icon',
@@ -1054,15 +1054,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1054
1054
 
1055
1055
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1056
1056
  class MockItemComponent {
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: [
1057
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1058
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockItemComponent, selector: "kirby-item", inputs: { disabled: "disabled", selected: "selected", disclosure: "disclosure", selectable: "selectable", reorderable: "reorderable", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
1059
1059
  {
1060
1060
  provide: ItemComponent,
1061
1061
  useExisting: forwardRef((() => MockItemComponent)),
1062
1062
  },
1063
1063
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1064
1064
  }
1065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemComponent, decorators: [{
1065
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockItemComponent, decorators: [{
1066
1066
  type: Component,
1067
1067
  args: [{
1068
1068
  selector: 'kirby-item',
@@ -1092,15 +1092,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1092
1092
 
1093
1093
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1094
1094
  class MockLabelComponent {
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: [
1095
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1096
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockLabelComponent, selector: "kirby-label", inputs: { direction: "direction" }, host: { attributes: { "mock": "mock" } }, providers: [
1097
1097
  {
1098
1098
  provide: LabelComponent,
1099
1099
  useExisting: forwardRef((() => MockLabelComponent)),
1100
1100
  },
1101
1101
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1102
1102
  }
1103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockLabelComponent, decorators: [{
1103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockLabelComponent, decorators: [{
1104
1104
  type: Component,
1105
1105
  args: [{
1106
1106
  selector: 'kirby-label',
@@ -1120,15 +1120,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1120
1120
 
1121
1121
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1122
1122
  class MockItemGroupComponent {
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: [
1123
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1124
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockItemGroupComponent, selector: "kirby-item-group", host: { attributes: { "mock": "mock" } }, providers: [
1125
1125
  {
1126
1126
  provide: ItemGroupComponent,
1127
1127
  useExisting: forwardRef((() => MockItemGroupComponent)),
1128
1128
  },
1129
1129
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1130
1130
  }
1131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemGroupComponent, decorators: [{
1131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockItemGroupComponent, decorators: [{
1132
1132
  type: Component,
1133
1133
  args: [{
1134
1134
  selector: 'kirby-item-group',
@@ -1146,15 +1146,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1146
1146
 
1147
1147
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1148
1148
  class MockItemSlidingComponent {
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: [
1149
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockItemSlidingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1150
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockItemSlidingComponent, selector: "kirby-item-sliding", inputs: { swipeActions: "swipeActions", side: "side" }, host: { attributes: { "mock": "mock" } }, providers: [
1151
1151
  {
1152
1152
  provide: ItemSlidingComponent,
1153
1153
  useExisting: forwardRef((() => MockItemSlidingComponent)),
1154
1154
  },
1155
1155
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1156
1156
  }
1157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockItemSlidingComponent, decorators: [{
1157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockItemSlidingComponent, decorators: [{
1158
1158
  type: Component,
1159
1159
  args: [{
1160
1160
  selector: 'kirby-item-sliding',
@@ -1176,15 +1176,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1176
1176
 
1177
1177
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1178
1178
  class MockAppComponent {
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: [
1179
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAppComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1180
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockAppComponent, selector: "kirby-app", host: { attributes: { "mock": "mock" } }, providers: [
1181
1181
  {
1182
1182
  provide: AppComponent,
1183
1183
  useExisting: forwardRef((() => MockAppComponent)),
1184
1184
  },
1185
1185
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1186
1186
  }
1187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAppComponent, decorators: [{
1187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAppComponent, decorators: [{
1188
1188
  type: Component,
1189
1189
  args: [{
1190
1190
  selector: 'kirby-app',
@@ -1202,15 +1202,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1202
1202
 
1203
1203
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1204
1204
  class MockListExperimentalComponent {
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: [
1205
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListExperimentalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1206
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockListExperimentalComponent, selector: "kirby-list-experimental", host: { attributes: { "mock": "mock" } }, providers: [
1207
1207
  {
1208
1208
  provide: ListExperimentalComponent,
1209
1209
  useExisting: forwardRef((() => MockListExperimentalComponent)),
1210
1210
  },
1211
1211
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1212
1212
  }
1213
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListExperimentalComponent, decorators: [{
1213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListExperimentalComponent, decorators: [{
1214
1214
  type: Component,
1215
1215
  args: [{
1216
1216
  selector: 'kirby-list-experimental',
@@ -1228,15 +1228,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1228
1228
 
1229
1229
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1230
1230
  class MockListHeaderComponent {
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: [
1231
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1232
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockListHeaderComponent, selector: "kirby-list-header", host: { attributes: { "mock": "mock" } }, providers: [
1233
1233
  {
1234
1234
  provide: ListHeaderComponent,
1235
1235
  useExisting: forwardRef((() => MockListHeaderComponent)),
1236
1236
  },
1237
1237
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1238
1238
  }
1239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListHeaderComponent, decorators: [{
1239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListHeaderComponent, decorators: [{
1240
1240
  type: Component,
1241
1241
  args: [{
1242
1242
  selector: 'kirby-list-header',
@@ -1258,15 +1258,15 @@ class MockListItemComponent {
1258
1258
  this.itemSelect = new EventEmitter();
1259
1259
  this.swipeActionSelect = new EventEmitter();
1260
1260
  }
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: [
1261
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1262
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
1263
1263
  {
1264
1264
  provide: ListItemComponent,
1265
1265
  useExisting: forwardRef((() => MockListItemComponent)),
1266
1266
  },
1267
1267
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1268
1268
  }
1269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemComponent, decorators: [{
1269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListItemComponent, decorators: [{
1270
1270
  type: Component,
1271
1271
  args: [{
1272
1272
  selector: 'kirby-list-item',
@@ -1302,15 +1302,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1302
1302
 
1303
1303
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1304
1304
  class MockListSectionHeaderComponent {
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: [
1305
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1306
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockListSectionHeaderComponent, selector: "kirby-list-section-header", inputs: { title: "title" }, host: { attributes: { "mock": "mock" } }, providers: [
1307
1307
  {
1308
1308
  provide: ListSectionHeaderComponent,
1309
1309
  useExisting: forwardRef((() => MockListSectionHeaderComponent)),
1310
1310
  },
1311
1311
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1312
1312
  }
1313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListSectionHeaderComponent, decorators: [{
1313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListSectionHeaderComponent, decorators: [{
1314
1314
  type: Component,
1315
1315
  args: [{
1316
1316
  selector: 'kirby-list-section-header',
@@ -1334,15 +1334,15 @@ class MockListComponent {
1334
1334
  this.loadOnDemand = new EventEmitter();
1335
1335
  this.itemSelect = new EventEmitter();
1336
1336
  }
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: [
1337
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1338
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
1339
1339
  {
1340
1340
  provide: ListComponent,
1341
1341
  useExisting: forwardRef((() => MockListComponent)),
1342
1342
  },
1343
1343
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1344
1344
  }
1345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListComponent, decorators: [{
1345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListComponent, decorators: [{
1346
1346
  type: Component,
1347
1347
  args: [{
1348
1348
  selector: 'kirby-list',
@@ -1392,15 +1392,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1392
1392
 
1393
1393
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1394
1394
  class MockLoadingOverlayComponent {
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: [
1395
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockLoadingOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1396
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockLoadingOverlayComponent, selector: "kirby-loading-overlay", inputs: { isLoading: "isLoading", showBackdrop: "showBackdrop", hideContent: "hideContent" }, host: { attributes: { "mock": "mock" } }, providers: [
1397
1397
  {
1398
1398
  provide: LoadingOverlayComponent,
1399
1399
  useExisting: forwardRef((() => MockLoadingOverlayComponent)),
1400
1400
  },
1401
1401
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1402
1402
  }
1403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockLoadingOverlayComponent, decorators: [{
1403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockLoadingOverlayComponent, decorators: [{
1404
1404
  type: Component,
1405
1405
  args: [{
1406
1406
  selector: 'kirby-loading-overlay',
@@ -1424,15 +1424,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1424
1424
 
1425
1425
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1426
1426
  class MockMenuComponent {
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: [
1427
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1428
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
1429
1429
  {
1430
1430
  provide: MenuComponent,
1431
1431
  useExisting: forwardRef((() => MockMenuComponent)),
1432
1432
  },
1433
1433
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1434
1434
  }
1435
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockMenuComponent, decorators: [{
1435
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockMenuComponent, decorators: [{
1436
1436
  type: Component,
1437
1437
  args: [{
1438
1438
  selector: 'kirby-menu',
@@ -1478,15 +1478,15 @@ class MockActionSheetComponent {
1478
1478
  this.cancel = new EventEmitter();
1479
1479
  this.itemSelect = new EventEmitter();
1480
1480
  }
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: [
1481
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockActionSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1482
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
1483
1483
  {
1484
1484
  provide: ActionSheetComponent,
1485
1485
  useExisting: forwardRef((() => MockActionSheetComponent)),
1486
1486
  },
1487
1487
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1488
1488
  }
1489
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActionSheetComponent, decorators: [{
1489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockActionSheetComponent, decorators: [{
1490
1490
  type: Component,
1491
1491
  args: [{
1492
1492
  selector: 'kirby-action-sheet',
@@ -1520,15 +1520,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1520
1520
 
1521
1521
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1522
1522
  class MockAlertComponent {
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: [
1523
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1524
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
1525
1525
  {
1526
1526
  provide: AlertComponent,
1527
1527
  useExisting: forwardRef((() => MockAlertComponent)),
1528
1528
  },
1529
1529
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1530
1530
  }
1531
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAlertComponent, decorators: [{
1531
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAlertComponent, decorators: [{
1532
1532
  type: Component,
1533
1533
  args: [{
1534
1534
  selector: 'kirby-alert',
@@ -1560,15 +1560,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1560
1560
 
1561
1561
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1562
1562
  class MockModalFooterComponent {
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: [
1563
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1564
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockModalFooterComponent, selector: "kirby-modal-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
1565
1565
  {
1566
1566
  provide: ModalFooterComponent,
1567
1567
  useExisting: forwardRef((() => MockModalFooterComponent)),
1568
1568
  },
1569
1569
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1570
1570
  }
1571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalFooterComponent, decorators: [{
1571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalFooterComponent, decorators: [{
1572
1572
  type: Component,
1573
1573
  args: [{
1574
1574
  selector: 'kirby-modal-footer',
@@ -1590,15 +1590,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1590
1590
 
1591
1591
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1592
1592
  class MockModalCompactWrapperComponent {
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: [
1593
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalCompactWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1594
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockModalCompactWrapperComponent, selector: "kirby-modal-compact-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
1595
1595
  {
1596
1596
  provide: ModalCompactWrapperComponent,
1597
1597
  useExisting: forwardRef((() => MockModalCompactWrapperComponent)),
1598
1598
  },
1599
1599
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1600
1600
  }
1601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalCompactWrapperComponent, decorators: [{
1601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalCompactWrapperComponent, decorators: [{
1602
1602
  type: Component,
1603
1603
  args: [{
1604
1604
  selector: 'kirby-modal-compact-wrapper',
@@ -1624,15 +1624,15 @@ class MockModalWrapperComponent {
1624
1624
  removeModalElement() {
1625
1625
  // NOOP
1626
1626
  }
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: [
1627
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1628
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockModalWrapperComponent, selector: "kirby-modal-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
1629
1629
  {
1630
1630
  provide: ModalWrapperComponent,
1631
1631
  useExisting: forwardRef((() => MockModalWrapperComponent)),
1632
1632
  },
1633
1633
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1634
1634
  }
1635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalWrapperComponent, decorators: [{
1635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalWrapperComponent, decorators: [{
1636
1636
  type: Component,
1637
1637
  args: [{
1638
1638
  selector: 'kirby-modal-wrapper',
@@ -1652,15 +1652,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1652
1652
 
1653
1653
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1654
1654
  class MockModalV2FooterComponent {
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: [
1655
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalV2FooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1656
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockModalV2FooterComponent, selector: "kirby-modal-v2-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
1657
1657
  {
1658
1658
  provide: ModalV2FooterComponent,
1659
1659
  useExisting: forwardRef((() => MockModalV2FooterComponent)),
1660
1660
  },
1661
1661
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1662
1662
  }
1663
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2FooterComponent, decorators: [{
1663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalV2FooterComponent, decorators: [{
1664
1664
  type: Component,
1665
1665
  args: [{
1666
1666
  selector: 'kirby-modal-v2-footer',
@@ -1694,15 +1694,15 @@ class MockModalV2Component {
1694
1694
  scrollToBottom() {
1695
1695
  // NOOP
1696
1696
  }
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: [
1697
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1698
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
1699
1699
  {
1700
1700
  provide: ModalV2Component,
1701
1701
  useExisting: forwardRef((() => MockModalV2Component)),
1702
1702
  },
1703
1703
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1704
1704
  }
1705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2Component, decorators: [{
1705
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalV2Component, decorators: [{
1706
1706
  type: Component,
1707
1707
  args: [{
1708
1708
  selector: 'kirby-modal-v2',
@@ -1748,15 +1748,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1748
1748
 
1749
1749
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1750
1750
  class MockModalV2RoutingComponent {
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: [
1751
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalV2RoutingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1752
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockModalV2RoutingComponent, selector: "kirby-modal-v2-routing-wrapper", host: { attributes: { "mock": "mock" } }, providers: [
1753
1753
  {
1754
1754
  provide: ModalV2RoutingComponent,
1755
1755
  useExisting: forwardRef((() => MockModalV2RoutingComponent)),
1756
1756
  },
1757
1757
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1758
1758
  }
1759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2RoutingComponent, decorators: [{
1759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalV2RoutingComponent, decorators: [{
1760
1760
  type: Component,
1761
1761
  args: [{
1762
1762
  selector: 'kirby-modal-v2-routing-wrapper',
@@ -1774,15 +1774,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1774
1774
 
1775
1775
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1776
1776
  class MockModalV2WrapperComponent {
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: [
1777
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalV2WrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1778
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockModalV2WrapperComponent, selector: "kirby-modal-v2-wrapper", inputs: { flavor: "flavor", title: "title", hasCollapsibleTitle: "hasCollapsibleTitle", scrollDisabled: "scrollDisabled" }, host: { attributes: { "mock": "mock" } }, providers: [
1779
1779
  {
1780
1780
  provide: ModalV2WrapperComponent,
1781
1781
  useExisting: forwardRef((() => MockModalV2WrapperComponent)),
1782
1782
  },
1783
1783
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1784
1784
  }
1785
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalV2WrapperComponent, decorators: [{
1785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalV2WrapperComponent, decorators: [{
1786
1786
  type: Component,
1787
1787
  args: [{
1788
1788
  selector: 'kirby-modal-v2-wrapper',
@@ -1808,15 +1808,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1808
1808
 
1809
1809
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1810
1810
  class MockPageFooterComponent {
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: [
1811
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1812
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockPageFooterComponent, selector: "kirby-page-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
1813
1813
  {
1814
1814
  provide: PageFooterComponent,
1815
1815
  useExisting: forwardRef((() => MockPageFooterComponent)),
1816
1816
  },
1817
1817
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1818
1818
  }
1819
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageFooterComponent, decorators: [{
1819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageFooterComponent, decorators: [{
1820
1820
  type: Component,
1821
1821
  args: [{
1822
1822
  selector: 'kirby-page-footer',
@@ -1836,15 +1836,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1836
1836
 
1837
1837
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1838
1838
  class MockPageTitleDirective {
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: [
1839
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1840
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockPageTitleDirective, selector: "[kirbyPageTitle]", providers: [
1841
1841
  {
1842
1842
  provide: PageTitleDirective,
1843
1843
  useExisting: forwardRef((() => MockPageTitleDirective)),
1844
1844
  },
1845
1845
  ], ngImport: i0 }); }
1846
1846
  }
1847
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageTitleDirective, decorators: [{
1847
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageTitleDirective, decorators: [{
1848
1848
  type: Directive,
1849
1849
  args: [{
1850
1850
  selector: '[kirbyPageTitle]',
@@ -1857,15 +1857,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1857
1857
  }]
1858
1858
  }] });
1859
1859
  class MockPageSubtitleDirective {
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: [
1860
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1861
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockPageSubtitleDirective, selector: "[kirbyPageSubtitle]", providers: [
1862
1862
  {
1863
1863
  provide: PageSubtitleDirective,
1864
1864
  useExisting: forwardRef((() => MockPageSubtitleDirective)),
1865
1865
  },
1866
1866
  ], ngImport: i0 }); }
1867
1867
  }
1868
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageSubtitleDirective, decorators: [{
1868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageSubtitleDirective, decorators: [{
1869
1869
  type: Directive,
1870
1870
  args: [{
1871
1871
  selector: '[kirbyPageSubtitle]',
@@ -1878,15 +1878,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1878
1878
  }]
1879
1879
  }] });
1880
1880
  class MockPageToolbarTitleDirective {
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: [
1881
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageToolbarTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1882
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockPageToolbarTitleDirective, selector: "[kirbyPageToolbarTitle]", providers: [
1883
1883
  {
1884
1884
  provide: PageToolbarTitleDirective,
1885
1885
  useExisting: forwardRef((() => MockPageToolbarTitleDirective)),
1886
1886
  },
1887
1887
  ], ngImport: i0 }); }
1888
1888
  }
1889
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageToolbarTitleDirective, decorators: [{
1889
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageToolbarTitleDirective, decorators: [{
1890
1890
  type: Directive,
1891
1891
  args: [{
1892
1892
  selector: '[kirbyPageToolbarTitle]',
@@ -1899,15 +1899,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1899
1899
  }]
1900
1900
  }] });
1901
1901
  class MockPageActionsDirective {
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: [
1902
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1903
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockPageActionsDirective, selector: "[kirbyPageActions]", inputs: { config: ["kirbyPageActions", "config"] }, providers: [
1904
1904
  {
1905
1905
  provide: PageActionsDirective,
1906
1906
  useExisting: forwardRef((() => MockPageActionsDirective)),
1907
1907
  },
1908
1908
  ], ngImport: i0 }); }
1909
1909
  }
1910
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageActionsDirective, decorators: [{
1910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageActionsDirective, decorators: [{
1911
1911
  type: Directive,
1912
1912
  args: [{
1913
1913
  selector: '[kirbyPageActions]',
@@ -1923,15 +1923,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1923
1923
  args: ['kirbyPageActions']
1924
1924
  }] } });
1925
1925
  class MockPageContentDirective {
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: [
1926
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1927
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockPageContentDirective, selector: "[kirbyPageContent]", inputs: { config: ["kirbyPageContent", "config"] }, providers: [
1928
1928
  {
1929
1929
  provide: PageContentDirective,
1930
1930
  useExisting: forwardRef((() => MockPageContentDirective)),
1931
1931
  },
1932
1932
  ], ngImport: i0 }); }
1933
1933
  }
1934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageContentDirective, decorators: [{
1934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageContentDirective, decorators: [{
1935
1935
  type: Directive,
1936
1936
  args: [{
1937
1937
  selector: '[kirbyPageContent]',
@@ -1947,15 +1947,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1947
1947
  args: ['kirbyPageContent']
1948
1948
  }] } });
1949
1949
  class MockPageStickyContentDirective {
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: [
1950
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageStickyContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1951
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockPageStickyContentDirective, selector: "[kirbyPageStickyContent]", providers: [
1952
1952
  {
1953
1953
  provide: PageStickyContentDirective,
1954
1954
  useExisting: forwardRef((() => MockPageStickyContentDirective)),
1955
1955
  },
1956
1956
  ], ngImport: i0 }); }
1957
1957
  }
1958
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageStickyContentDirective, decorators: [{
1958
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageStickyContentDirective, decorators: [{
1959
1959
  type: Directive,
1960
1960
  args: [{
1961
1961
  selector: '[kirbyPageStickyContent]',
@@ -1968,15 +1968,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1968
1968
  }]
1969
1969
  }] });
1970
1970
  class MockPageProgressComponent {
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: [
1971
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1972
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockPageProgressComponent, selector: "kirby-page-progress", host: { attributes: { "mock": "mock" } }, providers: [
1973
1973
  {
1974
1974
  provide: PageProgressComponent,
1975
1975
  useExisting: forwardRef((() => MockPageProgressComponent)),
1976
1976
  },
1977
1977
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1978
1978
  }
1979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageProgressComponent, decorators: [{
1979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageProgressComponent, decorators: [{
1980
1980
  type: Component,
1981
1981
  args: [{
1982
1982
  selector: 'kirby-page-progress',
@@ -1992,15 +1992,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1992
1992
  }]
1993
1993
  }] });
1994
1994
  class MockPageTitleComponent {
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: [
1995
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1996
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockPageTitleComponent, selector: "kirby-page-title", host: { attributes: { "mock": "mock" } }, providers: [
1997
1997
  {
1998
1998
  provide: PageTitleComponent,
1999
1999
  useExisting: forwardRef((() => MockPageTitleComponent)),
2000
2000
  },
2001
2001
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2002
2002
  }
2003
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageTitleComponent, decorators: [{
2003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageTitleComponent, decorators: [{
2004
2004
  type: Component,
2005
2005
  args: [{
2006
2006
  selector: 'kirby-page-title',
@@ -2016,15 +2016,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2016
2016
  }]
2017
2017
  }] });
2018
2018
  class MockPageContentComponent {
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: [
2019
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2020
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockPageContentComponent, selector: "kirby-page-content", host: { attributes: { "mock": "mock" } }, providers: [
2021
2021
  {
2022
2022
  provide: PageContentComponent,
2023
2023
  useExisting: forwardRef((() => MockPageContentComponent)),
2024
2024
  },
2025
2025
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2026
2026
  }
2027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageContentComponent, decorators: [{
2027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageContentComponent, decorators: [{
2028
2028
  type: Component,
2029
2029
  args: [{
2030
2030
  selector: 'kirby-page-content',
@@ -2040,15 +2040,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2040
2040
  }]
2041
2041
  }] });
2042
2042
  class MockPageActionsComponent {
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: [
2043
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2044
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockPageActionsComponent, selector: "kirby-page-actions", host: { attributes: { "mock": "mock" } }, providers: [
2045
2045
  {
2046
2046
  provide: PageActionsComponent,
2047
2047
  useExisting: forwardRef((() => MockPageActionsComponent)),
2048
2048
  },
2049
2049
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2050
2050
  }
2051
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageActionsComponent, decorators: [{
2051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageActionsComponent, decorators: [{
2052
2052
  type: Component,
2053
2053
  args: [{
2054
2054
  selector: 'kirby-page-actions',
@@ -2070,15 +2070,15 @@ class MockPageComponent {
2070
2070
  this.refresh = new EventEmitter();
2071
2071
  this.backButtonClick = new EventEmitter();
2072
2072
  }
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: [
2073
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2074
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
2075
2075
  {
2076
2076
  provide: PageComponent,
2077
2077
  useExisting: forwardRef((() => MockPageComponent)),
2078
2078
  },
2079
2079
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2080
2080
  }
2081
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageComponent, decorators: [{
2081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageComponent, decorators: [{
2082
2082
  type: Component,
2083
2083
  args: [{
2084
2084
  selector: 'kirby-page',
@@ -2125,15 +2125,15 @@ class MockPopoverComponent {
2125
2125
  constructor() {
2126
2126
  this.willHide = new EventEmitter();
2127
2127
  }
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: [
2128
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2129
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockPopoverComponent, selector: "kirby-popover", inputs: { popout: "popout", target: "target" }, outputs: { willHide: "willHide" }, host: { attributes: { "mock": "mock" } }, providers: [
2130
2130
  {
2131
2131
  provide: PopoverComponent,
2132
2132
  useExisting: forwardRef((() => MockPopoverComponent)),
2133
2133
  },
2134
2134
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2135
2135
  }
2136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPopoverComponent, decorators: [{
2136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPopoverComponent, decorators: [{
2137
2137
  type: Component,
2138
2138
  args: [{
2139
2139
  selector: 'kirby-popover',
@@ -2157,15 +2157,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2157
2157
 
2158
2158
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2159
2159
  class MockProgressCircleRingComponent {
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: [
2160
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockProgressCircleRingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2161
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockProgressCircleRingComponent, selector: "kirby-progress-circle-ring", inputs: { radius: "radius", value: "value", themeColor: "themeColor", strokeWidth: "strokeWidth", upperBound: "upperBound" }, host: { attributes: { "mock": "mock" } }, providers: [
2162
2162
  {
2163
2163
  provide: ProgressCircleRingComponent,
2164
2164
  useExisting: forwardRef((() => MockProgressCircleRingComponent)),
2165
2165
  },
2166
2166
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2167
2167
  }
2168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockProgressCircleRingComponent, decorators: [{
2168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockProgressCircleRingComponent, decorators: [{
2169
2169
  type: Component,
2170
2170
  args: [{
2171
2171
  selector: 'kirby-progress-circle-ring',
@@ -2193,15 +2193,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2193
2193
 
2194
2194
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2195
2195
  class MockProgressCircleComponent {
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: [
2196
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2197
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockProgressCircleComponent, selector: "kirby-progress-circle", inputs: { value: "value", size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
2198
2198
  {
2199
2199
  provide: ProgressCircleComponent,
2200
2200
  useExisting: forwardRef((() => MockProgressCircleComponent)),
2201
2201
  },
2202
2202
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2203
2203
  }
2204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockProgressCircleComponent, decorators: [{
2204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockProgressCircleComponent, decorators: [{
2205
2205
  type: Component,
2206
2206
  args: [{
2207
2207
  selector: 'kirby-progress-circle',
@@ -2228,15 +2228,15 @@ class MockRadioGroupComponent {
2228
2228
  constructor() {
2229
2229
  this.valueChange = new EventEmitter();
2230
2230
  }
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: [
2231
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockRadioGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2232
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
2233
2233
  {
2234
2234
  provide: RadioGroupComponent,
2235
2235
  useExisting: forwardRef((() => MockRadioGroupComponent)),
2236
2236
  },
2237
2237
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2238
2238
  }
2239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRadioGroupComponent, decorators: [{
2239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockRadioGroupComponent, decorators: [{
2240
2240
  type: Component,
2241
2241
  args: [{
2242
2242
  selector: 'kirby-radio-group',
@@ -2270,15 +2270,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2270
2270
 
2271
2271
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2272
2272
  class MockRadioComponent {
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: [
2273
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2274
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockRadioComponent, selector: "kirby-radio", inputs: { value: "value", text: "text", size: "size", disabled: "disabled" }, host: { attributes: { "mock": "mock" } }, providers: [
2275
2275
  {
2276
2276
  provide: RadioComponent,
2277
2277
  useExisting: forwardRef((() => MockRadioComponent)),
2278
2278
  },
2279
2279
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2280
2280
  }
2281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRadioComponent, decorators: [{
2281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockRadioComponent, decorators: [{
2282
2282
  type: Component,
2283
2283
  args: [{
2284
2284
  selector: 'kirby-radio',
@@ -2319,15 +2319,15 @@ class MockRangeComponent {
2319
2319
  registerOnChange() {
2320
2320
  // NOOP
2321
2321
  }
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: [
2322
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2323
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
2324
2324
  {
2325
2325
  provide: RangeComponent,
2326
2326
  useExisting: forwardRef((() => MockRangeComponent)),
2327
2327
  },
2328
2328
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2329
2329
  }
2330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRangeComponent, decorators: [{
2330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockRangeComponent, decorators: [{
2331
2331
  type: Component,
2332
2332
  args: [{
2333
2333
  selector: 'kirby-range',
@@ -2371,15 +2371,15 @@ class MockReorderListComponent {
2371
2371
  this.itemReorder = new EventEmitter();
2372
2372
  this.subItemReorder = new EventEmitter();
2373
2373
  }
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: [
2374
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockReorderListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2375
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockReorderListComponent, selector: "kirby-reorder-list", inputs: { items: "items", subItemsName: "subItemsName", getItemTextDefault: "getItemTextDefault" }, outputs: { itemReorder: "itemReorder", subItemReorder: "subItemReorder" }, host: { attributes: { "mock": "mock" } }, providers: [
2376
2376
  {
2377
2377
  provide: ReorderListComponent,
2378
2378
  useExisting: forwardRef((() => MockReorderListComponent)),
2379
2379
  },
2380
2380
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2381
2381
  }
2382
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockReorderListComponent, decorators: [{
2382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockReorderListComponent, decorators: [{
2383
2383
  type: Component,
2384
2384
  args: [{
2385
2385
  selector: 'kirby-reorder-list',
@@ -2407,15 +2407,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2407
2407
 
2408
2408
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2409
2409
  class MockRouterOutletComponent {
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: [
2410
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2411
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockRouterOutletComponent, selector: "kirby-router-outlet", inputs: { main: "main" }, host: { attributes: { "mock": "mock" } }, providers: [
2412
2412
  {
2413
2413
  provide: RouterOutletComponent,
2414
2414
  useExisting: forwardRef((() => MockRouterOutletComponent)),
2415
2415
  },
2416
2416
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2417
2417
  }
2418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockRouterOutletComponent, decorators: [{
2418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockRouterOutletComponent, decorators: [{
2419
2419
  type: Component,
2420
2420
  args: [{
2421
2421
  selector: 'kirby-router-outlet',
@@ -2435,15 +2435,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2435
2435
 
2436
2436
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2437
2437
  class MockSectionHeaderComponent {
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: [
2438
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2439
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockSectionHeaderComponent, selector: "kirby-section-header", host: { attributes: { "mock": "mock" } }, providers: [
2440
2440
  {
2441
2441
  provide: SectionHeaderComponent,
2442
2442
  useExisting: forwardRef((() => MockSectionHeaderComponent)),
2443
2443
  },
2444
2444
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2445
2445
  }
2446
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSectionHeaderComponent, decorators: [{
2446
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSectionHeaderComponent, decorators: [{
2447
2447
  type: Component,
2448
2448
  args: [{
2449
2449
  selector: 'kirby-section-header',
@@ -2467,15 +2467,15 @@ class MockSlidesComponent {
2467
2467
  slideTo() {
2468
2468
  // NOOP
2469
2469
  }
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: [
2470
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSlidesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2471
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockSlidesComponent, selector: "kirby-slides", inputs: { slidesOptions: "slidesOptions", slides: "slides" }, outputs: { selectedSlide: "selectedSlide" }, host: { attributes: { "mock": "mock" } }, providers: [
2472
2472
  {
2473
2473
  provide: SlidesComponent,
2474
2474
  useExisting: forwardRef((() => MockSlidesComponent)),
2475
2475
  },
2476
2476
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2477
2477
  }
2478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlidesComponent, decorators: [{
2478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSlidesComponent, decorators: [{
2479
2479
  type: Component,
2480
2480
  args: [{
2481
2481
  selector: 'kirby-slides',
@@ -2503,15 +2503,15 @@ class MockSlideButtonComponent {
2503
2503
  this.slideDone = new EventEmitter();
2504
2504
  this.slidingPercentageChanged = new EventEmitter();
2505
2505
  }
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: [
2506
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSlideButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2507
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockSlideButtonComponent, selector: "kirby-slide-button", inputs: { text: "text", expand: "expand" }, outputs: { slideDone: "slideDone", slidingPercentageChanged: "slidingPercentageChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
2508
2508
  {
2509
2509
  provide: SlideButtonComponent,
2510
2510
  useExisting: forwardRef((() => MockSlideButtonComponent)),
2511
2511
  },
2512
2512
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2513
2513
  }
2514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlideButtonComponent, decorators: [{
2514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSlideButtonComponent, decorators: [{
2515
2515
  type: Component,
2516
2516
  args: [{
2517
2517
  selector: 'kirby-slide-button',
@@ -2537,15 +2537,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2537
2537
 
2538
2538
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2539
2539
  class MockSpinnerComponent {
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: [
2540
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2541
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockSpinnerComponent, selector: "kirby-spinner", host: { attributes: { "mock": "mock" } }, providers: [
2542
2542
  {
2543
2543
  provide: SpinnerComponent,
2544
2544
  useExisting: forwardRef((() => MockSpinnerComponent)),
2545
2545
  },
2546
2546
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2547
2547
  }
2548
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSpinnerComponent, decorators: [{
2548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSpinnerComponent, decorators: [{
2549
2549
  type: Component,
2550
2550
  args: [{
2551
2551
  selector: 'kirby-spinner',
@@ -2566,15 +2566,15 @@ class MockPageLocalNavigationComponent {
2566
2566
  constructor() {
2567
2567
  this.selectedIndexChange = new EventEmitter();
2568
2568
  }
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: [
2569
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageLocalNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2570
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockPageLocalNavigationComponent, selector: "kirby-page-local-navigation", inputs: { items: "items", selectedIndex: "selectedIndex" }, outputs: { selectedIndexChange: "selectedIndexChange" }, host: { attributes: { "mock": "mock" } }, providers: [
2571
2571
  {
2572
2572
  provide: PageLocalNavigationComponent,
2573
2573
  useExisting: forwardRef((() => MockPageLocalNavigationComponent)),
2574
2574
  },
2575
2575
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2576
2576
  }
2577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPageLocalNavigationComponent, decorators: [{
2577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPageLocalNavigationComponent, decorators: [{
2578
2578
  type: Component,
2579
2579
  args: [{
2580
2580
  selector: 'kirby-page-local-navigation',
@@ -2602,15 +2602,15 @@ class MockSegmentedControlComponent {
2602
2602
  this.selectedIndexChange = new EventEmitter();
2603
2603
  this.segmentSelect = new EventEmitter();
2604
2604
  }
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: [
2605
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSegmentedControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2606
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", 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: [
2607
2607
  {
2608
2608
  provide: SegmentedControlComponent,
2609
2609
  useExisting: forwardRef((() => MockSegmentedControlComponent)),
2610
2610
  },
2611
2611
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2612
2612
  }
2613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSegmentedControlComponent, decorators: [{
2613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSegmentedControlComponent, decorators: [{
2614
2614
  type: Component,
2615
2615
  args: [{
2616
2616
  selector: 'kirby-segmented-control',
@@ -2647,15 +2647,15 @@ class MockTabNavigationComponent {
2647
2647
  constructor() {
2648
2648
  this.selectedIndexChange = new EventEmitter();
2649
2649
  }
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: [
2650
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTabNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2651
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockTabNavigationComponent, selector: "kirby-tab-navigation", outputs: { selectedIndexChange: "selectedIndexChange" }, host: { attributes: { "mock": "mock" } }, providers: [
2652
2652
  {
2653
2653
  provide: TabNavigationComponent,
2654
2654
  useExisting: forwardRef((() => MockTabNavigationComponent)),
2655
2655
  },
2656
2656
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2657
2657
  }
2658
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabNavigationComponent, decorators: [{
2658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTabNavigationComponent, decorators: [{
2659
2659
  type: Component,
2660
2660
  args: [{
2661
2661
  selector: 'kirby-tab-navigation',
@@ -2675,15 +2675,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2675
2675
 
2676
2676
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2677
2677
  class MockTabNavigationItemComponent {
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: [
2678
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTabNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2679
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockTabNavigationItemComponent, selector: "kirby-tab-navigation-item", inputs: { label: "label" }, host: { attributes: { "mock": "mock" } }, providers: [
2680
2680
  {
2681
2681
  provide: TabNavigationItemComponent,
2682
2682
  useExisting: forwardRef((() => MockTabNavigationItemComponent)),
2683
2683
  },
2684
2684
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2685
2685
  }
2686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabNavigationItemComponent, decorators: [{
2686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTabNavigationItemComponent, decorators: [{
2687
2687
  type: Component,
2688
2688
  args: [{
2689
2689
  selector: 'kirby-tab-navigation-item',
@@ -2706,15 +2706,15 @@ class MockTabButtonComponent {
2706
2706
  constructor() {
2707
2707
  this.click = new EventEmitter();
2708
2708
  }
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: [
2709
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTabButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2710
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockTabButtonComponent, selector: "kirby-tab-button", inputs: { routerLink: "routerLink" }, outputs: { click: "click" }, host: { attributes: { "mock": "mock" } }, providers: [
2711
2711
  {
2712
2712
  provide: TabButtonComponent,
2713
2713
  useExisting: forwardRef((() => MockTabButtonComponent)),
2714
2714
  },
2715
2715
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2716
2716
  }
2717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabButtonComponent, decorators: [{
2717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTabButtonComponent, decorators: [{
2718
2718
  type: Component,
2719
2719
  args: [{
2720
2720
  selector: 'kirby-tab-button',
@@ -2736,15 +2736,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2736
2736
 
2737
2737
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2738
2738
  class MockTabsComponent {
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: [
2739
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2740
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockTabsComponent, selector: "kirby-tab-bar", host: { attributes: { "mock": "mock" } }, providers: [
2741
2741
  {
2742
2742
  provide: TabsComponent,
2743
2743
  useExisting: forwardRef((() => MockTabsComponent)),
2744
2744
  },
2745
2745
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2746
2746
  }
2747
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockTabsComponent, decorators: [{
2747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockTabsComponent, decorators: [{
2748
2748
  type: Component,
2749
2749
  args: [{
2750
2750
  selector: 'kirby-tab-bar',
@@ -2765,15 +2765,15 @@ class MockToggleComponent {
2765
2765
  constructor() {
2766
2766
  this.checkedChange = new EventEmitter();
2767
2767
  }
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: [
2768
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2769
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockToggleComponent, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { attributes: { "mock": "mock" } }, providers: [
2770
2770
  {
2771
2771
  provide: ToggleComponent,
2772
2772
  useExisting: forwardRef((() => MockToggleComponent)),
2773
2773
  },
2774
2774
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2775
2775
  }
2776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockToggleComponent, decorators: [{
2776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockToggleComponent, decorators: [{
2777
2777
  type: Component,
2778
2778
  args: [{
2779
2779
  selector: 'kirby-toggle',
@@ -2800,15 +2800,15 @@ class MockToggleButtonComponent {
2800
2800
  constructor() {
2801
2801
  this.checkChanged = new EventEmitter();
2802
2802
  }
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: [
2803
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2804
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MockToggleButtonComponent, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
2805
2805
  {
2806
2806
  provide: ToggleButtonComponent,
2807
2807
  useExisting: forwardRef((() => MockToggleButtonComponent)),
2808
2808
  },
2809
2809
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2810
2810
  }
2811
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockToggleButtonComponent, decorators: [{
2811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockToggleButtonComponent, decorators: [{
2812
2812
  type: Component,
2813
2813
  args: [{
2814
2814
  selector: 'kirby-toggle-button',
@@ -2832,15 +2832,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2832
2832
 
2833
2833
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2834
2834
  class MockAccordionDirective {
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: [
2835
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2836
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockAccordionDirective, selector: "[kirbyAccordion], kirby-accordion", providers: [
2837
2837
  {
2838
2838
  provide: AccordionDirective,
2839
2839
  useExisting: forwardRef((() => MockAccordionDirective)),
2840
2840
  },
2841
2841
  ], exportAs: ["kirby-accordion"], ngImport: i0 }); }
2842
2842
  }
2843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAccordionDirective, decorators: [{
2843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAccordionDirective, decorators: [{
2844
2844
  type: Directive,
2845
2845
  args: [{
2846
2846
  selector: '[kirbyAccordion], kirby-accordion',
@@ -2856,15 +2856,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2856
2856
 
2857
2857
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2858
2858
  class MockCardAsButtonDirective {
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: [
2859
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCardAsButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2860
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockCardAsButtonDirective, selector: "kirby-card[click]", providers: [
2861
2861
  {
2862
2862
  provide: CardAsButtonDirective,
2863
2863
  useExisting: forwardRef((() => MockCardAsButtonDirective)),
2864
2864
  },
2865
2865
  ], ngImport: i0 }); }
2866
2866
  }
2867
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockCardAsButtonDirective, decorators: [{
2867
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockCardAsButtonDirective, decorators: [{
2868
2868
  type: Directive,
2869
2869
  args: [{
2870
2870
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2880,15 +2880,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2880
2880
 
2881
2881
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2882
2882
  class MockAffixDirective {
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: [
2883
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2884
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockAffixDirective, selector: "[kirby-affix]", inputs: { type: ["kirby-affix", "type"] }, providers: [
2885
2885
  {
2886
2886
  provide: AffixDirective,
2887
2887
  useExisting: forwardRef((() => MockAffixDirective)),
2888
2888
  },
2889
2889
  ], ngImport: i0 }); }
2890
2890
  }
2891
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockAffixDirective, decorators: [{
2891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockAffixDirective, decorators: [{
2892
2892
  type: Directive,
2893
2893
  args: [{
2894
2894
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2907,15 +2907,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2907
2907
 
2908
2908
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2909
2909
  class MockDateInputDirective {
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: [
2910
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockDateInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2911
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockDateInputDirective, selector: "[kirby-input][type=\"date\"]", providers: [
2912
2912
  {
2913
2913
  provide: DateInputDirective,
2914
2914
  useExisting: forwardRef((() => MockDateInputDirective)),
2915
2915
  },
2916
2916
  ], ngImport: i0 }); }
2917
2917
  }
2918
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDateInputDirective, decorators: [{
2918
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockDateInputDirective, decorators: [{
2919
2919
  type: Directive,
2920
2920
  args: [{
2921
2921
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2931,15 +2931,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2931
2931
 
2932
2932
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2933
2933
  class MockDecimalMaskDirective {
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: [
2934
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockDecimalMaskDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2935
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockDecimalMaskDirective, selector: "[kirby-decimal-mask]", inputs: { min: "min", max: "max", precision: "precision", setMaxOnOverflow: "setMaxOnOverflow", allowMinus: "allowMinus", disableGroupSeperator: "disableGroupSeperator", maxlength: "maxlength" }, providers: [
2936
2936
  {
2937
2937
  provide: DecimalMaskDirective,
2938
2938
  useExisting: forwardRef((() => MockDecimalMaskDirective)),
2939
2939
  },
2940
2940
  ], ngImport: i0 }); }
2941
2941
  }
2942
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDecimalMaskDirective, decorators: [{
2942
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockDecimalMaskDirective, decorators: [{
2943
2943
  type: Directive,
2944
2944
  args: [{
2945
2945
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2972,15 +2972,15 @@ class MockInfiniteScrollDirective {
2972
2972
  constructor() {
2973
2973
  this.scrollEnd = new EventEmitter();
2974
2974
  }
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: [
2975
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockInfiniteScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2976
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockInfiniteScrollDirective, selector: "[kirbyInfiniteScroll]", inputs: { disabled: "disabled" }, outputs: { scrollEnd: "scrollEnd" }, providers: [
2977
2977
  {
2978
2978
  provide: InfiniteScrollDirective,
2979
2979
  useExisting: forwardRef((() => MockInfiniteScrollDirective)),
2980
2980
  },
2981
2981
  ], ngImport: i0 }); }
2982
2982
  }
2983
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockInfiniteScrollDirective, decorators: [{
2983
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockInfiniteScrollDirective, decorators: [{
2984
2984
  type: Directive,
2985
2985
  args: [{
2986
2986
  selector: '[kirbyInfiniteScroll]',
@@ -2999,15 +2999,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2999
2999
 
3000
3000
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3001
3001
  class MockListItemColorDirective {
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: [
3002
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListItemColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3003
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListItemColorDirective, selector: "[kirbyListItemColor]", inputs: { kirbyListItemColor: "kirbyListItemColor", item: "item" }, providers: [
3004
3004
  {
3005
3005
  provide: ListItemColorDirective,
3006
3006
  useExisting: forwardRef((() => MockListItemColorDirective)),
3007
3007
  },
3008
3008
  ], ngImport: i0 }); }
3009
3009
  }
3010
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemColorDirective, decorators: [{
3010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListItemColorDirective, decorators: [{
3011
3011
  type: Directive,
3012
3012
  args: [{
3013
3013
  selector: '[kirbyListItemColor]',
@@ -3026,15 +3026,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3026
3026
 
3027
3027
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3028
3028
  class MockListItemTemplateDirective {
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: [
3029
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListItemTemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3030
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListItemTemplateDirective, selector: "[kirbyListItemTemplate]", providers: [
3031
3031
  {
3032
3032
  provide: ListItemTemplateDirective,
3033
3033
  useExisting: forwardRef((() => MockListItemTemplateDirective)),
3034
3034
  },
3035
3035
  ], ngImport: i0 }); }
3036
3036
  }
3037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemTemplateDirective, decorators: [{
3037
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListItemTemplateDirective, decorators: [{
3038
3038
  type: Directive,
3039
3039
  args: [{
3040
3040
  selector: '[kirbyListItemTemplate]',
@@ -3047,15 +3047,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3047
3047
  }]
3048
3048
  }] });
3049
3049
  class MockListHeaderDirective {
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: [
3050
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3051
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListHeaderDirective, selector: "[kirbyListHeader], [kirbyListHeaderTemplate]", providers: [
3052
3052
  {
3053
3053
  provide: ListHeaderDirective,
3054
3054
  useExisting: forwardRef((() => MockListHeaderDirective)),
3055
3055
  },
3056
3056
  ], ngImport: i0 }); }
3057
3057
  }
3058
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListHeaderDirective, decorators: [{
3058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListHeaderDirective, decorators: [{
3059
3059
  type: Directive,
3060
3060
  args: [{
3061
3061
  selector: '[kirbyListHeader], [kirbyListHeaderTemplate]',
@@ -3068,15 +3068,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3068
3068
  }]
3069
3069
  }] });
3070
3070
  class MockListSectionHeaderDirective {
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: [
3071
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListSectionHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3072
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListSectionHeaderDirective, selector: "[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]", providers: [
3073
3073
  {
3074
3074
  provide: ListSectionHeaderDirective,
3075
3075
  useExisting: forwardRef((() => MockListSectionHeaderDirective)),
3076
3076
  },
3077
3077
  ], ngImport: i0 }); }
3078
3078
  }
3079
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListSectionHeaderDirective, decorators: [{
3079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListSectionHeaderDirective, decorators: [{
3080
3080
  type: Directive,
3081
3081
  args: [{
3082
3082
  selector: '[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]',
@@ -3089,15 +3089,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3089
3089
  }]
3090
3090
  }] });
3091
3091
  class MockListFooterDirective {
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: [
3092
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3093
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListFooterDirective, selector: "[kirbyListFooter], [kirbyListFooterTemplate]", providers: [
3094
3094
  {
3095
3095
  provide: ListFooterDirective,
3096
3096
  useExisting: forwardRef((() => MockListFooterDirective)),
3097
3097
  },
3098
3098
  ], ngImport: i0 }); }
3099
3099
  }
3100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListFooterDirective, decorators: [{
3100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListFooterDirective, decorators: [{
3101
3101
  type: Directive,
3102
3102
  args: [{
3103
3103
  selector: '[kirbyListFooter], [kirbyListFooterTemplate]',
@@ -3127,15 +3127,15 @@ class MockFloatingDirective {
3127
3127
  toggleShow() {
3128
3128
  // NOOP
3129
3129
  }
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: [
3130
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFloatingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3131
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", 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: [
3132
3132
  {
3133
3133
  provide: FloatingDirective,
3134
3134
  useExisting: forwardRef((() => MockFloatingDirective)),
3135
3135
  },
3136
3136
  ], ngImport: i0 }); }
3137
3137
  }
3138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFloatingDirective, decorators: [{
3138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFloatingDirective, decorators: [{
3139
3139
  type: Directive,
3140
3140
  args: [{
3141
3141
  selector: '[kirbyFloating]',
@@ -3178,15 +3178,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3178
3178
 
3179
3179
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3180
3180
  class MockPortalDirective {
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: [
3181
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPortalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3182
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockPortalDirective, selector: "[kirbyPortal]", inputs: { outlet: "outlet" }, providers: [
3183
3183
  {
3184
3184
  provide: PortalDirective,
3185
3185
  useExisting: forwardRef((() => MockPortalDirective)),
3186
3186
  },
3187
3187
  ], ngImport: i0 }); }
3188
3188
  }
3189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPortalDirective, decorators: [{
3189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPortalDirective, decorators: [{
3190
3190
  type: Directive,
3191
3191
  args: [{
3192
3192
  selector: '[kirbyPortal]',
@@ -3203,15 +3203,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3203
3203
 
3204
3204
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3205
3205
  class MockComponentLoaderDirective {
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: [
3206
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockComponentLoaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3207
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockComponentLoaderDirective, selector: "[kirbyLoadComponent]", inputs: { configuration: ["kirbyLoadComponent", "configuration"], cssClass: "cssClass" }, providers: [
3208
3208
  {
3209
3209
  provide: ComponentLoaderDirective,
3210
3210
  useExisting: forwardRef((() => MockComponentLoaderDirective)),
3211
3211
  },
3212
3212
  ], ngImport: i0 }); }
3213
3213
  }
3214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockComponentLoaderDirective, decorators: [{
3214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockComponentLoaderDirective, decorators: [{
3215
3215
  type: Directive,
3216
3216
  args: [{
3217
3217
  selector: '[kirbyLoadComponent]',
@@ -3231,15 +3231,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3231
3231
 
3232
3232
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3233
3233
  class MockFitHeadingDirective {
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: [
3234
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFitHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3235
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockFitHeadingDirective, selector: "h1[kirbyFitHeading],h2[kirbyFitHeading],h3[kirbyFitHeading]", inputs: { config: ["kirbyFitHeading", "config"] }, providers: [
3236
3236
  {
3237
3237
  provide: FitHeadingDirective,
3238
3238
  useExisting: forwardRef((() => MockFitHeadingDirective)),
3239
3239
  },
3240
3240
  ], ngImport: i0 }); }
3241
3241
  }
3242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockFitHeadingDirective, decorators: [{
3242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockFitHeadingDirective, decorators: [{
3243
3243
  type: Directive,
3244
3244
  args: [{
3245
3245
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3258,15 +3258,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3258
3258
 
3259
3259
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3260
3260
  class MockThemeColorDirective {
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: [
3261
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockThemeColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3262
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", 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: [
3263
3263
  {
3264
3264
  provide: ThemeColorDirective,
3265
3265
  useExisting: forwardRef((() => MockThemeColorDirective)),
3266
3266
  },
3267
3267
  ], ngImport: i0 }); }
3268
3268
  }
3269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockThemeColorDirective, decorators: [{
3269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockThemeColorDirective, decorators: [{
3270
3270
  type: Directive,
3271
3271
  args: [{
3272
3272
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3289,15 +3289,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3289
3289
 
3290
3290
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3291
3291
  class MockSlideDirective {
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: [
3292
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSlideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3293
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockSlideDirective, selector: "[kirbySlide]", providers: [
3294
3294
  {
3295
3295
  provide: SlideDirective,
3296
3296
  useExisting: forwardRef((() => MockSlideDirective)),
3297
3297
  },
3298
3298
  ], ngImport: i0 }); }
3299
3299
  }
3300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlideDirective, decorators: [{
3300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSlideDirective, decorators: [{
3301
3301
  type: Directive,
3302
3302
  args: [{
3303
3303
  selector: '[kirbySlide]',
@@ -3312,15 +3312,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3312
3312
 
3313
3313
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3314
3314
  class MockKeyHandlerDirective {
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: [
3315
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockKeyHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3316
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockKeyHandlerDirective, selector: "[keyHandler]", providers: [
3317
3317
  {
3318
3318
  provide: KeyHandlerDirective,
3319
3319
  useExisting: forwardRef((() => MockKeyHandlerDirective)),
3320
3320
  },
3321
3321
  ], ngImport: i0 }); }
3322
3322
  }
3323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockKeyHandlerDirective, decorators: [{
3323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockKeyHandlerDirective, decorators: [{
3324
3324
  type: Directive,
3325
3325
  args: [{
3326
3326
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3336,15 +3336,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3336
3336
 
3337
3337
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3338
3338
  class MockModalRouterLinkDirective {
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: [
3339
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3340
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockModalRouterLinkDirective, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, providers: [
3341
3341
  {
3342
3342
  provide: ModalRouterLinkDirective,
3343
3343
  useExisting: forwardRef((() => MockModalRouterLinkDirective)),
3344
3344
  },
3345
3345
  ], ngImport: i0 }); }
3346
3346
  }
3347
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalRouterLinkDirective, decorators: [{
3347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalRouterLinkDirective, decorators: [{
3348
3348
  type: Directive,
3349
3349
  args: [{
3350
3350
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3476,11 +3476,11 @@ const MOCK_DIRECTIVES = [
3476
3476
  ];
3477
3477
 
3478
3478
  class KirbyTestingBaseModule {
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 }); }
3479
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3480
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", 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.10", ngImport: i0, type: KirbyTestingBaseModule }); }
3482
3482
  }
3483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule, decorators: [{
3483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingBaseModule, decorators: [{
3484
3484
  type: NgModule,
3485
3485
  args: [{
3486
3486
  declarations: [MOCK_COMPONENTS, MOCK_DIRECTIVES],