@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
@@ -3,15 +3,15 @@ import { RouterOutletComponent } 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 MockRouterOutletComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockRouterOutletComponent, selector: "kirby-router-outlet", inputs: { main: "main" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockRouterOutletComponent, selector: "kirby-router-outlet", inputs: { main: "main" }, providers: [
8
8
  {
9
9
  provide: RouterOutletComponent,
10
10
  useExisting: forwardRef((() => MockRouterOutletComponent)),
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: MockRouterOutletComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockRouterOutletComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-router-outlet',
@@ -3,15 +3,15 @@ import { SectionHeaderComponent } from '@kirbydesign/designsystem/section-header
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockSectionHeaderComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockSectionHeaderComponent, selector: "kirby-section-header", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockSectionHeaderComponent, selector: "kirby-section-header", providers: [
8
8
  {
9
9
  provide: SectionHeaderComponent,
10
10
  useExisting: forwardRef((() => MockSectionHeaderComponent)),
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: MockSectionHeaderComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSectionHeaderComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-section-header',
@@ -7,15 +7,15 @@ export class MockSegmentedControlComponent {
7
7
  this.selectedIndexChange = new EventEmitter();
8
8
  this.segmentSelect = new EventEmitter();
9
9
  }
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockSegmentedControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockSegmentedControlComponent, selector: "kirby-segmented-control", inputs: { mode: "mode", items: "items", selectedIndex: "selectedIndex", value: "value", size: "size", disableChangeOnSwipe: "disableChangeOnSwipe" }, outputs: { selectedIndexChange: "selectedIndexChange", segmentSelect: "segmentSelect" }, providers: [
10
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSegmentedControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockSegmentedControlComponent, selector: "kirby-segmented-control", inputs: { mode: "mode", items: "items", selectedIndex: "selectedIndex", value: "value", size: "size", disableChangeOnSwipe: "disableChangeOnSwipe" }, outputs: { selectedIndexChange: "selectedIndexChange", segmentSelect: "segmentSelect" }, providers: [
12
12
  {
13
13
  provide: SegmentedControlComponent,
14
14
  useExisting: forwardRef((() => MockSegmentedControlComponent)),
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: MockSegmentedControlComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSegmentedControlComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'kirby-segmented-control',
@@ -7,15 +7,15 @@ export class MockSlideButtonComponent {
7
7
  this.slideDone = new EventEmitter();
8
8
  this.slidingPercentageChanged = new EventEmitter();
9
9
  }
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockSlideButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockSlideButtonComponent, selector: "kirby-slide-button", inputs: { text: "text", expand: "expand" }, outputs: { slideDone: "slideDone", slidingPercentageChanged: "slidingPercentageChanged" }, providers: [
10
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSlideButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockSlideButtonComponent, selector: "kirby-slide-button", inputs: { text: "text", expand: "expand" }, outputs: { slideDone: "slideDone", slidingPercentageChanged: "slidingPercentageChanged" }, providers: [
12
12
  {
13
13
  provide: SlideButtonComponent,
14
14
  useExisting: forwardRef((() => MockSlideButtonComponent)),
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: MockSlideButtonComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSlideButtonComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'kirby-slide-button',
@@ -9,15 +9,15 @@ export class MockSlidesComponent {
9
9
  slideTo() {
10
10
  // NOOP
11
11
  }
12
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockSlidesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockSlidesComponent, selector: "kirby-slides", inputs: { slidesOptions: "slidesOptions", slides: "slides" }, outputs: { selectedSlide: "selectedSlide" }, providers: [
12
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSlidesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockSlidesComponent, selector: "kirby-slides", inputs: { slidesOptions: "slidesOptions", slides: "slides" }, outputs: { selectedSlide: "selectedSlide" }, providers: [
14
14
  {
15
15
  provide: SlidesComponent,
16
16
  useExisting: forwardRef((() => MockSlidesComponent)),
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: MockSlidesComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSlidesComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'kirby-slides',
@@ -3,15 +3,15 @@ import { SpinnerComponent } 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 MockSpinnerComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockSpinnerComponent, selector: "kirby-spinner", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockSpinnerComponent, selector: "kirby-spinner", providers: [
8
8
  {
9
9
  provide: SpinnerComponent,
10
10
  useExisting: forwardRef((() => MockSpinnerComponent)),
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: MockSpinnerComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockSpinnerComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-spinner',
@@ -6,15 +6,15 @@ import { MockBaseChartComponent } from './mock.base-chart.component';
6
6
  import * as i0 from "@angular/core";
7
7
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
8
8
  export class MockStockChartComponent extends MockBaseChartComponent {
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockStockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
10
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockStockChartComponent, selector: "kirby-stock-chart", inputs: { dataLabelOptions: "dataLabelOptions" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockStockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
10
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockStockChartComponent, selector: "kirby-stock-chart", inputs: { dataLabelOptions: "dataLabelOptions" }, providers: [
11
11
  {
12
12
  provide: StockChartComponent,
13
13
  useExisting: forwardRef((() => MockStockChartComponent)),
14
14
  },
15
15
  ], usesInheritance: true, 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: MockStockChartComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockStockChartComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'kirby-stock-chart',
@@ -6,15 +6,15 @@ export class MockTabButtonComponent {
6
6
  constructor() {
7
7
  this.click = new EventEmitter();
8
8
  }
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockTabButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockTabButtonComponent, selector: "kirby-tab-button", inputs: { routerLink: "routerLink" }, outputs: { click: "click" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTabButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockTabButtonComponent, selector: "kirby-tab-button", inputs: { routerLink: "routerLink" }, outputs: { click: "click" }, providers: [
11
11
  {
12
12
  provide: TabButtonComponent,
13
13
  useExisting: forwardRef((() => MockTabButtonComponent)),
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: MockTabButtonComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTabButtonComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'kirby-tab-button',
@@ -3,15 +3,15 @@ import { TabNavigationItemComponent } from '@kirbydesign/designsystem/tab-naviga
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockTabNavigationItemComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockTabNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockTabNavigationItemComponent, selector: "kirby-tab-navigation-item", inputs: { label: "label" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTabNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockTabNavigationItemComponent, selector: "kirby-tab-navigation-item", inputs: { label: "label" }, providers: [
8
8
  {
9
9
  provide: TabNavigationItemComponent,
10
10
  useExisting: forwardRef((() => MockTabNavigationItemComponent)),
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: MockTabNavigationItemComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTabNavigationItemComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-tab-navigation-item',
@@ -6,15 +6,15 @@ export class MockTabNavigationComponent {
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: MockTabNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockTabNavigationComponent, selector: "kirby-tab-navigation", outputs: { selectedIndexChange: "selectedIndexChange" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTabNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockTabNavigationComponent, selector: "kirby-tab-navigation", outputs: { selectedIndexChange: "selectedIndexChange" }, providers: [
11
11
  {
12
12
  provide: TabNavigationComponent,
13
13
  useExisting: forwardRef((() => MockTabNavigationComponent)),
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: MockTabNavigationComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTabNavigationComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'kirby-tab-navigation',
@@ -3,15 +3,15 @@ import { TableRowComponent } 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 MockTableRowComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockTableRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockTableRowComponent, selector: "tr[kirby-tr]", inputs: { selectable: "selectable" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTableRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockTableRowComponent, selector: "tr[kirby-tr]", inputs: { selectable: "selectable" }, providers: [
8
8
  {
9
9
  provide: TableRowComponent,
10
10
  useExisting: forwardRef((() => MockTableRowComponent)),
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: MockTableRowComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTableRowComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -3,15 +3,15 @@ import { TableComponent } from '@kirbydesign/designsystem/data-table';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockTableComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockTableComponent, selector: "table[kirby-table]", inputs: { fixedLayout: "fixedLayout" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockTableComponent, selector: "table[kirby-table]", inputs: { fixedLayout: "fixedLayout" }, providers: [
8
8
  {
9
9
  provide: TableComponent,
10
10
  useExisting: forwardRef((() => MockTableComponent)),
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: MockTableComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTableComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -3,15 +3,15 @@ import { TabsComponent } 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 MockTabsComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockTabsComponent, selector: "kirby-tab-bar", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockTabsComponent, selector: "kirby-tab-bar", providers: [
8
8
  {
9
9
  provide: TabsComponent,
10
10
  useExisting: forwardRef((() => MockTabsComponent)),
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: MockTabsComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTabsComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-tab-bar',
@@ -3,15 +3,15 @@ import { TextareaComponent } 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 MockTextareaComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockTextareaComponent, selector: "textarea[kirby-textarea]", inputs: { value: "value", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", maxlength: "maxlength" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockTextareaComponent, selector: "textarea[kirby-textarea]", inputs: { value: "value", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", maxlength: "maxlength" }, providers: [
8
8
  {
9
9
  provide: TextareaComponent,
10
10
  useExisting: forwardRef((() => MockTextareaComponent)),
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: MockTextareaComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockTextareaComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -6,15 +6,15 @@ export class MockToggleButtonComponent {
6
6
  constructor() {
7
7
  this.checkChanged = new EventEmitter();
8
8
  }
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockToggleButtonComponent, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockToggleButtonComponent, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, providers: [
11
11
  {
12
12
  provide: ToggleButtonComponent,
13
13
  useExisting: forwardRef((() => MockToggleButtonComponent)),
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: MockToggleButtonComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockToggleButtonComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'kirby-toggle-button',
@@ -6,15 +6,15 @@ export class MockToggleComponent {
6
6
  constructor() {
7
7
  this.checkedChange = new EventEmitter();
8
8
  }
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockToggleComponent, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockToggleComponent, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, providers: [
11
11
  {
12
12
  provide: ToggleComponent,
13
13
  useExisting: forwardRef((() => MockToggleComponent)),
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: MockToggleComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockToggleComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'kirby-toggle',
@@ -3,15 +3,15 @@ import { ModalV2WrapperComponent } 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 MockModalV2WrapperComponent {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockModalV2WrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: MockModalV2WrapperComponent, selector: "kirby-modal-v2-wrapper", inputs: { flavor: "flavor", title: "title", hasCollapsibleTitle: "hasCollapsibleTitle", scrollDisabled: "scrollDisabled" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalV2WrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: MockModalV2WrapperComponent, selector: "kirby-modal-v2-wrapper", inputs: { flavor: "flavor", title: "title", hasCollapsibleTitle: "hasCollapsibleTitle", scrollDisabled: "scrollDisabled" }, providers: [
8
8
  {
9
9
  provide: ModalV2WrapperComponent,
10
10
  useExisting: forwardRef((() => MockModalV2WrapperComponent)),
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: MockModalV2WrapperComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockModalV2WrapperComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'kirby-modal-v2-wrapper',
@@ -3,15 +3,15 @@ import { AccordionDirective } from '@kirbydesign/designsystem/accordion';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockAccordionDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockAccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockAccordionDirective, selector: "[kirbyAccordion], kirby-accordion", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockAccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockAccordionDirective, selector: "[kirbyAccordion], kirby-accordion", providers: [
8
8
  {
9
9
  provide: AccordionDirective,
10
10
  useExisting: forwardRef((() => MockAccordionDirective)),
11
11
  },
12
12
  ], exportAs: ["kirby-accordion"], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockAccordionDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockAccordionDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[kirbyAccordion], kirby-accordion',
@@ -3,15 +3,15 @@ import { AffixDirective } from '@kirbydesign/designsystem/form-field';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockAffixDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockAffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockAffixDirective, selector: "[kirby-affix]", inputs: { type: ["kirby-affix", "type"] }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockAffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockAffixDirective, selector: "[kirby-affix]", inputs: { type: ["kirby-affix", "type"] }, providers: [
8
8
  {
9
9
  provide: AffixDirective,
10
10
  useExisting: forwardRef((() => MockAffixDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockAffixDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockAffixDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3,15 +3,15 @@ import { CardAsButtonDirective } from '@kirbydesign/designsystem/card';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockCardAsButtonDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockCardAsButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockCardAsButtonDirective, selector: "kirby-card[click]", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockCardAsButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockCardAsButtonDirective, selector: "kirby-card[click]", providers: [
8
8
  {
9
9
  provide: CardAsButtonDirective,
10
10
  useExisting: forwardRef((() => MockCardAsButtonDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockCardAsButtonDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockCardAsButtonDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3,15 +3,15 @@ import { ComponentLoaderDirective } from '@kirbydesign/designsystem/shared';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockComponentLoaderDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockComponentLoaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockComponentLoaderDirective, selector: "[kirbyLoadComponent]", inputs: { configuration: ["kirbyLoadComponent", "configuration"], cssClass: "cssClass" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockComponentLoaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockComponentLoaderDirective, selector: "[kirbyLoadComponent]", inputs: { configuration: ["kirbyLoadComponent", "configuration"], cssClass: "cssClass" }, providers: [
8
8
  {
9
9
  provide: ComponentLoaderDirective,
10
10
  useExisting: forwardRef((() => MockComponentLoaderDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockComponentLoaderDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockComponentLoaderDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[kirbyLoadComponent]',
@@ -3,15 +3,15 @@ import { DateInputDirective } from '@kirbydesign/designsystem/form-field';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockDateInputDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockDateInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockDateInputDirective, selector: "[kirby-input][type=\"date\"]", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockDateInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockDateInputDirective, selector: "[kirby-input][type=\"date\"]", providers: [
8
8
  {
9
9
  provide: DateInputDirective,
10
10
  useExisting: forwardRef((() => MockDateInputDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockDateInputDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockDateInputDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3,15 +3,15 @@ import { DecimalMaskDirective } from '@kirbydesign/designsystem/form-field';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockDecimalMaskDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockDecimalMaskDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockDecimalMaskDirective, selector: "[kirby-decimal-mask]", inputs: { min: "min", max: "max", precision: "precision", setMaxOnOverflow: "setMaxOnOverflow", allowMinus: "allowMinus", disableGroupSeperator: "disableGroupSeperator", maxlength: "maxlength" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockDecimalMaskDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockDecimalMaskDirective, selector: "[kirby-decimal-mask]", inputs: { min: "min", max: "max", precision: "precision", setMaxOnOverflow: "setMaxOnOverflow", allowMinus: "allowMinus", disableGroupSeperator: "disableGroupSeperator", maxlength: "maxlength" }, providers: [
8
8
  {
9
9
  provide: DecimalMaskDirective,
10
10
  useExisting: forwardRef((() => MockDecimalMaskDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockDecimalMaskDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockDecimalMaskDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3,15 +3,15 @@ import { FitHeadingDirective } from '@kirbydesign/designsystem/shared';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockFitHeadingDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockFitHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockFitHeadingDirective, selector: "h1[kirbyFitHeading],h2[kirbyFitHeading],h3[kirbyFitHeading]", inputs: { config: ["kirbyFitHeading", "config"] }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockFitHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockFitHeadingDirective, selector: "h1[kirbyFitHeading],h2[kirbyFitHeading],h3[kirbyFitHeading]", inputs: { config: ["kirbyFitHeading", "config"] }, providers: [
8
8
  {
9
9
  provide: FitHeadingDirective,
10
10
  useExisting: forwardRef((() => MockFitHeadingDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockFitHeadingDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockFitHeadingDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -18,15 +18,15 @@ export class MockFloatingDirective {
18
18
  toggleShow() {
19
19
  // NOOP
20
20
  }
21
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockFloatingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", 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: [
21
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockFloatingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", 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: [
23
23
  {
24
24
  provide: FloatingDirective,
25
25
  useExisting: forwardRef((() => MockFloatingDirective)),
26
26
  },
27
27
  ], ngImport: i0 }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockFloatingDirective, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockFloatingDirective, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
32
  selector: '[kirbyFloating]',
@@ -6,15 +6,15 @@ export class MockInfiniteScrollDirective {
6
6
  constructor() {
7
7
  this.scrollEnd = new EventEmitter();
8
8
  }
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockInfiniteScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockInfiniteScrollDirective, selector: "[kirbyInfiniteScroll]", inputs: { disabled: "disabled" }, outputs: { scrollEnd: "scrollEnd" }, providers: [
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockInfiniteScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockInfiniteScrollDirective, selector: "[kirbyInfiniteScroll]", inputs: { disabled: "disabled" }, outputs: { scrollEnd: "scrollEnd" }, providers: [
11
11
  {
12
12
  provide: InfiniteScrollDirective,
13
13
  useExisting: forwardRef((() => MockInfiniteScrollDirective)),
14
14
  },
15
15
  ], ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockInfiniteScrollDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockInfiniteScrollDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: '[kirbyInfiniteScroll]',
@@ -3,15 +3,15 @@ import { KeyHandlerDirective } 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 MockKeyHandlerDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockKeyHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: MockKeyHandlerDirective, selector: "[keyHandler]", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockKeyHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: MockKeyHandlerDirective, selector: "[keyHandler]", providers: [
8
8
  {
9
9
  provide: KeyHandlerDirective,
10
10
  useExisting: forwardRef((() => MockKeyHandlerDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MockKeyHandlerDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: MockKeyHandlerDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector