@kirbydesign/designsystem 10.1.3 → 10.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (385) hide show
  1. package/avatar/avatar.component.d.ts +2 -1
  2. package/button/button.component.d.ts +1 -0
  3. package/calendar/calendar.component.d.ts +28 -18
  4. package/calendar/interfaces/calendar-day.d.ts +17 -0
  5. package/calendar/public_api.d.ts +1 -1
  6. package/empty-state/empty-state.component.d.ts +10 -3
  7. package/esm2022/accordion/accordion-item.component.mjs +4 -4
  8. package/esm2022/accordion/accordion.directive.mjs +4 -4
  9. package/esm2022/accordion/accordion.module.mjs +5 -5
  10. package/esm2022/action-group/action-group.component.mjs +4 -4
  11. package/esm2022/avatar/avatar.component.mjs +7 -5
  12. package/esm2022/badge/badge.component.mjs +4 -4
  13. package/esm2022/button/button.component.mjs +18 -6
  14. package/esm2022/calendar/calendar.component.mjs +163 -96
  15. package/esm2022/calendar/interfaces/calendar-day.mjs +2 -0
  16. package/esm2022/calendar/interfaces/calendar-year-navigator-config.mjs +2 -0
  17. package/esm2022/calendar/public_api.mjs +1 -1
  18. package/esm2022/card/card-as-button/card-as-button.directive.mjs +4 -4
  19. package/esm2022/card/card-footer/card-footer.component.mjs +4 -4
  20. package/esm2022/card/card-header/card-header.component.mjs +4 -4
  21. package/esm2022/card/card.component.mjs +4 -4
  22. package/esm2022/card/card.module.mjs +5 -5
  23. package/esm2022/chart/chart/chart.component.mjs +4 -4
  24. package/esm2022/chart/charts.module.mjs +5 -5
  25. package/esm2022/chart/shared/base-chart/base-chart.component.mjs +4 -4
  26. package/esm2022/chart/shared/chart-config-service/chart-config.service.mjs +4 -4
  27. package/esm2022/chart/shared/chart-js-service/chart-js.service.mjs +4 -4
  28. package/esm2022/chart/stock-chart/stock-chart-js.service.mjs +4 -4
  29. package/esm2022/chart/stock-chart/stock-chart.component.mjs +4 -4
  30. package/esm2022/checkbox/checkbox.component.mjs +4 -4
  31. package/esm2022/data-table/data-table.module.mjs +5 -5
  32. package/esm2022/data-table/sortable/sortable.component.mjs +4 -4
  33. package/esm2022/divider/divider.component.mjs +4 -4
  34. package/esm2022/dropdown/dropdown.component.mjs +6 -6
  35. package/esm2022/dropdown/dropdown.module.mjs +5 -5
  36. package/esm2022/dropdown/keyboard-handler.service.mjs +4 -4
  37. package/esm2022/empty-state/empty-state.component.mjs +31 -7
  38. package/esm2022/empty-state/empty-state.module.mjs +5 -5
  39. package/esm2022/fab-sheet/fab-sheet.component.mjs +4 -4
  40. package/esm2022/flag/flag.component.mjs +4 -4
  41. package/esm2022/form-field/directives/affix/affix.directive.mjs +4 -4
  42. package/esm2022/form-field/directives/date/date-input.directive.mjs +4 -4
  43. package/esm2022/form-field/directives/decimal-mask/decimal-mask.directive.mjs +4 -4
  44. package/esm2022/form-field/form-field-message/form-field-message.component.mjs +4 -4
  45. package/esm2022/form-field/form-field.component.mjs +4 -4
  46. package/esm2022/form-field/form-field.module.mjs +8 -7
  47. package/esm2022/form-field/input/input.component.mjs +4 -4
  48. package/esm2022/form-field/input-counter/input-counter.component.mjs +4 -4
  49. package/esm2022/form-field/textarea/textarea.component.mjs +4 -4
  50. package/esm2022/header/header.component.mjs +16 -16
  51. package/esm2022/header/header.module.mjs +5 -5
  52. package/esm2022/helpers/content-mutation-observer.mjs +50 -0
  53. package/esm2022/helpers/element-ancestor-utils.mjs +33 -0
  54. package/esm2022/helpers/ionic-element-part-helper.mjs +4 -4
  55. package/esm2022/helpers/line-clamp-helper.mjs +4 -4
  56. package/esm2022/helpers/platform.service.mjs +4 -4
  57. package/esm2022/helpers/public_api.mjs +3 -2
  58. package/esm2022/icon/icon-registry.service.mjs +4 -4
  59. package/esm2022/icon/icon.component.mjs +4 -4
  60. package/esm2022/icon/icon.module.mjs +5 -5
  61. package/esm2022/item/item.component.mjs +13 -9
  62. package/esm2022/item/item.module.mjs +5 -5
  63. package/esm2022/item/label/label.component.mjs +5 -5
  64. package/esm2022/item-group/item-group.component.mjs +4 -4
  65. package/esm2022/item-sliding/item-sliding.component.mjs +4 -4
  66. package/esm2022/kirby-app/kirby-app.component.mjs +4 -4
  67. package/esm2022/kirby-app/kirby-app.module.mjs +5 -5
  68. package/esm2022/kirby-ionic-module/kirby-ionic.module.mjs +5 -5
  69. package/esm2022/lib/components/segmented-control/segmented-control.component.mjs +34 -7
  70. package/esm2022/lib/directives/key-handler/key-handler.directive.mjs +4 -4
  71. package/esm2022/lib/directives/modal-router-link/modal-router-link.directive.mjs +4 -4
  72. package/esm2022/lib/kirby.module.mjs +5 -5
  73. package/esm2022/list/directives/infinite-scroll.directive.mjs +4 -4
  74. package/esm2022/list/directives/list-item-color.directive.mjs +4 -4
  75. package/esm2022/list/helpers/list-helper.mjs +4 -4
  76. package/esm2022/list/list-experimental/list-experimental.component.mjs +4 -4
  77. package/esm2022/list/list-header/list-header.component.mjs +4 -4
  78. package/esm2022/list/list-item/list-item.component.mjs +5 -5
  79. package/esm2022/list/list-section-header/list-section-header.component.mjs +4 -4
  80. package/esm2022/list/list.component.mjs +5 -5
  81. package/esm2022/list/list.directive.mjs +13 -13
  82. package/esm2022/list/list.module.mjs +5 -5
  83. package/esm2022/loading-overlay/loading-overlay.component.mjs +4 -4
  84. package/esm2022/loading-overlay/loading-overlay.service.mjs +4 -4
  85. package/esm2022/menu/menu.component.mjs +215 -12
  86. package/esm2022/modal/modal/action-sheet/action-sheet.component.mjs +4 -4
  87. package/esm2022/modal/modal/alert/alert.component.mjs +4 -4
  88. package/esm2022/modal/modal/footer/modal-footer.component.mjs +4 -4
  89. package/esm2022/modal/modal/modal-component/modal.component.mjs +18 -8
  90. package/esm2022/modal/modal/services/action-sheet.helper.mjs +4 -4
  91. package/esm2022/modal/modal/services/alert.helper.mjs +4 -4
  92. package/esm2022/modal/modal/services/can-dismiss.helper.mjs +4 -4
  93. package/esm2022/modal/modal/services/modal-animation-builder.service.mjs +4 -4
  94. package/esm2022/modal/modal/services/modal.controller.mjs +4 -4
  95. package/esm2022/modal/modal/services/modal.helper.mjs +5 -4
  96. package/esm2022/modal/modal-navigation.service.mjs +4 -4
  97. package/esm2022/modal/modal-wrapper/compact/modal-compact-wrapper.component.mjs +19 -10
  98. package/esm2022/modal/modal-wrapper/config/modal-config.mjs +1 -1
  99. package/esm2022/modal/modal-wrapper/modal-elements-mover.delegate.mjs +1 -1
  100. package/esm2022/modal/modal-wrapper/modal-wrapper.component.mjs +35 -12
  101. package/esm2022/modal/modal.interfaces.mjs +4 -4
  102. package/esm2022/page/page-footer/page-footer.component.mjs +4 -4
  103. package/esm2022/page/page.component.mjs +39 -38
  104. package/esm2022/page/page.module.mjs +5 -5
  105. package/esm2022/popover/popover.component.mjs +4 -4
  106. package/esm2022/progress-circle/progress-circle-ring.component.mjs +4 -4
  107. package/esm2022/progress-circle/progress-circle.component.mjs +4 -4
  108. package/esm2022/radio/radio-group/radio-group.component.mjs +4 -4
  109. package/esm2022/radio/radio-module.mjs +5 -5
  110. package/esm2022/radio/radio.component.mjs +4 -4
  111. package/esm2022/range/range.component.mjs +4 -4
  112. package/esm2022/reorder-list/reorder-list.component.mjs +5 -5
  113. package/esm2022/router-outlet/router-outlet.component.mjs +4 -4
  114. package/esm2022/router-outlet/router-outlet.module.mjs +5 -5
  115. package/esm2022/section-header/section-header.component.mjs +4 -4
  116. package/esm2022/shared/component-loader.directive.mjs +4 -4
  117. package/esm2022/shared/fit-heading/fit-heading.directive.mjs +4 -4
  118. package/esm2022/shared/floating/floating.directive.mjs +4 -4
  119. package/esm2022/shared/portal/portal.directive.mjs +4 -4
  120. package/esm2022/shared/public_api.mjs +2 -1
  121. package/esm2022/shared/resize-observer/resize-observer.factory.mjs +4 -4
  122. package/esm2022/shared/resize-observer/resize-observer.service.mjs +4 -4
  123. package/esm2022/shared/theme-color/theme-color.directive.mjs +4 -4
  124. package/esm2022/shared/translation/translation.interface.mjs +2 -0
  125. package/esm2022/shared/translation/translation.service.mjs +37 -0
  126. package/esm2022/shared/translation/translations/da.mjs +11 -0
  127. package/esm2022/shared/translation/translations/en.mjs +11 -0
  128. package/esm2022/slide/slide-stretch-height.directive.mjs +4 -4
  129. package/esm2022/slide/slide.directive.mjs +4 -4
  130. package/esm2022/slide/slide.module.mjs +5 -5
  131. package/esm2022/slide/slides.component.mjs +16 -9
  132. package/esm2022/slide-button/slide-button.component.mjs +4 -4
  133. package/esm2022/spinner/spinner.component.mjs +4 -4
  134. package/esm2022/spinner/spinner.module.mjs +5 -5
  135. package/esm2022/tab-navigation/tab-navigation/tab-navigation.component.mjs +4 -4
  136. package/esm2022/tab-navigation/tab-navigation-item/tab-navigation-item.component.mjs +4 -4
  137. package/esm2022/tab-navigation/tab-navigation.module.mjs +5 -5
  138. package/esm2022/tabs/tab-button/tab-button.component.mjs +4 -4
  139. package/esm2022/tabs/tabs.component.mjs +4 -4
  140. package/esm2022/tabs/tabs.module.mjs +5 -5
  141. package/esm2022/tabs/tabs.service.mjs +4 -4
  142. package/esm2022/testing/test-helper.mjs +8 -5
  143. package/esm2022/testing-base/lib/components/mock.accordion-item.component.mjs +4 -4
  144. package/esm2022/testing-base/lib/components/mock.action-group.component.mjs +4 -4
  145. package/esm2022/testing-base/lib/components/mock.action-sheet.component.mjs +4 -4
  146. package/esm2022/testing-base/lib/components/mock.alert.component.mjs +4 -4
  147. package/esm2022/testing-base/lib/components/mock.avatar.component.mjs +4 -4
  148. package/esm2022/testing-base/lib/components/mock.badge.component.mjs +4 -4
  149. package/esm2022/testing-base/lib/components/mock.base-chart.component.mjs +4 -4
  150. package/esm2022/testing-base/lib/components/mock.button.component.mjs +4 -4
  151. package/esm2022/testing-base/lib/components/mock.calendar.component.mjs +4 -4
  152. package/esm2022/testing-base/lib/components/mock.card-footer.component.mjs +4 -4
  153. package/esm2022/testing-base/lib/components/mock.card-header.component.mjs +4 -4
  154. package/esm2022/testing-base/lib/components/mock.card.component.mjs +4 -4
  155. package/esm2022/testing-base/lib/components/mock.chart.component.mjs +4 -4
  156. package/esm2022/testing-base/lib/components/mock.checkbox.component.mjs +4 -4
  157. package/esm2022/testing-base/lib/components/mock.divider.component.mjs +4 -4
  158. package/esm2022/testing-base/lib/components/mock.dropdown.component.mjs +4 -4
  159. package/esm2022/testing-base/lib/components/mock.empty-state.component.mjs +4 -4
  160. package/esm2022/testing-base/lib/components/mock.fab-sheet.component.mjs +4 -4
  161. package/esm2022/testing-base/lib/components/mock.flag.component.mjs +4 -4
  162. package/esm2022/testing-base/lib/components/mock.form-field-message.component.mjs +4 -4
  163. package/esm2022/testing-base/lib/components/mock.form-field.component.mjs +4 -4
  164. package/esm2022/testing-base/lib/components/mock.header.component.mjs +10 -10
  165. package/esm2022/testing-base/lib/components/mock.icon.component.mjs +4 -4
  166. package/esm2022/testing-base/lib/components/mock.input-counter.component.mjs +4 -4
  167. package/esm2022/testing-base/lib/components/mock.input.component.mjs +4 -4
  168. package/esm2022/testing-base/lib/components/mock.item-group.component.mjs +4 -4
  169. package/esm2022/testing-base/lib/components/mock.item-sliding.component.mjs +4 -4
  170. package/esm2022/testing-base/lib/components/mock.item.component.mjs +4 -4
  171. package/esm2022/testing-base/lib/components/mock.kirby-app.component.mjs +4 -4
  172. package/esm2022/testing-base/lib/components/mock.label.component.mjs +4 -4
  173. package/esm2022/testing-base/lib/components/mock.list-experimental.component.mjs +4 -4
  174. package/esm2022/testing-base/lib/components/mock.list-header.component.mjs +4 -4
  175. package/esm2022/testing-base/lib/components/mock.list-item.component.mjs +4 -4
  176. package/esm2022/testing-base/lib/components/mock.list-section-header.component.mjs +4 -4
  177. package/esm2022/testing-base/lib/components/mock.list.component.mjs +4 -4
  178. package/esm2022/testing-base/lib/components/mock.loading-overlay.component.mjs +4 -4
  179. package/esm2022/testing-base/lib/components/mock.menu.component.mjs +4 -4
  180. package/esm2022/testing-base/lib/components/mock.modal-compact-wrapper.component.mjs +4 -4
  181. package/esm2022/testing-base/lib/components/mock.modal-footer.component.mjs +4 -4
  182. package/esm2022/testing-base/lib/components/mock.modal-wrapper.component.mjs +4 -4
  183. package/esm2022/testing-base/lib/components/mock.page-footer.component.mjs +4 -4
  184. package/esm2022/testing-base/lib/components/mock.page.component.mjs +34 -34
  185. package/esm2022/testing-base/lib/components/mock.popover.component.mjs +4 -4
  186. package/esm2022/testing-base/lib/components/mock.progress-circle-ring.component.mjs +4 -4
  187. package/esm2022/testing-base/lib/components/mock.progress-circle.component.mjs +4 -4
  188. package/esm2022/testing-base/lib/components/mock.radio-group.component.mjs +4 -4
  189. package/esm2022/testing-base/lib/components/mock.radio.component.mjs +4 -4
  190. package/esm2022/testing-base/lib/components/mock.range.component.mjs +4 -4
  191. package/esm2022/testing-base/lib/components/mock.reorder-list.component.mjs +4 -4
  192. package/esm2022/testing-base/lib/components/mock.router-outlet.component.mjs +4 -4
  193. package/esm2022/testing-base/lib/components/mock.section-header.component.mjs +4 -4
  194. package/esm2022/testing-base/lib/components/mock.segmented-control.component.mjs +4 -4
  195. package/esm2022/testing-base/lib/components/mock.slide-button.component.mjs +4 -4
  196. package/esm2022/testing-base/lib/components/mock.slides.component.mjs +4 -4
  197. package/esm2022/testing-base/lib/components/mock.spinner.component.mjs +4 -4
  198. package/esm2022/testing-base/lib/components/mock.stock-chart.component.mjs +4 -4
  199. package/esm2022/testing-base/lib/components/mock.tab-button.component.mjs +4 -4
  200. package/esm2022/testing-base/lib/components/mock.tab-navigation-item.component.mjs +4 -4
  201. package/esm2022/testing-base/lib/components/mock.tab-navigation.component.mjs +4 -4
  202. package/esm2022/testing-base/lib/components/mock.tabs.component.mjs +4 -4
  203. package/esm2022/testing-base/lib/components/mock.textarea.component.mjs +4 -4
  204. package/esm2022/testing-base/lib/components/mock.toggle-button.component.mjs +4 -4
  205. package/esm2022/testing-base/lib/components/mock.toggle.component.mjs +4 -4
  206. package/esm2022/testing-base/lib/directives/mock.accordion.directive.mjs +4 -4
  207. package/esm2022/testing-base/lib/directives/mock.affix.directive.mjs +4 -4
  208. package/esm2022/testing-base/lib/directives/mock.card-as-button.directive.mjs +4 -4
  209. package/esm2022/testing-base/lib/directives/mock.component-loader.directive.mjs +4 -4
  210. package/esm2022/testing-base/lib/directives/mock.date-input.directive.mjs +4 -4
  211. package/esm2022/testing-base/lib/directives/mock.decimal-mask.directive.mjs +4 -4
  212. package/esm2022/testing-base/lib/directives/mock.fit-heading.directive.mjs +4 -4
  213. package/esm2022/testing-base/lib/directives/mock.floating.directive.mjs +4 -4
  214. package/esm2022/testing-base/lib/directives/mock.infinite-scroll.directive.mjs +4 -4
  215. package/esm2022/testing-base/lib/directives/mock.key-handler.directive.mjs +4 -4
  216. package/esm2022/testing-base/lib/directives/mock.list-item-color.directive.mjs +4 -4
  217. package/esm2022/testing-base/lib/directives/mock.list.directive.mjs +13 -13
  218. package/esm2022/testing-base/lib/directives/mock.modal-router-link.directive.mjs +4 -4
  219. package/esm2022/testing-base/lib/directives/mock.portal.directive.mjs +4 -4
  220. package/esm2022/testing-base/lib/directives/mock.slide.directive.mjs +4 -4
  221. package/esm2022/testing-base/lib/directives/mock.theme-color.directive.mjs +4 -4
  222. package/esm2022/testing-base/lib/kirby-testing-base.module.mjs +5 -5
  223. package/esm2022/testing-jasmine/lib/kirby-testing.module.mjs +5 -5
  224. package/esm2022/testing-jest/lib/kirby-testing.module.mjs +5 -5
  225. package/esm2022/toast/services/toast.controller.mjs +4 -4
  226. package/esm2022/toast/services/toast.helper.mjs +4 -4
  227. package/esm2022/toggle/toggle.component.mjs +4 -4
  228. package/esm2022/toggle-button/toggle-button.component.mjs +4 -4
  229. package/esm2022/toggle-button/toggle-button.module.mjs +5 -5
  230. package/esm2022/types/public_api.mjs +2 -1
  231. package/esm2022/types/unobserve-fn.mjs +2 -0
  232. package/esm2022/types/window-ref.mjs +4 -4
  233. package/fesm2022/kirbydesign-designsystem-accordion.mjs +10 -10
  234. package/fesm2022/kirbydesign-designsystem-accordion.mjs.map +1 -1
  235. package/fesm2022/kirbydesign-designsystem-action-group.mjs +3 -3
  236. package/fesm2022/kirbydesign-designsystem-action-group.mjs.map +1 -1
  237. package/fesm2022/kirbydesign-designsystem-avatar.mjs +6 -4
  238. package/fesm2022/kirbydesign-designsystem-avatar.mjs.map +1 -1
  239. package/fesm2022/kirbydesign-designsystem-badge.mjs +3 -3
  240. package/fesm2022/kirbydesign-designsystem-badge.mjs.map +1 -1
  241. package/fesm2022/kirbydesign-designsystem-button.mjs +17 -5
  242. package/fesm2022/kirbydesign-designsystem-button.mjs.map +1 -1
  243. package/fesm2022/kirbydesign-designsystem-calendar.mjs +163 -172
  244. package/fesm2022/kirbydesign-designsystem-calendar.mjs.map +1 -1
  245. package/fesm2022/kirbydesign-designsystem-card.mjs +16 -16
  246. package/fesm2022/kirbydesign-designsystem-card.mjs.map +1 -1
  247. package/fesm2022/kirbydesign-designsystem-chart.mjs +22 -22
  248. package/fesm2022/kirbydesign-designsystem-chart.mjs.map +1 -1
  249. package/fesm2022/kirbydesign-designsystem-checkbox.mjs +3 -3
  250. package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
  251. package/fesm2022/kirbydesign-designsystem-data-table.mjs +7 -7
  252. package/fesm2022/kirbydesign-designsystem-data-table.mjs.map +1 -1
  253. package/fesm2022/kirbydesign-designsystem-divider.mjs +3 -3
  254. package/fesm2022/kirbydesign-designsystem-divider.mjs.map +1 -1
  255. package/fesm2022/kirbydesign-designsystem-dropdown.mjs +12 -12
  256. package/fesm2022/kirbydesign-designsystem-dropdown.mjs.map +1 -1
  257. package/fesm2022/kirbydesign-designsystem-empty-state.mjs +33 -9
  258. package/fesm2022/kirbydesign-designsystem-empty-state.mjs.map +1 -1
  259. package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +3 -3
  260. package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs.map +1 -1
  261. package/fesm2022/kirbydesign-designsystem-flag.mjs +3 -3
  262. package/fesm2022/kirbydesign-designsystem-flag.mjs.map +1 -1
  263. package/fesm2022/kirbydesign-designsystem-form-field.mjs +30 -30
  264. package/fesm2022/kirbydesign-designsystem-form-field.mjs.map +1 -1
  265. package/fesm2022/kirbydesign-designsystem-header.mjs +19 -19
  266. package/fesm2022/kirbydesign-designsystem-header.mjs.map +1 -1
  267. package/fesm2022/kirbydesign-designsystem-helpers.mjs +69 -10
  268. package/fesm2022/kirbydesign-designsystem-helpers.mjs.map +1 -1
  269. package/fesm2022/kirbydesign-designsystem-icon.mjs +10 -10
  270. package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
  271. package/fesm2022/kirbydesign-designsystem-item-group.mjs +3 -3
  272. package/fesm2022/kirbydesign-designsystem-item-group.mjs.map +1 -1
  273. package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +3 -3
  274. package/fesm2022/kirbydesign-designsystem-item-sliding.mjs.map +1 -1
  275. package/fesm2022/kirbydesign-designsystem-item.mjs +20 -16
  276. package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
  277. package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
  278. package/fesm2022/kirbydesign-designsystem-kirby-app.mjs.map +1 -1
  279. package/fesm2022/kirbydesign-designsystem-kirby-ionic-module.mjs +4 -4
  280. package/fesm2022/kirbydesign-designsystem-kirby-ionic-module.mjs.map +1 -1
  281. package/fesm2022/kirbydesign-designsystem-list.mjs +42 -42
  282. package/fesm2022/kirbydesign-designsystem-list.mjs.map +1 -1
  283. package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +6 -6
  284. package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs.map +1 -1
  285. package/fesm2022/kirbydesign-designsystem-menu.mjs +214 -11
  286. package/fesm2022/kirbydesign-designsystem-menu.mjs.map +1 -1
  287. package/fesm2022/kirbydesign-designsystem-modal.mjs +99 -57
  288. package/fesm2022/kirbydesign-designsystem-modal.mjs.map +1 -1
  289. package/fesm2022/kirbydesign-designsystem-page.mjs +44 -43
  290. package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
  291. package/fesm2022/kirbydesign-designsystem-popover.mjs +3 -3
  292. package/fesm2022/kirbydesign-designsystem-popover.mjs.map +1 -1
  293. package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +6 -6
  294. package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
  295. package/fesm2022/kirbydesign-designsystem-radio.mjs +10 -10
  296. package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
  297. package/fesm2022/kirbydesign-designsystem-range.mjs +3 -3
  298. package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
  299. package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +4 -4
  300. package/fesm2022/kirbydesign-designsystem-reorder-list.mjs.map +1 -1
  301. package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +7 -7
  302. package/fesm2022/kirbydesign-designsystem-router-outlet.mjs.map +1 -1
  303. package/fesm2022/kirbydesign-designsystem-section-header.mjs +3 -3
  304. package/fesm2022/kirbydesign-designsystem-section-header.mjs.map +1 -1
  305. package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
  306. package/fesm2022/kirbydesign-designsystem-shared-floating.mjs.map +1 -1
  307. package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
  308. package/fesm2022/kirbydesign-designsystem-shared-portal.mjs.map +1 -1
  309. package/fesm2022/kirbydesign-designsystem-shared.mjs +71 -17
  310. package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
  311. package/fesm2022/kirbydesign-designsystem-slide-button.mjs +3 -3
  312. package/fesm2022/kirbydesign-designsystem-slide-button.mjs.map +1 -1
  313. package/fesm2022/kirbydesign-designsystem-slide.mjs +24 -18
  314. package/fesm2022/kirbydesign-designsystem-slide.mjs.map +1 -1
  315. package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
  316. package/fesm2022/kirbydesign-designsystem-spinner.mjs.map +1 -1
  317. package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +10 -10
  318. package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs.map +1 -1
  319. package/fesm2022/kirbydesign-designsystem-tabs.mjs +13 -13
  320. package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
  321. package/fesm2022/kirbydesign-designsystem-testing-base.mjs +286 -286
  322. package/fesm2022/kirbydesign-designsystem-testing-base.mjs.map +1 -1
  323. package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
  324. package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs.map +1 -1
  325. package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
  326. package/fesm2022/kirbydesign-designsystem-testing-jest.mjs.map +1 -1
  327. package/fesm2022/kirbydesign-designsystem-testing.mjs +7 -4
  328. package/fesm2022/kirbydesign-designsystem-testing.mjs.map +1 -1
  329. package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
  330. package/fesm2022/kirbydesign-designsystem-toast.mjs.map +1 -1
  331. package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +7 -7
  332. package/fesm2022/kirbydesign-designsystem-toggle-button.mjs.map +1 -1
  333. package/fesm2022/kirbydesign-designsystem-toggle.mjs +3 -3
  334. package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
  335. package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
  336. package/fesm2022/kirbydesign-designsystem-types.mjs.map +1 -1
  337. package/fesm2022/kirbydesign-designsystem.mjs +43 -16
  338. package/fesm2022/kirbydesign-designsystem.mjs.map +1 -1
  339. package/form-field/form-field.module.d.ts +2 -1
  340. package/helpers/content-mutation-observer.d.ts +8 -0
  341. package/helpers/{element-has-ancestor.d.ts → element-ancestor-utils.d.ts} +1 -0
  342. package/helpers/public_api.d.ts +2 -1
  343. package/icons/svg/accounts-outline.svg +0 -2
  344. package/icons/svg/accounts.svg +0 -2
  345. package/icons/svg/backspace.svg +0 -2
  346. package/icons/svg/camera.svg +0 -2
  347. package/icons/svg/copy.svg +0 -2
  348. package/icons/svg/flag.svg +0 -2
  349. package/icons/svg/inbox-outline.svg +0 -2
  350. package/icons/svg/inbox.svg +0 -2
  351. package/icons/svg/information.svg +0 -2
  352. package/icons/svg/menu-outline.svg +0 -2
  353. package/icons/svg/menu.svg +0 -2
  354. package/icons/svg/person-outline.svg +0 -2
  355. package/icons/svg/person.svg +0 -2
  356. package/icons/svg/reorder.svg +0 -2
  357. package/icons/svg/support.svg +0 -2
  358. package/item/item.component.d.ts +3 -2
  359. package/lib/components/segmented-control/segmented-control.component.d.ts +4 -0
  360. package/menu/menu.component.d.ts +32 -8
  361. package/modal/modal/modal-component/modal.component.d.ts +6 -3
  362. package/modal/modal-wrapper/compact/modal-compact-wrapper.component.d.ts +4 -2
  363. package/modal/modal-wrapper/config/modal-config.d.ts +3 -0
  364. package/modal/modal-wrapper/modal-wrapper.component.d.ts +8 -3
  365. package/package.json +2 -2
  366. package/page/page.component.d.ts +4 -3
  367. package/scss/base/_item-typography.scss +1 -0
  368. package/shared/public_api.d.ts +1 -0
  369. package/shared/translation/translation.interface.d.ts +10 -0
  370. package/shared/translation/translation.service.d.ts +12 -0
  371. package/shared/translation/translations/da.d.ts +2 -0
  372. package/shared/translation/translations/en.d.ts +2 -0
  373. package/slide/slides.component.d.ts +3 -1
  374. package/testing/test-helper.d.ts +1 -0
  375. package/types/public_api.d.ts +1 -0
  376. package/types/unobserve-fn.d.ts +1 -0
  377. package/calendar/helpers/calendar-cell.model.d.ts +0 -9
  378. package/calendar/helpers/calendar-options.model.d.ts +0 -9
  379. package/calendar/helpers/calendar.helper.d.ts +0 -24
  380. package/esm2022/calendar/helpers/calendar-cell.model.mjs +0 -2
  381. package/esm2022/calendar/helpers/calendar-options.model.mjs +0 -2
  382. package/esm2022/calendar/helpers/calendar.helper.mjs +0 -80
  383. package/esm2022/calendar/options/calendar-year-navigator-config.mjs +0 -2
  384. package/esm2022/helpers/element-has-ancestor.mjs +0 -24
  385. /package/calendar/{options → interfaces}/calendar-year-navigator-config.d.ts +0 -0
