@kirbydesign/designsystem 9.7.0 → 9.7.2-sb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (308) hide show
  1. package/checkbox/checkbox.component.d.ts +5 -2
  2. package/esm2022/accordion/accordion-item.component.mjs +3 -3
  3. package/esm2022/accordion/accordion.directive.mjs +3 -3
  4. package/esm2022/accordion/accordion.module.mjs +4 -4
  5. package/esm2022/action-group/action-group.component.mjs +3 -3
  6. package/esm2022/avatar/avatar.component.mjs +3 -3
  7. package/esm2022/badge/badge.component.mjs +3 -3
  8. package/esm2022/button/button.component.mjs +3 -3
  9. package/esm2022/calendar/calendar.component.mjs +3 -3
  10. package/esm2022/calendar/helpers/calendar.helper.mjs +3 -3
  11. package/esm2022/card/card-as-button/card-as-button.directive.mjs +3 -3
  12. package/esm2022/card/card-footer/card-footer.component.mjs +3 -3
  13. package/esm2022/card/card-header/card-header.component.mjs +3 -3
  14. package/esm2022/card/card.component.mjs +3 -3
  15. package/esm2022/card/card.module.mjs +4 -4
  16. package/esm2022/chart/chart/chart.component.mjs +3 -3
  17. package/esm2022/chart/charts.module.mjs +4 -4
  18. package/esm2022/chart/shared/base-chart/base-chart.component.mjs +3 -3
  19. package/esm2022/chart/shared/chart-config-service/chart-config.service.mjs +3 -3
  20. package/esm2022/chart/shared/chart-js-service/chart-js.service.mjs +3 -3
  21. package/esm2022/chart/stock-chart/stock-chart-js.service.mjs +3 -3
  22. package/esm2022/chart/stock-chart/stock-chart.component.mjs +3 -3
  23. package/esm2022/checkbox/checkbox.component.mjs +26 -7
  24. package/esm2022/data-table/data-table.module.mjs +4 -4
  25. package/esm2022/data-table/sortable/sortable.component.mjs +3 -3
  26. package/esm2022/data-table/table/table.component.mjs +3 -3
  27. package/esm2022/data-table/table-row/table-row.component.mjs +3 -3
  28. package/esm2022/divider/divider.component.mjs +3 -3
  29. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  30. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  31. package/esm2022/dropdown/keyboard-handler.service.mjs +3 -3
  32. package/esm2022/empty-state/empty-state.component.mjs +3 -3
  33. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  34. package/esm2022/fab-sheet/fab-sheet.component.mjs +3 -3
  35. package/esm2022/flag/flag.component.mjs +3 -3
  36. package/esm2022/form-field/directives/affix/affix.directive.mjs +3 -3
  37. package/esm2022/form-field/directives/date/date-input.directive.mjs +3 -3
  38. package/esm2022/form-field/directives/decimal-mask/decimal-mask.directive.mjs +3 -3
  39. package/esm2022/form-field/form-field-message/form-field-message.component.mjs +3 -3
  40. package/esm2022/form-field/form-field.component.mjs +3 -3
  41. package/esm2022/form-field/form-field.module.mjs +4 -4
  42. package/esm2022/form-field/input/input.component.mjs +3 -3
  43. package/esm2022/form-field/input-counter/input-counter.component.mjs +3 -3
  44. package/esm2022/form-field/textarea/textarea.component.mjs +3 -3
  45. package/esm2022/header/header.component.mjs +15 -15
  46. package/esm2022/header/header.module.mjs +4 -4
  47. package/esm2022/helpers/ionic-element-part-helper.mjs +3 -3
  48. package/esm2022/helpers/line-clamp-helper.mjs +3 -3
  49. package/esm2022/helpers/platform.service.mjs +3 -3
  50. package/esm2022/icon/icon-registry.service.mjs +3 -3
  51. package/esm2022/icon/icon.component.mjs +3 -3
  52. package/esm2022/icon/icon.module.mjs +4 -4
  53. package/esm2022/icon/kirby-icon-settings.mjs +8 -1
  54. package/esm2022/item/item.component.mjs +8 -28
  55. package/esm2022/item/item.module.mjs +4 -4
  56. package/esm2022/item/label/label.component.mjs +3 -3
  57. package/esm2022/item-group/item-group.component.mjs +3 -3
  58. package/esm2022/item-sliding/item-sliding.component.mjs +3 -3
  59. package/esm2022/kirby-app/kirby-app.component.mjs +3 -3
  60. package/esm2022/kirby-app/kirby-app.module.mjs +4 -4
  61. package/esm2022/kirby-ionic-module/kirby-ionic.module.mjs +4 -4
  62. package/esm2022/lib/components/page-local-navigation/page-local-navigation.component.mjs +3 -3
  63. package/esm2022/lib/components/segmented-control/segmented-control.component.mjs +3 -3
  64. package/esm2022/lib/directives/key-handler/key-handler.directive.mjs +3 -3
  65. package/esm2022/lib/directives/modal-router-link/modal-router-link.directive.mjs +3 -3
  66. package/esm2022/lib/kirby-experimental.module.mjs +4 -4
  67. package/esm2022/lib/kirby.module.mjs +4 -4
  68. package/esm2022/list/directives/infinite-scroll.directive.mjs +3 -3
  69. package/esm2022/list/directives/list-item-color.directive.mjs +3 -3
  70. package/esm2022/list/helpers/list-helper.mjs +3 -3
  71. package/esm2022/list/list-experimental/list-experimental.component.mjs +3 -3
  72. package/esm2022/list/list-header/list-header.component.mjs +3 -3
  73. package/esm2022/list/list-item/list-item.component.mjs +3 -3
  74. package/esm2022/list/list-section-header/list-section-header.component.mjs +3 -3
  75. package/esm2022/list/list.component.mjs +3 -3
  76. package/esm2022/list/list.directive.mjs +12 -12
  77. package/esm2022/list/list.module.mjs +4 -4
  78. package/esm2022/loading-overlay/loading-overlay.component.mjs +3 -3
  79. package/esm2022/loading-overlay/loading-overlay.service.mjs +3 -3
  80. package/esm2022/menu/menu.component.mjs +3 -3
  81. package/esm2022/modal/modal/action-sheet/action-sheet.component.mjs +3 -3
  82. package/esm2022/modal/modal/alert/alert.component.mjs +3 -3
  83. package/esm2022/modal/modal/footer/modal-footer.component.mjs +3 -3
  84. package/esm2022/modal/modal/modal-component/modal.component.mjs +3 -3
  85. package/esm2022/modal/modal/services/action-sheet.helper.mjs +3 -3
  86. package/esm2022/modal/modal/services/alert.helper.mjs +3 -3
  87. package/esm2022/modal/modal/services/can-dismiss.helper.mjs +3 -3
  88. package/esm2022/modal/modal/services/modal-animation-builder.service.mjs +3 -3
  89. package/esm2022/modal/modal/services/modal.controller.mjs +3 -3
  90. package/esm2022/modal/modal/services/modal.helper.mjs +3 -3
  91. package/esm2022/modal/modal-navigation.service.mjs +3 -3
  92. package/esm2022/modal/modal-wrapper/compact/modal-compact-wrapper.component.mjs +3 -3
  93. package/esm2022/modal/modal-wrapper/modal-wrapper.component.mjs +3 -3
  94. package/esm2022/modal/modal.interfaces.mjs +3 -3
  95. package/esm2022/modal/v2/footer/footer.component.mjs +3 -3
  96. package/esm2022/modal/v2/kirby-modal.module.mjs +4 -4
  97. package/esm2022/modal/v2/modal/modal.component.mjs +3 -3
  98. package/esm2022/modal/v2/modal-routing/modal-routing.component.mjs +3 -3
  99. package/esm2022/modal/v2/services/modal.controller.mjs +3 -3
  100. package/esm2022/modal/v2/wrapper/wrapper.component.mjs +3 -3
  101. package/esm2022/page/page-footer/page-footer.component.mjs +3 -3
  102. package/esm2022/page/page.component.mjs +34 -34
  103. package/esm2022/page/page.module.mjs +4 -4
  104. package/esm2022/popover/popover.component.mjs +3 -3
  105. package/esm2022/progress-circle/progress-circle-ring.component.mjs +3 -3
  106. package/esm2022/progress-circle/progress-circle.component.mjs +3 -3
  107. package/esm2022/radio/radio-group/radio-group.component.mjs +3 -3
  108. package/esm2022/radio/radio-module.mjs +4 -4
  109. package/esm2022/radio/radio.component.mjs +25 -6
  110. package/esm2022/range/range.component.mjs +6 -6
  111. package/esm2022/reorder-list/reorder-list.component.mjs +3 -3
  112. package/esm2022/router-outlet/router-outlet.component.mjs +3 -3
  113. package/esm2022/router-outlet/router-outlet.module.mjs +4 -4
  114. package/esm2022/section-header/section-header.component.mjs +3 -3
  115. package/esm2022/shared/component-loader.directive.mjs +3 -3
  116. package/esm2022/shared/controls/label-helpers.mjs +23 -0
  117. package/esm2022/shared/fit-heading/fit-heading.directive.mjs +3 -3
  118. package/esm2022/shared/floating/floating.directive.mjs +3 -3
  119. package/esm2022/shared/portal/portal.directive.mjs +3 -3
  120. package/esm2022/shared/public_api.mjs +2 -1
  121. package/esm2022/shared/resize-observer/resize-observer.factory.mjs +3 -3
  122. package/esm2022/shared/resize-observer/resize-observer.service.mjs +3 -3
  123. package/esm2022/shared/theme-color/theme-color.directive.mjs +3 -3
  124. package/esm2022/slide/slide-stretch-height.directive.mjs +3 -3
  125. package/esm2022/slide/slide.directive.mjs +3 -3
  126. package/esm2022/slide/slide.module.mjs +4 -4
  127. package/esm2022/slide/slides.component.mjs +3 -3
  128. package/esm2022/slide-button/slide-button.component.mjs +3 -3
  129. package/esm2022/spinner/spinner.component.mjs +3 -3
  130. package/esm2022/spinner/spinner.module.mjs +4 -4
  131. package/esm2022/tab-navigation/tab-navigation/tab-navigation.component.mjs +3 -3
  132. package/esm2022/tab-navigation/tab-navigation-item/tab-navigation-item.component.mjs +3 -3
  133. package/esm2022/tab-navigation/tab-navigation.module.mjs +4 -4
  134. package/esm2022/tabs/tab-button/tab-button.component.mjs +4 -4
  135. package/esm2022/tabs/tabs.component.mjs +3 -3
  136. package/esm2022/tabs/tabs.module.mjs +4 -4
  137. package/esm2022/tabs/tabs.service.mjs +3 -3
  138. package/esm2022/testing/test-helper.mjs +4 -4
  139. package/esm2022/testing-base/lib/components/mock.accordion-item.component.mjs +3 -3
  140. package/esm2022/testing-base/lib/components/mock.action-group.component.mjs +3 -3
  141. package/esm2022/testing-base/lib/components/mock.action-sheet.component.mjs +3 -3
  142. package/esm2022/testing-base/lib/components/mock.alert.component.mjs +3 -3
  143. package/esm2022/testing-base/lib/components/mock.avatar.component.mjs +3 -3
  144. package/esm2022/testing-base/lib/components/mock.badge.component.mjs +3 -3
  145. package/esm2022/testing-base/lib/components/mock.base-chart.component.mjs +3 -3
  146. package/esm2022/testing-base/lib/components/mock.button.component.mjs +3 -3
  147. package/esm2022/testing-base/lib/components/mock.calendar.component.mjs +3 -3
  148. package/esm2022/testing-base/lib/components/mock.card-footer.component.mjs +3 -3
  149. package/esm2022/testing-base/lib/components/mock.card-header.component.mjs +3 -3
  150. package/esm2022/testing-base/lib/components/mock.card.component.mjs +3 -3
  151. package/esm2022/testing-base/lib/components/mock.chart.component.mjs +3 -3
  152. package/esm2022/testing-base/lib/components/mock.checkbox.component.mjs +3 -3
  153. package/esm2022/testing-base/lib/components/mock.divider.component.mjs +3 -3
  154. package/esm2022/testing-base/lib/components/mock.dropdown.component.mjs +3 -3
  155. package/esm2022/testing-base/lib/components/mock.empty-state.component.mjs +3 -3
  156. package/esm2022/testing-base/lib/components/mock.fab-sheet.component.mjs +3 -3
  157. package/esm2022/testing-base/lib/components/mock.flag.component.mjs +3 -3
  158. package/esm2022/testing-base/lib/components/mock.footer.component.mjs +3 -3
  159. package/esm2022/testing-base/lib/components/mock.form-field-message.component.mjs +3 -3
  160. package/esm2022/testing-base/lib/components/mock.form-field.component.mjs +3 -3
  161. package/esm2022/testing-base/lib/components/mock.header.component.mjs +9 -9
  162. package/esm2022/testing-base/lib/components/mock.icon.component.mjs +3 -3
  163. package/esm2022/testing-base/lib/components/mock.input-counter.component.mjs +3 -3
  164. package/esm2022/testing-base/lib/components/mock.input.component.mjs +3 -3
  165. package/esm2022/testing-base/lib/components/mock.item-group.component.mjs +3 -3
  166. package/esm2022/testing-base/lib/components/mock.item-sliding.component.mjs +3 -3
  167. package/esm2022/testing-base/lib/components/mock.item.component.mjs +3 -3
  168. package/esm2022/testing-base/lib/components/mock.kirby-app.component.mjs +3 -3
  169. package/esm2022/testing-base/lib/components/mock.label.component.mjs +3 -3
  170. package/esm2022/testing-base/lib/components/mock.list-experimental.component.mjs +3 -3
  171. package/esm2022/testing-base/lib/components/mock.list-header.component.mjs +3 -3
  172. package/esm2022/testing-base/lib/components/mock.list-item.component.mjs +3 -3
  173. package/esm2022/testing-base/lib/components/mock.list-section-header.component.mjs +3 -3
  174. package/esm2022/testing-base/lib/components/mock.list.component.mjs +3 -3
  175. package/esm2022/testing-base/lib/components/mock.loading-overlay.component.mjs +3 -3
  176. package/esm2022/testing-base/lib/components/mock.menu.component.mjs +3 -3
  177. package/esm2022/testing-base/lib/components/mock.modal-compact-wrapper.component.mjs +3 -3
  178. package/esm2022/testing-base/lib/components/mock.modal-footer.component.mjs +3 -3
  179. package/esm2022/testing-base/lib/components/mock.modal-routing.component.mjs +3 -3
  180. package/esm2022/testing-base/lib/components/mock.modal-wrapper.component.mjs +3 -3
  181. package/esm2022/testing-base/lib/components/mock.modal.component.mjs +3 -3
  182. package/esm2022/testing-base/lib/components/mock.page-footer.component.mjs +3 -3
  183. package/esm2022/testing-base/lib/components/mock.page-local-navigation.component.mjs +3 -3
  184. package/esm2022/testing-base/lib/components/mock.page.component.mjs +33 -33
  185. package/esm2022/testing-base/lib/components/mock.popover.component.mjs +3 -3
  186. package/esm2022/testing-base/lib/components/mock.progress-circle-ring.component.mjs +3 -3
  187. package/esm2022/testing-base/lib/components/mock.progress-circle.component.mjs +3 -3
  188. package/esm2022/testing-base/lib/components/mock.radio-group.component.mjs +3 -3
  189. package/esm2022/testing-base/lib/components/mock.radio.component.mjs +3 -3
  190. package/esm2022/testing-base/lib/components/mock.range.component.mjs +3 -3
  191. package/esm2022/testing-base/lib/components/mock.reorder-list.component.mjs +3 -3
  192. package/esm2022/testing-base/lib/components/mock.router-outlet.component.mjs +3 -3
  193. package/esm2022/testing-base/lib/components/mock.section-header.component.mjs +3 -3
  194. package/esm2022/testing-base/lib/components/mock.segmented-control.component.mjs +3 -3
  195. package/esm2022/testing-base/lib/components/mock.slide-button.component.mjs +3 -3
  196. package/esm2022/testing-base/lib/components/mock.slides.component.mjs +3 -3
  197. package/esm2022/testing-base/lib/components/mock.spinner.component.mjs +3 -3
  198. package/esm2022/testing-base/lib/components/mock.stock-chart.component.mjs +3 -3
  199. package/esm2022/testing-base/lib/components/mock.tab-button.component.mjs +3 -3
  200. package/esm2022/testing-base/lib/components/mock.tab-navigation-item.component.mjs +3 -3
  201. package/esm2022/testing-base/lib/components/mock.tab-navigation.component.mjs +3 -3
  202. package/esm2022/testing-base/lib/components/mock.table-row.component.mjs +3 -3
  203. package/esm2022/testing-base/lib/components/mock.table.component.mjs +3 -3
  204. package/esm2022/testing-base/lib/components/mock.tabs.component.mjs +3 -3
  205. package/esm2022/testing-base/lib/components/mock.textarea.component.mjs +3 -3
  206. package/esm2022/testing-base/lib/components/mock.toggle-button.component.mjs +3 -3
  207. package/esm2022/testing-base/lib/components/mock.toggle.component.mjs +3 -3
  208. package/esm2022/testing-base/lib/components/mock.wrapper.component.mjs +3 -3
  209. package/esm2022/testing-base/lib/directives/mock.accordion.directive.mjs +3 -3
  210. package/esm2022/testing-base/lib/directives/mock.affix.directive.mjs +3 -3
  211. package/esm2022/testing-base/lib/directives/mock.card-as-button.directive.mjs +3 -3
  212. package/esm2022/testing-base/lib/directives/mock.component-loader.directive.mjs +3 -3
  213. package/esm2022/testing-base/lib/directives/mock.date-input.directive.mjs +3 -3
  214. package/esm2022/testing-base/lib/directives/mock.decimal-mask.directive.mjs +3 -3
  215. package/esm2022/testing-base/lib/directives/mock.fit-heading.directive.mjs +3 -3
  216. package/esm2022/testing-base/lib/directives/mock.floating.directive.mjs +3 -3
  217. package/esm2022/testing-base/lib/directives/mock.infinite-scroll.directive.mjs +3 -3
  218. package/esm2022/testing-base/lib/directives/mock.key-handler.directive.mjs +3 -3
  219. package/esm2022/testing-base/lib/directives/mock.list-item-color.directive.mjs +3 -3
  220. package/esm2022/testing-base/lib/directives/mock.list.directive.mjs +12 -12
  221. package/esm2022/testing-base/lib/directives/mock.modal-router-link.directive.mjs +3 -3
  222. package/esm2022/testing-base/lib/directives/mock.portal.directive.mjs +3 -3
  223. package/esm2022/testing-base/lib/directives/mock.slide.directive.mjs +3 -3
  224. package/esm2022/testing-base/lib/directives/mock.theme-color.directive.mjs +3 -3
  225. package/esm2022/testing-base/lib/kirby-testing-base.module.mjs +4 -4
  226. package/esm2022/testing-jasmine/lib/kirby-testing.module.mjs +4 -4
  227. package/esm2022/testing-jest/lib/kirby-testing.module.mjs +4 -4
  228. package/esm2022/toast/services/toast.controller.mjs +3 -3
  229. package/esm2022/toast/services/toast.helper.mjs +3 -3
  230. package/esm2022/toggle/toggle.component.mjs +6 -6
  231. package/esm2022/toggle-button/toggle-button.component.mjs +3 -3
  232. package/esm2022/toggle-button/toggle-button.module.mjs +4 -4
  233. package/esm2022/types/window-ref.mjs +3 -3
  234. package/fesm2022/kirbydesign-designsystem-accordion.mjs +10 -10
  235. package/fesm2022/kirbydesign-designsystem-action-group.mjs +3 -3
  236. package/fesm2022/kirbydesign-designsystem-avatar.mjs +3 -3
  237. package/fesm2022/kirbydesign-designsystem-badge.mjs +3 -3
  238. package/fesm2022/kirbydesign-designsystem-button.mjs +3 -3
  239. package/fesm2022/kirbydesign-designsystem-calendar.mjs +6 -6
  240. package/fesm2022/kirbydesign-designsystem-card.mjs +16 -16
  241. package/fesm2022/kirbydesign-designsystem-chart.mjs +22 -22
  242. package/fesm2022/kirbydesign-designsystem-checkbox.mjs +25 -6
  243. package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
  244. package/fesm2022/kirbydesign-designsystem-data-table.mjs +13 -13
  245. package/fesm2022/kirbydesign-designsystem-divider.mjs +3 -3
  246. package/fesm2022/kirbydesign-designsystem-dropdown.mjs +10 -10
  247. package/fesm2022/kirbydesign-designsystem-empty-state.mjs +7 -7
  248. package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +3 -3
  249. package/fesm2022/kirbydesign-designsystem-flag.mjs +3 -3
  250. package/fesm2022/kirbydesign-designsystem-form-field.mjs +28 -28
  251. package/fesm2022/kirbydesign-designsystem-header.mjs +19 -19
  252. package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
  253. package/fesm2022/kirbydesign-designsystem-icon.mjs +17 -10
  254. package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
  255. package/fesm2022/kirbydesign-designsystem-item-group.mjs +3 -3
  256. package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +3 -3
  257. package/fesm2022/kirbydesign-designsystem-item.mjs +33 -52
  258. package/fesm2022/kirbydesign-designsystem-item.mjs.map +1 -1
  259. package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
  260. package/fesm2022/kirbydesign-designsystem-kirby-ionic-module.mjs +4 -4
  261. package/fesm2022/kirbydesign-designsystem-list.mjs +40 -40
  262. package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +6 -6
  263. package/fesm2022/kirbydesign-designsystem-menu.mjs +3 -3
  264. package/fesm2022/kirbydesign-designsystem-modal-v2.mjs +19 -19
  265. package/fesm2022/kirbydesign-designsystem-modal.mjs +42 -42
  266. package/fesm2022/kirbydesign-designsystem-page.mjs +41 -41
  267. package/fesm2022/kirbydesign-designsystem-page.mjs.map +1 -1
  268. package/fesm2022/kirbydesign-designsystem-popover.mjs +3 -3
  269. package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +6 -6
  270. package/fesm2022/kirbydesign-designsystem-radio.mjs +31 -12
  271. package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
  272. package/fesm2022/kirbydesign-designsystem-range.mjs +5 -5
  273. package/fesm2022/kirbydesign-designsystem-range.mjs.map +1 -1
  274. package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +3 -3
  275. package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +7 -7
  276. package/fesm2022/kirbydesign-designsystem-section-header.mjs +3 -3
  277. package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
  278. package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
  279. package/fesm2022/kirbydesign-designsystem-shared.mjs +39 -16
  280. package/fesm2022/kirbydesign-designsystem-shared.mjs.map +1 -1
  281. package/fesm2022/kirbydesign-designsystem-slide-button.mjs +3 -3
  282. package/fesm2022/kirbydesign-designsystem-slide.mjs +13 -13
  283. package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
  284. package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +10 -10
  285. package/fesm2022/kirbydesign-designsystem-tabs.mjs +14 -14
  286. package/fesm2022/kirbydesign-designsystem-tabs.mjs.map +1 -1
  287. package/fesm2022/kirbydesign-designsystem-testing-base.mjs +307 -307
  288. package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
  289. package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
  290. package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
  291. package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
  292. package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +7 -7
  293. package/fesm2022/kirbydesign-designsystem-toggle.mjs +5 -5
  294. package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
  295. package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
  296. package/fesm2022/kirbydesign-designsystem.mjs +20 -20
  297. package/icons/svg/basket.svg +1 -0
  298. package/icons/svg/contract.svg +1 -0
  299. package/icons/svg/drag-drop.svg +1 -0
  300. package/icons/svg/expand.svg +1 -0
  301. package/icons/svg/flower.svg +1 -0
  302. package/icons/svg/house.svg +1 -0
  303. package/icons/svg/tractor.svg +1 -0
  304. package/item/item.component.d.ts +2 -8
  305. package/package.json +66 -66
  306. package/radio/radio.component.d.ts +5 -2
  307. package/shared/controls/label-helpers.d.ts +3 -0
  308. package/shared/public_api.d.ts +1 -0
