@kirbydesign/designsystem 9.4.1 → 9.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (313) hide show
  1. package/avatar/avatar.component.d.ts +1 -1
  2. package/calendar/helpers/calendar-cell.model.d.ts +2 -0
  3. package/chart/shared/base-chart/base-chart.component.d.ts +2 -2
  4. package/esm2022/accordion/accordion-item.component.mjs +3 -3
  5. package/esm2022/accordion/accordion.directive.mjs +3 -3
  6. package/esm2022/accordion/accordion.module.mjs +4 -4
  7. package/esm2022/action-group/action-group.component.mjs +3 -3
  8. package/esm2022/avatar/avatar.component.mjs +3 -3
  9. package/esm2022/badge/badge.component.mjs +3 -3
  10. package/esm2022/button/button.component.mjs +3 -3
  11. package/esm2022/calendar/calendar.component.mjs +20 -19
  12. package/esm2022/calendar/helpers/calendar-cell.model.mjs +1 -1
  13. package/esm2022/calendar/helpers/calendar.helper.mjs +3 -3
  14. package/esm2022/card/card-as-button/card-as-button.directive.mjs +3 -3
  15. package/esm2022/card/card-footer/card-footer.component.mjs +3 -3
  16. package/esm2022/card/card-header/card-header.component.mjs +3 -3
  17. package/esm2022/card/card.component.mjs +3 -3
  18. package/esm2022/card/card.module.mjs +4 -4
  19. package/esm2022/chart/chart/chart.component.mjs +3 -3
  20. package/esm2022/chart/charts.module.mjs +4 -4
  21. package/esm2022/chart/shared/base-chart/base-chart.component.mjs +4 -4
  22. package/esm2022/chart/shared/chart-config-service/chart-config.service.mjs +3 -3
  23. package/esm2022/chart/shared/chart-js-service/chart-js.service.mjs +3 -3
  24. package/esm2022/chart/stock-chart/stock-chart-js.service.mjs +3 -3
  25. package/esm2022/chart/stock-chart/stock-chart.component.mjs +3 -3
  26. package/esm2022/checkbox/checkbox.component.mjs +3 -3
  27. package/esm2022/data-table/data-table.module.mjs +4 -4
  28. package/esm2022/data-table/sortable/sortable.component.mjs +3 -3
  29. package/esm2022/data-table/table/table.component.mjs +3 -3
  30. package/esm2022/data-table/table-row/table-row.component.mjs +3 -3
  31. package/esm2022/divider/divider.component.mjs +3 -3
  32. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  33. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  34. package/esm2022/dropdown/keyboard-handler.service.mjs +3 -3
  35. package/esm2022/empty-state/empty-state.component.mjs +3 -3
  36. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  37. package/esm2022/fab-sheet/fab-sheet.component.mjs +3 -3
  38. package/esm2022/flag/flag.component.mjs +3 -3
  39. package/esm2022/form-field/directives/affix/affix.directive.mjs +3 -3
  40. package/esm2022/form-field/directives/date/date-input.directive.mjs +3 -3
  41. package/esm2022/form-field/directives/decimal-mask/decimal-mask.directive.mjs +3 -3
  42. package/esm2022/form-field/form-field-message/form-field-message.component.mjs +3 -3
  43. package/esm2022/form-field/form-field.component.mjs +3 -3
  44. package/esm2022/form-field/form-field.module.mjs +4 -4
  45. package/esm2022/form-field/input/input.component.mjs +3 -3
  46. package/esm2022/form-field/input-counter/input-counter.component.mjs +3 -3
  47. package/esm2022/form-field/textarea/textarea.component.mjs +3 -3
  48. package/esm2022/header/header.component.mjs +16 -16
  49. package/esm2022/header/header.module.mjs +4 -4
  50. package/esm2022/helpers/ionic-element-part-helper.mjs +3 -3
  51. package/esm2022/helpers/line-clamp-helper.mjs +3 -3
  52. package/esm2022/helpers/platform.service.mjs +3 -3
  53. package/esm2022/icon/icon-registry.service.mjs +3 -3
  54. package/esm2022/icon/icon.component.mjs +3 -3
  55. package/esm2022/icon/icon.module.mjs +4 -4
  56. package/esm2022/item/item.component.mjs +4 -4
  57. package/esm2022/item/item.module.mjs +4 -4
  58. package/esm2022/item/label/label.component.mjs +3 -3
  59. package/esm2022/item-group/item-group.component.mjs +3 -3
  60. package/esm2022/item-sliding/item-sliding.component.mjs +3 -3
  61. package/esm2022/kirby-app/kirby-app.component.mjs +3 -3
  62. package/esm2022/kirby-app/kirby-app.module.mjs +4 -4
  63. package/esm2022/kirby-ionic-module/kirby-ionic.module.mjs +4 -4
  64. package/esm2022/lib/components/page-local-navigation/page-local-navigation.component.mjs +5 -5
  65. package/esm2022/lib/components/segmented-control/segment-item.mjs +1 -1
  66. package/esm2022/lib/components/segmented-control/segmented-control.component.mjs +36 -19
  67. package/esm2022/lib/directives/key-handler/key-handler.directive.mjs +3 -3
  68. package/esm2022/lib/directives/modal-router-link/modal-router-link.directive.mjs +3 -3
  69. package/esm2022/lib/kirby-experimental.module.mjs +4 -4
  70. package/esm2022/lib/kirby.module.mjs +4 -4
  71. package/esm2022/list/directives/infinite-scroll.directive.mjs +3 -3
  72. package/esm2022/list/directives/list-item-color.directive.mjs +3 -3
  73. package/esm2022/list/helpers/list-helper.mjs +3 -3
  74. package/esm2022/list/list-experimental/list-experimental.component.mjs +3 -3
  75. package/esm2022/list/list-header/list-header.component.mjs +3 -3
  76. package/esm2022/list/list-item/list-item.component.mjs +4 -4
  77. package/esm2022/list/list-section-header/list-section-header.component.mjs +3 -3
  78. package/esm2022/list/list.component.mjs +4 -4
  79. package/esm2022/list/list.directive.mjs +12 -12
  80. package/esm2022/list/list.module.mjs +4 -4
  81. package/esm2022/loading-overlay/loading-overlay.component.mjs +5 -5
  82. package/esm2022/loading-overlay/loading-overlay.service.mjs +3 -3
  83. package/esm2022/menu/menu.component.mjs +3 -3
  84. package/esm2022/modal/modal/action-sheet/action-sheet.component.mjs +3 -3
  85. package/esm2022/modal/modal/alert/alert.component.mjs +3 -3
  86. package/esm2022/modal/modal/footer/modal-footer.component.mjs +3 -3
  87. package/esm2022/modal/modal/modal-component/modal.component.mjs +3 -3
  88. package/esm2022/modal/modal/services/action-sheet.helper.mjs +3 -3
  89. package/esm2022/modal/modal/services/alert.helper.mjs +3 -3
  90. package/esm2022/modal/modal/services/can-dismiss.helper.mjs +3 -3
  91. package/esm2022/modal/modal/services/modal-animation-builder.service.mjs +3 -3
  92. package/esm2022/modal/modal/services/modal.controller.mjs +3 -3
  93. package/esm2022/modal/modal/services/modal.helper.mjs +3 -3
  94. package/esm2022/modal/modal-navigation.service.mjs +3 -3
  95. package/esm2022/modal/modal-wrapper/compact/modal-compact-wrapper.component.mjs +3 -3
  96. package/esm2022/modal/modal-wrapper/modal-wrapper.component.mjs +6 -6
  97. package/esm2022/modal/modal.interfaces.mjs +3 -3
  98. package/esm2022/modal/v2/footer/footer.component.mjs +3 -3
  99. package/esm2022/modal/v2/kirby-modal.module.mjs +4 -4
  100. package/esm2022/modal/v2/modal/modal.component.mjs +4 -4
  101. package/esm2022/modal/v2/modal-routing/modal-routing.component.mjs +3 -3
  102. package/esm2022/modal/v2/services/modal.controller.mjs +3 -3
  103. package/esm2022/modal/v2/wrapper/wrapper.component.mjs +4 -4
  104. package/esm2022/page/page-footer/page-footer.component.mjs +3 -3
  105. package/esm2022/page/page.component.mjs +41 -35
  106. package/esm2022/page/page.module.mjs +4 -4
  107. package/esm2022/popover/popover.component.mjs +3 -3
  108. package/esm2022/progress-circle/progress-circle-ring.component.mjs +25 -16
  109. package/esm2022/progress-circle/progress-circle.component.mjs +3 -3
  110. package/esm2022/radio/radio-group/radio-group.component.mjs +3 -3
  111. package/esm2022/radio/radio-module.mjs +4 -4
  112. package/esm2022/radio/radio.component.mjs +4 -4
  113. package/esm2022/range/range.component.mjs +3 -3
  114. package/esm2022/reorder-list/reorder-list.component.mjs +3 -3
  115. package/esm2022/router-outlet/router-outlet.component.mjs +3 -3
  116. package/esm2022/router-outlet/router-outlet.module.mjs +4 -4
  117. package/esm2022/section-header/section-header.component.mjs +5 -5
  118. package/esm2022/shared/component-loader.directive.mjs +3 -3
  119. package/esm2022/shared/fit-heading/fit-heading.directive.mjs +3 -3
  120. package/esm2022/shared/floating/floating.directive.mjs +3 -3
  121. package/esm2022/shared/portal/portal.directive.mjs +3 -3
  122. package/esm2022/shared/resize-observer/resize-observer.factory.mjs +3 -3
  123. package/esm2022/shared/resize-observer/resize-observer.service.mjs +3 -3
  124. package/esm2022/shared/theme-color/theme-color.directive.mjs +3 -3
  125. package/esm2022/slide/slide-stretch-height.directive.mjs +3 -3
  126. package/esm2022/slide/slide.directive.mjs +3 -3
  127. package/esm2022/slide/slide.module.mjs +4 -4
  128. package/esm2022/slide/slides.component.mjs +3 -3
  129. package/esm2022/slide-button/slide-button.component.mjs +3 -3
  130. package/esm2022/spinner/spinner.component.mjs +3 -3
  131. package/esm2022/spinner/spinner.module.mjs +4 -4
  132. package/esm2022/tab-navigation/tab-navigation/tab-navigation.component.mjs +4 -4
  133. package/esm2022/tab-navigation/tab-navigation-item/tab-navigation-item.component.mjs +8 -5
  134. package/esm2022/tab-navigation/tab-navigation.module.mjs +4 -4
  135. package/esm2022/tabs/tab-button/tab-button.component.mjs +4 -4
  136. package/esm2022/tabs/tabs.component.mjs +3 -3
  137. package/esm2022/tabs/tabs.module.mjs +4 -4
  138. package/esm2022/tabs/tabs.service.mjs +3 -3
  139. package/esm2022/testing/test-helper.mjs +4 -4
  140. package/esm2022/testing-base/lib/components/mock.accordion-item.component.mjs +3 -3
  141. package/esm2022/testing-base/lib/components/mock.action-group.component.mjs +3 -3
  142. package/esm2022/testing-base/lib/components/mock.action-sheet.component.mjs +3 -3
  143. package/esm2022/testing-base/lib/components/mock.alert.component.mjs +3 -3
  144. package/esm2022/testing-base/lib/components/mock.avatar.component.mjs +3 -3
  145. package/esm2022/testing-base/lib/components/mock.badge.component.mjs +3 -3
  146. package/esm2022/testing-base/lib/components/mock.base-chart.component.mjs +3 -3
  147. package/esm2022/testing-base/lib/components/mock.button.component.mjs +3 -3
  148. package/esm2022/testing-base/lib/components/mock.calendar.component.mjs +3 -3
  149. package/esm2022/testing-base/lib/components/mock.card-footer.component.mjs +3 -3
  150. package/esm2022/testing-base/lib/components/mock.card-header.component.mjs +3 -3
  151. package/esm2022/testing-base/lib/components/mock.card.component.mjs +3 -3
  152. package/esm2022/testing-base/lib/components/mock.chart.component.mjs +3 -3
  153. package/esm2022/testing-base/lib/components/mock.checkbox.component.mjs +3 -3
  154. package/esm2022/testing-base/lib/components/mock.divider.component.mjs +3 -3
  155. package/esm2022/testing-base/lib/components/mock.dropdown.component.mjs +3 -3
  156. package/esm2022/testing-base/lib/components/mock.empty-state.component.mjs +3 -3
  157. package/esm2022/testing-base/lib/components/mock.fab-sheet.component.mjs +3 -3
  158. package/esm2022/testing-base/lib/components/mock.flag.component.mjs +3 -3
  159. package/esm2022/testing-base/lib/components/mock.footer.component.mjs +3 -3
  160. package/esm2022/testing-base/lib/components/mock.form-field-message.component.mjs +3 -3
  161. package/esm2022/testing-base/lib/components/mock.form-field.component.mjs +3 -3
  162. package/esm2022/testing-base/lib/components/mock.header.component.mjs +9 -9
  163. package/esm2022/testing-base/lib/components/mock.icon.component.mjs +3 -3
  164. package/esm2022/testing-base/lib/components/mock.input-counter.component.mjs +3 -3
  165. package/esm2022/testing-base/lib/components/mock.input.component.mjs +3 -3
  166. package/esm2022/testing-base/lib/components/mock.item-group.component.mjs +3 -3
  167. package/esm2022/testing-base/lib/components/mock.item-sliding.component.mjs +3 -3
  168. package/esm2022/testing-base/lib/components/mock.item.component.mjs +3 -3
  169. package/esm2022/testing-base/lib/components/mock.kirby-app.component.mjs +3 -3
  170. package/esm2022/testing-base/lib/components/mock.label.component.mjs +3 -3
  171. package/esm2022/testing-base/lib/components/mock.list-experimental.component.mjs +3 -3
  172. package/esm2022/testing-base/lib/components/mock.list-header.component.mjs +3 -3
  173. package/esm2022/testing-base/lib/components/mock.list-item.component.mjs +3 -3
  174. package/esm2022/testing-base/lib/components/mock.list-section-header.component.mjs +3 -3
  175. package/esm2022/testing-base/lib/components/mock.list.component.mjs +3 -3
  176. package/esm2022/testing-base/lib/components/mock.loading-overlay.component.mjs +3 -3
  177. package/esm2022/testing-base/lib/components/mock.menu.component.mjs +3 -3
  178. package/esm2022/testing-base/lib/components/mock.modal-compact-wrapper.component.mjs +3 -3
  179. package/esm2022/testing-base/lib/components/mock.modal-footer.component.mjs +3 -3
  180. package/esm2022/testing-base/lib/components/mock.modal-routing.component.mjs +3 -3
  181. package/esm2022/testing-base/lib/components/mock.modal-wrapper.component.mjs +3 -3
  182. package/esm2022/testing-base/lib/components/mock.modal.component.mjs +3 -3
  183. package/esm2022/testing-base/lib/components/mock.page-footer.component.mjs +3 -3
  184. package/esm2022/testing-base/lib/components/mock.page-local-navigation.component.mjs +3 -3
  185. package/esm2022/testing-base/lib/components/mock.page.component.mjs +33 -33
  186. package/esm2022/testing-base/lib/components/mock.popover.component.mjs +3 -3
  187. package/esm2022/testing-base/lib/components/mock.progress-circle-ring.component.mjs +3 -3
  188. package/esm2022/testing-base/lib/components/mock.progress-circle.component.mjs +3 -3
  189. package/esm2022/testing-base/lib/components/mock.radio-group.component.mjs +3 -3
  190. package/esm2022/testing-base/lib/components/mock.radio.component.mjs +3 -3
  191. package/esm2022/testing-base/lib/components/mock.range.component.mjs +3 -3
  192. package/esm2022/testing-base/lib/components/mock.reorder-list.component.mjs +3 -3
  193. package/esm2022/testing-base/lib/components/mock.router-outlet.component.mjs +3 -3
  194. package/esm2022/testing-base/lib/components/mock.section-header.component.mjs +3 -3
  195. package/esm2022/testing-base/lib/components/mock.segmented-control.component.mjs +3 -3
  196. package/esm2022/testing-base/lib/components/mock.slide-button.component.mjs +3 -3
  197. package/esm2022/testing-base/lib/components/mock.slides.component.mjs +3 -3
  198. package/esm2022/testing-base/lib/components/mock.spinner.component.mjs +3 -3
  199. package/esm2022/testing-base/lib/components/mock.stock-chart.component.mjs +3 -3
  200. package/esm2022/testing-base/lib/components/mock.tab-button.component.mjs +3 -3
  201. package/esm2022/testing-base/lib/components/mock.tab-navigation-item.component.mjs +3 -3
  202. package/esm2022/testing-base/lib/components/mock.tab-navigation.component.mjs +3 -3
  203. package/esm2022/testing-base/lib/components/mock.table-row.component.mjs +3 -3
  204. package/esm2022/testing-base/lib/components/mock.table.component.mjs +3 -3
  205. package/esm2022/testing-base/lib/components/mock.tabs.component.mjs +3 -3
  206. package/esm2022/testing-base/lib/components/mock.textarea.component.mjs +3 -3
  207. package/esm2022/testing-base/lib/components/mock.toggle-button.component.mjs +3 -3
  208. package/esm2022/testing-base/lib/components/mock.toggle.component.mjs +3 -3
  209. package/esm2022/testing-base/lib/components/mock.wrapper.component.mjs +3 -3
  210. package/esm2022/testing-base/lib/directives/mock.accordion.directive.mjs +3 -3
  211. package/esm2022/testing-base/lib/directives/mock.affix.directive.mjs +3 -3
  212. package/esm2022/testing-base/lib/directives/mock.card-as-button.directive.mjs +3 -3
  213. package/esm2022/testing-base/lib/directives/mock.component-loader.directive.mjs +3 -3
  214. package/esm2022/testing-base/lib/directives/mock.date-input.directive.mjs +3 -3
  215. package/esm2022/testing-base/lib/directives/mock.decimal-mask.directive.mjs +3 -3
  216. package/esm2022/testing-base/lib/directives/mock.fit-heading.directive.mjs +3 -3
  217. package/esm2022/testing-base/lib/directives/mock.floating.directive.mjs +3 -3
  218. package/esm2022/testing-base/lib/directives/mock.infinite-scroll.directive.mjs +3 -3
  219. package/esm2022/testing-base/lib/directives/mock.key-handler.directive.mjs +3 -3
  220. package/esm2022/testing-base/lib/directives/mock.list-item-color.directive.mjs +3 -3
  221. package/esm2022/testing-base/lib/directives/mock.list.directive.mjs +12 -12
  222. package/esm2022/testing-base/lib/directives/mock.modal-router-link.directive.mjs +3 -3
  223. package/esm2022/testing-base/lib/directives/mock.portal.directive.mjs +3 -3
  224. package/esm2022/testing-base/lib/directives/mock.slide.directive.mjs +3 -3
  225. package/esm2022/testing-base/lib/directives/mock.theme-color.directive.mjs +3 -3
  226. package/esm2022/testing-base/lib/kirby-testing-base.module.mjs +4 -4
  227. package/esm2022/testing-jasmine/lib/kirby-testing.module.mjs +5 -6
  228. package/esm2022/testing-jest/lib/kirby-testing.module.mjs +5 -6
  229. package/esm2022/toast/services/toast.controller.mjs +3 -3
  230. package/esm2022/toast/services/toast.helper.mjs +3 -3
  231. package/esm2022/toggle/toggle.component.mjs +3 -3
  232. package/esm2022/toggle-button/toggle-button.component.mjs +3 -3
  233. package/esm2022/toggle-button/toggle-button.module.mjs +4 -4
  234. package/esm2022/types/window-ref.mjs +3 -3
  235. package/fesm2022/kirbydesign-designsystem-accordion.mjs +10 -10
  236. package/fesm2022/kirbydesign-designsystem-action-group.mjs +3 -3
  237. package/fesm2022/kirbydesign-designsystem-avatar.mjs +3 -3
  238. package/fesm2022/kirbydesign-designsystem-badge.mjs +3 -3
  239. package/fesm2022/kirbydesign-designsystem-button.mjs +3 -3
  240. package/fesm2022/kirbydesign-designsystem-calendar.mjs +22 -21
  241. package/fesm2022/kirbydesign-designsystem-calendar.mjs.map +1 -1
  242. package/fesm2022/kirbydesign-designsystem-card.mjs +16 -16
  243. package/fesm2022/kirbydesign-designsystem-chart.mjs +22 -22
  244. package/fesm2022/kirbydesign-designsystem-chart.mjs.map +1 -1
  245. package/fesm2022/kirbydesign-designsystem-checkbox.mjs +3 -3
  246. package/fesm2022/kirbydesign-designsystem-data-table.mjs +13 -13
  247. package/fesm2022/kirbydesign-designsystem-divider.mjs +3 -3
  248. package/fesm2022/kirbydesign-designsystem-dropdown.mjs +10 -10
  249. package/fesm2022/kirbydesign-designsystem-empty-state.mjs +7 -7
  250. package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +3 -3
  251. package/fesm2022/kirbydesign-designsystem-flag.mjs +3 -3
  252. package/fesm2022/kirbydesign-designsystem-form-field.mjs +28 -28
  253. package/fesm2022/kirbydesign-designsystem-header.mjs +20 -20
  254. package/fesm2022/kirbydesign-designsystem-header.mjs.map +1 -1
  255. package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
  256. package/fesm2022/kirbydesign-designsystem-icon.mjs +10 -10
  257. package/fesm2022/kirbydesign-designsystem-item-group.mjs +3 -3
  258. package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +3 -3
  259. package/fesm2022/kirbydesign-designsystem-item.mjs +11 -11
  260. package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
  261. package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
  262. package/fesm2022/kirbydesign-designsystem-kirby-ionic-module.mjs +4 -4
  263. package/fesm2022/kirbydesign-designsystem-list.mjs +42 -42
  264. package/fesm2022/kirbydesign-designsystem-list.mjs.map +1 -1
  265. package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +7 -7
  266. package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs.map +1 -1
  267. package/fesm2022/kirbydesign-designsystem-menu.mjs +3 -3
  268. package/fesm2022/kirbydesign-designsystem-modal-v2.mjs +21 -21
  269. package/fesm2022/kirbydesign-designsystem-modal-v2.mjs.map +1 -1
  270. package/fesm2022/kirbydesign-designsystem-modal.mjs +44 -44
  271. package/fesm2022/kirbydesign-designsystem-modal.mjs.map +1 -1
  272. package/fesm2022/kirbydesign-designsystem-page.mjs +47 -41
  273. package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
  274. package/fesm2022/kirbydesign-designsystem-popover.mjs +3 -3
  275. package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +26 -17
  276. package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
  277. package/fesm2022/kirbydesign-designsystem-radio.mjs +11 -11
  278. package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
  279. package/fesm2022/kirbydesign-designsystem-range.mjs +3 -3
  280. package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +3 -3
  281. package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +7 -7
  282. package/fesm2022/kirbydesign-designsystem-section-header.mjs +4 -4
  283. package/fesm2022/kirbydesign-designsystem-section-header.mjs.map +1 -1
  284. package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
  285. package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
  286. package/fesm2022/kirbydesign-designsystem-shared.mjs +15 -15
  287. package/fesm2022/kirbydesign-designsystem-slide-button.mjs +3 -3
  288. package/fesm2022/kirbydesign-designsystem-slide.mjs +13 -13
  289. package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
  290. package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +15 -12
  291. package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs.map +1 -1
  292. package/fesm2022/kirbydesign-designsystem-tabs.mjs +14 -14
  293. package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
  294. package/fesm2022/kirbydesign-designsystem-testing-base.mjs +307 -307
  295. package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -5
  296. package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs.map +1 -1
  297. package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -5
  298. package/fesm2022/kirbydesign-designsystem-testing-jest.mjs.map +1 -1
  299. package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
  300. package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
  301. package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +7 -7
  302. package/fesm2022/kirbydesign-designsystem-toggle.mjs +3 -3
  303. package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
  304. package/fesm2022/kirbydesign-designsystem.mjs +53 -36
  305. package/fesm2022/kirbydesign-designsystem.mjs.map +1 -1
  306. package/lib/components/segmented-control/segment-item.d.ts +0 -4
  307. package/lib/components/segmented-control/segmented-control.component.d.ts +22 -12
  308. package/modal/modal/footer/modal-footer.component.d.ts +1 -1
  309. package/package.json +28 -30
  310. package/page/page.component.d.ts +1 -1
  311. package/progress-circle/progress-circle-ring.component.d.ts +7 -3
  312. package/readme.md +11 -10
  313. package/tab-navigation/tab-navigation-item/tab-navigation-item.component.d.ts +2 -1