@@ -31,15 +31,15 @@ import { ComponentLoaderDirective, FitHeadingDirective, ThemeColorDirective } fr
31
31
 
32
32
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
33
33
  class MockAccordionItemComponent {
34
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockAccordionItemComponent, selector: "kirby-accordion-item", inputs: { title: "title", isExpanded: "isExpanded", isDisabled: "isDisabled", disabledTitle: "disabledTitle" }, host: { attributes: { "mock": "mock" } }, providers: [
34
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockAccordionItemComponent, selector: "kirby-accordion-item", inputs: { title: "title", isExpanded: "isExpanded", isDisabled: "isDisabled", disabledTitle: "disabledTitle" }, host: { attributes: { "mock": "mock" } }, providers: [
36
36
  {
37
37
  provide: AccordionItemComponent,
38
38
  useExisting: forwardRef((() => MockAccordionItemComponent)),
39
39
  },
40
40
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAccordionItemComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAccordionItemComponent, decorators: [{
43
43
  type: Component,
44
44
  args: [{
45
45
  selector: 'kirby-accordion-item',
@@ -65,15 +65,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
65
65
 
66
66
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
67
67
  class MockActionGroupComponent {
68
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockActionGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
69
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockActionGroupComponent, selector: "kirby-action-group", inputs: { visibleActions: "visibleActions", emphasizeActions: "emphasizeActions", align: "align" }, host: { attributes: { "mock": "mock" } }, providers: [
68
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockActionGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
69
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockActionGroupComponent, selector: "kirby-action-group", inputs: { visibleActions: "visibleActions", emphasizeActions: "emphasizeActions", align: "align" }, host: { attributes: { "mock": "mock" } }, providers: [
70
70
  {
71
71
  provide: ActionGroupComponent,
72
72
  useExisting: forwardRef((() => MockActionGroupComponent)),
73
73
  },
74
74
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
75
75
  }
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockActionGroupComponent, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockActionGroupComponent, decorators: [{
77
77
  type: Component,
78
78
  args: [{
79
79
  selector: 'kirby-action-group',
@@ -97,15 +97,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
97
97
 
98
98
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
99
99
  class MockAvatarComponent {
100
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
101
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockAvatarComponent, selector: "kirby-avatar", inputs: { imageSrc: "imageSrc", altText: "altText", shadow: "shadow", stroke: "stroke", text: "text", overlay: "overlay", size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
100
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
101
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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
102
  {
103
103
  provide: AvatarComponent,
104
104
  useExisting: forwardRef((() => MockAvatarComponent)),
105
105
  },
106
106
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
107
107
  }
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAvatarComponent, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAvatarComponent, decorators: [{
109
109
  type: Component,
110
110
  args: [{
111
111
  selector: 'kirby-avatar',
@@ -139,15 +139,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
139
139
 
140
140
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
141
141
  class MockButtonComponent {
142
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
143
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
142
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
143
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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
144
  {
145
145
  provide: ButtonComponent,
146
146
  useExisting: forwardRef((() => MockButtonComponent)),
147
147
  },
148
148
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
149
149
  }
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockButtonComponent, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockButtonComponent, decorators: [{
151
151
  type: Component,
152
152
  args: [{
153
153
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -180,15 +180,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
180
180
 
181
181
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
182
182
  class MockBadgeComponent {
183
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
184
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockBadgeComponent, selector: "kirby-badge", inputs: { text: "text", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
183
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
184
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockBadgeComponent, selector: "kirby-badge", inputs: { text: "text", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
185
185
  {
186
186
  provide: BadgeComponent,
187
187
  useExisting: forwardRef((() => MockBadgeComponent)),
188
188
  },
189
189
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
190
190
  }
191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockBadgeComponent, decorators: [{
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockBadgeComponent, decorators: [{
192
192
  type: Component,
193
193
  args: [{
194
194
  selector: 'kirby-badge',
@@ -217,15 +217,15 @@ class MockCalendarComponent {
217
217
  this.previousMonthClicked = new EventEmitter();
218
218
  this.nextMonthClicked = new EventEmitter();
219
219
  }
220
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
221
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
220
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
221
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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
222
  {
223
223
  provide: CalendarComponent,
224
224
  useExisting: forwardRef((() => MockCalendarComponent)),
225
225
  },
226
226
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
227
227
  }
228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCalendarComponent, decorators: [{
228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCalendarComponent, decorators: [{
229
229
  type: Component,
230
230
  args: [{
231
231
  selector: 'kirby-calendar',
@@ -283,15 +283,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
283
283
 
284
284
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
285
285
  class MockCardFooterComponent {
286
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
287
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockCardFooterComponent, selector: "kirby-card-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
286
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
287
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockCardFooterComponent, selector: "kirby-card-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
288
288
  {
289
289
  provide: CardFooterComponent,
290
290
  useExisting: forwardRef((() => MockCardFooterComponent)),
291
291
  },
292
292
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
293
293
  }
294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCardFooterComponent, decorators: [{
294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCardFooterComponent, decorators: [{
295
295
  type: Component,
296
296
  args: [{
297
297
  selector: 'kirby-card-footer',
@@ -311,15 +311,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
311
311
 
312
312
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
313
313
  class MockCardHeaderComponent {
314
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
315
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockCardHeaderComponent, selector: "kirby-card-header", inputs: { title: "title", subtitle: "subtitle", isTitleBold: "isTitleBold", flagged: "flagged", hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
314
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
315
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockCardHeaderComponent, selector: "kirby-card-header", inputs: { title: "title", subtitle: "subtitle", isTitleBold: "isTitleBold", flagged: "flagged", hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
316
316
  {
317
317
  provide: CardHeaderComponent,
318
318
  useExisting: forwardRef((() => MockCardHeaderComponent)),
319
319
  },
320
320
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
321
321
  }
322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCardHeaderComponent, decorators: [{
322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCardHeaderComponent, decorators: [{
323
323
  type: Component,
324
324
  args: [{
325
325
  selector: 'kirby-card-header',
@@ -347,15 +347,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
347
347
 
348
348
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
349
349
  class MockCardComponent {
350
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
351
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockCardComponent, selector: "kirby-card", inputs: { title: "title", subtitle: "subtitle", backgroundImageUrl: "backgroundImageUrl", hasPadding: "hasPadding", sizes: "sizes", flat: "flat" }, host: { attributes: { "mock": "mock" } }, providers: [
350
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
351
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockCardComponent, selector: "kirby-card", inputs: { title: "title", subtitle: "subtitle", backgroundImageUrl: "backgroundImageUrl", hasPadding: "hasPadding", sizes: "sizes", flat: "flat" }, host: { attributes: { "mock": "mock" } }, providers: [
352
352
  {
353
353
  provide: CardComponent,
354
354
  useExisting: forwardRef((() => MockCardComponent)),
355
355
  },
356
356
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
357
357
  }
358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCardComponent, decorators: [{
358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCardComponent, decorators: [{
359
359
  type: Component,
360
360
  args: [{
361
361
  selector: 'kirby-card',
@@ -385,15 +385,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
385
385
 
386
386
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
387
387
  class MockBaseChartComponent {
388
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockBaseChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
389
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
388
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockBaseChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
389
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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
390
  {
391
391
  provide: BaseChartComponent,
392
392
  useExisting: forwardRef((() => MockBaseChartComponent)),
393
393
  },
394
394
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
395
395
  }
396
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockBaseChartComponent, decorators: [{
396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockBaseChartComponent, decorators: [{
397
397
  type: Component,
398
398
  args: [{
399
399
  selector: 'kirby-base-chart',
@@ -425,15 +425,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
425
425
 
426
426
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
427
427
  class MockChartComponent extends MockBaseChartComponent {
428
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
429
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockChartComponent, selector: "kirby-chart", inputs: { type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
428
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
429
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockChartComponent, selector: "kirby-chart", inputs: { type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
430
430
  {
431
431
  provide: ChartComponent,
432
432
  useExisting: forwardRef((() => MockChartComponent)),
433
433
  },
434
434
  ], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
435
435
  }
436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockChartComponent, decorators: [{
436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockChartComponent, decorators: [{
437
437
  type: Component,
438
438
  args: [{
439
439
  selector: 'kirby-chart',
@@ -453,15 +453,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
453
453
 
454
454
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
455
455
  class MockStockChartComponent extends MockBaseChartComponent {
456
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockStockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
457
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockStockChartComponent, selector: "kirby-stock-chart", inputs: { dataLabelOptions: "dataLabelOptions" }, host: { attributes: { "mock": "mock" } }, providers: [
456
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockStockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
457
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockStockChartComponent, selector: "kirby-stock-chart", inputs: { dataLabelOptions: "dataLabelOptions" }, host: { attributes: { "mock": "mock" } }, providers: [
458
458
  {
459
459
  provide: StockChartComponent,
460
460
  useExisting: forwardRef((() => MockStockChartComponent)),
461
461
  },
462
462
  ], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
463
463
  }
464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockStockChartComponent, decorators: [{
464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockStockChartComponent, decorators: [{
465
465
  type: Component,
466
466
  args: [{
467
467
  selector: 'kirby-stock-chart',
@@ -484,15 +484,15 @@ class MockCheckboxComponent {
484
484
  constructor() {
485
485
  this.checkedChange = new EventEmitter();
486
486
  }
487
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
488
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
487
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
488
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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
489
  {
490
490
  provide: CheckboxComponent,
491
491
  useExisting: forwardRef((() => MockCheckboxComponent)),
492
492
  },
493
493
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
494
494
  }
495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCheckboxComponent, decorators: [{
495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCheckboxComponent, decorators: [{
496
496
  type: Component,
497
497
  args: [{
498
498
  selector: 'kirby-checkbox',
@@ -524,15 +524,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
524
524
 
525
525
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
526
526
  class MockDividerComponent {
527
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
528
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockDividerComponent, selector: "kirby-divider", inputs: { hasMargin: "hasMargin" }, host: { attributes: { "mock": "mock" } }, providers: [
527
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
528
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockDividerComponent, selector: "kirby-divider", inputs: { hasMargin: "hasMargin" }, host: { attributes: { "mock": "mock" } }, providers: [
529
529
  {
530
530
  provide: DividerComponent,
531
531
  useExisting: forwardRef((() => MockDividerComponent)),
532
532
  },
533
533
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
534
534
  }
535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockDividerComponent, decorators: [{
535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDividerComponent, decorators: [{
536
536
  type: Component,
537
537
  args: [{
538
538
  selector: 'kirby-divider',
@@ -555,15 +555,15 @@ class MockDropdownComponent {
555
555
  constructor() {
556
556
  this.change = new EventEmitter();
557
557
  }
558
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
559
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
558
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
559
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
560
560
  {
561
561
  provide: DropdownComponent,
562
562
  useExisting: forwardRef((() => MockDropdownComponent)),
563
563
  },
564
564
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
565
565
  }
566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockDropdownComponent, decorators: [{
566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDropdownComponent, decorators: [{
567
567
  type: Component,
568
568
  args: [{
569
569
  selector: 'kirby-dropdown',
@@ -609,15 +609,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
609
609
 
610
610
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
611
611
  class MockEmptyStateComponent {
612
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockEmptyStateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
613
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockEmptyStateComponent, selector: "kirby-empty-state", inputs: { iconName: "iconName", title: "title", subtitle: "subtitle" }, host: { attributes: { "mock": "mock" } }, providers: [
612
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockEmptyStateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
613
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockEmptyStateComponent, selector: "kirby-empty-state", inputs: { iconName: "iconName", title: "title", subtitle: "subtitle" }, host: { attributes: { "mock": "mock" } }, providers: [
614
614
  {
615
615
  provide: EmptyStateComponent,
616
616
  useExisting: forwardRef((() => MockEmptyStateComponent)),
617
617
  },
618
618
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
619
619
  }
620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockEmptyStateComponent, decorators: [{
620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockEmptyStateComponent, decorators: [{
621
621
  type: Component,
622
622
  args: [{
623
623
  selector: 'kirby-empty-state',
@@ -641,15 +641,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
641
641
 
642
642
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
643
643
  class MockFabSheetComponent {
644
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFabSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
645
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockFabSheetComponent, selector: "kirby-fab-sheet", inputs: { disabled: "disabled", horizontalAlignment: "horizontalAlignment" }, host: { attributes: { "mock": "mock" } }, providers: [
644
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFabSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
645
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockFabSheetComponent, selector: "kirby-fab-sheet", inputs: { disabled: "disabled", horizontalAlignment: "horizontalAlignment" }, host: { attributes: { "mock": "mock" } }, providers: [
646
646
  {
647
647
  provide: FabSheetComponent,
648
648
  useExisting: forwardRef((() => MockFabSheetComponent)),
649
649
  },
650
650
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
651
651
  }
652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFabSheetComponent, decorators: [{
652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFabSheetComponent, decorators: [{
653
653
  type: Component,
654
654
  args: [{
655
655
  selector: 'kirby-fab-sheet',
@@ -671,15 +671,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
671
671
 
672
672
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
673
673
  class MockFlagComponent {
674
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
675
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockFlagComponent, selector: "kirby-flag", inputs: { size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
674
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
675
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockFlagComponent, selector: "kirby-flag", inputs: { size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
676
676
  {
677
677
  provide: FlagComponent,
678
678
  useExisting: forwardRef((() => MockFlagComponent)),
679
679
  },
680
680
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
681
681
  }
682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFlagComponent, decorators: [{
682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFlagComponent, decorators: [{
683
683
  type: Component,
684
684
  args: [{
685
685
  selector: 'kirby-flag',
@@ -701,15 +701,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
701
701
 
702
702
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
703
703
  class MockFormFieldMessageComponent {
704
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFormFieldMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
705
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockFormFieldMessageComponent, selector: "kirby-form-field-message", inputs: { text: "text", position: "position" }, host: { attributes: { "mock": "mock" } }, providers: [
704
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFormFieldMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
705
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockFormFieldMessageComponent, selector: "kirby-form-field-message", inputs: { text: "text", position: "position" }, host: { attributes: { "mock": "mock" } }, providers: [
706
706
  {
707
707
  provide: FormFieldMessageComponent,
708
708
  useExisting: forwardRef((() => MockFormFieldMessageComponent)),
709
709
  },
710
710
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
711
711
  }
712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFormFieldMessageComponent, decorators: [{
712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFormFieldMessageComponent, decorators: [{
713
713
  type: Component,
714
714
  args: [{
715
715
  selector: 'kirby-form-field-message',
@@ -734,15 +734,15 @@ class MockFormFieldComponent {
734
734
  focus() {
735
735
  // NOOP
736
736
  }
737
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
738
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockFormFieldComponent, selector: "kirby-form-field", inputs: { label: "label", message: "message" }, host: { attributes: { "mock": "mock" } }, providers: [
737
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
738
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockFormFieldComponent, selector: "kirby-form-field", inputs: { label: "label", message: "message" }, host: { attributes: { "mock": "mock" } }, providers: [
739
739
  {
740
740
  provide: FormFieldComponent,
741
741
  useExisting: forwardRef((() => MockFormFieldComponent)),
742
742
  },
743
743
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
744
744
  }
745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFormFieldComponent, decorators: [{
745
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFormFieldComponent, decorators: [{
746
746
  type: Component,
747
747
  args: [{
748
748
  selector: 'kirby-form-field',
@@ -764,15 +764,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
764
764
 
765
765
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
766
766
  class MockInputComponent {
767
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
768
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
767
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
768
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
769
769
  {
770
770
  provide: InputComponent,
771
771
  useExisting: forwardRef((() => MockInputComponent)),
772
772
  },
773
773
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
774
774
  }
775
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockInputComponent, decorators: [{
775
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockInputComponent, decorators: [{
776
776
  type: Component,
777
777
  args: [{
778
778
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -809,15 +809,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
809
809
 
810
810
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
811
811
  class MockInputCounterComponent {
812
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockInputCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
813
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockInputCounterComponent, selector: "kirby-input-counter", inputs: { listenTo: "listenTo" }, host: { attributes: { "mock": "mock" } }, providers: [
812
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockInputCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
813
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockInputCounterComponent, selector: "kirby-input-counter", inputs: { listenTo: "listenTo" }, host: { attributes: { "mock": "mock" } }, providers: [
814
814
  {
815
815
  provide: InputCounterComponent,
816
816
  useExisting: forwardRef((() => MockInputCounterComponent)),
817
817
  },
818
818
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
819
819
  }
820
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockInputCounterComponent, decorators: [{
820
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockInputCounterComponent, decorators: [{
821
821
  type: Component,
822
822
  args: [{
823
823
  selector: 'kirby-input-counter',
@@ -837,15 +837,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
837
837
 
838
838
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
839
839
  class MockTextareaComponent {
840
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
841
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockTextareaComponent, selector: "textarea[kirby-textarea]", inputs: { value: "value", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", maxlength: "maxlength" }, host: { attributes: { "mock": "mock" } }, providers: [
840
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
841
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockTextareaComponent, selector: "textarea[kirby-textarea]", inputs: { value: "value", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", maxlength: "maxlength" }, host: { attributes: { "mock": "mock" } }, providers: [
842
842
  {
843
843
  provide: TextareaComponent,
844
844
  useExisting: forwardRef((() => MockTextareaComponent)),
845
845
  },
846
846
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
847
847
  }
848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTextareaComponent, decorators: [{
848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTextareaComponent, decorators: [{
849
849
  type: Component,
850
850
  args: [{
851
851
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -876,15 +876,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
876
876
 
877
877
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
878
878
  class MockHeaderActionsDirective {
879
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockHeaderActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
880
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockHeaderActionsDirective, selector: "[kirbyHeaderActions]", providers: [
879
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockHeaderActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
880
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockHeaderActionsDirective, selector: "[kirbyHeaderActions]", providers: [
881
881
  {
882
882
  provide: HeaderActionsDirective,
883
883
  useExisting: forwardRef((() => MockHeaderActionsDirective)),
884
884
  },
885
885
  ], ngImport: i0 }); }
886
886
  }
887
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockHeaderActionsDirective, decorators: [{
887
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockHeaderActionsDirective, decorators: [{
888
888
  type: Directive,
889
889
  args: [{
890
890
  selector: '[kirbyHeaderActions]',
@@ -897,15 +897,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
897
897
  }]
898
898
  }] });
899
899
  class MockHeaderCustomSectionDirective {
900
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockHeaderCustomSectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
901
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockHeaderCustomSectionDirective, selector: "[kirbyHeaderCustomSection]", providers: [
900
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockHeaderCustomSectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
901
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockHeaderCustomSectionDirective, selector: "[kirbyHeaderCustomSection]", providers: [
902
902
  {
903
903
  provide: HeaderCustomSectionDirective,
904
904
  useExisting: forwardRef((() => MockHeaderCustomSectionDirective)),
905
905
  },
906
906
  ], ngImport: i0 }); }
907
907
  }
908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockHeaderCustomSectionDirective, decorators: [{
908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockHeaderCustomSectionDirective, decorators: [{
909
909
  type: Directive,
910
910
  args: [{
911
911
  selector: '[kirbyHeaderCustomSection]',
@@ -918,15 +918,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
918
918
  }]
919
919
  }] });
920
920
  class MockHeaderComponent {
921
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
922
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
921
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
922
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
923
923
  {
924
924
  provide: HeaderComponent,
925
925
  useExisting: forwardRef((() => MockHeaderComponent)),
926
926
  },
927
927
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
928
928
  }
929
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockHeaderComponent, decorators: [{
929
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockHeaderComponent, decorators: [{
930
930
  type: Component,
931
931
  args: [{
932
932
  selector: 'kirby-header',
@@ -960,15 +960,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
960
960
 
961
961
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
962
962
  class MockIconComponent {
963
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
964
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockIconComponent, selector: "kirby-icon", inputs: { size: "size", name: "name" }, host: { attributes: { "mock": "mock" } }, providers: [
963
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
964
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockIconComponent, selector: "kirby-icon", inputs: { size: "size", name: "name" }, host: { attributes: { "mock": "mock" } }, providers: [
965
965
  {
966
966
  provide: IconComponent,
967
967
  useExisting: forwardRef((() => MockIconComponent)),
968
968
  },
969
969
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
970
970
  }
971
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockIconComponent, decorators: [{
971
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockIconComponent, decorators: [{
972
972
  type: Component,
973
973
  args: [{
974
974
  selector: 'kirby-icon',
@@ -990,15 +990,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
990
990
 
991
991
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
992
992
  class MockItemComponent {
993
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
994
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockItemComponent, selector: "kirby-item", inputs: { disabled: "disabled", selected: "selected", disclosure: "disclosure", selectable: "selectable", reorderable: "reorderable", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
993
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
994
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockItemComponent, selector: "kirby-item", inputs: { disabled: "disabled", selected: "selected", disclosure: "disclosure", selectable: "selectable", reorderable: "reorderable", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
995
995
  {
996
996
  provide: ItemComponent,
997
997
  useExisting: forwardRef((() => MockItemComponent)),
998
998
  },
999
999
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1000
1000
  }
1001
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockItemComponent, decorators: [{
1001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockItemComponent, decorators: [{
1002
1002
  type: Component,
1003
1003
  args: [{
1004
1004
  selector: 'kirby-item',
@@ -1028,15 +1028,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1028
1028
 
1029
1029
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1030
1030
  class MockLabelComponent {
1031
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1032
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockLabelComponent, selector: "kirby-label", inputs: { direction: "direction" }, host: { attributes: { "mock": "mock" } }, providers: [
1031
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1032
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockLabelComponent, selector: "kirby-label", inputs: { direction: "direction" }, host: { attributes: { "mock": "mock" } }, providers: [
1033
1033
  {
1034
1034
  provide: LabelComponent,
1035
1035
  useExisting: forwardRef((() => MockLabelComponent)),
1036
1036
  },
1037
1037
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1038
1038
  }
1039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockLabelComponent, decorators: [{
1039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockLabelComponent, decorators: [{
1040
1040
  type: Component,
1041
1041
  args: [{
1042
1042
  selector: 'kirby-label',
@@ -1056,15 +1056,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1056
1056
 
1057
1057
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1058
1058
  class MockItemGroupComponent {
1059
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1060
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockItemGroupComponent, selector: "kirby-item-group", host: { attributes: { "mock": "mock" } }, providers: [
1059
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1060
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockItemGroupComponent, selector: "kirby-item-group", host: { attributes: { "mock": "mock" } }, providers: [
1061
1061
  {
1062
1062
  provide: ItemGroupComponent,
1063
1063
  useExisting: forwardRef((() => MockItemGroupComponent)),
1064
1064
  },
1065
1065
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1066
1066
  }
1067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockItemGroupComponent, decorators: [{
1067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockItemGroupComponent, decorators: [{
1068
1068
  type: Component,
1069
1069
  args: [{
1070
1070
  selector: 'kirby-item-group',
@@ -1082,15 +1082,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1082
1082
 
1083
1083
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1084
1084
  class MockItemSlidingComponent {
1085
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockItemSlidingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1086
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockItemSlidingComponent, selector: "kirby-item-sliding", inputs: { swipeActions: "swipeActions", side: "side" }, host: { attributes: { "mock": "mock" } }, providers: [
1085
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockItemSlidingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1086
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockItemSlidingComponent, selector: "kirby-item-sliding", inputs: { swipeActions: "swipeActions", side: "side" }, host: { attributes: { "mock": "mock" } }, providers: [
1087
1087
  {
1088
1088
  provide: ItemSlidingComponent,
1089
1089
  useExisting: forwardRef((() => MockItemSlidingComponent)),
1090
1090
  },
1091
1091
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1092
1092
  }
1093
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockItemSlidingComponent, decorators: [{
1093
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockItemSlidingComponent, decorators: [{
1094
1094
  type: Component,
1095
1095
  args: [{
1096
1096
  selector: 'kirby-item-sliding',
@@ -1112,15 +1112,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1112
1112
 
1113
1113
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1114
1114
  class MockAppComponent {
1115
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAppComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1116
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockAppComponent, selector: "kirby-app", host: { attributes: { "mock": "mock" } }, providers: [
1115
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAppComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1116
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockAppComponent, selector: "kirby-app", host: { attributes: { "mock": "mock" } }, providers: [
1117
1117
  {
1118
1118
  provide: AppComponent,
1119
1119
  useExisting: forwardRef((() => MockAppComponent)),
1120
1120
  },
1121
1121
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1122
1122
  }
1123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAppComponent, decorators: [{
1123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAppComponent, decorators: [{
1124
1124
  type: Component,
1125
1125
  args: [{
1126
1126
  selector: 'kirby-app',
@@ -1138,15 +1138,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1138
1138
 
1139
1139
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1140
1140
  class MockListExperimentalComponent {
1141
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListExperimentalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1142
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockListExperimentalComponent, selector: "kirby-list-experimental", host: { attributes: { "mock": "mock" } }, providers: [
1141
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListExperimentalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1142
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockListExperimentalComponent, selector: "kirby-list-experimental", host: { attributes: { "mock": "mock" } }, providers: [
1143
1143
  {
1144
1144
  provide: ListExperimentalComponent,
1145
1145
  useExisting: forwardRef((() => MockListExperimentalComponent)),
1146
1146
  },
1147
1147
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1148
1148
  }
1149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListExperimentalComponent, decorators: [{
1149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListExperimentalComponent, decorators: [{
1150
1150
  type: Component,
1151
1151
  args: [{
1152
1152
  selector: 'kirby-list-experimental',
@@ -1164,15 +1164,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1164
1164
 
1165
1165
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1166
1166
  class MockListHeaderComponent {
1167
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1168
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockListHeaderComponent, selector: "kirby-list-header", host: { attributes: { "mock": "mock" } }, providers: [
1167
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1168
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockListHeaderComponent, selector: "kirby-list-header", host: { attributes: { "mock": "mock" } }, providers: [
1169
1169
  {
1170
1170
  provide: ListHeaderComponent,
1171
1171
  useExisting: forwardRef((() => MockListHeaderComponent)),
1172
1172
  },
1173
1173
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1174
1174
  }
1175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListHeaderComponent, decorators: [{
1175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListHeaderComponent, decorators: [{
1176
1176
  type: Component,
1177
1177
  args: [{
1178
1178
  selector: 'kirby-list-header',
@@ -1194,15 +1194,15 @@ class MockListItemComponent {
1194
1194
  this.itemSelect = new EventEmitter();
1195
1195
  this.swipeActionSelect = new EventEmitter();
1196
1196
  }
1197
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1198
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
1197
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1198
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
1199
1199
  {
1200
1200
  provide: ListItemComponent,
1201
1201
  useExisting: forwardRef((() => MockListItemComponent)),
1202
1202
  },
1203
1203
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1204
1204
  }
1205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListItemComponent, decorators: [{
1205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListItemComponent, decorators: [{
1206
1206
  type: Component,
1207
1207
  args: [{
1208
1208
  selector: 'kirby-list-item',
@@ -1238,15 +1238,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1238
1238
 
1239
1239
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1240
1240
  class MockListSectionHeaderComponent {
1241
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1242
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockListSectionHeaderComponent, selector: "kirby-list-section-header", inputs: { title: "title" }, host: { attributes: { "mock": "mock" } }, providers: [
1241
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1242
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockListSectionHeaderComponent, selector: "kirby-list-section-header", inputs: { title: "title" }, host: { attributes: { "mock": "mock" } }, providers: [
1243
1243
  {
1244
1244
  provide: ListSectionHeaderComponent,
1245
1245
  useExisting: forwardRef((() => MockListSectionHeaderComponent)),
1246
1246
  },
1247
1247
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1248
1248
  }
1249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListSectionHeaderComponent, decorators: [{
1249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListSectionHeaderComponent, decorators: [{
1250
1250
  type: Component,
1251
1251
  args: [{
1252
1252
  selector: 'kirby-list-section-header',
@@ -1270,15 +1270,15 @@ class MockListComponent {
1270
1270
  this.loadOnDemand = new EventEmitter();
1271
1271
  this.itemSelect = new EventEmitter();
1272
1272
  }
1273
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1274
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
1273
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1274
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
1275
1275
  {
1276
1276
  provide: ListComponent,
1277
1277
  useExisting: forwardRef((() => MockListComponent)),
1278
1278
  },
1279
1279
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1280
1280
  }
1281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListComponent, decorators: [{
1281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListComponent, decorators: [{
1282
1282
  type: Component,
1283
1283
  args: [{
1284
1284
  selector: 'kirby-list',
@@ -1328,15 +1328,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1328
1328
 
1329
1329
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1330
1330
  class MockLoadingOverlayComponent {
1331
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockLoadingOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1332
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockLoadingOverlayComponent, selector: "kirby-loading-overlay", inputs: { isLoading: "isLoading", showBackdrop: "showBackdrop", hideContent: "hideContent" }, host: { attributes: { "mock": "mock" } }, providers: [
1331
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockLoadingOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1332
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockLoadingOverlayComponent, selector: "kirby-loading-overlay", inputs: { isLoading: "isLoading", showBackdrop: "showBackdrop", hideContent: "hideContent" }, host: { attributes: { "mock": "mock" } }, providers: [
1333
1333
  {
1334
1334
  provide: LoadingOverlayComponent,
1335
1335
  useExisting: forwardRef((() => MockLoadingOverlayComponent)),
1336
1336
  },
1337
1337
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1338
1338
  }
1339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockLoadingOverlayComponent, decorators: [{
1339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockLoadingOverlayComponent, decorators: [{
1340
1340
  type: Component,
1341
1341
  args: [{
1342
1342
  selector: 'kirby-loading-overlay',
@@ -1360,15 +1360,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1360
1360
 
1361
1361
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1362
1362
  class MockMenuComponent {
1363
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1364
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
1363
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1364
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
1365
1365
  {
1366
1366
  provide: MenuComponent,
1367
1367
  useExisting: forwardRef((() => MockMenuComponent)),
1368
1368
  },
1369
1369
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1370
1370
  }
1371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockMenuComponent, decorators: [{
1371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockMenuComponent, decorators: [{
1372
1372
  type: Component,
1373
1373
  args: [{
1374
1374
  selector: 'kirby-menu',
@@ -1414,15 +1414,15 @@ class MockActionSheetComponent {
1414
1414
  this.cancel = new EventEmitter();
1415
1415
  this.itemSelect = new EventEmitter();
1416
1416
  }
1417
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockActionSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1418
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
1417
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockActionSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1418
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
1419
1419
  {
1420
1420
  provide: ActionSheetComponent,
1421
1421
  useExisting: forwardRef((() => MockActionSheetComponent)),
1422
1422
  },
1423
1423
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1424
1424
  }
1425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockActionSheetComponent, decorators: [{
1425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockActionSheetComponent, decorators: [{
1426
1426
  type: Component,
1427
1427
  args: [{
1428
1428
  selector: 'kirby-action-sheet',
@@ -1456,15 +1456,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1456
1456
 
1457
1457
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1458
1458
  class MockAlertComponent {
1459
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1460
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
1459
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1460
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
1461
1461
  {
1462
1462
  provide: AlertComponent,
1463
1463
  useExisting: forwardRef((() => MockAlertComponent)),
1464
1464
  },
1465
1465
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1466
1466
  }
1467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAlertComponent, decorators: [{
1467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAlertComponent, decorators: [{
1468
1468
  type: Component,
1469
1469
  args: [{
1470
1470
  selector: 'kirby-alert',
@@ -1496,15 +1496,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1496
1496
 
1497
1497
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1498
1498
  class MockModalFooterComponent {
1499
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1500
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockModalFooterComponent, selector: "kirby-modal-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
1499
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1500
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockModalFooterComponent, selector: "kirby-modal-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
1501
1501
  {
1502
1502
  provide: ModalFooterComponent,
1503
1503
  useExisting: forwardRef((() => MockModalFooterComponent)),
1504
1504
  },
1505
1505
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1506
1506
  }
1507
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockModalFooterComponent, decorators: [{
1507
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockModalFooterComponent, decorators: [{
1508
1508
  type: Component,
1509
1509
  args: [{
1510
1510
  selector: 'kirby-modal-footer',
@@ -1526,15 +1526,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1526
1526
 
1527
1527
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1528
1528
  class MockModalCompactWrapperComponent {
1529
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockModalCompactWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1530
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockModalCompactWrapperComponent, selector: "kirby-modal-compact-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
1529
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockModalCompactWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1530
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockModalCompactWrapperComponent, selector: "kirby-modal-compact-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
1531
1531
  {
1532
1532
  provide: ModalCompactWrapperComponent,
1533
1533
  useExisting: forwardRef((() => MockModalCompactWrapperComponent)),
1534
1534
  },
1535
1535
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1536
1536
  }
1537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockModalCompactWrapperComponent, decorators: [{
1537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockModalCompactWrapperComponent, decorators: [{
1538
1538
  type: Component,
1539
1539
  args: [{
1540
1540
  selector: 'kirby-modal-compact-wrapper',
@@ -1560,15 +1560,15 @@ class MockModalWrapperComponent {
1560
1560
  removeModalElement() {
1561
1561
  // NOOP
1562
1562
  }
1563
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockModalWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1564
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockModalWrapperComponent, selector: "kirby-modal-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
1563
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockModalWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1564
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockModalWrapperComponent, selector: "kirby-modal-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
1565
1565
  {
1566
1566
  provide: ModalWrapperComponent,
1567
1567
  useExisting: forwardRef((() => MockModalWrapperComponent)),
1568
1568
  },
1569
1569
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1570
1570
  }
1571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockModalWrapperComponent, decorators: [{
1571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockModalWrapperComponent, decorators: [{
1572
1572
  type: Component,
1573
1573
  args: [{
1574
1574
  selector: 'kirby-modal-wrapper',
@@ -1588,15 +1588,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1588
1588
 
1589
1589
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1590
1590
  class MockPageFooterComponent {
1591
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1592
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockPageFooterComponent, selector: "kirby-page-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
1591
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1592
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockPageFooterComponent, selector: "kirby-page-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
1593
1593
  {
1594
1594
  provide: PageFooterComponent,
1595
1595
  useExisting: forwardRef((() => MockPageFooterComponent)),
1596
1596
  },
1597
1597
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1598
1598
  }
1599
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageFooterComponent, decorators: [{
1599
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageFooterComponent, decorators: [{
1600
1600
  type: Component,
1601
1601
  args: [{
1602
1602
  selector: 'kirby-page-footer',
@@ -1616,15 +1616,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1616
1616
 
1617
1617
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1618
1618
  class MockPageTitleDirective {
1619
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1620
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockPageTitleDirective, selector: "[kirbyPageTitle]", providers: [
1619
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1620
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockPageTitleDirective, selector: "[kirbyPageTitle]", providers: [
1621
1621
  {
1622
1622
  provide: PageTitleDirective,
1623
1623
  useExisting: forwardRef((() => MockPageTitleDirective)),
1624
1624
  },
1625
1625
  ], ngImport: i0 }); }
1626
1626
  }
1627
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageTitleDirective, decorators: [{
1627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageTitleDirective, decorators: [{
1628
1628
  type: Directive,
1629
1629
  args: [{
1630
1630
  selector: '[kirbyPageTitle]',
@@ -1637,15 +1637,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1637
1637
  }]
1638
1638
  }] });
1639
1639
  class MockPageSubtitleDirective {
1640
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1641
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockPageSubtitleDirective, selector: "[kirbyPageSubtitle]", providers: [
1640
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1641
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockPageSubtitleDirective, selector: "[kirbyPageSubtitle]", providers: [
1642
1642
  {
1643
1643
  provide: PageSubtitleDirective,
1644
1644
  useExisting: forwardRef((() => MockPageSubtitleDirective)),
1645
1645
  },
1646
1646
  ], ngImport: i0 }); }
1647
1647
  }
1648
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageSubtitleDirective, decorators: [{
1648
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageSubtitleDirective, decorators: [{
1649
1649
  type: Directive,
1650
1650
  args: [{
1651
1651
  selector: '[kirbyPageSubtitle]',
@@ -1658,15 +1658,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1658
1658
  }]
1659
1659
  }] });
1660
1660
  class MockPageToolbarTitleDirective {
1661
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageToolbarTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1662
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockPageToolbarTitleDirective, selector: "[kirbyPageToolbarTitle]", providers: [
1661
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageToolbarTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1662
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockPageToolbarTitleDirective, selector: "[kirbyPageToolbarTitle]", providers: [
1663
1663
  {
1664
1664
  provide: PageToolbarTitleDirective,
1665
1665
  useExisting: forwardRef((() => MockPageToolbarTitleDirective)),
1666
1666
  },
1667
1667
  ], ngImport: i0 }); }
1668
1668
  }
1669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageToolbarTitleDirective, decorators: [{
1669
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageToolbarTitleDirective, decorators: [{
1670
1670
  type: Directive,
1671
1671
  args: [{
1672
1672
  selector: '[kirbyPageToolbarTitle]',
@@ -1679,15 +1679,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1679
1679
  }]
1680
1680
  }] });
1681
1681
  class MockPageActionsDirective {
1682
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1683
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockPageActionsDirective, selector: "[kirbyPageActions]", inputs: { config: ["kirbyPageActions", "config"] }, providers: [
1682
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1683
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockPageActionsDirective, selector: "[kirbyPageActions]", inputs: { config: ["kirbyPageActions", "config"] }, providers: [
1684
1684
  {
1685
1685
  provide: PageActionsDirective,
1686
1686
  useExisting: forwardRef((() => MockPageActionsDirective)),
1687
1687
  },
1688
1688
  ], ngImport: i0 }); }
1689
1689
  }
1690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageActionsDirective, decorators: [{
1690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageActionsDirective, decorators: [{
1691
1691
  type: Directive,
1692
1692
  args: [{
1693
1693
  selector: '[kirbyPageActions]',
@@ -1703,15 +1703,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1703
1703
  args: ['kirbyPageActions']
1704
1704
  }] } });
1705
1705
  class MockPageContentDirective {
1706
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1707
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockPageContentDirective, selector: "[kirbyPageContent]", inputs: { config: ["kirbyPageContent", "config"] }, providers: [
1706
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1707
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockPageContentDirective, selector: "[kirbyPageContent]", inputs: { config: ["kirbyPageContent", "config"] }, providers: [
1708
1708
  {
1709
1709
  provide: PageContentDirective,
1710
1710
  useExisting: forwardRef((() => MockPageContentDirective)),
1711
1711
  },
1712
1712
  ], ngImport: i0 }); }
1713
1713
  }
1714
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageContentDirective, decorators: [{
1714
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageContentDirective, decorators: [{
1715
1715
  type: Directive,
1716
1716
  args: [{
1717
1717
  selector: '[kirbyPageContent]',
@@ -1727,15 +1727,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1727
1727
  args: ['kirbyPageContent']
1728
1728
  }] } });
1729
1729
  class MockPageStickyContentDirective {
1730
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageStickyContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1731
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockPageStickyContentDirective, selector: "[kirbyPageStickyContent]", providers: [
1730
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageStickyContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1731
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockPageStickyContentDirective, selector: "[kirbyPageStickyContent]", providers: [
1732
1732
  {
1733
1733
  provide: PageStickyContentDirective,
1734
1734
  useExisting: forwardRef((() => MockPageStickyContentDirective)),
1735
1735
  },
1736
1736
  ], ngImport: i0 }); }
1737
1737
  }
1738
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageStickyContentDirective, decorators: [{
1738
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageStickyContentDirective, decorators: [{
1739
1739
  type: Directive,
1740
1740
  args: [{
1741
1741
  selector: '[kirbyPageStickyContent]',
@@ -1748,15 +1748,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1748
1748
  }]
1749
1749
  }] });
1750
1750
  class MockPageProgressComponent {
1751
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1752
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockPageProgressComponent, selector: "kirby-page-progress", host: { attributes: { "mock": "mock" } }, providers: [
1751
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1752
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockPageProgressComponent, selector: "kirby-page-progress", host: { attributes: { "mock": "mock" } }, providers: [
1753
1753
  {
1754
1754
  provide: PageProgressComponent,
1755
1755
  useExisting: forwardRef((() => MockPageProgressComponent)),
1756
1756
  },
1757
1757
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1758
1758
  }
1759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageProgressComponent, decorators: [{
1759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageProgressComponent, decorators: [{
1760
1760
  type: Component,
1761
1761
  args: [{
1762
1762
  selector: 'kirby-page-progress',
@@ -1772,15 +1772,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1772
1772
  }]
1773
1773
  }] });
1774
1774
  class MockPageTitleComponent {
1775
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1776
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockPageTitleComponent, selector: "kirby-page-title", host: { attributes: { "mock": "mock" } }, providers: [
1775
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1776
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockPageTitleComponent, selector: "kirby-page-title", host: { attributes: { "mock": "mock" } }, providers: [
1777
1777
  {
1778
1778
  provide: PageTitleComponent,
1779
1779
  useExisting: forwardRef((() => MockPageTitleComponent)),
1780
1780
  },
1781
1781
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1782
1782
  }
1783
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageTitleComponent, decorators: [{
1783
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageTitleComponent, decorators: [{
1784
1784
  type: Component,
1785
1785
  args: [{
1786
1786
  selector: 'kirby-page-title',
@@ -1796,15 +1796,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1796
1796
  }]
1797
1797
  }] });
1798
1798
  class MockPageContentComponent {
1799
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1800
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockPageContentComponent, selector: "kirby-page-content", host: { attributes: { "mock": "mock" } }, providers: [
1799
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1800
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockPageContentComponent, selector: "kirby-page-content", host: { attributes: { "mock": "mock" } }, providers: [
1801
1801
  {
1802
1802
  provide: PageContentComponent,
1803
1803
  useExisting: forwardRef((() => MockPageContentComponent)),
1804
1804
  },
1805
1805
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1806
1806
  }
1807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageContentComponent, decorators: [{
1807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageContentComponent, decorators: [{
1808
1808
  type: Component,
1809
1809
  args: [{
1810
1810
  selector: 'kirby-page-content',
@@ -1820,15 +1820,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1820
1820
  }]
1821
1821
  }] });
1822
1822
  class MockPageActionsComponent {
1823
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1824
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockPageActionsComponent, selector: "kirby-page-actions", host: { attributes: { "mock": "mock" } }, providers: [
1823
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1824
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockPageActionsComponent, selector: "kirby-page-actions", host: { attributes: { "mock": "mock" } }, providers: [
1825
1825
  {
1826
1826
  provide: PageActionsComponent,
1827
1827
  useExisting: forwardRef((() => MockPageActionsComponent)),
1828
1828
  },
1829
1829
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1830
1830
  }
1831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageActionsComponent, decorators: [{
1831
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageActionsComponent, decorators: [{
1832
1832
  type: Component,
1833
1833
  args: [{
1834
1834
  selector: 'kirby-page-actions',
@@ -1850,15 +1850,15 @@ class MockPageComponent {
1850
1850
  this.refresh = new EventEmitter();
1851
1851
  this.backButtonClick = new EventEmitter();
1852
1852
  }
1853
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1854
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
1853
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1854
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
1855
1855
  {
1856
1856
  provide: PageComponent,
1857
1857
  useExisting: forwardRef((() => MockPageComponent)),
1858
1858
  },
1859
1859
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1860
1860
  }
1861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPageComponent, decorators: [{
1861
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPageComponent, decorators: [{
1862
1862
  type: Component,
1863
1863
  args: [{
1864
1864
  selector: 'kirby-page',
@@ -1905,15 +1905,15 @@ class MockPopoverComponent {
1905
1905
  constructor() {
1906
1906
  this.willHide = new EventEmitter();
1907
1907
  }
1908
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1909
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockPopoverComponent, selector: "kirby-popover", inputs: { popout: "popout", target: "target" }, outputs: { willHide: "willHide" }, host: { attributes: { "mock": "mock" } }, providers: [
1908
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1909
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockPopoverComponent, selector: "kirby-popover", inputs: { popout: "popout", target: "target" }, outputs: { willHide: "willHide" }, host: { attributes: { "mock": "mock" } }, providers: [
1910
1910
  {
1911
1911
  provide: PopoverComponent,
1912
1912
  useExisting: forwardRef((() => MockPopoverComponent)),
1913
1913
  },
1914
1914
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1915
1915
  }
1916
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPopoverComponent, decorators: [{
1916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPopoverComponent, decorators: [{
1917
1917
  type: Component,
1918
1918
  args: [{
1919
1919
  selector: 'kirby-popover',
@@ -1937,15 +1937,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1937
1937
 
1938
1938
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1939
1939
  class MockProgressCircleRingComponent {
1940
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockProgressCircleRingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1941
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockProgressCircleRingComponent, selector: "kirby-progress-circle-ring", inputs: { radius: "radius", value: "value", themeColor: "themeColor", strokeWidth: "strokeWidth", upperBound: "upperBound" }, host: { attributes: { "mock": "mock" } }, providers: [
1940
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockProgressCircleRingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1941
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockProgressCircleRingComponent, selector: "kirby-progress-circle-ring", inputs: { radius: "radius", value: "value", themeColor: "themeColor", strokeWidth: "strokeWidth", upperBound: "upperBound" }, host: { attributes: { "mock": "mock" } }, providers: [
1942
1942
  {
1943
1943
  provide: ProgressCircleRingComponent,
1944
1944
  useExisting: forwardRef((() => MockProgressCircleRingComponent)),
1945
1945
  },
1946
1946
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1947
1947
  }
1948
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockProgressCircleRingComponent, decorators: [{
1948
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockProgressCircleRingComponent, decorators: [{
1949
1949
  type: Component,
1950
1950
  args: [{
1951
1951
  selector: 'kirby-progress-circle-ring',
@@ -1973,15 +1973,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
1973
1973
 
1974
1974
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
1975
1975
  class MockProgressCircleComponent {
1976
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1977
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockProgressCircleComponent, selector: "kirby-progress-circle", inputs: { value: "value", size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
1976
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1977
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockProgressCircleComponent, selector: "kirby-progress-circle", inputs: { value: "value", size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
1978
1978
  {
1979
1979
  provide: ProgressCircleComponent,
1980
1980
  useExisting: forwardRef((() => MockProgressCircleComponent)),
1981
1981
  },
1982
1982
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
1983
1983
  }
1984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockProgressCircleComponent, decorators: [{
1984
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockProgressCircleComponent, decorators: [{
1985
1985
  type: Component,
1986
1986
  args: [{
1987
1987
  selector: 'kirby-progress-circle',
@@ -2008,15 +2008,15 @@ class MockRadioGroupComponent {
2008
2008
  constructor() {
2009
2009
  this.valueChange = new EventEmitter();
2010
2010
  }
2011
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockRadioGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2012
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
2011
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockRadioGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2012
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
2013
2013
  {
2014
2014
  provide: RadioGroupComponent,
2015
2015
  useExisting: forwardRef((() => MockRadioGroupComponent)),
2016
2016
  },
2017
2017
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2018
2018
  }
2019
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockRadioGroupComponent, decorators: [{
2019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockRadioGroupComponent, decorators: [{
2020
2020
  type: Component,
2021
2021
  args: [{
2022
2022
  selector: 'kirby-radio-group',
@@ -2050,15 +2050,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2050
2050
 
2051
2051
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2052
2052
  class MockRadioComponent {
2053
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2054
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockRadioComponent, selector: "kirby-radio", inputs: { value: "value", text: "text", size: "size", disabled: "disabled" }, host: { attributes: { "mock": "mock" } }, providers: [
2053
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2054
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockRadioComponent, selector: "kirby-radio", inputs: { value: "value", text: "text", size: "size", disabled: "disabled" }, host: { attributes: { "mock": "mock" } }, providers: [
2055
2055
  {
2056
2056
  provide: RadioComponent,
2057
2057
  useExisting: forwardRef((() => MockRadioComponent)),
2058
2058
  },
2059
2059
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2060
2060
  }
2061
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockRadioComponent, decorators: [{
2061
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockRadioComponent, decorators: [{
2062
2062
  type: Component,
2063
2063
  args: [{
2064
2064
  selector: 'kirby-radio',
@@ -2099,15 +2099,15 @@ class MockRangeComponent {
2099
2099
  registerOnChange() {
2100
2100
  // NOOP
2101
2101
  }
2102
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2103
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
2102
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2103
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
2104
2104
  {
2105
2105
  provide: RangeComponent,
2106
2106
  useExisting: forwardRef((() => MockRangeComponent)),
2107
2107
  },
2108
2108
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2109
2109
  }
2110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockRangeComponent, decorators: [{
2110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockRangeComponent, decorators: [{
2111
2111
  type: Component,
2112
2112
  args: [{
2113
2113
  selector: 'kirby-range',
@@ -2151,15 +2151,15 @@ class MockReorderListComponent {
2151
2151
  this.itemReorder = new EventEmitter();
2152
2152
  this.subItemReorder = new EventEmitter();
2153
2153
  }
2154
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockReorderListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2155
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockReorderListComponent, selector: "kirby-reorder-list", inputs: { items: "items", subItemsName: "subItemsName", getItemTextDefault: "getItemTextDefault" }, outputs: { itemReorder: "itemReorder", subItemReorder: "subItemReorder" }, host: { attributes: { "mock": "mock" } }, providers: [
2154
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockReorderListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2155
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockReorderListComponent, selector: "kirby-reorder-list", inputs: { items: "items", subItemsName: "subItemsName", getItemTextDefault: "getItemTextDefault" }, outputs: { itemReorder: "itemReorder", subItemReorder: "subItemReorder" }, host: { attributes: { "mock": "mock" } }, providers: [
2156
2156
  {
2157
2157
  provide: ReorderListComponent,
2158
2158
  useExisting: forwardRef((() => MockReorderListComponent)),
2159
2159
  },
2160
2160
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2161
2161
  }
2162
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockReorderListComponent, decorators: [{
2162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockReorderListComponent, decorators: [{
2163
2163
  type: Component,
2164
2164
  args: [{
2165
2165
  selector: 'kirby-reorder-list',
@@ -2187,15 +2187,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2187
2187
 
2188
2188
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2189
2189
  class MockRouterOutletComponent {
2190
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2191
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockRouterOutletComponent, selector: "kirby-router-outlet", inputs: { main: "main" }, host: { attributes: { "mock": "mock" } }, providers: [
2190
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2191
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockRouterOutletComponent, selector: "kirby-router-outlet", inputs: { main: "main" }, host: { attributes: { "mock": "mock" } }, providers: [
2192
2192
  {
2193
2193
  provide: RouterOutletComponent,
2194
2194
  useExisting: forwardRef((() => MockRouterOutletComponent)),
2195
2195
  },
2196
2196
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2197
2197
  }
2198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockRouterOutletComponent, decorators: [{
2198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockRouterOutletComponent, decorators: [{
2199
2199
  type: Component,
2200
2200
  args: [{
2201
2201
  selector: 'kirby-router-outlet',
@@ -2215,15 +2215,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2215
2215
 
2216
2216
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2217
2217
  class MockSectionHeaderComponent {
2218
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2219
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockSectionHeaderComponent, selector: "kirby-section-header", host: { attributes: { "mock": "mock" } }, providers: [
2218
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2219
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockSectionHeaderComponent, selector: "kirby-section-header", host: { attributes: { "mock": "mock" } }, providers: [
2220
2220
  {
2221
2221
  provide: SectionHeaderComponent,
2222
2222
  useExisting: forwardRef((() => MockSectionHeaderComponent)),
2223
2223
  },
2224
2224
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2225
2225
  }
2226
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSectionHeaderComponent, decorators: [{
2226
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSectionHeaderComponent, decorators: [{
2227
2227
  type: Component,
2228
2228
  args: [{
2229
2229
  selector: 'kirby-section-header',
@@ -2247,15 +2247,15 @@ class MockSlidesComponent {
2247
2247
  slideTo() {
2248
2248
  // NOOP
2249
2249
  }
2250
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSlidesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2251
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockSlidesComponent, selector: "kirby-slides", inputs: { slidesOptions: "slidesOptions", slides: "slides" }, outputs: { selectedSlide: "selectedSlide" }, host: { attributes: { "mock": "mock" } }, providers: [
2250
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSlidesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2251
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockSlidesComponent, selector: "kirby-slides", inputs: { slidesOptions: "slidesOptions", slides: "slides" }, outputs: { selectedSlide: "selectedSlide" }, host: { attributes: { "mock": "mock" } }, providers: [
2252
2252
  {
2253
2253
  provide: SlidesComponent,
2254
2254
  useExisting: forwardRef((() => MockSlidesComponent)),
2255
2255
  },
2256
2256
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2257
2257
  }
2258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSlidesComponent, decorators: [{
2258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSlidesComponent, decorators: [{
2259
2259
  type: Component,
2260
2260
  args: [{
2261
2261
  selector: 'kirby-slides',
@@ -2283,15 +2283,15 @@ class MockSlideButtonComponent {
2283
2283
  this.slideDone = new EventEmitter();
2284
2284
  this.slidingPercentageChanged = new EventEmitter();
2285
2285
  }
2286
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSlideButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2287
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockSlideButtonComponent, selector: "kirby-slide-button", inputs: { text: "text", expand: "expand" }, outputs: { slideDone: "slideDone", slidingPercentageChanged: "slidingPercentageChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
2286
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSlideButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2287
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockSlideButtonComponent, selector: "kirby-slide-button", inputs: { text: "text", expand: "expand" }, outputs: { slideDone: "slideDone", slidingPercentageChanged: "slidingPercentageChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
2288
2288
  {
2289
2289
  provide: SlideButtonComponent,
2290
2290
  useExisting: forwardRef((() => MockSlideButtonComponent)),
2291
2291
  },
2292
2292
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2293
2293
  }
2294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSlideButtonComponent, decorators: [{
2294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSlideButtonComponent, decorators: [{
2295
2295
  type: Component,
2296
2296
  args: [{
2297
2297
  selector: 'kirby-slide-button',
@@ -2317,15 +2317,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2317
2317
 
2318
2318
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2319
2319
  class MockSpinnerComponent {
2320
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2321
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockSpinnerComponent, selector: "kirby-spinner", host: { attributes: { "mock": "mock" } }, providers: [
2320
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2321
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockSpinnerComponent, selector: "kirby-spinner", host: { attributes: { "mock": "mock" } }, providers: [
2322
2322
  {
2323
2323
  provide: SpinnerComponent,
2324
2324
  useExisting: forwardRef((() => MockSpinnerComponent)),
2325
2325
  },
2326
2326
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2327
2327
  }
2328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSpinnerComponent, decorators: [{
2328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSpinnerComponent, decorators: [{
2329
2329
  type: Component,
2330
2330
  args: [{
2331
2331
  selector: 'kirby-spinner',
@@ -2347,15 +2347,15 @@ class MockSegmentedControlComponent {
2347
2347
  this.selectedIndexChange = new EventEmitter();
2348
2348
  this.segmentSelect = new EventEmitter();
2349
2349
  }
2350
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSegmentedControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2351
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", 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: [
2350
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSegmentedControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2351
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: [
2352
2352
  {
2353
2353
  provide: SegmentedControlComponent,
2354
2354
  useExisting: forwardRef((() => MockSegmentedControlComponent)),
2355
2355
  },
2356
2356
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2357
2357
  }
2358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSegmentedControlComponent, decorators: [{
2358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSegmentedControlComponent, decorators: [{
2359
2359
  type: Component,
2360
2360
  args: [{
2361
2361
  selector: 'kirby-segmented-control',
@@ -2392,15 +2392,15 @@ class MockTabNavigationComponent {
2392
2392
  constructor() {
2393
2393
  this.selectedIndexChange = new EventEmitter();
2394
2394
  }
2395
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTabNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2396
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockTabNavigationComponent, selector: "kirby-tab-navigation", outputs: { selectedIndexChange: "selectedIndexChange" }, host: { attributes: { "mock": "mock" } }, providers: [
2395
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTabNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2396
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockTabNavigationComponent, selector: "kirby-tab-navigation", outputs: { selectedIndexChange: "selectedIndexChange" }, host: { attributes: { "mock": "mock" } }, providers: [
2397
2397
  {
2398
2398
  provide: TabNavigationComponent,
2399
2399
  useExisting: forwardRef((() => MockTabNavigationComponent)),
2400
2400
  },
2401
2401
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2402
2402
  }
2403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTabNavigationComponent, decorators: [{
2403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTabNavigationComponent, decorators: [{
2404
2404
  type: Component,
2405
2405
  args: [{
2406
2406
  selector: 'kirby-tab-navigation',
@@ -2420,15 +2420,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2420
2420
 
2421
2421
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2422
2422
  class MockTabNavigationItemComponent {
2423
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTabNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2424
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockTabNavigationItemComponent, selector: "kirby-tab-navigation-item", inputs: { label: "label" }, host: { attributes: { "mock": "mock" } }, providers: [
2423
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTabNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2424
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockTabNavigationItemComponent, selector: "kirby-tab-navigation-item", inputs: { label: "label" }, host: { attributes: { "mock": "mock" } }, providers: [
2425
2425
  {
2426
2426
  provide: TabNavigationItemComponent,
2427
2427
  useExisting: forwardRef((() => MockTabNavigationItemComponent)),
2428
2428
  },
2429
2429
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2430
2430
  }
2431
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTabNavigationItemComponent, decorators: [{
2431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTabNavigationItemComponent, decorators: [{
2432
2432
  type: Component,
2433
2433
  args: [{
2434
2434
  selector: 'kirby-tab-navigation-item',
@@ -2451,15 +2451,15 @@ class MockTabButtonComponent {
2451
2451
  constructor() {
2452
2452
  this.click = new EventEmitter();
2453
2453
  }
2454
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTabButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2455
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockTabButtonComponent, selector: "kirby-tab-button", inputs: { tab: "tab" }, outputs: { click: "click" }, host: { attributes: { "mock": "mock" } }, providers: [
2454
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTabButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2455
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockTabButtonComponent, selector: "kirby-tab-button", inputs: { tab: "tab" }, outputs: { click: "click" }, host: { attributes: { "mock": "mock" } }, providers: [
2456
2456
  {
2457
2457
  provide: TabButtonComponent,
2458
2458
  useExisting: forwardRef((() => MockTabButtonComponent)),
2459
2459
  },
2460
2460
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2461
2461
  }
2462
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTabButtonComponent, decorators: [{
2462
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTabButtonComponent, decorators: [{
2463
2463
  type: Component,
2464
2464
  args: [{
2465
2465
  selector: 'kirby-tab-button',
@@ -2481,15 +2481,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2481
2481
 
2482
2482
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2483
2483
  class MockTabsComponent {
2484
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2485
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockTabsComponent, selector: "kirby-tab-bar", host: { attributes: { "mock": "mock" } }, providers: [
2484
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2485
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockTabsComponent, selector: "kirby-tab-bar", host: { attributes: { "mock": "mock" } }, providers: [
2486
2486
  {
2487
2487
  provide: TabsComponent,
2488
2488
  useExisting: forwardRef((() => MockTabsComponent)),
2489
2489
  },
2490
2490
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2491
2491
  }
2492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockTabsComponent, decorators: [{
2492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockTabsComponent, decorators: [{
2493
2493
  type: Component,
2494
2494
  args: [{
2495
2495
  selector: 'kirby-tab-bar',
@@ -2510,15 +2510,15 @@ class MockToggleComponent {
2510
2510
  constructor() {
2511
2511
  this.checkedChange = new EventEmitter();
2512
2512
  }
2513
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2514
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockToggleComponent, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { attributes: { "mock": "mock" } }, providers: [
2513
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2514
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockToggleComponent, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { attributes: { "mock": "mock" } }, providers: [
2515
2515
  {
2516
2516
  provide: ToggleComponent,
2517
2517
  useExisting: forwardRef((() => MockToggleComponent)),
2518
2518
  },
2519
2519
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2520
2520
  }
2521
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockToggleComponent, decorators: [{
2521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockToggleComponent, decorators: [{
2522
2522
  type: Component,
2523
2523
  args: [{
2524
2524
  selector: 'kirby-toggle',
@@ -2545,15 +2545,15 @@ class MockToggleButtonComponent {
2545
2545
  constructor() {
2546
2546
  this.checkChanged = new EventEmitter();
2547
2547
  }
2548
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2549
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: MockToggleButtonComponent, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
2548
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2549
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MockToggleButtonComponent, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
2550
2550
  {
2551
2551
  provide: ToggleButtonComponent,
2552
2552
  useExisting: forwardRef((() => MockToggleButtonComponent)),
2553
2553
  },
2554
2554
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
2555
2555
  }
2556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockToggleButtonComponent, decorators: [{
2556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockToggleButtonComponent, decorators: [{
2557
2557
  type: Component,
2558
2558
  args: [{
2559
2559
  selector: 'kirby-toggle-button',
@@ -2577,15 +2577,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2577
2577
 
2578
2578
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2579
2579
  class MockAccordionDirective {
2580
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2581
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockAccordionDirective, selector: "[kirbyAccordion], kirby-accordion", providers: [
2580
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2581
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockAccordionDirective, selector: "[kirbyAccordion], kirby-accordion", providers: [
2582
2582
  {
2583
2583
  provide: AccordionDirective,
2584
2584
  useExisting: forwardRef((() => MockAccordionDirective)),
2585
2585
  },
2586
2586
  ], exportAs: ["kirby-accordion"], ngImport: i0 }); }
2587
2587
  }
2588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAccordionDirective, decorators: [{
2588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAccordionDirective, decorators: [{
2589
2589
  type: Directive,
2590
2590
  args: [{
2591
2591
  selector: '[kirbyAccordion], kirby-accordion',
@@ -2601,15 +2601,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2601
2601
 
2602
2602
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2603
2603
  class MockCardAsButtonDirective {
2604
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCardAsButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2605
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockCardAsButtonDirective, selector: "kirby-card[click]", providers: [
2604
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCardAsButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2605
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockCardAsButtonDirective, selector: "kirby-card[click]", providers: [
2606
2606
  {
2607
2607
  provide: CardAsButtonDirective,
2608
2608
  useExisting: forwardRef((() => MockCardAsButtonDirective)),
2609
2609
  },
2610
2610
  ], ngImport: i0 }); }
2611
2611
  }
2612
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockCardAsButtonDirective, decorators: [{
2612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockCardAsButtonDirective, decorators: [{
2613
2613
  type: Directive,
2614
2614
  args: [{
2615
2615
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2625,15 +2625,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2625
2625
 
2626
2626
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2627
2627
  class MockAffixDirective {
2628
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2629
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockAffixDirective, selector: "[kirby-affix]", inputs: { type: ["kirby-affix", "type"] }, providers: [
2628
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2629
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockAffixDirective, selector: "[kirby-affix]", inputs: { type: ["kirby-affix", "type"] }, providers: [
2630
2630
  {
2631
2631
  provide: AffixDirective,
2632
2632
  useExisting: forwardRef((() => MockAffixDirective)),
2633
2633
  },
2634
2634
  ], ngImport: i0 }); }
2635
2635
  }
2636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockAffixDirective, decorators: [{
2636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockAffixDirective, decorators: [{
2637
2637
  type: Directive,
2638
2638
  args: [{
2639
2639
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2652,15 +2652,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2652
2652
 
2653
2653
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2654
2654
  class MockDateInputDirective {
2655
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockDateInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2656
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockDateInputDirective, selector: "[kirby-input][type=\"date\"]", providers: [
2655
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDateInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2656
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockDateInputDirective, selector: "[kirby-input][type=\"date\"]", providers: [
2657
2657
  {
2658
2658
  provide: DateInputDirective,
2659
2659
  useExisting: forwardRef((() => MockDateInputDirective)),
2660
2660
  },
2661
2661
  ], ngImport: i0 }); }
2662
2662
  }
2663
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockDateInputDirective, decorators: [{
2663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDateInputDirective, decorators: [{
2664
2664
  type: Directive,
2665
2665
  args: [{
2666
2666
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2676,15 +2676,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2676
2676
 
2677
2677
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2678
2678
  class MockDecimalMaskDirective {
2679
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockDecimalMaskDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2680
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockDecimalMaskDirective, selector: "[kirby-decimal-mask]", inputs: { min: "min", max: "max", precision: "precision", setMaxOnOverflow: "setMaxOnOverflow", allowMinus: "allowMinus", disableGroupSeperator: "disableGroupSeperator", maxlength: "maxlength" }, providers: [
2679
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDecimalMaskDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2680
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockDecimalMaskDirective, selector: "[kirby-decimal-mask]", inputs: { min: "min", max: "max", precision: "precision", setMaxOnOverflow: "setMaxOnOverflow", allowMinus: "allowMinus", disableGroupSeperator: "disableGroupSeperator", maxlength: "maxlength" }, providers: [
2681
2681
  {
2682
2682
  provide: DecimalMaskDirective,
2683
2683
  useExisting: forwardRef((() => MockDecimalMaskDirective)),
2684
2684
  },
2685
2685
  ], ngImport: i0 }); }
2686
2686
  }
2687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockDecimalMaskDirective, decorators: [{
2687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDecimalMaskDirective, decorators: [{
2688
2688
  type: Directive,
2689
2689
  args: [{
2690
2690
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -2717,15 +2717,15 @@ class MockInfiniteScrollDirective {
2717
2717
  constructor() {
2718
2718
  this.scrollEnd = new EventEmitter();
2719
2719
  }
2720
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockInfiniteScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2721
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockInfiniteScrollDirective, selector: "[kirbyInfiniteScroll]", inputs: { disabled: "disabled" }, outputs: { scrollEnd: "scrollEnd" }, providers: [
2720
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockInfiniteScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2721
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockInfiniteScrollDirective, selector: "[kirbyInfiniteScroll]", inputs: { disabled: "disabled" }, outputs: { scrollEnd: "scrollEnd" }, providers: [
2722
2722
  {
2723
2723
  provide: InfiniteScrollDirective,
2724
2724
  useExisting: forwardRef((() => MockInfiniteScrollDirective)),
2725
2725
  },
2726
2726
  ], ngImport: i0 }); }
2727
2727
  }
2728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockInfiniteScrollDirective, decorators: [{
2728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockInfiniteScrollDirective, decorators: [{
2729
2729
  type: Directive,
2730
2730
  args: [{
2731
2731
  selector: '[kirbyInfiniteScroll]',
@@ -2744,15 +2744,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2744
2744
 
2745
2745
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2746
2746
  class MockListItemColorDirective {
2747
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListItemColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2748
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockListItemColorDirective, selector: "[kirbyListItemColor]", inputs: { kirbyListItemColor: "kirbyListItemColor", item: "item" }, providers: [
2747
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListItemColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2748
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockListItemColorDirective, selector: "[kirbyListItemColor]", inputs: { kirbyListItemColor: "kirbyListItemColor", item: "item" }, providers: [
2749
2749
  {
2750
2750
  provide: ListItemColorDirective,
2751
2751
  useExisting: forwardRef((() => MockListItemColorDirective)),
2752
2752
  },
2753
2753
  ], ngImport: i0 }); }
2754
2754
  }
2755
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListItemColorDirective, decorators: [{
2755
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListItemColorDirective, decorators: [{
2756
2756
  type: Directive,
2757
2757
  args: [{
2758
2758
  selector: '[kirbyListItemColor]',
@@ -2771,15 +2771,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2771
2771
 
2772
2772
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2773
2773
  class MockListItemTemplateDirective {
2774
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListItemTemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2775
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockListItemTemplateDirective, selector: "[kirbyListItemTemplate]", providers: [
2774
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListItemTemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2775
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockListItemTemplateDirective, selector: "[kirbyListItemTemplate]", providers: [
2776
2776
  {
2777
2777
  provide: ListItemTemplateDirective,
2778
2778
  useExisting: forwardRef((() => MockListItemTemplateDirective)),
2779
2779
  },
2780
2780
  ], ngImport: i0 }); }
2781
2781
  }
2782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListItemTemplateDirective, decorators: [{
2782
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListItemTemplateDirective, decorators: [{
2783
2783
  type: Directive,
2784
2784
  args: [{
2785
2785
  selector: '[kirbyListItemTemplate]',
@@ -2792,15 +2792,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2792
2792
  }]
2793
2793
  }] });
2794
2794
  class MockListHeaderDirective {
2795
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2796
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockListHeaderDirective, selector: "[kirbyListHeader], [kirbyListHeaderTemplate]", providers: [
2795
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2796
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockListHeaderDirective, selector: "[kirbyListHeader], [kirbyListHeaderTemplate]", providers: [
2797
2797
  {
2798
2798
  provide: ListHeaderDirective,
2799
2799
  useExisting: forwardRef((() => MockListHeaderDirective)),
2800
2800
  },
2801
2801
  ], ngImport: i0 }); }
2802
2802
  }
2803
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListHeaderDirective, decorators: [{
2803
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListHeaderDirective, decorators: [{
2804
2804
  type: Directive,
2805
2805
  args: [{
2806
2806
  selector: '[kirbyListHeader], [kirbyListHeaderTemplate]',
@@ -2813,15 +2813,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2813
2813
  }]
2814
2814
  }] });
2815
2815
  class MockListSectionHeaderDirective {
2816
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListSectionHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2817
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockListSectionHeaderDirective, selector: "[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]", providers: [
2816
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListSectionHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2817
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockListSectionHeaderDirective, selector: "[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]", providers: [
2818
2818
  {
2819
2819
  provide: ListSectionHeaderDirective,
2820
2820
  useExisting: forwardRef((() => MockListSectionHeaderDirective)),
2821
2821
  },
2822
2822
  ], ngImport: i0 }); }
2823
2823
  }
2824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListSectionHeaderDirective, decorators: [{
2824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListSectionHeaderDirective, decorators: [{
2825
2825
  type: Directive,
2826
2826
  args: [{
2827
2827
  selector: '[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]',
@@ -2834,15 +2834,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2834
2834
  }]
2835
2835
  }] });
2836
2836
  class MockListFooterDirective {
2837
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2838
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockListFooterDirective, selector: "[kirbyListFooter], [kirbyListFooterTemplate]", providers: [
2837
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2838
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockListFooterDirective, selector: "[kirbyListFooter], [kirbyListFooterTemplate]", providers: [
2839
2839
  {
2840
2840
  provide: ListFooterDirective,
2841
2841
  useExisting: forwardRef((() => MockListFooterDirective)),
2842
2842
  },
2843
2843
  ], ngImport: i0 }); }
2844
2844
  }
2845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockListFooterDirective, decorators: [{
2845
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockListFooterDirective, decorators: [{
2846
2846
  type: Directive,
2847
2847
  args: [{
2848
2848
  selector: '[kirbyListFooter], [kirbyListFooterTemplate]',
@@ -2872,15 +2872,15 @@ class MockFloatingDirective {
2872
2872
  toggleShow() {
2873
2873
  // NOOP
2874
2874
  }
2875
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFloatingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2876
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", 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: [
2875
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFloatingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2876
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", 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: [
2877
2877
  {
2878
2878
  provide: FloatingDirective,
2879
2879
  useExisting: forwardRef((() => MockFloatingDirective)),
2880
2880
  },
2881
2881
  ], ngImport: i0 }); }
2882
2882
  }
2883
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFloatingDirective, decorators: [{
2883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFloatingDirective, decorators: [{
2884
2884
  type: Directive,
2885
2885
  args: [{
2886
2886
  selector: '[kirbyFloating]',
@@ -2923,15 +2923,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2923
2923
 
2924
2924
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2925
2925
  class MockPortalDirective {
2926
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPortalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2927
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockPortalDirective, selector: "[kirbyPortal]", inputs: { outlet: "outlet" }, providers: [
2926
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPortalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2927
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockPortalDirective, selector: "[kirbyPortal]", inputs: { outlet: "outlet" }, providers: [
2928
2928
  {
2929
2929
  provide: PortalDirective,
2930
2930
  useExisting: forwardRef((() => MockPortalDirective)),
2931
2931
  },
2932
2932
  ], ngImport: i0 }); }
2933
2933
  }
2934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockPortalDirective, decorators: [{
2934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockPortalDirective, decorators: [{
2935
2935
  type: Directive,
2936
2936
  args: [{
2937
2937
  selector: '[kirbyPortal]',
@@ -2948,15 +2948,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2948
2948
 
2949
2949
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2950
2950
  class MockComponentLoaderDirective {
2951
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockComponentLoaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2952
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockComponentLoaderDirective, selector: "[kirbyLoadComponent]", inputs: { configuration: ["kirbyLoadComponent", "configuration"], cssClass: "cssClass" }, providers: [
2951
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockComponentLoaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2952
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockComponentLoaderDirective, selector: "[kirbyLoadComponent]", inputs: { configuration: ["kirbyLoadComponent", "configuration"], cssClass: "cssClass" }, providers: [
2953
2953
  {
2954
2954
  provide: ComponentLoaderDirective,
2955
2955
  useExisting: forwardRef((() => MockComponentLoaderDirective)),
2956
2956
  },
2957
2957
  ], ngImport: i0 }); }
2958
2958
  }
2959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockComponentLoaderDirective, decorators: [{
2959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockComponentLoaderDirective, decorators: [{
2960
2960
  type: Directive,
2961
2961
  args: [{
2962
2962
  selector: '[kirbyLoadComponent]',
@@ -2976,15 +2976,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
2976
2976
 
2977
2977
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
2978
2978
  class MockFitHeadingDirective {
2979
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFitHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2980
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockFitHeadingDirective, selector: "h1[kirbyFitHeading],h2[kirbyFitHeading],h3[kirbyFitHeading]", inputs: { config: ["kirbyFitHeading", "config"] }, providers: [
2979
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFitHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2980
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockFitHeadingDirective, selector: "h1[kirbyFitHeading],h2[kirbyFitHeading],h3[kirbyFitHeading]", inputs: { config: ["kirbyFitHeading", "config"] }, providers: [
2981
2981
  {
2982
2982
  provide: FitHeadingDirective,
2983
2983
  useExisting: forwardRef((() => MockFitHeadingDirective)),
2984
2984
  },
2985
2985
  ], ngImport: i0 }); }
2986
2986
  }
2987
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockFitHeadingDirective, decorators: [{
2987
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockFitHeadingDirective, decorators: [{
2988
2988
  type: Directive,
2989
2989
  args: [{
2990
2990
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3003,15 +3003,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
3003
3003
 
3004
3004
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3005
3005
  class MockThemeColorDirective {
3006
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockThemeColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3007
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", 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: [
3006
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockThemeColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3007
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", 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: [
3008
3008
  {
3009
3009
  provide: ThemeColorDirective,
3010
3010
  useExisting: forwardRef((() => MockThemeColorDirective)),
3011
3011
  },
3012
3012
  ], ngImport: i0 }); }
3013
3013
  }
3014
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockThemeColorDirective, decorators: [{
3014
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockThemeColorDirective, decorators: [{
3015
3015
  type: Directive,
3016
3016
  args: [{
3017
3017
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3034,15 +3034,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
3034
3034
 
3035
3035
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3036
3036
  class MockSlideDirective {
3037
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSlideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3038
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockSlideDirective, selector: "[kirbySlide]", providers: [
3037
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSlideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3038
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockSlideDirective, selector: "[kirbySlide]", providers: [
3039
3039
  {
3040
3040
  provide: SlideDirective,
3041
3041
  useExisting: forwardRef((() => MockSlideDirective)),
3042
3042
  },
3043
3043
  ], ngImport: i0 }); }
3044
3044
  }
3045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockSlideDirective, decorators: [{
3045
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockSlideDirective, decorators: [{
3046
3046
  type: Directive,
3047
3047
  args: [{
3048
3048
  selector: '[kirbySlide]',
@@ -3057,15 +3057,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
3057
3057
 
3058
3058
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3059
3059
  class MockKeyHandlerDirective {
3060
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockKeyHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3061
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockKeyHandlerDirective, selector: "[keyHandler]", providers: [
3060
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockKeyHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3061
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockKeyHandlerDirective, selector: "[keyHandler]", providers: [
3062
3062
  {
3063
3063
  provide: KeyHandlerDirective,
3064
3064
  useExisting: forwardRef((() => MockKeyHandlerDirective)),
3065
3065
  },
3066
3066
  ], ngImport: i0 }); }
3067
3067
  }
3068
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockKeyHandlerDirective, decorators: [{
3068
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockKeyHandlerDirective, decorators: [{
3069
3069
  type: Directive,
3070
3070
  args: [{
3071
3071
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3081,15 +3081,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
3081
3081
 
3082
3082
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
3083
3083
  class MockModalRouterLinkDirective {
3084
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockModalRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3085
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: MockModalRouterLinkDirective, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, providers: [
3084
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockModalRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3085
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockModalRouterLinkDirective, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, providers: [
3086
3086
  {
3087
3087
  provide: ModalRouterLinkDirective,
3088
3088
  useExisting: forwardRef((() => MockModalRouterLinkDirective)),
3089
3089
  },
3090
3090
  ], ngImport: i0 }); }
3091
3091
  }
3092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: MockModalRouterLinkDirective, decorators: [{
3092
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockModalRouterLinkDirective, decorators: [{
3093
3093
  type: Directive,
3094
3094
  args: [{
3095
3095
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3214,11 +3214,11 @@ const MOCK_DIRECTIVES = [
3214
3214
  ];
3215
3215
 
3216
3216
  class KirbyTestingBaseModule {
3217
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: KirbyTestingBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3218
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: KirbyTestingBaseModule, declarations: [MockAccordionItemComponent, MockActionGroupComponent, MockAvatarComponent, MockButtonComponent, MockCalendarComponent, MockCardFooterComponent, MockCardHeaderComponent, MockCardComponent, MockChartComponent, MockBaseChartComponent, MockStockChartComponent, MockCheckboxComponent, 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, MockPageFooterComponent, MockPageTitleDirective, MockPageSubtitleDirective, MockPageToolbarTitleDirective, MockPageActionsDirective, MockPageContentDirective, MockPageStickyContentDirective, MockPageProgressComponent, MockPageTitleComponent, MockPageContentComponent, MockPageActionsComponent, MockPageComponent, MockPopoverComponent, MockProgressCircleRingComponent, MockProgressCircleComponent, MockRadioGroupComponent, MockRadioComponent, MockRangeComponent, MockReorderListComponent, MockRouterOutletComponent, MockSectionHeaderComponent, MockSlidesComponent, MockSlideButtonComponent, MockSpinnerComponent, 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, 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, MockPageFooterComponent, MockPageTitleDirective, MockPageSubtitleDirective, MockPageToolbarTitleDirective, MockPageActionsDirective, MockPageContentDirective, MockPageStickyContentDirective, MockPageProgressComponent, MockPageTitleComponent, MockPageContentComponent, MockPageActionsComponent, MockPageComponent, MockPopoverComponent, MockProgressCircleRingComponent, MockProgressCircleComponent, MockRadioGroupComponent, MockRadioComponent, MockRangeComponent, MockReorderListComponent, MockRouterOutletComponent, MockSectionHeaderComponent, MockSlidesComponent, MockSlideButtonComponent, MockSpinnerComponent, 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] }); }
3219
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: KirbyTestingBaseModule }); }
3217
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KirbyTestingBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3218
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KirbyTestingBaseModule, declarations: [MockAccordionItemComponent, MockActionGroupComponent, MockAvatarComponent, MockButtonComponent, MockCalendarComponent, MockCardFooterComponent, MockCardHeaderComponent, MockCardComponent, MockChartComponent, MockBaseChartComponent, MockStockChartComponent, MockCheckboxComponent, 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, MockPageFooterComponent, MockPageTitleDirective, MockPageSubtitleDirective, MockPageToolbarTitleDirective, MockPageActionsDirective, MockPageContentDirective, MockPageStickyContentDirective, MockPageProgressComponent, MockPageTitleComponent, MockPageContentComponent, MockPageActionsComponent, MockPageComponent, MockPopoverComponent, MockProgressCircleRingComponent, MockProgressCircleComponent, MockRadioGroupComponent, MockRadioComponent, MockRangeComponent, MockReorderListComponent, MockRouterOutletComponent, MockSectionHeaderComponent, MockSlidesComponent, MockSlideButtonComponent, MockSpinnerComponent, 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, 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, MockPageFooterComponent, MockPageTitleDirective, MockPageSubtitleDirective, MockPageToolbarTitleDirective, MockPageActionsDirective, MockPageContentDirective, MockPageStickyContentDirective, MockPageProgressComponent, MockPageTitleComponent, MockPageContentComponent, MockPageActionsComponent, MockPageComponent, MockPopoverComponent, MockProgressCircleRingComponent, MockProgressCircleComponent, MockRadioGroupComponent, MockRadioComponent, MockRangeComponent, MockReorderListComponent, MockRouterOutletComponent, MockSectionHeaderComponent, MockSlidesComponent, MockSlideButtonComponent, MockSpinnerComponent, 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] }); }
3219
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KirbyTestingBaseModule }); }
3220
3220
  }
3221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: KirbyTestingBaseModule, decorators: [{
3221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KirbyTestingBaseModule, decorators: [{
3222
3222
  type: NgModule,
3223
3223
  args: [{
3224
3224
  declarations: [MOCK_COMPONENTS, MOCK_DIRECTIVES],