@@ -3,15 +3,15 @@ import { ListFooterDirective, ListHeaderDirective, ListItemTemplateDirective, Li
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockListItemTemplateDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemTemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListItemTemplateDirective, selector: "[kirbyListItemTemplate]", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListItemTemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListItemTemplateDirective, selector: "[kirbyListItemTemplate]", providers: [
8
8
  {
9
9
  provide: ListItemTemplateDirective,
10
10
  useExisting: forwardRef((() => MockListItemTemplateDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListItemTemplateDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListItemTemplateDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[kirbyListItemTemplate]',
@@ -24,15 +24,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
24
24
  }]
25
25
  }] });
26
26
  export class MockListHeaderDirective {
27
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
28
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListHeaderDirective, selector: "[kirbyListHeader], [kirbyListHeaderTemplate]", providers: [
27
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
28
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListHeaderDirective, selector: "[kirbyListHeader], [kirbyListHeaderTemplate]", providers: [
29
29
  {
30
30
  provide: ListHeaderDirective,
31
31
  useExisting: forwardRef((() => MockListHeaderDirective)),
32
32
  },
33
33
  ], ngImport: i0 }); }
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListHeaderDirective, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListHeaderDirective, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[kirbyListHeader], [kirbyListHeaderTemplate]',
@@ -45,15 +45,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
45
45
  }]
46
46
  }] });
47
47
  export class MockListSectionHeaderDirective {
48
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListSectionHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
49
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListSectionHeaderDirective, selector: "[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]", providers: [
48
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListSectionHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
49
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListSectionHeaderDirective, selector: "[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]", providers: [
50
50
  {
51
51
  provide: ListSectionHeaderDirective,
52
52
  useExisting: forwardRef((() => MockListSectionHeaderDirective)),
53
53
  },
54
54
  ], ngImport: i0 }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListSectionHeaderDirective, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListSectionHeaderDirective, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
59
  selector: '[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]',
@@ -66,15 +66,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
66
66
  }]
67
67
  }] });
68
68
  export class MockListFooterDirective {
69
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
70
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockListFooterDirective, selector: "[kirbyListFooter], [kirbyListFooterTemplate]", providers: [
69
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
70
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockListFooterDirective, selector: "[kirbyListFooter], [kirbyListFooterTemplate]", providers: [
71
71
  {
72
72
  provide: ListFooterDirective,
73
73
  useExisting: forwardRef((() => MockListFooterDirective)),
74
74
  },
75
75
  ], ngImport: i0 }); }
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockListFooterDirective, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockListFooterDirective, decorators: [{
78
78
  type: Directive,
79
79
  args: [{
80
80
  selector: '[kirbyListFooter], [kirbyListFooterTemplate]',
@@ -3,15 +3,15 @@ import { ModalRouterLinkDirective } 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 MockModalRouterLinkDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockModalRouterLinkDirective, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockModalRouterLinkDirective, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, providers: [
8
8
  {
9
9
  provide: ModalRouterLinkDirective,
10
10
  useExisting: forwardRef((() => MockModalRouterLinkDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockModalRouterLinkDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockModalRouterLinkDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3,15 +3,15 @@ import { PortalDirective } from '@kirbydesign/designsystem/shared/portal';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockPortalDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPortalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockPortalDirective, selector: "[kirbyPortal]", inputs: { outlet: "outlet" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPortalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockPortalDirective, selector: "[kirbyPortal]", inputs: { outlet: "outlet" }, providers: [
8
8
  {
9
9
  provide: PortalDirective,
10
10
  useExisting: forwardRef((() => MockPortalDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockPortalDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockPortalDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[kirbyPortal]',
@@ -3,15 +3,15 @@ import { SlideDirective } from '@kirbydesign/designsystem/slide';
3
3
  import * as i0 from "@angular/core";
4
4
  // #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
5
5
  export class MockSlideDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockSlideDirective, selector: "[kirbySlide]", providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSlideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockSlideDirective, selector: "[kirbySlide]", providers: [
8
8
  {
9
9
  provide: SlideDirective,
10
10
  useExisting: forwardRef((() => MockSlideDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockSlideDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockSlideDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[kirbySlide]',
@@ -3,15 +3,15 @@ import { ThemeColorDirective } 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 MockThemeColorDirective {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockThemeColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockThemeColorDirective, selector: "kirby-avatar[themeColor],\n kirby-card[themeColor],\n kirby-icon[themeColor],\n kirby-progress-circle-ring[themeColor],\n kirby-modal-footer[themeColor],\n kirby-empty-state[themeColor]", inputs: { themeColor: "themeColor" }, providers: [
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockThemeColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: MockThemeColorDirective, selector: "kirby-avatar[themeColor],\n kirby-card[themeColor],\n kirby-icon[themeColor],\n kirby-progress-circle-ring[themeColor],\n kirby-modal-footer[themeColor],\n kirby-empty-state[themeColor]", inputs: { themeColor: "themeColor" }, providers: [
8
8
  {
9
9
  provide: ThemeColorDirective,
10
10
  useExisting: forwardRef((() => MockThemeColorDirective)),
11
11
  },
12
12
  ], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockThemeColorDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MockThemeColorDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -89,11 +89,11 @@ import * as i84 from "./directives/mock.slide.directive";
89
89
  import * as i85 from "./directives/mock.key-handler.directive";
90
90
  import * as i86 from "./directives/mock.modal-router-link.directive";
91
91
  export class KirbyTestingBaseModule {
92
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
93
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule, declarations: [i1.MockAccordionItemComponent, i2.MockActionGroupComponent, i3.MockAvatarComponent, i4.MockButtonComponent, i5.MockCalendarComponent, i6.MockCardFooterComponent, i7.MockCardHeaderComponent, i8.MockCardComponent, i9.MockChartComponent, i10.MockBaseChartComponent, i11.MockStockChartComponent, i12.MockCheckboxComponent, i13.MockTableComponent, i14.MockTableRowComponent, i15.MockDividerComponent, i16.MockDropdownComponent, i17.MockEmptyStateComponent, i18.MockFabSheetComponent, i19.MockFlagComponent, i20.MockFormFieldMessageComponent, i21.MockFormFieldComponent, i22.MockInputComponent, i23.MockInputCounterComponent, i24.MockTextareaComponent, i25.MockHeaderActionsDirective, i25.MockHeaderCustomSectionDirective, i25.MockHeaderComponent, i26.MockIconComponent, i27.MockItemComponent, i28.MockLabelComponent, i29.MockItemGroupComponent, i30.MockItemSlidingComponent, i31.MockAppComponent, i32.MockListExperimentalComponent, i33.MockListHeaderComponent, i34.MockListItemComponent, i35.MockListSectionHeaderComponent, i36.MockListComponent, i37.MockLoadingOverlayComponent, i38.MockMenuComponent, i39.MockActionSheetComponent, i40.MockAlertComponent, i41.MockModalFooterComponent, i42.MockModalCompactWrapperComponent, i43.MockModalWrapperComponent, i44.MockModalV2FooterComponent, i45.MockModalV2Component, i46.MockModalV2RoutingComponent, i47.MockModalV2WrapperComponent, i48.MockPageFooterComponent, i49.MockPageTitleDirective, i49.MockPageSubtitleDirective, i49.MockPageToolbarTitleDirective, i49.MockPageActionsDirective, i49.MockPageContentDirective, i49.MockPageStickyContentDirective, i49.MockPageProgressComponent, i49.MockPageTitleComponent, i49.MockPageContentComponent, i49.MockPageActionsComponent, i49.MockPageComponent, i50.MockPopoverComponent, i51.MockProgressCircleRingComponent, i52.MockProgressCircleComponent, i53.MockRadioGroupComponent, i54.MockRadioComponent, i55.MockRangeComponent, i56.MockReorderListComponent, i57.MockRouterOutletComponent, i58.MockSectionHeaderComponent, i59.MockSlidesComponent, i60.MockSlideButtonComponent, i61.MockSpinnerComponent, i62.MockPageLocalNavigationComponent, i63.MockSegmentedControlComponent, i64.MockBadgeComponent, i65.MockTabNavigationComponent, i66.MockTabNavigationItemComponent, i67.MockTabButtonComponent, i68.MockTabsComponent, i69.MockToggleComponent, i70.MockToggleButtonComponent, i71.MockAccordionDirective, i72.MockCardAsButtonDirective, i73.MockAffixDirective, i74.MockDateInputDirective, i75.MockDecimalMaskDirective, i76.MockInfiniteScrollDirective, i77.MockListItemColorDirective, i78.MockListItemTemplateDirective, i78.MockListHeaderDirective, i78.MockListSectionHeaderDirective, i78.MockListFooterDirective, i79.MockFloatingDirective, i80.MockPortalDirective, i81.MockComponentLoaderDirective, i82.MockFitHeadingDirective, i83.MockThemeColorDirective, i84.MockSlideDirective, i85.MockKeyHandlerDirective, i86.MockModalRouterLinkDirective], exports: [i1.MockAccordionItemComponent, i2.MockActionGroupComponent, i3.MockAvatarComponent, i4.MockButtonComponent, i5.MockCalendarComponent, i6.MockCardFooterComponent, i7.MockCardHeaderComponent, i8.MockCardComponent, i9.MockChartComponent, i10.MockBaseChartComponent, i11.MockStockChartComponent, i12.MockCheckboxComponent, i13.MockTableComponent, i14.MockTableRowComponent, i15.MockDividerComponent, i16.MockDropdownComponent, i17.MockEmptyStateComponent, i18.MockFabSheetComponent, i19.MockFlagComponent, i20.MockFormFieldMessageComponent, i21.MockFormFieldComponent, i22.MockInputComponent, i23.MockInputCounterComponent, i24.MockTextareaComponent, i25.MockHeaderActionsDirective, i25.MockHeaderCustomSectionDirective, i25.MockHeaderComponent, i26.MockIconComponent, i27.MockItemComponent, i28.MockLabelComponent, i29.MockItemGroupComponent, i30.MockItemSlidingComponent, i31.MockAppComponent, i32.MockListExperimentalComponent, i33.MockListHeaderComponent, i34.MockListItemComponent, i35.MockListSectionHeaderComponent, i36.MockListComponent, i37.MockLoadingOverlayComponent, i38.MockMenuComponent, i39.MockActionSheetComponent, i40.MockAlertComponent, i41.MockModalFooterComponent, i42.MockModalCompactWrapperComponent, i43.MockModalWrapperComponent, i44.MockModalV2FooterComponent, i45.MockModalV2Component, i46.MockModalV2RoutingComponent, i47.MockModalV2WrapperComponent, i48.MockPageFooterComponent, i49.MockPageTitleDirective, i49.MockPageSubtitleDirective, i49.MockPageToolbarTitleDirective, i49.MockPageActionsDirective, i49.MockPageContentDirective, i49.MockPageStickyContentDirective, i49.MockPageProgressComponent, i49.MockPageTitleComponent, i49.MockPageContentComponent, i49.MockPageActionsComponent, i49.MockPageComponent, i50.MockPopoverComponent, i51.MockProgressCircleRingComponent, i52.MockProgressCircleComponent, i53.MockRadioGroupComponent, i54.MockRadioComponent, i55.MockRangeComponent, i56.MockReorderListComponent, i57.MockRouterOutletComponent, i58.MockSectionHeaderComponent, i59.MockSlidesComponent, i60.MockSlideButtonComponent, i61.MockSpinnerComponent, i62.MockPageLocalNavigationComponent, i63.MockSegmentedControlComponent, i64.MockBadgeComponent, i65.MockTabNavigationComponent, i66.MockTabNavigationItemComponent, i67.MockTabButtonComponent, i68.MockTabsComponent, i69.MockToggleComponent, i70.MockToggleButtonComponent, i71.MockAccordionDirective, i72.MockCardAsButtonDirective, i73.MockAffixDirective, i74.MockDateInputDirective, i75.MockDecimalMaskDirective, i76.MockInfiniteScrollDirective, i77.MockListItemColorDirective, i78.MockListItemTemplateDirective, i78.MockListHeaderDirective, i78.MockListSectionHeaderDirective, i78.MockListFooterDirective, i79.MockFloatingDirective, i80.MockPortalDirective, i81.MockComponentLoaderDirective, i82.MockFitHeadingDirective, i83.MockThemeColorDirective, i84.MockSlideDirective, i85.MockKeyHandlerDirective, i86.MockModalRouterLinkDirective] }); }
94
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule }); }
92
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
93
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingBaseModule, declarations: [i1.MockAccordionItemComponent, i2.MockActionGroupComponent, i3.MockAvatarComponent, i4.MockButtonComponent, i5.MockCalendarComponent, i6.MockCardFooterComponent, i7.MockCardHeaderComponent, i8.MockCardComponent, i9.MockChartComponent, i10.MockBaseChartComponent, i11.MockStockChartComponent, i12.MockCheckboxComponent, i13.MockTableComponent, i14.MockTableRowComponent, i15.MockDividerComponent, i16.MockDropdownComponent, i17.MockEmptyStateComponent, i18.MockFabSheetComponent, i19.MockFlagComponent, i20.MockFormFieldMessageComponent, i21.MockFormFieldComponent, i22.MockInputComponent, i23.MockInputCounterComponent, i24.MockTextareaComponent, i25.MockHeaderActionsDirective, i25.MockHeaderCustomSectionDirective, i25.MockHeaderComponent, i26.MockIconComponent, i27.MockItemComponent, i28.MockLabelComponent, i29.MockItemGroupComponent, i30.MockItemSlidingComponent, i31.MockAppComponent, i32.MockListExperimentalComponent, i33.MockListHeaderComponent, i34.MockListItemComponent, i35.MockListSectionHeaderComponent, i36.MockListComponent, i37.MockLoadingOverlayComponent, i38.MockMenuComponent, i39.MockActionSheetComponent, i40.MockAlertComponent, i41.MockModalFooterComponent, i42.MockModalCompactWrapperComponent, i43.MockModalWrapperComponent, i44.MockModalV2FooterComponent, i45.MockModalV2Component, i46.MockModalV2RoutingComponent, i47.MockModalV2WrapperComponent, i48.MockPageFooterComponent, i49.MockPageTitleDirective, i49.MockPageSubtitleDirective, i49.MockPageToolbarTitleDirective, i49.MockPageActionsDirective, i49.MockPageContentDirective, i49.MockPageStickyContentDirective, i49.MockPageProgressComponent, i49.MockPageTitleComponent, i49.MockPageContentComponent, i49.MockPageActionsComponent, i49.MockPageComponent, i50.MockPopoverComponent, i51.MockProgressCircleRingComponent, i52.MockProgressCircleComponent, i53.MockRadioGroupComponent, i54.MockRadioComponent, i55.MockRangeComponent, i56.MockReorderListComponent, i57.MockRouterOutletComponent, i58.MockSectionHeaderComponent, i59.MockSlidesComponent, i60.MockSlideButtonComponent, i61.MockSpinnerComponent, i62.MockPageLocalNavigationComponent, i63.MockSegmentedControlComponent, i64.MockBadgeComponent, i65.MockTabNavigationComponent, i66.MockTabNavigationItemComponent, i67.MockTabButtonComponent, i68.MockTabsComponent, i69.MockToggleComponent, i70.MockToggleButtonComponent, i71.MockAccordionDirective, i72.MockCardAsButtonDirective, i73.MockAffixDirective, i74.MockDateInputDirective, i75.MockDecimalMaskDirective, i76.MockInfiniteScrollDirective, i77.MockListItemColorDirective, i78.MockListItemTemplateDirective, i78.MockListHeaderDirective, i78.MockListSectionHeaderDirective, i78.MockListFooterDirective, i79.MockFloatingDirective, i80.MockPortalDirective, i81.MockComponentLoaderDirective, i82.MockFitHeadingDirective, i83.MockThemeColorDirective, i84.MockSlideDirective, i85.MockKeyHandlerDirective, i86.MockModalRouterLinkDirective], exports: [i1.MockAccordionItemComponent, i2.MockActionGroupComponent, i3.MockAvatarComponent, i4.MockButtonComponent, i5.MockCalendarComponent, i6.MockCardFooterComponent, i7.MockCardHeaderComponent, i8.MockCardComponent, i9.MockChartComponent, i10.MockBaseChartComponent, i11.MockStockChartComponent, i12.MockCheckboxComponent, i13.MockTableComponent, i14.MockTableRowComponent, i15.MockDividerComponent, i16.MockDropdownComponent, i17.MockEmptyStateComponent, i18.MockFabSheetComponent, i19.MockFlagComponent, i20.MockFormFieldMessageComponent, i21.MockFormFieldComponent, i22.MockInputComponent, i23.MockInputCounterComponent, i24.MockTextareaComponent, i25.MockHeaderActionsDirective, i25.MockHeaderCustomSectionDirective, i25.MockHeaderComponent, i26.MockIconComponent, i27.MockItemComponent, i28.MockLabelComponent, i29.MockItemGroupComponent, i30.MockItemSlidingComponent, i31.MockAppComponent, i32.MockListExperimentalComponent, i33.MockListHeaderComponent, i34.MockListItemComponent, i35.MockListSectionHeaderComponent, i36.MockListComponent, i37.MockLoadingOverlayComponent, i38.MockMenuComponent, i39.MockActionSheetComponent, i40.MockAlertComponent, i41.MockModalFooterComponent, i42.MockModalCompactWrapperComponent, i43.MockModalWrapperComponent, i44.MockModalV2FooterComponent, i45.MockModalV2Component, i46.MockModalV2RoutingComponent, i47.MockModalV2WrapperComponent, i48.MockPageFooterComponent, i49.MockPageTitleDirective, i49.MockPageSubtitleDirective, i49.MockPageToolbarTitleDirective, i49.MockPageActionsDirective, i49.MockPageContentDirective, i49.MockPageStickyContentDirective, i49.MockPageProgressComponent, i49.MockPageTitleComponent, i49.MockPageContentComponent, i49.MockPageActionsComponent, i49.MockPageComponent, i50.MockPopoverComponent, i51.MockProgressCircleRingComponent, i52.MockProgressCircleComponent, i53.MockRadioGroupComponent, i54.MockRadioComponent, i55.MockRangeComponent, i56.MockReorderListComponent, i57.MockRouterOutletComponent, i58.MockSectionHeaderComponent, i59.MockSlidesComponent, i60.MockSlideButtonComponent, i61.MockSpinnerComponent, i62.MockPageLocalNavigationComponent, i63.MockSegmentedControlComponent, i64.MockBadgeComponent, i65.MockTabNavigationComponent, i66.MockTabNavigationItemComponent, i67.MockTabButtonComponent, i68.MockTabsComponent, i69.MockToggleComponent, i70.MockToggleButtonComponent, i71.MockAccordionDirective, i72.MockCardAsButtonDirective, i73.MockAffixDirective, i74.MockDateInputDirective, i75.MockDecimalMaskDirective, i76.MockInfiniteScrollDirective, i77.MockListItemColorDirective, i78.MockListItemTemplateDirective, i78.MockListHeaderDirective, i78.MockListSectionHeaderDirective, i78.MockListFooterDirective, i79.MockFloatingDirective, i80.MockPortalDirective, i81.MockComponentLoaderDirective, i82.MockFitHeadingDirective, i83.MockThemeColorDirective, i84.MockSlideDirective, i85.MockKeyHandlerDirective, i86.MockModalRouterLinkDirective] }); }
94
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingBaseModule }); }
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingBaseModule, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingBaseModule, decorators: [{
97
97
  type: NgModule,
98
98
  args: [{
99
99
  declarations: [MOCK_COMPONENTS, MOCK_DIRECTIVES],
@@ -5,11 +5,11 @@ import { KirbyTestingBaseModule } from '@kirbydesign/designsystem/testing-base';
5
5
  import { MOCK_PROVIDERS } from './mock-providers';
6
6
  import * as i0 from "@angular/core";
7
7
  export class KirbyTestingModule {
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingModule, imports: [KirbyTestingBaseModule], exports: [KirbyTestingBaseModule] }); }
10
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingModule, providers: [...MOCK_PROVIDERS], imports: [KirbyTestingBaseModule, KirbyTestingBaseModule] }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingModule, imports: [KirbyTestingBaseModule], exports: [KirbyTestingBaseModule] }); }
10
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingModule, providers: [...MOCK_PROVIDERS], imports: [KirbyTestingBaseModule, KirbyTestingBaseModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [KirbyTestingBaseModule],
@@ -5,11 +5,11 @@ import { KirbyTestingBaseModule } from '@kirbydesign/designsystem/testing-base';
5
5
  import { MOCK_PROVIDERS } from './mock-providers';
6
6
  import * as i0 from "@angular/core";
7
7
  export class KirbyTestingModule {
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingModule, imports: [KirbyTestingBaseModule], exports: [KirbyTestingBaseModule] }); }
10
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingModule, providers: [...MOCK_PROVIDERS], imports: [KirbyTestingBaseModule, KirbyTestingBaseModule] }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingModule, imports: [KirbyTestingBaseModule], exports: [KirbyTestingBaseModule] }); }
10
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingModule, providers: [...MOCK_PROVIDERS], imports: [KirbyTestingBaseModule, KirbyTestingBaseModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KirbyTestingModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: KirbyTestingModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [KirbyTestingBaseModule],
@@ -13,10 +13,10 @@ export class ToastController {
13
13
  }
14
14
  });
15
15
  }
16
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastController, deps: [{ token: i1.ToastHelper }], target: i0.ɵɵFactoryTarget.Injectable }); }
17
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastController }); }
16
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastController, deps: [{ token: i1.ToastHelper }], target: i0.ɵɵFactoryTarget.Injectable }); }
17
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastController }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastController, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastController, decorators: [{
20
20
  type: Injectable
21
21
  }], ctorParameters: () => [{ type: i1.ToastHelper }] });
22
22
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3QuY29udHJvbGxlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3RvYXN0L3NyYy9zZXJ2aWNlcy90b2FzdC5jb250cm9sbGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFJM0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7QUFHN0MsTUFBTSxPQUFPLGVBQWU7SUFDMUIsWUFBb0IsV0FBd0I7UUFBeEIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7SUFBRyxDQUFDO0lBRXpDLFNBQVMsQ0FBQyxNQUFtQixFQUFFLFlBQXlCO1FBQzdELElBQUksQ0FBQyxXQUFXLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFO1lBQ2xELElBQUksWUFBWSxFQUFFO2dCQUNoQixPQUFPLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQyxZQUFZLEVBQUUsQ0FBQyxDQUFDO2FBQ2pEO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO2tJQVRVLGVBQWU7c0lBQWYsZUFBZTs7NEZBQWYsZUFBZTtrQkFEM0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgVG9hc3RDb25maWcgfSBmcm9tICcuLi9jb25maWcvdG9hc3QtY29uZmlnJztcblxuaW1wb3J0IHsgVG9hc3RIZWxwZXIgfSBmcm9tICcuL3RvYXN0LmhlbHBlcic7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBUb2FzdENvbnRyb2xsZXIge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHRvYXN0SGVscGVyOiBUb2FzdEhlbHBlcikge31cblxuICBwdWJsaWMgc2hvd1RvYXN0KGNvbmZpZzogVG9hc3RDb25maWcsIG9uQ2xvc2VUb2FzdD86ICgpID0+IHZvaWQpIHtcbiAgICB0aGlzLnRvYXN0SGVscGVyLnNob3dUb2FzdChjb25maWcpLnRoZW4oKG92ZXJsYXkpID0+IHtcbiAgICAgIGlmIChvbkNsb3NlVG9hc3QpIHtcbiAgICAgICAgb3ZlcmxheS5vbkRpZERpc21pc3MudGhlbigoKSA9PiBvbkNsb3NlVG9hc3QoKSk7XG4gICAgICB9XG4gICAgfSk7XG4gIH1cbn1cbiJdfQ==
@@ -30,10 +30,10 @@ export class ToastHelper {
30
30
  }
31
31
  return cssClass;
32
32
  }
33
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastHelper, deps: [{ token: i1.ToastController }], target: i0.ɵɵFactoryTarget.Injectable }); }
34
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastHelper }); }
33
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastHelper, deps: [{ token: i1.ToastController }], target: i0.ɵɵFactoryTarget.Injectable }); }
34
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastHelper }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastHelper, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastHelper, decorators: [{
37
37
  type: Injectable
38
38
  }], ctorParameters: () => [{ type: i1.ToastController }] });
39
39
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3QuaGVscGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG9hc3Qvc3JjL3NlcnZpY2VzL3RvYXN0LmhlbHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7O0FBTTVELE1BQU0sT0FBTyxXQUFXO2FBQ2YsY0FBUyxHQUFHLGFBQWEsQUFBaEIsQ0FBaUI7YUFDMUIsbUJBQWMsR0FBRyxJQUFJLEFBQVAsQ0FBUTtJQUU3QixZQUFvQixlQUFnQztRQUFoQyxvQkFBZSxHQUFmLGVBQWUsQ0FBaUI7SUFBRyxDQUFDO0lBRWpELEtBQUssQ0FBQyxTQUFTLENBQUMsTUFBbUI7UUFDeEMsTUFBTSxLQUFLLEdBQUcsTUFBTSxJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQztZQUM5QyxRQUFRLEVBQUUsTUFBTSxDQUFDLFFBQVE7WUFDekIsT0FBTyxFQUFFLE1BQU0sQ0FBQyxPQUFPO1lBQ3ZCLFFBQVEsRUFBRSxLQUFLO1lBQ2YsUUFBUSxFQUFFLE1BQU0sQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxjQUFjO1lBQ2hGLFFBQVEsRUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLE1BQU0sQ0FBQyxXQUFXLENBQUM7U0FDL0MsQ0FBQyxDQUFDO1FBQ0gsTUFBTSxLQUFLLENBQUMsT0FBTyxFQUFFLENBQUM7UUFDdEIsT0FBTztZQUNMLE9BQU8sRUFBRSxLQUFLLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7WUFDbEMsYUFBYSxFQUFFLEtBQUssQ0FBQyxhQUFhLEVBQUU7WUFDcEMsWUFBWSxFQUFFLEtBQUssQ0FBQyxZQUFZLEVBQUU7U0FDbkMsQ0FBQztJQUNKLENBQUM7SUFFTyxXQUFXLENBQUMsV0FBd0I7UUFDMUMsSUFBSSxRQUFRLEdBQUcsV0FBVyxDQUFDLFNBQVMsQ0FBQztRQUVyQyxJQUFJLFdBQVcsRUFBRTtZQUNmLFFBQVEsSUFBSSxHQUFHLEdBQUcsV0FBVyxDQUFDO1NBQy9CO1FBRUQsT0FBTyxRQUFRLENBQUM7SUFDbEIsQ0FBQztrSUE5QlUsV0FBVztzSUFBWCxXQUFXOzs0RkFBWCxXQUFXO2tCQUR2QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVG9hc3RDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXIvc3RhbmRhbG9uZSc7XG5pbXBvcnQgeyBPdmVybGF5IH0gZnJvbSAnQGtpcmJ5ZGVzaWduL2Rlc2lnbnN5c3RlbS9tb2RhbCc7XG5cbmltcG9ydCB7IE1lc3NhZ2VUeXBlLCBUb2FzdENvbmZpZyB9IGZyb20gJy4uL2NvbmZpZy90b2FzdC1jb25maWcnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgVG9hc3RIZWxwZXIge1xuICBzdGF0aWMgQ1NTX0NMQVNTID0gJ2tpcmJ5LXRvYXN0JztcbiAgc3RhdGljIERVUkFUSU9OX0lOX01TID0gNDAwMDtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHRvYXN0Q29udHJvbGxlcjogVG9hc3RDb250cm9sbGVyKSB7fVxuXG4gIHB1YmxpYyBhc3luYyBzaG93VG9hc3QoY29uZmlnOiBUb2FzdENvbmZpZyk6IFByb21pc2U8T3ZlcmxheT4ge1xuICAgIGNvbnN0IHRvYXN0ID0gYXdhaXQgdGhpcy50b2FzdENvbnRyb2xsZXIuY3JlYXRlKHtcbiAgICAgIGFuaW1hdGVkOiBjb25maWcuYW5pbWF0ZWQsXG4gICAgICBtZXNzYWdlOiBjb25maWcubWVzc2FnZSxcbiAgICAgIHBvc2l0aW9uOiAndG9wJyxcbiAgICAgIGR1cmF0aW9uOiBjb25maWcuZHVyYXRpb25Jbk1zID8gY29uZmlnLmR1cmF0aW9uSW5NcyA6IFRvYXN0SGVscGVyLkRVUkFUSU9OX0lOX01TLFxuICAgICAgY3NzQ2xhc3M6IHRoaXMuZ2V0Q3NzQ2xhc3MoY29uZmlnLm1lc3NhZ2VUeXBlKSxcbiAgICB9KTtcbiAgICBhd2FpdCB0b2FzdC5wcmVzZW50KCk7XG4gICAgcmV0dXJuIHtcbiAgICAgIGRpc21pc3M6IHRvYXN0LmRpc21pc3MuYmluZCh0b2FzdCksXG4gICAgICBvbldpbGxEaXNtaXNzOiB0b2FzdC5vbldpbGxEaXNtaXNzKCksXG4gICAgICBvbkRpZERpc21pc3M6IHRvYXN0Lm9uRGlkRGlzbWlzcygpLFxuICAgIH07XG4gIH1cblxuICBwcml2YXRlIGdldENzc0NsYXNzKG1lc3NhZ2VUeXBlOiBNZXNzYWdlVHlwZSk6IHN0cmluZyB7XG4gICAgbGV0IGNzc0NsYXNzID0gVG9hc3RIZWxwZXIuQ1NTX0NMQVNTO1xuXG4gICAgaWYgKG1lc3NhZ2VUeXBlKSB7XG4gICAgICBjc3NDbGFzcyArPSAnICcgKyBtZXNzYWdlVHlwZTtcbiAgICB9XG5cbiAgICByZXR1cm4gY3NzQ2xhc3M7XG4gIH1cbn1cbiJdfQ==
@@ -83,16 +83,16 @@ export class ToggleComponent {
83
83
  this.disabled = isDisabled;
84
84
  this.cdr.detectChanges();
85
85
  }
86
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToggleComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
87
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ToggleComponent, isStandalone: true, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { properties: { "attr.disabled": "this._isDisabled" } }, providers: [
86
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToggleComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
87
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ToggleComponent, isStandalone: true, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { properties: { "attr.disabled": "this._isDisabled" } }, providers: [
88
88
  {
89
89
  provide: NG_VALUE_ACCESSOR,
90
90
  useExisting: forwardRef((() => ToggleComponent)),
91
91
  multi: true,
92
92
  },
93
- ], ngImport: i0, template: "<ion-toggle\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n [class.interaction-state-active]=\"_pressed\"\n (keydown.space)=\"_onActive()\"\n (keyup.space)=\"_onInactive()\"\n (blur)=\"_onInactive()\"\n (ionChange)=\"onCheckedChange($event.detail.checked)\"\n [attr.aria-label]=\"_ariaLabel\"\n>\n <ng-content></ng-content>\n</ion-toggle>\n", styles: [":host{display:inline-flex}ion-toggle{--track-background: var(--kirby-semi-dark);--handle-background: var(--kirby-white);--track-background-checked: var(--kirby-success);--handle-background-checked: var(--kirby-white);--handle-transition: .2s;--handle-box-shadow: 0 1px 24px 0 rgba(28, 28, 28, .04);--handle-height: 28px;--handle-width: 28px;--border-radius: 16px}@media (hover: hover) and (pointer: fine){ion-toggle{overflow:visible;contain:none}ion-toggle:focus-within::part(track){transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}}@media (hover: hover){ion-toggle:hover{--state-layer-opacity: .08;--state-layer-background-color: var(--kirby-black);cursor:pointer;--track-background: rgb(119.28, 119.28, 119.28);--handle-background: rgb(244.8, 244.8, 244.8);--track-background-checked: rgb(45.030660793, 192.689339207, 114.1474889868);--handle-background-checked: rgb(244.8, 244.8, 244.8)}}ion-toggle:active,ion-toggle.interaction-state-active{--state-layer-opacity: .12;--state-layer-background-color: var(--kirby-black);--track-background: rgb(107.92, 107.92, 107.92);--handle-background: rgb(234.6, 234.6, 234.6);--track-background-checked: rgb(40.7420264317, 174.3379735683, 103.2762995595);--handle-background-checked: rgb(234.6, 234.6, 234.6)}ion-toggle::part(track){height:32px}ion-toggle.in-item.legacy-toggle{padding:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: IonToggle, selector: "ion-toggle", inputs: ["checked", "color", "disabled", "enableOnOffLabels", "justify", "labelPlacement", "mode", "name", "value"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
93
+ ], ngImport: i0, template: "<ion-toggle\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n [class.interaction-state-active]=\"_pressed\"\n (keydown.space)=\"_onActive()\"\n (keyup.space)=\"_onInactive()\"\n (blur)=\"_onInactive()\"\n (ionChange)=\"onCheckedChange($event.detail.checked)\"\n [attr.aria-label]=\"_ariaLabel\"\n>\n <ng-content></ng-content>\n</ion-toggle>\n", styles: [":host{display:inline-flex}ion-toggle{--track-background: var(--kirby-semi-dark);--handle-background: var(--kirby-white);--track-background-checked: var(--kirby-success);--handle-background-checked: var(--kirby-white);--handle-transition: .2s;--handle-box-shadow: 0 1px 24px 0 rgba(28, 28, 28, .04);--handle-height: 28px;--handle-width: 28px;--border-radius: 16px}@media (hover: hover) and (pointer: fine){ion-toggle{overflow:visible;contain:none}ion-toggle:focus-within::part(track){transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}}@media (hover: hover){ion-toggle:hover{--state-layer-opacity: .08;--state-layer-background-color: var(--kirby-black);cursor:pointer;--track-background: #777777;--handle-background: whitesmoke;--track-background-checked: #2dc172;--handle-background-checked: whitesmoke}}ion-toggle:active,ion-toggle.interaction-state-active{--state-layer-opacity: .12;--state-layer-background-color: var(--kirby-black);--track-background: #6c6c6c;--handle-background: #ebebeb;--track-background-checked: #29ae67;--handle-background-checked: #ebebeb}ion-toggle::part(track){height:32px}ion-toggle.in-item.legacy-toggle{padding:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: IonToggle, selector: "ion-toggle", inputs: ["checked", "color", "disabled", "enableOnOffLabels", "justify", "labelPlacement", "mode", "name", "value"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
94
94
  }
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToggleComponent, decorators: [{
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToggleComponent, decorators: [{
96
96
  type: Component,
97
97
  args: [{ standalone: true, imports: [CommonModule, IonToggle], selector: 'kirby-toggle', providers: [
98
98
  {
@@ -100,7 +100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
100
100
  useExisting: forwardRef((() => ToggleComponent)),
101
101
  multi: true,
102
102
  },
103
- ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-toggle\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n [class.interaction-state-active]=\"_pressed\"\n (keydown.space)=\"_onActive()\"\n (keyup.space)=\"_onInactive()\"\n (blur)=\"_onInactive()\"\n (ionChange)=\"onCheckedChange($event.detail.checked)\"\n [attr.aria-label]=\"_ariaLabel\"\n>\n <ng-content></ng-content>\n</ion-toggle>\n", styles: [":host{display:inline-flex}ion-toggle{--track-background: var(--kirby-semi-dark);--handle-background: var(--kirby-white);--track-background-checked: var(--kirby-success);--handle-background-checked: var(--kirby-white);--handle-transition: .2s;--handle-box-shadow: 0 1px 24px 0 rgba(28, 28, 28, .04);--handle-height: 28px;--handle-width: 28px;--border-radius: 16px}@media (hover: hover) and (pointer: fine){ion-toggle{overflow:visible;contain:none}ion-toggle:focus-within::part(track){transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}}@media (hover: hover){ion-toggle:hover{--state-layer-opacity: .08;--state-layer-background-color: var(--kirby-black);cursor:pointer;--track-background: rgb(119.28, 119.28, 119.28);--handle-background: rgb(244.8, 244.8, 244.8);--track-background-checked: rgb(45.030660793, 192.689339207, 114.1474889868);--handle-background-checked: rgb(244.8, 244.8, 244.8)}}ion-toggle:active,ion-toggle.interaction-state-active{--state-layer-opacity: .12;--state-layer-background-color: var(--kirby-black);--track-background: rgb(107.92, 107.92, 107.92);--handle-background: rgb(234.6, 234.6, 234.6);--track-background-checked: rgb(40.7420264317, 174.3379735683, 103.2762995595);--handle-background-checked: rgb(234.6, 234.6, 234.6)}ion-toggle::part(track){height:32px}ion-toggle.in-item.legacy-toggle{padding:0}\n"] }]
103
+ ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-toggle\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n [class.interaction-state-active]=\"_pressed\"\n (keydown.space)=\"_onActive()\"\n (keyup.space)=\"_onInactive()\"\n (blur)=\"_onInactive()\"\n (ionChange)=\"onCheckedChange($event.detail.checked)\"\n [attr.aria-label]=\"_ariaLabel\"\n>\n <ng-content></ng-content>\n</ion-toggle>\n", styles: [":host{display:inline-flex}ion-toggle{--track-background: var(--kirby-semi-dark);--handle-background: var(--kirby-white);--track-background-checked: var(--kirby-success);--handle-background-checked: var(--kirby-white);--handle-transition: .2s;--handle-box-shadow: 0 1px 24px 0 rgba(28, 28, 28, .04);--handle-height: 28px;--handle-width: 28px;--border-radius: 16px}@media (hover: hover) and (pointer: fine){ion-toggle{overflow:visible;contain:none}ion-toggle:focus-within::part(track){transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}}@media (hover: hover){ion-toggle:hover{--state-layer-opacity: .08;--state-layer-background-color: var(--kirby-black);cursor:pointer;--track-background: #777777;--handle-background: whitesmoke;--track-background-checked: #2dc172;--handle-background-checked: whitesmoke}}ion-toggle:active,ion-toggle.interaction-state-active{--state-layer-opacity: .12;--state-layer-background-color: var(--kirby-black);--track-background: #6c6c6c;--handle-background: #ebebeb;--track-background-checked: #29ae67;--handle-background-checked: #ebebeb}ion-toggle::part(track){height:32px}ion-toggle.in-item.legacy-toggle{padding:0}\n"] }]
104
104
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }], propDecorators: { checked: [{
105
105
  type: Input
106
106
  }], disabled: [{
@@ -111,4 +111,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
111
111
  }], checkedChange: [{
112
112
  type: Output
113
113
  }] } });
114
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RvZ2dsZS9zcmMvdG9nZ2xlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3RvZ2dsZS9zcmMvdG9nZ2xlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsVUFBVSxFQUNWLFlBQVksRUFDWixVQUFVLEVBQ1YsV0FBVyxFQUNYLEtBQUssRUFFTCxNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFpQnRELE1BQU0sT0FBTyxlQUFlO0lBQzFCLFlBQW9CLEdBQXNCLEVBQVUsVUFBbUM7UUFBbkUsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFBVSxlQUFVLEdBQVYsVUFBVSxDQUF5QjtRQWtCOUUsWUFBTyxHQUFZLEtBQUssQ0FBQztRQUN6QixhQUFRLEdBQVksS0FBSyxDQUFDO1FBTXpCLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUV0RCxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBaUJqQixvRUFBb0U7UUFDcEUsNkNBQTZDO1FBQ3JDLGNBQVMsR0FBNkIsR0FBRyxFQUFFLEdBQUUsQ0FBQyxDQUFDO1FBQ3ZELDZDQUE2QztRQUNyQyxlQUFVLEdBQUcsR0FBRyxFQUFFLEdBQUUsQ0FBQyxDQUFDO0lBaEQ0RCxDQUFDO0lBRTNGLFFBQVE7UUFDTixJQUFJLENBQUMscUJBQXFCLEVBQUUsQ0FBQztJQUMvQixDQUFDO0lBSU8scUJBQXFCO1FBQzNCLE1BQU0sRUFBRSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDO1FBQ3pDLE1BQU0sU0FBUyxHQUFHLFlBQVksQ0FBQztRQUMvQixJQUFJLEVBQUUsQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLEVBQUU7WUFDOUIsTUFBTSxLQUFLLEdBQUcsRUFBRSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsQ0FBQztZQUN6QyxFQUFFLENBQUMsZUFBZSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBQzlCLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO1NBQ3pCO0lBQ0gsQ0FBQztJQUlELElBQ0ksV0FBVztRQUNiLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7SUFDM0MsQ0FBQztJQU1ELGVBQWUsQ0FBQyxPQUFnQjtRQUM5QixJQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQztRQUN2QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDeEMsQ0FBQztJQUVELFNBQVM7UUFDUCxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztJQUN2QixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ3RCLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBUUQ7Ozs7O09BS0c7SUFDSCxVQUFVLENBQUMsS0FBYztRQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztJQUN2QixDQUFDO0lBQ0Q7Ozs7OztPQU1HO0lBQ0gsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBQ0Q7Ozs7OztPQU1HO0lBQ0gsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsVUFBVSxHQUFHLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBQ0Q7Ozs7O09BS0c7SUFDSCxnQkFBZ0IsQ0FBRSxVQUFtQjtRQUNuQyxJQUFJLENBQUMsUUFBUSxHQUFHLFVBQVUsQ0FBQztRQUMzQixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQzNCLENBQUM7a0lBekZVLGVBQWU7c0hBQWYsZUFBZSw2TkFUZjtZQUNUO2dCQUNFLE9BQU8sRUFBRSxpQkFBaUI7Z0JBQzFCLFdBQVcsRUFBRSxVQUFVLEVBQUMsR0FBRyxFQUFFLENBQUMsZUFBZSxFQUFDO2dCQUM5QyxLQUFLLEVBQUUsSUFBSTthQUNaO1NBQ0YsMEJDNUJILG1XQVlBLCs1Q0RNWSxZQUFZLCtCQUFFLFNBQVM7OzRGQWF0QixlQUFlO2tCQWYzQixTQUFTO2lDQUNJLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxTQUFTLENBQUMsWUFDeEIsY0FBYyxhQUdiO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLEVBQUMsR0FBRyxFQUFFLGdCQUFnQixFQUFDOzRCQUM5QyxLQUFLLEVBQUUsSUFBSTt5QkFDWjtxQkFDRixtQkFDZ0IsdUJBQXVCLENBQUMsTUFBTTsrR0FxQnRDLE9BQU87c0JBQWYsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUVGLFdBQVc7c0JBRGQsV0FBVzt1QkFBQyxlQUFlO2dCQUtsQixhQUFhO3NCQUF0QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIGZvcndhcmRSZWYsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBPdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgSW9uVG9nZ2xlIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXIvc3RhbmRhbG9uZSc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBJb25Ub2dnbGVdLFxuICBzZWxlY3RvcjogJ2tpcmJ5LXRvZ2dsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi90b2dnbGUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90b2dnbGUuY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBUb2dnbGVDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWUsXG4gICAgfSxcbiAgXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFRvZ2dsZUNvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkluaXQge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4pIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5pbmhlcml0QXJpYUF0dHJpYnV0ZXMoKTtcbiAgfVxuXG4gIF9hcmlhTGFiZWw6IHN0cmluZztcblxuICBwcml2YXRlIGluaGVyaXRBcmlhQXR0cmlidXRlcygpIHtcbiAgICBjb25zdCBlbCA9IHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICAgIGNvbnN0IGF0dHJpYnV0ZSA9ICdhcmlhLWxhYmVsJztcbiAgICBpZiAoZWwuaGFzQXR0cmlidXRlKGF0dHJpYnV0ZSkpIHtcbiAgICAgIGNvbnN0IHZhbHVlID0gZWwuZ2V0QXR0cmlidXRlKGF0dHJpYnV0ZSk7XG4gICAgICBlbC5yZW1vdmVBdHRyaWJ1dGUoYXR0cmlidXRlKTtcbiAgICAgIHRoaXMuX2FyaWFMYWJlbCA9IHZhbHVlO1xuICAgIH1cbiAgfVxuXG4gIEBJbnB1dCgpIGNoZWNrZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmRpc2FibGVkJylcbiAgZ2V0IF9pc0Rpc2FibGVkKCkge1xuICAgIHJldHVybiB0aGlzLmRpc2FibGVkID8gJ2Rpc2FibGVkJyA6IG51bGw7XG4gIH1cblxuICBAT3V0cHV0KCkgY2hlY2tlZENoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcblxuICBfcHJlc3NlZCA9IGZhbHNlO1xuXG4gIG9uQ2hlY2tlZENoYW5nZShjaGVja2VkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5jaGVja2VkID0gY2hlY2tlZDtcbiAgICB0aGlzLl9vbkNoYW5nZSh0aGlzLmNoZWNrZWQpO1xuICAgIHRoaXMuY2hlY2tlZENoYW5nZS5lbWl0KHRoaXMuY2hlY2tlZCk7XG4gIH1cblxuICBfb25BY3RpdmUoKSB7XG4gICAgdGhpcy5fcHJlc3NlZCA9IHRydWU7XG4gIH1cblxuICBfb25JbmFjdGl2ZSgpIHtcbiAgICB0aGlzLl9wcmVzc2VkID0gZmFsc2U7XG4gICAgdGhpcy5fb25Ub3VjaGVkKCk7XG4gIH1cblxuICAvLyBJbml0aWFsaXplIGRlZmF1bHQgQ29udHJvbFZhbHVlQWNjZXNzb3IgY2FsbGJhY2sgZnVuY3Rpb25zIChub29wKVxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tZW1wdHktZnVuY3Rpb25cbiAgcHJpdmF0ZSBfb25DaGFuZ2U6ICh2YWx1ZTogYm9vbGVhbikgPT4gdm9pZCA9ICgpID0+IHt9O1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tZW1wdHktZnVuY3Rpb25cbiAgcHJpdmF0ZSBfb25Ub3VjaGVkID0gKCkgPT4ge307XG5cbiAgLyoqXG4gICAqIFNldHMgdGhlIHRvZ2dsZSdzIHZhbHVlLiBQYXJ0IG9mIHRoZSBDb250cm9sVmFsdWVBY2Nlc3NvciBpbnRlcmZhY2VcbiAgICogcmVxdWlyZWQgdG8gaW50ZWdyYXRlIHdpdGggQW5ndWxhcidzIGNvcmUgZm9ybXMgQVBJLlxuICAgKlxuICAgKiBAcGFyYW0gdmFsdWUgTmV3IHZhbHVlIHRvIGJlIHdyaXR0ZW4gdG8gdGhlIG1vZGVsLlxuICAgKi9cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYm9vbGVhbik6IHZvaWQge1xuICAgIHRoaXMuY2hlY2tlZCA9IHZhbHVlO1xuICB9XG4gIC8qKlxuICAgKiBTYXZlcyBhIGNhbGxiYWNrIGZ1bmN0aW9uIHRvIGJlIGludm9rZWQgd2hlbiB0aGUgdG9nZ2xlJ3MgdmFsdWVcbiAgICogY2hhbmdlcyBmcm9tIHVzZXIgaW5wdXQuIFBhcnQgb2YgdGhlIENvbnRyb2xWYWx1ZUFjY2Vzc29yIGludGVyZmFjZVxuICAgKiByZXF1aXJlZCB0byBpbnRlZ3JhdGUgd2l0aCBBbmd1bGFyJ3MgY29yZSBmb3JtcyBBUEkuXG4gICAqXG4gICAqIEBwYXJhbSBmbiBDYWxsYmFjayB0byBiZSB0cmlnZ2VyZWQgd2hlbiB0aGUgdmFsdWUgY2hhbmdlcy5cbiAgICovXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSk6IHZvaWQge1xuICAgIHRoaXMuX29uQ2hhbmdlID0gZm47XG4gIH1cbiAgLyoqXG4gICAqIFNhdmVzIGEgY2FsbGJhY2sgZnVuY3Rpb24gdG8gYmUgaW52b2tlZCB3aGVuIHRoZSB0b2dnbGUgaXMgYmx1cnJlZFxuICAgKiBieSB0aGUgdXNlci4gUGFydCBvZiB0aGUgQ29udHJvbFZhbHVlQWNjZXNzb3IgaW50ZXJmYWNlIHJlcXVpcmVkXG4gICAqIHRvIGludGVncmF0ZSB3aXRoIEFuZ3VsYXIncyBjb3JlIGZvcm1zIEFQSS5cbiAgICpcbiAgICogQHBhcmFtIGZuIENhbGxiYWNrIHRvIGJlIHRyaWdnZXJlZCB3aGVuIHRoZSBjb21wb25lbnQgaGFzIGJlZW4gdG91Y2hlZC5cbiAgICovXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLl9vblRvdWNoZWQgPSBmbjtcbiAgfVxuICAvKipcbiAgICogRGlzYWJsZXMgdGhlIHRvZ2dsZS4gUGFydCBvZiB0aGUgQ29udHJvbFZhbHVlQWNjZXNzb3IgaW50ZXJmYWNlIHJlcXVpcmVkXG4gICAqIHRvIGludGVncmF0ZSB3aXRoIEFuZ3VsYXIncyBjb3JlIGZvcm1zIEFQSS5cbiAgICpcbiAgICogQHBhcmFtIGlzRGlzYWJsZWQgU2V0cyB3aGV0aGVyIHRoZSBjb21wb25lbnQgaXMgZGlzYWJsZWQuXG4gICAqL1xuICBzZXREaXNhYmxlZFN0YXRlPyhpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuICB9XG59XG4iLCI8aW9uLXRvZ2dsZVxuICBbY2hlY2tlZF09XCJjaGVja2VkXCJcbiAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgW2NsYXNzLmludGVyYWN0aW9uLXN0YXRlLWFjdGl2ZV09XCJfcHJlc3NlZFwiXG4gIChrZXlkb3duLnNwYWNlKT1cIl9vbkFjdGl2ZSgpXCJcbiAgKGtleXVwLnNwYWNlKT1cIl9vbkluYWN0aXZlKClcIlxuICAoYmx1cik9XCJfb25JbmFjdGl2ZSgpXCJcbiAgKGlvbkNoYW5nZSk9XCJvbkNoZWNrZWRDaGFuZ2UoJGV2ZW50LmRldGFpbC5jaGVja2VkKVwiXG4gIFthdHRyLmFyaWEtbGFiZWxdPVwiX2FyaWFMYWJlbFwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaW9uLXRvZ2dsZT5cbiJdfQ==
114
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RvZ2dsZS9zcmMvdG9nZ2xlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3RvZ2dsZS9zcmMvdG9nZ2xlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsVUFBVSxFQUNWLFlBQVksRUFDWixVQUFVLEVBQ1YsV0FBVyxFQUNYLEtBQUssRUFFTCxNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFpQnRELE1BQU0sT0FBTyxlQUFlO0lBQzFCLFlBQW9CLEdBQXNCLEVBQVUsVUFBbUM7UUFBbkUsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFBVSxlQUFVLEdBQVYsVUFBVSxDQUF5QjtRQWtCOUUsWUFBTyxHQUFZLEtBQUssQ0FBQztRQUN6QixhQUFRLEdBQVksS0FBSyxDQUFDO1FBTXpCLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUV0RCxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBaUJqQixvRUFBb0U7UUFDcEUsNkNBQTZDO1FBQ3JDLGNBQVMsR0FBNkIsR0FBRyxFQUFFLEdBQUUsQ0FBQyxDQUFDO1FBQ3ZELDZDQUE2QztRQUNyQyxlQUFVLEdBQUcsR0FBRyxFQUFFLEdBQUUsQ0FBQyxDQUFDO0lBaEQ0RCxDQUFDO0lBRTNGLFFBQVE7UUFDTixJQUFJLENBQUMscUJBQXFCLEVBQUUsQ0FBQztJQUMvQixDQUFDO0lBSU8scUJBQXFCO1FBQzNCLE1BQU0sRUFBRSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDO1FBQ3pDLE1BQU0sU0FBUyxHQUFHLFlBQVksQ0FBQztRQUMvQixJQUFJLEVBQUUsQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLEVBQUU7WUFDOUIsTUFBTSxLQUFLLEdBQUcsRUFBRSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsQ0FBQztZQUN6QyxFQUFFLENBQUMsZUFBZSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBQzlCLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO1NBQ3pCO0lBQ0gsQ0FBQztJQUlELElBQ0ksV0FBVztRQUNiLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7SUFDM0MsQ0FBQztJQU1ELGVBQWUsQ0FBQyxPQUFnQjtRQUM5QixJQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQztRQUN2QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDeEMsQ0FBQztJQUVELFNBQVM7UUFDUCxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztJQUN2QixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ3RCLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBUUQ7Ozs7O09BS0c7SUFDSCxVQUFVLENBQUMsS0FBYztRQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztJQUN2QixDQUFDO0lBQ0Q7Ozs7OztPQU1HO0lBQ0gsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBQ0Q7Ozs7OztPQU1HO0lBQ0gsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsVUFBVSxHQUFHLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBQ0Q7Ozs7O09BS0c7SUFDSCxnQkFBZ0IsQ0FBRSxVQUFtQjtRQUNuQyxJQUFJLENBQUMsUUFBUSxHQUFHLFVBQVUsQ0FBQztRQUMzQixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQzNCLENBQUM7a0lBekZVLGVBQWU7c0hBQWYsZUFBZSw2TkFUZjtZQUNUO2dCQUNFLE9BQU8sRUFBRSxpQkFBaUI7Z0JBQzFCLFdBQVcsRUFBRSxVQUFVLEVBQUMsR0FBRyxFQUFFLENBQUMsZUFBZSxFQUFDO2dCQUM5QyxLQUFLLEVBQUUsSUFBSTthQUNaO1NBQ0YsMEJDNUJILG1XQVlBLHF1Q0RNWSxZQUFZLCtCQUFFLFNBQVM7OzRGQWF0QixlQUFlO2tCQWYzQixTQUFTO2lDQUNJLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxTQUFTLENBQUMsWUFDeEIsY0FBYyxhQUdiO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLEVBQUMsR0FBRyxFQUFFLGdCQUFnQixFQUFDOzRCQUM5QyxLQUFLLEVBQUUsSUFBSTt5QkFDWjtxQkFDRixtQkFDZ0IsdUJBQXVCLENBQUMsTUFBTTsrR0FxQnRDLE9BQU87c0JBQWYsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUVGLFdBQVc7c0JBRGQsV0FBVzt1QkFBQyxlQUFlO2dCQUtsQixhQUFhO3NCQUF0QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIGZvcndhcmRSZWYsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBPdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgSW9uVG9nZ2xlIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXIvc3RhbmRhbG9uZSc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBJb25Ub2dnbGVdLFxuICBzZWxlY3RvcjogJ2tpcmJ5LXRvZ2dsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi90b2dnbGUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90b2dnbGUuY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBUb2dnbGVDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWUsXG4gICAgfSxcbiAgXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFRvZ2dsZUNvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkluaXQge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4pIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5pbmhlcml0QXJpYUF0dHJpYnV0ZXMoKTtcbiAgfVxuXG4gIF9hcmlhTGFiZWw6IHN0cmluZztcblxuICBwcml2YXRlIGluaGVyaXRBcmlhQXR0cmlidXRlcygpIHtcbiAgICBjb25zdCBlbCA9IHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICAgIGNvbnN0IGF0dHJpYnV0ZSA9ICdhcmlhLWxhYmVsJztcbiAgICBpZiAoZWwuaGFzQXR0cmlidXRlKGF0dHJpYnV0ZSkpIHtcbiAgICAgIGNvbnN0IHZhbHVlID0gZWwuZ2V0QXR0cmlidXRlKGF0dHJpYnV0ZSk7XG4gICAgICBlbC5yZW1vdmVBdHRyaWJ1dGUoYXR0cmlidXRlKTtcbiAgICAgIHRoaXMuX2FyaWFMYWJlbCA9IHZhbHVlO1xuICAgIH1cbiAgfVxuXG4gIEBJbnB1dCgpIGNoZWNrZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmRpc2FibGVkJylcbiAgZ2V0IF9pc0Rpc2FibGVkKCkge1xuICAgIHJldHVybiB0aGlzLmRpc2FibGVkID8gJ2Rpc2FibGVkJyA6IG51bGw7XG4gIH1cblxuICBAT3V0cHV0KCkgY2hlY2tlZENoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcblxuICBfcHJlc3NlZCA9IGZhbHNlO1xuXG4gIG9uQ2hlY2tlZENoYW5nZShjaGVja2VkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5jaGVja2VkID0gY2hlY2tlZDtcbiAgICB0aGlzLl9vbkNoYW5nZSh0aGlzLmNoZWNrZWQpO1xuICAgIHRoaXMuY2hlY2tlZENoYW5nZS5lbWl0KHRoaXMuY2hlY2tlZCk7XG4gIH1cblxuICBfb25BY3RpdmUoKSB7XG4gICAgdGhpcy5fcHJlc3NlZCA9IHRydWU7XG4gIH1cblxuICBfb25JbmFjdGl2ZSgpIHtcbiAgICB0aGlzLl9wcmVzc2VkID0gZmFsc2U7XG4gICAgdGhpcy5fb25Ub3VjaGVkKCk7XG4gIH1cblxuICAvLyBJbml0aWFsaXplIGRlZmF1bHQgQ29udHJvbFZhbHVlQWNjZXNzb3IgY2FsbGJhY2sgZnVuY3Rpb25zIChub29wKVxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tZW1wdHktZnVuY3Rpb25cbiAgcHJpdmF0ZSBfb25DaGFuZ2U6ICh2YWx1ZTogYm9vbGVhbikgPT4gdm9pZCA9ICgpID0+IHt9O1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tZW1wdHktZnVuY3Rpb25cbiAgcHJpdmF0ZSBfb25Ub3VjaGVkID0gKCkgPT4ge307XG5cbiAgLyoqXG4gICAqIFNldHMgdGhlIHRvZ2dsZSdzIHZhbHVlLiBQYXJ0IG9mIHRoZSBDb250cm9sVmFsdWVBY2Nlc3NvciBpbnRlcmZhY2VcbiAgICogcmVxdWlyZWQgdG8gaW50ZWdyYXRlIHdpdGggQW5ndWxhcidzIGNvcmUgZm9ybXMgQVBJLlxuICAgKlxuICAgKiBAcGFyYW0gdmFsdWUgTmV3IHZhbHVlIHRvIGJlIHdyaXR0ZW4gdG8gdGhlIG1vZGVsLlxuICAgKi9cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYm9vbGVhbik6IHZvaWQge1xuICAgIHRoaXMuY2hlY2tlZCA9IHZhbHVlO1xuICB9XG4gIC8qKlxuICAgKiBTYXZlcyBhIGNhbGxiYWNrIGZ1bmN0aW9uIHRvIGJlIGludm9rZWQgd2hlbiB0aGUgdG9nZ2xlJ3MgdmFsdWVcbiAgICogY2hhbmdlcyBmcm9tIHVzZXIgaW5wdXQuIFBhcnQgb2YgdGhlIENvbnRyb2xWYWx1ZUFjY2Vzc29yIGludGVyZmFjZVxuICAgKiByZXF1aXJlZCB0byBpbnRlZ3JhdGUgd2l0aCBBbmd1bGFyJ3MgY29yZSBmb3JtcyBBUEkuXG4gICAqXG4gICAqIEBwYXJhbSBmbiBDYWxsYmFjayB0byBiZSB0cmlnZ2VyZWQgd2hlbiB0aGUgdmFsdWUgY2hhbmdlcy5cbiAgICovXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSk6IHZvaWQge1xuICAgIHRoaXMuX29uQ2hhbmdlID0gZm47XG4gIH1cbiAgLyoqXG4gICAqIFNhdmVzIGEgY2FsbGJhY2sgZnVuY3Rpb24gdG8gYmUgaW52b2tlZCB3aGVuIHRoZSB0b2dnbGUgaXMgYmx1cnJlZFxuICAgKiBieSB0aGUgdXNlci4gUGFydCBvZiB0aGUgQ29udHJvbFZhbHVlQWNjZXNzb3IgaW50ZXJmYWNlIHJlcXVpcmVkXG4gICAqIHRvIGludGVncmF0ZSB3aXRoIEFuZ3VsYXIncyBjb3JlIGZvcm1zIEFQSS5cbiAgICpcbiAgICogQHBhcmFtIGZuIENhbGxiYWNrIHRvIGJlIHRyaWdnZXJlZCB3aGVuIHRoZSBjb21wb25lbnQgaGFzIGJlZW4gdG91Y2hlZC5cbiAgICovXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLl9vblRvdWNoZWQgPSBmbjtcbiAgfVxuICAvKipcbiAgICogRGlzYWJsZXMgdGhlIHRvZ2dsZS4gUGFydCBvZiB0aGUgQ29udHJvbFZhbHVlQWNjZXNzb3IgaW50ZXJmYWNlIHJlcXVpcmVkXG4gICAqIHRvIGludGVncmF0ZSB3aXRoIEFuZ3VsYXIncyBjb3JlIGZvcm1zIEFQSS5cbiAgICpcbiAgICogQHBhcmFtIGlzRGlzYWJsZWQgU2V0cyB3aGV0aGVyIHRoZSBjb21wb25lbnQgaXMgZGlzYWJsZWQuXG4gICAqL1xuICBzZXREaXNhYmxlZFN0YXRlPyhpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuICB9XG59XG4iLCI8aW9uLXRvZ2dsZVxuICBbY2hlY2tlZF09XCJjaGVja2VkXCJcbiAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgW2NsYXNzLmludGVyYWN0aW9uLXN0YXRlLWFjdGl2ZV09XCJfcHJlc3NlZFwiXG4gIChrZXlkb3duLnNwYWNlKT1cIl9vbkFjdGl2ZSgpXCJcbiAgKGtleXVwLnNwYWNlKT1cIl9vbkluYWN0aXZlKClcIlxuICAoYmx1cik9XCJfb25JbmFjdGl2ZSgpXCJcbiAgKGlvbkNoYW5nZSk9XCJvbkNoZWNrZWRDaGFuZ2UoJGV2ZW50LmRldGFpbC5jaGVja2VkKVwiXG4gIFthdHRyLmFyaWEtbGFiZWxdPVwiX2FyaWFMYWJlbFwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaW9uLXRvZ2dsZT5cbiJdfQ==
@@ -9,10 +9,10 @@ export class ToggleButtonComponent {
9
9
  this.checked = !this.checked;
10
10
  this.checkChanged.emit(this.checked);
11
11
  }
12
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ToggleButtonComponent, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: "<ng-container *ngIf=\"!checked\">\n <ng-content select=\"button[kirby-button][unchecked]\"></ng-content>\n</ng-container>\n<ng-container *ngIf=\"checked\">\n <ng-content select=\"button[kirby-button][checked]\"></ng-content>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ToggleButtonComponent, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: "<ng-container *ngIf=\"!checked\">\n <ng-content select=\"button[kirby-button][unchecked]\"></ng-content>\n</ng-container>\n<ng-container *ngIf=\"checked\">\n <ng-content select=\"button[kirby-button][checked]\"></ng-content>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToggleButtonComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToggleButtonComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'kirby-toggle-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"!checked\">\n <ng-content select=\"button[kirby-button][unchecked]\"></ng-content>\n</ng-container>\n<ng-container *ngIf=\"checked\">\n <ng-content select=\"button[kirby-button][checked]\"></ng-content>\n</ng-container>\n" }]
18
18
  }], propDecorators: { checked: [{
@@ -4,11 +4,11 @@ import { ToggleButtonComponent } from './toggle-button.component';
4
4
  import * as i0 from "@angular/core";
5
5
  const DECLARATIONS = [ToggleButtonComponent];
6
6
  export class ToggleButtonModule {
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToggleButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ToggleButtonModule, declarations: [ToggleButtonComponent], imports: [CommonModule], exports: [ToggleButtonComponent] }); }
9
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToggleButtonModule, imports: [CommonModule] }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToggleButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: ToggleButtonModule, declarations: [ToggleButtonComponent], imports: [CommonModule], exports: [ToggleButtonComponent] }); }
9
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToggleButtonModule, imports: [CommonModule] }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToggleButtonModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToggleButtonModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [...DECLARATIONS],
@@ -4,10 +4,10 @@ export class WindowRef {
4
4
  get nativeWindow() {
5
5
  return window;
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WindowRef, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
8
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WindowRef, providedIn: 'root' }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: WindowRef, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
8
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: WindowRef, providedIn: 'root' }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WindowRef, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: WindowRef, decorators: [{
11
11
  type: Injectable,
12
12
  args: [{
13
13
  providedIn: 'root',
@@ -5,10 +5,10 @@ import * as i1 from '@kirbydesign/designsystem/icon';
5
5
  import { IconModule } from '@kirbydesign/designsystem/icon';
6
6
 
7
7
  class AccordionDirective {
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
9
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: AccordionDirective, selector: "[kirbyAccordion], kirby-accordion", exportAs: ["kirby-accordion"], ngImport: i0 }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
9
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.10", type: AccordionDirective, selector: "[kirbyAccordion], kirby-accordion", exportAs: ["kirby-accordion"], ngImport: i0 }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccordionDirective, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AccordionDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  selector: '[kirbyAccordion], kirby-accordion',
@@ -48,8 +48,8 @@ class AccordionItemComponent {
48
48
  this.isExpanded = !this.isExpanded && !this.isDisabled;
49
49
  this.toggle.emit(this.isExpanded);
50
50
  }
51
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
52
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: AccordionItemComponent, selector: "kirby-accordion-item", inputs: { title: "title", isExpanded: "isExpanded", isDisabled: "isDisabled", disabledTitle: "disabledTitle", hasPadding: "hasPadding" }, outputs: { toggle: "toggle" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"content-layer\">\n <div\n (click)=\"_onToggleExpanded($event)\"\n (keydown.ENTER)=\"_onToggleExpanded($event)\"\n (keydown.space)=\"_onToggleExpanded($event)\"\n class=\"header\"\n role=\"button\"\n [class.disabled]=\"isDisabled\"\n [tabindex]=\"isDisabled ? -1 : 0\"\n [class.expanded]=\"isExpanded\"\n [attr.aria-disabled]=\"isDisabled ? true : undefined\"\n [attr.aria-expanded]=\"isExpanded\"\n [attr.aria-controls]=\"_contentId\"\n [id]=\"_titleId\"\n >\n <span class=\"state-layer\" aria-hidden=\"true\"></span>\n <div class=\"title\">{{ getTitle() }}</div>\n <kirby-icon name=\"arrow-down\"></kirby-icon>\n </div>\n <div\n class=\"content\"\n role=\"region\"\n [attr.aria-labelledby]=\"_titleId\"\n [id]=\"_contentId\"\n [@isExpanded]=\"!!isExpanded\"\n >\n <div class=\"content-body\" [class.padding]=\"hasPadding\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [":host{--state-layer-opacity: 0;--state-layer-background-color: var(--kirby-black);position:relative;display:block;border-top:1px solid var(--kirby-medium);border-bottom:1px solid var(--kirby-medium)}:host .content-layer{position:relative;z-index:var(--content-layer-z-index, 1)}:host .state-layer{position:absolute;inset:0;overflow:hidden;pointer-events:none;border-radius:inherit;z-index:2}:host .state-layer:before{transition:all 80ms linear 0ms;content:\"\";position:absolute;pointer-events:none;inset:-50%;opacity:var(--state-layer-opacity, 0);background-color:var(--state-layer-background-color, var(--kirby-black))}.header{display:flex;align-items:center;height:56px;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none}@media (hover: hover) and (pointer: fine){.header{outline:0}.header:focus-visible{box-shadow:none;--state-layer-opacity: .04;--state-layer-background-color: var(--kirby-black)}}@media (hover: hover){.header:hover{--state-layer-opacity: .04;--state-layer-background-color: var(--kirby-black);cursor:pointer}}.header:active,.header.interaction-state-active{--state-layer-opacity: .08;--state-layer-background-color: var(--kirby-black)}.title{flex-grow:2}.kirby-icon{transition:transform .2s}.content{overflow:hidden;cursor:default}.content-body.padding{padding:0 16px 16px}.disabled{pointer-events:none}.disabled .kirby-icon{color:var(--kirby-semi-dark)}.disabled .title{color:var(--kirby-text-color-semi-dark)}.expanded .title{font-weight:700}.expanded .kirby-icon{transform:rotate(180deg)}:host-context(kirby-accordion):not(:first-child){border-top:none}:host-context(kirby-card){border-color:var(--kirby-background-color)}:host-context(kirby-card):first-child{border-top:none}:host-context(kirby-card):last-child{border-bottom:none}\n"], dependencies: [{ kind: "component", type: i1.IconComponent, selector: "kirby-icon", inputs: ["size", "name", "customName"] }], animations: [
51
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
52
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: AccordionItemComponent, selector: "kirby-accordion-item", inputs: { title: "title", isExpanded: "isExpanded", isDisabled: "isDisabled", disabledTitle: "disabledTitle", hasPadding: "hasPadding" }, outputs: { toggle: "toggle" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"content-layer\">\n <div\n (click)=\"_onToggleExpanded($event)\"\n (keydown.ENTER)=\"_onToggleExpanded($event)\"\n (keydown.space)=\"_onToggleExpanded($event)\"\n class=\"header\"\n role=\"button\"\n [class.disabled]=\"isDisabled\"\n [tabindex]=\"isDisabled ? -1 : 0\"\n [class.expanded]=\"isExpanded\"\n [attr.aria-disabled]=\"isDisabled ? true : undefined\"\n [attr.aria-expanded]=\"isExpanded\"\n [attr.aria-controls]=\"_contentId\"\n [id]=\"_titleId\"\n >\n <span class=\"state-layer\" aria-hidden=\"true\"></span>\n <div class=\"title\">{{ getTitle() }}</div>\n <kirby-icon name=\"arrow-down\"></kirby-icon>\n </div>\n <div\n class=\"content\"\n role=\"region\"\n [attr.aria-labelledby]=\"_titleId\"\n [id]=\"_contentId\"\n [@isExpanded]=\"!!isExpanded\"\n >\n <div class=\"content-body\" [class.padding]=\"hasPadding\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [":host{--state-layer-opacity: 0;--state-layer-background-color: var(--kirby-black);position:relative;display:block;border-top:1px solid var(--kirby-medium);border-bottom:1px solid var(--kirby-medium)}:host .content-layer{position:relative;z-index:var(--content-layer-z-index, 1)}:host .state-layer{position:absolute;inset:0;overflow:hidden;pointer-events:none;border-radius:inherit;z-index:2}:host .state-layer:before{transition:all 80ms linear 0ms;content:\"\";position:absolute;pointer-events:none;inset:-50%;opacity:var(--state-layer-opacity, 0);background-color:var(--state-layer-background-color, var(--kirby-black))}.header{display:flex;align-items:center;height:56px;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none}@media (hover: hover) and (pointer: fine){.header{outline:0}.header:focus-visible{box-shadow:none;--state-layer-opacity: .04;--state-layer-background-color: var(--kirby-black)}}@media (hover: hover){.header:hover{--state-layer-opacity: .04;--state-layer-background-color: var(--kirby-black);cursor:pointer}}.header:active,.header.interaction-state-active{--state-layer-opacity: .08;--state-layer-background-color: var(--kirby-black)}.title{flex-grow:2}.kirby-icon{transition:transform .2s}.content{overflow:hidden;cursor:default}.content-body.padding{padding:0 16px 16px}.disabled{pointer-events:none}.disabled .kirby-icon{color:var(--kirby-semi-dark)}.disabled .title{color:var(--kirby-text-color-semi-dark)}.expanded .title{font-weight:700}.expanded .kirby-icon{transform:rotate(180deg)}:host-context(kirby-accordion):not(:first-child){border-top:none}:host-context(kirby-card){border-color:var(--kirby-background-color)}:host-context(kirby-card):first-child{border-top:none}:host-context(kirby-card):last-child{border-bottom:none}\n"], dependencies: [{ kind: "component", type: i1.IconComponent, selector: "kirby-icon", inputs: ["size", "name", "customName"] }], animations: [
53
53
  trigger('isExpanded', [
54
54
  state('true', style({ height: '*', visibility: 'visible' })),
55
55
  state('false', style({ height: '0px', visibility: 'hidden' })),
@@ -57,7 +57,7 @@ class AccordionItemComponent {
57
57
  ]),
58
58
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
59
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccordionItemComponent, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AccordionItemComponent, decorators: [{
61
61
  type: Component,
62
62
  args: [{ selector: 'kirby-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
63
63
  trigger('isExpanded', [
@@ -82,11 +82,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
82
82
 
83
83
  const declarations = [AccordionDirective, AccordionItemComponent];
84
84
  class AccordionModule {
85
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
86
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AccordionModule, declarations: [AccordionDirective, AccordionItemComponent], imports: [IconModule], exports: [AccordionDirective, AccordionItemComponent] }); }
87
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccordionModule, imports: [IconModule] }); }
85
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
86
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: AccordionModule, declarations: [AccordionDirective, AccordionItemComponent], imports: [IconModule], exports: [AccordionDirective, AccordionItemComponent] }); }
87
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AccordionModule, imports: [IconModule] }); }
88
88
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccordionModule, decorators: [{
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AccordionModule, decorators: [{
90
90
  type: NgModule,
91
91
  args: [{
92
92
  declarations: [...declarations],
@@ -95,10 +95,10 @@ class ActionGroupComponent {
95
95
  text: button.textContent.trim(),
96
96
  }));
97
97
  }
98
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ActionGroupComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: ACTIONGROUP_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
99
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ActionGroupComponent, isStandalone: true, selector: "kirby-action-group", inputs: { visibleActions: "visibleActions", align: "align" }, host: { properties: { "class.is-collapsed": "this._isCollapsed", "class": "this._align" } }, queries: [{ propertyName: "buttonElements", predicate: ButtonComponent, read: ElementRef }, { propertyName: "buttons", predicate: ButtonComponent }], viewQueries: [{ propertyName: "hiddenLayer", first: true, predicate: ["hiddenLayer"], descendants: true, read: ElementRef, static: true }, { propertyName: "menuElement", first: true, predicate: MenuComponent, descendants: true, read: ElementRef, static: true }], usesOnChanges: true, ngImport: i0, template: "<ng-content select=\"button[kirby-button]\"></ng-content>\n\n<kirby-menu [placement]=\"'bottom-end'\">\n <kirby-item\n *ngFor=\"let action of _collapsedActions\"\n [selectable]=\"true\"\n (click)=\"onActionSelect(action)\"\n >\n {{ action.text }}\n </kirby-item>\n</kirby-menu>\n\n<div class=\"hidden-layer\" #hiddenLayer></div>\n", styles: [":host{display:flex;position:relative;gap:8px}:host(.align-end){justify-content:flex-end}:host(.align-end) .hidden-layer{order:-1}.hidden-layer{display:none;visibility:hidden}kirby-menu{display:none;z-index:1}:host(.is-collapsed) kirby-menu{display:inline-block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: ItemModule }, { kind: "component", type: i2.ItemComponent, selector: "kirby-item", inputs: ["disabled", "selected", "disclosure", "selectable", "reorderable", "size", "rotateIcon"] }, { kind: "component", type: MenuComponent, selector: "kirby-menu", inputs: ["isDisabled", "buttonSize", "placement", "attentionLevel", "triggers", "DOMPortalOutlet", "portalOutletConfig", "autoPlacement", "closeOnSelect", "closeOnEscapeKey", "closeOnBackdrop", "shift", "minWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
98
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ActionGroupComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: ACTIONGROUP_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
99
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ActionGroupComponent, isStandalone: true, selector: "kirby-action-group", inputs: { visibleActions: "visibleActions", align: "align" }, host: { properties: { "class.is-collapsed": "this._isCollapsed", "class": "this._align" } }, queries: [{ propertyName: "buttonElements", predicate: ButtonComponent, read: ElementRef }, { propertyName: "buttons", predicate: ButtonComponent }], viewQueries: [{ propertyName: "hiddenLayer", first: true, predicate: ["hiddenLayer"], descendants: true, read: ElementRef, static: true }, { propertyName: "menuElement", first: true, predicate: MenuComponent, descendants: true, read: ElementRef, static: true }], usesOnChanges: true, ngImport: i0, template: "<ng-content select=\"button[kirby-button]\"></ng-content>\n\n<kirby-menu [placement]=\"'bottom-end'\">\n <kirby-item\n *ngFor=\"let action of _collapsedActions\"\n [selectable]=\"true\"\n (click)=\"onActionSelect(action)\"\n >\n {{ action.text }}\n </kirby-item>\n</kirby-menu>\n\n<div class=\"hidden-layer\" #hiddenLayer></div>\n", styles: [":host{display:flex;position:relative;gap:8px}:host(.align-end){justify-content:flex-end}:host(.align-end) .hidden-layer{order:-1}.hidden-layer{display:none;visibility:hidden}kirby-menu{display:none;z-index:1}:host(.is-collapsed) kirby-menu{display:inline-block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: ItemModule }, { kind: "component", type: i2.ItemComponent, selector: "kirby-item", inputs: ["disabled", "selected", "disclosure", "selectable", "reorderable", "size", "rotateIcon"] }, { kind: "component", type: MenuComponent, selector: "kirby-menu", inputs: ["isDisabled", "buttonSize", "placement", "attentionLevel", "triggers", "DOMPortalOutlet", "portalOutletConfig", "autoPlacement", "closeOnSelect", "closeOnEscapeKey", "closeOnBackdrop", "shift", "minWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
100
100
  }
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ActionGroupComponent, decorators: [{
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ActionGroupComponent, decorators: [{
102
102
  type: Component,
103
103
  args: [{ selector: 'kirby-action-group', standalone: true, imports: [CommonModule, ButtonComponent, ItemModule, MenuComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"button[kirby-button]\"></ng-content>\n\n<kirby-menu [placement]=\"'bottom-end'\">\n <kirby-item\n *ngFor=\"let action of _collapsedActions\"\n [selectable]=\"true\"\n (click)=\"onActionSelect(action)\"\n >\n {{ action.text }}\n </kirby-item>\n</kirby-menu>\n\n<div class=\"hidden-layer\" #hiddenLayer></div>\n", styles: [":host{display:flex;position:relative;gap:8px}:host(.align-end){justify-content:flex-end}:host(.align-end) .hidden-layer{order:-1}.hidden-layer{display:none;visibility:hidden}kirby-menu{display:none;z-index:1}:host(.is-collapsed) kirby-menu{display:inline-block}\n"] }]
104
104
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
@@ -21,10 +21,10 @@ class AvatarComponent {
21
21
  onImageError($event) {
22
22
  this.imageError.emit($event);
23
23
  }
24
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
25
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: AvatarComponent, isStandalone: true, selector: "kirby-avatar", inputs: { imageSrc: "imageSrc", altText: "altText", stroke: "stroke", text: "text", overlay: "overlay", size: "size", themeColor: "themeColor" }, outputs: { imageError: "imageError" }, host: { properties: { "class": "this._cssClass" } }, ngImport: i0, template: "<div class=\"avatar\" [ngClass]=\"{ overlay: overlay, stroke: stroke }\">\n <img *ngIf=\"imageSrc\" [src]=\"imageSrc\" [attr.alt]=\"altText\" (error)=\"onImageError($event)\" />\n <ng-content *ngIf=\"!text\" select=\"kirby-icon\"></ng-content>\n <span class=\"avatar-text\" *ngIf=\"text\">{{ text }}</span>\n</div>\n<ng-content select=\"kirby-badge\"></ng-content>\n", styles: [":host{--kirby-badge-position: absolute;--kirby-badge-right: -2px;--kirby-badge-top: -2px;--kirby-badge-z-index: 2;position:relative}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;background-color:var(--kirby-white);color:var(--kirby-light-contrast);--kirby-icon-font-size: 24px}.avatar.stroke{border:1px solid var(--kirby-semi-light)}.avatar.overlay:before{content:\"\";background-color:var(--kirby-black);opacity:.05;width:100%;height:100%;position:absolute;top:0;left:0}.avatar img{object-fit:cover;max-width:100%;height:100%;width:100%}:host(.xs) .avatar{width:32px;height:32px;border-radius:8px}:host(.xs) .avatar .avatar-text{font-size:14px}:host-context(kirby-progress-circle.sm) .avatar,:host(.sm) .avatar{width:40px;height:40px}:host-context(kirby-progress-circle.sm) .avatar .avatar-text,:host(.sm) .avatar .avatar-text{font-size:14px}:host-context(kirby-progress-circle.md),:host(.md){--kirby-badge-right: 0px;--kirby-badge-top: 0px}:host-context(kirby-progress-circle.md) .avatar,:host(.md) .avatar{width:56px;height:56px;--kirby-icon-font-size: 32px}:host-context(kirby-progress-circle.md) .avatar .avatar-text,:host(.md) .avatar .avatar-text{font-size:18px}:host-context(kirby-progress-circle.lg),:host(.lg){--kirby-badge-right: 6px;--kirby-badge-top: 6px}:host-context(kirby-progress-circle.lg) .avatar,:host(.lg) .avatar{width:96px;height:96px;--kirby-icon-font-size: 56px}:host-context(kirby-progress-circle.lg) .avatar .avatar-text,:host(.lg) .avatar .avatar-text{font-size:32px}:host-context(kirby-item)[slot=start]{margin-inline-end:12px}:host-context(kirby-item)[slot=start].xs{margin-inline-end:16px}:host(.primary) .avatar{background-color:var(--kirby-primary);color:var(--kirby-primary-contrast)}:host(.secondary) .avatar{background-color:var(--kirby-secondary);color:var(--kirby-secondary-contrast)}:host(.tertiary) .avatar{background-color:var(--kirby-tertiary);color:var(--kirby-tertiary-contrast)}:host(.success) .avatar{background-color:var(--kirby-success);color:var(--kirby-success-contrast)}:host(.warning) .avatar{background-color:var(--kirby-warning);color:var(--kirby-warning-contrast)}:host(.danger) .avatar{background-color:var(--kirby-danger);color:var(--kirby-danger-contrast)}:host(.white-overlay) .avatar{background-color:var(--kirby-white-overlay);color:var(--kirby-white-overlay-contrast)}:host(.light) .avatar{background-color:var(--kirby-light);color:var(--kirby-light-contrast)}:host(.medium) .avatar{background-color:var(--kirby-medium);color:var(--kirby-medium-contrast)}:host(.dark) .avatar{background-color:var(--kirby-dark);color:var(--kirby-dark-contrast)}:host(.dark-overlay) .avatar{background-color:var(--kirby-dark-overlay);color:var(--kirby-dark-overlay-contrast)}:host(.white) .avatar{background-color:var(--kirby-white);color:var(--kirby-white-contrast)}:host(.semi-light) .avatar{background-color:var(--kirby-semi-light);color:var(--kirby-semi-light-contrast)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
25
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: AvatarComponent, isStandalone: true, selector: "kirby-avatar", inputs: { imageSrc: "imageSrc", altText: "altText", stroke: "stroke", text: "text", overlay: "overlay", size: "size", themeColor: "themeColor" }, outputs: { imageError: "imageError" }, host: { properties: { "class": "this._cssClass" } }, ngImport: i0, template: "<div class=\"avatar\" [ngClass]=\"{ overlay: overlay, stroke: stroke }\">\n <img *ngIf=\"imageSrc\" [src]=\"imageSrc\" [attr.alt]=\"altText\" (error)=\"onImageError($event)\" />\n <ng-content *ngIf=\"!text\" select=\"kirby-icon\"></ng-content>\n <span class=\"avatar-text\" *ngIf=\"text\">{{ text }}</span>\n</div>\n<ng-content select=\"kirby-badge\"></ng-content>\n", styles: [":host{--kirby-badge-position: absolute;--kirby-badge-right: -2px;--kirby-badge-top: -2px;--kirby-badge-z-index: 2;position:relative}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;background-color:var(--kirby-white);color:var(--kirby-light-contrast);--kirby-icon-font-size: 24px}.avatar.stroke{border:1px solid var(--kirby-semi-light)}.avatar.overlay:before{content:\"\";background-color:var(--kirby-black);opacity:.05;width:100%;height:100%;position:absolute;top:0;left:0}.avatar img{object-fit:cover;max-width:100%;height:100%;width:100%}:host(.xs) .avatar{width:32px;height:32px;border-radius:8px}:host(.xs) .avatar .avatar-text{font-size:14px}:host-context(kirby-progress-circle.sm) .avatar,:host(.sm) .avatar{width:40px;height:40px}:host-context(kirby-progress-circle.sm) .avatar .avatar-text,:host(.sm) .avatar .avatar-text{font-size:14px}:host-context(kirby-progress-circle.md),:host(.md){--kirby-badge-right: 0px;--kirby-badge-top: 0px}:host-context(kirby-progress-circle.md) .avatar,:host(.md) .avatar{width:56px;height:56px;--kirby-icon-font-size: 32px}:host-context(kirby-progress-circle.md) .avatar .avatar-text,:host(.md) .avatar .avatar-text{font-size:18px}:host-context(kirby-progress-circle.lg),:host(.lg){--kirby-badge-right: 6px;--kirby-badge-top: 6px}:host-context(kirby-progress-circle.lg) .avatar,:host(.lg) .avatar{width:96px;height:96px;--kirby-icon-font-size: 56px}:host-context(kirby-progress-circle.lg) .avatar .avatar-text,:host(.lg) .avatar .avatar-text{font-size:32px}:host-context(kirby-item)[slot=start]{margin-inline-end:12px}:host-context(kirby-item)[slot=start].xs{margin-inline-end:16px}:host(.primary) .avatar{background-color:var(--kirby-primary);color:var(--kirby-primary-contrast)}:host(.secondary) .avatar{background-color:var(--kirby-secondary);color:var(--kirby-secondary-contrast)}:host(.tertiary) .avatar{background-color:var(--kirby-tertiary);color:var(--kirby-tertiary-contrast)}:host(.success) .avatar{background-color:var(--kirby-success);color:var(--kirby-success-contrast)}:host(.warning) .avatar{background-color:var(--kirby-warning);color:var(--kirby-warning-contrast)}:host(.danger) .avatar{background-color:var(--kirby-danger);color:var(--kirby-danger-contrast)}:host(.white-overlay) .avatar{background-color:var(--kirby-white-overlay);color:var(--kirby-white-overlay-contrast)}:host(.light) .avatar{background-color:var(--kirby-light);color:var(--kirby-light-contrast)}:host(.medium) .avatar{background-color:var(--kirby-medium);color:var(--kirby-medium-contrast)}:host(.dark) .avatar{background-color:var(--kirby-dark);color:var(--kirby-dark-contrast)}:host(.dark-overlay) .avatar{background-color:var(--kirby-dark-overlay);color:var(--kirby-dark-overlay-contrast)}:host(.white) .avatar{background-color:var(--kirby-white);color:var(--kirby-white-contrast)}:host(.semi-light) .avatar{background-color:var(--kirby-semi-light);color:var(--kirby-semi-light-contrast)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AvatarComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AvatarComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{ standalone: true, imports: [CommonModule], selector: 'kirby-avatar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"avatar\" [ngClass]=\"{ overlay: overlay, stroke: stroke }\">\n <img *ngIf=\"imageSrc\" [src]=\"imageSrc\" [attr.alt]=\"altText\" (error)=\"onImageError($event)\" />\n <ng-content *ngIf=\"!text\" select=\"kirby-icon\"></ng-content>\n <span class=\"avatar-text\" *ngIf=\"text\">{{ text }}</span>\n</div>\n<ng-content select=\"kirby-badge\"></ng-content>\n", styles: [":host{--kirby-badge-position: absolute;--kirby-badge-right: -2px;--kirby-badge-top: -2px;--kirby-badge-z-index: 2;position:relative}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;background-color:var(--kirby-white);color:var(--kirby-light-contrast);--kirby-icon-font-size: 24px}.avatar.stroke{border:1px solid var(--kirby-semi-light)}.avatar.overlay:before{content:\"\";background-color:var(--kirby-black);opacity:.05;width:100%;height:100%;position:absolute;top:0;left:0}.avatar img{object-fit:cover;max-width:100%;height:100%;width:100%}:host(.xs) .avatar{width:32px;height:32px;border-radius:8px}:host(.xs) .avatar .avatar-text{font-size:14px}:host-context(kirby-progress-circle.sm) .avatar,:host(.sm) .avatar{width:40px;height:40px}:host-context(kirby-progress-circle.sm) .avatar .avatar-text,:host(.sm) .avatar .avatar-text{font-size:14px}:host-context(kirby-progress-circle.md),:host(.md){--kirby-badge-right: 0px;--kirby-badge-top: 0px}:host-context(kirby-progress-circle.md) .avatar,:host(.md) .avatar{width:56px;height:56px;--kirby-icon-font-size: 32px}:host-context(kirby-progress-circle.md) .avatar .avatar-text,:host(.md) .avatar .avatar-text{font-size:18px}:host-context(kirby-progress-circle.lg),:host(.lg){--kirby-badge-right: 6px;--kirby-badge-top: 6px}:host-context(kirby-progress-circle.lg) .avatar,:host(.lg) .avatar{width:96px;height:96px;--kirby-icon-font-size: 56px}:host-context(kirby-progress-circle.lg) .avatar .avatar-text,:host(.lg) .avatar .avatar-text{font-size:32px}:host-context(kirby-item)[slot=start]{margin-inline-end:12px}:host-context(kirby-item)[slot=start].xs{margin-inline-end:16px}:host(.primary) .avatar{background-color:var(--kirby-primary);color:var(--kirby-primary-contrast)}:host(.secondary) .avatar{background-color:var(--kirby-secondary);color:var(--kirby-secondary-contrast)}:host(.tertiary) .avatar{background-color:var(--kirby-tertiary);color:var(--kirby-tertiary-contrast)}:host(.success) .avatar{background-color:var(--kirby-success);color:var(--kirby-success-contrast)}:host(.warning) .avatar{background-color:var(--kirby-warning);color:var(--kirby-warning-contrast)}:host(.danger) .avatar{background-color:var(--kirby-danger);color:var(--kirby-danger-contrast)}:host(.white-overlay) .avatar{background-color:var(--kirby-white-overlay);color:var(--kirby-white-overlay-contrast)}:host(.light) .avatar{background-color:var(--kirby-light);color:var(--kirby-light-contrast)}:host(.medium) .avatar{background-color:var(--kirby-medium);color:var(--kirby-medium-contrast)}:host(.dark) .avatar{background-color:var(--kirby-dark);color:var(--kirby-dark-contrast)}:host(.dark-overlay) .avatar{background-color:var(--kirby-dark-overlay);color:var(--kirby-dark-overlay-contrast)}:host(.white) .avatar{background-color:var(--kirby-white);color:var(--kirby-white-contrast)}:host(.semi-light) .avatar{background-color:var(--kirby-semi-light);color:var(--kirby-semi-light-contrast)}\n"] }]
30
30
  }], propDecorators: { imageSrc: [{