@@ -7,15 +7,15 @@ export class MockListComponent {
7
7
  this.loadOnDemand = new EventEmitter();
8
8
  this.itemSelect = new EventEmitter();
9
9
  }
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", 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" }, providers: [
10
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", 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" }, providers: [
12
12
  {
13
13
  provide: ListComponent,
14
14
  useExisting: forwardRef((() => MockListComponent)),
15
15
  },
16
16
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockListComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockListComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'kirby-list',
@@ -3,15 +3,15 @@ import { LoadingOverlayComponent } from '@kirbydesign/designsystem';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockLoadingOverlayComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockLoadingOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockLoadingOverlayComponent, selector: "kirby-loading-overlay", inputs: { isLoading: "isLoading", showBackdrop: "showBackdrop", hideContent: "hideContent" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockLoadingOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockLoadingOverlayComponent, selector: "kirby-loading-overlay", inputs: { isLoading: "isLoading", showBackdrop: "showBackdrop", hideContent: "hideContent" }, providers: [
8
8
  {
9
9
  provide: LoadingOverlayComponent,
10
10
  useExisting: forwardRef((() => MockLoadingOverlayComponent)),
11
11
  },
12
12
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockLoadingOverlayComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockLoadingOverlayComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-loading-overlay',
@@ -4,15 +4,15 @@ import { ButtonSize } from '@kirbydesign/designsystem/button';
4
4
  import * as i0 from "@angular/core";
5
5
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
6
6
  export class MockMenuComponent {
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", 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" }, providers: [
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", 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" }, providers: [
9
9
  {
10
10
  provide: MenuComponent,
11
11
  useExisting: forwardRef((() => MockMenuComponent)),
12
12
  },
13
13
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockMenuComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockMenuComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'kirby-menu',
@@ -3,15 +3,15 @@ import { ModalCompactWrapperComponent } from '@kirbydesign/designsystem/modal';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockModalCompactWrapperComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalCompactWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockModalCompactWrapperComponent, selector: "kirby-modal-compact-wrapper", inputs: { config: "config" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalCompactWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockModalCompactWrapperComponent, selector: "kirby-modal-compact-wrapper", inputs: { config: "config" }, providers: [
8
8
  {
9
9
  provide: ModalCompactWrapperComponent,
10
10
  useExisting: forwardRef((() => MockModalCompactWrapperComponent)),
11
11
  },
12
12
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalCompactWrapperComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalCompactWrapperComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-modal-compact-wrapper',
@@ -3,15 +3,15 @@ import { ModalFooterComponent } from '@kirbydesign/designsystem/modal';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockModalFooterComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockModalFooterComponent, selector: "kirby-modal-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockModalFooterComponent, selector: "kirby-modal-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, providers: [
8
8
  {
9
9
  provide: ModalFooterComponent,
10
10
  useExisting: forwardRef((() => MockModalFooterComponent)),
11
11
  },
12
12
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalFooterComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalFooterComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-modal-footer',
@@ -3,15 +3,15 @@ import { ModalV2RoutingComponent } from '@kirbydesign/designsystem/modal/v2';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockModalV2RoutingComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalV2RoutingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockModalV2RoutingComponent, selector: "kirby-modal-v2-routing-wrapper", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalV2RoutingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockModalV2RoutingComponent, selector: "kirby-modal-v2-routing-wrapper", providers: [
8
8
  {
9
9
  provide: ModalV2RoutingComponent,
10
10
  useExisting: forwardRef((() => MockModalV2RoutingComponent)),
11
11
  },
12
12
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalV2RoutingComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalV2RoutingComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-modal-v2-routing-wrapper',
@@ -9,15 +9,15 @@ export class MockModalWrapperComponent {
9
9
  removeModalElement() {
10
10
  // NOOP
11
11
  }
12
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockModalWrapperComponent, selector: "kirby-modal-wrapper", inputs: { config: "config" }, providers: [
12
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockModalWrapperComponent, selector: "kirby-modal-wrapper", inputs: { config: "config" }, providers: [
14
14
  {
15
15
  provide: ModalWrapperComponent,
16
16
  useExisting: forwardRef((() => MockModalWrapperComponent)),
17
17
  },
18
18
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalWrapperComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalWrapperComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'kirby-modal-wrapper',
@@ -15,15 +15,15 @@ export class MockModalV2Component {
15
15
  scrollToBottom() {
16
16
  // NOOP
17
17
  }
18
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockModalV2Component, selector: "kirby-modal-v2", inputs: { flavor: "flavor", open: "open", canDismiss: "canDismiss", title: "title", hasCollapsibleTitle: "hasCollapsibleTitle", scrollDisabled: "scrollDisabled", breakpoints: "breakpoints", initialBreakpoint: "initialBreakpoint", size: "size", height: "height" }, outputs: { willPresent: "willPresent", didPresent: "didPresent", didDismiss: "didDismiss", willDismiss: "willDismiss" }, providers: [
18
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockModalV2Component, selector: "kirby-modal-v2", inputs: { flavor: "flavor", open: "open", canDismiss: "canDismiss", title: "title", hasCollapsibleTitle: "hasCollapsibleTitle", scrollDisabled: "scrollDisabled", breakpoints: "breakpoints", initialBreakpoint: "initialBreakpoint", size: "size", height: "height" }, outputs: { willPresent: "willPresent", didPresent: "didPresent", didDismiss: "didDismiss", willDismiss: "willDismiss" }, providers: [
20
20
  {
21
21
  provide: ModalV2Component,
22
22
  useExisting: forwardRef((() => MockModalV2Component)),
23
23
  },
24
24
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalV2Component, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalV2Component, decorators: [{
27
27
  type: Component,
28
28
  args: [{
29
29
  selector: 'kirby-modal-v2',
@@ -3,15 +3,15 @@ import { PageFooterComponent } from '@kirbydesign/designsystem/page';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockPageFooterComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockPageFooterComponent, selector: "kirby-page-footer", inputs: { hasPadding: "hasPadding" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockPageFooterComponent, selector: "kirby-page-footer", inputs: { hasPadding: "hasPadding" }, providers: [
8
8
  {
9
9
  provide: PageFooterComponent,
10
10
  useExisting: forwardRef((() => MockPageFooterComponent)),
11
11
  },
12
12
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageFooterComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageFooterComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-page-footer',
@@ -6,15 +6,15 @@ export class MockPageLocalNavigationComponent {
6
6
  constructor() {
7
7
  this.selectedIndexChange = new EventEmitter();
8
8
  }
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageLocalNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockPageLocalNavigationComponent, selector: "kirby-page-local-navigation", inputs: { items: "items", selectedIndex: "selectedIndex" }, outputs: { selectedIndexChange: "selectedIndexChange" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageLocalNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockPageLocalNavigationComponent, selector: "kirby-page-local-navigation", inputs: { items: "items", selectedIndex: "selectedIndex" }, outputs: { selectedIndexChange: "selectedIndexChange" }, providers: [
11
11
  {
12
12
  provide: PageLocalNavigationComponent,
13
13
  useExisting: forwardRef((() => MockPageLocalNavigationComponent)),
14
14
  },
15
15
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageLocalNavigationComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageLocalNavigationComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'kirby-page-local-navigation',
@@ -3,15 +3,15 @@ import { PageActionsComponent, PageActionsDirective, PageComponent, PageContentC
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockPageTitleDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockPageTitleDirective, selector: "[kirbyPageTitle]", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockPageTitleDirective, selector: "[kirbyPageTitle]", providers: [
8
8
  {
9
9
  provide: PageTitleDirective,
10
10
  useExisting: forwardRef((() => MockPageTitleDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageTitleDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageTitleDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[kirbyPageTitle]',
@@ -24,15 +24,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
24
24
  }]
25
25
  }] });
26
26
  export class MockPageSubtitleDirective {
27
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
28
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockPageSubtitleDirective, selector: "[kirbyPageSubtitle]", providers: [
27
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
28
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockPageSubtitleDirective, selector: "[kirbyPageSubtitle]", providers: [
29
29
  {
30
30
  provide: PageSubtitleDirective,
31
31
  useExisting: forwardRef((() => MockPageSubtitleDirective)),
32
32
  },
33
33
  ], ngImport: i0 }); }
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageSubtitleDirective, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageSubtitleDirective, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[kirbyPageSubtitle]',
@@ -45,15 +45,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
45
45
  }]
46
46
  }] });
47
47
  export class MockPageToolbarTitleDirective {
48
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageToolbarTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
49
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockPageToolbarTitleDirective, selector: "[kirbyPageToolbarTitle]", providers: [
48
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageToolbarTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
49
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockPageToolbarTitleDirective, selector: "[kirbyPageToolbarTitle]", providers: [
50
50
  {
51
51
  provide: PageToolbarTitleDirective,
52
52
  useExisting: forwardRef((() => MockPageToolbarTitleDirective)),
53
53
  },
54
54
  ], ngImport: i0 }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageToolbarTitleDirective, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageToolbarTitleDirective, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
59
  selector: '[kirbyPageToolbarTitle]',
@@ -66,15 +66,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
66
66
  }]
67
67
  }] });
68
68
  export class MockPageActionsDirective {
69
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
70
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockPageActionsDirective, selector: "[kirbyPageActions]", inputs: { config: ["kirbyPageActions", "config"] }, providers: [
69
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
70
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockPageActionsDirective, selector: "[kirbyPageActions]", inputs: { config: ["kirbyPageActions", "config"] }, providers: [
71
71
  {
72
72
  provide: PageActionsDirective,
73
73
  useExisting: forwardRef((() => MockPageActionsDirective)),
74
74
  },
75
75
  ], ngImport: i0 }); }
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageActionsDirective, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageActionsDirective, decorators: [{
78
78
  type: Directive,
79
79
  args: [{
80
80
  selector: '[kirbyPageActions]',
@@ -90,15 +90,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
90
90
  args: ['kirbyPageActions']
91
91
  }] } });
92
92
  export class MockPageContentDirective {
93
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
94
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockPageContentDirective, selector: "[kirbyPageContent]", inputs: { config: ["kirbyPageContent", "config"] }, providers: [
93
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
94
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockPageContentDirective, selector: "[kirbyPageContent]", inputs: { config: ["kirbyPageContent", "config"] }, providers: [
95
95
  {
96
96
  provide: PageContentDirective,
97
97
  useExisting: forwardRef((() => MockPageContentDirective)),
98
98
  },
99
99
  ], ngImport: i0 }); }
100
100
  }
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageContentDirective, decorators: [{
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageContentDirective, decorators: [{
102
102
  type: Directive,
103
103
  args: [{
104
104
  selector: '[kirbyPageContent]',
@@ -114,15 +114,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
114
114
  args: ['kirbyPageContent']
115
115
  }] } });
116
116
  export class MockPageStickyContentDirective {
117
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageStickyContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
118
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockPageStickyContentDirective, selector: "[kirbyPageStickyContent]", providers: [
117
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageStickyContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
118
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockPageStickyContentDirective, selector: "[kirbyPageStickyContent]", providers: [
119
119
  {
120
120
  provide: PageStickyContentDirective,
121
121
  useExisting: forwardRef((() => MockPageStickyContentDirective)),
122
122
  },
123
123
  ], ngImport: i0 }); }
124
124
  }
125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageStickyContentDirective, decorators: [{
125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageStickyContentDirective, decorators: [{
126
126
  type: Directive,
127
127
  args: [{
128
128
  selector: '[kirbyPageStickyContent]',
@@ -135,15 +135,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
135
135
  }]
136
136
  }] });
137
137
  export class MockPageProgressComponent {
138
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
139
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockPageProgressComponent, selector: "kirby-page-progress", providers: [
138
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
139
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockPageProgressComponent, selector: "kirby-page-progress", providers: [
140
140
  {
141
141
  provide: PageProgressComponent,
142
142
  useExisting: forwardRef((() => MockPageProgressComponent)),
143
143
  },
144
144
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
145
145
  }
146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageProgressComponent, decorators: [{
146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageProgressComponent, decorators: [{
147
147
  type: Component,
148
148
  args: [{
149
149
  selector: 'kirby-page-progress',
@@ -157,15 +157,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
157
157
  }]
158
158
  }] });
159
159
  export class MockPageTitleComponent {
160
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
161
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockPageTitleComponent, selector: "kirby-page-title", providers: [
160
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
161
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockPageTitleComponent, selector: "kirby-page-title", providers: [
162
162
  {
163
163
  provide: PageTitleComponent,
164
164
  useExisting: forwardRef((() => MockPageTitleComponent)),
165
165
  },
166
166
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
167
167
  }
168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageTitleComponent, decorators: [{
168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageTitleComponent, decorators: [{
169
169
  type: Component,
170
170
  args: [{
171
171
  selector: 'kirby-page-title',
@@ -179,15 +179,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
179
179
  }]
180
180
  }] });
181
181
  export class MockPageContentComponent {
182
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
183
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockPageContentComponent, selector: "kirby-page-content", providers: [
182
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
183
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockPageContentComponent, selector: "kirby-page-content", providers: [
184
184
  {
185
185
  provide: PageContentComponent,
186
186
  useExisting: forwardRef((() => MockPageContentComponent)),
187
187
  },
188
188
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
189
189
  }
190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageContentComponent, decorators: [{
190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageContentComponent, decorators: [{
191
191
  type: Component,
192
192
  args: [{
193
193
  selector: 'kirby-page-content',
@@ -201,15 +201,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
201
201
  }]
202
202
  }] });
203
203
  export class MockPageActionsComponent {
204
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
205
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockPageActionsComponent, selector: "kirby-page-actions", providers: [
204
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
205
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockPageActionsComponent, selector: "kirby-page-actions", providers: [
206
206
  {
207
207
  provide: PageActionsComponent,
208
208
  useExisting: forwardRef((() => MockPageActionsComponent)),
209
209
  },
210
210
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
211
211
  }
212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageActionsComponent, decorators: [{
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageActionsComponent, decorators: [{
213
213
  type: Component,
214
214
  args: [{
215
215
  selector: 'kirby-page-actions',
@@ -229,15 +229,15 @@ export class MockPageComponent {
229
229
  this.refresh = new EventEmitter();
230
230
  this.backButtonClick = new EventEmitter();
231
231
  }
232
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
233
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", 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" }, providers: [
232
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
233
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", 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" }, providers: [
234
234
  {
235
235
  provide: PageComponent,
236
236
  useExisting: forwardRef((() => MockPageComponent)),
237
237
  },
238
238
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
239
239
  }
240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPageComponent, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPageComponent, decorators: [{
241
241
  type: Component,
242
242
  args: [{
243
243
  selector: 'kirby-page',
@@ -6,15 +6,15 @@ export class MockPopoverComponent {
6
6
  constructor() {
7
7
  this.willHide = new EventEmitter();
8
8
  }
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockPopoverComponent, selector: "kirby-popover", inputs: { popout: "popout", target: "target" }, outputs: { willHide: "willHide" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockPopoverComponent, selector: "kirby-popover", inputs: { popout: "popout", target: "target" }, outputs: { willHide: "willHide" }, providers: [
11
11
  {
12
12
  provide: PopoverComponent,
13
13
  useExisting: forwardRef((() => MockPopoverComponent)),
14
14
  },
15
15
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockPopoverComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockPopoverComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'kirby-popover',
@@ -3,15 +3,15 @@ import { ProgressCircleRingComponent } from '@kirbydesign/designsystem';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockProgressCircleRingComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockProgressCircleRingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockProgressCircleRingComponent, selector: "kirby-progress-circle-ring", inputs: { radius: "radius", value: "value", themeColor: "themeColor", strokeWidth: "strokeWidth", upperBound: "upperBound" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockProgressCircleRingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockProgressCircleRingComponent, selector: "kirby-progress-circle-ring", inputs: { radius: "radius", value: "value", themeColor: "themeColor", strokeWidth: "strokeWidth", upperBound: "upperBound" }, providers: [
8
8
  {
9
9
  provide: ProgressCircleRingComponent,
10
10
  useExisting: forwardRef((() => MockProgressCircleRingComponent)),
11
11
  },
12
12
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockProgressCircleRingComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockProgressCircleRingComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-progress-circle-ring',
@@ -3,15 +3,15 @@ import { ProgressCircleComponent } from '@kirbydesign/designsystem';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockProgressCircleComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockProgressCircleComponent, selector: "kirby-progress-circle", inputs: { value: "value", size: "size", themeColor: "themeColor" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockProgressCircleComponent, selector: "kirby-progress-circle", inputs: { value: "value", size: "size", themeColor: "themeColor" }, providers: [
8
8
  {
9
9
  provide: ProgressCircleComponent,
10
10
  useExisting: forwardRef((() => MockProgressCircleComponent)),
11
11
  },
12
12
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockProgressCircleComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockProgressCircleComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-progress-circle',
@@ -6,15 +6,15 @@ export class MockRadioGroupComponent {
6
6
  constructor() {
7
7
  this.valueChange = new EventEmitter();
8
8
  }
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockRadioGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockRadioGroupComponent, selector: "kirby-radio-group", inputs: { disabled: "disabled", hasError: "hasError", items: "items", itemTextProperty: "itemTextProperty", itemDisabledProperty: "itemDisabledProperty", selectedIndex: "selectedIndex", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockRadioGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockRadioGroupComponent, selector: "kirby-radio-group", inputs: { disabled: "disabled", hasError: "hasError", items: "items", itemTextProperty: "itemTextProperty", itemDisabledProperty: "itemDisabledProperty", selectedIndex: "selectedIndex", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
11
11
  {
12
12
  provide: RadioGroupComponent,
13
13
  useExisting: forwardRef((() => MockRadioGroupComponent)),
14
14
  },
15
15
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockRadioGroupComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockRadioGroupComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'kirby-radio-group',
@@ -3,15 +3,15 @@ import { RadioComponent } from '@kirbydesign/designsystem';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockRadioComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockRadioComponent, selector: "kirby-radio", inputs: { value: "value", text: "text", size: "size", disabled: "disabled" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockRadioComponent, selector: "kirby-radio", inputs: { value: "value", text: "text", size: "size", disabled: "disabled" }, providers: [
8
8
  {
9
9
  provide: RadioComponent,
10
10
  useExisting: forwardRef((() => MockRadioComponent)),
11
11
  },
12
12
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockRadioComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockRadioComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-radio',
@@ -18,15 +18,15 @@ export class MockRangeComponent {
18
18
  registerOnChange() {
19
19
  // NOOP
20
20
  }
21
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", 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" }, providers: [
21
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", 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" }, providers: [
23
23
  {
24
24
  provide: RangeComponent,
25
25
  useExisting: forwardRef((() => MockRangeComponent)),
26
26
  },
27
27
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockRangeComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockRangeComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  selector: 'kirby-range',
@@ -7,15 +7,15 @@ export class MockReorderListComponent {
7
7
  this.itemReorder = new EventEmitter();
8
8
  this.subItemReorder = new EventEmitter();
9
9
  }
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockReorderListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockReorderListComponent, selector: "kirby-reorder-list", inputs: { items: "items", subItemsName: "subItemsName", getItemTextDefault: "getItemTextDefault" }, outputs: { itemReorder: "itemReorder", subItemReorder: "subItemReorder" }, providers: [
10
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockReorderListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockReorderListComponent, selector: "kirby-reorder-list", inputs: { items: "items", subItemsName: "subItemsName", getItemTextDefault: "getItemTextDefault" }, outputs: { itemReorder: "itemReorder", subItemReorder: "subItemReorder" }, providers: [
12
12
  {
13
13
  provide: ReorderListComponent,
14
14
  useExisting: forwardRef((() => MockReorderListComponent)),
15
15
  },
16
16
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockReorderListComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockReorderListComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'kirby-reorder-list',